summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-02-27Put cedilla on `c' in author's name.Jim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27.Jim Meyering
2000-02-27(parse_user_spec): If there is no `:' but there is a `.',Jim Meyering
then first look up the entire `.'-containing string as a login name.
2000-02-22Handle two-digit years with leading zeros correctly.Jim Meyering
(textint): New typedef. (parser_control): Member year changed from int to textint. All uses changed. (YYSTYPE): Removed; replaced by %union with int and textint members. (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>. (tSNUMBER, tUNUMBER): Now of type <textintval>. (date, number, to_year): Use width of number in digits, not its value, to determine whether it's a 2-digit year, or a 2-digit time. (yylex): Store number of digits of numeric tokens. Reported by John Kendall. (parser_control): Changed from struct parser_control to typedef (for consistency). All uses changed. (tID): Removed; not used. (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
2000-02-15*** empty log message ***Jim Meyering
2000-02-14.Jim Meyering
2000-02-14adapted from changes to grep getpagesize.hJim Meyering
by Martin P.J. Zinser <zinser@decus.de>.
2000-02-12*** empty log message ***Jim Meyering
2000-02-12*** empty log message ***Jim Meyering
2000-02-12<libintl.h>: Include.Jim Meyering
(_ and N_): Define. (parse_user_spec): Mark translatable strings.
2000-02-12add FIXME comments for use of atoiJim Meyering
2000-02-12(ISDIGIT): Define it.Jim Meyering
(isdigit): Remove definition. (is_number): Use ISDIGIT, not isdigit.
2000-02-10*** empty log message ***Jim Meyering
2000-02-10#undef nanosleep.Jim Meyering
(rpl_nanosleep): Rename from nanosleep.
2000-02-10Don't include config.h.Jim Meyering
Remove prototype from declaration of nanosleep. (PARAMS): Remove now-unneeded definition.
2000-02-05.Jim Meyering
2000-02-03*** empty log message ***Jim Meyering
2000-02-03(read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',Jim Meyering
rather than with `#if HAVE_UTMPNAME'.
2000-02-01(UT_USER): Add parens. From Andreas Schwab.Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.Jim Meyering
2000-01-31fix typo. sheeshJim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31*** empty log message ***Jim Meyering
2000-01-31(ISASCII): Add #undef and move definition to followJim Meyering
inclusion of wctype.h to work around solaris2.6 namespace pollution. (ISPRINT): Likewise.
2000-01-30redo it on per-header basisJim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(extract_trimmed_name): Use UT_USER instead of hard-codingJim Meyering
uses of ->ut_name. The latter doesn't work with new Linux header files where only utmpx.ut_user is declared.
2000-01-30(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.Jim Meyering
2000-01-23.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(libfetish_a_SOURCES): Remove explicit mention of obstack.c.Jim Meyering
2000-01-23version-control: neverJim Meyering
2000-01-23.Jim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22[! HAVE_DECL_STRTOUL]: Declare strtoul.Jim Meyering
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function.
2000-01-22*** empty log message ***Jim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22[HAVE_WCTYPE_H]: Include <wctype.h>.Jim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22(dir_name): Support for DOS-style file names with drive letters.Jim Meyering
2000-01-22tack on the one from fileutils/libJim Meyering
2000-01-22.Jim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22(ISDIGIT): Define.Jim Meyering
(strverscmp): Use ISDIGIT, not isdigit.
2000-01-18*** empty log message ***Jim Meyering
2000-01-18(nanosleep):Jim Meyering
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988).
2000-01-17*** empty log message ***Jim Meyering
2000-01-17.Jim Meyering