dsl
|
86df0d691f
|
Sprinkle some const.
In particular for Lst_Find() and Lst_FindFrom().
Remove some unneeded casts and some now-undeeded UNCONST().
|
2009-01-23 21:58:27 +00:00 |
dsl
|
0cbb4ab551
|
Change 'ClientData' to 'void *' so that relevant parameters can
be made 'const void *'.
|
2009-01-23 21:26:30 +00:00 |
dsl
|
8a143811b9
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
This was a suggestion from christos - so blame him if there is a deep
reason for using -1 :-)
|
2008-12-13 15:19:29 +00:00 |
dsl
|
d2c6b9d3fe
|
Return the non-zero value that caused the Lst_ForEach[From] call to
terminate early to the caller.
|
2006-11-11 21:23:36 +00:00 |
dsl
|
72c6703a09
|
Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode'
in lst.d remove a small barrowload of casts from the lst.lib bloatset.
|
2006-10-27 21:37:25 +00:00 |
dsl
|
adb344c8f2
|
Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore()
to better explain their actions.
|
2006-10-25 20:17:40 +00:00 |
dsl
|
7ef877a8c0
|
Fix previous - need to add a lstPrev()
|
2006-10-25 20:05:59 +00:00 |
christos
|
abefed98a7
|
Add typedefs for DuplicateProc and FreeProc from Max Okumoto.
|
2005-08-09 21:36:42 +00:00 |
agc
|
89aaa1bb64
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
2003-08-07 11:13:06 +00:00 |
wiz
|
86ebbc3a0e
|
Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.
|
2002-06-15 18:24:55 +00:00 |
hubertf
|
d5df2197fb
|
sprite.h is private to make, so #include it with "sprite.h",
not <sprite.h>.
Problem reported in PR 4381 bye Soren S. Jorvang <soren@t.dk>
|
1999-07-29 19:45:32 +00:00 |
christos
|
aa49881371
|
- Merge in FreeBSD and Lite2 changes.
- Fix bug where a non-archive target with a .a suffix would always
be considered to be out of date, since it does not have a TOC.
|
1996-11-06 17:58:58 +00:00 |
christos
|
8862d696fa
|
fix pr/1421 and pr/1997
|
1996-02-04 22:20:27 +00:00 |
christos
|
b5f782e810
|
- $NetBSD$ rcsids
- Fixed so that .[A-Z]* targets that do not match keywords are ignored as
Posix mandates
- Added .PHONY target keyword
|
1995-06-14 15:18:37 +00:00 |
jtc
|
26a8972fd7
|
Fixes from Christos Zoulas, who used purify, objectcenter and testcenter
to find memory leaks and illegal memory accesses.
|
1994-06-06 22:45:17 +00:00 |
cgd
|
3db59563ee
|
fixes/improvements from Christos Zoulas <christos@deshaw.com>.
|
1994-03-05 00:34:29 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |