Install the current locale if GUILE_INSTALL_LOCALE is nonzero.
authorLudovic Courtès <ludo@gnu.org>
Tue, 22 Nov 2011 11:11:48 +0000 (12:11 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 7 Mar 2013 09:48:44 +0000 (10:48 +0100)
commit7f893030abaf49711f948d76f124e18bfa9e4181
tree62e4bd2fb8a89e7eb85efe3aa988b19e22b611b4
parent1b787ef9ec3a08f12d7b46403f4d508e583499a2
Install the current locale if GUILE_INSTALL_LOCALE is nonzero.

* libguile/guile.c (get_integer_from_environment)
  (should_install_locale): New functions.
  (main): Add `setlocale' call.

* doc/ref/guile-invoke.texi (Environment Variables): Add documentation.
doc/ref/guile-invoke.texi
libguile/guile.c