Age | Commit message (Expand) | Author |
2023-11-08 | pkg_add: sort flags in usage message | Caspar Schutijser |
2023-10-25 | okay, that one ought to work. | Marc Espie |
2023-10-24 | revert Subst.pm r1.24 again, it breaks package creation | Christian Weisgerber |
2023-10-23 | sorry, somehow I did redo this line badly and didn't retest | Marc Espie |
2023-10-23 | Revert Subst.pm r1.22. It broke ordinary pkg_add usage | Theo Buehler |
2023-10-23 | split on spaces as well, to take advantage of += | Marc Espie |
2023-10-23 | add some limited capability to -DVAR+=value | Marc Espie |
2023-10-18 | only strip actual file/line part from the eval error | Marc Espie |
2023-10-11 | put "stub" within grasp of -DREGRESSION_TESTING. | Marc Espie |
2023-10-11 | missing state in locator call, surprised nobody else ran into that | Marc Espie |
2023-10-09 | placeholder for later feature | Marc Espie |
2023-10-09 | simplify: all 3 mock-ups are strings that get eval'd, so do this properly. | Marc Espie |
2023-10-08 | subclass system libraries so we can give better diagnostic eventually | Marc Espie |
2023-10-08 | oops, those eval need to be STRINGS, otherwise the whole definition stuff | Marc Espie |
2023-10-08 | add another two regression testing parts. Use a simple framework that | Marc Espie |
2023-10-08 | wrong prototype, it's called as an OO method | Marc Espie |
2023-10-08 | plain forgot to save the values for regression testing | Marc Espie |
2023-10-07 | with firmware known, recognize that we couldn't find any update at all | Marc Espie |
2023-10-07 | track firmware separately, since those will appear as uptodate for us | Marc Espie |
2023-10-07 | use more specific regression testing knob | Marc Espie |
2023-09-16 | forgot to kill that | Marc Espie |
2023-09-12 | is is -> is | Jonathan Gray |
2023-08-30 | fix signal reporting | Marc Espie |
2023-07-20 | fix esoteric error message in case PackageName parses stuff to a bogus | Marc Espie |
2023-07-04 | use local assignment to $ENV{TZ} like we do for signal handlers | Marc Espie |
2023-07-04 | add some more fluff to documentation | Marc Espie |
2023-07-04 | fix some very minor syntactic nits | Marc Espie |
2023-07-03 | record when pkg_add is actually doing something. | Marc Espie |
2023-07-03 | also make things 5.36 if not used | Marc Espie |
2023-07-02 | lost silence_children behavior by accident | Marc Espie |
2023-06-27 | remove allupdates marker, it was only used by the short-lived | Marc Espie |
2023-06-20 | tweak fragment handling error messages a bit | Marc Espie |
2023-06-16 | locator object owns a state object, no need to pass it as param | Marc Espie |
2023-06-16 | belated move to OO | Marc Espie |
2023-06-16 | no extra params there, to be revisited | Marc Espie |
2023-06-16 | fix default parm, noticed by aja@ on clean-old-distfiles | Marc Espie |
2023-06-14 | GC remnants of pipe support, long gone. | Marc Espie |
2023-06-13 | move to use v5.36; | Marc Espie |
2023-06-07 | do not pass @_ to code snippets, prepare for 5.36 | Marc Espie |
2023-05-27 | the solver needs some love for later | Marc Espie |
2023-05-27 | remove the extra local variable (blessing a ref to self DOES work) | Marc Espie |
2023-05-27 | comment/cosmetic | Marc Espie |
2023-05-27 | more comment | Marc Espie |
2023-05-27 | yeah, yeah, those names are horrible | Marc Espie |
2023-05-27 | finish making this a singleton class (which I don't always like | Marc Espie |
2023-05-27 | more descriptive comment | Marc Espie |
2023-05-27 | indicate that not having hashes already is just legacy needed | Marc Espie |
2023-05-27 | point people towards relevant comments | Marc Espie |
2023-05-27 | a few comments | Marc Espie |
2023-05-27 | prepare for 5.36: pass $code as @code so that we don't have | Marc Espie |