Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-28 | Always include system headers, but define-away any putenv prototype. | Jim Meyering | |
1995-02-28 | Remove sys-dependent cruft and define-away getopt in system headers | Jim Meyering | |
instead. | |||
1995-02-16 | update from FSF | Jim 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 than | Jim Meyering | |
bare read and stat. | |||
1995-01-27 | Declare errno if it's not defined. | Jim Meyering | |
Rename SAFE_STAT to safe_stat. | |||
1995-01-27 | Declare errno if it's not defined. | Jim Meyering | |
1995-01-27 | (DEFS): Remove -Dlint. | Jim Meyering | |
(DISTFILES): Add error.h. | |||
1995-01-27 | Rename SAFE_STAT to safe_stat. | Jim Meyering | |
1995-01-27 | Rename SAFE_STAT to safe_stat. | Jim Meyering | |
1995-01-27 | Rename SAFE_STAT to safe_stat. | Jim Meyering | |