summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2004-06-22why should . and .. be the first two entries of any dir ?Marc Espie
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;Robert Nagy
2004-05-05constify char *.Marc Espie
2004-04-21- correct SYNOPSISJason McIntyre
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2004-03-13.IT -> .ItJason McIntyre
2004-02-12plural of suffix is suffixes;Jason McIntyre
2004-02-09slight tweaks, ok jmc@Marc Espie
2004-02-01add paper.txt target;Jason McIntyre
2004-01-30a collection of flags is an int.Marc Espie
2004-01-28revert totally unapproved commit.Marc Espie
2004-01-28missing deps for generate and a commented out section useful for bootstrappin...Michael Shalayeff
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2003-11-22:mod, simpler search patterns. Idea from NetBSD.Marc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-19out of bounds. report by david@. ok espie@Ted Unangst
2003-10-07- check if result is valid before using it.Federico G. Schwindt
2003-09-29- add some indent and spacingJason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-07-14- .Ql -> .Sq where literal doesn't make senseJason McIntyre
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-25Use sizeof(nextpathbuf) instead of 2 * MAXPATHLEN; espie@ OKTodd C. Miller
2003-06-25kill unused strcpy. Let the preprocessor compute the right size, as suggestedMarc Espie
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-21Stop parsing arguments when we hit "--".Todd C. Miller
2003-04-21build expanded brace with more explicit bound checking.Marc Espie
2003-04-06get rid of some strcpy/sprintf.Marc Espie
2003-03-28little cleanup;Jason McIntyre
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-01-05Grammar and typo fixes, general language improvementsPeter Valchev
2003-01-03revert: reintroduce allTargets list #if CLEANUP, as all nodes are not addedMarc Espie
2002-12-30Don't pass a NULL arg to Parse_DoVar which can happen if user specifiesTodd C. Miller
2002-12-30Avoid setting optind to 0 since in GNU getopt() that means the sameTodd C. Miller
2002-12-29check -DCLEANUP compilationMarc Espie
2002-12-29Synch comment with codeMarc Espie
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-05dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.Todd C. Miller
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2002-07-25Obey LDSTATIC when building "generate".Artur Grabowski
2002-06-13synch comments with actual code.Marc Espie
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2002-06-08. include,Marc Espie
2002-06-05missing $OpenBSD$ markerMarc Espie
2002-06-05tweak quick_lookup for a faster path.Marc Espie