Age | Commit message (Expand) | Author |
2007-05-01 | unique objects probably use their class name as category. | Marc Espie |
2007-05-01 | kill code for handling old style dependencies. | Marc Espie |
2007-05-01 | kill old constructs that have been deprecated since 2004. | Marc Espie |
2007-05-01 | remove PackingOld entirely | Marc Espie |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie |
2007-05-01 | use new functionality of register_with_factory: create objects for old | Marc Espie |
2007-05-01 | allows us to register anything, and not just a class, with the factory. | Marc Espie |
2007-05-01 | define keyword() first, and allow register_with_factory() to reuse it | Marc Espie |
2007-05-01 | rename setKeyword to register_with_factory | Marc Espie |
2007-04-30 | add most things concerning @ignore, since we now have ways nicer to do | Marc Espie |
2007-04-29 | make packing-lists more regular by including the CONTENTS. Avoid | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-29 | use an AUTOLOAD to auto-create PackingList visitors when needed. | Marc Espie |
2007-04-21 | avoid both .libs-* and partial-*. Be a bit forceful about them, as they're | Marc Espie |
2007-04-15 | very minor cleanup | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-04-15 | do not rely on side-effects in there. | Marc Espie |
2007-04-15 | use autovivification | Marc Espie |
2007-04-14 | no need to go SUPER:: for set_modes. | Marc Espie |
2007-04-08 | remove warning (exiting thru next) | Marc Espie |
2007-03-18 | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain | Marc Espie |
2007-03-07 | fix size checks for good. Since we want deletion to happen `right now' | Marc Espie |
2007-03-07 | revert size check tweak, the fix does break other stuff. this is harder | Marc Espie |
2007-03-06 | get vfs size snapshotted and restored so that pkg_add -u has a harder | Marc Espie |
2007-02-24 | UI improvement: in case the disk overflows, let tally give information | Marc Espie |
2007-02-22 | avoid undefined. closes pr5386. | Marc Espie |
2007-02-22 | avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that this | Marc Espie |
2007-02-22 | Problem noticed by Henrik Hellerstedt <henrik@kohina.net> | Marc Espie |
2007-02-17 | ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeter | Nikolay Sturm |
2007-02-08 | Fix a typo. 'Yes, of course.' espie@ | Bernd Ahlers |
2007-02-04 | streamline messages for interactive mode, no need to repeat the same list | Marc Espie |
2006-12-16 | ltlib marker for libtool convenience library. | Marc Espie |
2006-12-05 | use lstat for symbolic links; fixes uninitialized uid/gid. | Steven Mestdagh |
2006-12-04 | add rcompress method | Marc Espie |
2006-12-02 | allows us to mark *.pc files as PkgConfig. | Marc Espie |
2006-12-01 | handles continuation lines and comments. | Marc Espie |
2006-12-01 | Fixes parsing of variables/delimiters, so that we classify like pkgconfig. | Marc Espie |
2006-11-30 | apply some normalization to some properties while reading or writing, | Marc Espie |
2006-11-30 | some *.pc files have variable= value, with a space. | Marc Espie |
2006-11-30 | adjust (C), noticed by matthieu. | Marc Espie |
2006-11-29 | add compress_list, allows for empty lines consisting of spaces... | Marc Espie |
2006-11-29 | let compress filter out stuff, add method add_bases, make sure write_fh | Marc Espie |
2006-11-29 | handle pkg-config files. | Marc Espie |
2006-11-17 | don't return undef, use plain return. | Marc Espie |
2006-11-17 | Handle EOF in interactive mode. Report and initial diff from Antti Harri | Bernd Ahlers |
2006-10-18 | symlinks marked @extra need special care for deletion | Nikolay Sturm |
2006-10-17 | add proper version handling, not really used yet. | Marc Espie |
2006-09-16 | fix error message parsing, okay deraadt@ | Marc Espie |
2006-08-11 | typo in comment | Bernd Ahlers |
2006-08-05 | actually perform error-checking on every read/write. | Marc Espie |