summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
AgeCommit message (Expand)Author
2000-04-03Junk CDPATH from the environment.Marc Espie
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
2000-02-02Bug-fix: make should behave sensibly when presented with negative times...Marc Espie
1999-12-19Rearrange Lst_Find interface to conform better with other functions.Marc Espie
1999-12-18Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,Marc Espie
1999-12-18NIL, NILGNODE, etc, are only glorified NULL.Marc Espie
1999-12-18make does not use circular lists, get rid of the extra weight.Marc Espie
1999-12-16Var_Subst is actually two distinct functions folded into one:Marc Espie
1999-12-16Allocate buffers as static data structures.Marc Espie
1999-12-16Split Buf_GetAll into Buf_Retrieve/Buf_Size.Marc Espie
1999-12-09Split some allocation/error handling functions out of main.cMarc Espie
1999-12-06Extra parameter no longer needed, ditch.Marc Espie
1999-12-06Clean up buffers interface somewhat:Marc Espie
1999-12-06Fix handling ofMarc Espie
1999-11-10Turn on strict-prototypes, add missing prototypes.Marc Espie
1999-01-09close PR 685.Marc Espie
1998-12-05Modifications from netbsd:Marc Espie
1998-01-28Use BSDmakefile in favour of [mM]akefile if existent. Good forNiklas Hallqvist
1997-04-01Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)Todd C. Miller
1997-01-27Set MACHINE_ARCH only if it's not already in the environment. Updatebriggs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-11-30Sync with NetBSD:Todd C. Miller
1996-09-02Sync up with NetBSD:briggs
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-23Implement an -m option used for replacing /usr/share/mk with aNiklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
1996-01-03Parse_DoVar() trashes string, so pass it a strdup()'d copy of *argv...Theo de Raadt
1995-12-14from christos@netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt