* lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
[gnulib.git] / lib /
2006-07-22 Bruno HaibleMerge from gettext 0.15: Be more careful to use 'volatile'.
2006-07-22 Bruno HaibleUpdate copyright year.
2006-07-22 Bruno HaibleUpdate csharpexec module from GNU gettext.
2006-07-22 Bruno HaibleUpdate csharpcomp module from GNU gettext 0.15.
2006-07-22 Bruno HaibleUpdate localcharset module from GNU gettext.
2006-07-22 Bruno HaibleLinebreak copyright message.
2006-07-22 Bruno HaibleMerge from GNU gettext.
2006-07-22 Bruno HaibleUpdate to GNU gettext-0.15.
2006-07-22 Simon Josefsson2006-07-22 Yoann Vandoorselaere <yoann.v@prelude-ids...
2006-07-21 Eric Blake* stdlib-safer.h: New file from coreutils, required by
2006-07-19 Derek R. PriceCorrect ChangeLog.
2006-07-19 Derek R. Price* lib/getaddrinfo.h: Reindent and repaginate.
2006-07-19 Derek R. Price* lib/getaddrinfo.h: Don't define unimplemented AI_...
2006-07-18 Bruno HaibleComplete comments.
2006-07-18 Bruno HaibleFix specification header include.
2006-07-17 Bruno HaibleNew modules for lists and ordered sets.
2006-07-17 Bruno HaibleAbstract list data type.
2006-07-17 Bruno HaibleAbstract ordered set data type.
2006-07-17 Bruno HaibleOrdered set data type implemented by a binary tree.
2006-07-17 Bruno HaibleSequential list data type implemented by a hash table...
2006-07-17 Bruno HaibleSequential list data type implemented by a binary tree.
2006-07-17 Bruno HaibleSequential list data type implemented by a hash table...
2006-07-17 Bruno HaibleSequential list data type implemented by a linked list.
2006-07-17 Bruno HaibleSequential list data type implemented by a circular...
2006-07-17 Bruno HaibleOrdered set data type implemented by an array.
2006-07-17 Bruno HaibleSequential list data type implemented by an array.
2006-07-17 Bruno HaibleCommon code of several ordered list implementations.
2006-07-17 Bruno HaibleCommon code several concrete list implementations.
2006-07-17 Paul EggertImport from coreutils.
2006-07-11 Derek R. Price* glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
2006-07-11 Paul Eggert* backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
2006-07-11 Paul EggertWhite space fix from coreutils.
2006-07-09 Jim Meyering* lib/argp-pv.c: Remove a doubled word in a comment.
2006-07-09 Paul EggertCommentary sync from coreutils.
2006-07-07 Simon Josefsson2006-07-06 Jim Hyslop <jhyslop@dreampossible.ca>...
2006-07-06 Paul Eggert* lib/getloadavg.c: Use __VMS, not VMS.
2006-07-06 Paul Eggert* lib/.cppi-disable: Add wcwidth.
2006-07-06 Ralf Wildenhues* strtod.c (strtod): cast the argument of tolower to...
2006-07-06 Bruno HaibleObsoleting STDC_HEADERS. From Derek Price.
2006-07-05 Paul Eggert* lib/memcasecmp.c: Include <limits.h>.
2006-07-05 Eric Blake* getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
2006-07-04 Bruno HaibleAssume ANSI C.
2006-07-04 Paul Eggert* m4/absolute-header.m4: Renamed from full-header-path.m4.
2006-07-04 Paul Eggert* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort...
2006-07-04 Paul Eggert* stdint_.h: Include <sys/types.h> after @FULL_PATH_STD...
2006-07-03 Paul EggertMerge from coreutils.
2006-07-02 Paul Eggert* stdint_.h (intmax_t, uintmax_t): Prefer long to long...
2006-07-02 Paul EggertSimplification rewrite for stdint module.
2006-07-01 Simon JosefssonFix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
2006-06-30 Eric Blake* stat_.h (rpl_mkdir): Declare inline, to avoid warning...
2006-06-29 Eric Blake* stat_.h: New file.
2006-06-29 Jim Meyering*** empty log message ***
2006-06-29 Jim MeyeringFrom Derek R. Price:
2006-06-29 Bruno HaibleVarious small tweaks.
2006-06-29 Bruno HaibleFix a few Changelog entries.
2006-06-28 Paul Eggert* lib/savedir.c (CLOSEDIR): Remove. All uses changed...
2006-06-28 Bruno HaibleFix brought over from gettext.
2006-06-28 Bruno HaibleFixes after wcwidth module creation.
2006-06-28 Bruno HaibleFix the comment fix.
2006-06-28 Eric Blake* xvasprintf.h: Fix comments.
2006-06-28 Eric Blake* mbchar.h (wcwidth): Include wcwidth.h.
2006-06-28 Simon JosefssonNative win32 support for getaddrinfo. Add getnameinfo...
2006-06-27 Bruno HaibleResolve clash between stdint.m4 and uintmax_t.m4.
2006-06-26 Paul Eggert* base64.c (B64): Use _ as the formal parameter, not...
2006-06-26 Bruno HaibleMake comment more precise.
2006-06-26 Bruno HaibleCorrect comments.
2006-06-26 Bruno HaibleFix typo.
2006-06-26 Bruno HaibleTry harder to get WCHAR_MIN and WCHAR_MAX.
2006-06-26 Bruno HaibleTweak for SGI cc.
2006-06-26 Bruno HaiblePortability to BSD/OS 4.2.
2006-06-23 Bruno Haiblestdint module: treat IRIX like OpenBSD.
2006-06-23 Bruno HaibleTake into account ISO C 99 TC1.
2006-06-22 Paul Eggert* glob.c (collated_compare): Remove 'const' uses that...
2006-06-21 Simon JosefssonTypos.
2006-06-21 Simon JosefssonTypo.
2006-06-21 Simon JosefssonAdd.
2006-06-21 Simon Josefsson2006-06-21 Simon Josefsson <jas@extundo.com>
2006-06-21 Simon JosefssonFix getaddrinfo on Windows 2000.
2006-06-21 Simon JosefssonAdd inet_pton module.
2006-06-21 Simon Josefsson2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
2006-06-20 Paul EggertUpdate copyright date.
2006-06-20 Paul EggertFix misspelling.
2006-06-20 Paul Eggert* openat.c (openat): Use ?:, not if, to work around...
2006-06-19 Simon JosefssonRevert slightly, from Bruno.
2006-06-19 Simon Josefsson2006-06-19 Simon Josefsson <jas@extundo.com>
2006-06-19 Paul Eggert* alloca_.h (alloca) [defined alloca]: Don't define...
2006-06-17 Bruno HaibleTweak for FreeBSD.
2006-06-17 Bruno HaibleTweak for Solaris 2.5.1.
2006-06-17 Eric Blake* strtod.c [!defined errno]: Assume errno.h declares...
2006-06-17 Bruno HaibleFrom Eric Blake: Assume errno.h declares errno.
2006-06-16 Simon JosefssonAdd read-file module.
2006-06-16 Bruno HaibleComments from 2006-04-27.
2006-06-16 Bruno HaibleRewrite module 'stdint' to be fully autoconfiguring.
2006-06-11 Paul Eggert* getdate.y (__attribute__): Don't define if already...
2006-06-05 Paul Eggert* regexec.c (group_nodes_into_DFAstates): Fix a buffer...
2006-05-30 Bruno HaibleWork around broken AIX 5.1 strndup function.
2006-05-26 Simon Josefsson2006-05-26 Martin Lambers <marlam@marlam.de>
2006-05-25 Paul Eggert* tempname.c (small_open, large_open): New macros.
2006-05-25 Sergey PoznyakoffUpdate
2006-05-25 Sergey Poznyakoff(excluded_file_name): New prototype
next