summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2001-11-08.Jim Meyering
2001-11-05*** empty log message ***Jim Meyering
2001-11-05(slash_aware_lstat): Correct a misleading comment.Jim Meyering
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(ARGMATCH_TO_ARGUMENT): Remove casts of first two argsJim Meyering
in argmatch_to_argument call.
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.Jim Meyering
2001-11-03*** empty log message ***Jim Meyering
2001-11-03(hash_clear): Fix a bug that could lead to an infloop orJim Meyering
e.g., a fault due to an attempt to free a NULL pointer.
2001-11-02put `const' back, now that the .m4 test worksJim Meyering
2001-11-01remove constJim Meyering
2001-11-01whoopsJim Meyering
2001-11-01.Jim Meyering
2001-11-01*** empty log message ***Jim Meyering
2001-11-01(libfetish_a_SOURCES): Add dirfd.h.Jim Meyering
2001-11-01*** empty log message ***Jim Meyering
2001-11-01*** empty log message ***Jim Meyering
2001-11-01*** empty log message ***Jim Meyering
2001-11-01(hash_print) [TESTING]: Clean up.Jim Meyering
2001-10-22.Jim Meyering
2001-10-22(alloca): Define to __builtin_alloca if __GNUC__,Jim Meyering
to avoid a warning if -Wall.
2001-10-22*** empty log message ***Jim Meyering
2001-10-22(uintptr_t): Remove macro and decl; it's config.h's job.Jim Meyering
2001-10-21whoops! fix comment on first line :-)Jim Meyering
2001-10-21*** empty log message ***Jim Meyering
2001-10-21(_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering
this code would end up calling gettext even in packages built with --disable-nls.
2001-10-21*** empty log message ***Jim Meyering
2001-10-21(_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering
this code would end up calling gettext even in packages built with --disable-nls.
2001-10-21*** empty log message ***Jim Meyering
2001-10-21(_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering
this code would end up calling gettext even in packages built with --disable-nls.
2001-10-21*** empty log message ***Jim Meyering
2001-10-21(strerror_r): Do not declare unless !_LIBC.Jim Meyering
Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P. Use strerror_r that is only a macro, even if it is not a function. (strerror): Check for HAVE_DECL_STRERROR before declaring. (private_strerror): Use prototypes, not old-style function definition. (print_errno_message): New function. Support the POSIX 'int'-flavored strerror_r, as well as the traditional char*-flavored one. (error_tail, error, error_at_line): Use it.
2001-10-11*** empty log message ***Jim Meyering
2001-10-11(argmatch_invalid): Use quotearg_n_style (0, ...Jim Meyering
and quote_n (1, ... to avoid clobbering a buffer.
2001-10-05.Jim Meyering
2001-10-05(libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.Jim Meyering
2001-10-05*** empty log message ***Jim Meyering
2001-09-30*** empty log message ***Jim Meyering
2001-09-30[MOUNTED_GETFSSTAT]:Jim Meyering
Include <sys/ucred.h>, for Apple Darwin. Include sys/mount.h and sys/fs_types.h only if available. (FS_TYPE): Define. (read_filesystem_list): Use FS_TYPE.
2001-09-30*** empty log message ***Jim Meyering
2001-09-30(excluded_filename): 0 -> false, since it's a boolean context.Jim Meyering
2001-09-28*** empty log message ***Jim Meyering
2001-09-28(strtol): Do not declare if HAVE_DECL_STRTOL.Jim Meyering
(strtoul): Do not declare if HAVE_DECL_STRTOUL. (strtoimax, strtoumax): Do not declare if already defined as a macro.
2001-09-26*** empty log message ***Jim Meyering
2001-09-26(USE_UNLOCKED_IO): Define to 1 if not already defined.Jim Meyering
2001-09-26.Jim Meyering
2001-09-26*** empty log message ***Jim Meyering
2001-09-26remove now-unused tmp/trap junkJim Meyering
2001-09-26exit from only one place: the endJim Meyering
2001-09-26portability tweaksJim Meyering