summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-02-15merge fileutils, textutils, sh-utilsJim Meyering
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-13*** empty log message ***Jim Meyering
2000-02-13.Jim Meyering
2000-02-13*** empty log message ***Jim Meyering
2000-02-13(run_tests): Discard stderr.Jim Meyering
Reverse diff args, so `expected' is last, as in mk-script.
2000-02-12.Jim Meyering
2000-02-12.Jim Meyering
2000-02-12*** empty log message ***Jim Meyering
2000-02-12(run_tests): Invoke `diff' when differences are found.Jim Meyering
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-12*** empty log message ***Jim Meyering
2000-02-12(usage): Mention only `:', and not `.' as the separator.Jim Meyering
2000-02-11(main): Count the stat'able arguments.Jim Meyering
Print the header line only if there is at least one valid argument. Reported by Andy Longton <alongton@metamark.com>
2000-02-11*** empty log message ***Jim Meyering
2000-02-10Invoke `diff' when differences are found.Jim Meyering
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-10*** empty log message ***Jim Meyering
2000-02-10(jm_FUNC_NANOSLEEP): Rename replacement function fromJim Meyering
gnu_nanosleep to rpl_nanosleep.
2000-02-09*** empty log message ***Jim Meyering
2000-02-09Exit 77 if we can't set up the framework (Volker Borchert reportedJim Meyering
that this test would fail because mknod failed when run on SunOS4.1.4 using NFS-mounted disk from an OpenBSD system).
2000-02-09(framework_failure): Use $null and $dir in place of literals in `here' script.Jim Meyering
2000-02-09*** empty log message ***Jim Meyering
2000-02-09*** empty log message ***Jim Meyering
2000-02-09*** empty log message ***Jim Meyering
2000-02-09(jm_LIB_CHECK): Fix typo: check for sp_pwdp inJim Meyering
struct spwd, rather than in struct passwd. Reported by G. Queri.