aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/var_modify.c
Commit message (Expand)AuthorAgeFilesLines
* Convert several typedefs from beeing pointers to structs to be the structsHartmut Brandt2005-02-021-9/+9
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-8/+10
* Constification of arguments passed to functions; no change on theHartmut Brandt2004-12-071-15/+15
* Fix breakage introduced on 64-bit platforms with my last commit. NeedHartmut Brandt2004-12-031-1/+1
* Make sizes to be of type size_t and correct function arguments thatHartmut Brandt2004-12-031-1/+1
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-011-18/+18
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-27/+29
* In VarHead(), look into the correct (modified) string.Juli Mallett2002-10-291-1/+1
* Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett2002-10-281-0/+583