Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-06 | From FSF. | Jim Meyering | |
1995-11-03 | New version from glibc. | Jim Meyering | |
1995-11-03 | New version from glibc. | Jim Meyering | |
1995-10-30 | (eaccess_stat): Make static. | Jim Meyering | |
1995-10-29 | (distclean): Remove .deps. | Jim Meyering | |
1995-10-29 | (INCLUDE, COMPILE): New variables. | Jim Meyering | |
(.c.o): Rewrite to be more like src/Makefile.in. Add line that (--with-autodeps) will include mkdep-Makefile. | |||
1995-10-19 | New version from FSF. | Jim Meyering | |
1995-10-18 | [HAVE_ENDGRENT]: Define away endgrent. | Jim Meyering | |
[HAVE_ENDPWENT]: Define away endpwent. | |||
1995-10-18 | Use _POSIX_VERSION, not _POSIX_SOURCE. | Jim Meyering | |
1995-10-18 | Merge latest change from FSF. | Jim Meyering | |
1995-10-18 | Get latest from FSF. | Jim Meyering | |
1995-10-09 | Indent cpp directives to reflect nesting. | Jim Meyering | |
1995-10-09 | Modified from glibc copy. | Jim Meyering | |
1995-10-09 | . | Jim Meyering | |
1995-10-05 | (read_filesystem_list): Cast -1 to dev_t before assignment. | Jim Meyering | |
1995-10-01 | Remove trailing whitespace. | Jim Meyering | |
1995-10-01 | (SOURCES): Add strtoul. | Jim Meyering | |
1995-10-01 | (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy untruncated block | Jim Meyering | |
counts from f_spare array into proper members of struct statfs. From Eirik Fuller (eirik@netapp.com); | |||
1995-09-25 | . | Jim Meyering | |
1995-09-23 | [REL_ALLOC]: #ifdef-out dcls of unused variables. | Jim Meyering | |
1995-09-23 | Merge in changes for ConvexOS 11.0. | Jim Meyering | |
1995-09-23 | New version from FSF. | Jim Meyering | |
1995-09-19 | . | Jim Meyering | |
1995-09-13 | Fix typo in comment. | Jim Meyering | |
1995-08-09 | Include config.h. | Jim Meyering | |
Define bcopy to memcpy if possible. | |||
1995-08-09 | Indent cpp directives. | Jim Meyering | |
1995-08-07 | Declare xmalloc, xrealloc rather than including xalloc.h. | Jim Meyering | |
1995-08-07 | Add FIXME comments. | Jim Meyering | |
1995-08-05 | (isnumber): Rename to is_number. | Jim Meyering | |
(parse_user_spec): Rename uses, too. | |||
1995-08-05 | (SOURCES, OBJECTS, DISTFILES): Update for new files, save-cwd.[ch]. | Jim Meyering | |
1995-08-04 | . | Jim Meyering | |
1995-08-04 | (SOURCES, OBJECTS, DISTFILES): Update for new files. | Jim Meyering | |
1995-08-04 | . | Jim Meyering | |
1995-08-04 | (_getopt_internal) [lint]: Initialize INDFOUND to | Jim Meyering | |
avoid warning from gcc. | |||
1995-07-30 | New version -- now derived from the line in libc. | Jim Meyering | |
1995-07-30 | Get new copy from FSF. | Jim Meyering | |
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. |