Move gt_INTL_MACOSX to file intlmacosx.m4.
[gnulib.git] / lib /
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 HaibleRecognize non-IEEE numbers on i386, x86_64, ia64.
2007-06-06 Bruno HaibleDo the extra handling of NaN and Inf also the %a / %A.
2007-06-06 Bruno HaibleFix possible compilation error.
2007-05-30 Bruno HaibleSplit the double-inclusion guard. Fixes a problem with...
2007-05-28 Bruno HaibleNew module 'ftell'.
2007-05-28 Eric Blake* lib/allocsa.h (safe_alloca): Avoid compiler warning.
2007-05-28 Bruno HaibleNew module 'fseek'.
2007-05-28 Bruno HaibleTypo in comment.
2007-05-28 Bruno HaibleMore comments.
2007-05-28 Eric BlakeImprove lseek module.
2007-05-24 Eric BlakeFix lseek on mingw.
2007-05-24 Eric BlakeFix fseeko/ftello on cygwin 1.5.24.
2007-05-23 Bruno HaibleProvide a link warning only if GNULIB_POSIXCHECK is...
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-20 Jim Meyering(gl_futimens): Rename from futimens, now that glibc...
2007-05-20 Bruno HaibleTypo in comment.
2007-05-19 Bruno HaibleWork around bugs in the system's isnanf on IRIX and...
2007-05-19 Bruno HaibleFix a warning in last patch.
2007-05-19 Bruno HaibleNew module 'float'.
2007-05-19 Jim Meyering* lib/utimens.c (gl_futimens): Rename from futimens,
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-19 Bruno HaibleOptimize the case of huge precision.
2007-05-19 Bruno HaibleFix logic bug introduced on 2007-05-06.
2007-05-18 Bruno HaibleFix small bug in 'divide' function.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-18 Bruno HaibleWork around broken snprintf function on BeOS.
2007-05-18 Bruno HaibleSupport output of 64-bit numbers on mingw.
2007-05-17 Paul Eggert* lib/dirent_.h: Prefer #include_next <foo.h> to #include
2007-05-17 Paul Eggert* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2007-05-14 Bruno HaibleTweak doc.
2007-05-13 Bruno HaibleFix syntax error in C++ mode.
2007-05-12 Jim Meyering* lib/linebuffer.c (readlinebuffer_delim): New function,
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-02 Sergey Poznyakoff(struct hol_entry): New member `ord'.
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 HaibleMake the generated glob.h self-contained.
2007-04-30 Eric BlakePrefer fseeko to fseek.
2007-04-30 Sergey Poznyakoff(hol_entry_cmp): Option sorting algorithm
2007-04-29 Bruno HaibleWork around fpurge bug on BSD systems.
2007-04-29 Sergey Poznyakoff(hol_cluster_cmp): Reverse comparison. Change proposed...
2007-04-29 Bruno Haiblefreading has an undefined value after repositioning...
2007-04-29 Bruno HaibleTrivial simplification.
2007-04-28 Bruno HaibleWarn when fseek or ftell are used.
2007-04-27 Bruno HaibleRenamed socket_.h to sys_socket_.h.
2007-04-27 Bruno HaibleMove to sysexits_.h.
2007-04-27 Bruno HaibleMove to here from sysexit_.h.
2007-04-27 Bruno HaibleMove to sys_socket_.h.
2007-04-27 Bruno HaibleMove to here from socket_.h.
2007-04-27 Bruno HaibleMove to sys_stat_.h.
2007-04-27 Bruno HaibleMove to here from stat_.h.
2007-04-27 Eric Blake* lib/freading.h: Improve comments.
2007-04-27 Eric BlakeFix closein for mingw.
2007-04-27 Bruno HaibleOSF/1 "cc -nodtk" does not support #include_next.
2007-04-27 Bruno HaibleMore comments.
2007-04-26 Eric BlakeFix fflush on mingw.
2007-04-26 Eric BlakeImplement freading and fwriting.
2007-04-26 Bruno HaibleVerify that off_t is the same size as long when we...
2007-04-26 Bruno HaibleOn BSD implementations, when we call lseek(), we must...
2007-04-25 Ralf Wildenhues* lib/argz_.h: ensure error_t definition is obtained...
2007-04-25 Eric Blake* lib/fpurge.c (includes): Use stdlib.h for free.
2007-04-25 Bruno HaibleMake the combination of fflush and fseek/fseeko POSIX...
2007-04-25 Bruno HaibleNew module 'ftello'.
2007-04-25 Bruno HaibleNew module 'fseeko'.
2007-04-25 Bruno Haiblefflush & GNULIB_POSIXCHECK.
2007-04-25 Bruno HaibleEnsure that <unistd.h> and <fcntl.h> define SEEK_CUR...
2007-04-23 Eric Blake* lib/fflush.c: Fix missing include.
2007-04-23 Bruno HaibleFree a malloc()ed ungetc buffer.
2007-04-23 Bruno HaiblePort to Solaris/SPARC64.
2007-04-23 Bruno HaibleDon't hardcode the value of _IOERR.
2007-04-17 Eric BlakeMake fflush rely on fpurge.
2007-04-16 Eric BlakeFix fpurge for cygwin.
2007-04-16 Simon Josefsson2007-04-16 Simon Josefsson <simon@josefsson.org>
2007-04-14 Bruno HaibleNew module 'fpurge'.
2007-04-14 Bruno HaibleNew module 'fbufmode'.
2007-04-14 Bruno HaibleNew module 'fwritable'.
2007-04-14 Bruno HaibleNew module 'freadable'.
2007-04-13 Bruno HaibleFix typo in return type.
2007-04-12 Eric BlakeWork around glibc's failure to flush stdin on fclose.
2007-04-12 Eric BlakeWork around glibc's failure to reset seekable stdin...
2007-04-12 Eric BlakeNo need to preserve errno on success.
2007-04-11 Bruno HaibleImplement the %F directive if the system doesn't implem...
2007-04-10 Bruno HaibleNew module 'locale'.
2007-04-10 Bruno HaibleUse copysign when implementing signbit, if the libc...
2007-04-10 Eric Blake* lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
2007-04-06 Bruno HaibleFaster determination of the sign of a number.
2007-04-06 Bruno HaibleNew module 'signbit'.
2007-04-06 Bruno HaibleNew module 'isnanf-nolibm'.
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-04-06 Bruno HaibleFix problem with Compaq (ex-DEC) Desktop C compiler...
2007-04-06 Bruno HaibleFix problem with Compaq (ex-DEC) Desktop C compiler...
2007-04-03 Bruno Haibleldexpl can depend on isnanl. Requiring isnanl-nolibm...
next