Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-01 | Guard some #includes with `#if HAVE_...'. | Jim Meyering | |
2000-03-01 | new file, from Bruno | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-03-01 | . | Jim Meyering | |
2000-02-28 | *** empty log message *** | Jim Meyering | |
2000-02-28 | (ALERT_CHAR): New macro. | Jim Meyering | |
(quotearg_buffer_restyled): Use it. | |||
2000-02-27 | . | Jim Meyering | |
2000-02-27 | Fix typo in decl of strtoul: s/long long/long/. | Jim Meyering | |
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | |||
2000-02-27 | Fix typo in decl of strtoul: s/long long/long/. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'. | Jim Meyering | |
Declare malloc if needed. | |||
2000-02-27 | use double quotes, not single quotes around syntax-error-evoking string | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' | Jim Meyering | |
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run. | |||
2000-02-27 | Arrange for cpp to fail if the configure-time | Jim Meyering | |
declaration check was not run. | |||
2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' | Jim Meyering | |
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run. | |||
2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' | Jim Meyering | |
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run. | |||
2000-02-27 | Put 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-22 | Handle 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-14 | adapted from changes to grep getpagesize.h | Jim 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-12 | add FIXME comments for use of atoi | Jim 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-10 | Don'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-31 | fix typo. sheesh | Jim 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 follow | Jim Meyering | |
inclusion of wctype.h to work around solaris2.6 namespace pollution. (ISPRINT): Likewise. | |||
2000-01-30 | redo it on per-header basis | Jim Meyering | |
2000-01-30 | *** empty log message *** | Jim Meyering | |
2000-01-30 | (extract_trimmed_name): Use UT_USER instead of hard-coding | Jim 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 | |