~ubuntu-virt/gnulib/+git/gnulib-lp-import:haible-private

Last commit made on 2006-09-05
Get this branch:
git clone -b haible-private https://git.launchpad.net/~ubuntu-virt/gnulib/+git/gnulib-lp-import

Branch merges

Branch information

Name:
haible-private
Repository:
lp:~ubuntu-virt/gnulib/+git/gnulib-lp-import

Recent commits

6465ba8... by Bruno Haible

(iconv_alloc): Realloc the final result, to throw away unused memory.

14ae15c... by Bruno Haible

(iconv_alloc): Handle the IRIX iconv behaviour.

5573fef... by Bruno Haible

(iconv_alloc): Call iconv with 2xNULL arguments, also to flush the state
storage.

43e2175... by Bruno Haible

(iconv_alloc): Call iconv with 4xNULL arguments initially, to reset the state.

fc784f7... by Bruno Haible

(iconv_alloc): No need to test for " && dest " at the end - dest is
always != NULL there.

769ca58... by Bruno Haible

(iconv_alloc): Don't assume that malloc() or realloc(), when failing, sets
errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.)

d50444d... by Bruno Haible

(iconv_string): No need to save and restore errno when iconv_alloc succeeded.

806eb8f... by Karl Berry

(signed.m4, gettext.m4): changes not propagated
until next release.

7132cd2... by Bruno Haible

Support for mingw DLLs.

0adf8a6... by Paul Eggert

* lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
Problem reported by Ralf Wildenhues in
<http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
* m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
not gl_GETLOADAVG. Omit unneeded semicolons.
Problems reported by Ralf Wildenhues in
<http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
(gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define. Put
at the end, which is the usual gnulib style.