summaryrefslogtreecommitdiff
path: root/src/librc-strlist.c
Commit message (Expand)AuthorAge
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
* Fix deleting items from string lists.Roy Marples2007-10-11
* Wups, should be xstrdupRoy Marples2007-10-08
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-08
* Use boolsRoy Marples2007-09-25
* Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples2007-09-25
* Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples2007-09-18
* Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples2007-09-18
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-18
* Don't use 'this' as a variable name as it confuses c++Roy Marples2007-07-13
* env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17...Roy Marples2007-04-27
* kill off internal relocations for librc.soMike Frysinger2007-04-13
* Cuddle up to LKML C styleRoy Marples2007-04-11
* Add new service hooks, remove pmake stuff from our Makefile and fix rc_servic...Roy Marples2007-04-11
* Fix indentationRoy Marples2007-04-10
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-06
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05