Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-22 | [strftime]: Add parameters to macro definition. From Drepper. | Jim Meyering | |
1997-01-22 | (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1. | Jim Meyering | |
1997-01-22 | . | Jim Meyering | |
1997-01-22 | (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug. | Jim Meyering | |
From Paul Eggert. | |||
1997-01-22 | . | Jim Meyering | |
1997-01-22 | (AM_FUNC_MKTIME): Fix bug in mktime test -- don't | Jim Meyering | |
test now, test a couple of thousand times. | |||
1997-01-22 | . | Jim Meyering | |
1997-01-22 | . | Jim Meyering | |
1997-01-22 | . | Jim Meyering | |
1997-01-22 | (main): Properly handle what the POSIX spec calls | Jim Meyering | |
the `obsolescent' usage (e.g., tail +2c). It didn't work. Reported by Karl Heuer. | |||
1997-01-22 | . | Jim Meyering | |
1997-01-21 | . | Jim Meyering | |
1997-01-19 | . | Jim Meyering | |
1997-01-19 | . | Jim Meyering | |
1997-01-19 | . | Jim Meyering | |
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 | Include getdate.h. | Jim Meyering | |
(<time.h>, <sys/time.h>): Don't include -- now getdate.h does it. | |||
1997-01-18 | . | Jim Meyering | |
1997-01-18 | . | Jim Meyering | |
1997-01-18 | . | Jim Meyering | |
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-17 | . | Jim Meyering | |
1997-01-17 | (AM_FUNC_GETLOADAVG): Check for pstat_getdynamic. | 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-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | |
1997-01-15 | [!STDC_HEADERS]: Remove unnecessary declaration of free. | Jim Meyering | |
1997-01-15 | Add struct dir_list and is_ancestor. | Jim Meyering | |
1997-01-13 | . | Jim Meyering | |
1997-01-13 | Regenerated to reflect renamed tests. | Jim Meyering | |
1997-01-13 | Rename tests so that the associated files | Jim Meyering | |
have names that are distinct even on filesystems on which file names are case insensitive. | |||
1997-01-13 | . | Jim Meyering | |
1997-01-13 | Regenerated to reflect renamed tests. | Jim Meyering | |
1997-01-13 | Rename tests so that the associated files | Jim Meyering | |
have names that are distinct even on filesystems on which file names are case insensitive. | |||
1997-01-11 | . | Jim Meyering | |
1997-01-11 | . | Jim Meyering | |
1997-01-11 | . | Jim Meyering | |
1997-01-09 | . | Jim Meyering | |
1997-01-09 | Remove AC_ISC_POSIX. | Jim Meyering | |
1997-01-09 | . | Jim Meyering | |
1997-01-09 | . | Jim Meyering | |
1997-01-09 | . | Jim Meyering | |
1997-01-09 | (print_long_format): Cast alloca return value to char*. | Jim Meyering | |
1997-01-09 | . | Jim Meyering | |