summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-25Change expected output for cycle-1 and cycle-2 tests.Jim Meyering
2000-01-25tsort now works more like the traditional UNIX tsort. Before it wouldJim Meyering
exit when it found a loop. Now it continues and outputs all items. (exit_status): New variable. (loop): New varibale. (count_items, scan_zeroes): Change return type to int. (detect_loop): Complete rewrite to correctly implement detection of loops. Also change return type to int. (recurse_tree): Stop if ACTION returns non-zero. This involves changing the return type of this function and ACTION to int. (walk_tree): Change return type of ACTION to int. (tsort): Continue sort after a loop has been detected (and broken). Set exit_status to 1 if a loop was detected. (main): Use exit_status to determine exit code.
2000-01-25*** empty log message ***Jim Meyering
2000-01-25*** empty log message ***Jim Meyering
2000-01-25Require AC_HEADER_TIME, and include sys/time.h as wellJim Meyering
as time.h in the compile check.
2000-01-25bump serialJim Meyering
2000-01-25Fix typo in cross-compiling case: s/yes/no/.Jim Meyering
2000-01-25Require AC_HEADER_TIME rather than simply using it.Jim Meyering
2000-01-25.Jim Meyering
2000-01-24*** empty log message ***Jim Meyering
2000-01-24(usage): Describe behavior when LINK_NAME is omitted.Jim Meyering
From Michael Stone.
2000-01-24(main): Don't expect array index `n_files - 1' to evaluateJim Meyering
to `-1' for unsigned int n_files == 0. Doing so lead to a segfault on alpha. From Michael Stone.
2000-01-23*** empty log message ***Jim Meyering
2000-01-23Move df-related tests here from fileutils/configure.inJim Meyering
2000-01-23.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23s/list_mounted_fs/ac_list_mounted_fs/Jim Meyering
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2000-01-23(jm_FILE_SYSTEM_USAGE): Take two parameters.Jim Meyering
2000-01-23s/space/ac_fsusage_space/.Jim Meyering
2000-01-23Extracted from fileutils/configure.in.Jim Meyering
2000-01-23.Jim Meyering
2000-01-23(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(jm_FUNC_FTRUNCATE): AC_REQUIRE it.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).Jim Meyering
(AC_SUBST(POW_LIBM)): Likewise.
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(libfetish_a_SOURCES): Remove explicit mention of obstack.c.Jim Meyering
2000-01-23(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23*** empty log message ***Jim Meyering
2000-01-23(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):Jim Meyering
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same.
2000-01-23version-control: neverJim Meyering
2000-01-23.Jim Meyering
2000-01-22.Jim Meyering
2000-01-22(keycompare): Use global, hard_LC_COLLATE in place ofJim Meyering
local that is sometimes undeclared.
2000-01-22*** empty log message ***Jim Meyering
2000-01-22[! HAVE_DECL_STRTOUL]: Declare strtoul.Jim Meyering
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function.
2000-01-22[! HAVE_DECL_STRTOUL]: Declare strtoul.Jim Meyering
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer.
2000-01-22*** empty log message ***Jim Meyering
2000-01-22Call AC_PROG_CC_STDC just before AC_C_CONST.Jim Meyering
2000-01-22*** empty log message ***Jim Meyering
2000-01-22*** empty log message ***Jim Meyering