stdio.h defines BUFSIZ
[unix-history] / usr / src / usr.bin / make / main.c
1991-02-03 Chris Torekget errno from <errno.h>
1990-10-12 Keith Bosticuse EOF, not -1
1990-06-29 Trent Heinreset optind before getopt() -- fixes 'make -k clean...
1990-06-02 Keith Bosticnew copyright notice
1990-05-22 Keith Bosticallow arguments both before and after variable assignme...
1990-05-09 Keith Bosticremove -v
1990-05-04 Keith Bosticminor cleanup, wire .depend directly into make program...
1990-03-22 Keith Bosticdon't stick null arguments into the environment
1990-03-22 Keith Bosticremove DEBUG_PARSE, never used
1990-03-20 Keith Bosticrename .PMAKE variable as .MAKE, PMAKE environmental...
1990-03-20 Keith Bosticmove -p to -dg1 and -dg2; delete -W (noWarnings) flag...
1990-03-20 Keith BosticStr_BreakString -> brk_string, delete Str_FreeVec;...
1990-03-13 Keith Bosticadd MACHINE global variable
1990-03-13 Keith Bosticminor reformatting, make VARARGS stuff right
1990-03-13 Keith Bosticrework to always be "make". Deleted -M, -B, -C, -v...
1990-03-13 Keith Bosticgoing to change main, so reformat to KNF
1990-03-13 Keith Bosticremove rmt.c module, most of remote support, including...
1990-03-13 Keith Bosticwire in DEF_OLD_VARS, still needs more work (oldVars...
1990-03-13 Keith Bosticremove SYSV and is68k ifdef's
1990-03-13 Keith Bosticremove Sprite ifdef's
1990-03-13 Keith Bosticremove directory locking, including the -l flag
1990-03-13 Keith Bosticredo system makefile configuration for BSD
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake