verify: new macro 'assume'
[gnulib.git] / lib /
2013-01-04 Paul Eggertunicodeio: depend on stdio, not ignore-value
2013-01-04 Paul Eggertfprintftime: depend on stdio, not ignore-value
2013-01-03 Paul Eggertfwrite: silence __wur only for older glibc versions
2013-01-03 Eric Blakefwrite: silence __wur without using inline
2013-01-02 Paul Eggertregex: omit needless signed-pointer casts
2013-01-02 Paul Eggertregex: support Gawk, which never uses alloca
2013-01-01 Paul Eggertregex: port __libc_lock_define usage to C89
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2013-01-01 Eric Blakeversion-etc: bump copyright year reported in --version
2012-12-31 Eric Blakedup2: work around cygwin bug
2012-12-31 Paul Eggertregex: remove unnecessary dependency on localcharset.h
2012-12-31 Paul Eggertregex: revert single-byte change
2012-12-31 Paul Eggertregex: simplify based on Gawk version
2012-12-30 Paul Eggertregex: check that pattern char is single-byte
2012-12-30 Paul Eggertregex: implement rational ranges
2012-12-30 Paul Eggertregex: avoid redefining __wctype
2012-12-30 Paul Eggertregex: port to hosts where malloc (0) == NULL
2012-12-30 Paul Eggertregex: port to C89
2012-12-30 Paul Eggertregex: merge glibc changes
2012-12-28 Paul Eggertargp: fix port of port new 'inline' approach to Sun...
2012-12-26 Ben Pfaffc-xvasprintf: Fix "implicit declaration of function...
2012-12-25 Ben Pfaffc-vasprintf: Fix "empty declaration" warning reported...
2012-12-22 Paul Eggertargp: port new 'inline' approach to Sun C 5.12 + Solaris 10
2012-12-19 Ben PfaffNew 'c-*printf' modules for formatted output in C locale.
2012-12-19 Paul Eggertargp: better 'inline'
2012-12-18 Paul Eggertfilemode, sys_stat: Handle MPX files a la AIX.
2012-12-15 Eric Wongmountlist: recognize more "dummy" file systems
2012-12-10 Eli Zaretskiicanonicalize, canonicalize-lgpl: Microsoft Windows...
2012-12-08 Paul Eggertvasnprintf: fix ASCII_ONLY typo
2012-12-05 Paul Eggertlist, oset, xlist, xoset: fix extern inline issue with C99
2012-11-30 Paul Eggertsys_stat: no 'static inline'
2012-11-30 Paul Eggertrbtree-list, rbtreehash-list: no 'static inline'
2012-11-30 Paul Eggertregex: no 'static inline'
2012-11-30 Paul Eggertxvasprintf: no 'static inline'
2012-11-30 Paul Eggertparse-datetime, parse-duration: no 'static inline'
2012-11-30 Paul Eggertgetaddrinfo: no 'static inline'
2012-11-30 Paul Eggertftruncate, fts, lstat, openat, raise: no 'static inline'
2012-11-30 Paul Eggertfflush, stat: no 'static inline'
2012-11-30 Paul Eggerterror, filevercmp: no 'static inline'
2012-11-30 Paul Eggertdup, execute, fatal-signal, etc.: no 'static inline'
2012-11-30 Paul Eggertc-strtod, memcoll, readutmp: no 'static inline'
2012-11-30 Paul Eggertarctwo, md4, md5, sha1, sha256, sha512: no 'static...
2012-11-30 Paul Eggertcond, lock, thread: better 'inline'
2012-11-30 Paul Eggertchdir-long, cycle-check, savewd: better 'inline'
2012-11-30 Paul Eggertbase32, base64: no need for 'inline'
2012-11-30 Paul Eggertarray-oset, linkedhash-list, rbtree-oset: no need for...
2012-11-30 Paul Eggertlist, oset, xlist, xoset, xsublist: simplify via extern...
2012-11-30 Paul Eggertxalloc: better 'inline'
2012-11-30 Paul Eggertgethrxtime: better 'inline'
2012-11-30 Paul Eggertwctype-h: better 'inline'
2012-11-30 Paul Eggertunistd: better 'inline'
2012-11-30 Paul Eggertsys_socket: better 'inline'
2012-11-30 Paul Eggertstdio: better 'inline'
2012-11-30 Paul Eggertsigaction: better 'inline'
2012-11-30 Paul Eggertselinux-h: better 'inline'
2012-11-30 Paul Eggertpthread: better 'inline'
2012-11-30 Paul Eggertmath: better 'inline'
2012-11-30 Paul Eggertcount-one-bits: better 'inline'
2012-11-30 Paul Eggertcount-leading-zeros: better 'inline'
2012-11-30 Paul Eggertbitrotate: better 'inline'
2012-11-20 Eli Zaretskiicanonicalize, canonicalize-lgpl: support MS-Windows...
2012-11-18 Dmitry V. Levinfts: introduce FTS_VERBATIM
2012-11-08 Paul Eggertfcntl-h: default O_SEARCH, O_EXEC back to O_RDONLY
2012-11-08 Jim Meyeringmountlist.c: fix a compilation failure
2012-11-06 Paul Eggerterrno: port to LynxOS 178 2.2.2
2012-11-05 Paul Eggertfcntl-h: default O_SEARCH, O_EXEC to O_PATH if available
2012-11-05 Andrew Warshallmountlist: do not classify a bind-mounted dir entry...
2012-11-01 Akim Demaillequote: provide a means to escape strings with nul chara...
2012-10-16 Paul Eggert* lib/regexec.c (re_search_internal): Fix grammar in...
2012-10-15 Paul Eggertfchmodat, fchownat, fstatat: port to non-inlining compilers
2012-10-15 Jim Meyeringfchmodat.c, fchownat.c: fix compile-impeding typos
2012-10-15 Paul Eggertfcntl-h: support GNU flags like O_IGNORE_CTTY
2012-10-15 Paul Eggertfaccessat, etc.: support AT_FDCWD-only use
2012-10-15 Paul Eggertfaccessat: port to Solaris 10
2012-10-15 Pádraig Bradycanonicalize: fix C89 compilation
2012-10-12 Paul Eggertgroup-member: omit unnecessary dependencies
2012-10-08 Alexandre Duret... gethrxtime: port to C++
2012-10-05 Paul Eggertptsname: fix macro-name typo
2012-10-03 Eric Blakeptsname_r: support ptys returned by FreeBSD posix_openpt
2012-10-03 Eric Blakepselect: reject invalid file descriptors
2012-10-03 Eric Blakeselect: reject invalid file descriptors
2012-10-02 Eric Blakeptsname: reject invalid file descriptors
2012-10-02 Nikos Mavrogiannop... hash-pjw-bare: new module
2012-09-29 Jim Meyeringfstatat.c: fix a compile-impeding typo
2012-09-24 Paul Eggertlocalename: port gl_locale_name_thread_unsafe to FreeBSD
2012-09-22 Paul Eggertbinary-io, eealloc, mbfile, mbiter, mbutil, xsize:...
2012-09-22 Paul Eggertpipe-filter-gi, pipe-filter-ii: better use of 'inline'
2012-09-22 Paul Eggertfchmodat, fchownat, fstatat: use extern-inline
2012-09-22 Paul Eggertacl, mbchar, priv-set: use extern-inline
2012-09-22 Paul Eggertmisc: don't limit commentary to inline functions
2012-09-16 Paul Eggertlocalcharset: work around Mac OS X bug with UTF-8 and...
2012-09-13 Joachim Schmitzpoll: fix poll(0, NULL, msec)
2012-09-13 Joachim Schmitzpoll: fix for systems that can't recv() on a non-socket
2012-09-05 Eric Blakenet_if: new module
2012-09-05 Mats Erik Anderssonreadutmp: fix non-portable UT_PID use
2012-09-04 Jim Meyeringfts: reduce two or more trailing slashes to just one...
2012-09-04 Jim Meyeringfts: when there is no risk of overlap, use memcpy,...
2012-08-30 Paul Eggert* lib/stdbool.in.h (_Bool) [__cplusplus]: bool, not...
2012-08-29 Paul Eggertstdbool: be more compatible with mixed C/C++ compiles
2012-08-24 Jim Meyeringxstrtol.h: avoid "_Noreturn is not at beginning of...
next