Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-11 | Do not include error.h. (merge from gnulib). | Paul Eggert | |
2004-08-11 | Include <inttypes.h> and <stdint.h> if available. | Paul Eggert | |
(union fooround): Use uintmax_t, not long int. The rest is a merge from libc: [defined _LIBC]: Include <shlib-compat.h>. (_obstack) [defined _LIBC]: Remove after 2.3.4. | |||
2004-08-11 | (settime): Recode to avoid warning with Sun Forte C 6U2. | Paul Eggert | |
2004-08-11 | (O_DIRECTORY): Define to 0 if the system doesn't define. | Paul Eggert | |
2004-08-11 | Fix porting problem to Reliant Unix. | Paul Eggert | |
2004-08-11 | (WIDE_CHAR_SUPPORT): Don't set to 1 if missing | Paul Eggert | |
wmemchr or wmemcpy. Problem reported by Robert Dahlem for Reliant Unix 5.43. | |||
2004-08-10 | Convert to UTF-8. | Paul Eggert | |
2004-08-10 | Regenerate. | Paul Eggert | |
2004-08-10 | Sync with gnulib. | Paul Eggert | |
2004-08-09 | Improve code to work in some cases when files are writeable but not readable. | Paul Eggert | |
2004-08-09 | (diropen): New function. | Paul Eggert | |
(fts_open, fts_read, fts_children, fts_safe_changedir): Use it, so that the code works even if the directory is writeable but not readable. | |||
2004-08-09 | (rpl_chown): Work even if the file is writeable but not readable. | Paul Eggert | |
2004-08-09 | Change to UTF-8. | Paul Eggert | |
2004-08-09 | Import from gnulib. | Paul Eggert | |
2004-08-09 | Regenerate. | Paul Eggert | |
2004-08-09 | Remove dependency of xalloc on error, etc. | Paul Eggert | |
2004-08-09 | Finish renaming sha -> sha1. | Paul Eggert | |
2004-08-07 | Merge from gnulib. | Paul Eggert | |
2004-08-05 | Regenerate. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-08-04 | Fixes for OpenBSD 3.4. | Paul Eggert | |
2004-08-04 | (SIZE_MAX): Define after including files, to avoid | Paul Eggert | |
a collision on OpenBSD 3.4. | |||
2004-08-04 | (LONGEST_MODIFIER): New macro. | Paul Eggert | |
(PRIuMAX) [!PRI_MACROS_BROKEN && !defined PRIuMAX]: New macro. (find_matching_ancestor): Use it for dev_t and ino_t. | |||
2004-08-04 | Sync from gnulib. | Paul Eggert | |
2004-08-04 | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | |
sometimes returns a positive errno value even when it succeeds. (print_errno_message) [!LIBC]: Fall back on strerror if __strerror_r fails. | |||
2004-08-02 | Include limits.h, stdbool.h. | Paul Eggert | |
(CHAR_BIT): Remove. (timespec_subtract, xnanosleep): Use bool for booleans. | |||
2004-08-02 | unsigned -> unsigned int | Paul Eggert | |
2004-08-02 | unsigned -> unsigned int | Paul Eggert | |
2004-08-02 | Include <stdbool.h>. | Paul Eggert | |
(yesno): Return bool, not int. | |||
2004-08-02 | Include yesno.h first. | Paul Eggert | |
(yesno): Return bool, not int. | |||
2004-08-02 | (errno): Remove decl; we now assume C89 or better. | Paul Eggert | |
(__xstrtol): Rewrite to avoid casts. | |||
2004-08-02 | Just include xstrtol.h rather than rolling our own include pattern. | Paul Eggert | |
2004-08-02 | Just include xstrtol.h rather than rolling our own include pattern. | Paul Eggert | |
2004-08-02 | Log today's int-related changes | Paul Eggert | |
2004-08-02 | (version_etc_va): Use size_t for sizes. | Paul Eggert | |
2004-08-02 | Include <stdbool.h>. | Paul Eggert | |
(same_name): Return bool, not int. | |||
2004-08-02 | (errno): Remove decl; we now assume C89 or better. | Paul Eggert | |
(same_name): Return bool, not int. | |||
2004-08-02 | Rewrite to avoid casts. | Paul Eggert | |
2004-08-02 | Include stdbool.h. | Paul Eggert | |
(quotearg_buffer_restyled): Use bool for booleans. | |||
2004-08-02 | nanosleep.c (errno): Remove decl; we now assume C89 or better. | Paul Eggert | |
Include stdbool.h. (rpl_nanosleep): Usee bool for booleans. | |||
2004-08-02 | Use Autoconf-suggested pattern for inttypes and stdint. | Paul Eggert | |
2004-08-02 | Update copyright. | Paul Eggert | |
2004-08-02 | Use Autoconf-suggested pattern for inttypes and stdint. | Paul Eggert | |
2004-08-02 | Use Autoconf-suggested pattern for inttypes and stdint. | Paul Eggert | |
2004-08-02 | (hash_string): Rewrite to avoid cast. | Paul Eggert | |
2004-08-02 | Include <stdbool.h>. | Paul Eggert | |
(hard_locale): Return bool, not int. | |||
2004-08-02 | hard-locale.c (hard_locale): Return bool, not int. | Paul Eggert | |
2004-08-02 | Include <stdbool.h>. | Paul Eggert | |
(getloadavg_initialized): Use bool for booleans. | |||
2004-08-02 | (lookup_word): Rewrite to avoid cast. | Paul Eggert | |
2004-08-02 | (textutils_fileblocks_unused): Make it a typedef | Paul Eggert | |
instead of an int, to save a few bytes in the object file. |