summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2009-03-24remove unneeded special rule for main.operry
2009-03-24per dholland, put back MAKE_VERSION for the benefit of third party users.perry
2009-03-20The Makefile and main.c arranged to put "netbsd-${DATE}" into theperry
2009-03-18use progname instead of getprogname() for portability.christos
2009-03-01use siginfo to report on the directory we are working on if available.christos
2009-02-25replace c++ style comment by a c-style onesno
2009-02-22Use pid_t for the result of fork and wait. PR 38031 from Ryan Stutsman.dholland
2009-02-18adjust patch to current.christos
2009-02-18CID 5044: Protect against NULL deref.christos
2009-02-03Update expected results to match recent changes!sjg
2009-01-30Rename all the members of 'enum Token' to TOK_FOO.dsl
2009-01-30Treat .ifdef ${foo} as .if defined(${foo}) not .if "${foo}" != "".dsl
2009-01-29Fix flagrantly wrong printf formats in compat strftime.dholland
2009-01-29Avoid infinite loop.enami
2009-01-28Allow for () in the argument to .ifdef et al.dsl
2009-01-24Fix sense of MAKE_NATICE test.dsl
2009-01-24Add #ifndef MAKE_NATIVE around __RCSIDdsl
2009-01-24Fixes to includes of make_malloc.h to that it actually builds whendsl
2009-01-24buildfixes for OSX:cegger
2009-01-24Sort sections. Fix typo (last line).wiz
2009-01-24buildfix: remove RCSID. It conflicts with the definition in the .c files.cegger
2009-01-24Move the bmake_malloc() functions into their own .c and .h files.dsl
2009-01-24Correct the definition of the :? modifier - in particular the modifierdsl
2009-01-24Don't cast 'time_t' to 'void *' and back it will lose precision.dsl
2009-01-23Sprinkle some const.dsl
2009-01-23Change 'ClientData' to 'void *' so that relevant parameters candsl
2009-01-23There is no point in saving the last character of a NUL-terminateddsl
2009-01-18Revert previous - cause grief with .ifdef (foo)dsl
2009-01-18Only terminate a conditional function argument on ')' if we expect thedsl
2009-01-18fix -Wsign-compare issueslukem
2009-01-17__predict_false() isn't defined if we aren't netbsd, stub out.dsl
2009-01-17Change 'Buffer' so that it is the actual struct, not a pointer to it.dsl
2009-01-16Allocate string vector in chunks, instead of calling realloc()dsl
2009-01-16Debug print improvements.dsl
2009-01-16Send output of Error() to debug_file (unless stderr/stdout).dsl
2009-01-16Parse_Error() really doesn't need to cruft up a dummy structure for curFile.dsl
2009-01-14Contrary to my previous thoughts, .for loop variable values do containdsl
2009-01-13When substituting .for control variables (as ${:U...}) escape '$' and '\'dsl
2009-01-13Sprinkle a const. (arg of Main_ParseArgLine())dsl
2009-01-12Fix blatantly wrong exposition of .WAIT example.dholland
2009-01-11Instead of stashing the body of every iteration of a .for loop, passdsl
2009-01-10When substituting .for control variables any } or ) that matches thedsl
2009-01-10Allow the user to save an unsigned int (eg the length or flags) withdsl
2009-01-08Fix PR bin/1443 properly!dsl
2009-01-04Count () and {} when looking to the '=' that terminates the variable beingdsl
2008-12-29In the :M code, 'pattern' is always malloced memory - so unconditionallydsl
2008-12-29Count both () and {} when looking for the end of a :M pattern.dsl
2008-12-28if mtime == 0, make it 1 because the code expects 0 time to mean that thechristos
2008-12-28prepare for time_t 64christos
2008-12-23Treat '\\' as a possible terminator for a loop control variable.dsl