Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-19 | . | Jim Meyering | |
2003-12-19 | Don'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-19 | Include 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-18 | Rewrite 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 | . | Jim Meyering | |
2003-12-18 | . | Jim Meyering | |
2003-12-12 | add FIXME | Jim Meyering | |
2003-12-12 | (FTS) [fts_dir_signatures]: Add comment. | Jim Meyering | |
2003-12-12 | . | Jim Meyering | |
2003-12-03 | . | Jim Meyering | |
2003-12-03 | *** empty log message *** | Jim Meyering | |
2003-12-03 | (getgroups): xmalloc takes one argument, not two. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | Use SHA1_H, not _SHA_H in #ifndef condition. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | renamed to sha1.h | Jim Meyering | |
2003-12-02 | renamed to sha1.c | Jim Meyering | |
2003-12-02 | File renamed from sha.h. | Jim Meyering | |
2003-12-02 | File renamed from sha.c. | Jim Meyering | |
Include sha1.h, not sha.h. | |||
2003-12-02 | Reflect sha -> sha1 renaming. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | Add FSF Copyright. | Jim Meyering | |
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | Correct stale references to MD5 and `16 bytes'. | Jim Meyering | |
Patch by Ulrich Drepper. Add FSF Copyright. Remove reference to Scott Miller, since this file is now nearly identical to md5.h. | |||
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | (rol) [__GNUC__ && __i386__]: Don't use `asm' code. These | Jim Meyering | |
days, gcc-3.x does better all by itself. Patch from Dean Gaudet: http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html | |||
2003-11-29 | *** empty log message *** | Jim Meyering | |
2003-11-29 | Include "xalloc.h", for decl of xstrdup. | Jim Meyering | |
2003-11-29 | *** empty log message *** | Jim Meyering | |
2003-11-29 | (c_strtod): Save and restore original LC_NUMERIC setting, | Jim Meyering | |
in case it was different from the environment-derived value. Patch by Paul Eggert. | |||
2003-11-27 | . | Jim Meyering | |
2003-11-27 | . | Jim Meyering | |
2003-11-27 | . | Jim Meyering | |
2003-11-27 | (xstrtod): Accept an extra arg, specifying the conversion function. | Jim Meyering | |
Don't include stdlib.h; no longer needed. | |||
2003-11-27 | (xstrtod): Accept an extra arg, specifying the conversion function. | Jim Meyering | |
2003-11-27 | new files, from Paul Eggert | Jim Meyering | |
2003-11-27 | (libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h. | Jim Meyering | |
2003-11-27 | Don't include xstrtod.h; it's not needed. | Jim Meyering | |
2003-11-24 | upgrade to automake-1.7d | Jim Meyering | |
2003-11-22 | *** empty log message *** | Jim Meyering | |
2003-11-22 | (x2nrealloc_inline): Fix typos in comments: s/size/size_t/. | Jim Meyering | |
2003-11-21 | *** empty log message *** | Jim Meyering | |
2003-11-21 | (xreadlink): Correct outdated comment. | Jim Meyering | |
2003-11-17 | *** empty log message *** | Jim Meyering | |
2003-11-17 | On systems without utime and without a utimes function capable of | Jim Meyering | |
dealing with a NULL struct utimbuf* argument, this utime replacement could -- in unusual circumstances -- leak a file descriptor. Include <unistd.h> and <errno.h>. (utime_null): Be sure to close `fd' and to preserve errno. | |||
2003-11-13 | *** empty log message *** | Jim Meyering | |
2003-11-13 | Update from gnulib. | Jim Meyering | |
2003-11-13 | Update from gnulib. | Jim Meyering | |