Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-12 | (check-texinfo): Add `builtin' and `builtins' to | Jim Meyering | |
the list of words to avoid. | |||
2004-10-11 | Add missing . | Paul Eggert | |
2004-10-11 | * coreutils.texi (Special built-in utilities): New node. | Paul Eggert | |
Warn about env variable spelling. | |||
2004-10-11 | (Special built-in utilities): New node. | Paul Eggert | |
(printf invocation): builtin -> built-in, for consistency with POSIX terminology. (test invocation, pwd invocation): Use specific rather than generic language to warn about built-in commands. (chroot invocation, env invocation, nice invocation, nohup invocation): Warn that command must not be a special built-in. (env invocation): Warn about environment variables with unusual spellings, or duplicates. | |||
2004-10-11 | *** empty log message *** | Jim Meyering | |
2004-10-05 | * src/ls.c (ignore_mode): Renamed from ignore. | Paul Eggert | |
2004-10-05 | (ignore_mode): Renamed from ignore, to avoid shadowing | Paul Eggert | |
problems. All uses changed. | |||
2004-10-05 | *** empty log message *** | Jim Meyering | |
2004-10-05 | Add an exclusion for config/texinfo.tex, | Jim Meyering | |
since Karl says its trailing blanks are there to stay :-) | |||
2004-10-05 | remove trailing blanks. | Jim Meyering | |
2004-10-05 | Regenerate. | Paul Eggert | |
2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | |
Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||
2004-10-05 | * src/expr.c (NEW, OLD): Remove. | Paul Eggert | |
2004-10-05 | (NEW, OLD): Remove, partly to avoid | Paul Eggert | |
reference to obsolescent macro XMALLOC. All uses replaced by xmalloc and free. | |||
2004-10-05 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Regenerate. | Paul Eggert | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-10-04 | Regenerate. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-09-28 | *** empty log message *** | Jim Meyering | |
2004-09-28 | (usage): Clarify: --retry works only with --follow=name. | Jim Meyering | |
Reported by Nik A. Melchior in http://bugs.debian.org/273781. | |||
2004-09-28 | * src/od.c (format_address_paren): Don't output c if it's '\0'. | Paul Eggert | |
2004-09-28 | (format_address_paren): c is optional, so don't output it if it's '\0'. | Paul Eggert | |
2004-09-27 | *** empty log message *** | Jim Meyering | |
2004-09-27 | . | Jim Meyering | |
2004-09-27 | Use [[] in place of \[, since cvsu doesn't handle the latter, | Jim Meyering | |
and both cvs and cvsu handle the former. | |||
2004-09-26 | Add "ls --hide". | Paul Eggert | |
2004-09-26 | Add "ls --hide". | Paul Eggert | |
(file_ignored): Renamed from file_interesting, with inverted return value. Accept the file name, not a struct dirent *. All uses changed. Avoid the expense of calling fnmatch if the file is ignorable due to leading '.'. (all_files, really_all_files): Removed; replaced by: (ignore): New variable. All uses changed. (IGNORE_DEFAULT, IGNORE_DOT_AND_DOTDOT, IGNORE_MINIMAL, HIDE_OPTION): New constants. (hide_patterns): New variable. (long_options, decode_switches, file_ignored, usage): Add support for --hide. (patterns_match): New function. (usage): Replace "hide" with "ignore" in explanation, to avoid confusion. | |||
2004-09-26 | (ls invocation): Document "ls --hide". | Paul Eggert | |
2004-09-26 | Add "ls --hide". | Paul Eggert | |
2004-09-26 | Fix location of "Version 5.3.0." | Paul Eggert | |
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 | |