Avoid clash with mingw's definition of __argc and __argv as macros.
[gnulib.git] / ChangeLog
2006-10-23 Bruno HaibleAvoid clash with mingw's definition of __argc and __arg...
2006-10-23 Bruno HaibleAdd an introduction.
2006-10-23 Bruno HaibleSplit the chapter "Gnulib" into 3 chapters "Introduction",
2006-10-23 Bruno HaibleAvoid syntax error from bash 2.00 ... 2.05.
2006-10-23 Jim Meyering* lib/getaddrinfo.c (getnameinfo): Use new lightweight...
2006-10-22 Jim Meyeringremove stray "b" before a date
2006-10-22 Paul Eggert* lib/canonicalize.c (ELOOP): Define if not already...
2006-10-21 Paul Eggertb2006-10-21 Paul Eggert <eggert@cs.ucla.edu>
2006-10-21 Paul Eggert* lib/getndelim2.c (SSIZE_MAX): Use same defn that...
2006-10-20 Bruno HaibleMake getndelim2 compile on mingw.
2006-10-20 Jim Meyering* lib/openat-priv.h (EOPNOTSUPP): Provide fallback...
2006-10-20 Bruno HaibleCache a result.
2006-10-20 Bruno HaibleCache a result.
2006-10-20 Bruno HaibleCache a result.
2006-10-20 Bruno HaibleDon't include ftruncate and mountlist by default.
2006-10-20 Bruno HaibleInclude the specification header.
2006-10-19 Bruno HaibleFix from Charles Wilson.
2006-10-19 Bruno HaibleMake it usable by a C++ compiler.
2006-10-19 Bruno HaibleRemove duplicates from the gl_LIBOBJS list.
2006-10-19 Bruno HaibleAvoid a gcc warning.
2006-10-19 Paul Eggert* lib/xstrtol.h: Include gettext.h.
2006-10-19 Paul EggertGive credit for patch.
2006-10-19 Paul Eggert* lib/strftime.c (advance): New macro.
2006-10-18 Jim Meyering* lib/readutmp.c (desirable_utmp_entry): Use "bool...
2006-10-18 Sergey PoznyakoffUpdate
2006-10-18 Bruno HaibleNo need any more to check for setlocale - all systems...
2006-10-17 Eric Blake* lib/sigprocmask.c (sigprocmask): Fix typo.
2006-10-17 Eric Blake* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix...
2006-10-17 Eric Blake* modules/clean-temp (Makefile.am): Don't add to make...
2006-10-17 Bruno HaibleIntroduce DEFAULT_TEXT_DOMAIN.
2006-10-17 Bruno HaibleAvoid a gcc warning.
2006-10-17 Bruno HaibleRemove 2003-10-23 hack.
2006-10-17 Bruno HaibleUse the system's sigset_t if present.
2006-10-17 Eric Blake* lib/xvasprintf.c (includes): Assume config.h.
2006-10-16 Paul Eggert* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume...
2006-10-16 Paul Eggert(Imported from Automake.)
2006-10-16 Eric Blake* modules/configmake (Makefile.am): Add pkglibexecdir...
2006-10-16 Bruno HaibleNew module 'sigprocmask'.
2006-10-14 Paul EggertSync from Automake.
2006-10-14 Jim MeyeringFix a bug in yesterday's change.
2006-10-13 Bruno HaibleTypo.
2006-10-13 Bruno Haiblegnulib-tool now synthesizes the EXTRA_DIST line.
2006-10-12 Paul Eggert* modules/error (Makefile.am): Distribute files through
2006-10-12 Bruno HaibleTypo.
2006-10-12 Eric Blake* modules/error (Makefile.am): Distribute files in...
2006-10-12 Bruno HaibleDistribute all lib/* source files through EXTRA_DIST.
2006-10-12 Jim Meyering* m4/getloadavg.m4: Revert the change below.
2006-10-12 Jim Meyering* m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existe...
2006-10-12 Jim Meyerings/^ {8}/\t/
2006-10-12 Bruno HaibleLast patch broke _MSC_VER case.
2006-10-12 Bruno HaibleAdd support for multiple gnulib-tool invocations in...
2006-10-12 Bruno HaibleHandle mismatch between latest gettext release and...
2006-10-12 Bruno Haible--create-testdir without module names now means to...
2006-10-12 Jim Meyering* lib/fts.c (fts_open): Use consistent indentation.
2006-10-12 Jim MeyeringBig performance improvement for fts-based tools that...
2006-10-12 Paul Eggert* m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed...
2006-10-12 Paul Eggert* m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST...
2006-10-12 Paul Eggert* lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not...
2006-10-12 Paul Eggert* lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2006-10-12 Paul Eggert* lib/rename-dest-slash.c: Include stdbool.h but not...
2006-10-11 Paul Eggert* m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo...
2006-10-11 Bruno HaibleUse HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2006-10-11 Bruno HaibleAdd comments.
2006-10-11 Bruno HaibleMake it possible to alias stpcpy and strdup.
2006-10-11 Bruno HaibleMake it possible to #define gcd to an alias.
2006-10-11 Bruno HaibleMake it possible to #define c_isascii etc. to aliases.
2006-10-11 Bruno HaibleMake it possible to #define set_program_name to an...
2006-10-11 Paul EggertPort to Tandem NSK OSS, which has 64-bit signed int...
2006-10-10 Bruno HaibleReinstall the "tiny change" annotations.
2006-10-10 Bruno HaibleAvoid using the variable name 'index' for two completel...
2006-10-09 Bruno HaiblePrepend directory to more file names.
2006-10-09 Paul Eggert* lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd...
2006-10-09 Paul EggertMerge the ChangeLogs into one ChangeLog, at the root.
2006-10-09 Paul EggertFix some dates and names in ChangeLog entries.
2006-10-07 Jim Meyering* modules/inttypes (inttypes.h): Revert what seems...
2006-10-07 Bruno HaibleMove Paolo's ChangeLog entry.
2006-10-07 Eric BlakeFix ChangeLog typo
2006-10-07 Bruno HaibleMark generated files as "DO NOT EDIT".
2006-10-07 Bruno HaibleNew module 'sublist'.
2006-10-06 Jim Meyering[ChangeLog]
2006-10-06 Bruno HaibleHave clean-temp register file open descriptors to tempo...
2006-10-03 Eric Blake* modules/strnlen (Depends-on): Add extensions.
2006-10-02 Bruno HaibleDon't use no-dependencies, since it's not the default...
2006-09-30 Paul Eggert[lib/ChangeLog]
2006-09-28 Bruno HaibleUse the stdint module.
2006-09-28 Paolo Bonzini2006-09-28 Paolo Bonzini <bonzini@gnu.org>
2006-09-26 Paul Eggert[ChangeLog]
2006-09-26 Paul Eggert[ChangeLog]
2006-09-25 Eric Blake* gnulib-tool (func_import, func_create_testdir): Fix...
2006-09-25 Ralf Wildenhues* modules/clock-time: New module.
2006-09-25 Ralf Wildenhues* modules/fts-lgpl: Depend on openat.
2006-09-22 Ralf Wildenhues* modules/bison-i18n (Depends-on): Add gettext.
2006-09-22 Bruno HaibleDon't include the config-h module in megatestdir.
2006-09-22 Simon Josefsson2006-09-22 Simon Josefsson <jas@extundo.com>
2006-09-22 Bruno HaiblePass to the gl_GETLOADAVG macro the $gl_source_base...
2006-09-22 Ralf Wildenhues* gnulib-tool (func_version): Create output all at...
2006-09-20 Paul Eggert* modules/mkstemp (Files): Add mkstemp.h.
2006-09-20 Paul EggertChange mkstemp Include: section to refer to "mkstemp.h".
2006-09-20 Paul Eggert[ChangeLog]
2006-09-19 Eric Blake* gnulib-tool: Avoid space-tab.
next