gnulib.git
1995-06-15 Jim MeyeringUse void* alloca, not char*. The latter lost on convexOS. ss-950614-22h58-1_11_5a
1995-06-07 Jim Meyering(Convert): Use 2037 as threshold, not 1999.
1995-06-03 Karl HeuerUndefined INHIBIT_STRING_HEADER when we have no
1995-06-01 Jim Meyeringmerge with 1.11.5
1995-05-29 Karl Heuer(at_endline_loc_p): Use 0, not NULL, in ?: for next_next.
1995-05-28 Jim Meyeringmerge with 1.11.4a
1995-05-26 Karl Heuer(NULL): Use explicit cast.
1995-05-26 Jim MeyeringRemove trailing white space.
1995-05-22 Jim Meyering(__strtol): Remove prototype altogether.
1995-05-21 Jim Meyering(install-exec, install-exec): New targets. From Karl...
1995-05-21 Jim Meyeringmerge with 1.11.1b
1995-05-21 Jim Meyering[REGEX_FREE]: Use ((void)0) instead of just (0).
1995-05-20 Roland McGrathAdd `#ifdef _LIBC' in a few places, so this can be...
1995-05-20 Jim Meyeringmerge with 1.11.1a
1995-05-19 Jim MeyeringNo longer include safe-l?stat.h.
1995-05-17 Roland McGrathUpdated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
1995-05-17 Roland McGrath[VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or...
1995-05-17 Karl Heuer(re_compile_fastmap): Undo previous change.
1995-05-15 Richard Stallman(re_compile_fastmap): Don't free stack if it's empty.
1995-05-13 Jim Meyering(maintainer-clean): Rename from realclean.
1995-05-13 Jim Meyering(make_path): Use stat, not SAFE_STAT.
1995-05-13 Jim Meyering(parse_user_spec): Use strchr, not index.
1995-05-13 Jim Meyering(rmdir): Use stat, not safe_stat.
1995-05-13 Jim Meyering(rename): Use stat, not safe_stat.
1995-05-13 Jim Meyering(mkdir): Use stat, not safe_stat.
1995-05-13 Jim MeyeringUndef __P before defining.
1995-05-13 Jim Meyering(isdir): Usage stat, not safe_stat.
1995-05-13 Jim Meyering(statfs): Use stat, not safe_stat.
1995-05-13 Jim Meyering(eaccess_stat): Make statp and path arguments const.
1995-05-13 Jim MeyeringRemove unnecessary definitions for r?index.
1995-05-13 Jim MeyeringRemove safe-l?stat.[ch]in and related rules.
1995-05-13 Jim Meyering(argmatch): Include sys/types.h and declare length...
1995-05-13 Jim Meyering(basename): Make arg const.
1995-05-10 Jim Meyeringmerge with 1.11.g ss-950520-08h12-sync-tu
1995-05-06 Richard Stallman[! emacs]: #undef REL_ALLOC.
1995-05-02 Richard Stallman(union fail_stack_elt): New union.
1995-04-29 Richard Stallman(PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.
1995-04-27 Jim MeyeringUse __-protected versions of `format' and `printf'...
1995-04-27 Jim Meyeringmerge with 1.11.f
1995-04-27 Jim Meyering(REGEX_FREE): Add back the `while (0)' hack
1995-04-27 Jim MeyeringLatest from RMS.
1995-04-26 Jim Meyering(EMACS_INT): Define it to int. (BIG KLUDGE)
1995-04-26 Jim Meyering(REGEX_FREE): Define to `while (0) /* empty */' rather...
1995-04-26 Jim MeyeringNew version from FSF.
1995-04-24 Jim MeyeringProtect format and printf with __*__.
1995-04-22 Jim MeyeringFix mostly per Franc,ois' suggestions.
1995-04-21 Jim MeyeringUpdate and add copyright.
1995-04-09 Richard Stallman(re_match_2_internal): Eliminate cast of ptr to int.
1995-03-21 Jim Meyeringmerge with 1.11.d
1995-03-20 Jim Meyeringsync from FSF
1995-03-20 Jim Meyering.
1995-03-12 Jim Meyering.
1995-03-12 Jim MeyeringUndef __P before defining it.
1995-03-12 Jim MeyeringMake source const.
1995-03-12 Jim MeyeringUpdate from glibc.
1995-02-28 Jim Meyering(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
1995-02-28 Jim Meyering(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
1995-02-28 Jim MeyeringAlways include system headers, but define-away any...
1995-02-28 Jim MeyeringRemove sys-dependent cruft and define-away getopt in...
1995-02-16 Jim Meyeringupdate from FSF
1995-02-11 Jim Meyering(SOURCES): Add memcmp.c, memcpy.c, and memset.c.
1995-02-11 Jim Meyering.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering(get_fs_usage, statfs): Use safe_read, and safe_stat...
1995-01-27 Jim MeyeringDeclare errno if it's not defined.
1995-01-27 Jim MeyeringDeclare errno if it's not defined.
1995-01-27 Jim Meyering(DEFS): Remove -Dlint.
1995-01-27 Jim MeyeringRename SAFE_STAT to safe_stat.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering(basename): Use strrchr, not rindex.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering.
1995-01-27 Jim MeyeringRemove/rewrite some comments.
1995-01-27 Jim Meyering.
1995-01-18 Karl Heuer[!emacs] (SWITCH_ENUM_CAST): New macro, from emacs...
1995-01-08 Jim MeyeringSee log in textutils/lib/.
1994-12-30 Richard Stallman(regex_compile): Use putchar, not printchar.
1994-12-24 Richard Stallman(SET_REGS_MATCHED): Do nothing if set_regs_matched_done...
1994-12-22 Jim MeyeringRearrange to accept a user-specified set of suffix...
1994-12-20 Jim Meyering.
1994-12-20 Jim Meyering.
1994-12-11 Jim Meyering[REG_UNSET_VALUE]: Define to the address of a static...
1994-12-10 Jim Meyering(safe_read): Get this function from gcc's cccp.c.
1994-12-04 Jim MeyeringGet putenv.c from /copies (derived from glibc).
1994-12-01 Karl Heuer(gettext): Make sure this is always defined, even ...
1994-11-29 Paul Eggert(re_compile_pattern, re_comp, regerror): Add gettext...
1994-11-21 Jim Meyering.
1994-11-19 Richard Stallman(re_compile_fastmap): Really, really treat `succeed...
1994-11-19 Richard Stallman(re_compile_fastmap): Really treat `succeed' like end.
1994-11-18 Karl Heuer(re_compile_fastmap): Treat `succeed' like end of pattern.
1994-11-16 Richard Stallman(re_opcode_t): New opcode `succeed'
1994-11-16 Richard Stallman(RE_NO_POSIX_BACKTRACKING): New macro.
1994-11-11 Jim Meyering(SOURCES): Add strtol.c.
1994-11-06 Jim Meyeringmerge with 1.12
1994-11-06 Jim MeyeringInitial revision
1994-11-05 Jim Meyeringmerge with 3.10
1994-11-04 Jim Meyeringmerge with 3.9u1
1994-11-04 Jim MeyeringChange _P to __P.
next