summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1995-05-13(maintainer-clean): Rename from realclean.Jim Meyering
(.PHONY): New dependencies. [.c.o]: Remove -I. since safe-l?stat.h is no longer used.
1995-05-13(make_path): Use stat, not SAFE_STAT.Jim Meyering
Use strchr, not index. Adjust defines accordingly.
1995-05-13(parse_user_spec): Use strchr, not index.Jim Meyering
[!HAVE_STRING_H]: Define strchr in terms of index, not the other way around.
1995-05-13(rmdir): Use stat, not safe_stat.Jim Meyering
1995-05-13(rename): Use stat, not safe_stat.Jim Meyering
(rename): Compare src and dest inode numbers rather than src inode and dest *dev* when determining whether src and dest refer to the same file. From marc@math.cornell.edu (Marc Parmet).
1995-05-13(mkdir): Use stat, not safe_stat.Jim Meyering
1995-05-13Undef __P before defining.Jim Meyering
Guard definition with simpler `#if __STDC__'.
1995-05-13(isdir): Usage stat, not safe_stat.Jim Meyering
1995-05-13(statfs): Use stat, not safe_stat.Jim Meyering
1995-05-13(eaccess_stat): Make statp and path arguments const.Jim Meyering
(euidaccess): Make statp argument const. Use stat, not safe_stat.
1995-05-13Remove unnecessary definitions for r?index.Jim Meyering
Update definitions for ISDIGIT.
1995-05-13Remove safe-l?stat.[ch]in and related rules.Jim Meyering
1995-05-13(argmatch): Include sys/types.h and declare length argument with type size_t.Jim Meyering
1995-05-13(basename): Make arg const.Jim Meyering
1995-05-10merge with 1.11.gJim Meyering
1995-04-27Use __-protected versions of `format' and `printf' only with gcc-2.7 and later.Jim Meyering
1995-04-27merge with 1.11.fJim Meyering
1995-04-27(REGEX_FREE): Add back the `while (0)' hackJim Meyering
Put back ifdefs to protect unnecessary decl.
1995-04-27Latest from RMS.Jim Meyering
1995-04-26(EMACS_INT): Define it to int. (BIG KLUDGE)Jim Meyering
1995-04-26(REGEX_FREE): Define to `while (0) /* empty */' rather than nothing.Jim Meyering
Otherwise, some uses got warnings about empty if-clause. Declare failure_stack_ptr only #ifdef REL_ALLOC.
1995-04-26New version from FSF.Jim Meyering
1995-04-24Protect format and printf with __*__.Jim Meyering
1995-04-22Fix mostly per Franc,ois' suggestions.Jim Meyering
1995-04-21Update and add copyright.Jim Meyering
1995-03-21merge with 1.11.dJim Meyering
1995-03-20sync from FSFJim Meyering
1995-03-20.Jim Meyering
1995-03-12.Jim Meyering
1995-03-12Undef __P before defining it.Jim Meyering
1995-03-12Make source const.Jim Meyering
1995-03-12Update from glibc.Jim Meyering
1995-02-28(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'Jim Meyering
instead of using trailing `else' -- otherwise, gcc -Wall complains of `empty body in an else-statement'.
1995-02-28Always include system headers, but define-away any putenv prototype.Jim Meyering
1995-02-28Remove sys-dependent cruft and define-away getopt in system headersJim Meyering
instead.
1995-02-16update from FSFJim Meyering
1995-02-11(SOURCES): Add memcmp.c, memcpy.c, and memset.c.Jim Meyering
1995-02-11.Jim Meyering
1995-01-27.Jim Meyering
1995-01-27(get_fs_usage, statfs): Use safe_read, and safe_stat rather thanJim Meyering
bare read and stat.
1995-01-27Declare errno if it's not defined.Jim Meyering
Rename SAFE_STAT to safe_stat.
1995-01-27Declare errno if it's not defined.Jim Meyering
1995-01-27(DEFS): Remove -Dlint.Jim Meyering
(DISTFILES): Add error.h.
1995-01-27Rename SAFE_STAT to safe_stat.Jim Meyering
1995-01-27Rename SAFE_STAT to safe_stat.Jim Meyering
1995-01-27Rename SAFE_STAT to safe_stat.Jim Meyering
1995-01-27.Jim Meyering
1995-01-27(basename): Use strrchr, not rindex.Jim Meyering
[!STDC_HEADERS && !HAVE_STRING_H]: Define strrchr to rindex.
1995-01-27.Jim Meyering
1995-01-27.Jim Meyering