Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-26 | Remove unused variable. | Paul Eggert | |
2004-09-26 | * src/ls.c: Fix problem with multibyte decimal points in human-readable output. | Paul Eggert | |
2004-09-26 | (gobble_file, print_long_format): Don't assume that | Paul Eggert | |
human-readable output has a byte count equal to its column width; this isn't always true in locales where the radix character is not '.' or ','. (format_user_or_group): Revamp code to match the above fix; this avoids the (very faint) possibility of integer overflow. | |||
2004-09-24 | Regenerate | Paul Eggert | |
2004-09-24 | "chmod -w file" doc | Paul Eggert | |
2004-09-24 | (TESTS): Add 'usage'. | Paul Eggert | |
2004-09-24 | Initial revision | Paul Eggert | |
2004-09-24 | (main): Revamp option processing to support "chmod -r -w file". | Paul Eggert | |
2004-09-24 | (chmod invocation): Warn about "chmod -w file". | Paul Eggert | |
2004-09-24 | chmod -r -w x fixes. | Paul Eggert | |
2004-09-24 | Mention that "chmod -r -w x" now works as expected. | Paul Eggert | |
2004-09-24 | *** empty log message *** | Jim Meyering | |
2004-09-24 | . | Jim Meyering | |
2004-09-24 | *** empty log message *** | Jim Meyering | |
2004-09-24 | (CVS_LIST): Use --types=AFGM option so that | Jim Meyering | |
it lists only cvs-controlled regular files. | |||
2004-09-24 | * modechange.c (mode_compile): Don't decrement past start of string. | Paul Eggert | |
2004-09-24 | (mode_compile): Don't decrement a pointer that | Paul Eggert | |
points to the start of a string, as the C Standard says the resulting behavior is undefined. | |||
2004-09-24 | *** empty log message *** | Jim Meyering | |
2004-09-24 | New file, used by rules in coreutils' Makefile.maint. | Jim Meyering | |
2004-09-24 | *** empty log message *** | Jim Meyering | |
2004-09-24 | (xalloc_die): Declare to be `extern', not `static' | Jim Meyering | |
to avoid a warning from gcc-3.4.1. Reported by Paul Eggert. | |||
2004-09-24 | * Makefile.maint (CVS_LIST): New macro. | Paul Eggert | |
2004-09-24 | (CVS_LIST): New macro. | Paul Eggert | |
(sc_space_tab, sc_prohibit_atoi_atof, sc_file_system, sc_prohibit_jm_in_m4, sc_system_h_headers, sc_sun_os_names, sc_trailing_blank, po-check): Use it instead of the nonstandard "cvsu --list". | |||
2004-09-23 | Regenerate. | Paul Eggert | |
2004-09-23 | New test case obs-b. | Paul Eggert | |
err-[134] no longer need _POSIX2_VERSION=199209. Fix comments to match revised 'tail' behavior. | |||
2004-09-23 | Add comments for tests/tail/Test.pm. | Paul Eggert | |
2004-09-23 | (parse_obsolete_option): Bring back support | Paul Eggert | |
for obsolete option followed by non-obsolete, or by more than one file. When obsolete, conform to SUSv2 rather than original POSIX 1003.2-1992, as SUSv2 corrected the case of "tail -c". Add support for the SUSv2 "b" modifier. | |||
2004-09-23 | Fix obsolete "tail" option description. | Paul Eggert | |
2004-09-23 | (tail invocation): Fix bugs in the description of | Paul Eggert | |
the obsolete syntax (e.g., it does not support -k or -m). Warn about usages like "tail -" and "tail -c 4" that are ambigous on older systems. | |||
2004-09-23 | More backward-compatibility fixes for "tail". | Paul Eggert | |
2004-09-23 | Describe SUSv2 etc. tail fixes. | Paul Eggert | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Remove lib/xmalloc.c. | Jim Meyering | |
Add +lib/xalloc-die.c. | |||
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Remove trailing blanks. | Jim Meyering | |
2004-09-22 | Remove extraneous spaces before TAB. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | Remove trailing blank. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | (struct dirstack_state) [current_arg_jumpbuf]: Improve the comment. | Jim Meyering | |
2004-09-22 | *** empty log message *** | Jim Meyering | |
2004-09-22 | (enum) [ALG_MD5]: Define to be 1, not 0. | Jim Meyering | |
2004-09-22 | (xalloc_die): Declare to be static. | Jim Meyering | |
2004-09-22 | (remember_created): Declare as `extern'. | Jim Meyering | |
2004-09-22 | (copy): Declare as `extern'. | Jim Meyering | |
2004-09-22 | (chown_files): Declare as `extern'. | Jim Meyering | |