autoupdate
[gnulib.git] / lib /
2007-09-09 Bruno HaibleOops, avoid an infinite recursion.
2007-09-09 Jim Meyering* lib/hash.c (hash_initialize): Detect calloc failure.
2007-09-09 Bruno HaibleSet errno to ENOMEM when malloc/realloc fails. Needed...
2007-09-09 Bruno HaibleNew module 'malloc-posix'.
2007-09-09 Bruno HaibleNew module 'realloc-posix'.
2007-09-09 Bruno HaibleNew module 'calloc-posix'.
2007-09-08 Jim MeyeringRename __fpending.c -> fpending.c and __fpending.h...
2007-09-02 Bruno HaibleFix mis-recognition of 'mcs' on QNX 6.
2007-09-01 Bruno HaibleAdd double-inclusion guard.
2007-09-01 Bruno HaibleLet linebreak rely on uniwidth/width.
2007-08-28 Jim MeyeringRename mreadlink_with_size to areadlink_with_size.
2007-08-23 Simon Josefssonlib/readline.c: Don't include getline.h, the prototype...
2007-08-23 Jim MeyeringGetdelim touchup.
2007-08-23 Eric BlakeGetline touchups.
2007-08-22 Eric Blake* tests/test-getdelim.c (main): Use remove, not unlink.
2007-08-22 Eric BlakeMove getline and getdelim into stdio.h, per POSIX 200x.
2007-08-20 Bruno HaibleOptimization: no need to flush stdin if we can determin...
2007-08-19 Bruno HaibleNew module 'freadahead'.
2007-08-19 Eric BlakeTest yesno in combination with closein.
2007-08-19 Bruno HaibleAdd tentative support for Solaris/AMD64.
2007-08-19 Bruno HaibleWork around lseek bug on BeOS.
2007-08-18 Bruno HaibleFuzzy string comparison.
2007-08-18 Bruno Haible- Comment style.
2007-08-18 Jim MeyeringNew file: lib/idcache.h
2007-08-17 Paul Eggert* MODULES.html.sh: Add diffseq.
2007-08-15 Ben Pfaff* lib/count-one-bits.h: Add comments. (From Bruno...
2007-08-10 Paul Eggert* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add...
2007-08-08 Eric Blake* lib/xstrtol-error.c: Add missing include.
2007-08-08 Eric BlakeMove xstrtol messages into gnulib domain, when --pobase...
2007-08-08 Jim MeyeringNew function: mfile_name_concat.
2007-08-06 Paul Eggert* NEWS: Describe interface changes to human, xstrtol.
2007-07-31 Bruno HaibleUse a slightly cleaner hack on BSD systems.
2007-07-30 Jim Meyering* lib/fts.c (fts_read): Upon failure to chdir into...
2007-07-26 Bruno HaibleRevert last patch.
2007-07-25 Bruno Haible2007-07-25 Jim Meyering <jim@meyering.net>
2007-07-25 Ben PfaffImprove name: "count-one-bits" is better than "popcount".
2007-07-24 Ben Pfaff(popcount32): Reduce size of constants, to allow better...
2007-07-24 Ben Pfaff* lib/popcount.h: Use verify_true instead of if...abort.
2007-07-23 Ben PfaffUse faster, branchless algorithm for non-GCC case.
2007-07-23 Ben PfaffNew module: popcount.
2007-07-21 Bruno HaibleAdd missing definition of _ macro.
2007-07-15 Bruno HaibleEmit a "do not edit" line to the generated file.
2007-07-14 Bruno HaibleFix a #if error that causes a build failure on Linux...
2007-07-13 Paul Eggert* lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTT...
2007-07-10 Eric Blake* lib/version-etc.c (version_etc_va): Default to GPLv3+.
2007-07-08 Bruno HaibleUpdate copyright year.
2007-07-08 Bruno HaibleUpdate to Unicode 5.0.
2007-07-08 Bruno HaibleRegenerated for Unicode 5.0.
2007-07-08 Bruno HaibleUpdate to Unicode 5.0.
2007-07-07 Bruno HaibleWork around MacOS X wcwidth(0x0301) bug.
2007-07-07 Bruno Haiblewcwidth.h is gone.
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-07-07 Bruno HaibleProvide wcwidth replacement in separate file wcwidth.c.
2007-07-07 Bruno HaibleNew module 'uniwidth/u32-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u16-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u8-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u32-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u16-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u8-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/base'.
2007-07-07 Bruno HaibleComments.
2007-07-07 Bruno HaibleNew modules uniname/base and uniname/uniname.
2007-07-06 Paul Eggert* lib/sys_time_.h: Use a recursion-safe inclusion guard...
2007-07-06 Jim Meyering* lib/getugroups.c (getugroups): Detect getgrent failure.
2007-07-05 Jim MeyeringDon't let endgrent clobber errno, no matter how improbable.
2007-07-05 Jim MeyeringClose the group DB even when failing with 2^31 or more...
2007-07-04 Jim Meyering* lib/getugroups.h: New file.
2007-07-02 Paul Eggert* lib/inttypes_.h [defined __cplusplus&&!defined __STDC...
2007-07-02 Bruno HaibleFormatted output functions for Unicode strings.
2007-07-02 Bruno HaibleAvoid address wraparound inside system functions.
2007-06-23 Paul Eggert* lib/time_.h: Port to Solaris 8 with Sun Studio 11...
2007-06-22 Sergey Poznyakoff(until_short): Remove `inline' qualifier.
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-19 Jim Meyeringxreadlink-with-size: Remove module. No longer used.
2007-06-19 Jim MeyeringEliminate one way canonicalize_filename_mode could...
2007-06-18 Paul EggertDetect porting problems to FreeBSD/arm, which has time_...
2007-06-18 Jim MeyeringNew module: mreadlink-with-size.
2007-06-16 Paul EggertRevamp lchown so that it lives in unistd.h where it...
2007-06-11 Bruno HaibleFix small mistake, reported by Eric Blake.
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-11 Bruno HaibleNew module unistr/u32-mbsnlen
2007-06-11 Bruno HaibleNew module 'unistr/u16-mbsnlen'.
2007-06-11 Bruno HaibleNew module 'unistr/u8-mbsnlen'.
2007-06-11 Bruno HaibleNew modules unistr/u*-mbsnlen.
2007-06-11 Bruno HaibleNew module 'mbsnlen'.
2007-06-11 Bruno HaibleInclude <stdlib.h>.
2007-06-11 Bruno HaibleInclude <stddef.h>, needed for ptrdiff_t.
2007-06-10 Bruno HaibleTweak the size computations and reallocations.
2007-06-10 Bruno HaibleTweak last patch.
2007-06-09 Bruno HaibleMore type parameters.
2007-06-09 Bruno HaibleNew modules uniconv/u{8,16,32}-conv-to-enc.
2007-06-09 Bruno HaibleNew module 'uniconv/u32-conv-to-enc'.
2007-06-09 Bruno HaibleNew modules 'uniconv/u16-conv-to-enc' and 'uniconv...
2007-06-09 Bruno HaibleNew module 'uniconv/u16-conv-to-enc'.
2007-06-09 Bruno HaibleNew module 'uniconv/u8-conv-to-enc'.
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-06-09 Bruno HaibleMove to xmalloca.c.
next