summaryrefslogtreecommitdiff
path: root/usr.bin/make/varmodifiers.c
AgeCommit message (Expand)Author
2007-11-03fix some lint FALLTHROUGHTheo de Raadt
2007-09-17zap more spaces at end of lineMarc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-16reindent varmodifiers.c, no binary changeMarc Espie
2007-09-16remove warningsMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-24simplify computations in the var module: instead of advancing a char *Marc Espie
2007-07-24move the code that grabs a value in Var_Parse in its own function,Marc Espie
2007-07-24change Var_ParseSkip API to increment the position instead of returning aMarc Espie
2007-07-20big clean-up patch:Marc Espie
2005-07-15fixes 4286.Marc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-10-07- check if result is valid before using it.Federico G. Schwindt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-09-07Repair regular expression substitution.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-07some complex situations need those functions to be reentrant, hence noMarc Espie
2001-05-03Synch with my current work.Marc Espie
2000-09-14Clean-up, systematic use of UNUSED, white space...Marc Espie
2000-09-14Two new functions:Marc Espie
2000-07-24Oops.Marc Espie
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)Marc Espie
2000-07-17- let VarModifiers_Apply accept NULL string gracefully,Marc Espie
2000-07-17Major unobfuscation: split var modifiers handling to a separate file.Marc Espie