aboutsummaryrefslogtreecommitdiff
path: root/src/env-update.c
AgeCommit message (Expand)Author
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-05Fix a few errors with the last few commitsRoy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-10-04Punt rc_is_dirRoy Marples
2007-10-03Rename config funcsRoy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-09-01We may not always add to the array, so re-count it afterwardsRoy Marples
2007-08-31Don't add multiple entries to ld.so.confRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-07-19Skip some files in env-update like portage env-update for more robustnessRoy Marples
2007-07-16Fix compile on FreeBSDRoy Marples
2007-07-16env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples
2007-07-09Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-06-27Add --no-ldconfig option to env-update to match portage.Roy Marples
2007-04-27env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17...Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-12Style updatesRoy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-06Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples
2007-04-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples