50284 | 29-Jun-1991 |
bostic |
add ANSI contribution notice |
50283 | 29-Jun-1991 |
bostic |
add ANSI contribution notice |
50282 | 29-Jun-1991 |
bostic |
add ANSI contribution notice |
50281 | 29-Jun-1991 |
bostic |
add ANSI contribution notice |
50280 | 29-Jun-1991 |
bostic |
add ANSI contribution notice |
50167 | 27-Jun-1991 |
bostic |
no longer any machine-dependent stdio functions |
50158 | 26-Jun-1991 |
mckusick |
syslog() checks mask set by setlogmask() (4.3BSD-reno/lib/4) |
50127 | 25-Jun-1991 |
karels |
fix typo (wonder how this was tested???); KNF for return () |
50123 | 24-Jun-1991 |
bostic |
off-by-one |
50121 | 24-Jun-1991 |
bostic |
from Christos; last fix not quite right |
50120 | 23-Jun-1991 |
bostic |
wrong mode for open code |
50119 | 23-Jun-1991 |
bostic |
add object files for rest of mmap calls |
50117 | 23-Jun-1991 |
bostic |
from Christos; example is "echo 'foo*' *" results in "No match" |
50116 | 21-Jun-1991 |
torek |
memcpy and memmove must always return first arg |
50058 | 17-Jun-1991 |
bostic |
don't use stdio for error messages |
50057 | 17-Jun-1991 |
bostic |
don't use sprintf(3) so we don't drag in stdio |
50056 | 17-Jun-1991 |
bostic |
don't use snprintf(3) here, exec shouldn't require stdio(3). also, if a component of the path is too long, complain violently. |
50050 | 17-Jun-1991 |
bostic |
The Prettiness Police + fixes from Christos |
50049 | 16-Jun-1991 |
bostic |
Christos' changes to do quoting in ranges; glob(3) now requires that chars be shorts. Add function prototypes |
50013 | 05-Jun-1991 |
bostic |
first cut at a real man page, convert to new-style macros |
49994 | 04-Jun-1991 |
karels |
KNF |
49990 | 04-Jun-1991 |
bostic |
add heapsort |
49989 | 04-Jun-1991 |
bostic |
date and time created 91/06/04 10:17:06 by bostic |
49987 | 04-Jun-1991 |
bostic |
add heapsort |
49952 | 30-May-1991 |
bostic |
ch unused, t and f never assigned! |