summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-12-09(IGNORE_FAIL_ON_NON_EMPTY_OPTION): Likewise.Jim Meyering
1999-12-09(BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION):Jim Meyering
1999-12-09(BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): DefineJim Meyering
1999-12-09(anonymous enum): Define TIME_OPTION, and ...Jim Meyering
1999-12-09(enum): Remove useless CHAR_MAX + 2Jim Meyering
1999-12-05(main): Flush stdout before switching to unbuffered modeJim Meyering
1999-12-05Revert the previous change.Jim Meyering
1999-12-04(copy_internal): Be consistent with intra-device behaviorJim Meyering
1999-12-04Give the right diagnostic when failing to create a file in anJim Meyering
1999-12-04(check_symlink_color): New variable.Jim Meyering
1999-11-30(usage): Shorten help for --show-control-chars.Jim Meyering
1999-11-28Don't include math.h or float.h.Jim Meyering
1999-11-28don't include assert.hJim Meyering
1999-11-28Round more carefully so we never call nanosleep with more than 999,999,999Jim Meyering
1999-11-28Rewrite to use nanosleep (hence, timer stops when sleep is suspended)Jim Meyering
1999-11-28*** empty log message ***Jim Meyering
1999-11-28better error checkingJim Meyering
1999-11-27remove another printf stmtJim Meyering
1999-11-27remove printf stmtsJim Meyering
1999-11-27fix typosJim Meyering
1999-11-27Rewrite to allow fractional seconds and to handle SIGCONT.Jim Meyering
1999-11-27(usage): Add elipses to show that sleep allows more than one argument.Jim Meyering
1999-11-27(argdecode): Move definition to precede use.Jim Meyering
1999-11-26(df_readable): Now returns char const *, not char *.Jim Meyering
1999-11-22(recheck): Handle a race condition (including <dev,inode>Jim Meyering
1999-11-20(errno_rmdir_non_empty): New function to encapsulate errno comparison.Jim Meyering
1999-11-20Declare lstat; needed on e.g. SunOS4.Jim Meyering
1999-11-17(S_IRWXUGO): Define if necessary.Jim Meyering
1999-11-14(touch): Simplify code a tad, using fd == -1 insteadJim Meyering
1999-11-13(touch): Don't fail just because we couldn't openJim Meyering
1999-11-12(print_nth_dir): Write one fewer byte so we don't print a trailing slash.Jim Meyering
1999-11-12Adjust comments to reflect that lots of code has moved to remove.c.Jim Meyering
1999-11-11(copy_internal): Treat src and dest as the `same' inJim Meyering
1999-11-09(NEW): Undefine to avoid warning about redefinition.Jim Meyering
1999-11-07Add several more TERM types.Jim Meyering
1999-11-07(xstat): New global.Jim Meyering
1999-11-07Define and use REFERENCE_FILE_OPTION andJim Meyering
1999-11-07Use REFERENCE_FILE_OPTION instead of bare `CHAR_MAX + 1'.Jim Meyering
1999-11-07(do_link): Warn that making a hard link to a symbolic link is not portable.Jim Meyering
1999-11-07Remove entire #if LINK_FOLLOWS_SYMLINKS block.Jim Meyering
1999-11-07Add comment prior to removing #if LINK_FOLLOWS_SYMLINKS blockJim Meyering
1999-11-07Allow hard links to symlinks on systems that support it.Jim Meyering
1999-11-07add missing \n\Jim Meyering
1999-11-07(remove_parents): Use the correct testJim Meyering
1999-11-06(do_link): Fix typo (in which the function name `symlink'Jim Meyering
1999-11-06(long_options): Correct typo (s/'F'/'p'/) so that `-p'Jim Meyering
1999-11-05Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.Jim Meyering
1999-11-05(SORTALLOC): New macro.Jim Meyering
1999-11-04(begfield, limfield, findlines, keycompare, compare):Jim Meyering
1999-11-04(compare_files):Jim Meyering