summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * man/*.1in: Use space between package and version.P. J. McDermott2014-03-019-9/+9
| * man/*1in: Use new build system macros.P. J. McDermott2014-03-019-9/+9
| * Makefile.am: Use $(AM_V_GEN) and $(AM_V_at).P. J. McDermott2014-03-011-7/+7
| * _oh_autoconf_configure(): Update multiarch test.P. J. McDermott2014-02-281-1/+1
| * Makefile.am: Drop old build system macros.P. J. McDermott2014-02-281-9/+1
| * Use new build system macros in source files.P. J. McDermott2014-02-2813-23/+23
| * Makefile.am: Enable archtab uninstallation.P. J. McDermott2014-02-281-0/+12
| * configure.ac: Quote "${enableval}" in error msg.P. J. McDermott2014-02-281-1/+2
| * .gitignore: Update.P. J. McDermott2014-02-281-6/+30
| * Makefile.am: Distribute tests/testlib.sh.P. J. McDermott2014-02-271-1/+2
| * Switch to using GNU Autoconf and Automake.P. J. McDermott2014-02-2711-634/+255
|/
* lib/common.sh: Add "set -u".P. J. McDermott2014-02-261-0/+2
* oh_buildsystem_arch(): Require second argument.P. J. McDermott2014-02-262-7/+8
* oh-installfiles: s/files_ifs/CR/.P. J. McDermott2014-02-261-2/+2
* oh-strip: Fix scope and case of keep_debug var.P. J. McDermott2014-02-261-4/+4
* lib/buildsystem/*.sh: Fix more [ commands.P. J. McDermott2014-02-263-5/+5
* lib/buildsystem.sh: Initialize more global vars.P. J. McDermott2014-02-261-0/+3
* lib/buildsystem.sh: Fix a [ command.P. J. McDermott2014-02-261-1/+1
* lib/buildsystem/*.sh: Improve more [ commands.P. J. McDermott2014-02-263-5/+5
* lib/buildsystem.sh: Move var init to global scope.P. J. McDermott2014-02-261-10/+5
* lib/locale.sh: Improve [ cmds with unset vars.P. J. McDermott2014-02-261-3/+3
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-268-16/+16
* Restructure locale/.P. J. McDermott2014-02-253-5/+7
* oh_load_locale() Simplify warning message.P. J. McDermott2014-02-251-2/+1
* oh_load_locale(): Remove an old comment.P. J. McDermott2014-02-251-2/+0
* oh_set_text_domain(): Rename and remove parameter.P. J. McDermott2014-02-252-11/+2
* lib/locale.sh: Remove unused functions.P. J. McDermott2014-02-251-25/+0
* oh_init(): Don't call oh_set_locale_path().P. J. McDermott2014-02-251-1/+0
* oh_get_msg(): Use printf instead of echo.P. J. McDermott2014-02-251-1/+1
* Remove unused _OH_INTERNAL_TEXT_DOMAIN variable.P. J. McDermott2014-02-251-2/+1
* Merge branch 'feature/drop-libopkbuild-dep'.P. J. McDermott2014-02-2517-33/+199
|\
| * configure: Drop libopkbuild.1 dependency.feature/drop-libopkbuild-depP. J. McDermott2014-02-251-3/+0
| * Makefile.in: Remove libopkbuild_1 macro.P. J. McDermott2014-02-251-2/+0
| * lib/load.sh: Stop loading libopkbuild.P. J. McDermott2014-02-251-3/+0
| * oh_init(): Remove ob_*() calls.P. J. McDermott2014-02-251-3/+0
| * src/oh-strip.sh: Use new locale functions.P. J. McDermott2014-02-251-4/+4
| * src/oh-installfiles.sh: Use new locale functions.P. J. McDermott2014-02-251-3/+3
| * src/oh-fixperms.sh: Use new locale functions.P. J. McDermott2014-02-251-6/+6
| * src/oh-auto*.sh: Use new locale functions.P. J. McDermott2014-02-255-5/+5
| * src/oh-architecture.sh: Use new locale functions.P. J. McDermott2014-02-251-1/+1
| * lib/buildsystem.sh: Use new locale functions.P. J. McDermott2014-02-251-2/+2
| * oh_init(): Use new locale functions.P. J. McDermott2014-02-251-0/+3
| * lib/locale.sh: New file.P. J. McDermott2014-02-252-0/+122
| * src/oh-strip.sh: Use new output functions.P. J. McDermott2014-02-241-4/+4
| * src/oh-installfiles.sh: Use new output functions.P. J. McDermott2014-02-241-3/+3
| * src/oh-fixperms.sh: Use new output functions.P. J. McDermott2014-02-241-6/+6
| * src/oh-auto*.sh: Use new output functions.P. J. McDermott2014-02-245-5/+5
| * src/oh-architecture.sh: Use new output functions.P. J. McDermott2014-02-241-1/+1
| * lib/buildsystem.sh: Use new output functions.P. J. McDermott2014-02-241-2/+2
| * oh_init(): s/ob_use output/oh_use output/.P. J. McDermott2014-02-241-1/+1