Age | Commit message (Expand) | Author |
2009-10-09 | maint: touch up previous LDADD patch | Eric Blake |
2009-10-09 | maint: improve additional library tracking | Eric Blake |
2009-10-09 | chcon: don't disable just because SELinux is disabled | Jim Meyering |
2009-10-09 | ls: remove explicit getfilecon work-around | Jim Meyering |
2009-10-08 | maint: use X2NREALLOC in more places | Eric Blake |
2009-10-08 | maint: remove unused macros and declarations | Eric Blake |
2009-10-08 | maint: move timeout exit statuses | Eric Blake |
2009-10-08 | stdbuf: improve path search | Eric Blake |
2009-10-08 | stat: work with recent gnulib changes | Eric Blake |
2009-10-08 | stat: add support for many more file system types | Jim Meyering |
2009-10-08 | stat: recognize CIFS and HFS file system types | Jim Meyering |
2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf |
2009-10-06 | chcon: exit immediately if SELinux is disabled | Ondřej Vašík |
2009-10-02 | dircolors: highlight .cgm and .emf as images | James R. Van Zandt |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady |
2009-09-29 | stat: interpret "-" as standard input | Jim Meyering |
2009-09-29 | ls: don't use an undefined struct stat after failed stat/lstat | Jim Meyering |
2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering |
2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering |
2009-09-25 | cp, mv: use linkat to guarantee semantics | Eric Blake |
2009-09-25 | ln: add -L/-P options | Eric Blake |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-23 | maint: expr: avoid compiler warnings without GMP | Pádraig Brady |
2009-09-23 | doc: ls: further improve --help message re --color | Jim Meyering |
2009-09-23 | maint: df.c: adapt to newer gnulib | Jim Meyering |
2009-09-22 | maint: uptime: fix a theoretical compile warning | Pádraig Brady |
2009-09-22 | ls: fix a performance regression | Pádraig Brady |
2009-09-21 | build: avoid compiler warnings on cygwin 1.5 | Eric Blake |
2009-09-21 | doc: ls: add an article, "the" | Jim Meyering |
2009-09-21 | ls: handle disabling of colors consistently for all tile types | Pádraig Brady |
2009-09-21 | doc: ls: make help for --color more concise and accurate | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-19 | dircolors: arrange to highlight names with the .lz suffix | Jim Meyering |
2009-09-19 | mktemp: adapt to new, 3-argument gen_tempname_len | Jim Meyering |
2009-09-16 | rm, rmdir: improve cross-compilation support | Eric Blake |
2009-09-15 | cp: fix a probably redundant chmod when setting xattrs | Ondřej Vašík |
2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík |
2009-09-14 | doc: improve timeout's --help message | Jim Meyering |
2009-09-13 | maint: use consistent cpp indentation in all .c files | Jim Meyering |
2009-09-11 | id: don't print context=... when POSIXLY_CORRECT is set | Jim Meyering |
2009-09-11 | rm: avoid compiler warning | Eric Blake |
2009-09-11 | rm: use gnulib faccessat | Eric Blake |
2009-09-11 | rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N) | Jim Meyering |
2009-09-11 | build: placate gcc's new -Wskip-jump-init | Jim Meyering |
2009-09-11 | rm: rewrite to use fts | Jim Meyering |
2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík |
2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering |
2009-09-08 | tail: make the new piped-stdin test as portable as the old one | Jim Meyering |
2009-09-07 | tail: syntax-only: use "false", rather than equivalent, 0 | Jim Meyering |