summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-03-18(usage): Warn that the +N form will be withdrawn.Jim Meyering
2001-03-18(usage): Warn that the +N form will be withdrawn.Jim Meyering
2001-03-17(usage): Tweak the obsolescent usage line so thatJim Meyering
2001-03-17(INT_STRLEN_BOUND): New macro.Jim Meyering
2001-03-17Include mbswidth.h.Jim Meyering
2001-03-13(die): New message arg, to describe failuresJim Meyering
2001-03-13Decrease buffer size when only merging or checking.Jim Meyering
2001-03-13(sort): If all the input files are empty, create an empty output file.Jim Meyering
2001-03-13(merge): Move declarations of local variables intoJim Meyering
2001-03-13Do not include closeout.h.Jim Meyering
2001-03-12`fmt --prefix=S' would not work properly for any string S containingJim Meyering
2001-03-12(save_stdin): Use mkstemp to create temporary file.Jim Meyering
2001-03-09(usage): Describe %C.Jim Meyering
2001-03-06(S_TYPEISSHM): Rename parameter to reflect its type.Jim Meyering
2001-03-04(output_char): Reformat so each statement is on a separate line.Jim Meyering
2001-03-03(die): New function.Jim Meyering
2001-03-03(xfclose): Add FILE arg, and report the file nameJim Meyering
2001-03-03(main): When fclose (stdin) fails, do not mentionJim Meyering
2001-03-03(xfopen): Set have_read_stdin to 1 only if file is "-".Jim Meyering
2001-03-03(initbuf): If the desired size cannot beJim Meyering
2001-03-03(parse_field_count): Comment fix.Jim Meyering
2001-03-03Tune allocation and comparison of nodesJim Meyering
2001-03-02(eolchar, trim_trailing_blanks): Now static.Jim Meyering
2001-03-02'sort' race condition fixes.Jim Meyering
2001-02-22(keycompare): Move declarations of locals, lena and lenb,Jim Meyering
2001-02-21(main): Remove assignment-in-if-expression.Jim Meyering
2001-02-20(FULL_TIME_OPTION): Renamed from FULL_TIME, forJim Meyering
2001-02-20(SI_OPTION): New enum value.Jim Meyering
2001-02-20revert last change, until after the releaseJim Meyering
2001-02-20`ls -Fd symlink-to-directory' would print a trailing `/'Jim Meyering
2001-02-19(AUTHORS): Add Paul Eggert.Jim Meyering
2001-02-19Fix a race condition: freed storage accessed during a signal handler.Jim Meyering
2001-02-19Check for input size, and do not overallocate memory.Jim Meyering
2001-02-19(wc): Rename innermost `buf' to avoid shadowing warning.Jim Meyering
2001-02-18`chmod 0 file; rm file' would no longer prompt before removal.Jim Meyering
2001-02-17(main): `quote' the offending argument.Jim Meyering
2001-02-17(mbrtowc, mbsinit):Jim Meyering
2001-02-06require 1 argumentJim Meyering
2001-02-06better commentJim Meyering
2001-02-06emit a comment, print numbers one per lineJim Meyering
2001-02-06remove parensJim Meyering
2001-02-06move decl of q into loopJim Meyering
2001-02-06remove n0Jim Meyering
2001-02-04remove --help --version, etcJim Meyering
2001-02-04(usage): Tweak --help output: it prints the _prime_Jim Meyering
2001-02-04(is_prime): Remove function.Jim Meyering
2001-02-04*** empty log message ***Jim Meyering
2001-02-04*** empty log message ***Jim Meyering
2001-02-04*** empty log message ***Jim Meyering
2001-02-03(main): Change type of index variable to `unsigned int' to avoid a warning.Jim Meyering