Make `locale-digit-grouping' more robust.
authorLudovic Courtès <ludo@gnu.org>
Thu, 24 Feb 2011 22:17:06 +0000 (23:17 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 24 Feb 2011 22:17:06 +0000 (23:17 +0100)
commit914c4300b2e6857152363529706799ae692bc2a4
treeac8a9ab74fdfc840373989c89d797bcf80349840
parentcfad56a4449011e34aa917136cb6844ef453edcc
Make `locale-digit-grouping' more robust.

* libguile/i18n.c (scm_nl_langinfo)[GROUPING]: Consider negative numbers
  like `CHAR_MAX'.  Reported by David Fang <fang@csl.cornell.edu>.
  Fix suggested by Bruno Haible <bruno@clisp.org>.
libguile/i18n.c