aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the ReturnStatus obscuration that was anyway used onlyHartmut Brandt2005-05-181-6/+0
| | | | | | | | | | in two places. While here don't bother returning anything from Lst_Replace - nobody ever checks the return code. Suggested by: jmallet Notes: svn path=/head/; revision=146338
* Style: fix indentation.Hartmut Brandt2005-04-011-202/+179
| | | | Notes: svn path=/head/; revision=144470
* Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.Hartmut Brandt2005-03-221-43/+0
| | | | Notes: svn path=/head/; revision=143976
* Now that there are no users of Lst_ForEach and Lst_ForEachFrom are leftHartmut Brandt2005-03-161-64/+1
| | | | | | | delete these two macros and all the associated stuff. Notes: svn path=/head/; revision=143704
* Ups. Revert the last commits. These have been committed by accident.Hartmut Brandt2005-03-151-1/+0
| | | | Notes: svn path=/head/; revision=143657
* modifier_M: instead of going through the string twice to compute theHartmut Brandt2005-03-151-0/+1
| | | | | | | | | | | size of the buffer we need, just allocate the possible maximum. Patch: 7.117 Submitted by: Max Okumoto <okumoto@ucsd.edu> Notes: svn path=/head/; revision=143656
* Move all the remaining list functions into one C-file and removeHartmut Brandt2005-02-011-0/+480
double documentation comments. Remove the 3rd clause (from 4) of the BSD license because these files have only the UCB copyright. Submitted by: Max Okumoto <okumoto@ucsd.edu> Notes: svn path=/head/; revision=141115