summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* add Perl_re_op_compile functionDavid Mitchell2012-06-132-0/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove ‘Useless use of "re" pragma’ warningFather Chrysostomos2012-02-032-5/+10
* Increase $re::VERSION to 0.19Father Chrysostomos2012-02-031-1/+1
* Update lengthen time-out time for t/re/re.t.Nobuhiro Iwamatsu2011-06-041-1/+1
* reflags.t: Remove no longer applicable TODOKarl Williamson2011-05-311-6/+2
* PATCH: final [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-112-13/+34
* Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.Nicholas Clark2011-03-061-0/+143
* Avoid segfault in re::regmust with pluggable RE enginesDavid Leadbeater2011-02-181-5/+8
* Decrease (unbump?) re.pm’s versionFather Chrysostomos2011-02-141-1/+1
* re.pm: Add /aa supportKarl Williamson2011-02-142-8/+35
* re.pm: Forbid things like /dd, /uuKarl Williamson2011-02-142-23/+32
* Bump re.pm’s versionFather Chrysostomos2011-02-121-1/+1
* perldebug: capitalise titlesFather Chrysostomos2011-02-121-1/+1
* Version bumps for re non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Add /a regex modifierKarl Williamson2011-01-171-2/+3
* Use multi-bit field for regex character setKarl Williamson2011-01-161-2/+2
* Subject: [PATCH] re.pm: Correct pod statementKarl Williamson2011-01-161-2/+2
* .pm: rename variables to reflect expanded usageKarl Williamson2011-01-161-9/+9
* re.pm: correct typoKarl Williamson2011-01-161-1/+1
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Emit warning for use re "/ul"Father Chrysostomos2010-12-042-1/+32
* ++substr $re::VERSION, -1Father Chrysostomos2010-11-281-1/+1
* Tiny pod fixAndreas J. Koenig2010-11-281-1/+1
* Bump re’s versionFather Chrysostomos2010-10-211-1/+1
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-212-0/+198
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* Make dquote_static.c available to ext/re/Tony Cook2010-09-231-1/+6
* re.pm: Change comment to use new (?^...)Karl Williamson2010-09-221-1/+1
* Bump module version numbersDavid Golden2010-07-191-1/+1
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-1/+1
* tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-8/+10
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-191-1/+1
* Fix typo in referenceAbigail2010-01-061-1/+1
* Document that interpolating a '(??{ code })' construct in a regularAbigail2010-01-061-3/+5
* Fix a couple of typos and standardize on using 'regexp' instead ofAbigail2010-01-061-9/+9
* disable non-unicode case insensitive trie matchingYves Orton2009-10-251-6/+6
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-121-9/+0
* re.pm will load under miniperl, so don't hard-code its values into ParseXSNicholas Clark2009-09-121-5/+0
* Always load the re.xs code, unless we're running under miniperl.Nicholas Clark2009-09-111-35/+17
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-1/+2
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-285-15/+5
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Change 34672 should have removed a const from re.xs. I thought I'dNicholas Clark2008-10-311-1/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-093-129/+16
* Allow sv_setsv_flags() to copy SVt_REGEXP much like it copiesNicholas Clark2008-01-061-0/+4
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-2/+3
* Make ext/re/t/re_funcs.t warnings clean.Nicholas Clark2008-01-051-1/+2
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-11/+11
* The position of the modifier flag bits is actually encoded by a rightNicholas Clark2007-12-291-1/+2