head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1
	RELENG_4_11:1.1.0.40
	RELENG_4_11_BP:1.1
	RELENG_4_10_0_RELEASE:1.1
	RELENG_4_10:1.1.0.38
	RELENG_4_10_BP:1.1
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.36
	RELENG_5_2_BP:1.1
	RELENG_4_9_0_RELEASE:1.1
	RELENG_4_9:1.1.0.34
	RELENG_4_9_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.32
	RELENG_5_1_BP:1.1
	RELENG_4_8_0_RELEASE:1.1
	RELENG_4_8:1.1.0.30
	RELENG_4_8_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.28
	RELENG_5_0_BP:1.1
	RELENG_4_7_0_RELEASE:1.1
	RELENG_4_7:1.1.0.26
	RELENG_4_7_BP:1.1
	RELENG_4_6_2_RELEASE:1.1
	RELENG_4_6_1_RELEASE:1.1
	RELENG_4_6_0_RELEASE:1.1
	RELENG_4_6:1.1.0.24
	RELENG_4_6_BP:1.1
	RELENG_4_5_0_RELEASE:1.1
	RELENG_4_5:1.1.0.22
	RELENG_4_5_BP:1.1
	RELENG_4_4_0_RELEASE:1.1
	RELENG_4_4:1.1.0.20
	RELENG_4_4_BP:1.1
	RELENG_4_3_0_RELEASE:1.1
	RELENG_4_3:1.1.0.18
	RELENG_4_3_BP:1.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1
	RELENG_3_5_0_RELEASE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.16
	RELENG_4_BP:1.1
	RELENG_3_4_0_RELEASE:1.1
	RELENG_3_3_0_RELEASE:1.1
	RELENG_3_2_PAO:1.1.0.14
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.12
	RELENG_3_BP:1.1
	RELENG_2_2_8_RELEASE:1.1
	RELENG_3_0_0_RELEASE:1.1
	RELENG_2_2_7_RELEASE:1.1
	RELENG_2_2_6_RELEASE:1.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.10
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.8
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.6
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.4
	MOVED_NEWCVS:1.1
	FINAL_1_1_5:1.1
	ALPHA_1_1_5:1.1
	FINAL_1_1:1.1
	GAMMA_1_1:1.1
	BETA_1_1:1.1.0.2
	BP_BETA_1_1:1.1
	FINAL_1_0:1.1
	EPSILON_1_0:1.1
	GAMMA_1_0:1.1
	BETA_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.02.25.02.41.15;	author ache;	state dead;
branches;
next	1.1;

1.1
date	93.07.30.20.16.22;	author conklin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to regex from grep 2.4.2
@
text
@Thu Mar 25 21:23:43 1993  Jim Blandy  (jimb@@totoro.cs.oberlin.edu)

	* debugmalloc.c: #include <string.h>, and remove declaration of
	memcpy.

Sun Dec 13 20:59:32 1992  Jim Blandy  (jimb@@totoro.cs.oberlin.edu)

        * tregress.c (test_regress): Add regression test for matching
        "[a-a]" against "a" with the upcase translation map.

        * iregex.c (print_regs): Don't print a newline after the register
        contents.
        (main): Instead, write out newlines here after printing match and
        search results; this way, we get a newline whether or not the
        pattern matched.

Fri Dec 11 03:30:50 1992  Jim Blandy  (jimb@@totoro.cs.oberlin.edu)

	* tregress.c (test_regress): Add new test to catch bug fixed by
	change to regex.c today.

	* Makefile.in (dregex.o): Depend on `../regex.[ch]', not `regex.[ch]'.

Sun Nov 15 07:51:40 1992  Karl Berry  (karl@@cs.umb.edu)

	* debugmalloc.c (memcpy): Declare; also, include <assert.h>.

	* psx-interf.c (fill_pmatch): Declare offsets as `regoff_t'
	instead of `off_t'.

Thu Nov 12 11:29:58 1992  Karl Berry  (karl@@cs.umb.edu)

	* iregex.c (main): Remove unused variable `c'; initialize
	the char array in C code; only call print_regs if the match and
	search succeeded.
        (strlen): Declare.

	* tregress.c (test_regress): Bug from enami.

Tue Nov 10 10:36:53 1992  Karl Berry  (karl@@cs.umb.edu)

	* tregress.c (test_regress): Remove Emacs 19 diff bug from rms, as
	it was never the right thing to test anyway, and the test itself
	had bugs in it.

Mon Nov  9 10:09:40 1992  Karl Berry  (karl@@cs.umb.edu)

	* tregress.c (test_regress): Bug from meyering.

Thu Sep 24 10:48:34 1992  Karl Berry  (karl@@cs.umb.edu)

        * Makefile.in: avoid $< (except in implicit rule).

Sat Sep 19 15:38:29 1992  Karl Berry  (karl@@hayley)

        * Makefile.in (TAGS): include regex.c and regex.h.

Wed Sep 16 09:29:27 1992  Karl Berry  (karl@@hayley)

        * xmalloc.c (xmalloc): use char *, not void *, as some compilers
          bomb out on the latter.

        * Makefile.in (LOADLIBES): use LIBS instead, as that what's
          Autoconf wants to define.

        * other.c: remove tests for ^/$ around newlines.

Tue Sep 15 11:01:15 1992  Karl Berry  (karl@@hayley)

        * fileregex.c (main): call re_search_2 instead of re_search.

        * Makefile.in (regex.o): make target dregex.o, so VPATH doesn't
          find ../regex.o.

Sun Sep 13 06:50:03 1992  Karl Berry  (karl@@hayley)

        * Created.
@


1.1
log
@GNU Regex 0.12
@
text
@@

