summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary includes.delphij2009-12-111-1/+0
| | | | Reviewed by: rodrigc
* Get rid of the ReturnStatus obscuration that was anyway used onlyharti2005-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
* Style: fix indentation.harti2005-04-011-202/+179
|
* Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.harti2005-03-221-43/+0
|
* Now that there are no users of Lst_ForEach and Lst_ForEachFrom are leftharti2005-03-161-64/+1
| | | | delete these two macros and all the associated stuff.
* Ups. Revert the last commits. These have been committed by accident.harti2005-03-151-1/+0
|
* modifier_M: instead of going through the string twice to compute theharti2005-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>
* Move all the remaining list functions into one C-file and removeharti2005-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>
OpenPOWER on IntegriCloud