You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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.