Add Gnulib portability modules; update Gnulib files.
authorLudovic Courtès <ludo@gnu.org>
Wed, 20 May 2009 23:00:41 +0000 (01:00 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 20 May 2009 23:00:41 +0000 (01:00 +0200)
commitf240aacb412172f9c228653674b13d41279bebc8
treecf4e53d75874f9694e06a65e5d51e5d77acfee15
parentfc76c08d872f816a075de0a9096006966f00a666
Add Gnulib portability modules; update Gnulib files.

* m4/gnulib-cache.m4 (gl_MODULES): Add `flock' (provides flock(2)
  declaration and implementation), `fpieee' (fixes floating point
  behavior on Alpha and SH), `stdlib' (provides an unsetenv(3)
  declaration, among others), `putenv' (provides a putenv(3) declaration
  and implementation with the semantics we need).
44 files changed:
lib/Makefile.am
lib/config.charset
lib/flock.c [new file with mode: 0644]
lib/localcharset.c
lib/malloc.c [new file with mode: 0644]
lib/mbrtowc.c
lib/putenv.c [new file with mode: 0644]
lib/stdint.in.h [new file with mode: 0644]
lib/stdlib.in.h [new file with mode: 0644]
lib/strftime.c
lib/sys_file.in.h [new file with mode: 0644]
lib/unistd.in.h
lib/wchar.in.h
m4/00gnulib.m4 [new file with mode: 0644]
m4/alloca.m4
m4/codeset.m4
m4/extensions.m4
m4/flock.m4 [new file with mode: 0644]
m4/fpieee.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-common.m4
m4/gnulib-comp.m4
m4/include_next.m4
m4/inline.m4
m4/localcharset.m4
m4/locale-fr.m4
m4/locale-ja.m4
m4/locale-zh.m4
m4/longlong.m4 [new file with mode: 0644]
m4/malloc.m4 [new file with mode: 0644]
m4/mbrtowc.m4
m4/mbstate_t.m4
m4/multiarch.m4 [new file with mode: 0644]
m4/putenv.m4 [new file with mode: 0644]
m4/stdbool.m4
m4/stdint.m4 [new file with mode: 0644]
m4/stdlib_h.m4 [new file with mode: 0644]
m4/strcase.m4
m4/strftime.m4
m4/sys_file_h.m4 [new file with mode: 0644]
m4/tm_gmtoff.m4
m4/unistd_h.m4
m4/wchar.m4
m4/wint_t.m4