gettext-tiny icon indicating copy to clipboard operation
gettext-tiny copied to clipboard

stub and/or lightweight replacements of the gnu gettext suite; because the GNU one takes ages to compile

Results 15 gettext-tiny issues
Sort by recently updated
recently updated
newest added

Note that the install part is not working as expected yet with bmake, but at least it is now possible to build everything with bmake

as said in https://github.com/sabotage-linux/gettext-tiny/issues/50#issuecomment-577243488.

https://github.com/sabotage-linux/gettext-tiny/pull/53 is OK. But I noticed something: there are lots of options only handle `--arg xx`, or `--arg=xx`. We could let the current argument parser eat extra `=`. But we...

``` Assertion failed: *in (src/StringEscape.c: unescape: 78) make[2]: *** [po/CMakeFiles/translations.dir/build.make:81: po/de.gmo] Aborted make[2]: *** Deleting file 'po/de.gmo' make[2]: Leaving directory '/usr/src/packages/user/weechat/src/weechat-2.7/build' ``` Backtrace: ``` Core was generated by `/usr/bin/msgfmt -o...

`m4/lock.m4` uses gl_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER but nothing provides that function. For some reason this is only causing problems when I build `parted`, maybe that function ends up being pulled into most builds?

### Environment * HexChat 2.14.1 * Meson 0.47.0 * gettext-tiny master ### Steps to reproduce ``` mkdir _build cd _build meson -Dprefix=/usr -Dwith-lua=false ninja ``` ### Actual results ``` [32/92]...

I realise it's probably very rare for these utilities to be called, hence they were not added. However, there are a few packages that use these utilities: - [ ]...

Running gettext-tiny 0.2.0 on CRUX, I'm 80% sure this is a gettext-tiny caused error: ``` SUBDIR git-gui GITGUI_VERSION = 0.21.GITGUI * new locations or Tcl/Tk interpreter MSGFMT po/pt_pt.msg MSGFMT po/ru.msg...

Building openbox from git master: ``` + aclocal -I m4 configure.ac:99: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library configure.ac:100: warning: macro 'AM_GNU_GETTEXT' not found in library + autoconf configure.ac:99: error:...

as now gettext-tiny supports quite a lot or almost all features of .po files, we should run some stress-tests with afl-fuzz, paired with asan so out-of-bounds reads get caught. better...