summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-30*** empty log message ***Jim Meyering
2000-01-30(main): Exit with nonzero status if ftruncate fails.Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-30*** empty log message ***Jim Meyering
2000-01-29whoops: s/jm_MACROS/jm_LIB_CHECK/Jim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29.Jim Meyering
2000-01-29New file containing library-related checks fromJim Meyering
fileutils and sh-utils (textutils had none).
2000-01-29*** empty log message ***Jim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29add lots of seq examplesJim Meyering
2000-01-29patch from Bruno demonstrating how to use seq to produce integerJim Meyering
output or output in non-decimal
2000-01-29back out bruno's %d, %u, etc. changesJim Meyering
2000-01-29*** empty log message ***Jim Meyering
2000-01-29Back out most of the 2000-01-21 and 01-22 changes.Jim Meyering
[Instead, merely give examples showing how to accomplish the same task with fewer limitations using existing tools. ] Suggestion from Bruno Haible. (valid_format): Rename from check_format.
2000-01-29Back out the 2000-01-21 change.Jim Meyering
Remove associated tests and add two equal-width ones.
2000-01-29*** empty log message ***Jim Meyering
2000-01-29Set COLUMNS envvar, just to be safe.Jim Meyering
2000-01-29(screen_columns): Change #if-0 (test code, mistakenly committed in last delta)Jim Meyering
back to #ifdef TIOCGWINSZ.
2000-01-28*** empty log message ***Jim Meyering
2000-01-28Change format of warning message to look more like thatJim Meyering
from the missing script. Suggestion from François Pinard.
2000-01-28*** empty log message ***Jim Meyering
2000-01-28(wrapf): Emit a newline only if 0 < current_col.Jim Meyering
(screen_columns): Use xstrtol, not atoi. If get_win_size fails and $COLUMNS == 0, then return 80, not `0'.
2000-01-26(detect_loop): Update incomplete comment.Jim Meyering
From Mark Kettenis.
2000-01-25*** empty log message ***Jim Meyering
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