summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1996-12-27Add comment.Jim Meyering
Rename local, ng to n_groups.
1996-12-23.Jim Meyering
1996-12-21update from GNU libcJim Meyering
1996-12-21Update from GNU libc.Jim Meyering
1996-12-19.Jim Meyering
1996-12-18run cpp-indentJim Meyering
1996-12-18another new version ...Jim Meyering
1996-12-18(ISDIGIT): Replace with smaller, faster editionJim Meyering
that yields nonzero only on ASCII digits. (ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT used to have. From Paul Eggert.
1996-12-18add blank line.Jim Meyering
1996-12-18Update from GNU libc.Jim Meyering
1996-12-17.Jim Meyering
1996-12-13(IN_CTYPE_DOMAIN): Rename from ISASCII.Jim Meyering
(ISDIGIT): New definition from Paul Eggert. This one evaluates its argument exactly once. (yylex): Move increment out of ISALPHA argument. Use a comma-expression instead.
1996-12-11(EXTRA_DIST): Add strftime.c to appease automake.Jim Meyering
Although it's not used yet, it'll be used by ls's (to-be-done) --format=FORMAT option.
1996-12-10.Jim Meyering
1996-12-10(EXTRA_DIST): Add mktime.c.Jim Meyering
Reported by Thomas Bushnell.
1996-12-10Include config.h.Jim Meyering
[!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy in terms of memcpy. Reported by Marcus Daniels.
1996-12-10.Jim Meyering
1996-12-10(Convert): Don't reject all dates in 2038.Jim Meyering
Some fit in 31 bits.
1996-12-10add a spaceJim Meyering
1996-12-10revert last change.Jim Meyering
1996-12-10[HAVE_TZNAME || defined __LIBC]: Declare tzname.Jim Meyering
1996-12-09[HAVE_TZNAME]: Declare tzname.Jim Meyering
Patch from Karl Heuer.
1996-12-08(noinst_LIBRARIES): Rename to lib?u.a as perJim Meyering
new automake requirement. Rename ?u_* variables to lib?u_a_*.
1996-12-08.Jim Meyering
1996-12-07[__SVR4]: Define SVR4.Jim Meyering
Remove duplicate `|| defined(SVR4)' disjunct guarding the #define KERNEL_FILE "/unix" definiton.
1996-12-07(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.Jim Meyering
1996-12-01.Jim Meyering
1996-12-01(date): Interpret the date, L/M/N, as YYYY/MM/DDJim Meyering
if L >= 1000, otherwise as MM/DD/YY. With this change, date --date=DATE accepts dates like those in an RCS log listing.
1996-12-01Update from GNU libc.Jim Meyering
1996-11-28(get_fs_usage): If DISK is 0 and we needed to useJim Meyering
it, return -1 with 0 in ERRNO. From Miles.
1996-11-25.Jim Meyering
1996-11-24(EXTRA_DIST): Add getline.c now that getlineJim Meyering
isn't mentioned in AC_REPLACE_FUNCS.
1996-11-24remove trailing blanksJim Meyering
1996-11-24remove trailing blanksJim Meyering
1996-11-21remove my @comco addressJim Meyering
1996-11-21(xgethostname): Work around bug in SunOS5.5's gethostname.Jim Meyering
1996-11-20.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05Thu Oct 31 19:32:32 1996 Miles Bader <miles@gnu.ai.mit.edu>Jim Meyering
[ENAMETOOLONG] (xgethostname): If gethostname returns an error other than buffer overflow, exit with an error message instead of allocating infinite amounts of space. [!EXIT_FAILURE] (EXIT_FAILURE): New macro. <errno.h>: New include. [!errno] (errno): New declaration.
1996-11-05.Jim Meyering
1996-11-05Fix copyright.Jim Meyering
1996-11-05Fix copyright.Jim Meyering
1996-11-05.Jim Meyering
1996-11-05libitizeJim Meyering
1996-11-04from franc,oisJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering
1996-11-04New version from François Pinard.Jim Meyering
1996-11-04libitizeJim Meyering
1996-11-04libitizeJim Meyering