Mercurial > hg > octave-lojdl > gnulib-hg
view modules/setlocale @ 15332:c762e3063952
dtotimespec: new module
* lib/timespec.h (dtotimespec): New decl.
* lib/dtotimespec.c, modules/dtotimespec: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:14:25 -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