Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Thu, 30 Oct 2008 14:38:09 +0000 (15:38 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 30 Oct 2008 14:38:09 +0000 (15:38 +0100)
commit745b4f0f51dcd992f4ae105d29fff227a383f893
treebd560ba84815935f1a9376001b1b3e6f96b3adfc
parent27e0bf81d07528ada93ceb0c5c8839a7cd83fb7e
Update gnulib files.
73 files changed:
gl/alloca.in.h [new file with mode: 0644]
gl/asnprintf.c [new file with mode: 0644]
gl/errno.in.h [new file with mode: 0644]
gl/float+.h [new file with mode: 0644]
gl/float.in.h [new file with mode: 0644]
gl/fseeko.c [new file with mode: 0644]
gl/gettext.h [new file with mode: 0644]
gl/lseek.c [new file with mode: 0644]
gl/m4/alloca.m4 [new file with mode: 0644]
gl/m4/errno_h.m4 [new file with mode: 0644]
gl/m4/float_h.m4 [new file with mode: 0644]
gl/m4/fseeko.m4 [new file with mode: 0644]
gl/m4/intmax_t.m4 [new file with mode: 0644]
gl/m4/inttypes_h.m4 [new file with mode: 0644]
gl/m4/longlong.m4 [new file with mode: 0644]
gl/m4/lseek.m4 [new file with mode: 0644]
gl/m4/malloc.m4 [new file with mode: 0644]
gl/m4/printf.m4 [new file with mode: 0644]
gl/m4/realloc.m4 [new file with mode: 0644]
gl/m4/size_max.m4 [new file with mode: 0644]
gl/m4/snprintf.m4 [new file with mode: 0644]
gl/m4/sockpfaf.m4 [new file with mode: 0644]
gl/m4/stdbool.m4 [new file with mode: 0644]
gl/m4/stdint.m4 [new file with mode: 0644]
gl/m4/stdint_h.m4 [new file with mode: 0644]
gl/m4/stdio_h.m4 [new file with mode: 0644]
gl/m4/stdlib_h.m4 [new file with mode: 0644]
gl/m4/string_h.m4 [new file with mode: 0644]
gl/m4/sys_socket_h.m4 [new file with mode: 0644]
gl/m4/unistd_h.m4 [new file with mode: 0644]
gl/m4/vasnprintf.m4 [new file with mode: 0644]
gl/m4/wchar.m4 [new file with mode: 0644]
gl/m4/wchar_t.m4 [new file with mode: 0644]
gl/m4/wint_t.m4 [new file with mode: 0644]
gl/m4/xsize.m4 [new file with mode: 0644]
gl/printf-args.c [new file with mode: 0644]
gl/printf-args.h [new file with mode: 0644]
gl/printf-parse.c [new file with mode: 0644]
gl/printf-parse.h [new file with mode: 0644]
gl/realloc.c [new file with mode: 0644]
gl/size_max.h [new file with mode: 0644]
gl/snprintf.c [new file with mode: 0644]
gl/stdbool.in.h [new file with mode: 0644]
gl/stdint.in.h [new file with mode: 0644]
gl/stdio-impl.h [new file with mode: 0644]
gl/stdio-write.c [new file with mode: 0644]
gl/stdio.in.h [new file with mode: 0644]
gl/stdlib.in.h [new file with mode: 0644]
gl/string.in.h [new file with mode: 0644]
gl/sys_socket.in.h [new file with mode: 0644]
gl/tests/dummy.c [new file with mode: 0644]
gl/tests/test-alloca-opt.c [new file with mode: 0644]
gl/tests/test-errno.c [new file with mode: 0644]
gl/tests/test-fseeko.c [new file with mode: 0644]
gl/tests/test-fseeko.sh [new file with mode: 0755]
gl/tests/test-lseek.c [new file with mode: 0644]
gl/tests/test-lseek.sh [new file with mode: 0755]
gl/tests/test-snprintf.c [new file with mode: 0644]
gl/tests/test-stdbool.c [new file with mode: 0644]
gl/tests/test-stdint.c [new file with mode: 0644]
gl/tests/test-stdio.c [new file with mode: 0644]
gl/tests/test-stdlib.c [new file with mode: 0644]
gl/tests/test-string.c [new file with mode: 0644]
gl/tests/test-sys_socket.c [new file with mode: 0644]
gl/tests/test-unistd.c [new file with mode: 0644]
gl/tests/test-vasnprintf.c [new file with mode: 0644]
gl/tests/test-wchar.c [new file with mode: 0644]
gl/tests/verify.h [new file with mode: 0644]
gl/unistd.in.h [new file with mode: 0644]
gl/vasnprintf.c [new file with mode: 0644]
gl/vasnprintf.h [new file with mode: 0644]
gl/wchar.in.h [new file with mode: 0644]
gl/xsize.h [new file with mode: 0644]