summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-12*** empty log message ***Jim Meyering
1999-11-12(print_nth_dir): Write one fewer byte so we don't print a trailing slash.Jim Meyering
(rm): Fix bugs in (and test, this time) the very-rarely-used code to warn about directory cycles.
1999-11-12Adjust comments to reflect that lots of code has moved to remove.c.Jim Meyering
1999-11-12*** empty log message ***Jim Meyering
1999-11-12*** empty log message ***Jim Meyering
1999-11-11*** empty log message ***Jim Meyering
1999-11-11*** empty log message ***Jim Meyering
1999-11-11Add a test for this fix.Jim Meyering
1999-11-11.Jim Meyering
1999-11-11(copy_internal): Treat src and dest as the `same' inJim Meyering
`mv src symlink-to-src' when src and dest are on different partitions. Otherwise, that `mv' command would silently remove `src'. Reported by Michael Stone.
1999-11-11*** empty log message ***Jim Meyering
1999-11-11re-comment debugging diff stmtJim Meyering
1999-11-11(make_path): Fix long-latent bug (note othersJim Meyering
just like it were fixed in 1998-01-02). A user (FIXME, who?) reported that using `install -d -g foo 1/2` only sets the group on the intermediate directory, not the final component. From Michael Stone.
1999-11-11remove unnecessary trailing semicolonsJim Meyering
1999-11-10import 1.019Jim Meyering
1999-11-09*** empty log message ***Jim Meyering
1999-11-09(NEW): Undefine to avoid warning about redefinition.Jim Meyering
(NEW): Redefine in terms of XMALLOC.
1999-11-09(XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/.Jim Meyering
(XCALLOC): Likewise. (XREALLOC): Likewise.
1999-11-08add `' around link(2)Jim Meyering
1999-11-08Fix harmless-for-now typo: s/,/dnl/.Jim Meyering
From Akim.
1999-11-08effectively require AC_CHECK_HEADERS(unistd.h)Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07(default_block_size): New function.Jim Meyering
(humblock): Use it if no block size is specified. (human_block_size): If the specified block size is zero, report an error if report_errors is nonzero; otherwise use the default.
1999-11-07*** empty log message ***Jim Meyering
1999-11-07Add several more TERM types.Jim Meyering
Add .bz2 suffix. Add .png for real this time. Change the image types colors to be visible in a black-on-white xterm.
1999-11-07*** empty log message ***Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07(xstat): New global.Jim Meyering
(main): Define it. (change_file_group): Use it. Before this change, when running chgrp on a symlink without --dereference (-h) and when the requested group is the same as the group for the *symlink*, chgrp would do nothing. Now it changes the group of the file referenced through the symlink. Reported by Martin Mitchell.
1999-11-07*** empty log message ***Jim Meyering
1999-11-07Define and use REFERENCE_FILE_OPTION andJim Meyering
DEREFERENCE_OPTION in place of bare `CHAR_MAX + N'.
1999-11-07Use REFERENCE_FILE_OPTION instead of bare `CHAR_MAX + 1'.Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07Add `, 1, [FIXME]' to each use of AC_DEFINE.Jim Meyering
1999-11-07.Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07Fix a typo: s/||/&&/.Jim Meyering
1999-11-07Add hard-link-to-symlink test.Jim Meyering
1999-11-07variable name changeJim Meyering
move framework_failure to bottom
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
(STAT_LIKE_LINK): Define. (do_link): Use STAT_LIKE_LINK, rather than bare `stat', and perform the extra lstat only on systems where LINK_FOLLOWS_SYMLINKS.
1999-11-07*** empty log message ***Jim Meyering
1999-11-07Use --b=simple, not the now-deprecated `-V simple'.Jim Meyering
1999-11-07define LINK_FOLLOWS_SYMLINKSJim Meyering
1999-11-07.Jim Meyering
1999-11-07.Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07add missing \n\Jim Meyering
1999-11-07*** empty log message ***Jim Meyering