Age | Commit message (Expand) | Author |
2018-12-21 | do not try merging packages that are already kept, the forward dependency | Marc Espie |
2018-12-17 | I'm an idiot, of course kept packages need adjusting as well | Marc Espie |
2018-12-16 | bad choice of name. don't reuse the same method name to mean different | Marc Espie |
2018-12-16 | missing annotation after refactor | Marc Espie |
2018-12-16 | the width code was moved to State.pm a while ago, remove last remnants | Marc Espie |
2018-12-13 | split the status display in two, so that I can explicitly show I'm | Marc Espie |
2018-12-12 | even when there's no update needed, respect dependency chain order. | Marc Espie |
2018-12-12 | moving handles to kept means they're not affected by complete_set, which | Marc Espie |
2018-12-11 | style | Marc Espie |
2018-12-10 | advance the progress meter while skipping remaning files | Marc Espie |
2018-10-22 | document that some error should happen | Marc Espie |
2018-10-22 | start erroring out based on unfilled tracker entries | Marc Espie |
2018-10-04 | fix stupidity | Marc Espie |
2018-09-17 | avoid calling make_full for determining special file status, since we | Marc Espie |
2018-09-11 | add the conflict info to what's stored in pkglocatedb, as it's meta-info | Marc Espie |
2018-09-04 | move readmes detection to find_extractible, so that only changed/new readmes | Marc Espie |
2018-08-06 | Reflect reality. | Marc Espie |
2018-08-03 | actually heed localbase when looking for groff | Marc Espie |
2018-08-03 | reorg groff runner so that failures are handled better | Marc Espie |
2018-08-03 | - exit in case of exec error. Prevents code from continuing badly | Marc Espie |
2018-07-30 | Add colon for clarity. | Antoine Jacoutot |
2018-07-18 | make the logic for deleting first slightly more obvious | Marc Espie |
2018-07-12 | synch documentation with reality, noticed by landry@ | Marc Espie |
2018-07-11 | "running tags" | Marc Espie |
2018-07-11 | allow default from state | Marc Espie |
2018-07-11 | allow state->new to deduce the command name from $0 | Marc Espie |
2018-07-10 | unify option parsing a bit more | Marc Espie |
2018-07-10 | zap old comments that are unlikely to ever come back | Marc Espie |
2018-07-10 | zap really old stuff | Marc Espie |
2018-07-10 | remove remnants of very old code, to simplify unification | Marc Espie |
2018-07-09 | do cleanup after tags, as noticed by aja@ | Marc Espie |
2018-07-09 | explain what @define-tag mktexlsr supersedes mktexlsr-local | Marc Espie |
2018-07-08 | document what happens when the @define-tag defining package gets removed | Marc Espie |
2018-07-07 | - move everything tag-related into state->{tags} | Marc Espie |
2018-07-07 | what was I thinking. No need to iterate, just use the key | Marc Espie |
2018-07-03 | add "superseded" scaffold. | Marc Espie |
2018-07-02 | remove useless Pp; | Jason McIntyre |
2018-07-02 | explicitly document some common pkg_add features that also make sense | Marc Espie |
2018-07-01 | ahah. complex tag changes show I need to use the same algorithm as for libs | Marc Espie |
2018-06-30 | over-eager refactor means fw_update goes thru delete_handle, so teach | Marc Espie |
2018-06-28 | fix tag external representation, avoids weird space at end of plist | Marc Espie |
2018-06-26 | tags are cutting their first teeth, but it can be a normal debug flag | Marc Espie |
2018-06-26 | kill the solve_tags part of pkg_create for now, as it doesn't work at all | Marc Espie |
2018-06-26 | make it possible to remove old packages with erroneous tags... | Marc Espie |
2018-06-25 | fix ::lookup interface return, oops | Marc Espie |
2018-06-25 | so tags need some love to print out correctly | Marc Espie |
2018-06-25 | OO version of atend | Marc Espie |
2018-06-25 | special case: @tag found in self may have NO parameters and just be used | Marc Espie |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-24 | document that %D is localbase in define-tag | Marc Espie |