summaryrefslogtreecommitdiff
path: root/lib/fts.c
Commit message (Expand)AuthorAgeFilesLines
* fts.c: a small readability/maintainability improvementJim Meyering2007-01-101-3/+3
* 2007-01-08 Bruno Haible <bruno@clisp.org>Bruno Haible2007-01-081-4/+4
* Use a more robust test for a "can't happen" condition.Jim Meyering2007-01-081-11/+4
* Slight readability improvement: use an assert-like macroJim Meyering2007-01-081-9/+18
* * lib/fts.c (fts_load): Don't set sp->fts_dev here, sinceJim Meyering2006-12-031-1/+6
* Work around a compile-time error from the HP-UX 11.00 /bin/cc.Jim Meyering2006-11-221-2/+3
* * lib/fts.c (fts_safe_changedir): Move a declaration "up",Jim Meyering2006-11-211-1/+2
* Make fts (in FTS_CWDFD mode) more efficient by caching a few openJim Meyering2006-11-121-33/+175
* * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.Jim Meyering2006-11-101-1/+1
* * lib/fts.c (fts_safe_changedir): Add a comment.Jim Meyering2006-11-081-0/+5
* * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.Jim Meyering2006-11-081-1/+0
* (fts_build): Move variable declaration, for C89 compliance.Bruno Haible2006-10-241-1/+2
* Fix a bug in yesterday's change.Jim Meyering2006-10-141-1/+4
* * lib/fts.c (fts_open): Use consistent indentation.Jim Meyering2006-10-121-1/+1
* Big performance improvement for fts-based tools that use FTS_NOSTAT.Jim Meyering2006-10-121-11/+107
* [lib/ChangeLog]Paul Eggert2006-10-051-1/+1
* * fts.c (fts_open): Tiny comment change.Jim Meyering2006-10-041-1/+1
* 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>Jim Meyering2006-10-041-8/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * lib/fcntl_.h: New file.Paul Eggert2006-08-281-4/+0
* Update from coreutils.Paul Eggert2006-08-171-86/+230
* * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:Paul Eggert2006-07-111-15/+9
* * lib/getloadavg.c: Use __VMS, not VMS.Paul Eggert2006-07-061-17/+8
* * fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too. Don'tPaul Eggert2006-01-261-4/+1
* Sync from the stable (b5) branch of coreutils:Jim Meyering2006-01-251-5/+13
* Sync from coreutils.Paul Eggert2006-01-101-0/+1
* Sync from coreutils.Paul Eggert2006-01-091-6/+4
* (fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycle.ht/.Jim Meyering2005-08-141-15/+9
* Sync from coreutils.Paul Eggert2005-06-021-31/+33
* * modules/fts (Files): Remove m4/inttypes-pri.m4.Paul Eggert2005-05-271-18/+3
* * fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,Paul Eggert2005-05-221-1/+2
* New fts module.Paul Eggert2005-05-201-141/+52
* * fts.c: Include fts_.h first, to check interface.Paul Eggert2005-05-181-10/+11
* New files, from coreutils.Jim Meyering2005-05-171-0/+1441