Age | Commit message (Expand) | Author |
2007-03-29 | id: Add SELinux support: -Z option. | Jim Meyering |
2007-03-29 | stat: Add support for SELinux in the form of a %C format directive. | Jim Meyering |
2007-03-29 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering |
2007-03-29 | New program: chcon | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-28 | * src/stty.c: Don't include "vasprintf.h", now that its | Jim Meyering |
2007-03-27 | * README: Use "install", not "ginstall" in the list of program names. | Jim Meyering |
2007-03-25 | * src/c99-to-c89.diff: Regenerate. | Jim Meyering |
2007-03-25 | Avoid the need for euidaccess and/or lstat on every directory entry | Paul Eggert |
2007-03-23 | * src/pathchk.c: Don't include euidaccess.h, as we don't call | Jim Meyering |
2007-03-20 | * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): | Paul Eggert |
2007-03-18 | Fix a bug in how pr -m -s works. | Jim Meyering |
2007-03-17 | Avoid an obscure build failure, prefer waitpid over wait. | Jim Meyering |
2007-03-16 | * src/copy.c: Include filemode.h. | Paul Eggert |
2007-03-10 | remove trailing blanks | Jim Meyering |
2007-03-09 | src/fs.h: git-rm a generated but already-ignored file | Jim Meyering |
2007-03-08 | * src/c99-to-c89.diff: Reflect the new c99'ism, update offsets. | Jim Meyering |
2007-03-08 | rm without -f: give a better diagnostic when euidaccess fails. | Jim Meyering |
2007-03-03 | Fix a bug: cp -x would fail to set mount point permissions. | Andrew Church |
2007-03-01 | * bootstrap.conf (gnulib_modules): Replace xreadlink with | Bruno Haible |
2007-02-27 | Make df -P immune to effects of e.g., the BLOCK_SIZE envvar. | Paul Eggert |
2007-02-24 | * NEWS: sort no longer compresses temporaries by default. | Paul Eggert |
2007-02-23 | * src/date.c (usage): Split a diagnostic that had grown to be | Jim Meyering |
2007-02-23 | * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T', | Ed Santiago |
2007-02-23 | With -Dlint, make shuf free all heap-allocated storage. | Jim Meyering |
2007-02-22 | Honor dd's noatime flag if possible, even if not supported on build fs | Paul Eggert |
2007-02-22 | Adjust preceding change not to perform an unaligned access. | Jim Meyering |
2007-02-22 | Placate valgrind, wrt ./cp --sparse=always | Jim Meyering |
2007-02-21 | * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning | Paul Eggert |
2007-02-20 | * src/env.c (main): When invoked with no arguments (i.e. when printing | Jim Meyering |
2007-02-19 | * NEWS: sort now uses a --compress-program option rather than | Paul Eggert |
2007-02-18 | Rely on gnulib-generated stdlib.h, not exit.h. | Jim Meyering |
2007-02-15 | * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase. | Paul Eggert |
2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2007-02-03 | * NEWS: Document fix for cp --preserve=mode. | Paul Eggert |
2007-02-03 | * NEWS: Document fix for cp --parents. | Paul Eggert |
2007-02-02 | * src/nl.c (proc_text): Use "NULL", not "(struct re_registers *) 0". | Jim Meyering |
2007-02-02 | * src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes | Jim Meyering |
2007-01-29 | Plug a leak in ls. | Jim Meyering |
2007-01-29 | * src/ls.c: Rename three global variables. | Jim Meyering |
2007-01-29 | Shave 8 bytes off the size of "struct fileinfo". | Jim Meyering |
2007-01-29 | Modify "ls" to sort its data faster, using the new gnulib mpsort | Paul Eggert |
2007-01-26 | Adjust to today's change to gnulib, which added a module for | Paul Eggert |
2007-01-26 | * src/dd.c (advance_input_after_read_error): Change diagnostic to | Jim Meyering |
2007-01-25 | * src/sort.c (create_temp): Remove superfluous access-X_OK | Dan Hipschman |
2007-01-24 | Pass "make distcheck" again. | Jim Meyering |
2007-01-24 | * NEWS: New option sort -C, proposed by XCU ERN 127, which looks | Paul Eggert |
2007-01-24 | * NEWS: sort temp file compression: tweak wording. | Jim Meyering |
2007-01-24 | * src/sort.c (MAX_FORK_RETRIES_COMPRESS, MAX_FORK_RETRIES_DECOMPRESS): | Dan Hipschman |