Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-09-22 | *** empty log message *** | Jim Meyering | |
2001-09-22 | Update from latest gettext. | Jim Meyering | |
2001-09-22 | . | Jim Meyering | |
2001-09-22 | . | Jim Meyering | |
2001-09-20 | (strtoimax): Guard declaration with | Jim Meyering | |
`#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'. The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0) have their own, conflicting declaration of strtoimax in sys/inttypes.h. (strtoumax): Likewise, for completeness (it wasn't necessary). | |||
2001-09-17 | *** empty log message *** | Jim Meyering | |
2001-09-17 | (HAVE_LONG_LONG): Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned. | Jim Meyering | |
(strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base), to work around bug in IBM C compiler. | |||
2001-09-16 | . | Jim Meyering | |
2001-09-16 | *** empty log message *** | Jim Meyering | |
2001-09-04 | *** empty log message *** | Jim Meyering | |
2001-09-04 | Revert some of the previous change; intead, | Jim Meyering | |
fix the HAVE_GETCWD_NULL code to behave more like the !HAVE_GETCWD_NULL code used to. Include "xalloc.h". (xgetcwd): Do not return NULL when memory is exhausted; instead, invoke xalloc_die. | |||
2001-09-04 | . | Jim Meyering | |
2001-09-04 | (xreadlink): Update prototype. | Jim Meyering | |
2001-09-04 | (xreadlink): Omit size_t* arg. All uses changed. | Jim Meyering | |
Use ssize_t, not int, to store result of readlink. Check for ssize_t overflow as well as size_t overflow, as POSIX says the result of readlink is implementation-defined when ssize_t overflows. Remove unnecessary cast to char*. Use free+malloc instead of realloc, as the storage doesn't need to be preserved and it's clearer and can be more efficient that way. (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare. | |||
2001-09-03 | *** empty log message *** | Jim Meyering | |
2001-09-03 | (fnmatch_no_wildcards): Fix confusion between | Jim Meyering | |
usage of FNM_CASEFOLD and FNM_LEADING_DIR. The bug was spotted by Jim Meyering. | |||
2001-09-03 | include errno.h etc, too | Jim Meyering | |
2001-09-03 | *** empty log message *** | Jim Meyering | |
2001-09-03 | tweak comment | Jim Meyering | |
2001-09-03 | (xreadlink): Preserve errno around `free' during failure. | Jim Meyering | |
2001-09-03 | update comment re power of 2 | Jim Meyering | |