summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstConcat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct $OpenBSD$ stuffespie2010-07-191-2/+1
* remove dead code: #define RECHECK is always onespie2007-09-161-1/+1
* everywhere except in Var_Parse, we always add/append variables to theespie2007-07-301-1/+1
* reindent, no code changeespie2007-07-291-31/+31
* ISO function declarations, trim a few comments, rename a few variables toespie2004-04-071-5/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* Take includes out of lst.h, re-add what's needed to separate files.espie2001-05-291-10/+3
* Mostly clean-up:espie2001-05-231-3/+4
* Synch with my current work.espie2001-05-031-40/+28
* Some systematic clean-up.espie2000-09-141-8/+9
* This removes the few instances of Lst_New left.espie2000-06-171-42/+6
* This patch moves the definition of lists and list nodes to lst.h.espie2000-06-171-29/+24
* Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.espie2000-06-101-3/+3
* Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,espie1999-12-181-6/+4
* NIL, NILGNODE, etc, are only glorified NULL.espie1999-12-181-15/+15
* make does not use circular lists, get rid of the extra weight.espie1999-12-181-26/+4
* Modifications from netbsd:espie1998-12-051-2/+2
* Sync with NetBSD:millert1996-11-301-8/+8
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+182