summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-06-05*** empty log message ***Jim Meyering
2003-06-05Assume freestanding C89 or better.Jim Meyering
(HAVE_LIMITS_H): Remove. Assume it's 1. (__P): Remove; not used. (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them. (mktime, not_equal_tm, print_tm, check_result, main): Use prototypes. Use const * where appropriate. (main): Fix typo in testing code that uncovered by above changes. (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
2003-06-02*** empty log message ***Jim Meyering
2003-06-02(MOSTLYCLEANFILES): Initialize.Jim Meyering
(stdbool.h): New rule. (all-local $(lib_OBJECTS)): Depend on $(STDBOOL_H) (MOSTLYCLEANFILES): Add stdbool.h. (EXTRA_DIST): Add stdbool.h.
2003-06-02New file. From gnulib.Jim Meyering
2003-05-30update from gnulib againJim Meyering
2003-05-30*** empty log message ***Jim Meyering
2003-05-30Update from gnulib.Jim Meyering
2003-05-30Update from gnulib.Jim Meyering
2003-05-29.Jim Meyering
2003-05-29*** empty log message ***Jim Meyering
2003-05-29Make the %r format directive honor any locale setting.Jim Meyering
(my_strftime) [!defined _NL_CURRENT && HAVE_STRFTIME]: Use underlying_strftime for %r.
2003-05-15*** empty log message ***Jim Meyering
2003-05-15Remove a space before a TAB.Jim Meyering
2003-05-13*** empty log message ***Jim Meyering
2003-05-13(alloca): Don't apply cast to argument of free.Jim Meyering
2003-05-13(rpl_putenv): Don't apply cast to argument of free.Jim Meyering
2003-05-13(setenv): Don't apply cast to argument of free.Jim Meyering
2003-05-12*** empty log message ***Jim Meyering
2003-05-12(ftw_startup): Always call free_cwd after restore_cwd.Jim Meyering
2003-05-12*** empty log message ***Jim Meyering
2003-05-12(my_strftime): Let the `-' (no-pad) flag affectJim Meyering
the space-padded-by-default conversion specifiers, %e, %k, %l.
2003-05-08*** empty log message ***Jim Meyering
2003-05-08(timespec_subtract): Don't modify the 2nd arg.Jim Meyering
Work even if X-Y overflows when subtracting. Make explicit the assumption that tv_nsec must be in range. (clock_get_realtime): Remove. All callers changed to invoke gettime, for simplicity. (xnanosleep): Check for gettime failure every time.
2003-05-08(clock_get_realtime): Use gettime.c's gettime function,Jim Meyering
rather than an inferior, open-coded version that would fail on AIX systems due to clock_gettime failing with errno == ENOSYS.
2003-05-06*** empty log message ***Jim Meyering
2003-05-05*** empty log message ***Jim Meyering
2003-05-05(struct dummy): Ensure that at least the number ofJim Meyering
initializers matches the number of members in the corresponding enum.
2003-05-05(enum Ftw_option): Name this previously-anonymous enum.Jim Meyering
(enum Ftw_option) [FTW_N_MEMBERS]: New member.
2003-05-05Avoid array overrun.Jim Meyering
(nftw_arr): Update to reflect complete list of members. (ftw_arr): Likewise
2003-05-04*** empty log message ***Jim Meyering
2003-05-04*** empty log message ***Jim Meyering
2003-05-04(__set_errno, LOCK, UNLOCK): Define.Jim Meyering
(unsetenv): Update from GNU libc. Ifdef-out this function, since the only caller is putenv.c and that file now has its own copy.
2003-05-04*** empty log message ***Jim Meyering
2003-05-04This avoids a core dump on systems without GNU putenv,Jim Meyering
when running `env -u SOME_ALREADY_UNSET_VARIABLE'. (unsetenv): New static function, from libc. (rpl_putenv): Use it.
2003-05-02*** empty log message ***Jim Meyering
2003-05-02(canonicalize_file_name) [!HAVE_RESOLVEPATH]:Jim Meyering
A memory-allocation error could result in heap corruption. Fix it by also updating `dest' when rpath may be changed by xrealloc.
2003-04-24.Jim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-11Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.Jim Meyering
2003-04-11*** empty log message ***Jim Meyering
2003-04-11Include <string.h> and <stdlib.h> unconditionally.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.Jim Meyering