summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-26install many binaries at once, when possibleJim Meyering
2008-05-26* src/runcon.c: Add copyright comment.Jim Meyering
2008-05-26adjust AUTHORS and check-AUTHORS rule to accommodateJim Meyering
2008-05-26* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-05-26convert 3-author programs to use proper_nameJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering
2008-05-20install: avoid a leak in currently-ifdef'd-out codeJim Meyering
2008-05-19doc: clarify field delimiter description in uniq --help outputPádraig Brady
2008-05-17du, wc: merge improved --files0-from=F-related diagnosticsJim Meyering
2008-05-08Speed up "wc -m" and "wc -w" in multibyte case.Bruno Haible
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2008-05-06base64: remove some unused/redundant getopt codeBo Borgerson
2008-05-05base64 module: adjust API so it's compatible with gnulib'sBo Borgerson
2008-05-05tac: avoid segfault for e.g., "echo > x; tac -r x x"Jim Meyering
2008-04-29chcon, runcon: make --help print the bug-reporting addressJim Meyering
2008-04-23id: do not print SELinux context when invoked with a USERNAME argumentOndřej Vašík
2008-04-23id: do print the AFS-specific nameless group ID (called a PAG)Jim Meyering
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering
2008-04-19* src/dircolors.hin: Add .flv. Move .svgz to "image formats".Mike Frysinger
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-16mknod --help: note that this command may be a shell built-inJim Meyering
2008-04-16avoid "may be used uninitialized" warning from newer gccJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2008-04-14seq: work around floating point inaccuracies on more systemsJim Meyering
2008-04-12Avoid link failure when using mkstemp replacement.Jim Meyering
2008-04-06* src/c99-to-c89.diff: Adjust remove.c diffs.Jim Meyering
2008-04-06remove.c: accommodate systems with negative errno valuesJim Meyering
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-04-02copy.c: remove an in-function #ifdefJim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-28mknod, mkfifo: don't segfault when diagnosing invalid SELinux contextJim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-26* src/join.c (keycmp): Document new parameters.Jim Meyering
2008-03-26mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change)Daniel Dunbar
2008-03-25id bug fix: don't point to potentially clobbered static storagePeter Fales
2008-03-25join bug fix: adapt keycmp to work with new order-checking featureJim Meyering
2008-03-23join.c: syntax/style tweaksJim Meyering
2008-03-21* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-21ptx.c readabilityJim Meyering
2008-03-21Write NEWS and update c99-to-c89 patch for today's rm improvement.Jim Meyering
2008-03-21remove.c: Accommodate systems with negative errno values.Ingo Weinhold
2008-03-21* src/seq.c (long_double_format): Add a comment.Jim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2008-03-19mv: never unlink a destination file before calling renameJim Meyering
2008-03-16Include <getopt.h> only if used.Jim Meyering