386BSD 0.1 development
[unix-history] / usr / src / usr.bin / make /
1992-06-07 William F. Jolitz386BSD 0.1 development
1992-05-11 William F. Jolitz386BSD 0.1 development
1992-05-11 William F. Jolitz386BSD 0.1 development
1991-08-05 William F. Jolitz386BSD 0.1 development
1991-07-01 William F. Jolitz386BSD 0.1 development
1991-05-12 William F. Jolitz386BSD 0.1 development
1991-04-18 William F. Jolitz386BSD 0.1 development
1991-04-18 William F. Jolitz386BSD 0.1 development
1991-03-16 William F. Jolitz386BSD 0.1 development
1983-01-06 William F. JolitzStart development on 386BSD 0.1
1992-03-03 William F. Jolitz386BSD 0.0 release 386BSD-0.0
1992-03-03 William F. Jolitz386BSD 0.0 development
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
1991-08-05 William F. Jolitz386BSD 0.0 development
1991-07-01 CSRGBSD 4_3_Net_2 development
1991-05-12 William F. Jolitz386BSD 0.0 development
1991-04-19 Keith Bosticadd correct copyright notice... BSD-4_3_Net_2-Snapshot-Development
1991-04-19 Keith Bosticadd copyright notice
1991-04-18 William F. Jolitz386BSD 0.0 development
1991-04-18 William F. Jolitz386BSD 0.0 development
1991-04-02 Keith Bosticdon't allow -d random, so "make -d file" fails.
1991-03-16 William F. Jolitz386BSD 0.0 development
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-02 Keith BosticANSI
1991-02-20 Keith Bosticdon't call fclose unless the file was opened
1991-02-03 Chris Torekget errno from <errno.h>
1991-01-12 Keith Bosticdescribe how .depend works
1991-01-11 Keith Bosticget rid of stupid error messages
1991-01-11 Keith Bosticlittle better error messages
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-29 Keith Bosticreplace hash.c; speedup/cleanup from Chris Torek
1990-10-12 Keith Bosticuse EOF, not -1
1990-09-25 Keith Bosticput -e option back in, minor typo in the -D option
1990-07-25 Cynthia A. E. Livi... .Xr botch fix
1990-06-30 Keith Bosticfix "(echo -n ${LIBPC}:; nm -go ${LIBPC})"
1990-06-29 Trent Heinreset optind before getopt() -- fixes 'make -k clean...
1990-06-29 Keith Bosticchange to make '.c.o:; rule' work right, i.e. the ...
1990-06-26 Keith Bosticdate and time created 90/06/25 17:25:48 by bostic
1990-06-11 Cynthia A. E. Livi... converted man page
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bosticdate and time created 90/06/01 17:06:29 by bostic
1990-06-02 Keith Bosticnew copyright notice
1990-05-30 Keith Bosticfatal error on include without '"' or '<' delimiter
1990-05-29 Keith Bosticsys_errlist -> strerror(3)
1990-05-22 Keith Bosticallow arguments both before and after variable assignme...
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-12 Keith Bosticfirst pass for new make
1990-05-09 Keith Bosticremove -v
1990-05-04 Keith Bosticminor cleanup, wire .depend directly into make program...
1990-05-04 Keith Bosticdate and time created 90/05/03 11:12:04 by bostic
1990-04-23 Keith Bosticfix line "#comment: with both colon; and semi-colon"
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 DONTCARE as OPTIONAL
1990-03-20 Keith Bosticrename .PMAKE variable as .MAKE, PMAKE environmental...
1990-03-20 Keith Bosticredo DEBUG stuff, adding DEBUG_GRAPH[12], deleting...
1990-03-20 Keith Bosticmove -p to -dg1 and -dg2; delete -W (noWarnings) flag...
1990-03-20 Keith Bosticdelete -W (noWarnings) flag
1990-03-20 Keith BosticStr_BreakString -> brk_string, delete Str_FreeVec;...
1990-03-20 Keith Bosticreformat, rewrite Str_Concat as str_concat, Str_BreakSt...
1990-03-20 Keith BosticStr_BreakString -> brk_string; delete Str_FreeVec;...
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith Bosticreplace malloc with emalloc
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith BosticI might as well use nonints, too, but I don't like...
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat;
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith BosticStr_BreakString -> brk_string; no longer need Str_FreeVec
1990-03-20 Keith Bosticreplace malloc with emalloc
1990-03-18 Keith Bosticreplace chained if's with a switch
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 Bosticadd MACHINE global variable
1990-03-13 Keith Bosticminor reformatting, make VARARGS stuff right
1990-03-13 Keith Bosticrelease 2.1 of pmake
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 Bosticwire in '.' as include/define intro character
1990-03-13 Keith Bosticremove sparc #ifdef's
1990-03-13 Keith BosticRemove NEED_FD_SET, FD_SETSIZE, NO_WAIT3, NO_VFORK...
1990-03-13 Keith Bosticmissed two Str_New's, include strings.h in make.h for...
1990-03-13 Keith Bosticremove SYSV and is68k ifdef's
1990-03-13 Keith Bosticremove Sprite ifdef's
1990-03-13 Keith BosticStr_New -> strdup
1990-03-13 Keith Bosticremove directory locking, including the -l flag
1990-03-13 Keith Bosticredo system makefile configuration for BSD
1990-03-13 Keith Bosticadd Berkeley specific copyright
1990-03-13 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notices
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
next