Fix typo in comment.
[gnulib.git] / lib /
2007-10-09 Ben PfaffFix typo in comment.
2007-10-09 Paul EggertFix some portability problems in the previous change.
2007-10-08 Paul Eggert* lib/xnanosleep.c (xnanosleep): Don't assume GCC 4...
2007-10-07 Bruno HaibleFix type of TWO_MANT_DIG.
2007-10-07 Bruno HaibleRename parameter 'exp' to 'expptr', to avoid gcc warnings.
2007-10-07 Jim MeyeringMake xnanosleep's integer overflow test more robust.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-10-07 Bruno HaibleChange copyright notice from LGPLv2.0+ to LGPLv3+.
2007-10-07 Bruno HaibleChange copyright notice from LGPL to GPL.
2007-10-07 Bruno HaibleNew modules 'fopen' and 'freopen'.
2007-10-07 Bruno HaibleNew module 'open'.
2007-10-05 Bruno HaibleNew module 'ceill'.
2007-10-05 Bruno HaibleNew module 'ceilf'.
2007-10-05 Bruno HaibleNew module 'floorl'.
2007-10-05 Bruno HaibleNew module 'floorf'.
2007-10-04 Bruno HaibleNew module 'truncl'.
2007-10-04 Bruno HaibleNew module 'truncf'.
2007-10-04 Bruno HaibleNew module 'trunc'.
2007-10-03 Bruno HaibleAdd support for QNX (untested).
2007-10-01 Bruno HaibleUpdate after renamings.
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 HaibleTweak doc of getdelim and getline declarations.
2007-09-30 Bruno HaibleChange xreadlink module to use areadlink.
2007-09-29 Bruno HaibleRemove execute permission.
2007-09-28 Jim MeyeringFix canonicalize loop-detection corner case.
2007-09-27 Jim Meyeringcanonicalize: Avoid a false-positive cycle failure.
2007-09-27 Jim MeyeringNew module, file-set.
2007-09-27 Jim MeyeringNew module, hash-triple.
2007-09-25 Eric BlakeFix strerror on Interix.
2007-09-24 Jim Meyeringfilenamecat.c: Add a test.
2007-09-18 Bruno HaibleNew module 'areadlink'. cvs-readonly
2007-09-18 Bruno HaibleNew module 'areadlink'. File based on lib/xreadlink.c.
2007-09-17 Jim Meyering* lib/savewd.c (ESTALE) [!defined]: Define.
2007-09-13 Simon Josefsson(gc_hash_open): Catch NULL calloc return value.
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".
next