summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-27id,groups: with no user name, print only real and/or effective IDs,Jim Meyering
2012-04-19maint: tac: use memcpy, not strcpyJim Meyering
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering
2012-04-16maint: replace a use of strcpy in chmod.c with memcpyJim Meyering
2012-04-12fmt: accept new --goal=WIDTH (-g) optionBruce Korb
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady
2012-03-28chmod: undo previous changePaul Eggert
2012-03-28chmod: fix symlink race conditionPaul Eggert
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering
2012-03-22ln: add the --relative optionHarald Hoyer
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady
2012-03-22maint: ensure PATH_MAX is set correctlyPádraig Brady
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering
2012-03-15realpath: optimize --relative-base usageEric Blake
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake
2012-03-15realpath: fix problems with root handlingEric Blake
2012-03-10dirname: support more than one argumentJérémy Compostella
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert
2012-03-08du: fix -x: don't ignore non-directory argumentsJim Meyering
2012-03-07basename: support more than one argumentJérémy Compostella
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady
2012-02-29doc: timeout: document the exit status when run with "-s KILL"Rodrigo Campos
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko
2012-02-25sort: default to physmem/8, not physmem/16Paul Eggert
2012-02-24doc: clarify a comment in system.hJim Meyering
2012-02-20split: add the --additional-suffix optionJérémy Compostella
2012-02-20ls: adjust errnos indicating device non support for xattrsPádraig Brady
2012-02-18ls: cache ACL- and CAP-querying syscall failuresJim Meyering
2012-02-18ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella
2012-02-16doc: improve 'rm -f' descriptionBernhard Voelker
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady
2012-01-30maint: sort: remove the last uses of "'%s'" in diagnosticsJim Meyering
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-26maint: remove some redundant automake _SOURCESPádraig Brady
2012-01-25realpath: avoid the use of printfPádraig Brady
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-20stat: clarify the description of the %o stat formatPádraig Brady
2012-01-11maint: fix minor whitespace issuesPádraig Brady
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering