agc
|
b5b2954259
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
2003-08-07 09:05:01 +00:00 |
lukem
|
ba2e04dc88
|
convert to new KNF
|
2000-07-29 03:46:14 +00:00 |
mycroft
|
e8f910e0d5
|
ts_nsec -> tv_nsec, per POSIX.
|
2000-07-23 20:50:44 +00:00 |
enami
|
4023401291
|
- 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.
|
1998-10-09 02:00:39 +00:00 |
wsanchez
|
1b21ebd11c
|
Global replace:
-#ifdef _POSIX_SOURCE
+#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) || defined (_XOPEN_SOURCE)
|
1998-10-08 23:30:35 +00:00 |
wsanchez
|
266388e1a4
|
Handle non-POSIX version of timespec.
|
1998-10-08 02:13:30 +00:00 |
christos
|
b22592e84f
|
Fix compiler warnings.
Add WARNS=1
|
1997-07-20 18:52:57 +00:00 |
mycroft
|
524eb9810f
|
Stylistic change of no consequence.
|
1996-07-08 10:32:01 +00:00 |
mycroft
|
0dc5640b54
|
Compare nanosecond field in timestamps.
Always do name comparison if other sort field is equal.
|
1996-07-08 10:22:13 +00:00 |
cgd
|
49f0ad8601
|
convert to new RCS id conventions.
|
1995-03-21 09:01:59 +00:00 |
mycroft
|
83ede345fb
|
Merge with 4.4-Lite version.
|
1994-09-23 06:14:39 +00:00 |
mycroft
|
f6a07377e5
|
Patches from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to allow
sorting by size.
|
1993-12-05 21:35:20 +00:00 |
mycroft
|
203e422702
|
New version from uunet, with -k option readded, and 4.4 ffs--specific stuff
in `#ifdef notyet'.
|
1993-08-07 03:56:47 +00:00 |
mycroft
|
8542364e07
|
Add RCS identifiers.
|
1993-08-01 18:49:50 +00:00 |
cgd
|
06be60083d
|
changed "Id" to "Header" for rcsids
|
1993-03-23 00:22:59 +00:00 |
cgd
|
346aa5dd48
|
added rcs ids to all files
|
1993-03-22 08:04:00 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |