* lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
[gnulib.git] / lib /
2006-11-03 Paul Eggert* lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2006-11-01 Bruno HaibleFix clash of strncasecmp prototypes in C++ mode.
2006-11-01 Bruno HaibleAvoid conflict declaration in <string.h> (in C++ mode).
2006-11-01 Bruno HaibleMake it compile in C++ mode.
2006-11-01 Eric Blake* lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compil...
2006-11-01 Bruno Haible2006-10-29 Bruno Haible <bruno@clisp.org>
2006-11-01 Eric Blake* lib/getopt_.h: Fix comments.
2006-11-01 Eric Blake* modules/tmpdir (Depends-on): Add sys_stat.
2006-10-31 Paul EggertAvoid some C++ diagnostics reported by Bruno Haible.
2006-10-31 Bruno HaibleMake it compile in C++ mode.
2006-10-31 Bruno HaibleNew module 'tsearch'.
2006-10-29 Eric Blake* lib/arcfour.c: Assume config.h.
2006-10-28 Eric Blake* lib/xstrndup.c: Assume config.h.
2006-10-27 Paul EggertMove stat.h-substitute stuff from lib/stat-macros.h...
2006-10-27 Eric Blake* MODULES.html.sh: Document tempname.
2006-10-26 Bruno HaibleMake read-only array really read-only. Saves a few...
2006-10-26 Bruno HaibleAvoid a gcc warning.
2006-10-25 Bruno HaibleOne more modif.
2006-10-25 Bruno HaibleRemove incorrect comment.
2006-10-25 Bruno HaibleOnly g++ supports variable-size arrays nowadays.
2006-10-25 Bruno HaibleAvoid compilation errors with some C++ compilers.
2006-10-25 Bruno HaibleTreat all non-GNU iconv implementations like Irix iconv.
2006-10-24 Ralf Wildenhues* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2006-10-24 Bruno HaibleFix compilation error on platforms without 'wint_t...
2006-10-24 Paul Eggert* lib/getdate.y (yyerror): Make the arguments pointer...
2006-10-24 Bruno Haible(fts_build): Move variable declaration, for C89 compliance.
2006-10-24 Bruno HaiblePure ANSI C!
2006-10-23 Eric Blake* lib/getaddrinfo.c (includes): Add missing include.
2006-10-23 Bruno HaibleMake it possible to rename obstack_free.
2006-10-23 Bruno HaibleAvoid clash with mingw's definition of __argc and __arg...
2006-10-23 Jim Meyering* lib/getaddrinfo.c (getnameinfo): Use new lightweight...
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 HaibleInclude the specification header.
2006-10-19 Bruno HaibleMake it usable by a C++ compiler.
2006-10-19 Bruno HaibleAvoid a gcc warning.
2006-10-19 Paul Eggert* lib/xstrtol.h: Include gettext.h.
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 Poznyakoff(READ_UTMP_USER_PROCESS): New flag
2006-10-18 Sergey Poznyakoff(desirable_utmp_entry): Implement new flag: READ_UTMP_U...
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 Bruno HaibleIntroduce DEFAULT_TEXT_DOMAIN.
2006-10-17 Bruno HaibleAvoid a gcc warning.
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 EggertRemove unnecessary part of previous change.
2006-10-16 Paul Eggert* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume...
2006-10-16 Bruno HaibleNew module 'sigprocmask'.
2006-10-14 Jim MeyeringFix a bug in yesterday's change.
2006-10-12 Bruno HaibleLast patch broke _MSC_VER case.
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* 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 Bruno HaibleUse HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
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 HaibleAvoid using the variable name 'index' for two completel...
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-09 Jim Meyering* fts-cycle.c (leave_dir): When "leaving" a top level...
2006-10-09 Jim Meyering* lchown.c: Include <sys/stat.h> before "stat-macros.h".
2006-10-08 Paul EggertGive credit to bug reporter.
2006-10-08 Paul EggertDon't include <config.h> twice; this doesn't work in...
2006-10-07 Bruno HaibleMove Paolo's ChangeLog entry.
2006-10-07 Bruno HaibleLive on the diff-merge branch, not on HEAD.
2006-10-07 Bruno HaibleDifference of two sequences.
2006-10-07 Bruno HaibleFuzzy string comparison.
2006-10-07 Bruno HaibleTaken from diffutils/src/analyze.c
2006-10-07 Bruno HaibleComment changes.
2006-10-07 Bruno HaibleNew module 'sublist'.
2006-10-07 Paul Eggert* mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both...
2006-10-06 Eric Blake* clean-temp.h (close_stream_temp): New declaration.
2006-10-06 Bruno HaibleReturn an error indicator.
2006-10-06 Bruno HaibleProvide a fallback for PATH_MAX.
2006-10-06 Jim Meyering[ChangeLog]
2006-10-06 Bruno HaibleEnsure temp file is closed before its directory is...
2006-10-06 Bruno HaibleHave clean-temp register file open descriptors to tempo...
2006-10-06 Bruno HaibleAdd bounded list search operations.
2006-10-05 Paul Eggert[lib/ChangeLog]
2006-10-05 Paul Eggert[lib/ChangeLog]
2006-10-05 Paul EggertRemove macros that are no longer needed now that stdint...
2006-10-05 Bruno HaibleAdd searching operations, limited to a subsequence...
2006-10-05 Bruno HaibleHandle the Woe32 SIGBREAK too.
2006-10-04 Bruno HaibleAdd a search_atleast operation.
2006-10-04 Jim Meyering* fts.c (fts_open): Tiny comment change.
2006-10-04 Bruno HaibleWhitespace normalization.
2006-10-04 Bruno HaibleFix a weird typo.
2006-10-04 Bruno HaibleFix return type.
2006-10-04 Bruno HaibleComment fixes.
next