summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var_modify.c
Commit message (Expand)AuthorAgeFilesLines
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-071-4/+4
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-071-10/+10
* Some more easy constification.harti2005-02-041-3/+3
* Get rid of a number of unneccessary memory allocations.harti2005-02-031-16/+10
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-021-9/+9
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-8/+10
* Constification of arguments passed to functions; no change on theharti2004-12-071-15/+15
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-031-1/+1
* Make sizes to be of type size_t and correct function arguments thatharti2004-12-031-1/+1
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-18/+18
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-27/+29
* In VarHead(), look into the correct (modified) string.jmallett2002-10-291-1/+1
* Split var.c into var.c and var_modify.c and move all the modification funcsjmallett2002-10-281-0/+583
OpenPOWER on IntegriCloud