]> git.draconx.ca Git - cdecl99.git/commit
Enable i18n in Bison.
authorNick Bowler <nbowler@draconx.ca>
Thu, 15 Sep 2011 01:10:19 +0000 (21:10 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 21 Sep 2011 23:25:04 +0000 (19:25 -0400)
commit0876ef2649dfc1d1c1fe86a0d56e9506806b37b9
tree2eba48a503b1be8a2cf5471b5b3f63c9fccc8cd5
parentb4e97b2de3436d9a17951a38d58e2c494194d431
Enable i18n in Bison.

This makes us require library initialization.  To avoid requiring an
explicit call, we implicitly initialize the library when it is first
required.  Bring in Gnulib's threading library to do this in a
thread-safe manner when available.
.gitignore
Makefile.am
configure.ac
doc/man/libcdecl.3
m4/.gitignore
m4/gnulib-cache.m4
src/i18n.c [new file with mode: 0644]
src/i18n.h [new file with mode: 0644]
src/parse-decl.c
src/parse.y