summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2004-01-12.Jim Meyering
2004-01-11*** empty log message ***Jim Meyering
2004-01-11(DEFAULT_POSIX2_VERSION): Use definition of new,Jim Meyering
optional configure-time default.
2004-01-11.Jim Meyering
2004-01-11.Jim Meyering
2004-01-10*** empty log message ***Jim Meyering
2004-01-10(version_etc_copyright): Update copyright date.Jim Meyering
2004-01-09.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20[!_LIBC]: Undefine, then define-away __P.Jim Meyering
2003-12-20.Jim Meyering
2003-12-20*** empty log message ***Jim Meyering
2003-12-20[!_LIBC]: Define __P.Jim Meyering
2003-12-19.Jim Meyering
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.Jim Meyering
2003-12-18.Jim Meyering
2003-12-12add FIXMEJim 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-02Use SHA1_H, not _SHA_H in #ifndef condition.Jim Meyering
2003-12-02.Jim Meyering
2003-12-02renamed to sha1.hJim Meyering
2003-12-02renamed to sha1.cJim Meyering
2003-12-02File renamed from sha.h.Jim Meyering
2003-12-02File renamed from sha.c.Jim Meyering
Include sha1.h, not sha.h.
2003-12-02Reflect sha -> sha1 renaming.Jim Meyering
2003-12-02.Jim Meyering
2003-12-02Add FSF Copyright.Jim Meyering
2003-12-02*** empty log message ***Jim Meyering
2003-12-02Correct 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. TheseJim 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-29Include "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