X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=aafebd5e85c432630df10030caf1966a7730ed60;hb=e208f8e46f21ba67c27ae7a6973be433815d9ee2;hp=4b374c3da3d18ee921740d037e860070c4c43960;hpb=04e7654144c4fef4e6e77b630f37abc15e67648c;p=pspp diff --git a/ChangeLog b/ChangeLog index 4b374c3da3..aafebd5e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2011-05-08 Bruno Haible + + isfinite: Move AC_LIBOBJ invocations to module description. + * m4/isfinite.m4 (gl_ISFINITE): Move AC_LIBOBJ invocation from here... + * modules/isfinite (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + isblank: Move AC_LIBOBJ invocations to module description. + * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from + here... + * modules/isblank (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + isapipe: Move AC_LIBOBJ invocations to module description. + * m4/isapipe.m4 (gl_ISAPIPE): Set HAVE_ISAPIPE. Move AC_LIBOBJ and + gl_PREREQ_ISAPIPE invocations from here... + * modules/isapipe (configure.ac): ... to here. + (Depends-on): Update condition. + +2011-05-08 Bruno Haible + + ioctl: Move AC_LIBOBJ invocations to module description. + * m4/ioctl.m4 (gl_FUNC_IOCTL): Set HAVE_IOCTL. Move AC_LIBOBJ + invocations from here... + * modules/ioctl (configure.ac): ... to here. + (Depends-on): Update condition. + +2011-05-08 Bruno Haible + + imaxdiv: Move AC_LIBOBJ invocations to module description. + * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Move AC_LIBOBJ and gl_PREREQ_IMAXDIV + invocations from here... + * modules/imaxdiv (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + imaxabs: Move AC_LIBOBJ invocations to module description. + * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Move AC_LIBOBJ and gl_PREREQ_IMAXABS + invocations from here... + * modules/imaxabs (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + getaddrinfo: Move AC_LIBOBJ invocations to module description. + * m4/getaddrinfo.m4 (gl_GETADDRINFO): Set HAVE_GETADDRINFO, Move + AC_LIBOBJ invocations from here... + * modules/getaddrinfo (configure.ac): ... to here. + (Depends-on): Add conditions. + +2011-05-08 Bruno Haible + + inet_pton. getaddrinfo: Respect rules for use of AC_LIBOBJ. + * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Set HAVE_INET_PTON. Call + AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke + gl_PREREQ_INET_PTON. Move tests for declaration of inet_pton here... + (gl_PREREQ_INET_PTON): ... from here. + * modules/inet_pton (configure.ac): Invoke AC_LIBOBJ and + gl_PREREQ_INET_PTON here. + (Depends-on): Update condition. + +2011-05-08 Bruno Haible + + inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ. + * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Set HAVE_INET_NTOP. Call + AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke + gl_PREREQ_INET_NTOP. Move tests for declaration of inet_ntop here... + (gl_PREREQ_INET_NTOP): ... from here. + * modules/inet_ntop (configure.ac): Invoke AC_LIBOBJ and + gl_PREREQ_INET_NTOP here. + (Depends-on): Update condition. + +2011-05-08 Bruno Haible + + iconv_open: Move AC_LIBOBJ invocations to module description. + * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN, gl_REPLACE_ICONV_OPEN): Move + AC_LIBOBJ invocations from here... + * modules/iconv_open (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + iconv_open, iconv_open-utf: Respect rules for use of AC_LIBOBJ. + If module 'iconv_open' is among the main modules and module + 'iconv_open-utf' is among the tests dependencies, then + REPLACE_ICONV_UTF will be defined to 1, hence iconv_open() in lib may + return the special iconv_t values. Therefore iconv() and iconv_close() + must support these special iconv_t values, already in lib, not only in + tests. + * m4/iconv_open-utf.m4: New file, extracted from m4/iconv_open.m4. + * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke + gl_FUNC_ICONV_OPEN_UTF_SUPPORT if present. + (gl_FUNC_ICONV_OPEN_UTF): Remove macro. + * modules/iconv_open (Files): Add lib/iconv.c, lib/iconv_close.c. + (Depends-on): Add the dependencies of iconv_open-utf. + * modules/iconv_open-utf (Files): Add m4/iconv_open-utf.m4. Remove + m4/iconv_open.m4, lib/iconv.c, lib/iconv_close.c. + (Depends-on): Remove modules needed by lib/iconv.c, lib/iconv_close.c. + +2011-05-08 Bruno Haible + + group-member: Move AC_LIBOBJ invocations to module description. + * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Move AC_LIBOBJ and + gl_PREREQ_GROUP_MEMBER invocations from here... + * modules/group-member (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + grantpt: Move AC_LIBOBJ invocations to module description. + * m4/grantpt.m4 (gl_FUNC_GRANTPT): Move AC_LIBOBJ and gl_PREREQ_GRANTPT + invocations from here... + * modules/grantpt (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + glob: Move AC_LIBOBJ invocations to module description. + * m4/glob.m4 (gl_GLOB): Move AC_LIBOBJ and gl_PREREQ_GLOB invocations + from here... + * modules/glob (configure.ac): ... to here. + 2011-05-08 Bruno Haible getusershell: Move AC_LIBOBJ invocations to module description.