Age | Commit message (Expand) | Author |
2007-10-06 | finish loop as soon as the ldconfig search directories have been found. | Steven Mestdagh |
2007-09-28 | nit | Marc Espie |
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-06 | augment reporting of bad problems so that it works with system libs. | Marc Espie |
2007-06-04 | zap extra param | Marc Espie |
2007-06-04 | minor tweak, use one single print. Build character strings instead. | Marc Espie |
2007-06-04 | slight refactor to remove duplicate code. | Marc Espie |
2007-06-04 | shorten message a bit, give it a chance to fit on one line. | Marc Espie |
2007-06-04 | more efficient regexps: anchor stuff at both ends, be more specific in | Marc Espie |
2007-06-04 | zap extra parameter that nothing uses. | Marc Espie |
2007-06-04 | error code: if we can't find a given libspec, we look through all | Marc Espie |
2007-06-04 | avoid parsing libraries by hand. | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie |
2007-05-23 | use autovivify | Marc Espie |
2007-05-14 | remove unneeded quotes | Marc Espie |
2007-05-07 | use one single list for system directories. | Marc Espie |
2007-05-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2005-08-16 | make sure libs get registered if we take a shortcut and don't reinstall | Marc Espie |
2005-08-12 | avoid warning message | Marc Espie |
2004-12-28 | add a boguslibs forced option, that rescans packages for libraries | Marc Espie |
2004-12-21 | if we can't get this packing-list, this is not dramatic | Marc Espie |
2004-11-23 | allow for registration of libraries from an existing plist. | Marc Espie |
2004-11-22 | implement global repository for shared libraries. | Marc Espie |
2004-11-21 | move the system libraries registration code to SharedLibs. | Marc Espie |
2004-11-21 | pull the code that handles shared libraries (ldconfig for now) aside. | Marc Espie |