summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-27Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.Jim Meyering
2000-02-27Fix typo in decl of strtoul: s/long long/long/.Jim Meyering
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
2000-02-27Fix typo in decl of strtoul: s/long long/long/.Jim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.Jim Meyering
Declare malloc if needed.
2000-02-27use double quotes, not single quotes around syntax-error-evoking stringJim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27Add getenv to the list.Jim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27Use `#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-27Arrange for cpp to fail if the configure-timeJim Meyering
declaration check was not run.
2000-02-27Use `#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-27Use `#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-27Use `#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-27Put cedilla on `c' in author's name.Jim Meyering
2000-02-27(TESTS_ENVIRONMENT): Add PATH. Remove cruft.Jim Meyering
2000-02-27Clean 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-26Don't make the success of the test depend on theJim Meyering
order in which directory entries are processed. Reported by Andreas Schwab.
2000-02-26whoops. Add commas in parenthesized list of functions in callJim Meyering
to AC_CHECK_DECLS.
2000-02-23*** empty log message ***Jim Meyering
2000-02-23Now that we have the new AC_CHECK_DECLS, use it in place of my hack.Jim Meyering
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-22*** empty log message ***Jim Meyering
2000-02-22*** empty log message ***Jim Meyering
2000-02-22fix typoJim 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
2000-02-15(pop_dir): New function.Jim Meyering
(count_entry): Factor out common code (pop_dir), and call the new function instead. Move declaration of global, `stat_buf' into this function. (du_files): Don't stat `.' or call save_cwd, since count_entry never returns with a changed working directory.
2000-02-15*** empty log message ***Jim Meyering