Skip to content

Commit

Permalink
Remove fixed locals for iterators
Browse files Browse the repository at this point in the history
Also fixes a bug in JIT affecting caseful matching of backreferences.
  • Loading branch information
Zoltan Herczeg committed Nov 12, 2024
1 parent 6e545aa commit e321065
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 50 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ well as interpreting \b and \v as characters.
24. Fixed a bug in JIT affecting greedy bounded repeats. The upper limit of
repeats inside a repeated bracket might be incorrectly checked.

25. Fixed a bug in JIT affecting caseful matching of backreferences. When
utf is disabled, and dupnames is enabled, caseless matching was used even
if caseful matching was needed.


Version 10.44 07-June-2024
--------------------------
Expand Down
Loading

0 comments on commit e321065

Please sign in to comment.