- Notifications
You must be signed in to change notification settings - Fork5
Commit236404f
committed
Our interface code for Spencer's regexp package was checking for regexp
error conditions during regexp compile, but not during regexp execution;any sort of "can't happen" errors would be treated as no-match insteadof being reported as they should be. Noticed while trying to duplicatea reported Tcl bug.1 parentcf796cc commit236404f
1 file changed
+25
-6
lines changedLines changed: 25 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
148 | 159 |
| |
149 | 160 |
| |
150 | 161 |
| |
| |||
166 | 177 |
| |
167 | 178 |
| |
168 | 179 |
| |
169 |
| - | |
| 180 | + | |
170 | 181 |
| |
171 | 182 |
| |
172 |
| - | |
173 |
| - | |
174 | 183 |
| |
175 | 184 |
| |
176 | 185 |
| |
| |||
222 | 231 |
| |
223 | 232 |
| |
224 | 233 |
| |
225 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
226 | 245 |
| |
227 | 246 |
| |
228 | 247 |
| |
|
0 commit comments
Comments
(0)