summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Some bugs in Perl regexp (core Perl issues)hv@crypt.org2009-07-031-5/+16
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-271-0/+7
* fix some 5.10.x-specific const warnings after the big MUTABLE_* mergeDavid Mitchell2009-03-301-1/+1
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-13/+13
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-6/+6
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-2/+2
* ss_dup wrapper const casting analagous to change 34626.Nicholas Clark2009-03-291-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-8/+134
* Convert some "regexp" and "struct regexp" to REGEXP where they areNicholas Clark2009-03-061-5/+5
* Back out this change from 5.10.x:David Mitchell2009-01-061-5/+2
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2009-01-051-12/+34
* Make sure inversion sign is shown in all anyof classes that we show in regpropYves Orton2009-01-051-10/+19
* Various changes to regex diagnostics and testingYves Orton2009-01-051-5/+18
* Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256karl williamson2009-01-051-6/+16
* [perl #56526] m/a{1,0}/ compiles but doesn't match a literal stringMichael Cartmell2009-01-051-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-1/+3
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-2/+2
* Integrate:Dave Mitchell2008-12-061-5/+4
* Integrate:Reini Urban2008-12-041-2/+2
* Integrate:Robin Barker2008-11-031-3/+3
* Integrate:Nicholas Clark2008-10-261-1/+2
* Integrate:Nicholas Clark2008-10-191-0/+3
* Integrate:Nicholas Clark2008-10-061-1/+1
* Integrate:Dave Mitchell2008-05-311-2/+5
* Integrate:Dave Mitchell2008-05-291-0/+2
* Integrate:Dave Mitchell2008-05-271-9/+22
* Integrate:Nicholas Clark2008-05-201-2/+2
* Integrate:Dave Mitchell2008-05-181-1/+0
* Integrate:Dave Mitchell2008-04-251-6/+2
* Integrate:Nicholas Clark2008-03-281-4/+4
* Integrate:Nicholas Clark2008-01-311-18/+18
* Integrate:Nicholas Clark2008-01-311-2/+2
* Integrate:Nicholas Clark2008-01-311-6/+6
* Integrate:Nicholas Clark2008-01-311-7/+7
* Integrate:Nicholas Clark2008-01-301-13/+9
* Integrate:Nicholas Clark2008-01-301-2/+13
* Integrate:Nicholas Clark2008-01-301-26/+27
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...Yves Orton2007-12-171-4/+23
* Re: RC1 build failureJarkko Hietaniemi2007-11-231-18/+29
* Fix (or hide?) a case of memory corruption with \K in substitutionsRafael Garcia-Suarez2007-10-311-0/+5
* Fix a few segfaults and a when() bugjosh2007-10-171-2/+6
* Silence compiler warnings on Win32 (VC6)Steve Hay2007-10-081-2/+2
* Re: several compilation problems on VMS in perl@32039Craig A. Berry2007-10-061-6/+6
* Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code inNicholas Clark2007-10-061-9/+7
* Avoid using *pvf functions when the format string is a fixed string.Nicholas Clark2007-10-061-2/+2
* Revert one hunk of change 32034 that had the possibility of being buggyNicholas Clark2007-10-061-1/+11
* Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHARNicholas Clark2007-10-051-5/+13
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-051-5/+9
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-2/+2
* Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa...Tels2007-09-251-1/+14