summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1995-07-30[memcpy]: Define to bcopy if needed.Jim Meyering
(md5_buffer): Explicitely cast SWAP expressions to unsigned to avoid warning.
1995-07-21(md5_stream): Update prototype.Jim Meyering
[__P]: Define macro.
1995-07-21(md5_stream): Check for read failure and returnJim Meyering
indication of success rather than second argument.
1995-07-20.Jim Meyering
1995-06-24merge with 1.12aJim Meyering
1995-06-18merge with 1.12Jim Meyering
1995-06-15merge with 1.11.5bJim Meyering
1995-06-15Alloca fix for ConvexOS-11.0.Jim Meyering
1995-06-15Use void* alloca, not char*. The latter lost on convexOS.Jim Meyering
1995-06-07(Convert): Use 2037 as threshold, not 1999.Jim Meyering
Otherwise years after 1999 are treated as invalid. From Andreas Schwab.
1995-06-01merge with 1.11.5Jim Meyering
1995-05-28merge with 1.11.4aJim Meyering
1995-05-26Remove trailing white space.Jim Meyering
1995-05-22(__strtol): Remove prototype altogether.Jim Meyering
Move inclusion of xstrtol.h back so that it follows system headers.
1995-05-21(install-exec, install-exec): New targets. From Karl Berry.Jim Meyering
(maintainer-clean): Renamed from realclean per GNU Standards.
1995-05-21merge with 1.11.1bJim Meyering
1995-05-20merge with 1.11.1aJim Meyering
1995-05-19No longer include safe-l?stat.h.Jim Meyering
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