summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-11-07*** empty log message ***Jim Meyering
1999-11-07*** empty log message ***Jim Meyering
1999-11-07(remove_parents): Use the correct testJim Meyering
(same as in main) in handling --ignore-fail-on-non-empty. From Michael Stone.
1999-11-07.Jim Meyering
1999-11-06whoops, add quotes in last changeJim Meyering
1999-11-06remove backticks from commentsJim 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