summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
1996-11-02.Jim Meyering
1996-11-02[!ENABLE_ASSERTIONS]: Guard NDEBUG definition.Jim Meyering
1996-11-01(key_init): New function.Jim Meyering
1996-10-04(main): update --version output againJim Meyering
1996-09-23(keycompare): Declare translate to be unsigned char *.Jim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-05-31(limfield): #ifdef-out a block of code that makesJim Meyering
1996-05-30(main): Use STDIN_FILENO instead of less portable fileno (stdin).Jim Meyering
1996-04-29(main): Give a better diagnostic for `sort -0'. Reported by Karl Berry.Jim Meyering
1996-04-24update Copyright years for 1996Jim Meyering
1996-03-24[SORT_FAILURE]: New macro.Jim Meyering
1996-03-21(main): Declare to return int, not void. From Peter SeebachJim Meyering
1996-03-16Don't include version.h.Jim Meyering
1996-03-11(write_bytes): Renamed from xfwrite.Jim Meyering
1996-03-09(main): Initialize for internationalized message support: call setlocale,Jim Meyering
1996-02-18Add -z option. Change all occurrences of '\n' to `eolchar'.Jim Meyering
1996-01-02(keycompare): Rewrite cases handling -i and -if to fix bug wherebyJim Meyering
1995-12-05(main): Diagnose improper form of arguments to -k, then fail.Jim Meyering
1995-12-05(numcompare): Properly handle all cases in which signs differ. From Karl Heuer.Jim Meyering
1995-12-01treat `-' as if it were zero. Reported by Ross AlexanderJim Meyering
1995-11-29(limfield): Remove field_start junk.Jim Meyering
1995-11-28(begfield): Replace unnecessary loop with if-else.Jim Meyering
1995-11-15Add support for sorting numbers in scientific notation.Jim Meyering
1995-11-11(xmalloc): Declare static.Jim Meyering
1995-10-26(main): Use xfopen, not xtmpopen to open final output file.Jim Meyering
1995-10-26(xtmpfopen): New function -- for opening temp files.Jim Meyering
1995-10-26(xfopen): Rewrite using open/fdopen in order to setJim Meyering
1995-10-16Move struct dcls to precede dcls of file-scope variables.Jim Meyering
1995-10-16(usage): Move function definition to precede uses andJim Meyering
1995-10-04Test SA_INTERRUPT, not _POSIX_VERSION,Jim Meyering
1995-09-19(checkfp): Rearrange loop to avoid duplicate test.Jim Meyering
1995-09-14(tempname): Replace `16' with a more readable expansion.Jim Meyering
1995-09-14(sort): Rename local: ntemp -> n_temp_files, to avoid confusionJim Meyering
1995-08-08(mergefps) [lint]: Initialize SAVEALLOC to avoid spuriousJim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-07-30(check): Print `disorder on...' message on standard error, not stdout.Jim Meyering
1995-07-12(main): Comment out unreachable break stmt.Jim Meyering
1995-07-09(main): Add UCHAR casts.Jim Meyering
1995-07-09(main): When using obsolescent +pos -pos syntax, allowJim Meyering
1995-07-09(main): Allow field spec, M, to be omitted in +M.N or -M.NJim Meyering
1995-06-24Undefine min and/or max before defining to avoid redefinition warningJim Meyering
1995-06-18merge with 1.12Jim Meyering
1995-06-13(xfclose): Don't try to flush stdin, only stdout.Jim Meyering
1995-05-13(usage): Include one- or two-line synopsis in --help output.Jim Meyering
1995-05-05(main): Use stat, not safe_stat. The latter was unnecessary.Jim Meyering
1995-05-05Patch from Mike to fix handling of +x.yn.Jim Meyering
1995-05-05Don't hard-code /tmp.Jim Meyering
1995-04-26(tempname): AND-off high bits of pid so that its decimalJim Meyering
1995-03-21merge with 1.11.eJim Meyering
1995-03-09add 1995 to Copyright datesJim Meyering