Remove obsolete macros gl_AC_TYPE_LONG_LONG, gl_AC_TYPE_UNSIGNED_LONG_LONG.
[gnulib.git] / modules /
2007-10-31 Bruno HaibleEnsure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_...
2007-10-31 Bruno HaibleNew module 'xvasprintf-posix'.
2007-10-31 Bruno HaibleTests for module 'xprintf-posix'.
2007-10-31 Bruno HaibleNew module 'xprintf-posix'.
2007-10-30 Ralf WildenhuesRemove some temp files leftover from tests.
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-28 Bruno HaibleNotify xgettext about functions that have a format...
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-23 Ralf WildenhuesFix linking of some unistdio tests on FreeBSD.
2007-10-23 Ralf WildenhuesFix linking of some uniconv tests on FreeBSD.
2007-10-22 Ralf WildenhuesFix fstrcmp-tests on FreeBSD, AIX.
2007-10-22 Simon JosefssonAdd module 'gc-camellia'.
2007-10-22 Ben PfaffMake roundf-tests module depend on floorf, ceilf.
2007-10-22 Ben PfaffFix bugs in round modules reported by Bruno Haible.
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Jim MeyeringChange xprintf's license to GPL.
2007-10-20 Bruno HaibleNew module 'ceil'.
2007-10-20 Bruno HaibleNew module 'floor'.
2007-10-20 Bruno HaibleDepend on fprintf-posix.
2007-10-19 Jim MeyeringNew module: xprintf
2007-10-19 Bruno HaibleUse @FOO@ syntax instead of $(FOO) syntax, because...
2007-10-18 Eric Blake* modules/filenamecat-tests (Makefile.am): Link against...
2007-10-18 Bruno HaibleFix various issues with the 'trim' module.
2007-10-17 Paul EggertModify glob.c to use fstatat and dirfd, to simplify it.
2007-10-17 Bruno HaibleRelax the license.
2007-10-14 Bruno HaibleTest for module 'iconv_open-utf'.
2007-10-14 Bruno HaibleNew module 'iconv_open-utf': Enhance iconv_open to...
2007-10-13 Bruno HaibleFix incorrect rounding of ceil, ceilf, ceill in some...
2007-10-13 Bruno HaibleRename tests/test-ceilf.c to tests/test-ceilf1.c.
2007-10-13 Bruno HaibleFix incorrect rounding of floor, floorf, floorl in...
2007-10-13 Bruno HaibleRename tests/test-floorf.c to tests/test-floorf1.c.
2007-10-13 Bruno HaibleAdd dependencies for test-trunc2.
2007-10-13 Bruno HaibleAdd new test for trunc function.
2007-10-13 Bruno HaibleRename tests/test-trunc.c to tests/test-trunc1.c.
2007-10-13 Bruno HaibleFix incorrect rounding of trunc, truncf, truncl in...
2007-10-12 Bruno HaibleRename test-truncf.c to test-truncf1.c.
2007-10-11 Bruno HaiblePut unit test for i-ring module into a normal test...
2007-10-11 Bruno HaiblePut unit test for filenamecat module into a normal...
2007-10-11 Paul EggertSimplify and modernize strerror substitute, partly...
2007-10-09 Eric BlakeSilence test-fpending.
2007-10-08 Simon JosefssonChange license to LGPLv2+ on dummy, float, realloc...
2007-10-07 Bruno HaibleEnsure glibc declares trunc().
2007-10-07 Bruno HaibleTest for module 'freopen'.
2007-10-07 Bruno HaibleTest for module 'fopen'.
2007-10-07 Bruno HaibleNew modules 'fopen' and 'freopen'.
2007-10-07 Bruno HaibleTest for 'open' module.
2007-10-07 Bruno HaibleNew module 'open'.
2007-10-05 Bruno HaibleTest for module 'ceill'.
2007-10-05 Bruno HaibleNew module 'ceill'.
2007-10-05 Bruno HaibleTest for module 'ceilf'.
2007-10-05 Bruno HaibleNew module 'ceilf'.
2007-10-05 Bruno HaibleTest for module 'floorl'.
2007-10-05 Bruno HaibleNew module 'floorl'.
2007-10-05 Bruno HaibleTest for module 'floorf'.
2007-10-05 Bruno HaibleNew module 'floorf'.
2007-10-04 Bruno HaibleTest for module 'truncl'.
2007-10-04 Bruno HaibleNew module 'truncl'.
2007-10-04 Bruno HaibleTest for module 'truncf'.
2007-10-04 Bruno HaibleNew module 'truncf'.
2007-10-04 Bruno HaibleSynthesize an EXTRA_DIST augmentation also for tests...
2007-10-04 Bruno HaibleTest for module 'trunc'.
2007-10-04 Bruno HaibleNew module 'trunc'.
2007-10-03 Bruno HaibleTest for __fpending function.
2007-10-02 Jim MeyeringPerform one more "_.h" -> ".in.h" substitution.
2007-10-01 Bruno HaibleRename wctype_.h to wctype.in.h.
2007-10-01 Bruno HaibleRename wchar_.h to wchar.in.h.
2007-10-01 Bruno HaibleRename unistd_.h to unistd.in.h.
2007-10-01 Bruno HaibleRename time_.h to time.in.h.
2007-10-01 Bruno HaibleRename sysexits_.h to sysexits.in.h.
2007-10-01 Bruno HaibleRename sys_time_.h to sys_time.in.h.
2007-10-01 Bruno HaibleRename sys_stat_.h to sys_stat.in.h.
2007-10-01 Bruno HaibleRename sys_socket_.h to sys_socket.in.h.
2007-10-01 Bruno HaibleRename sys_select_.h to sys_select.in.h.
2007-10-01 Bruno HaibleRename string_.h to string.in.h.
2007-10-01 Bruno HaibleRename stdlib_.h to stdlib.in.h.
2007-10-01 Bruno HaibleRename stdio_.h to stdio.in.h.
2007-10-01 Bruno HaibleRename stdint_.h to stdint.in.h.
2007-10-01 Bruno HaibleRename stdbool_.h to stdbool.in.h.
2007-10-01 Bruno HaibleRename signal_.h to signal.in.h.
2007-10-01 Bruno HaibleRename search_.h to search.in.h.
2007-10-01 Bruno HaibleRename poll_.h to poll.in.h.
2007-10-01 Bruno HaibleRename netinet_in_.h to netinet_in.in.h.
2007-10-01 Bruno HaibleRename math_.h to math.in.h.
2007-10-01 Bruno HaibleRename locale_.h to locale.in.h.
2007-10-01 Bruno HaibleRename inttypes_.h to inttypes.in.h.
2007-10-01 Bruno HaibleRename iconv_.h to iconv.in.h.
2007-10-01 Bruno HaibleRename glob_.h to glob.in.h.
2007-10-01 Bruno HaibleRename getopt_.h to getopt.in.h.
2007-10-01 Bruno HaibleRename fnmatch_.h to fnmatch.in.h.
2007-10-01 Bruno HaibleRename float_.h to float.in.h.
2007-10-01 Bruno HaibleRename fcntl_.h to fcntl.in.h.
2007-10-01 Bruno HaibleRename dirent_.h to dirent.in.h.
2007-10-01 Bruno HaibleRename byteswap_.h to byteswap.in.h.
2007-10-01 Bruno HaibleRename argz_.h to argz.in.h.
2007-10-01 Bruno HaibleRename alloca_.h to alloca.in.h.
2007-09-30 Bruno HaibleUse check_PROGRAMS instead of noinst_PROGRAMS.
2007-09-30 Bruno HaibleChange xreadlink module to use areadlink.
2007-09-29 Bruno HaibleRemove execute permission.
2007-09-27 Jim Meyeringcanonicalize: Avoid a false-positive cycle failure.
next