summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-02-28(ftw_startup): Return -1 if alloca fails.Jim Meyering
2003-02-28*** empty log message ***Jim Meyering
2003-02-28(fts_children): If opening `.' fails, set the fts_childJim Meyering
member to NULL before returning. From NetBSD.
2003-02-28*** empty log message ***Jim Meyering
2003-02-28(fts_children): If fchdir fails, close file descriptorJim Meyering
before returning. From NetBSD.
2003-02-27*** empty log message ***Jim Meyering
2003-02-27(physmem_total, physmem_available): Add comments.Jim Meyering
2003-02-27*** empty log message ***Jim Meyering
2003-02-27Merge in portability changes from gcc/libibertyJim Meyering
to support AIX, Tru64, and Windows. See the ChangeLog there for credits and details.
2003-02-24filter through cppiJim Meyering
2003-02-24[__USE_FILE_OFFSET64]: Remove #error directive.Jim Meyering
2003-02-24Include <search.h>.Jim Meyering
(struct known_object): Define. (object_compare, add_object, find_object): New functions, like those in ftw.c. (fts_open): Initialize new member. (fts_close): Free memory allocated for new member. (fts_stat): Detect a cycle in O(logN) time per directory processed.
2003-02-24*** empty log message ***Jim Meyering
2003-02-24[HAVE_CONFIG_H]: Include <config.h>.Jim Meyering
Conditionalize inclusion of <sys/param.h>. Conditionalize inclusion of <include/sys/stat.h> vs <sys/stat.h>. Include autoconf-recommended block of dirent/NAMELEN-related definitions and includes. Use NAMLEN throughout, rather than _D_EXACT_NAMLEN. [_LIBC] (close, closedir, fchdir, open, opendir): Define. [_LIBC] (readdir, tdestroy, tfind, tsearch): Define. Remove `__' prefix from all uses of the above. This will help to merge *BSD changes. [!_LIBC] (internal_function): Define. [! _LIBC && ! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define lstat. (__set_errno): Define if not already defined.
2003-02-24[struct FTS] (fts_dir_signatures): New, opaque member.Jim Meyering
2003-02-24(fts_open): If fts_alloc returns NULL, don't dereference it.Jim Meyering
(fts_read): If fts_safe_changedir fails because it is not able to chdir into a subdirectory, then inform the caller.
2003-02-24virgin copy from glibcJim Meyering
2003-02-24*** empty log message ***Jim Meyering
2003-02-24dohJim Meyering
2003-02-24*** empty log message ***Jim Meyering
2003-02-24*** empty log message ***Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21Undefine HAVE_MMAP_STACK, thus disablingJim Meyering
this code on all systems.
2003-02-21*** empty log message ***Jim Meyering
2003-02-21Merge in some changes from GNU libc.Jim Meyering
(md5_uintptr): Define.
2003-02-21(run_on_mmaped_stack): Allocate 256MB, not 1GBJim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21Include <sys/types.h> before <dirent.h>.Jim Meyering
This is required for Apple Darwin 6.3 (MacOS 10.2.3).
2003-02-20.Jim Meyering
2003-02-19*** empty log message ***Jim Meyering
2003-02-19Merge in some clean-up and optimization changes from glibc's md5.c.Jim Meyering
2003-02-19Merge in some clean-up and optimization changes from glibc.Jim Meyering
2003-02-19upgrade to automake-1.7.2bJim Meyering
2003-02-18*** empty log message ***Jim Meyering
2003-02-18*** empty log message ***Jim Meyering
2003-02-18(sha_stream) [BLOCKSIZE]: Move definition to top of file.Jim Meyering
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF.
2003-02-18(md5_stream) [BLOCKSIZE]: Move definition to top of file.Jim Meyering
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF.
2003-02-18*** empty log message ***Jim Meyering
2003-02-18(CLEANFILES): Remove ftw.h and search.h.Jim Meyering
(DISTCLEANFILES): Add them here. Add fnmatch.h, too.
2003-02-17*** empty log message ***Jim Meyering
2003-02-17(RUN_WITH_BIG_STACK_4): Define.Jim Meyering
2003-02-17.Jim Meyering
2003-02-17*** empty log message ***Jim Meyering
2003-02-17Undo most of last change.Jim Meyering
Use sysmp instead, since it provides a cleaner interface.
2003-02-17tweak commentJim Meyering
2003-02-16*** empty log message ***Jim Meyering
2003-02-16(libfetish_a_SOURCES): Add mmap-stack.h.Jim Meyering
2003-02-16*** empty log message ***Jim Meyering
2003-02-16(MAP_ANONYMOUS): Use MAP_ANON, if possible.Jim Meyering
Initialize `fd' to -1, so Solaris' mmap works with MAP_ANON.
2003-02-15add an assertionJim Meyering