Mercurial > hg > octave-lojdl > gnulib-hg
view modules/duplocale @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | 45dddbc362fb |
children |
line wrap: on
line source
Description: duplocale() function: duplicate a locale object. Files: lib/duplocale.c m4/duplocale.m4 Depends-on: locale configure.ac: gl_FUNC_DUPLOCALE if test $REPLACE_DUPLOCALE = 1; then AC_LIBOBJ([duplocale]) gl_PREREQ_DUPLOCALE fi gl_LOCALE_MODULE_INDICATOR([duplocale]) Makefile.am: Include: <locale.h> License: LGPL Maintainer: Bruno Haible