4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / make / parse.c
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Keith Bosticfrom Christos, use `ungetc' routine ParseUnreadc
1993-06-03 Keith BosticChristos removed the comment clause in ParseReadLine
1993-05-29 Keith BosticThe bug was introduced when the special character chang...
1993-05-25 Keith Bosticupdate, bug fix, ANSI C, lint from Christos Zoulas
1991-02-20 Keith Bosticdon't call fclose unless the file was opened
1991-01-11 Keith Bosticget rid of stupid error messages
1990-06-30 Keith Bosticfix "(echo -n ${LIBPC}:; nm -go ${LIBPC})"
1990-06-29 Keith Bosticchange to make '.c.o:; rule' work right, i.e. the ...
1990-06-02 Keith Bosticnew copyright notice
1990-05-30 Keith Bosticfatal error on include without '"' or '<' delimiter
1990-04-23 Keith Bosticfix line "#comment: with both colon; and semi-colon"
1990-03-20 Keith Bosticrename DONTCARE as OPTIONAL
1990-03-20 Keith Bosticdelete -W (noWarnings) flag
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-18 Keith Bosticadd pathnames.h, redefining some paths
1990-03-13 Keith Bosticfix varargs stuff; ignore second and rest of multiple...
1990-03-13 Keith Bosticrework to always be "make". Deleted -M, -B, -C, -v...
1990-03-13 Keith Bosticremove rmt.c module, most of remote support, including...
1990-03-13 Keith Bosticwire in '.' as include/define intro character
1990-03-13 Keith BosticStr_New -> strdup
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake