Mercurial > hg > octave-kai > gnulib-hg
view modules/setlocale @ 17450:fcdfb5b7741a
* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 15 Jul 2013 13:32:24 -0700 |
parents | e5a3db1759c6 |
children |
line wrap: on
line source
Description: setlocale() function: set the current locale. Files: lib/setlocale.c m4/setlocale.m4 Depends-on: locale localename [test $REPLACE_SETLOCALE = 1] configure.ac: gl_FUNC_SETLOCALE if test $REPLACE_SETLOCALE = 1; then AC_LIBOBJ([setlocale]) gl_PREREQ_SETLOCALE fi gl_LOCALE_MODULE_INDICATOR([setlocale]) Makefile.am: Include: <locale.h> License: LGPL Maintainer: Bruno Haible