summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-09(Common options): Some programs don't reorderPaul Eggert
2004-09-09Fix "tr xy -z" bug.Paul Eggert
2004-09-09(fowler-1): New test case.Paul Eggert
2004-09-09(main): Don't reorder options.Paul Eggert
2004-09-09Document that "tr xy -z" now works as per POSIX.Paul Eggert
2004-09-08Undo previous change.Paul Eggert
2004-09-08sort -u versus sort | uniq.Paul Eggert
2004-09-08(sort invocation): Add remarks about sort -u versus sort | uniq.Paul Eggert
2004-09-08c-strtod.c sets LC_ALL, not LC_NUMERIC.Paul Eggert
2004-09-08(C_STRTOD): Set LC_ALL to "C", not just LC_NUMERIC, to avoid thePaul Eggert
2004-09-07Fix "touch -- MMDDhhmm file" bug.Paul Eggert
2004-09-07Test for "touch -- MMDDmm file" bug. Also, setPaul Eggert
2004-09-07Document "touch" POSIX-conformance fix.Paul Eggert
2004-09-07(main): Fix POSIX-conformance bug: "touch --Paul Eggert
2004-09-07Emulate Solaris 8 "sort -y" better.Paul Eggert
2004-09-07(main): Emulate Solaris 8 and 9 "sort -y", so thatPaul Eggert
2004-09-06Add NEWS item for "od" changes.Paul Eggert
2004-09-06Several "od" changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-09-06Several od changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-09-06(od invocation): Several changes for POSIXPaul Eggert
2004-09-06Several changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-09-06Improve quoting doc.Paul Eggert
2004-09-06(String tests): Improve quality of warning aboutPaul Eggert
2004-09-06Sort options in usage message.Paul Eggert
2004-09-05Stty option-parsing fixes.Paul Eggert
2004-09-05(recover_mode): Arg is now char const *, not char *.Paul Eggert
2004-09-05Check for the fixed stty option-parsing bugs.Paul Eggert
2004-09-05(valid_options): Remove.Paul Eggert
2004-09-05Regenerate.Paul Eggert
2004-09-03Minor stat.c patches from Pozsar Balazs for GNU/Linux.Paul Eggert
2004-09-03(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that preventedPaul Eggert
2004-09-03dd minor cleanup for conversionsPaul Eggert
2004-09-03(usage): "alternated EBCDIC" -> "alternate EBCDIC".Paul Eggert
2004-09-03dd conversion option cleanup.Paul Eggert
2004-09-03(dd invocation): Specify which conversion optionsPaul Eggert
2004-09-03Output correct errno-related diagnostic on "paste" I/O errors.Paul Eggert
2004-09-03Output correct errno-related diagnostic on "paste" I/O errors.Paul Eggert
2004-09-03(paste_parallel): Improve replacement for ENDLIST and CLOSED.Paul Eggert
2004-09-02Port to diet libc.Paul Eggert
2004-09-02(FTSENT): Use "unsigned short int" rather than the unportable "u_short".Paul Eggert
2004-09-02(fts_stat, fts_open, fts_read): Use "unsigned short int"Paul Eggert
2004-09-02(dummy_closed, CLOSED, dummy_endlist, ENDLIST): Remove;Paul Eggert
2004-08-24Fix infloop-3 to match POSIX.Paul Eggert
2004-08-24(add_tab_stop): Renamed from add_tabstop. All uses changed.Paul Eggert
2004-08-24Revamp to resemble the new unexpand.c better.Paul Eggert
2004-08-24Standardize on "tab stop" (the POSIX usage)Paul Eggert
2004-08-24POSIX-conformance fixes for "expand" and "unexpand".Paul Eggert
2004-08-20Sync from gnulib.Paul Eggert
2004-08-20Regenerate.Paul Eggert
2004-08-20Sync getopt from gnulib.Paul Eggert