Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-01 | *** empty log message *** | Jim Meyering | |
2001-09-01 | (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it | Jim Meyering | |
doesn't conflict with sparc-sun-solaris2.7's definition in /usr/include/sys/int_types.h. | |||
2001-09-01 | *** empty log message *** | Jim Meyering | |
2001-09-01 | Use `""', not `<>' to #include non-system header files. | Jim Meyering | |
(fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp and strncasecmp as r-values. Unixware didn't have declarations. | |||
2001-09-01 | fix typo | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | (xgetcwd): Reorganize to avoid some duplication. | Jim Meyering | |
Use an initial, malloc'd, buffer of length 128 rather than a statically allocated one of length 1024. | |||
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | Don't include pathmax.h. | Jim Meyering | |
Include stdlib.h and unistd.h if available. Include xalloc.h. (xmalloc, xstrdup, free): Remove decls. (xgetcwd): Don't assume sizes fit in unsigned. Check for overflow when computing sizes. Simplify reallocation code. | |||
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | (jm_MACROS):Don't require jm_AC_HEADER_INTTYPES_H. | Jim Meyering | |
2001-08-31 | (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H. | Jim Meyering | |
Update comment. | |||
2001-08-31 | (jm_AC_PREREQ_XSTRTOUMAX): | Jim Meyering | |
Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG since they are needed to parse the include file even if we need only xstrtoumax. Simplify logic behind the args to AC_REPLACE. | |||
2001-08-31 | (jm_AC_PREREQ_XSTRTOIMAX): | Jim Meyering | |
Quote first arg of AC_DEFUN. Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG since they are needed to parse the include file even if we need only xstrtoimax. Simplify logic behind the args to AC_REPLACE. | |||
2001-08-31 | (AC_PREREQ): Bump to 2.52. | Jim Meyering | |
(jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52. All uses removed. (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Move AC_REQUIRE to next-to-top level, to avoid confusion. Use 2.52's AC_CHECK_TYPE instead of merely looking for the header. | |||
2001-08-31 | Remove, as it duplicates inttypes.m4. | Jim Meyering | |
2001-08-31 | . | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | (bool): Remove typedef, now that it's in system.h. | Jim Meyering | |
(TRUE): Define to `true', not 1. (FALSE): Define to `false', not 0. | |||
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | Include strtoimax.c, not strtouxmax.c. | Jim Meyering | |
2001-08-31 | Renamed from strtoxmax.c, removing the old strtoimax.c. | Jim Meyering | |
Also, make the following further changes to make this file's configuration more similar to that of strtol.c: (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED. All uses changed. (strtoumax, uintmax_t, strtoull, strtol): Remove. (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED. (strtoimax): Renamed from strtoumax. All uses of unsigned values changed to signed values. And make the following changes as well: Fix copyright notice, as 1999 was missing. (verify): New macro. (strtoimax): Check sizes at compile-time, not run-time. Prefer strtol to strtoll if both work. (main): Remove; it was not that useful and was a pain to maintain. | |||
2001-08-31 | . | Jim Meyering | |
2001-08-31 | (libfetish_a_SOURCES): Remove strtoxmax.c. | Jim Meyering | |
2001-08-31 | (copy_dir): Remove st_size argument. | Jim Meyering | |
2001-08-31 | (count_entry): Remove st_size argument. | Jim Meyering | |
2001-08-31 | (change_dir_mode): Remove statp arg; no longer needed. | Jim Meyering | |
2001-08-31 | (change_dir_owner): Remove statp arg; no longer needed. | Jim Meyering | |
2001-08-31 | Do not include savedir.h; not used. | Jim Meyering | |
2001-08-31 | (savedir): Remove size parameter, as POSIX says that | Jim Meyering | |
a directory's st_size can have an arbitrary value, so the old usage could waste an arbitrary amount of memory. All uses changed. | |||
2001-08-31 | Update prototype. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | (strtoimax): New decl. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | * lib/xstrtol.h: Add copyright notice. | Jim Meyering | |
(_DECLARE_XSTRTOL): Improve quality of diagnostic for LONGINT_INVALID_SUFFIX_CHAR. | |||
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | Remove '2001' from copyright notice. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | Include full-write.h. | Jim Meyering | |
(full_write): Remove decl; not needed. | |||
2001-08-31 | copyright | Jim Meyering | |
2001-08-31 | Include full-write.h. | Jim Meyering | |
(full_write): Remove decl; not needed. (simple_cat, cat): Don't assume read and write size fits in int. | |||
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | (full_write): Remove decl; not needed. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-31 | copyright | Jim Meyering | |
2001-08-31 | Include full-write.h. | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |