SCNX* macros don't exist.
[gnulib.git] / lib /
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
2006-05-25 Sergey Poznyakoff(exclude_fnmatch): New function.
2006-05-24 Bruno HaibleBe resilient about NULL pointer arguments.
2006-05-19 Paul Eggert* lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys...
2006-05-19 Jim Meyering*** empty log message ***
2006-05-19 Jim MeyeringCorrect an outdated comment. From Bruno Haible.
2006-05-17 Bruno HaibleCygwin portability.
2006-05-17 Bruno HaibleCygwin recognition fix.
2006-05-11 Jim Meyeringsha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/...
2006-05-11 Simon Josefsson2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
2006-05-11 Simon Josefsson2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
2006-05-10 Simon Josefsson2006-05-10 Bruno Haible <bruno@clisp.org>
2006-05-10 Simon Josefsson* md4.c: Typo fix, update copyright years.
2006-05-09 Bruno HaibleRecognize the special case of a string concatenation...
2006-05-03 Bruno HaibleShorter URL.
2006-05-02 Paul Eggert* doc/verify.texi: New file.
2006-04-29 Bruno HaibleMake generic.
2006-04-26 Derek R. Price* lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
2006-04-25 Derek R. Price* lib/wait-process.h (wait_subprocess): Accept a new...
2006-04-25 Paul Eggert* getdate.y (get_date): When adding relative date,...
2006-04-24 Bruno HaibleInclude <unistd.h> unconditionally.
2006-04-24 Bruno HaibleCall fclose() in all cases, even in the failure case.
2006-04-19 Simon JosefssonDoc fix.
2006-04-19 Derek R. Price* lib/inttypes.h: Correct grammar in comment.
2006-04-18 Simon JosefssonDoc fix.
2006-04-18 Derek R. Price* modules/inttypes: New file.
2006-04-15 Paul Eggert* utimens.c (futimens): glibc futimesat messes up if...
2006-04-13 Paul Eggert* regcomp.c (init_dfa): Don't use wchar_t or wctype_t...
2006-04-11 Paul EggertFix space-tab problem. From Jim Meyering.
2006-04-10 Paul EggertMerge regex changes from libc, removing some of our
next