summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-23Add missing AC_MSG_RESULT.Jim Meyering
Reported by Bruno Haible.
2000-06-23s/AC_MSG_CHECKING/AC_CHECKING/.Jim Meyering
Suggestion from Bruno Haible.
2000-06-22*** empty log message ***Jim Meyering
2000-06-22(main): Correct a comment.Jim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(AC_REPLACE_FUNCS): Add getpass.Jim Meyering
2000-06-21ansideclifyJim Meyering
2000-06-21New file, from Bruno Haible. Required for BeOS.Jim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(xgetcwd): If the required pathname length is smallerJim Meyering
than 1024, return a memory chunk of least possible size, instead of size PATH_MAX + 2. In the loop, increment the size proportionally. Use free/xmalloc instead of xrealloc to avoid copying for very long paths.
2000-06-21*** empty log message ***Jim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(canon_host): Use malloc and memcpy to copy anJim Meyering
address, not strdup. Include <stdlib.h> and don't declare free().
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(path_concat): Don't access dir[-1] if dir is the empty string.Jim Meyering
2000-06-21include getstr.hJim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(libfetish_a_SOURCES): Add getstr.c.Jim Meyering
(noinst_HEADERS): Add getstr.h.
2000-06-21(getstr): Remove private (and out of date) version of this function.Jim Meyering
(cut_fields): Adjust caller to use the just-extended one in ../lib.
2000-06-21*** empty log message ***Jim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21(getstr): Move into a separate file.Jim Meyering
2000-06-21copyright dateJim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-21New file, extracted from getline.c, with the followingJim Meyering
changes: new parameter, delim2; both delim[12] parameters have type `int', not `char'. The latter would lose with 8-bit delimiters.
2000-06-21*** empty log message ***Jim Meyering
2000-06-21New test for that.Jim Meyering
2000-06-21(valid_options): Don't segfault on `stty erase -'.Jim Meyering
2000-06-21*** empty log message ***Jim Meyering
2000-06-20*** empty log message ***Jim Meyering
2000-06-20*** empty log message ***Jim Meyering
2000-06-20(main): Fix off-by-argc test, so +N-style options are recognized once again.Jim Meyering
Reported by Geoff Keunning. Fix typo in diagnostic: s/compare/skip/.
2000-06-20*** empty log message ***Jim Meyering
2000-06-19*** empty log message ***Jim Meyering
2000-06-19(AC_REPLACE_FUNCS): Remove mkdir.Jim Meyering
2000-06-19.Jim Meyering
2000-06-19[HAVE_NLIST_H] (NLIST_STRUCT): Define.Jim Meyering
2000-06-19revert last changeJim Meyering
2000-06-19*** empty log message ***Jim Meyering
2000-06-19.Jim Meyering
2000-06-18*** empty log message ***Jim Meyering
2000-06-18Include memory.h, string.h, and/or strings.h as needed.Jim Meyering
(this snippet comes from src/system.h).
2000-06-18*** empty log message ***Jim Meyering
2000-06-18(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change theJim Meyering
`checking whether...' message to be consistent with that of the lstat test.
2000-06-18.Jim Meyering
2000-06-18s/NLIST_STRUCT/HAVE_NLIST_H/. Remove bigJim Meyering
multi-platform `#ifndef NLIST_STRUCT' block.
2000-06-17*** empty log message ***Jim Meyering
2000-06-17Don't fail (just exit 77) if strip doesn't work.Jim Meyering
Add canonical trap/mkdir/cd, plus exit portability cruft.
2000-06-17.Jim Meyering
2000-06-17.Jim Meyering