Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | quote calls to librelib | Luke Shumaker | |
2014-07-02 | spell-check :/ | Luke Shumaker | |
2014-07-02 | fix bug where some librelib messages were not in the .pot files | Luke Shumaker | |
2014-07-01 | libremessages: the flags() word-wrapping was a single character wide. | Luke Shumaker | |
2014-07-01 | libremessages: tidy up | Luke Shumaker | |
2014-07-01 | Make term_title gettext-aware (BREAKS COMPATIBILITY) | Luke Shumaker | |
2014-06-27 | libreblacklist: support comments | Luke Shumaker | |
2014-06-27 | Add some HACKING documentation | Luke Shumaker | |
2014-06-27 | libremessages: add some comments | Luke Shumaker | |
2014-06-27 | Add librexgettext, to make generating .pot file easy for librelib users. | Luke Shumaker | |
I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text. | |||
2014-06-27 | librelib: relicense to GPLv2+ | Luke Shumaker | |
2014-06-27 | librelib: remove calls to the non-existent panic() | Luke Shumaker | |
2014-06-20 | fiddle with file locations | Luke Shumaker | |
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid. | |||
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
2014-06-18 | libremessages(1): fix typo in the man page | Luke Shumaker | |
2014-06-16 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
2014-05-11 | update the libremessages man page with changes from devtoolsv20140511 | Luke Shumaker | |
2014-03-23 | Most of my desired re-licensings were authorized on the dev list | Luke Shumaker | |
2014-03-22 | Relicense some files from GPLv3+ GPLv2+ (that I'm the sole copyright holder of) | Luke Shumaker | |
2014-03-22 | Audit the authors and copyright years of files against git logs | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-03-05 | teach libremessages:setup_traps to be able to use a custom signal handler | Luke Shumaker | |
2014-02-02 | src/lib/Makefile: fix extra files from being included in libexecs | Luke Shumaker | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-02-02 | I forgot to bump the copyright year on all the files I've touched this year | Luke Shumaker | |
2014-01-20 | normalize to use >&2 instead of /dev/stderr | Luke Shumaker | |
2014-01-20 | libremessages: add a setup_traps routine | Luke Shumaker | |
2014-01-18 | Update libremessages.1.ronn | Luke Shumaker | |
2014-01-05 | src/lib/: misc touch-up | Luke Shumaker | |
2014-01-05 | src/lib/: set TEXTDOMAIN differently for internal messages | Luke Shumaker | |
This allows us to fix the long-standing bug that libremessages forces TEXTDOMAIN=libretools | |||
2014-01-05 | update to the new devtools | Luke Shumaker | |
2014-01-03 | Merge branch 'master' into xbs | Luke Shumaker | |
Conflicts: src/lib/conf.sh | |||
2014-01-03 | Phase out DIFFTOOL for DIFFPROG (issue #438) | Luke Shumaker | |
https://labs.parabola.nu/issues/438 | |||
2013-11-29 | lib/conf.sh: learn about XBS config files | Luke Shumaker | |
2013-11-04 | libremessages(1): clarify when gettext is used. | Luke Shumaker | |
2013-10-08 | conf.sh.3: fix the reference to {get,set}_conf_makepkg in the BUGS section | Luke Shumaker | |
2013-10-07 | (oops) I missed an instance of get_conf_makepkg. | Luke Shumaker | |
2013-10-04 | conf.sh: generalize {get,set}_conf_makepkg to {get,set}_var | Luke Shumaker | |
2013-10-02 | Add documentation for lib/ | Luke Shumaker | |
* Add a bunch of man-pages * Add some comments to conf.sh * Add more information to librelib:usage() | |||
2013-09-26 | Makefile: create a standard 'pot' target | Luke Shumaker | |
2013-09-23 | Makefile: fix xgettext rules | Luke Shumaker | |
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | libreblacklist: Fix a bug in the -h flag, adjust the unit test to catch it. | Luke Shumaker | |
2013-09-11 | librelib: Internationalize (actually use the internationalization stuff) | Luke Shumaker | |
2013-09-11 | libremessages: add a few more message routines, and make them gettext-aware. | Luke Shumaker | |
- Don't set LANG=C in common.sh - Move TEXTDOMAIN stuff into common.sh; so devtools stuff will use it. - Add _(): Basically an alias for `gettext`, but falls back if gettext is not available. - Add panic(): First showed up in `distcc-tool`, does what it sounds like. - Add prose(), bullet(), and flag(): they do word wrapping and such to make it easy to internationalize `--help` text. - Teach common.mk how to make .pot files based on these routines. | |||
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-09-11 | conf.sh: touch up quoting | Luke Shumaker | |
2013-06-27 | add {load,unset}_PKGBUILD to conf.sh, use it. | Luke Shumaker | |
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH. | |||
2013-06-23 | mv src/librelib src/lib/ # and split librelib into a separate package | Luke Shumaker | |
2013-06-23 | mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mk | Luke Shumaker | |