Store entries in an array of hashes so we can later add the indentation level.
[privoxy.git] / list.c
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2007-05-14 Fabian Keil- Stop using strcpy().
2007-04-17 Fabian KeilAdd list_contains_item().
2006-12-28 Fabian KeilFixed gcc43 warning and enabled list_is_valid()'s loop
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-07 oesFixed compiler warnings
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterNew error handling - error codes are now jb_errs, not...
2001-09-16 jongfosterFixing a compiler warning.
2001-09-16 jongfosterRewrite of list library. Now has seperate header and...
2001-08-07 oesFixed comment
2001-08-05 jongfosterModifiying "struct map" so that there are now separate...
2001-07-31 oeslist_to_text() now appends empty line at end
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Added Convenience function enlist_unique_header(),
2001-06-03 oesfunctions for new struct map, extended enlist_unique
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-05-31 jongfoster- Moved linked list support to new "list.c" file.