summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-10-07 08:25:21 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-04-23 19:28:08 +0200
commita4d33cdf48511a81a3311f4c2f618099d861c746 (patch)
tree4d5b9d0a976f46aaf03f663839ff8b8bf192a317 /TODO
parenta992a3cb9e5687a303ca3eba2b3f7afaea91ec5b (diff)
downloadbison-a4d33cdf48511a81a3311f4c2f618099d861c746.tar.gz
gnulib: let it use its own PO domain
See https://www.gnu.org/software/gnulib/manual/html_node/Localization.html. * bootstrap.conf: Create gnulib-po. * Makefile.am, configure.ac: Use it. * po/POTFILES.in: Remove files now in gnulib. * src/main.c: Open the bison-gnulib domain.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index f7766862..2264c8f7 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,5 @@
* Bison 3.4
** use gettext-h in gnulib instead of gettext
-** use gnulib-po
-For some reason, according to syntax-check, we have to keep getopt.c in
-POTIFILES.in, but not bitset/stats.c, although both come from gnulib. But
-bitset/stats.c is a symlink, not getopt.c. This is fishy and should be
-fixed.
-
-Meanwhile, bitset/stats.c is removed from the set of translations, which is
-not too much of a problem as users are not expected to see this.
** bad diagnostics
%token <val> NUM