Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2017-04-11 | Update for new devtools version | Luke Shumaker | |
2017-04-11 | Expect devtools files to already be patched. | Luke Shumaker | |
2017-04-11 | fixup copyright for: `return $?` can be written simply as `return` | Luke Shumaker | |
2017-02-13 | `return $?` can be written simply as `return` | Luke Shumaker | |
2017-01-30 | Update and tidy the build system for autothing v3. | Luke Shumaker | |
2016-06-09 | Work with the new version of autothing. | Luke Shumaker | |
2016-04-18 | Improve the librexgettext --help text. (also, update the copyright) | Luke Shumaker | |
2016-04-15 | libremessages: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-03 | buildsystem: rename all of the install-* variables to libretools-* | Luke Shumaker | |
2016-03-03 | fix generating blacklist.sh.pot | Luke Shumaker | |
2016-02-09 | The libremessages man page still listed not having librexgettext as a | Luke Shumaker | |
bug. librexgettext exists now, so mention it. | |||
2016-02-09 | Fix typo in libremessages manpage | Luke Shumaker | |
2016-02-08 | Refactor 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-08 | Documentation cleanup | Luke Shumaker | |
2015-05-31 | Enforce .pot files being UTF-8. | Luke Shumaker | |
2015-05-31 | librexgettext: Support all of the recent changes to libremessages:flag. | Luke Shumaker | |
2015-05-31 | libremessages: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-26 | Rename libremessages:whitespace-collapse to whitespace_collapse.v20150526 | Luke Shumaker | |
When using /bin/sh instead of bash (a terrible idea, but whatev), the '-' is an invalid charater in an identifier. | |||
2015-05-25 | man: Two spaces between sentences. | Luke Shumaker | |
2015-05-24 | Enforce two spaces after a period. | Luke Shumaker | |
2015-05-24 | libremessages: expose whitespace-collapse | Luke Shumaker | |
2015-05-24 | libremessages/librexgettext: Preserve two spaces after a period. | Luke Shumaker | |
Well, [.!?] really--this matches the behavior of `fmt -u`. | |||
2015-05-24 | libremessages:flag: Allow specifying multiple flags in one go. | Luke Shumaker | |
This allows the descriptions to all be aligned together. | |||
2015-05-24 | libremessages:flag: Clean up math | Luke 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-24 | libremessages:flag: Avoid doing a loop over each line | Luke Shumaker | |
2015-05-24 | libremessages: 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-20 | Use #!/hint/bash instead of the more verbose comment | Luke Shumaker | |
2015-01-05 | Oops, update a couple of copyright years | Luke Shumaker | |
2015-01-04 | Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵ | Luke Shumaker | |
of errors | |||
2015-01-04 | Wow, I botched some Makefile stuff | Luke Shumaker | |
2015-01-01 | conf.sh: add a comment | Luke Shumaker | |
2015-01-01 | conf.sh: oops, I missed adding validpgpkeys | Luke Shumaker | |
2015-01-01 | conf.sh: Oops, a variable was blending with the surrounding string | Luke Shumaker | |
2014-12-31 | lib/conf.sh: Update unset_PKGBUILD to support arch-specific variables | Luke Shumaker | |
Also, sha224sums, which is not actually mentioned in the makepkg documentation. | |||
2014-12-31 | conf.sh: update to reflect changes in makepkg 4.2 | Luke Shumaker | |
2014-12-29 | conf.sh.3: proofread | Luke Shumaker | |
2014-11-25 | normalize copyright statements a bit | Luke Shumaker | |
2014-11-06 | Update to newer devtools | Luke Shumaker | |
2014-10-01 | conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001 | Luke Shumaker | |
2014-10-01 | conf.sh: don't hardcode /etc, get it during build from $(sysconfdir) | Luke Shumaker | |
2014-10-01 | clean up shebangs | Luke Shumaker | |
2014-10-01 | Make: Remove superfluous calls to add things to $(pots) | Luke Shumaker | |
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 | |