1995-10-18 |
Jim Meyering | Merge latest change from FSF. |
commit | commitdiff | tree | snapshot |
1995-10-18 |
Jim Meyering | Get latest from FSF. |
commit | commitdiff | tree | snapshot |
1995-10-09 |
Jim Meyering | Indent cpp directives to reflect nesting. |
commit | commitdiff | tree | snapshot |
1995-10-09 |
Jim Meyering | Modified from glibc copy. |
commit | commitdiff | tree | snapshot |
1995-10-09 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-10-05 |
Jim Meyering | (read_filesystem_list): Cast -1 to dev_t before assignment. |
commit | commitdiff | tree | snapshot |
1995-10-01 |
Jim Meyering | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
1995-10-01 |
Richard Stallman | (re_search_2): Use 0, not -1, as the lower bound |
commit | commitdiff | tree | snapshot |
1995-10-01 |
Jim Meyering | (SOURCES): Add strtoul. |
commit | commitdiff | tree | snapshot |
1995-10-01 |
Jim Meyering | (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy... |
commit | commitdiff | tree | snapshot |
1995-09-25 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-09-23 |
Jim Meyering | [REL_ALLOC]: #ifdef-out dcls of unused variables. |
commit | commitdiff | tree | snapshot |
1995-09-23 |
Jim Meyering | Merge in changes for ConvexOS 11.0. |
commit | commitdiff | tree | snapshot |
1995-09-23 |
Jim Meyering | New version from FSF. |
commit | commitdiff | tree | snapshot |
1995-09-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-09-13 |
Jim Meyering | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
1995-09-01 |
Richard Stallman | (re_search_2): If pattern starts with \=, optimize... |
commit | commitdiff | tree | snapshot |
1995-08-22 |
Richard Stallman | (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push... |
commit | commitdiff | tree | snapshot |
1995-08-09 |
Jim Meyering | Include config.h. |
commit | commitdiff | tree | snapshot |
1995-08-09 |
Jim Meyering | Indent cpp directives. |
commit | commitdiff | tree | snapshot |
1995-08-07 |
Jim Meyering | Declare xmalloc, xrealloc rather than including xalloc.h. |
commit | commitdiff | tree | snapshot |
1995-08-07 |
Jim Meyering | Add FIXME comments. |
commit | commitdiff | tree | snapshot |
1995-08-05 |
Jim Meyering | (isnumber): Rename to is_number. |
commit | commitdiff | tree | snapshot |
1995-08-05 |
Jim Meyering | (SOURCES, OBJECTS, DISTFILES): Update for new files... |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Jim Meyering | (SOURCES, OBJECTS, DISTFILES): Update for new files. |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Jim Meyering | (_getopt_internal) [lint]: Initialize INDFOUND to |
commit | commitdiff | tree | snapshot |
1995-07-30 |
Jim Meyering | New version -- now derived from the line in libc. |
commit | commitdiff | tree | snapshot |
1995-07-30 |
Jim Meyering | Get new copy from FSF. |
commit | commitdiff | tree | snapshot |
1995-07-30 |
Jim Meyering | [memcpy]: Define to bcopy if needed. |
commit | commitdiff | tree | snapshot |
1995-07-21 |
Jim Meyering | (md5_stream): Update prototype. |
commit | commitdiff | tree | snapshot |
1995-07-21 |
Jim Meyering | (md5_stream): Check for read failure and return |
commit | commitdiff | tree | snapshot |
1995-07-20 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-07-17 |
Karl Heuer | Fix conditional. |
commit | commitdiff | tree | snapshot |
1995-07-07 |
Richard Stallman | Don't use relocatable allocator. |
commit | commitdiff | tree | snapshot |
1995-06-24 |
Jim Meyering | merge with 1.12a |
commit | commitdiff | tree | snapshot |
1995-06-20 |
Richard Stallman | Use `defined' to test HAVE_STRING_H and STDC_HEADERS. |
commit | commitdiff | tree | snapshot |
1995-06-18 |
Jim Meyering | merge with 1.12 |
commit | commitdiff | tree | snapshot |
1995-06-15 |
Jim Meyering | merge with 1.11.5b |
commit | commitdiff | tree | snapshot |
1995-06-15 |
Jim Meyering | Alloca fix for ConvexOS-11.0. |
commit | commitdiff | tree | snapshot |
1995-06-15 |
Jim Meyering | Use void* alloca, not char*. The latter lost on convexOS. |
commit | commitdiff | tree | snapshot |
1995-06-07 |
Jim Meyering | (Convert): Use 2037 as threshold, not 1999. |
commit | commitdiff | tree | snapshot |
1995-06-03 |
Karl Heuer | Undefined INHIBIT_STRING_HEADER when we have no |
commit | commitdiff | tree | snapshot |
1995-06-01 |
Jim Meyering | merge with 1.11.5 |
commit | commitdiff | tree | snapshot |
1995-05-29 |
Karl Heuer | (at_endline_loc_p): Use 0, not NULL, in ?: for next_next. |
commit | commitdiff | tree | snapshot |
1995-05-28 |
Jim Meyering | merge with 1.11.4a |
commit | commitdiff | tree | snapshot |
1995-05-26 |
Karl Heuer | (NULL): Use explicit cast. |
commit | commitdiff | tree | snapshot |
1995-05-26 |
Jim Meyering | Remove trailing white space. |
commit | commitdiff | tree | snapshot |
1995-05-22 |
Jim Meyering | (__strtol): Remove prototype altogether. |
commit | commitdiff | tree | snapshot |
1995-05-21 |
Jim Meyering | (install-exec, install-exec): New targets. From Karl... |
commit | commitdiff | tree | snapshot |
1995-05-21 |
Jim Meyering | merge with 1.11.1b |
commit | commitdiff | tree | snapshot |
1995-05-21 |
Jim Meyering | [REGEX_FREE]: Use ((void)0) instead of just (0). |
commit | commitdiff | tree | snapshot |
1995-05-20 |
Roland McGrath | Add `#ifdef _LIBC' in a few places, so this can be... |
commit | commitdiff | tree | snapshot |
1995-05-20 |
Jim Meyering | merge with 1.11.1a |
commit | commitdiff | tree | snapshot |
1995-05-19 |
Jim Meyering | No longer include safe-l?stat.h. |
commit | commitdiff | tree | snapshot |
1995-05-17 |
Roland McGrath | Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c |
commit | commitdiff | tree | snapshot |
1995-05-17 |
Roland McGrath | [VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or... |
commit | commitdiff | tree | snapshot |
1995-05-17 |
Karl Heuer | (re_compile_fastmap): Undo previous change. |
commit | commitdiff | tree | snapshot |
1995-05-15 |
Richard Stallman | (re_compile_fastmap): Don't free stack if it's empty. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (maintainer-clean): Rename from realclean. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (make_path): Use stat, not SAFE_STAT. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (parse_user_spec): Use strchr, not index. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (rmdir): Use stat, not safe_stat. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (rename): Use stat, not safe_stat. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (mkdir): Use stat, not safe_stat. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | Undef __P before defining. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (isdir): Usage stat, not safe_stat. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (statfs): Use stat, not safe_stat. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (eaccess_stat): Make statp and path arguments const. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | Remove unnecessary definitions for r?index. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | Remove safe-l?stat.[ch]in and related rules. |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (argmatch): Include sys/types.h and declare length... |
commit | commitdiff | tree | snapshot |
1995-05-13 |
Jim Meyering | (basename): Make arg const. |
commit | commitdiff | tree | snapshot |
1995-05-10 |
Jim Meyering | merge with 1.11.g |
commit | commitdiff | tree | snapshot |
1995-05-06 |
Richard Stallman | [! emacs]: #undef REL_ALLOC. |
commit | commitdiff | tree | snapshot |
1995-05-02 |
Richard Stallman | (union fail_stack_elt): New union. |
commit | commitdiff | tree | snapshot |
1995-04-29 |
Richard Stallman | (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT. |
commit | commitdiff | tree | snapshot |
1995-04-27 |
Jim Meyering | Use __-protected versions of `format' and `printf'... |
commit | commitdiff | tree | snapshot |
1995-04-27 |
Jim Meyering | merge with 1.11.f |
commit | commitdiff | tree | snapshot |
1995-04-27 |
Jim Meyering | (REGEX_FREE): Add back the `while (0)' hack |
commit | commitdiff | tree | snapshot |
1995-04-27 |
Jim Meyering | Latest from RMS. |
commit | commitdiff | tree | snapshot |
1995-04-26 |
Jim Meyering | (EMACS_INT): Define it to int. (BIG KLUDGE) |
commit | commitdiff | tree | snapshot |
1995-04-26 |
Jim Meyering | (REGEX_FREE): Define to `while (0) /* empty */' rather... |
commit | commitdiff | tree | snapshot |
1995-04-26 |
Jim Meyering | New version from FSF. |
commit | commitdiff | tree | snapshot |
1995-04-24 |
Jim Meyering | Protect format and printf with __*__. |
commit | commitdiff | tree | snapshot |
1995-04-22 |
Jim Meyering | Fix mostly per Franc,ois' suggestions. |
commit | commitdiff | tree | snapshot |
1995-04-21 |
Jim Meyering | Update and add copyright. |
commit | commitdiff | tree | snapshot |
1995-04-09 |
Richard Stallman | (re_match_2_internal): Eliminate cast of ptr to int. |
commit | commitdiff | tree | snapshot |
1995-03-21 |
Jim Meyering | merge with 1.11.d |
commit | commitdiff | tree | snapshot |
1995-03-20 |
Jim Meyering | sync from FSF |
commit | commitdiff | tree | snapshot |
1995-03-20 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-03-12 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
1995-03-12 |
Jim Meyering | Undef __P before defining it. |
commit | commitdiff | tree | snapshot |
1995-03-12 |
Jim Meyering | Make source const. |
commit | commitdiff | tree | snapshot |
1995-03-12 |
Jim Meyering | Update from glibc. |
commit | commitdiff | tree | snapshot |
1995-02-28 |
Jim Meyering | (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' |
commit | commitdiff | tree | snapshot |
1995-02-28 |
Jim Meyering | (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' |
commit | commitdiff | tree | snapshot |
1995-02-28 |
Jim Meyering | Always include system headers, but define-away any... |
commit | commitdiff | tree | snapshot |
1995-02-28 |
Jim Meyering | Remove sys-dependent cruft and define-away getopt in... |
commit | commitdiff | tree | snapshot |
next |