log

age author description
Sat, 24 Jun 1995 21:53:00 +0000 Jim Meyering GNU text utilities TEXTUTILS
Sun, 18 Jun 1995 19:24:17 +0000 Jim Meyering GNU text utilities
Thu, 15 Jun 1995 16:42:47 +0000 Jim Meyering GNU text utilities
Thu, 15 Jun 1995 03:57:49 +0000 Jim Meyering Use void* alloca, not char*. The latter lost on convexOS.
Wed, 07 Jun 1995 18:10:17 +0000 Jim Meyering (Convert): Use 2037 as threshold, not 1999.
Sat, 03 Jun 1995 17:32:10 +0000 Karl Heuer Undefined INHIBIT_STRING_HEADER when we have no
Thu, 01 Jun 1995 14:12:57 +0000 Jim Meyering merge with 1.11.5
Mon, 29 May 1995 06:15:30 +0000 Karl Heuer (at_endline_loc_p): Use 0, not NULL, in ?: for next_next.
Sun, 28 May 1995 01:55:00 +0000 Jim Meyering merge with 1.11.4a
Fri, 26 May 1995 22:35:10 +0000 Karl Heuer (NULL): Use explicit cast.
Fri, 26 May 1995 15:08:55 +0000 Jim Meyering Remove trailing white space.
Mon, 22 May 1995 04:43:36 +0000 Jim Meyering (__strtol): Remove prototype altogether.
Sun, 21 May 1995 12:27:46 +0000 Jim Meyering (install-exec, install-exec): New targets. From Karl Berry.
Sun, 21 May 1995 11:44:25 +0000 Jim Meyering merge with 1.11.1b
Sun, 21 May 1995 06:19:05 +0000 Jim Meyering [REGEX_FREE]: Use ((void)0) instead of just (0).
Sat, 20 May 1995 16:40:11 +0000 Roland McGrath Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.
Sat, 20 May 1995 13:28:24 +0000 Jim Meyering merge with 1.11.1a
Fri, 19 May 1995 15:23:18 +0000 Jim Meyering No longer include safe-l?stat.h.
Wed, 17 May 1995 20:54:49 +0000 Roland McGrath Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Wed, 17 May 1995 20:47:26 +0000 Roland McGrath [VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is
Wed, 17 May 1995 20:29:52 +0000 Karl Heuer (re_compile_fastmap): Undo previous change.
Mon, 15 May 1995 23:30:28 +0000 Richard Stallman (re_compile_fastmap): Don't free stack if it's empty.
Sat, 13 May 1995 13:55:56 +0000 Jim Meyering (maintainer-clean): Rename from realclean.
Sat, 13 May 1995 13:30:10 +0000 Jim Meyering (make_path): Use stat, not SAFE_STAT.
Sat, 13 May 1995 13:25:42 +0000 Jim Meyering (parse_user_spec): Use strchr, not index.
Sat, 13 May 1995 13:20:19 +0000 Jim Meyering (rmdir): Use stat, not safe_stat.
Sat, 13 May 1995 13:19:07 +0000 Jim Meyering (rename): Use stat, not safe_stat.
Sat, 13 May 1995 13:13:04 +0000 Jim Meyering (mkdir): Use stat, not safe_stat.
Sat, 13 May 1995 13:10:38 +0000 Jim Meyering Undef __P before defining.
Sat, 13 May 1995 13:07:54 +0000 Jim Meyering (isdir): Usage stat, not safe_stat.
Sat, 13 May 1995 13:06:46 +0000 Jim Meyering (statfs): Use stat, not safe_stat.
Sat, 13 May 1995 13:05:35 +0000 Jim Meyering (eaccess_stat): Make statp and path arguments const.
Sat, 13 May 1995 13:02:08 +0000 Jim Meyering Remove unnecessary definitions for r?index.
Sat, 13 May 1995 12:57:46 +0000 Jim Meyering Remove safe-l?stat.[ch]in and related rules.
Sat, 13 May 1995 12:55:49 +0000 Jim Meyering (argmatch): Include sys/types.h and declare length argument with type size_t.
Sat, 13 May 1995 12:52:57 +0000 Jim Meyering (basename): Make arg const.
Wed, 31 May 1995 13:30:06 +0000 Jim Meyering GNU text utilities
Sun, 28 May 1995 01:47:31 +0000 Jim Meyering GNU text utilities
Wed, 24 May 1995 05:15:28 +0000 Jim Meyering GNU text utilities
Sun, 21 May 1995 11:41:02 +0000 Jim Meyering GNU text utilities
Sat, 20 May 1995 13:11:40 +0000 Jim Meyering GNU text utilities
Wed, 10 May 1995 14:22:19 +0000 Jim Meyering merge with 1.11.g
Sat, 06 May 1995 20:14:52 +0000 Richard Stallman [! emacs]: #undef REL_ALLOC.
Tue, 02 May 1995 16:27:24 +0000 Richard Stallman (union fail_stack_elt): New union.
Sat, 29 Apr 1995 20:21:41 +0000 Richard Stallman (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.
Thu, 27 Apr 1995 17:04:23 +0000 Jim Meyering Use __-protected versions of `format' and `printf' only with gcc-2.7 and later.
Thu, 27 Apr 1995 06:06:46 +0000 Jim Meyering merge with 1.11.f
Thu, 27 Apr 1995 05:23:35 +0000 Jim Meyering (REGEX_FREE): Add back the `while (0)' hack
Thu, 27 Apr 1995 04:54:07 +0000 Jim Meyering Latest from RMS.
Wed, 26 Apr 1995 17:19:13 +0000 Jim Meyering (EMACS_INT): Define it to int. (BIG KLUDGE)
Wed, 26 Apr 1995 17:18:27 +0000 Jim Meyering (REGEX_FREE): Define to `while (0) /* empty */' rather than nothing.
Wed, 26 Apr 1995 17:02:38 +0000 Jim Meyering New version from FSF.
Mon, 24 Apr 1995 16:25:29 +0000 Jim Meyering Protect format and printf with __*__.
Sat, 22 Apr 1995 05:54:18 +0000 Jim Meyering Fix mostly per Franc,ois' suggestions.
Fri, 21 Apr 1995 17:29:15 +0000 Jim Meyering Update and add copyright.
Sun, 09 Apr 1995 19:14:40 +0000 Richard Stallman (re_match_2_internal): Eliminate cast of ptr to int.
Tue, 21 Mar 1995 01:43:35 +0000 Jim Meyering merge with 1.11.d
Mon, 20 Mar 1995 15:09:56 +0000 Jim Meyering sync from FSF
Mon, 20 Mar 1995 14:26:41 +0000 Jim Meyering .
Sun, 12 Mar 1995 18:21:38 +0000 Jim Meyering .