summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Collapse)Author
1995-01-28(checkfp, mergefps): Use memcpy instead of bcopy.Jim Meyering
(fillbuf): Use memmove instead of bcopy.
1994-12-20(main): Use safe_stat, not SAFE_STAT.Jim Meyering
1994-12-16Include "error.h" instead of simply declaring `void error ();'.Jim Meyering
1994-12-12sort.c (main): Fix interpretation of field offsets when specifiedJim Meyering
via -k option. They were being interpreted as zero-indexed. POSIX says they are 1-based indices. (keycompare): Don't ignore characters at the end of words when otherwise they compare equal. Both from Rik Faith <faith@cs.unc.edu>.
1994-12-02(checkfp): Initialize keybeg and keylim fields.Jim Meyering
Before, this command perl -e 'print join ("\n", (1..513)), "\n";'|sort -cs -n failed on SunOS 4 systems. From Robert H. de Vries <robert@and.nl>.
1994-12-02(xfclose): Report failed fflush. Otherwise, failed write to stdoutJim Meyering
could be missed because of subsequent clearerr. (main): Include filename in a couple error messages. Add missing %s in an error format string.
1994-11-16(tempname): Merge two very similar sprintf stmts into one.Jim Meyering
1994-10-31.Jim Meyering
1994-10-02merge with 1.9.1gJim Meyering
1994-10-02.Jim Meyering
1994-04-11.Jim Meyering
1994-03-25.Jim Meyering
1993-12-23merge with 1.9.1bJim Meyering
1993-11-15merge with 1.9.1Jim Meyering
1993-10-26merge with 1.8iJim Meyering
1993-10-23merge with 1.8d+Jim Meyering
1993-10-21merge with 1.8dJim Meyering
1993-05-22merge with 1.5.2Jim Meyering
1993-03-31sort changes from MikeJim Meyering
1993-03-30Always call error with errno (not zero) after failed fclose or non-zero ferror.Jim Meyering
1992-12-10Merge with pre-release 1.3.6.Jim Meyering
1992-12-07Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h.Jim Meyering
Change a few more uses of is* ctype macros to (protected) upper case versions.
1992-11-19Merged in changes for 1.3.5.Jim Meyering
1992-11-08Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const'
1992-11-08Initial revisionJim Meyering