Age | Commit message (Expand) | Author |
1996-11-27 | (fraccompare): Add explicit `int' in `register' dcl, to | Jim Meyering |
1996-11-25 | (set_ordering): Revert 1994-05-04 change to this function | Jim Meyering |
1996-11-23 | (usage): Alphabetize options like sort -f would. | Jim Meyering |
1996-11-03 | change bug-reporting address | Jim Meyering |
1996-11-02 | change bug-reporting address | Jim Meyering |
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 again | Jim 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 makes | Jim 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-24 | update Copyright years for 1996 | Jim Meyering |
1996-03-24 | [SORT_FAILURE]: New macro. | Jim Meyering |
1996-03-21 | (main): Declare to return int, not void. From Peter Seebach | Jim Meyering |
1996-03-16 | Don'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-18 | Add -z option. Change all occurrences of '\n' to `eolchar'. | Jim Meyering |
1996-01-02 | (keycompare): Rewrite cases handling -i and -if to fix bug whereby | Jim 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-01 | treat `-' as if it were zero. Reported by Ross Alexander | Jim 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-15 | Add 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 set | Jim Meyering |
1995-10-16 | Move struct dcls to precede dcls of file-scope variables. | Jim Meyering |
1995-10-16 | (usage): Move function definition to precede uses and | Jim Meyering |
1995-10-04 | Test 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 confusion | Jim Meyering |
1995-08-08 | (mergefps) [lint]: Initialize SAVEALLOC to avoid spurious | Jim Meyering |
1995-08-07 | Annotate 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, allow | Jim Meyering |
1995-07-09 | (main): Allow field spec, M, to be omitted in +M.N or -M.N | Jim Meyering |
1995-06-24 | Undefine min and/or max before defining to avoid redefinition warning | Jim Meyering |
1995-06-18 | merge with 1.12 | Jim 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 |