Age | Commit 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-12 | Adjust 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-11 | Add a test for this fix. | Jim Meyering | |
1999-11-11 | . | Jim Meyering | |
1999-11-11 | (copy_internal): Treat src and dest as the `same' in | Jim 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-11 | re-comment debugging diff stmt | Jim Meyering | |
1999-11-11 | (make_path): Fix long-latent bug (note others | Jim 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-11 | remove unnecessary trailing semicolons | Jim Meyering | |
1999-11-10 | import 1.019 | Jim 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-08 | add `' around link(2) | Jim Meyering | |
1999-11-08 | Fix harmless-for-now typo: s/,/dnl/. | Jim Meyering | |
From Akim. | |||
1999-11-08 | effectively 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-07 | Add 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-07 | Define and use REFERENCE_FILE_OPTION and | Jim Meyering | |
DEREFERENCE_OPTION in place of bare `CHAR_MAX + N'. | |||
1999-11-07 | Use REFERENCE_FILE_OPTION instead of bare `CHAR_MAX + 1'. | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | Add `, 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-07 | Fix a typo: s/||/&&/. | Jim Meyering | |
1999-11-07 | Add hard-link-to-symlink test. | Jim Meyering | |
1999-11-07 | variable name change | Jim 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-07 | Remove entire #if LINK_FOLLOWS_SYMLINKS block. | Jim Meyering | |
1999-11-07 | Add comment prior to removing #if LINK_FOLLOWS_SYMLINKS block | Jim Meyering | |
1999-11-07 | Allow 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-07 | Use --b=simple, not the now-deprecated `-V simple'. | Jim Meyering | |
1999-11-07 | define LINK_FOLLOWS_SYMLINKS | Jim Meyering | |
1999-11-07 | . | Jim Meyering | |
1999-11-07 | . | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | add missing \n\ | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |