Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Prefer XDG_CONFIG_HOME where possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch
variables. I found it confusing. Instead, consistently use VARNAME_prbl
for Parabola variables and VARNAME_arch for Arch variables; this allows the
reader to more easily see the parallels between the handling of each.
|
|
|
|
Also make the minimal changes to the program to make this testing possible.
|
|
|
|
|
|
|
|
|
|
It is possible that the gpg has been updated since the user's gpg-agent was
started; this will cause mysterious errors, as they will detect the version
mismatch.
If the user isn't running a gpg-agent, then one will be started. However,
it will persist longer than useful, and it will be left looking at a .gnupg
directory that no longer exists.
It's just not worth the trouble to let an existing agent keep running.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fix a bug where it panicked if given an odd number of sub-headings.
- Document the the ability to include sub-headings.
- Fix librexgettext's handling of it. It only worked correctly for times
when it was only called once in a program, or when it was only ever
called with exactly one flag/description pair (and no headings).
|
|
Fixes https://labs.parabola.nu/issues/920
|
|
This looks like a lot, but more things should "just work".
We have `make dist` now!
|
|
|
|
|
|
|
|
|
|
|
|
of errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I remember now that config.mk's change to ?= was so that xbs Makefiles
could override $(binder). That was stupid.
|
|
|
|
|