summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-23.Jim Meyering
2003-02-22*** empty log message ***Jim Meyering
2003-02-22New option: --release-type=TYPEJim Meyering
2003-02-22(beta, major): New targets. Remove `release'.Jim Meyering
Put them all together on a line. Pass the release type (via RELEASE_TYPE envvar) to the MAKE invocation of `announcement'. (announcement): Invoke announce-gen with --release-type=$RELEASE_TYPE.
2003-02-22(news-r1, news-r2): Remove now-unused definitions.Jim Meyering
2003-02-22add commentJim Meyering
2003-02-22tweak commentsJim Meyering
2003-02-22tweak commentsJim Meyering
2003-02-22Escape dots in regexps for $curr_version and $prev_version.Jim Meyering
Fail if we find no lines in NEWS.
2003-02-22(announcement): Now that NEWS entries areJim Meyering
extracted by announce-gen, don't do it here.
2003-02-22New option: --news=NEWS_FILE.Jim Meyering
Extract NEWS entries here, not ...
2003-02-22*** empty log message ***Jim Meyering
2003-02-22bump to 4.5.9Jim Meyering
2003-02-21.Jim Meyering
2003-02-21.Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21Merge in changes from autoconf's version of this file.Jim Meyering
(www-gnu): Define. (standards.texi-url_prefix): Use $(www-gnu). (make-stds.texi-url_prefix): Likewise.
2003-02-21*** empty log message ***Jim Meyering
2003-02-21*** 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.Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21(stat invocation): Describe %B.Jim Meyering
2003-02-21(usage): Tweak wording of %B description.Jim Meyering
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*** empty log message ***Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21.Jim Meyering
2003-02-21(TESTS): Add basic.Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21Include "mmap-stack.h".Jim Meyering
(main): Invoke `run' through a macro that (when possible) runs it with a large, mmap'd stack.
2003-02-21*** empty log message ***Jim Meyering
2003-02-21*** empty log message ***Jim Meyering
2003-02-21(run_on_mmaped_stack): Allocate 256MB, not 1GBJim Meyering