summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-0/+3
* Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ Hugo van der Sanden2001-02-131-6/+4
* Manually applied version for dev branch of Alan/Sarathy 5.6 patch.Alan Burlison2001-02-071-118/+117
* regcomp.c old feature removalMark-Jason Dominus2001-01-161-5/+0
* One more patch for UTF8 Inaba Hiroto2001-01-091-1/+5
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-1/+5
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-40/+89
* Comments work so much better when they are closed.Jarkko Hietaniemi2000-12-181-1/+1
* Some compilers (e.g. HP-UX) can't switch on 64-bit integers.Jarkko Hietaniemi2000-12-181-2/+8
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-501/+339
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-26/+0
* On DEBUGGING make ANYOFUTF8 nodes store away also the SVJarkko Hietaniemi2000-12-031-2/+40
* Implement ANYOFUTF8 regprop() dumping.Jarkko Hietaniemi2000-12-031-10/+39
* Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-7/+1
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-7/+8
* \x{} doesn't any more require 'use utf8' outside regexen so whyJarkko Hietaniemi2000-12-011-7/+1
* Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn'tJarkko Hietaniemi2000-12-011-0/+1
* Debug dump of ANYOFUTF8 was garbage (data from ANYOF).Jarkko Hietaniemi2000-11-261-16/+24
* Message nit.Jarkko Hietaniemi2000-11-261-1/+1
* Fixes for signedness warnings noticed by VMSperlers.Jarkko Hietaniemi2000-11-221-2/+6
* Overeager visited-positions optimizationsIlya Zakharevich2000-11-221-7/+27
* [PATCH 5.7.0] make regcomp reenterableIlya Zakharevich2000-11-181-578/+624
* restore match data on backtracingIlya Zakharevich2000-11-181-10/+32
* Too profiler-happy: with optimization the #7590 actually makesJarkko Hietaniemi2000-11-071-3/+6
* Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexpJarkko Hietaniemi2000-11-071-6/+3
* [ID 20001031.004] Uninitialized auto variable in regcomp.cMartin Husemann2000-11-011-2/+2
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-3/+3
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-8/+13
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-3/+3
* continued -Wformat supportRobin Barker2000-09-141-11/+11
* Fix for a parsing bug, not for the original bug.Spider Boardman2000-09-141-0/+3
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-3/+3
* nextchar() abuse misses an optimisationHugo van der Sanden2000-08-221-2/+2
* Rename the macro argument because some preprocessorsJarkko Hietaniemi2000-08-211-8/+8
* Fix a core dump in lib/selfloader under -DDEBUGGING.Spider.Boardman@Orb.Nashua.NH.US2000-08-191-2/+7
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-6/+55
* Tweak the regex compilation errors once more.Jarkko Hietaniemi2000-08-171-3/+3
* Change the regx compilation error markers to use = instead of <Lupe Christoph2000-08-161-2/+2
* Get back into sync with Jeffrey on the enhanced regex warnings.Jarkko Hietaniemi2000-08-101-6/+6
* Re: enhanced(?) regex error messagesJeffrey Friedl2000-08-091-108/+303
* Re: enhanced(?) regex error messages Hugo van der Sanden2000-08-081-5/+5
* Make regular expression parse error messages easier to understand.Jeffrey Friedl2000-08-071-17/+42
* [ID 20000803.001] further regexp counting problemsHugo van der Sanden2000-08-031-0/+2
* Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]Jeffrey Friedl2000-07-261-5/+5
* A missing 'break' after the [[:space:]] switch case.Stephen P. Potter2000-07-241-0/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-0/+3
|\
| * The {multiplier} of a fixed substring was overlooked whichHugo van der Sanden2000-07-131-0/+3
| * Do no -warn on \_, only on \alpha.David Dyck2000-06-271-3/+6
|/
* fix broken parsing of /\x{ab}/Gurusamy Sarathy2000-05-031-1/+1