summaryrefslogtreecommitdiff
path: root/jimregexp.c
Commit message (Expand)AuthorAge
* regexp,regsub: utf8: Fix incorrect count with . matchesSteve Bennett2019-11-01
* regexp: Implement class shorthand escapes in bracketsSteve Bennett2017-12-31
* regexp: Fix bad memory access on missing close braceSteve Bennett2017-05-12
* Fix some minor compiler warnings.Steve Bennett2016-08-29
* regexp: Add missing support for character classesSteve Bennett2016-02-02
* regexp: add partial support for \A \Z matchingSteve Bennett2016-02-02
* regexp: add support for \D, \W and \SSteve Bennett2016-02-02
* jimregexp: remove dead codeSteve Bennett2014-04-23
* jimregexp: missing break for \U handlingSteve Bennett2014-04-23
* many comment changes, some small code changesSteve Bennett2014-01-21
* jimregexp: code simplifications and doc cleanupsSteve Bennett2014-01-15
* regexp: fix utf8_setunicode -> utf8_getcharsSteve Bennett2013-11-11
* Fix [string tolower] buffer overflow for non-utf8Steve Bennett2013-11-06
* Fix some warnings identified by iccSteve Bennett2012-01-19
* Fix a regexp infinite loop on bad utf-8 inputSteve Bennett2011-12-08
* Add support for \U with up to 8 hex digitsSteve Bennett2011-12-02
* Extend UTF-8 support past the BMPSteve Bennett2011-12-02
* regex: counts were not all being clearedSteve Bennett2011-11-10
* regex: support - as the last element of a char setSteve Bennett2011-11-10
* regex: add support for non-capturing parenthesesSteve Bennett2011-11-10
* Remove all trailing whitespace in sourceSteve Bennett2011-09-12
* Trim the size of the boostrap jimsh sourceSteve Bennett2011-09-12
* Minor code cleanupsSteve Bennett2011-07-07
* Change the builtin regexp to avoid compiling twiceSteve Bennett2011-06-29
* Fix builtin regexp for memory overwriteSteve Bennett2011-06-28
* Revert regexp nested repeats from b34ab2f895Steve Bennett2011-06-09
* Simplify/fix repeating matchesSteve Bennett2011-06-07
* Fix simple * and + case for utf-8Steve Bennett2011-06-05
* Fix utf8 char matching in character rangesSteve Bennett2011-06-04
* Add non-greedy regexp supportSteve Bennett2011-06-03
* Add make-bootstrap-jim scriptSteve Bennett2011-06-03
* Fix some minor warnings on mingw32Steve Bennett2011-04-08
* Bug fix: regexp should not treat \n as |Steve Bennett2010-11-28
* built-in regexp was always being includedSteve Bennett2010-11-18
* Bug fix: [regexp] single braced count was rejectedSteve Bennett2010-11-17
* Minor cleanupsSteve Bennett2010-11-17
* Fix a regexec() bugSteve Bennett2010-11-17
* Update documentation to cover UTF-8 support for regexpSteve Bennett2010-11-17
* Add UTF-8 support to regexpSteve Bennett2010-11-17
* POSIX-compatible regex interfaceSteve Bennett2010-11-17