Age | Commit message (Expand) | Author |
2010-12-20 | move stuff around | Marc Espie |
2010-12-20 | use Auto::cache | Marc Espie |
2010-12-20 | turn find_candidate into a real method we can inherit, tweak parameters | Marc Espie |
2010-12-20 | extra indirection: allow registration of library objects (refactor for later) | Marc Espie |
2010-12-20 | use state->defines | Marc Espie |
2010-12-20 | pass state to SharedLibs for direct printing | Marc Espie |
2010-12-18 | bump ->defines up to main state class. | Marc Espie |
2010-12-18 | use copy_file from state | Marc Espie |
2010-12-18 | zap old Error usage, state incorporates error printing. | Marc Espie |
2010-12-18 | go thru state for printing (prodded by landry@) | Marc Espie |
2010-12-13 | remove locals, so that it can be called again and again | Marc Espie |
2010-12-13 | pass state around and use state->print | Marc Espie |
2010-12-05 | tweak the framework so that individual modules don't exist and return | Marc Espie |
2010-11-27 | avoid infinite loops correctly this time | Marc Espie |
2010-11-27 | zap old-style .>= specs | Marc Espie |
2010-11-27 | minor fix for ports which install manpages in other directories: keep | Marc Espie |
2010-11-22 | allow weird practices such as ftp_proxy='' instead of unset altogether | Marc Espie |
2010-11-14 | simplify slightly, make the . optional | Marc Espie |
2010-11-04 | badspec match_locations must return a ref, fixes pkg_add -nz bzr | Marc Espie |
2010-10-28 | :-P | Marc Espie |
2010-10-28 | this can't be right, as it takes out check_for_loops entirely... | Marc Espie |
2010-10-27 | document @rcscript | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-10-25 | @symlink/@size/@link are generated automatically, make pkg_create(1) error | Marc Espie |
2010-10-25 | document fullwidth | Marc Espie |
2010-10-25 | use new system to do quiet | Marc Espie |
2010-10-25 | don't use the fullwidth of the term by default, makes typing easier. | Marc Espie |
2010-10-25 | just bail out of producing empty files. | Marc Espie |
2010-10-25 | separate "Term" part from "Real progressmeter" handling, so that one can | Marc Espie |
2010-10-24 | use newer system for more efficient redirection, and chdir the way man(1) | Marc Espie |
2010-10-24 | redo ->system in a smarter way (fork+exec) so that we can sneak in a code | Marc Espie |
2010-10-22 | USE_GROFF | Marc Espie |
2010-10-19 | fix a split() which was causing problems with the mbox.5 manpage | Stuart Henderson |
2010-10-19 | before running groff, create dir when needed. | Marc Espie |
2010-10-04 | tweak previous; | Jason McIntyre |
2010-10-04 | document ask-update | Marc Espie |
2010-10-02 | somewhat complicated optimization: avoid reading the whole plist file | Marc Espie |
2010-10-02 | don't try to read bogus stuff, we already errored out on it | Marc Espie |
2010-10-02 | whitespace | Marc Espie |
2010-09-14 | document atime/mtime | Marc Espie |
2010-09-14 | set separate fields for atime/mtime in file entry, use them while creating. | Marc Espie |
2010-08-23 | When extracting the pkg tar file, don't preserve the atime, just set it | Matthias Kilian |
2010-08-13 | if we pass pkgnames with .tgz to -l, just deal with it silently. | Marc Espie |
2010-08-13 | bad works better if you push consistent stuff in it, like always strings... | Marc Espie |
2010-08-13 | whitespace | Marc Espie |
2010-08-12 | if we ask for cleanup, always close the location. If it's not open, it's | Marc Espie |
2010-08-07 | nasty inversion of parameters, so that state did not get propagated correctly. | Marc Espie |
2010-08-07 | need to check that kept packages are still okay. | Marc Espie |
2010-08-07 | dep is an object, needs to become a string for error messages | Marc Espie |
2010-08-03 | missed one if (continued) test, so simplify logic: test continue beforehand. | Marc Espie |