summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-08(local-checks-available): Define in terms ofJim Meyering
the expansion, $(syntax-check-rules), rather than the single, top-level target `syntax-check', so that it's easier to exclude individual rules (via $(local-checks-to-skip)). (tgz-md5, tgz-sha1, ...): Remove now-unused definitions.
2006-02-08(close_stdout): Don't assume 'bool' converts nonzeroPaul Eggert
ints to 0 or 1, as this isn't true for the stdbool.h substitute.
2006-02-07*** empty log message ***Jim Meyering
2006-02-07(!defined O_DIRECT): If O_DIRECTIO is defined (as it is on Tru64),Jim Meyering
define O_DIRECT to that. Patch From James Lemley.
2006-02-07*** empty log message ***Jim Meyering
2006-02-07*** empty log message ***Jim Meyering
2006-02-07(expected_failure_status_vdir):Jim Meyering
Redirect an expected disk-full diagnostic to /dev/null.
2006-02-07*** empty log message ***Jim Meyering
2006-02-06Mention the `cp -RL' bug fix.Jim Meyering
2006-02-06*** empty log message ***Jim Meyering
2006-02-06*** empty log message ***Jim Meyering
2006-02-06*** empty log message ***Jim Meyering
2006-02-06.Jim Meyering
2006-02-06(sc_two_space_separator_in_usage): New rule.Jim Meyering
(syntax-check-rules): Add it.
2006-02-06*** empty log message ***Jim Meyering
2006-02-06*** empty log message ***Jim Meyering
2006-02-06(usage): Use two spaces (not one) to separate the --no-preserve-root optionJim Meyering
string from its description, so help2man formats the derived man page properly.
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering
--first-only option string from its description, so help2man formats the derived man page properly.
2006-02-06(EXTRA_DIST): Add .x-sc_two_space_separator_in_usage.Jim Meyering
2006-02-06*** empty log message ***Jim Meyering
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering
option string from its description, so help2man formats the derived man page properly. Patch from Nicolas François in http://bugs.debian.org/351601.
2006-02-06(gl_USE_SYSTEM_EXTENSIONS): Don't #definePaul Eggert
__EXTENSIONS__ if this causes compilation to fail.
2006-02-04(copy_internal): cp -RL no longer fails when encounteringJim Meyering
the same directory more than once in the hierarchy beneath a single command-line argument. That is legitimate, e.g. when there are two or more symbolic links, each pointing to some directory that would not otherwise be copied. Reported by Christophe LYON.
2006-02-04*** empty log message ***Jim Meyering
2006-02-04*** empty log message ***Jim Meyering
2006-02-04*** empty log message ***Jim Meyering
2006-02-04tweak commentJim Meyering
2006-02-04add a commentJim Meyering
2006-02-04(TESTS): Add cp-deref.Jim Meyering
2006-02-04New file. Test for today's fix.Jim Meyering
2006-02-03*** empty log message ***Jim Meyering
2006-02-03Require automake-1.9.6, not 1.8.3.Jim Meyering
2006-02-03regenerate, as usualJim Meyering
2006-02-02*** empty log message ***Jim Meyering
2006-02-02Eliminate the unwelcome (albeit unlikely) possibility of xmallocJim Meyering
failure on deficient systems, and simplify gnulib lgpl dependencies. (rpl_lstat): Rewrite to use stat() in place of the xmalloc/lstat combination. Based on a patch from Bruno Haible.
2006-02-02(od invocation): Warn that -t a ignores the high order bit.Paul Eggert
2006-02-02(usage): Mention that -t a ignores high order bit.Paul Eggert
2006-02-01*** empty log message ***Jim Meyering
2006-02-01(find_dir_entry): Remove unused local, `ent_sb_valid'.Jim Meyering
2006-01-31*** empty log message ***Jim Meyering
2006-01-31Update from gnulib.Jim Meyering
2006-01-31Use better diagnostics for "head -3 -4" and likewise for tail.Paul Eggert
2006-01-31(parse_options): Use a better diagnostic when someone uses a trailingPaul Eggert
numeric option in an invalid way.
2006-01-31(main): Use a better diagnostic when someone uses aPaul Eggert
trailing numeric option in an invalid way.
2006-01-31(tail invocation): In the obsolete usage, thePaul Eggert
count is optional, so put square brackets around it.
2006-01-30*** empty log message ***Jim Meyering
2006-01-30Include `count' keyword in man page synopsis,Jim Meyering
per suggestion from http://bugs.debian.org/181585.
2006-01-27(L_): Renamed from L. All uses changed.Paul Eggert
2006-01-26Sync stdbool from gnulib.Paul Eggert
2006-01-25Merge stdbool from gnulib; we're still not quite there yet.Paul Eggert