summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-10-07.Jim Meyering
2003-10-05.Jim Meyering
2003-10-02.Jim Meyering
2003-10-02*** empty log message ***Jim Meyering
2003-10-02(libfetish_a_SOURCES): Add fts.c fts_.h.Jim Meyering
Remove ftw_.h.
2003-10-02*** empty log message ***Jim Meyering
2003-10-02Don't require that the maximum length of a file nameJim Meyering
encountered in a traversal fit in an `unsigned short', and fix some portability bugs (don't depend on gcc). Include "fts_.h", not <fts.h>. (ALIGNBYTES) [!(__GNUC__ >= 2)]: Add a definition that works with compilers that don't have __alignof__. (MAX): Use a definition that doesn't depend on gcc. (fts_build): Make `len' and `maxlen' be of type size_t, not int. Test for overflow in a less type-dependent manner. Test HAVE_STRUCT_DIRENT_D_TYPE, rather than defined DT_DIR && defined _DIRENT_HAVE_D_TYPE. (fts_palloc): Test for overflow in a less type-dependent manner. (fts_safe_changedir): Use stat, not stat64. Use fstat, not __fxstat64(_STAT_VER.
2003-10-02Don't require that the maximum length of a file nameJim Meyering
encountered in a traversal fit in an `unsigned short', and fix some portability bugs (don't depend on gcc). [FTS] (fts_pathlen): Change type from int to size_t. [FTSENT] (fts_pathlen): Change type from u_short to size_t. (fts_level): Change type from u_short to int.
2003-09-30*** empty log message ***Jim Meyering
2003-09-30(tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.Jim Meyering
2003-09-28*** empty log message ***Jim Meyering
2003-09-28Update from gnulib.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(version_etc): Rename parameter, authors, to written_by.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(version_etc): Rename parameter, authors, to written_by.Jim Meyering
Combine fprintf and following putc('\n'.
2003-09-18*** empty log message ***Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(parse_long_options): Update prototype.Jim Meyering
2003-09-18Include stdarg.h.Jim Meyering
(parse_long_options): Make this function variadic (authors), too. Call version_etc_va, not version_etc.
2003-09-18(version_etc_va): Declare it.Jim Meyering
2003-09-18This lets translators provide better translations for theJim Meyering
`Written by ...' part of --version output. Include stdarg.h, stdlib.h, string.h, and xalloc.h. (version_etc): Make this function variadic, with a NULL-terminated list of author name strings. (version_etc_va): New function.
2003-09-17*** empty log message ***Jim Meyering
2003-09-17(read_utmp): Likewise.Jim Meyering
Check for fstat error. Close stream and free storage when failing.
2003-09-17(getndelim2): Don't trash errno when a readJim Meyering
fails, so that the caller gets the proper errno.
2003-09-17(readlinebuffer): Return NULL immediately uponJim Meyering
input error, instead of returning NULL the next time we are called (and therefore losing track of errno).
2003-09-17Add comment from Bruno Haible.Jim Meyering
2003-09-14.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13.Jim Meyering
2003-09-13*** empty log message ***Jim Meyering
2003-09-13(libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h.Jim Meyering
2003-09-13*** empty log message ***Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13New file, from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13New file, from gnulib.Jim Meyering
2003-09-13New file, from GNU gettext, via gnulib.Jim Meyering
2003-09-13from gnulibJim Meyering
2003-09-13from gnulibJim Meyering
2003-09-13(my_mktime_localtime_r): Remove; all uses changed to __localtime_r.Jim Meyering
(__localtime_r) [!defined _LIBC]: New macro. Include <time_r.h>. (__mktime_internal) [!defined _LIBC]: Now extern, not static.
2003-09-13(my_strftime_gmtime_r): Remove; all uses changed to __gmtime_r.Jim Meyering
(my_strftime_localtime_r): Remove; all uses changed to __localtime_r. (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros. Include <time_r.h>.
2003-09-13.Jim Meyering
2003-09-13*** empty log message ***Jim Meyering
2003-09-13(error_tail): Assume vprintf.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering