]> git.evergreen-ils.org Git - OpenSRF.git/history - src/libstack/osrf_list.c
added some more index sanity checks. added const qualifier where necessary
[OpenSRF.git] / src / libstack / osrf_list.c
2007-05-07 ericksonadded some more index sanity checks. added const quali...
2007-05-07 ericksonadded size check to constructor
2006-03-30 ericksonmaking better use of macros for speed
2006-03-24 ericksontaking advantage of macros
2006-03-03 ericksonadded method to insert items at the first NULL slot...
2006-03-02 ericksonadded method to allow creation of list with a starting...
2006-03-01 ericksonmoved the Judy implementation to osrf_big_list and...
2006-02-27 ericksonfixed bug where the ptr** was freed prior to the ptr*
2006-01-31 ericksonadded a default freeItem function for freeing list...
2005-11-09 ericksonadded pop method to osrf_list
2005-10-03 ericksonadded list and hash code based on libJudy