OpenGrok
Cross Reference: cmp.c
xref
: /
src
/
bin
/
ls
/
cmp.c
Home
|
History
|
Annotate
|
Download
|
only in
ls
History log of
/src/bin/ls/cmp.c
Revision
Date
Author
Comments
1.17
07-Aug-2003
agc
branches: 1.17.98;
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
1.16
29-Jul-2000
lukem
convert to new KNF
1.15
23-Jul-2000
mycroft
ts_nsec -> tv_nsec, per POSIX.
1.14
09-Oct-1998
enami
- To make this file compile again on NetBSD, force to use
old (i.e. posix version of timespec) code if defined(__NetBSD__).
- Introduce some macro for readability.
1.13
08-Oct-1998
wsanchez
Global replace:
-#ifdef _POSIX_SOURCE
+#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) || defined (_XOPEN_SOURCE)
1.12
08-Oct-1998
wsanchez
Handle non-POSIX version of timespec.
1.11
20-Jul-1997
christos
Fix compiler warnings.
Add WARNS=1
1.10
08-Jul-1996
mycroft
Stylistic change of no consequence.
1.9
08-Jul-1996
mycroft
Compare nanosecond field in timestamps.
Always do name comparison if other sort field is equal.
1.8
21-Mar-1995
cgd
branches: 1.8.6;
convert to new RCS id conventions.
1.7
23-Sep-1994
mycroft
Merge with 4.4-Lite version.
1.6
05-Dec-1993
mycroft
Patches from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to allow
sorting by size.
1.5
07-Aug-1993
mycroft
New version from uunet, with -k option readded, and 4.4 ffs--specific stuff
in `#ifdef notyet'.
1.4
01-Aug-1993
mycroft
Add RCS identifiers.
1.3
23-Mar-1993
cgd
changed "Id" to "Header" for rcsids
1.2
22-Mar-1993
cgd
added rcs ids to all files
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.2
22-Sep-1994
mycroft
Import original 4.4-Lite version.
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.8.6.1
10-Dec-1996
mycroft
From trunk:
Various changes to make the sorting deterministic (and correct).
1.17.98.2
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.17.98.1
21-Apr-2020
martin
Sync with HEAD
Indexes created Thu Oct 02 01:09:59 GMT 2025