summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (iconv_alloc): Realloc the final result, to throw away unused memory.haible-privateBruno Haible2006-09-051-1/+10
* (iconv_alloc): Handle the IRIX iconv behaviour.Bruno Haible2006-09-051-0/+18
* (iconv_alloc): Call iconv with 2xNULL arguments, also to flush the stateBruno Haible2006-09-051-0/+42
* (iconv_alloc): Call iconv with 4xNULL arguments initially, to reset the state.Bruno Haible2006-09-051-0/+7
* (iconv_alloc): No need to test for " && dest " at the end - dest isBruno Haible2006-09-051-1/+1
* (iconv_alloc): Don't assume that malloc() or realloc(), when failing, setsBruno Haible2006-09-051-1/+5
* (iconv_string): No need to save and restore errno when iconv_alloc succeeded.Bruno Haible2006-09-051-15/+18
* (signed.m4, gettext.m4): changes not propagatedKarl Berry2006-09-041-3/+4
* Support for mingw DLLs.Bruno Haible2006-09-042-5/+25
* * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.Paul Eggert2006-09-014-59/+69
* * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced byPaul Eggert2006-09-015-31/+28
* * gnulib-tool (func_emit_lib_Makefile_am): Fix typos inPaul Eggert2006-09-012-4/+9
* Improve maintainability.Bruno Haible2006-09-012-11/+16
* .Karl Berry2006-09-011-3/+3
* * modules/getloadavg (Files): Add m4/getloadavg.m4.Paul Eggert2006-08-317-8/+198
* * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.Paul Eggert2006-08-312-7/+3
* * gnulib-tool: Don't let emacs change spaces to TAB.Eric Blake2006-08-312-1/+10
* Slightly change the output generated by --makefile-name.Bruno Haible2006-08-312-17/+35
* Fix problem when calling "gnulib-tool --update" on multiple directories.Bruno Haible2006-08-312-2/+13
* .Karl Berry2006-08-311-4/+26
* Work around a bug in both the Linux and SunOS 64-bit kernels:Paul Eggert2006-08-316-34/+158
* * isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid shadowingPaul Eggert2006-08-312-5/+10
* * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.Paul Eggert2006-08-306-5/+56
* .Karl Berry2006-08-301-3/+14
* * modules/isapipe: New file.Paul Eggert2006-08-298-0/+229
* * error.c (error_at_line, print_errno_message): Match libc, afterEric Blake2006-08-292-9/+14
* * modules/configmake (Makefile.am): Make configmake.h depend onJim Meyering2006-08-292-1/+6
* Prefer using configmake.h instead of augmenting DEFS.Bruno Haible2006-08-294-1/+15
* * modules/configmake (Makefile.am): Add a comment, and omitPaul Eggert2006-08-292-23/+43
* Fix typo: s/not/now/Jim Meyering2006-08-291-1/+1
* .Karl Berry2006-08-291-8/+41
* Sync from Libtool:Ralf Wildenhues2006-08-292-3/+12
* * lib/fcntl_.h: New file.Paul Eggert2006-08-2812-19/+202
* * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.Eric Blake2006-08-282-2/+7
* * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:Paul Eggert2006-08-288-13/+42
* * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_namePaul Eggert2006-08-282-16/+24
* * modules/inttypes (Files): Add m4/inttypes-h.m4.Paul Eggert2006-08-282-0/+5
* * modules/inttypes (Makefile.am): Fix sed error when inttypes.hEric Blake2006-08-281-1/+1
* SCNX* macros don't exist.Bruno Haible2006-08-284-100/+24
* Do the INT_MAX check only where size_t is converted to 'int'.Bruno Haible2006-08-284-29/+60
* * modules/inttypes (Depends-on): Fix sed error when inttypes.hEric Blake2006-08-282-2/+7
* New option --makefile-name.Bruno Haible2006-08-282-32/+85
* Reorder some statements.Bruno Haible2006-08-282-13/+17
* Small fix after --local-dir introduction.Bruno Haible2006-08-282-2/+48
* Save the --local-dir value in the cache file.Bruno Haible2006-08-282-2/+146
* Better error handling.Bruno Haible2006-08-282-2/+7
* BeOS portability.Bruno Haible2006-08-282-0/+15
* Avoid compiler warning.Bruno Haible2006-08-282-3/+7
* New module 'c-strstr'.Bruno Haible2006-08-286-0/+196
* Rewritten inttypes module.Bruno Haible2006-08-282-64/+0