Mercurial > hg > octave-jordi > gnulib-hg
changeset 7155:2e4fe1dcb542
New module 'bison-i18n',
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 18 Aug 2006 19:37:45 +0000 |
parents | 7a3549db58ef |
children | 0fd2bce26ece |
files | ChangeLog MODULES.html.sh modules/bison-i18n |
diffstat | 3 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-18 Bruno Haible <bruno@clisp.org> + + * modules/bison-i18n: New file. + * MODULES.html.sh (Internationalization functions): Add it. + 2006-08-15 Paul Eggert <eggert@cs.ucla.edu> * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
--- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2005,6 +2005,7 @@ func_module utf8-ucs4 func_module utf16-ucs4 func_module linebreak + func_module bison-i18n func_end_table element="Executing programs"
new file mode 100644 --- /dev/null +++ b/modules/bison-i18n @@ -0,0 +1,21 @@ +Description: +Support for internationalization of bison-generated parsers. + +Files: +m4/bison-i18n.m4 + +Depends-on: + +configure.ac: +BISON_I18N + +Makefile.am: + +Include: + +License: +GPLed build tool + +Maintainer: +Bruno Haible, Paul Eggert +