summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-04-18Improve the librexgettext --help text. (also, update the copyright)Luke Shumaker
2016-04-15libremessages:flag: Fix several things (also librexgettext)Luke Shumaker
- 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).
2016-03-03buildsystem: rename all of the install-* variables to libretools-*Luke Shumaker
2016-03-03fix generating blacklist.sh.potLuke Shumaker
2016-02-09The libremessages man page still listed not having librexgettext as aLuke Shumaker
bug. librexgettext exists now, so mention it.
2016-02-09Fix typo in libremessages manpageLuke Shumaker
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2016-02-08Documentation cleanupLuke Shumaker
2015-05-31Enforce .pot files being UTF-8.Luke Shumaker
2015-05-31librexgettext: Support all of the recent changes to libremessages:flag.Luke Shumaker
2015-05-31libremessages:flag: support sub-headings in the list of flags.Luke Shumaker
This changes libremessages:flag to treat would-be flagnames ending with ':' specially--as a sub-heading in the list of flags. The next argument is taken to be the next flag, not a description.
2015-05-26Rename libremessages:whitespace-collapse to whitespace_collapse.v20150526Luke Shumaker
When using /bin/sh instead of bash (a terrible idea, but whatev), the '-' is an invalid charater in an identifier.
2015-05-25man: Two spaces between sentences.Luke Shumaker
2015-05-24Enforce two spaces after a period.Luke Shumaker
2015-05-24libremessages: expose whitespace-collapseLuke Shumaker
2015-05-24libremessages/librexgettext: Preserve two spaces after a period.Luke Shumaker
Well, [.!?] really--this matches the behavior of `fmt -u`.
2015-05-24libremessages:flag: Allow specifying multiple flags in one go.Luke Shumaker
This allows the descriptions to all be aligned together.
2015-05-24libremessages:flag: Clean up mathLuke Shumaker
Because I was using -le instead of -lt, all of the math was off by one, which was negated by only one space in the separator in the format string.
2015-05-24libremessages:flag: Avoid doing a loop over each lineLuke Shumaker
2015-05-24libremessages: add some newlines in comments, reflow them.Luke Shumaker
Mostly so that when I compulsivly hit M-q, it doesn't screw up.
2015-05-20Use #!/hint/bash instead of the more verbose commentLuke Shumaker
2015-01-05Oops, update a couple of copyright yearsLuke Shumaker
2015-01-04Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵Luke Shumaker
of errors
2015-01-04Wow, I botched some Makefile stuffLuke Shumaker
2015-01-01conf.sh: add a commentLuke Shumaker
2015-01-01conf.sh: oops, I missed adding validpgpkeysLuke Shumaker
2015-01-01conf.sh: Oops, a variable was blending with the surrounding stringLuke Shumaker
2014-12-31lib/conf.sh: Update unset_PKGBUILD to support arch-specific variablesLuke Shumaker
Also, sha224sums, which is not actually mentioned in the makepkg documentation.
2014-12-31conf.sh: update to reflect changes in makepkg 4.2Luke Shumaker
2014-12-29conf.sh.3: proofreadLuke Shumaker
2014-11-25normalize copyright statements a bitLuke Shumaker
2014-11-06Update to newer devtoolsLuke Shumaker
2014-10-01conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001Luke Shumaker
2014-10-01conf.sh: don't hardcode /etc, get it during build from $(sysconfdir)Luke Shumaker
2014-10-01clean up shebangsLuke Shumaker
2014-10-01Make: Remove superfluous calls to add things to $(pots)Luke Shumaker
2014-07-05quote calls to librelibLuke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-07-02fix bug where some librelib messages were not in the .pot filesLuke Shumaker
2014-07-01libremessages: the flags() word-wrapping was a single character wide.Luke Shumaker
2014-07-01libremessages: tidy upLuke Shumaker
2014-07-01Make term_title gettext-aware (BREAKS COMPATIBILITY)Luke Shumaker
2014-06-27libreblacklist: support commentsLuke Shumaker
2014-06-27Add some HACKING documentationLuke Shumaker
2014-06-27libremessages: add some commentsLuke Shumaker
2014-06-27Add 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-27librelib: relicense to GPLv2+Luke Shumaker
2014-06-27librelib: remove calls to the non-existent panic()Luke Shumaker
2014-06-20fiddle with file locationsLuke Shumaker
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid.