summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2017-06-21conf.sh: Don't look at SUDO_USER if it's rootLuke Shumaker
Fixes https://labs.parabola.nu/issues/1372
2017-05-25more $EXIT_* usageLuke Shumaker
2017-05-25libreblacklist: reformat some loops to be more readableLuke Shumaker
2017-05-25start moving things to use the libremessages exit codesLuke Shumaker
2017-05-25messages: define EXIT_* codesLuke Shumaker
2017-05-25Fix grammar mistake in libremessages(1).Luke Shumaker
2017-05-24Merge conf.sh:load_files and conf.sh:check_vars into load_confLuke Shumaker
2017-05-24messages.sh: fix punctuation in a commentLuke Shumaker
2017-05-24lib/conf.sh: Tidy loopsLuke Shumaker
use while read -r var; do ... done < <(...) rather than for var in $(...); do ... done
2017-05-24libremessages: leave stdout alone (fixes test)Luke Shumaker
2017-05-05libremessages(1): document find_cached_srcpackageLuke Shumaker
2017-05-04random tidy upLuke Shumaker
2017-05-04shellcheck directivesLuke Shumaker
2017-05-04bugfix [2/2]: toru-pathLuke Shumaker
2017-05-01Clean up argument parsing for libremessages formatters.Luke Shumaker
2017-04-20Quote 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-20Consistently use ". $(librelib slug)" to load libraries.Luke Shumaker
2017-04-11Update for new devtools versionLuke Shumaker
2017-04-11Expect devtools files to already be patched.Luke Shumaker
2017-04-11fixup 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-30Update and tidy the build system for autothing v3.Luke Shumaker
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