Code

Added unsetenv and setenv from gnulib
authorTon Voon <ton.voon@opsera.com>
Thu, 24 Jun 2010 09:02:31 +0000 (10:02 +0100)
committerTon Voon <ton.voon@opsera.com>
Thu, 24 Jun 2010 09:02:31 +0000 (10:02 +0100)
commit342f3b403e888800fb1b0502bf4e0d8268358573
tree47a0031fcf01edae3131fc147304d14f6f2aee20
parentf789a37b057b6f34820ea4f95d63f53b5a84c980
Added unsetenv and setenv from gnulib
12 files changed:
gl/Makefile.am
gl/m4/eealloc.m4 [new file with mode: 0644]
gl/m4/environ.m4 [new file with mode: 0644]
gl/m4/gnulib-cache.m4
gl/m4/gnulib-comp.m4
gl/m4/malloca.m4 [new file with mode: 0644]
gl/m4/setenv.m4 [new file with mode: 0644]
gl/malloca.c [new file with mode: 0644]
gl/malloca.h [new file with mode: 0644]
gl/malloca.valgrind [new file with mode: 0644]
gl/setenv.c [new file with mode: 0644]
gl/unsetenv.c [new file with mode: 0644]