summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-09-02Port to diet libc.Paul Eggert
2004-09-02(FTSENT): Use "unsigned short int" rather than the unportable "u_short".Paul Eggert
2004-09-02(fts_stat, fts_open, fts_read): Use "unsigned short int"Paul Eggert
2004-08-20Regenerate.Paul Eggert
2004-08-20Sync getopt from gnulib.Paul Eggert
2004-08-20Add getopt_.h, getopt_int.h.Paul Eggert
2004-08-19Add support for "chown : file" and the like.Paul Eggert
2004-08-19Don't use <alloca.h>, so that we don't use alloca onPaul Eggert
2004-08-18Add fts.h, search.h.Paul Eggert
2004-08-11Regenerate.Paul Eggert
2004-08-11Fix typo: missing ).Paul Eggert
2004-08-11minor porting fixes (e.g., obstack)Paul Eggert
2004-08-11Do not include error.h. (merge from gnulib).Paul Eggert
2004-08-11Include <inttypes.h> and <stdint.h> if available.Paul Eggert
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-11Fix porting problem to Reliant Unix.Paul Eggert
2004-08-11(WIDE_CHAR_SUPPORT): Don't set to 1 if missingPaul Eggert
2004-08-10Convert to UTF-8.Paul Eggert
2004-08-10Regenerate.Paul Eggert
2004-08-10Sync with gnulib.Paul Eggert
2004-08-09Improve code to work in some cases when files are writeable but not readable.Paul Eggert
2004-08-09(diropen): New function.Paul Eggert
2004-08-09(rpl_chown): Work even if the file is writeable but not readable.Paul Eggert
2004-08-09Change to UTF-8.Paul Eggert
2004-08-09Import from gnulib.Paul Eggert
2004-08-09Regenerate.Paul Eggert
2004-08-09Remove dependency of xalloc on error, etc.Paul Eggert
2004-08-09Finish renaming sha -> sha1.Paul Eggert
2004-08-07Merge from gnulib.Paul Eggert
2004-08-05Regenerate.Paul Eggert
2004-08-05Sync from gnulib.Paul Eggert
2004-08-04Fixes for OpenBSD 3.4.Paul Eggert
2004-08-04(SIZE_MAX): Define after including files, to avoidPaul Eggert
2004-08-04(LONGEST_MODIFIER): New macro.Paul Eggert
2004-08-04Sync from gnulib.Paul Eggert
2004-08-04Work around bug in OpenBSD 3.4 sterror_r: itPaul Eggert
2004-08-02Include limits.h, stdbool.h.Paul Eggert
2004-08-02unsigned -> unsigned intPaul Eggert
2004-08-02unsigned -> unsigned intPaul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02Include yesno.h first.Paul Eggert
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert
2004-08-02Just include xstrtol.h rather than rolling our own include pattern.Paul Eggert
2004-08-02Just include xstrtol.h rather than rolling our own include pattern.Paul Eggert
2004-08-02Log today's int-related changesPaul Eggert
2004-08-02(version_etc_va): Use size_t for sizes.Paul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert
2004-08-02Rewrite to avoid casts.Paul Eggert