summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bracket prototype with PARAMSSH-UTILS-1_15aJim Meyering1997-01-261-1/+1
|
* .Jim Meyering1997-01-261-2/+2
|
* remove trailing blanksJim Meyering1997-01-251-1/+1
|
* (noinst_HEADERS): Add getdate.h.Jim Meyering1997-01-251-2/+2
|
* .TEXTUTILS-1_21aJim Meyering1997-01-252-10/+11
|
* Move the code from configure.in intoJim Meyering1997-01-251-1/+14
| | | | | | this macro that resorts to looking for getgroups in -lbsd. Set new shell variable, GETGROUPS_LIB (that callers should check), if it is found there.
* (XSTRTOL_H): Undefine it.Jim Meyering1997-01-251-0/+6
|
* [!_STRTOL_ERROR]: Define the type `enum strtol_error'Jim Meyering1997-01-251-0/+3
| | | | only if it hasn't already been defined.
* (__xstrtol): Change interpretation ofJim Meyering1997-01-251-7/+6
| | | | | VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former when any suffix is valid, the later when no suffix is allowed.
* (parse_long_options): Reset optind to zeroJim Meyering1997-01-251-4/+3
| | | | | before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later.
* .Jim Meyering1997-01-231-9/+5
|
* Update from GNU via UliJim Meyering1997-01-233-57/+69
|
* revert last changeJim Meyering1997-01-231-2/+1
|
* .Jim Meyering1997-01-231-0/+1
|
* (AM_FUNC_MKTIME): Run tests for each of a few valuesJim Meyering1997-01-231-6/+25
| | | | | for the TZ environment variable. Andre Novaes Cunha provided the hairy TZ setting that exercized the Solaris tzset bug.
* increment serial numberJim Meyering1997-01-231-1/+1
|
* [strftime]: Add parameters to macro definition. From Drepper.Jim Meyering1997-01-221-1/+3
|
* (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.Jim Meyering1997-01-221-1/+1
|
* (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug.Jim Meyering1997-01-221-1/+25
| | | | From Paul Eggert.
* (AM_FUNC_MKTIME): Fix bug in mktime test -- don'tJim Meyering1997-01-221-4/+26
| | | | test now, test a couple of thousand times.
* .Jim Meyering1997-01-191-5/+8
|
* Indent with GNU indent.Jim Meyering1997-01-181-224/+260
|
* Indent 2 more cpp-directives to reflect nesting.Jim Meyering1997-01-181-2/+2
|
* (get_date): Change prototype to reflect const'ness of parameters.Jim Meyering1997-01-181-32/+13
| | | | Indent cpp-directives to reflect nesting.
* .Jim Meyering1997-01-181-1/+1
|
* .Jim Meyering1997-01-181-0/+46
|
* 1997-01-06 Paul Eggert <eggert@twinsun.com>Jim Meyering1997-01-181-228/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Add comment re HAVE_PSTAT_GETDYNAMIC.Jim Meyering1997-01-181-0/+8
|
* reindentJim Meyering1997-01-181-21/+21
|
* (AM_FUNC_GETLOADAVG): Check for pstat_getdynamic.Jim Meyering1997-01-171-1/+4
|
* Fix up indentation a little.Jim Meyering1997-01-151-9/+12
|
* Indent cpp-directives to reflect nesting.Jim Meyering1997-01-151-374/+395
|
* Remove AC_ISC_POSIX.Jim Meyering1997-01-091-1/+0
|
* (_getopt_internal): Use `_', rather than the (sometimes-)expansion `gettext'.SH-UTILS-1_15Jim Meyering1997-01-081-5/+5
|
* .Jim Meyering1997-01-081-5/+1
|
* [_]: Define to gettext also if ENABLE_NLS is defined.Jim Meyering1997-01-081-1/+1
|
* New (more POSIX compliant) version from GNU libc.Jim Meyering1997-01-081-46/+216
|
* .FILEUTILS-3_14bJim Meyering1997-01-031-5/+5
|
* (EXTRA_DIST): Add getgroups.c.Jim Meyering1997-01-031-1/+1
|
* .Jim Meyering1997-01-021-12/+12
|
* .TEXTUTILS-1_20bJim Meyering1996-12-291-1/+5
|
* .Jim Meyering1996-12-281-0/+1
|
* .Jim Meyering1996-12-281-1/+1
|
* Rewrite the test so that systems lackingJim Meyering1996-12-281-17/+22
| | | | | getgroups don't try to use the supplied replacement function -- that depends on the existence of such a function.
* Add comment.Jim Meyering1996-12-271-5/+7
| | | | Rename local, ng to n_groups.
* .TEXTUTILS-1_20aJim Meyering1996-12-231-6/+2
|
* (EXTRA_DIST): Add README.Jim Meyering1996-12-231-1/+1
|
* .Jim Meyering1996-12-232-20/+23
|
* .Jim Meyering1996-12-211-2/+2
|
* update from GNU libcJim Meyering1996-12-211-3/+5
|