Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-19 | . | Jim Meyering | |
1996-12-18 | run cpp-indent | Jim Meyering | |
1996-12-18 | another new version ... | Jim Meyering | |
1996-12-18 | (ISDIGIT): Replace with smaller, faster edition | Jim 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-18 | add blank line. | Jim Meyering | |
1996-12-18 | Update 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-10 | Include 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-10 | add a space | Jim Meyering | |
1996-12-10 | revert 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 per | Jim 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/DD | Jim 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-01 | Update from GNU libc. | Jim Meyering | |
1996-11-28 | (get_fs_usage): If DISK is 0 and we needed to use | Jim 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 getline | Jim Meyering | |
isn't mentioned in AC_REPLACE_FUNCS. | |||
1996-11-24 | remove trailing blanks | Jim Meyering | |
1996-11-24 | remove trailing blanks | Jim Meyering | |
1996-11-21 | remove my @comco address | Jim 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-05 | Thu 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-05 | Fix copyright. | Jim Meyering | |
1996-11-05 | Fix copyright. | Jim Meyering | |
1996-11-05 | . | Jim Meyering | |
1996-11-05 | libitize | Jim Meyering | |
1996-11-04 | from franc,ois | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | New version from François Pinard. | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | libitize | Jim Meyering | |
1996-11-04 | . | Jim Meyering | |
1996-11-03 | cpp-indent + change some #ifdef to #if | Jim Meyering | |