2007-07-04 |
Paul Eggert | pr -F no longer suppresses the footer or the first...
|
commit | commitdiff | tree |
2007-06-23 |
Paul Eggert | seq no longer mishandles cases like "seq 0 0.000001...
|
commit | commitdiff | tree |
2007-06-18 |
Paul Eggert | A few more symlink-related fixes. Fix a bug triggered...
|
commit | commitdiff | tree |
2007-06-15 |
Paul Eggert | Correct cp's handling of destination symlinks in some...
|
commit | commitdiff | tree |
2007-06-15 |
Paul Eggert | Clarify what "cat" documentation means by "blank" lines.
|
commit | commitdiff | tree |
2007-06-04 |
Paul Eggert | doc: -h and --human-readable are equivalent to --block...
|
commit | commitdiff | tree |
2007-05-15 |
Paul Eggert | * man/chmod.x: Document chmod's behavior with setuid...
|
commit | commitdiff | tree |
2007-05-03 |
Paul Eggert | The following commands and options now support the...
|
commit | commitdiff | tree |
2007-04-28 |
Paul Eggert | * src/nohup.c (usage): Describe how standard input...
|
commit | commitdiff | tree |
2007-04-11 |
Paul Eggert | split --line-bytes=N (-C N): don't create an empty...
|
commit | commitdiff | tree |
2007-04-02 |
Paul Eggert | * src/ls.c (print_horizontal): Fix bug reported by...
|
commit | commitdiff | tree |
2007-04-02 |
Paul Eggert | gnulib moved md5 and sha1 modules into a new crypt...
|
commit | commitdiff | tree |
2007-03-25 |
Paul Eggert | Avoid the need for euidaccess and/or lstat on every...
|
commit | commitdiff | tree |
2007-03-22 |
Paul Eggert | Improve a test script.
|
commit | commitdiff | tree |
2007-03-20 |
Paul Eggert | * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD):
|
commit | commitdiff | tree |
2007-03-16 |
Paul Eggert | * src/copy.c: Include filemode.h.
|
commit | commitdiff | tree |
2007-03-16 |
Paul Eggert | Fix manual in response to bug reports by Dan Jacobson.
|
commit | commitdiff | tree |
2007-02-28 |
Paul Eggert | * doc/coreutils.texi (Common options): --si outputs...
|
commit | commitdiff | tree |
2007-02-27 |
Paul Eggert | Make df -P immune to effects of e.g., the BLOCK_SIZE...
|
commit | commitdiff | tree |
2007-02-24 |
Paul Eggert | * NEWS: sort no longer compresses temporaries by default.
|
commit | commitdiff | tree |
2007-02-22 |
Paul Eggert | Honor dd's noatime flag if possible, even if not supported...
|
commit | commitdiff | tree |
2007-02-21 |
Paul Eggert | * src/copy.c (cached_umask): Cast -1 to mode_t to avoid...
|
commit | commitdiff | tree |
2007-02-19 |
Paul Eggert | * NEWS: sort now uses a --compress-program option rather...
|
commit | commitdiff | tree |
2007-02-15 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add c-strcase. ...
|
commit | commitdiff | tree |
2007-02-03 |
Paul Eggert | * NEWS: Document fix for cp --preserve=mode.
|
commit | commitdiff | tree |
2007-02-03 |
Paul Eggert | * NEWS: Document fix for cp --parents.
|
commit | commitdiff | tree |
2007-01-30 |
Paul Eggert | * coreutils.texi: @item -> @itemx to fix some typos.
|
commit | commitdiff | tree |
2007-01-30 |
Paul Eggert | * coreutils.texi (mkdir invocation): Say how to set...
|
commit | commitdiff | tree |
2007-01-29 |
Paul Eggert | Modify "ls" to sort its data faster, using the new...
|
commit | commitdiff | tree |
2007-01-26 |
Paul Eggert | Adjust to today's change to gnulib, which added a module for
|
commit | commitdiff | tree |
2007-01-24 |
Paul Eggert | * NEWS: New option sort -C, proposed by XCU ERN 127...
|
commit | commitdiff | tree |
2007-01-20 |
Paul Eggert | Standardize on list of signals when an app catches...
|
commit | commitdiff | tree |
2007-01-02 |
Paul Eggert | Now, "ls -FRL" always follows symbolic links on Linux.
|
commit | commitdiff | tree |
2006-12-22 |
Paul Eggert | * NEWS: dd bs= operands now silently override later...
|
commit | commitdiff | tree |
2006-12-15 |
Paul Eggert | Make sure cp -p isn't too generous with file permissions.
|
commit | commitdiff | tree |
2006-12-15 |
Paul Eggert | Ensure cp -pR --parents isn't too generous with parent...
|
commit | commitdiff | tree |
2006-12-13 |
Paul Eggert | Remove some arbitrary restrictions on size fields,
|
commit | commitdiff | tree |
2006-12-07 |
Paul Eggert | cp -p now clears special bits if it fails to preserve...
|
commit | commitdiff | tree |
2006-12-06 |
Paul Eggert | * NEWS: Document the cp --preserve=ownership fix.
|
commit | commitdiff | tree |
2006-12-04 |
Paul Eggert | install.c: Preserve time stamps before changing owner...
|
commit | commitdiff | tree |
2006-11-27 |
Paul Eggert | Improve the check for departures from C89, and fix...
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | Port parts of the code to C89 to minimize the need... Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | * src/remove.c (rm): Move cycle_check_init call into... Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | * src/remove.c (AD_ensure_initialized): New function. Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | * src/remove.c (AD_pop_and_chdir): Return prev_dir... Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | * src/remove.c (cache_stat_init): Return its argument... Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-26 |
Paul Eggert | * src/remove.c (rm_1): Remove decl of local, fd_cwd. Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-11-23 |
Paul Eggert | * randread.c (__attribute__): Don't define if __attribute__...
|
commit | commitdiff | tree |
2006-11-16 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add sys_stat, since...
|
commit | commitdiff | tree |
2006-10-19 |
Paul Eggert | * POTFILES.in: Add lib/xstrtol.h.
|
commit | commitdiff | tree |
2006-10-19 |
Paul Eggert | * src/copy.c (copy_reg): Rewrite slightly to avoid...
|
commit | commitdiff | tree |
2006-10-18 |
Paul Eggert | * src/copy.c (copy_internal): Use mknod rather than...
|
commit | commitdiff | tree |
2006-10-18 |
Paul Eggert | * src/copy.c (copy_internal): Remove redundant and...
|
commit | commitdiff | tree |
2006-10-18 |
Paul Eggert | * src/copy.c (copy_internal): Don't pass mkdir a mode...
|
commit | commitdiff | tree |
2006-10-16 |
Paul Eggert | * src/groups.sh (version): Reword message to match...
|
commit | commitdiff | tree |
2006-10-15 |
Paul Eggert | [m4/ChangeLog]
|
commit | commitdiff | tree |
2006-10-13 |
Paul Eggert | Sync from Bison, as follows: 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2006-10-11 |
Paul Eggert | * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots...
|
commit | commitdiff | tree |
2006-10-10 |
Paul Eggert | * src/ls.c (quote_name): Use initializer rather than...
|
commit | commitdiff | tree |
2006-10-09 |
Paul Eggert | * src/sort.c (usage): Mention again that sort fields...
|
commit | commitdiff | tree |
2006-10-09 |
Paul Eggert | * NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by
|
commit | commitdiff | tree |
2006-10-09 |
Paul Eggert | * bootstrap (usage, main program, symlink_to_gnulib...
|
commit | commitdiff | tree |
2006-10-07 |
Paul Eggert | Give credit to Lars Wendler.
|
commit | commitdiff | tree |
2006-10-07 |
Paul Eggert | * src/install.c (make_ancestor): New arg COMPONENT.
|
commit | commitdiff | tree |
2006-10-06 |
Paul Eggert | Fix bug reported today by Mike Frysinger: mkdir -pv...
|
commit | commitdiff | tree |
2006-10-05 |
Paul Eggert | * src/chgrp.c: Don't include lchown.h; no longer needed.
|
commit | commitdiff | tree |
2006-10-05 |
Paul Eggert | * tests/ls/stat-dtype: Use a dynamic test to decide...
|
commit | commitdiff | tree |
2006-10-05 |
Paul Eggert | * src/dd.c (flags): noatime and nofollow now depend on
|
commit | commitdiff | tree |
2006-10-03 |
Paul Eggert | * src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX /...
|
commit | commitdiff | tree |
2006-09-30 |
Paul Eggert | * .cvsignore: Add openat-proc.c.
|
commit | commitdiff | tree |
2006-09-30 |
Paul Eggert | * tests/rm/readdir-bug: Don't use $(...) in a shell...
|
commit | commitdiff | tree |
2006-09-28 |
Paul Eggert | * tests/rm/fail-eperm: Unset BASH_ENV, CDPATH, and...
|
commit | commitdiff | tree |
2006-09-26 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2006-09-26 |
Paul Eggert | * .cvsignore: Add fchmodat.c.
|
commit | commitdiff | tree |
2006-09-20 |
Paul Eggert | * bootstrap: Add support for --force.
|
commit | commitdiff | tree |
2006-09-20 |
Paul Eggert | * NEWS: Document fix for cp -i and mv -i.
|
commit | commitdiff | tree |
2006-09-19 |
Paul Eggert | * coreutils.texi (Disk usage): Clarify intro. Problem...
|
commit | commitdiff | tree |
2006-09-19 |
Paul Eggert | * src/ln.c (target_directory_operand): Rewrite to avoid...
|
commit | commitdiff | tree |
2006-09-19 |
Paul Eggert | (cp invocation): Clarify cp -i a bit more.
|
commit | commitdiff | tree |
2006-09-19 |
Paul Eggert | * coreutils.texi (cp invocation): Say that -i and ...
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | Fix bug where chmod, chown, and chgrp did not process...
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | * src/shuf.c (main): Quote the entire range when reporting an
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | * tests/stty/row-col-1: Rewrite to avoid temporary...
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | * bootstrap (symlink_to_gnulib): New function.
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | * tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic
|
commit | commitdiff | tree |
2006-09-18 |
Paul Eggert | Fix bug in test case exposed by building on
|
commit | commitdiff | tree |
2006-09-16 |
Paul Eggert | * NEWS: Document that mkdir -p and install -d now fork...
|
commit | commitdiff | tree |
2006-09-12 |
Paul Eggert | (print_user): Rewrite to avoid warning from GCC 4.1...
|
commit | commitdiff | tree |
2006-09-11 |
Paul Eggert | (eval6): Fix buffer overrun, or bad performance, if
|
commit | commitdiff | tree |
2006-09-08 |
Paul Eggert | tail now ignores the -f option if POSIXLY_CORRECT is...
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | rm now rejects attempts to remove /, ./, and ../.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | (Treating / specially): --preserve-root is
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | New file.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | (TESTS): Add r-4.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | Don't include dirname.h, since system.h does it now.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | Fix comment.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | Don't include dirname.h, since system.h does it now.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | Include "dirname.h", since dot_or_dotdot needs it
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | Don't include dirname.h, since system.h does it now.
|
commit | commitdiff | tree |
2006-09-03 |
Paul Eggert | rm now rejects attempts to remove /, ./, and ../.
|
commit | commitdiff | tree |