Age | Commit 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 return | Jim Meyering | |
indication of success rather than second argument. | |||
1995-07-20 | . | Jim Meyering | |
1995-06-24 | merge with 1.12a | Jim Meyering | |
1995-06-18 | merge with 1.12 | Jim Meyering | |
1995-06-15 | merge with 1.11.5b | Jim Meyering | |
1995-06-15 | Alloca fix for ConvexOS-11.0. | Jim Meyering | |
1995-06-15 | Use 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-01 | merge with 1.11.5 | Jim Meyering | |
1995-05-28 | merge with 1.11.4a | Jim Meyering | |
1995-05-26 | Remove 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-21 | merge with 1.11.1b | Jim Meyering | |
1995-05-20 | merge with 1.11.1a | Jim Meyering | |
1995-05-19 | No 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-13 | Undef __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-13 | Remove unnecessary definitions for r?index. | Jim Meyering | |
Update definitions for ISDIGIT. | |||
1995-05-13 | Remove 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-10 | merge with 1.11.g | Jim Meyering | |
1995-04-27 | Use __-protected versions of `format' and `printf' only with gcc-2.7 and later. | Jim Meyering | |
1995-04-27 | merge with 1.11.f | Jim Meyering | |
1995-04-27 | (REGEX_FREE): Add back the `while (0)' hack | Jim Meyering | |
Put back ifdefs to protect unnecessary decl. | |||
1995-04-27 | Latest 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-26 | New version from FSF. | Jim Meyering | |
1995-04-24 | Protect format and printf with __*__. | Jim Meyering | |
1995-04-22 | Fix mostly per Franc,ois' suggestions. | Jim Meyering | |
1995-04-21 | Update and add copyright. | Jim Meyering | |
1995-03-21 | merge with 1.11.d | Jim Meyering | |
1995-03-20 | sync from FSF | Jim Meyering | |
1995-03-20 | . | Jim Meyering | |
1995-03-12 | . | Jim Meyering | |
1995-03-12 | Undef __P before defining it. | Jim Meyering | |
1995-03-12 | Make source const. | Jim Meyering | |
1995-03-12 | Update from glibc. | Jim Meyering | |