Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-27 | . | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | 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 | Add getenv to the list. | 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 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' | Jim Meyering | |
now that autoconf always defines the HAVE_DECL_ symbols. | |||
2000-02-27 | . | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | (install_file_to_path): Always use install_file_in_file. | Jim Meyering | |
Based on a patch from Adam Klein via Michael Stone. | |||
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | (TESTS): Add create-leading. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | Put cedilla on `c' in author's name. | Jim Meyering | |
2000-02-27 | (TESTS_ENVIRONMENT): Add PATH. Remove cruft. | Jim Meyering | |
2000-02-27 | Clean up. | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | . | Jim Meyering | |
2000-02-27 | . | Jim Meyering | |
2000-02-27 | *** empty log message *** | Jim Meyering | |
2000-02-27 | *** empty log message *** | 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-26 | *** empty log message *** | Jim Meyering | |
2000-02-26 | . | Jim Meyering | |
2000-02-26 | Don't make the success of the test depend on the | Jim Meyering | |
order in which directory entries are processed. Reported by Andreas Schwab. | |||
2000-02-26 | whoops. Add commas in parenthesized list of functions in call | Jim Meyering | |
to AC_CHECK_DECLS. | |||
2000-02-23 | *** empty log message *** | Jim Meyering | |
2000-02-23 | Now that we have the new AC_CHECK_DECLS, use it in place of my hack. | Jim Meyering | |
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-22 | *** empty log message *** | Jim Meyering | |
2000-02-22 | *** empty log message *** | Jim Meyering | |
2000-02-22 | fix typo | Jim Meyering | |
2000-02-22 | (datevtime-1): New test. | Jim Meyering | |
2000-02-15 | *** empty log message *** | Jim Meyering | |
2000-02-15 | *** empty log message *** | Jim Meyering | |