summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-01-25(true, false) [defined __BEOS__]: undef, as before.Paul Eggert
(_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum rather than a #define.
2006-01-25(AC_HEADER_STDBOOL): Add some comments.Paul Eggert
2006-01-25.Jim Meyering
2006-01-25.Jim Meyering
2006-01-25Remove this:Jim Meyering
^lib/readutmp.h
2006-01-25Remove useless parentheses in cpp directive.Jim Meyering
2006-01-25remove fileblocks.cJim Meyering
2006-01-25*** empty log message ***Jim Meyering
2006-01-25Remove useless parentheses in cpp directive.Jim Meyering
2006-01-24(show_dev): If the file system claims to have more available than totalPaul Eggert
blocks, report the number of used blocks as being total - available (a negative number) rather than as garbage.
2006-01-24*** empty log message ***Jim Meyering
2006-01-24New file. Test for today's fix.Jim Meyering
2006-01-24(TESTS): Add append-only.Jim Meyering
2006-01-24(check-root): Add tail-2/append-onlyJim Meyering
2006-01-24*** empty log message ***Jim Meyering
2006-01-24(gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).Jim Meyering
Reported by Mark D. Baushke.