Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-04 | libitize | Jim Meyering | |
1997-02-04 | libitize | Jim Meyering | |
1997-02-04 | libitize | Jim Meyering | |
1997-02-04 | new obstack from libc | Jim Meyering | |
1997-02-03 | (parse_long_options): Compare getopt_long return | Jim Meyering | |
value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call. | |||
1997-01-26 | bracket prototype with PARAMS | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-25 | remove trailing blanks | Jim Meyering | |
1997-01-25 | (noinst_HEADERS): Add getdate.h. | Jim Meyering | |
1997-01-25 | . | Jim Meyering | |
1997-01-25 | (XSTRTOL_H): Undefine it. | Jim Meyering | |
1997-01-25 | [!_STRTOL_ERROR]: Define the type `enum strtol_error' | Jim Meyering | |
only if it hasn't already been defined. | |||
1997-01-25 | (__xstrtol): Change interpretation of | Jim Meyering | |
VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former when any suffix is valid, the later when no suffix is allowed. | |||
1997-01-25 | (parse_long_options): Reset optind to zero | Jim Meyering | |
before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later. | |||
1997-01-23 | Update from GNU via Uli | Jim Meyering | |
1997-01-23 | revert last change | Jim Meyering | |
1997-01-22 | [strftime]: Add parameters to macro definition. From Drepper. | Jim Meyering | |
1997-01-22 | (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug. | Jim Meyering | |
From Paul Eggert. | |||
1997-01-18 | Indent with GNU indent. | Jim Meyering | |
1997-01-18 | Indent 2 more cpp-directives to reflect nesting. | Jim Meyering | |
1997-01-18 | (get_date): Change prototype to reflect const'ness of parameters. | Jim Meyering | |
Indent cpp-directives to reflect nesting. | |||
1997-01-18 | . | Jim Meyering | |
1997-01-18 | 1997-01-06 Paul Eggert <eggert@twinsun.com> | Jim Meyering | |
* getdate.y: Rewrite to use mktime. <sys/timeb.h>: Don't include. (mktime): Declare. (struct timeb, timezone, DOOMSDAY, SECSPERDAY, DSTMODE, yyDSTmode, ToSeconds, Convert, DSTcorrect, RelativeDate, RelativeMonth): Remove. (ToHour): New function (part of the old ToSeconds fn). (ToYear): New function (part of the old Convert fn). (TABLE.value, yyDayOrdinal, yyDayNumber, yyTimezone, yyDay, yyHour, yyMinutes, yyMonth, yySeconds, yyYear, yyRelMonth, yyRelSeconds, Number): Now int instead of time_t. (HOUR): Don't cast to time_t. (tDAY_UNIT, tHOUR_UNIT, tYEAR_UNIT): New %tokens. (UnitsTable): Use new units that are closer to the keywords. (yyRelDay, yyRelHour, yyRelMinutes, yyRelYear): New variables. (rel, relunit, get_date): Add support for them. (time): Fix timezone calculations for negative half-hour offsets when integer division truncates towards minus infinity. (zone): Incorporiate DST calculation directly. (get_date): 2nd arg is now time_t *, not struct timeb *. Use mktime to do most of the work, instead of computing it ourselves. Guard against falsely reporting errors near the time_t boundaries when parsing times in other time zones. | |||
1997-01-18 | Add comment re HAVE_PSTAT_GETDYNAMIC. | Jim Meyering | |
1997-01-18 | reindent | Jim Meyering | |
1997-01-15 | Fix up indentation a little. | Jim Meyering | |
1997-01-15 | Indent cpp-directives to reflect nesting. | Jim Meyering | |
1997-01-08 | (_getopt_internal): Use `_', rather than the (sometimes-)expansion `gettext'. | Jim Meyering | |
1997-01-08 | [_]: Define to gettext also if ENABLE_NLS is defined. | Jim Meyering | |
1997-01-08 | New (more POSIX compliant) version from GNU libc. | Jim Meyering | |
1997-01-03 | . | Jim Meyering | |
1997-01-03 | (EXTRA_DIST): Add getgroups.c. | Jim Meyering | |
1997-01-02 | . | Jim Meyering | |
1996-12-27 | Add comment. | Jim Meyering | |
Rename local, ng to n_groups. | |||
1996-12-23 | . | Jim Meyering | |
1996-12-21 | update from GNU libc | Jim Meyering | |
1996-12-21 | Update from GNU libc. | Jim Meyering | |
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 | |