Merge branch 'vendor/OPENSSL'
[dragonfly.git] / gnu / lib / libregex / test / ChangeLog
1 Thu Mar 25 21:23:43 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
2
3         * debugmalloc.c: #include <string.h>, and remove declaration of
4         memcpy.
5
6 Sun Dec 13 20:59:32 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
7
8         * tregress.c (test_regress): Add regression test for matching
9         "[a-a]" against "a" with the upcase translation map.
10
11         * iregex.c (print_regs): Don't print a newline after the register
12         contents.
13         (main): Instead, write out newlines here after printing match and
14         search results; this way, we get a newline whether or not the
15         pattern matched.
16
17 Fri Dec 11 03:30:50 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
18
19         * tregress.c (test_regress): Add new test to catch bug fixed by
20         change to regex.c today.
21
22         * Makefile.in (dregex.o): Depend on `../regex.[ch]', not `regex.[ch]'.
23
24 Sun Nov 15 07:51:40 1992  Karl Berry  (karl@cs.umb.edu)
25
26         * debugmalloc.c (memcpy): Declare; also, include <assert.h>.
27
28         * psx-interf.c (fill_pmatch): Declare offsets as `regoff_t'
29         instead of `off_t'.
30
31 Thu Nov 12 11:29:58 1992  Karl Berry  (karl@cs.umb.edu)
32
33         * iregex.c (main): Remove unused variable `c'; initialize
34         the char array in C code; only call print_regs if the match and
35         search succeeded.
36         (strlen): Declare.
37
38         * tregress.c (test_regress): Bug from enami.
39
40 Tue Nov 10 10:36:53 1992  Karl Berry  (karl@cs.umb.edu)
41
42         * tregress.c (test_regress): Remove Emacs 19 diff bug from rms, as
43         it was never the right thing to test anyway, and the test itself
44         had bugs in it.
45
46 Mon Nov  9 10:09:40 1992  Karl Berry  (karl@cs.umb.edu)
47
48         * tregress.c (test_regress): Bug from meyering.
49
50 Thu Sep 24 10:48:34 1992  Karl Berry  (karl@cs.umb.edu)
51
52         * Makefile.in: avoid $< (except in implicit rule).
53
54 Sat Sep 19 15:38:29 1992  Karl Berry  (karl@hayley)
55
56         * Makefile.in (TAGS): include regex.c and regex.h.
57
58 Wed Sep 16 09:29:27 1992  Karl Berry  (karl@hayley)
59
60         * xmalloc.c (xmalloc): use char *, not void *, as some compilers
61           bomb out on the latter.
62
63         * Makefile.in (LOADLIBES): use LIBS instead, as that what's
64           Autoconf wants to define.
65
66         * other.c: remove tests for ^/$ around newlines.
67
68 Tue Sep 15 11:01:15 1992  Karl Berry  (karl@hayley)
69
70         * fileregex.c (main): call re_search_2 instead of re_search.
71
72         * Makefile.in (regex.o): make target dregex.o, so VPATH doesn't
73           find ../regex.o.
74
75 Sun Sep 13 06:50:03 1992  Karl Berry  (karl@hayley)
76
77         * Created.