summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-1/+10
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-1/+7
* tweak to use SIZE_ONLYGurusamy Sarathy2000-03-141-1/+1
* avoid dup warning (from Simon Cozens)Gurusamy Sarathy2000-03-141-1/+3
* fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)Gurusamy Sarathy2000-03-111-1/+2
* Cpp out deadcode that IRIX compiler noticed.Jarkko Hietaniemi2000-03-111-0/+3
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-15/+6
* integrate cfgperl and vmsperl contents into mainlineGurusamy Sarathy2000-03-031-6/+6
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-031-1/+1
| |\
| * | /[[:alpha]/ now dies on unmatched [] instead ofJarkko Hietaniemi2000-03-031-6/+6
* | | warn about /(?p{})/ (from Simon Cozens)Gurusamy Sarathy2000-03-031-0/+3
| |/ |/|
* | /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-1/+1
|/
* Some compilers have problems with quad switch() controls.Jarkko Hietaniemi2000-02-291-3/+8
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-25/+25
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-0/+4
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-2/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-1/+3
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+5
* ebcdic fix for Data::Dumper from Peter PrymmerGurusamy Sarathy2000-01-021-2/+20