Change copyright notice from GPLv2+ to GPLv3+.
[gnulib.git] / lib / fts.c
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-07-30 Jim Meyering* lib/fts.c (fts_read): Upon failure to chdir into...
2007-01-10 Jim Meyeringfts.c: a small readability/maintainability improvement
2007-01-08 Bruno Haible2007-01-08 Bruno Haible <bruno@clisp.org>
2007-01-08 Jim MeyeringUse a more robust test for a "can't happen" condition.
2007-01-08 Jim MeyeringSlight readability improvement: use an assert-like...
2006-12-03 Jim Meyering* lib/fts.c (fts_load): Don't set sp->fts_dev here...
2006-11-22 Jim MeyeringWork around a compile-time error from the HP-UX 11...
2006-11-21 Jim Meyering* lib/fts.c (fts_safe_changedir): Move a declaration...
2006-11-12 Jim MeyeringMake fts (in FTS_CWDFD mode) more efficient by caching...
2006-11-10 Jim Meyering* lib/fts.c [FTS_DEBUG]: Don't try to print a pointer...
2006-11-08 Jim Meyering* lib/fts.c (fts_safe_changedir): Add a comment.
2006-11-08 Jim Meyering* lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl-...
2006-10-24 Bruno Haible(fts_build): Move variable declaration, for C89 compliance.
2006-10-14 Jim MeyeringFix a bug in yesterday's change.
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-05 Paul Eggert[lib/ChangeLog]
2006-10-04 Jim Meyering* fts.c (fts_open): Tiny comment change.
2006-10-04 Jim Meyering2006-10-02 Dmitry V. Levin <ldv@altlinux.org>
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-08-28 Paul Eggert* lib/fcntl_.h: New file.
2006-08-17 Paul EggertUpdate from coreutils.
2006-07-11 Paul Eggert* backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
2006-07-06 Paul Eggert* lib/getloadavg.c: Use __VMS, not VMS.
2006-01-26 Paul Eggert* fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK...
2006-01-25 Jim MeyeringSync from the stable (b5) branch of coreutils:
2006-01-10 Paul EggertSync from coreutils.
2006-01-09 Paul EggertSync from coreutils.
2005-08-14 Jim Meyering(fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycl...
2005-06-02 Paul EggertSync from coreutils.
2005-05-27 Paul Eggert* modules/fts (Files): Remove m4/inttypes-pri.m4.
2005-05-22 Paul Eggert* fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
2005-05-20 Paul EggertNew fts module.
2005-05-18 Paul Eggert* fts.c: Include fts_.h first, to check interface.
2005-05-17 Jim MeyeringNew files, from coreutils.