summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-20.Jim Meyering
2003-12-20.Jim Meyering
2003-12-20.Jim Meyering
2003-12-20.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20(root-hint): Tweak wording.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20Accept new option (-0, --null) that makes it so eachJim Meyering
output line is NUL-terminated rather than newline-terminated.
2003-12-20(du invocation): Describe new option: -0, --null.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20New test for the above.Jim Meyering
2003-12-20(TESTS): Add unblock-sync.Jim Meyering
2003-12-20(apply_translations): Don't prohibit conv=unblock,sync.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-19Duh. Fix last change.Jim Meyering
2003-12-19*** empty log message ***Jim Meyering
2003-12-19(gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME if no library is required.Jim Meyering
2003-12-19*** empty log message ***Jim Meyering
2003-12-19Double quote back-ticked expression,Jim Meyering
in case it ends up having an unexpected value.
2003-12-19*** empty log message ***Jim Meyering
2003-12-19Use ls's -1 option in both runs.Jim Meyering
2003-12-19*** empty log message ***Jim Meyering
2003-12-19.Jim Meyering
2003-12-19*** empty log message ***Jim Meyering
2003-12-19(FTS_CROSS_CHECK, DEBUG_OPT): Define.Jim Meyering
(main): Make fts use FTS_TIGHT_CYCLE_CHECK. (main) [DU_DEBUG]: Accept -d option.
2003-12-19Don't include <search.h>.Jim Meyering
[HAVE_INTTYPES_H]: Include <inttypes.h>. (tdestroy, tfind, tsearch): Remove definitions. (struct Active_dir): Rename from `known_object'. (AD_compare, AD_hash): New functions. (enter_dir, leave_dir): Rewrite to manipulate a hash table rather than a tree. (fts_open): Initialize hash table or cycle_state buffer. (free_node): Remove function. (find_matching_ancestor): Renamed/rewritten from look_up_active_dir. (fts_cross_check): Adapt to use new data structure.
2003-12-19Include hash.h and cycle-check.h.Jim Meyering
(FTS_TIGHT_CYCLE_CHECK): New value. (FTS_OPTIONMASK): Adjust to include the new value. (FTS_NAMEONLY, FTS_STOP): Increase to allow room for new value. (struct FTS) [active_dir_ht]: New member. Replaces fts_dir_signatures. (struct FTS) [cycle_state]: New member.
2003-12-19(libfetish_a_SOURCES): Remove search_.h.Jim Meyering
(DISTCLEANFILES): Remove definition.
2003-12-18Rewrite cycle detection code to work properly.Jim Meyering
Add some framework (compiled out by default) to test it. (Dprintf, ENTER_DIR, LEAVE_DIR): Define. (add_object): Remove function. Rewritten as... (enter_dir): New function. (leave_dir, free_node): New functions. (fts_read): Ensure that we call ENTER_DIR or LEAVE_DIR, as appropriate, before returning. (look_up_active_dir, fts_cross_check) [FTS_DEBUG]: New functions. (fts_stat): Don't perform the cycle check here. Now it's done via enter_dir.
2003-12-18*** empty log message ***Jim Meyering
2003-12-18(format_user): Increment dired_pos via two statements,Jim Meyering
`dired_pos += width; dired_pos++;' rather than one, `dired_pos += width + 1;' since the latter could conceivably overflow. (format_group): Likewise.
2003-12-18*** empty log message ***Jim Meyering
2003-12-18.Jim Meyering
2003-12-18Require automake-1.8.Jim Meyering
2003-12-18.Jim Meyering
2003-12-18.Jim Meyering
2003-12-18*** empty log message ***Jim Meyering
2003-12-18(jm_PREREQ): Require AC_FUNC_GETLOADAVG, not gl_FUNC_GETLOADAVG.Jim Meyering
2003-12-18Remove now-unnecessary file.Jim Meyering
2003-12-18(AC_ISC_POSIX): Remove file/macro. No longer needed.Jim Meyering
2003-12-18*** empty log message ***Jim Meyering
2003-12-18(AC_SEARCH_LIBS): Remove file/macro, now thatJim Meyering
this replacement is no longer needed. Besides, this macro has no effect with autoconf-2.58, since its `undefine' is not honored.
2003-12-12add FIXMEJim Meyering
2003-12-12(FTS) [fts_dir_signatures]: Add comment.Jim Meyering
2003-12-12*** empty log message ***Jim Meyering
2003-12-12.Jim Meyering
2003-12-08*** empty log message ***Jim Meyering
2003-12-08(news-date-check): New rule.Jim Meyering
(alpha beta major): Depend on it.
2003-12-08add release datesJim Meyering