Differences From Artifact [7914d4a09f]:
- File tests/reg.test — part of check-in [a793d07cfa] at 1998-11-17 21:38:37 on branch core-8-1-branch-old — integrated latest changes from Henry Spencer, mostly performance improvements renamed re_u* interfaces to TclRe* to avoid conflicts with other software that uses the regular expression library (user: stanton size: 22909)
To Artifact [1258ef06e4]:
- File tests/reg.test — part of check-in [53ddb32cd2] at 1998-12-09 20:31:12 on branch core-8-1-branch-old — * generic/regcomp.c (makescan): Fixed bug in longest match case that caused anchored patterns to fail. [Bug: 897] (user: stanton size: 22934)
| ︙ | ︙ | |||
870 871 872 873 874 875 876 877 878 879 880 881 | doing 29 "misc. oddities and old bugs" e 1 & *** BADRPT m 2 N a?b* abb abb m 3 N a?b* bb bb m 4 & a*b aab aab doing 0 "flush" ;# to flush any leftover complaints return | > | 870 871 872 873 874 875 876 877 878 879 880 881 882 | doing 29 "misc. oddities and old bugs" e 1 & *** BADRPT m 2 N a?b* abb abb m 3 N a?b* bb bb m 4 & a*b aab aab m 5 & ^a*b aaaab aaaab doing 0 "flush" ;# to flush any leftover complaints return |