summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.h
Commit message (Expand)AuthorAgeFilesLines
* Var_SubstOnly() is only used to subsitute a variable from the globalharti2005-05-101-1/+1
* Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.hharti2005-05-101-0/+6
* Merge var_modify.c into var.c and move types and function declarationsharti2005-05-101-61/+0
* Move some debugging code from targ.c to var.c where it actually belongs.harti2005-05-101-1/+1
* Make make a little bit more POSIXish with regard to option parsing:harti2005-05-101-0/+1
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesharti2005-05-091-3/+2
* Introduce a new pseudo-target .EXPORTVAR which allows to put aharti2005-05-061-3/+4
* Return a Buf object from VarGetPattern() instead of a char * and a size_t.harti2005-03-221-4/+2
* Merge struct VarREPattern into struct VarPattern. This will help sortingharti2005-03-221-8/+5
* Sort prototypes.harti2005-03-221-18/+18
* Fix indentation.harti2005-03-221-13/+13
* Remove a temporary variable. Rename pattern to patt to be consistent.harti2005-03-221-1/+0
* Constify Var_Dump and simplify it by inlining VarPrintVar.harti2005-03-101-1/+1
* Finish constification of Var_Parse() and Var_Subst().harti2005-03-081-2/+2
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-251-1/+1
* Introduce a typedef for variable value modifation functions and use itharti2005-02-071-9/+11
* Further constification. Use a temporary hack (copying the input string)harti2005-02-041-6/+6
* Some more easy constification.harti2005-02-041-2/+2
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-021-30/+33
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-0/+25
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-031-2/+2
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-2/+2
* Split var.c into var.c and var_modify.c and move all the modification funcsjmallett2002-10-281-0/+97
OpenPOWER on IntegriCloud