Age | Commit message (Expand) | Author |
2012-06-06 | su: remove program (util-linux is now the best source for it) | Jim Meyering |
2012-06-05 | maint: mark new diagnostic for translation | Jim Meyering |
2012-06-05 | head: with --lines=-N (-n-N) reset file pointer on seekable input | Jim Meyering |
2012-06-01 | stat,tail: recognize new file system type: panfs | Jim Meyering |
2012-05-28 | cksum: line-buffer the printed checksums | Pádraig Brady |
2012-05-21 | maint: remove comment that suggested to remove support for mktemp -V | Jim Meyering |
2012-05-21 | dircolors: add st/st-256color terminal types | Mike Frysinger |
2012-05-20 | id,groups: use gidtostr/uidtostr to avoid casts | Jim Meyering |
2012-05-16 | maint: tell xgettext that fputs arg "93% of..." is not a C format string | Jim Meyering |
2012-05-16 | maint: add assertions to placate static analysis tools | Jim Meyering |
2012-05-16 | stat: report the correct block size for file system usage | Pádraig Brady |
2012-05-12 | ls: color each symlink-to-relative-name in / properly | Jim Meyering |
2012-05-10 | stat,tail: recognize new FS types: bdevfs, inodefs, qnx6 | Jim Meyering |
2012-05-10 | maint: handle file sizes more reliably | Paul Eggert |
2012-05-09 | stat: don't report negative file size as huge positive number | Paul Eggert |
2012-05-08 | split: avoid apparent infloop when splitting /dev/zero w/-n on the Hurd | Jim Meyering |
2012-05-08 | maint: new function: usable_st_size | Jim Meyering |
2012-05-08 | maint: fix common spelling errors | Kevin Lyda |
2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering |
2012-05-04 | maint: rely on gnulib's new sys_resource module | Jim Meyering |
2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady |
2012-05-02 | maint: adjust comments to avoid FP match on binary-operator-at-EOL | Jim Meyering |
2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering |
2012-04-30 | cat,cp,mv,install,split: Set the minimum IO block size used to 64KiB | Pádraig Brady |
2012-04-27 | id: -Zn/-Zr: avoid an invalid diagnostic | Jim Meyering |
2012-04-27 | id: don't call getcon unnecessarily | Jim Meyering |
2012-04-27 | maint: id: minor factorization | Jim Meyering |
2012-04-27 | id,groups: with no user name, print only real and/or effective IDs, | Jim Meyering |
2012-04-19 | maint: tac: use memcpy, not strcpy | Jim Meyering |
2012-04-19 | maint: ls: use stpncpy/stpcpy, not strncpy/strcpy | Jim Meyering |
2012-04-19 | maint: modernize/clean-up a small function in ls.c | Jim Meyering |
2012-04-16 | maint: replace a use of strcpy in chmod.c with memcpy | Jim Meyering |
2012-04-12 | fmt: accept new --goal=WIDTH (-g) option | Bruce Korb |
2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady |
2012-03-28 | chmod: undo previous change | Paul Eggert |
2012-03-28 | chmod: fix symlink race condition | Paul Eggert |
2012-03-26 | doc: use $(...), not `...` in documentation and comments | Jim Meyering |
2012-03-22 | ln: add the --relative option | Harald Hoyer |
2012-03-22 | maint: refactor relpath() from `realpath` for use by `ln` | Pádraig Brady |
2012-03-22 | maint: ensure PATH_MAX is set correctly | Pádraig Brady |
2012-03-21 | maint: use more modern fseeko, rather than fseek | Jim Meyering |
2012-03-15 | realpath: optimize --relative-base usage | Eric Blake |
2012-03-15 | realpath: let --relative-to default to --relative-base | Eric Blake |
2012-03-15 | realpath: fix problems with root handling | Eric Blake |
2012-03-10 | dirname: support more than one argument | Jérémy Compostella |
2012-03-10 | split: support an arbitrary number of split files by default | Jérémy Compostella |
2012-03-08 | chmod: add notations +40, 00440, etc. | Paul Eggert |
2012-03-08 | du: fix -x: don't ignore non-directory arguments | Jim Meyering |
2012-03-07 | basename: support more than one argument | Jérémy Compostella |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady |