Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-01 | whoops | Jim 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-21 | whoops! 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-26 | remove now-unused tmp/trap junk | Jim Meyering | |
2001-09-26 | exit from only one place: the end | Jim Meyering | |
2001-09-26 | portability tweaks | Jim Meyering | |
2001-09-26 | *** empty log message *** | Jim Meyering | |
2001-09-26 | (unlocked-io.h): Use $(SHELL). | Jim Meyering | |
2001-09-26 | . | Jim Meyering | |
2001-09-26 | (unlocked-io.h): Rewrite to use a separate script, | Jim Meyering | |
rather than trying to embed it here. (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin | |||
2001-09-26 | . | Jim Meyering | |
2001-09-25 | *** empty log message *** | Jim Meyering | |
2001-09-25 | (rpl_gettimeofday): Declare local variable `result'. | Jim Meyering | |
2001-09-23 | . | Jim Meyering | |
2001-09-23 | *** empty log message *** | Jim Meyering | |
2001-09-23 | Remove useless parentheses in #if directives. | Jim Meyering | |
(MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when the deprecated MOUNTED symbol is no longer defined in mntent.h. | |||
2001-09-22 | . | Jim Meyering | |