summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1998-05-25.Jim Meyering
1998-05-24.Jim Meyering
1998-05-24Fix braino: check S_ISLNK only if lstat succeeds.Jim Meyering
1998-05-24fix typo: s/chat/char/Jim Meyering
1998-05-19*** empty log message ***Jim Meyering
1998-05-19.Jim Meyering
1998-05-16(read_utmp): Add variant for systems that have the utmpname function.Jim Meyering
Ansideclify.
1998-05-16(is_prime): Ansideclify.Jim Meyering
(next_prime): Ansideclify. Add an assertion.
1998-05-16(EXTRA_DIST): Remove. Automake groks the `LIBOBJS='Jim Meyering
lines in the m4/*.m4 macros, so the hack of including some custom-replaced C source file names here is no longer needed.
1998-05-16.Jim Meyering
1998-05-10Don't declare strdup if it's defined as a macro.Jim Meyering
Reported by Lorne Baker.
1998-05-04.Jim Meyering
1998-05-03.Jim Meyering
1998-05-02.Jim Meyering
1998-04-28tweak from FSFJim Meyering
1998-04-13(noinst_HEADERS): Add safe-read.h.Jim Meyering
1998-04-13.Jim Meyering
1998-04-12.Jim Meyering
1998-04-12(TYPE_MAXIMUM): Update from system.h.Jim Meyering
1998-04-11(noinst_HEADERS): Add safe-read.h.Jim Meyering
1998-04-11.Jim Meyering
1998-04-11split a couple long linesJim Meyering
1998-04-11Add curly braces around statements in if/else/while/do/etc. thatJim Meyering
span more than a line -- even around multiline simple statements or single-line simple statements preceded by a comment line.
1998-04-11.Jim Meyering
1998-04-09indent cpp directivesJim Meyering
1998-04-09make there be two spaces after `.' in commentsJim Meyering
1998-04-06Lots of minor spec and name changes, and new comments.Jim Meyering
From François Pinard.
1998-04-06Lots of minor spec and name changes, and new comments.Jim Meyering
(hash_rehash): Rewritten to be easier on the allocator. From François Pinard.
1998-04-06*** empty log message ***Jim Meyering
1998-04-05*** empty log message ***Jim Meyering
1998-04-05.Jim Meyering
1998-04-05add braces to disambiguate ambiguous elseJim Meyering
1998-04-05(WIDE_CHAR_SUPPORT): Define.Jim Meyering
This now depends on HAVE_BTOWC so systems that lack btowc (like solaris-2.5.1) don't lose.
1998-04-04*** empty log message ***Jim Meyering
1998-04-04(PARAMS): Define.Jim Meyering
1998-03-31Merge with the version from textutils.Jim Meyering
1998-03-31add descriptive first-line commentJim Meyering
1998-03-31(rpl_memcmp): Rename from memcmp.Jim Meyering
1998-03-27remove dcl of unused local, num_regsJim Meyering
1998-03-27cpp-directive aestheticsJim Meyering
1998-03-27new version from UliJim Meyering
1998-03-23.Jim Meyering
1998-03-23update from libc/copiesJim Meyering
1998-03-21Update from patch-2.5.3.Jim Meyering
1998-03-21Update from patch-2.5.3.Jim Meyering
1998-03-19Include <limits.h>.Jim Meyering
(CHAR_BIT, EXTRACT_TOP_BIT, PROPAGATE_TOP_BIT): New macros. (get_fs_usage): If top bit of system variable corresponding to fsu_bavail is set, then set fsu_bavail_top_bit_set, and sign-extend the value when storing it into fsu_bavail.
1998-03-19(struct fs_usage): New memberJim Meyering
fsu_bavail_top_bit_set.
1998-03-15Use #if, not #ifdef with HAVE_ macrosJim Meyering
1998-03-15update from fsfJim Meyering
1998-03-14*** empty log message ***Jim Meyering