Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/25/2006 20:17:40
Module Name:	src
Committed By:	dsl
Date:		Wed Oct 25 20:17:40 UTC 2006

Modified Files:
	src/usr.bin/make: lst.h suff.c
	src/usr.bin/make/lst.lib: lstAppend.c lstAtEnd.c lstAtFront.c
	    lstEnQueue.c lstInsert.c

Log Message:
Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore()
to better explain their actions.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.bin/make/lst.h
cvs rdiff -r1.57 -r1.58 src/usr.bin/make/suff.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/make/lst.lib/lstAppend.c \
    src/usr.bin/make/lst.lib/lstInsert.c
cvs rdiff -r1.11 -r1.12 src/usr.bin/make/lst.lib/lstAtEnd.c \
    src/usr.bin/make/lst.lib/lstAtFront.c \
    src/usr.bin/make/lst.lib/lstEnQueue.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.