index
:
openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc-strlist.c
Age
Commit message (
Expand
)
Author
2007-09-25
Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.
Roy Marples
2007-09-18
Don't be an ass - don't free the 2nd list. Instead just empty it.
Roy Marples
2007-09-18
Match the recent api change to rc_strlist_join also. We now free the 2nd list...
Roy Marples
2007-09-18
API change! rc_strlist_add and friends now take char *** instead of
Roy Marples
2007-07-13
Don't use 'this' as a variable name as it confuses c++
Roy Marples
2007-04-27
env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17...
Roy Marples
2007-04-13
kill off internal relocations for librc.so
Mike Frysinger
2007-04-11
Cuddle up to LKML C style
Roy Marples
2007-04-11
Add new service hooks, remove pmake stuff from our Makefile and fix rc_servic...
Roy Marples
2007-04-10
Fix indentation
Roy Marples
2007-04-06
Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples