Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-06 | (usage): Use two spaces (not one) to separate the --no-preserve-root option | Jim Meyering | |
string from its description, so help2man formats the derived man page properly. | |||
2006-02-06 | (usage): Use two spaces (not one) to separate the | Jim 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 the | Jim 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 #define | Paul Eggert | |
__EXTENSIONS__ if this causes compilation to fail. | |||
2006-02-04 | (copy_internal): cp -RL no longer fails when encountering | Jim 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-04 | tweak comment | Jim Meyering | |
2006-02-04 | add a comment | Jim Meyering | |
2006-02-04 | (TESTS): Add cp-deref. | Jim Meyering | |
2006-02-04 | New file. Test for today's fix. | Jim Meyering | |
2006-02-03 | *** empty log message *** | Jim Meyering | |
2006-02-03 | Require automake-1.9.6, not 1.8.3. | Jim Meyering | |
2006-02-03 | regenerate, as usual | Jim Meyering | |
2006-02-02 | *** empty log message *** | Jim Meyering | |
2006-02-02 | Eliminate the unwelcome (albeit unlikely) possibility of xmalloc | Jim 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-31 | Update from gnulib. | Jim Meyering | |
2006-01-31 | Use 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 trailing | Paul Eggert | |
numeric option in an invalid way. | |||
2006-01-31 | (main): Use a better diagnostic when someone uses a | Paul Eggert | |
trailing numeric option in an invalid way. | |||
2006-01-31 | (tail invocation): In the obsolete usage, the | Paul Eggert | |
count is optional, so put square brackets around it. | |||
2006-01-30 | *** empty log message *** | Jim Meyering | |
2006-01-30 | Include `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-26 | Sync stdbool from gnulib. | Paul Eggert | |
2006-01-25 | Merge 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-25 | Remove this: | Jim Meyering | |
^lib/readutmp.h | |||
2006-01-25 | Remove useless parentheses in cpp directive. | Jim Meyering | |
2006-01-25 | remove fileblocks.c | Jim Meyering | |
2006-01-25 | *** empty log message *** | Jim Meyering | |
2006-01-25 | Remove useless parentheses in cpp directive. | Jim Meyering | |
2006-01-24 | (show_dev): If the file system claims to have more available than total | Paul 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-24 | New 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-only | Jim 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. |