summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib/lstAtFront.c
Commit message (Collapse)AuthorAgeFilesLines
* Change a couple of the primitve list functions to be macros. This changesHartmut Brandt2004-11-301-73/+0
| | | | | | | | | the semantic of Lst_Datum which formerly returned NULL when the argument node was NULL. There was only one place in the source that relied on this so change that place. Notes: svn path=/head/; revision=138222
* Merge the contents of lstInt.h into the public lst.h. This let's us getHartmut Brandt2004-11-291-1/+2
| | | | | | | | | | rid of a lot of uneccesary casts and temporary variables that have just obfuscated the code. This also let's us implement a couple of the one- liner list functions as macros (the first one is Lst_IsEmpty) and simplify life once we start to throw consts on the code. Notes: svn path=/head/; revision=138185
* Style: prototypes, un-register and remove some empty lines.Hartmut Brandt2004-11-261-4/+2
| | | | Notes: svn path=/head/; revision=138111
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isJuli Mallett2002-10-091-1/+1
| | | | | | | | defined to __RCSID when bootstrapping, by the Makefile, but this change is for consistency Notes: svn path=/head/; revision=104694
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-1/+1
| | | | | | | | | rip out ClientData/Address pointers and use standard types. Obtained from: OpenBSD Notes: svn path=/head/; revision=69531
* Use __RCSID()Wilfredo Sanchez2000-07-091-2/+3
| | | | Notes: svn path=/head/; revision=62831
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23006
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+2
| | | | | | | | | of Christos' version of make(1) and add Id's. Set straight by: Bruce Evans and Peter Wemm :) Notes: svn path=/head/; revision=18804
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+71
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590