* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
[gnulib.git] / m4 /
2007-09-06 Paul Eggert* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix...
2007-09-02 Bruno HaibleFix mis-recognition of 'mcs' on QNX 6.
2007-08-23 Eric BlakeGetline touchups.
2007-08-22 Eric BlakeMove getline and getdelim into stdio.h, per POSIX 200x.
2007-08-19 Bruno HaibleWork around lseek bug on BeOS.
2007-08-08 Eric BlakeMove xstrtol messages into gnulib domain, when --pobase...
2007-08-07 Bruno HaibleAvoid gcc warning: "__STDC_LIMIT_MACROS_TRIGGER" redefined
2007-07-31 Bruno HaibleDon't pretend that stdint.h conforms to C99 if it doesn...
2007-07-25 Bruno HaibleFix the include_next test so that it rejects AIX 4...
2007-07-25 Ben PfaffImprove name: "count-one-bits" is better than "popcount".
2007-07-23 Ben PfaffNew module: popcount.
2007-07-13 Jim Meyeringdf: Don't fail for Tru64's "file-on-file mount".
2007-07-07 Bruno HaibleWork around MacOS X wcwidth(0x0301) bug.
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-07-07 Bruno Haiblewcwidth.h no longer needs 'inline'.
2007-07-07 Bruno HaibleProvide wcwidth replacement in separate file wcwidth.c.
2007-07-02 Bruno HaibleEnsure that <stdint.h> defines all the *_MAX and *_MIN...
2007-06-28 Simon Josefsson2007-06-27 Simon Josefsson <simon@josefsson.org>
2007-06-23 Paul Eggert* m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check...
2007-06-21 Paul Eggert* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
2007-06-21 Paul Eggert* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and...
2007-06-16 Bruno HaibleWork around a buggy frexpl function on MacOS X 10.4...
2007-06-16 Paul EggertRevamp lchown so that it lives in unistd.h where it...
2007-06-13 Bruno HaibleGuess isnanl does not work when cross-compiling to...
2007-06-13 Bruno Haiblex86_64 has the same 'long double' format as i386.
2007-06-12 Paul Eggert* m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX...
2007-06-12 Paul Eggert* m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum...
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-11 Bruno HaibleNew module 'mbsnlen'.
2007-06-10 Bruno HaibleTest for _snprintf (missing since 2003-11-16).
2007-06-09 Bruno HaibleMove to malloca.m4.
2007-06-09 Bruno HaibleMove to here from allocsa.m4.
2007-06-09 Bruno HaibleMove gt_INTL_MACOSX to file intlmacosx.m4.
2007-06-07 Bruno HaibleNew module 'localename'.
2007-06-07 Bruno HaibleLinux uClibc built without wide character support lacks...
2007-06-06 Paul EggertWork around problem reported by Steven M. Schweda in
2007-06-06 Bruno HaibleFix *printf so that it recognizes non-IEEE numbers...
2007-06-06 Bruno HaibleRecognize non-IEEE numbers on i386, x86_64, ia64.
2007-06-06 Bruno HaibleFix typo.
2007-06-05 Eric Blake* m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2007-06-02 Bruno HaibleFix incorrect values of SIG_ATOMIC_MIN, SIG_ATOMIC_MAX...
2007-06-02 Bruno HaibleUpdate after Eric Blake found that frexpl doesn't work...
2007-05-31 Eric Blake* m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on...
2007-05-31 Karl Berryautoupdate
2007-05-31 Eric BlakeWork around mingw test failures exposed by m4-1.4.9b.
2007-05-29 Bruno HaibleFix typo.
2007-05-29 Bruno HaibleAvoid "checking..." message inside "checking..." message.
2007-05-29 Bruno HaibleFix typo in cross-compiling case.
2007-05-29 Bruno HaibleFix last patch for real.
2007-05-29 Eric Blake* m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax...
2007-05-28 Bruno HaibleNew module 'ftell'.
2007-05-28 Bruno HaibleNew module 'fseek'.
2007-05-28 Bruno HaibleWhen not cross-compiling, perform a real runtime test.
2007-05-28 Bruno HaibleFix bug introduced on 2007-03-31.
2007-05-27 Bruno HaibleNew module 'openmp'.
2007-05-24 Eric BlakeFix lseek on mingw.
2007-05-24 Bruno HaibleUntabify.
2007-05-24 Eric BlakeFix fseeko/ftello on cygwin 1.5.24.
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleInclude Cygwin test results, from Eric Blake.
2007-05-20 Bruno HaibleUpdate gettext version number.
2007-05-20 Bruno HaibleDetect broken frexpl on BeOS.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-20 Bruno HaibleAvoid possible collision between gnulib frexpl and...
2007-05-20 Jim MeyeringFix buggy test for the fchownat-deref bug.
2007-05-20 Bruno HaibleTweak message.
2007-05-19 Bruno HaibleWork around bugs in the system's isnanf on IRIX and...
2007-05-19 Bruno HaibleSwap the tests 2 and 3.
2007-05-19 Bruno HaibleUpdate test results.
2007-05-19 Bruno HaibleWhitespace change.
2007-05-19 Bruno HaibleFix syntax error in test.
2007-05-19 Bruno HaibleWhitespace change.
2007-05-19 Bruno HaibleNew module 'float'.
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-18 Bruno HaibleFix printf-frexpl module to recognize buggy AIX 5.1...
2007-05-18 Bruno HaibleNew module 'frexpl-nolibm'.
2007-05-14 Bruno HaibleComment fix.
2007-05-13 Bruno HaibleEnsure AC_C_RESTRICT is invoked.
2007-05-12 Sergey Poznyakoff(gl_FUNC_OPENAT): Do not require openat-die
2007-05-06 Bruno HaibleMore info about Cygwin.
2007-05-06 Bruno HaibleMore info about Cygwin.
2007-05-06 Bruno HaibleWork around an incorrect implementation of the 0 flag...
2007-05-06 Bruno HaibleWork around lack of support of grouping flag.
2007-05-04 Paul Eggert* m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO):...
2007-05-02 Paul Eggert* m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO):...
2007-05-01 Bruno HaibleNew module 'sleep'.
2007-05-01 Bruno Haiblesigprocmask.h is replaced with <signal.h>.
2007-05-01 Bruno HaibleNew module 'signal'.
2007-05-01 Bruno HaibleMake the generated wctype.h more self-contained.
2007-05-01 Bruno HaibleMake the generated sys/stat.h more self-contained.
2007-05-01 Bruno HaibleTweak last patch.
2007-05-01 Bruno HaibleMake the generated glob.h self-contained.
2007-04-29 Bruno HaibleGuard against vsnprintf implementations that mishandle...
2007-04-29 Bruno HaibleWork around fpurge bug on BSD systems.
2007-04-28 Paul EggertAvoid false-negative in gl_STDINT_H's C99 conformance...
2007-04-27 Bruno HaibleRenamed socket_.h to sys_socket_.h.
2007-04-26 Ralf Wildenhues* m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ...
2007-04-26 Eric BlakeImplement freading and fwriting.
2007-04-26 Bruno HaibleEnsure fseeko and ftello are declared on glibc systems.
next