summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* silence a spurious compiler warning in regcomp.cDave Mitchell2007-09-241-0/+1
* [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cacheDave Mitchell2007-09-141-1/+1
* regcomp.c fix 64int warningReini Urban2007-08-121-1/+1
* Optimize split //Ævar Arnfjörð Bjarmason2007-08-091-1/+5
* Forbid \g0. (tests coming later)Rafael Garcia-Suarez2007-07-031-0/+2
* char is not a good type to use for array indexes;Jerry D. Hedden2007-07-011-2/+2
* regclass on EBCDIC platformsBenjamin Carter2007-06-301-2/+6
* /p vs (?p)Abigail2007-06-301-11/+38
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-21/+21
* Replace pattern parsing logic with optree "parsing" logic.Yves Orton2007-06-281-0/+15
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-2/+6
* Free memory in case of error/failure to compile.Yves Orton2007-06-281-2/+3
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-4/+4
* Plug a memory leak (noticed by Yves)Rafael Garcia-Suarez2007-06-071-1/+3
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-10/+168
* Re: BBC(Bleadperl Breaks CPAN) Today: String::MultibyteYves Orton2007-06-031-5/+4
* Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \nYves Orton2007-05-291-5/+7