summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2000-02-09*** empty log message ***Jim Meyering
2000-02-09(correct_password): Correct HAVE_STRUCT_* name in #if guardJim Meyering
to go along with corrected autoconf test: Reported by G Queri.
2000-02-08bump serial numberJim Meyering
2000-02-08*** empty log message ***Jim Meyering
2000-02-08*** empty log message ***Jim Meyering
2000-02-08(AM_FUNC_GETLOADAVG): Remove now-unnecessary use of changequote.Jim Meyering
2000-02-08bump #serial to 108Jim Meyering
2000-02-08(AM_GNU_GETTEXT): Quote square brackets with `[' and `]'Jim Meyering
and remove uses of `changequote'.
2000-02-08(AC_SYS_LARGEFILE_FLAGS): Quote square brackets with `[' and `]'Jim Meyering
and remove uses of `changequote'.
2000-02-08(jm_AC_FUNC_MEMCMP): Remove now-unnecessary use of changequote.Jim Meyering
Add `int' for main.
2000-02-08(jm_FUNC_READDIR): Remove now-unnecessary uses of changequote.Jim Meyering
2000-02-08(jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote.Jim Meyering
2000-02-08(jm_FUNC_GNU_STRFTIME): Remove now-unnecessary uses of changequote.Jim Meyering
2000-02-05*** empty log message ***Jim Meyering