Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-21 | (TESTS): Add leak-fd. | Jim Meyering | |
2004-10-21 | *** empty log message *** | Jim Meyering | |
2004-10-21 | (TESTS): Add dot-rel. | Jim Meyering | |
2004-10-21 | *** empty log message *** | Jim Meyering | |
2004-10-20 | * src/fmt.c (usage): Improve description of --prefix. | Paul Eggert | |
2004-10-20 | (usage): Improve description of --prefix. | Paul Eggert | |
Problem reported by Edward Welbourne. | |||
2004-10-20 | * man/uniq.x: Change summary. | Paul Eggert | |
2004-10-20 | Change summary so that it doesn't imply that uniq writes to its input file. | Paul Eggert | |
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | Plug a leak that would cause rm or a cross-device mv to fail when | Jim Meyering | |
operating on too many command-line-specified nonempty directories. (remove_dir): Destroy the `struct saved_cwd' on the top of the stack before returning. This usually closes the file descriptor that was used to return to the original working directory. Reported by Cyril Bouthors in http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/3048 | |||
2004-10-18 | rm (and mv when moving between partitions) no longer fails when | Jim Meyering | |
operating on too many command-line-specified nonempty directories. | |||
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | (validate_file_name): Give a more descriptive | Jim Meyering | |
diagnostic when pathconf fails. This also avoids an unwarranted warning from gcc-3.3.5 about a format not being a string literal. | |||
2004-10-18 | *** empty log message *** | Jim Meyering | |
2004-10-18 | (main): Remove declaration of unused local, optc. | Jim Meyering | |
2004-10-18 | (main): Remove declaration of unused local, opt. | Jim Meyering | |
2004-10-18 | (main): Remove declaration of unused local, c. | Jim Meyering | |
2004-10-18 | Regenerate. | Paul Eggert | |
2004-10-18 | pathchk cleanups, gnulib merge | Paul Eggert | |
2004-10-18 | (AUTHORS): Add self. | Paul Eggert | |
Change "path" to "file name" whenever possible. Remove usage comment, as it was a duplication of the code or doc. Include <wchar.h> if available. (mbrlen, mbstate_t) [! (HAVE_MBRLEN && HAVE_MBSTATE_T)]: Define. (NEED_PATHCONF_WRAPPER, PATH_MAX, PATH_MAX_FOR, NAME_MAX, pathconf_wrapper, portable_chars, dir_ok): Remove. (NAME_MAX_MINIMUM, PATH_MAX_MINIMUM): New macros. (pathconf, _PC_NAME_MAX, _PC_PATH_MAX): Define if nonexistent. (portable_chars_only): New arg FILELEN. Don't assume ASCII; we might be on an EBCDIC host. Don't assume unibyte locale in diagnostic. (component_start, component_len): New functions. (validate_file_name): Renamed from validate_path. All uses changed. Pretty much a complete rewrite. Don't make copy of file arg. Always append trailing slash to pathconf arg, just in case it's a symlink (this is pure paranoia; we don't know of any hosts where the trailing slash is required). Use size_t instead of long int when possible. Avoid need to call pathconf in most practical cases. Don't use euidaccess several times to test searchability; just use lstat once. Reword diagnostic to put the (often very long) file names last. | |||
2004-10-18 | (gl_MACROS): Check for mbrlen, for pathchk. | Paul Eggert | |
(gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk. | |||
2004-10-18 | (pathchk invocation): Overall lengths are | Paul Eggert | |
OS limits, not file system limits. Component length checks apply to all components, not merely to existing ones. Say that nonexistent names are not errors. For -p, omit all checks based on the underlying file system, not merely length checks. Explain what the portabile file name character set is. | |||
2004-10-18 | Add self to pathchk. | Paul Eggert | |
2004-10-18 | Sync from gnulib. | Paul Eggert | |
2004-10-15 | * src/printf.c (usage): Mention Unicode, and use H for hex digits. | Paul Eggert | |
2004-10-15 | (usage): Mention Unicode, and use H for hex digits. | Paul Eggert | |
2004-10-15 | (printf invocation): Mention ISO/IEC 10646 as well as Unicode. | Paul Eggert | |
2004-10-15 | (printf invocation): Mention ISO/IEC 10646 as | Paul Eggert | |
well as Unicode. Various minor formatting cleanups. | |||
2004-10-14 | *** empty log message *** | Jim Meyering | |
2004-10-14 | *** empty log message *** | Jim Meyering | |
2004-10-13 | * tests/stty/row-col-1: Set LC_ALL=C. | Paul Eggert | |
2004-10-13 | *** empty log message *** | Paul Eggert | |
2004-10-13 | * coreutils.texi (sort invocation): Move LC_ALL, LC_COLLATE | Paul Eggert | |
2004-10-13 | (sort invocation): Move LC_ALL, LC_COLLATE | Paul Eggert | |
index entries to proper paragraph. | |||
2004-10-13 | *** empty log message *** | Jim Meyering | |
2004-10-13 | (fts_read): When about to fail (by returning NULL) due | Jim Meyering | |
to a failed fchdir or failed fts_safe_changedir call, set `sp->fts_cur = p'. Do this by removing the explicit `return NULL;' statements and setting p->fts_errno so execution falls through to the common-case code below. Otherwise, after such a failure, calling fts_close would attempt to free an already-freed buffer. Reported by Luis Lopez Lopez in http://bugs.debian.org/276352. | |||
2004-10-12 | *** empty log message *** | Jim Meyering | |
2004-10-12 | Add .mpc as an audio suffix, too. | Jim Meyering | |
2004-10-12 | *** empty log message *** | Jim Meyering | |
2004-10-12 | Add .flac as an audio suffix. | Jim Meyering | |
2004-10-12 | (check-texinfo): Add `builtin' and `builtins' to the list of words to avoid. | Jim Meyering | |
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. |