update from texinfo
[gnulib.git] / lib /
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...
2007-04-03 Paul Eggert* lib/stat-time.h: (get_stat_birthtime): Check for...
2007-04-03 Eric BlakeMake ldexpl truly independent of libm
2007-04-03 Bruno HaibleHandle collision with EX_OK from IRIX <unistd.h>.
2007-04-03 Bruno HaibleIt was a joke.
2007-04-01 Bruno HaibleNew module 'phystemp'.
2007-03-31 Bruno HaibleDo an indirect conversion if iconv_open does not suppor...
2007-03-31 Bruno HaibleNew module 'iconv_open'.
2007-03-30 Bruno HaibleUse _GL_ as double-inclusion guard macro prefix.
2007-03-30 Paul Eggert* lib/write-any-file.c (can_write_any_file): Fix else...
2007-03-30 Bruno HaibleSet the FPU control word as needed for 'long double...
2007-03-30 Bruno HaibleNew module 'ldexpl'.
2007-03-29 Paul Eggert* lib/acl-internal.h (acl_get_fd, acl_set_fd): undef...
2007-03-29 Bruno HaibleTweak last patch: Sync with gettext.
2007-03-29 Bruno HaibleTake care of IN_LIBINTL situation.
2007-03-29 Karl Berryautoupdate
2007-03-28 Bruno HaibleSome refactoring.
2007-03-28 Bruno HaibleDistinguish invalid and incomplete UTF-8 input, and...
2007-03-28 Bruno HaibleNew modules 'unistr/u8-mbtoucr', 'unistr/u16-mbtoucr...
2007-03-28 Bruno HaibleNew module 'unistr/u32-mbtoucr'.
2007-03-28 Bruno HaibleNew module 'unistr/u16-mbtoucr'.
2007-03-28 Bruno HaibleNew module 'unistr/u8-mbtoucr'.
2007-03-27 Simon JosefssonMove vasprintf prototypes to stdio.
2007-03-27 Bruno HaibleUse multithread-safe primitives for determining the...
2007-03-27 Eric BlakeSupport sub-second birthtime on cygwin.
2007-03-27 Paul Eggert* lib/stat-time.h (USE_BIRTHTIME): Remove.
2007-03-27 Bruno Haible2007-03-27 Bruno Haible <bruno@clisp.org>
2007-03-26 Bruno HaibleBetter support of signalling NaNs.
2007-03-26 Bruno HaibleUpdate after utf8-ucs4-unsafe.h and utf16-ucs4-unsafe...
2007-03-26 Bruno HaibleIf <sysexits.h> exists but is missing values, fill...
2007-03-26 Bruno HaibleDon't access hints->ai_flags when hints is NULL.
2007-03-26 Bruno HaibleAvoid compiler warnings.
2007-03-26 Bruno HaiblePrefer nl_langinfo over localeconv.
2007-03-26 Bruno HaibleSupport 'j' size specifier on all platforms.
2007-03-25 Bruno HaibleProvide a replacement for frexpl() if the system has...
2007-03-25 Bruno HaibleFix indentation.
2007-03-25 Bruno HaibleWork around DEC C 6.4 compiler bug.
2007-03-25 Bruno HaibleMake sure 'struct stat' is defined before glob-libc...
2007-03-25 Bruno HaibleAvoid HP-UX cc warning.
2007-03-25 Bruno HaibleAvoid HP-UX cc compiler warning.
2007-03-25 Bruno HaibleAvoid compiler warning.
2007-03-25 Bruno HaibleAvoid circular definition restrict -> __restrict -...
2007-03-25 Bruno HaibleOops, fix ANSI C syntax error introduced in last patch.
2007-03-25 Bruno HaibleNew module 'search'.
2007-03-25 Bruno HaibleNew module 'fpucw'.
2007-03-25 Bruno HaibleCorrect bitwise comparison of 'long double' numbers.
2007-03-25 Bruno HaibleCorrect bitwise comparison of 'long double' numbers.
2007-03-25 Bruno HaibleSupport for bitwise comparison of floating-point numbers.
2007-03-25 Bruno HaibleFix includes.
2007-03-24 Bruno HaibleEnable the function only if HAVE_INLINE.
2007-03-24 Bruno HaibleMove to u16-uctomb-aux.c.
2007-03-24 Bruno HaibleMove to here from ucs4-utf16.c.
2007-03-24 Bruno HaibleMove to u8-uctomb-aux.c.
2007-03-24 Bruno HaibleMove to here from ucs4-utf8.c.
2007-03-24 Bruno HaibleMove to u16-mbtouc-unsafe-aux.c.
2007-03-24 Bruno HaibleMove to here from utf16-ucs4-unsafe.c.
2007-03-24 Bruno HaibleMove to u16-mbtouc-aux.c.
2007-03-24 Bruno HaibleMove to here from utf16-ucs4.c.
2007-03-24 Bruno HaibleMove to u8-mbtouc-unsafe-aux.c.
2007-03-24 Bruno HaibleMove to here from utf8-ucs4-unsafe.c.
2007-03-24 Bruno HaibleMove to u8-mbtouc-aux.c.
2007-03-24 Bruno HaibleMove to here from utf8-ucs4.c.
2007-03-24 Bruno HaibleDrop the include files utf8-ucs4.h, utf8-ucs4-unsafe...
2007-03-24 Bruno HaibleCast the argument of <ctype.h> functions to 'unsigned...
next