aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-08-02Include limits.h, stdbool.h.Paul Eggert1-12/+10
2004-08-02unsigned -> unsigned intPaul Eggert1-2/+2
2004-08-02unsigned -> unsigned intPaul Eggert3-8/+8
2004-08-02Include <stdbool.h>.Paul Eggert1-1/+3
2004-08-02Include yesno.h first.Paul Eggert1-2/+3
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-11/+7
2004-08-02Just include xstrtol.h rather than rolling our own include pattern.Paul Eggert1-6/+2
2004-08-02Just include xstrtol.h rather than rolling our own include pattern.Paul Eggert1-6/+2
2004-08-02Log today's int-related changesPaul Eggert1-1/+157
2004-08-02(version_etc_va): Use size_t for sizes.Paul Eggert1-1/+1
2004-08-02Include <stdbool.h>.Paul Eggert1-2/+4
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-5/+4
2004-08-02Rewrite to avoid casts.Paul Eggert1-1/+4
2004-08-02Include stdbool.h.Paul Eggert1-11/+12
2004-08-02nanosleep.c (errno): Remove decl; we now assume C89 or better.Paul Eggert1-5/+3
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert1-5/+3
2004-08-02Update copyright.Paul Eggert1-1/+3
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert1-5/+6
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert1-8/+7
2004-08-02(hash_string): Rewrite to avoid cast.Paul Eggert1-6/+8
2004-08-02Include <stdbool.h>.Paul Eggert1-2/+4
2004-08-02hard-locale.c (hard_locale): Return bool, not int.Paul Eggert1-8/+9
2004-08-02Include <stdbool.h>.Paul Eggert1-14/+15
2004-08-02(lookup_word): Rewrite to avoid cast.Paul Eggert1-2/+5
2004-08-02(textutils_fileblocks_unused): Make it a typedefPaul Eggert1-2/+3
2004-08-02Update copyright.Paul Eggert13-14/+19
2004-08-02(enum canonicalize_mode_t): Reformat comments to fit in 80 columns.Paul Eggert1-5/+10
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert21-78/+6
2004-08-02(xstrtod): Return bool, not int. Invert the sense of the boolean.Paul Eggert1-9/+9
2004-08-02(xstrtod): Return bool, not int. Invert the sense of the boolean.Paul Eggert1-3/+5
2004-08-02Don't include <sys/types.h> or "exit.h"; no longer needed.Paul Eggert1-28/+26
2004-08-02Include <stdbool.h>.Paul Eggert1-12/+10
2004-08-02(read_utmp): Don't assume that the number of users is less than INT_MAX.Paul Eggert1-17/+14
2004-08-02(UT_USER): Parenthesize properly.Paul Eggert1-4/+6
2004-08-02(posix_time_parse): Don't assume that the length ofPaul Eggert1-4/+6
2004-08-02(read_file_system_list): Accept bool flag, not int.Paul Eggert1-40/+4
2004-08-02Include <stdbool.h>.Paul Eggert1-1/+3
2004-08-02Regenerate.Paul Eggert1-16/+14
2004-08-02No longer needed by 'install', so remove it.Paul Eggert1-35/+0
2004-08-02(libfetish_a_SOURCES): Remove isdir.c.Paul Eggert1-1/+0
2004-08-02Add an FSF copyright notice, since our changes are becoming nontrivial.Paul Eggert1-70/+81
2004-08-02Add an FSF copyright notice, since our changes are becoming nontrivial.Paul Eggert1-5/+24
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert1-4/+6
2004-08-02Include <stdbool.h>.Paul Eggert1-2/+4
2004-08-02(EXT): Use size_t for sizes, not ptrdiff_t, so that we don't havePaul Eggert1-2/+3
2004-08-02fnmatch_loop.c (EXT, FCT): Use bool when appropriate.Paul Eggert1-21/+20
2004-08-02Include <stdbool.h>.Paul Eggert1-4/+1
2004-08-02(strip_trailing_slashes): Now returns bool.Paul Eggert1-4/+4
2004-08-02(dir_name): Use bool when appropriate.Paul Eggert1-1/+1
2004-08-02Include <stdbool.h>.Paul Eggert1-1/+2