Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | *** empty log message *** | Jim Meyering | |
1999-11-07 | (remove_parents): Use the correct test | Jim Meyering | |
(same as in main) in handling --ignore-fail-on-non-empty. From Michael Stone. | |||
1999-11-07 | . | Jim Meyering | |
1999-11-06 | whoops, add quotes in last change | Jim Meyering | |
1999-11-06 | remove backticks from comments | Jim Meyering | |
1999-11-06 | *** empty log message *** | Jim Meyering | |
1999-11-06 | (jm_MACROS): Use jm_AC_FUNC_LINK_FOLLOWS_SYMLINK here. | Jim Meyering | |
1999-11-06 | (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | Jim Meyering | |
1999-11-06 | (do_link): Fix typo (in which the function name `symlink' | Jim Meyering | |
was tested instead of the variable `symbolic_link') that could make ln perform an unneeded `stat' call. | |||
1999-11-06 | *** empty log message *** | Jim Meyering | |
1999-11-06 | (long_options): Correct typo (s/'F'/'p'/) so that `-p' | Jim Meyering | |
works as the short form of --file-type, per the documentation. From Michael Stone. | |||
1999-11-06 | *** empty log message *** | Jim Meyering | |
1999-11-06 | . | Jim Meyering | |