summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in yesterday's change.Jim Meyering2006-10-141-1/+4
* Last patch broke _MSC_VER case.Bruno Haible2006-10-121-3/+9
* * 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-122-12/+120
* * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not alreadyPaul Eggert2006-10-121-0/+4
* * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.Paul Eggert2006-10-121-12/+14
* * lib/rename-dest-slash.c: Include stdbool.h but not string.h.Paul Eggert2006-10-121-32/+31
* Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.Bruno Haible2006-10-115-18/+27
* Make it possible to alias stpcpy and strdup.Bruno Haible2006-10-112-2/+6
* Make it possible to #define gcd to an alias.Bruno Haible2006-10-111-0/+2
* Make it possible to #define c_isascii etc. to aliases.Bruno Haible2006-10-112-19/+24
* Make it possible to #define set_program_name to an alias.Bruno Haible2006-10-111-2/+1
* Port to Tandem NSK OSS, which has 64-bit signed int but at mostPaul Eggert2006-10-113-33/+71
* Avoid using the variable name 'index' for two completely different things.Bruno Haible2006-10-105-24/+24
* * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,Paul Eggert2006-10-091-1/+2
* Merge the ChangeLogs into one ChangeLog, at the root.Paul Eggert2006-10-091-11131/+0
* Fix some dates and names in ChangeLog entries.Paul Eggert2006-10-091-114/+114
* * fts-cycle.c (leave_dir): When "leaving" a top level directory dueJim Meyering2006-10-092-1/+7
* * lchown.c: Include <sys/stat.h> before "stat-macros.h".Jim Meyering2006-10-092-0/+6
* Give credit to bug reporter.Paul Eggert2006-10-081-0/+2
* Don't include <config.h> twice; this doesn't work in some cases,Paul Eggert2006-10-087-79/+30
* Move Paolo's ChangeLog entry.Bruno Haible2006-10-071-0/+4
* Live on the diff-merge branch, not on HEAD.Bruno Haible2006-10-073-1708/+0
* Difference of two sequences.Bruno Haible2006-10-071-0/+0
* Fuzzy string comparison.Bruno Haible2006-10-071-0/+670
* Taken from diffutils/src/analyze.cBruno Haible2006-10-071-0/+1038
* Comment changes.Bruno Haible2006-10-072-3/+3
* New module 'sublist'.Bruno Haible2006-10-073-0/+507
* * mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full filePaul Eggert2006-10-075-13/+24
* * clean-temp.h (close_stream_temp): New declaration.Eric Blake2006-10-063-0/+43
* Return an error indicator.Bruno Haible2006-10-063-32/+72
* Provide a fallback for PATH_MAX.Bruno Haible2006-10-062-0/+14
* [ChangeLog]Jim Meyering2006-10-063-3/+14
* Ensure temp file is closed before its directory is removed.Bruno Haible2006-10-062-2/+7
* Have clean-temp register file open descriptors to temporary files.Bruno Haible2006-10-063-0/+193
* Add bounded list search operations.Bruno Haible2006-10-0613-18/+442
* [lib/ChangeLog]Paul Eggert2006-10-056-8/+49
* [lib/ChangeLog]Paul Eggert2006-10-054-5/+10
* Remove macros that are no longer needed now that stdint.h isPaul Eggert2006-10-054-15/+8
* Add searching operations, limited to a subsequence of the list.Bruno Haible2006-10-0516-341/+811
* Handle the Woe32 SIGBREAK too.Bruno Haible2006-10-052-0/+8
* Add a search_atleast operation.Bruno Haible2006-10-047-0/+138
* * fts.c (fts_open): Tiny comment change.Jim Meyering2006-10-042-1/+5
* Whitespace normalization.Bruno Haible2006-10-041-1/+1
* Fix a weird typo.Bruno Haible2006-10-042-1/+6
* Fix return type.Bruno Haible2006-10-042-1/+5
* Comment fixes.Bruno Haible2006-10-043-6/+6
* 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>Jim Meyering2006-10-042-8/+7
* * quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.Paul Eggert2006-10-032-0/+6
* [lib/ChangeLog]Paul Eggert2006-09-305-55/+178