Skip to content

Tags: yicong83/regexp2

Tags

v1.1.6

Toggle v1.1.6's commit message
add fuzzing tests for syntax package, fix issues discovered by fuzzing

v1.1.5

Toggle v1.1.5's commit message
Add benchmark to match go stdlib

v1.1.4

Toggle v1.1.4's commit message
add more detail about code history to ATTRIB file. fixes dlclark#11

v1.1.3

Toggle v1.1.3's commit message
prevent panic with multi-byte unicode bmPrefix that partially match. f…

…ixes dlclark#6

v1.1.2

Toggle v1.1.2's commit message
prevent panic when using 2-byte unicode bmPrefix against 3-byte input…

… values. fixes dlclark#5

v1.1.1

Toggle v1.1.1's commit message
fix ECMAScript mode -- merge branch 'dop251-ecmascript'

v1.1.0

Toggle v1.1.0's commit message
add ReplaceFunc to support MatchEvaluator custom replacement functions. 

fixes dlclark#3

v1.0.1

Toggle v1.0.1's commit message
added support for unicode script blocks

v1.0.0

Toggle v1.0.0's commit message
update travis CI config