summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Collapse)AuthorAgeFilesLines
* Debugging REx with lookbehindIlya Zakharevich1999-02-011-0/+8
| | | | | Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2750
* Speed up .*? and half-fix UTF lookbehindIlya Zakharevich1999-02-011-8/+72
| | | | | Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2749
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-5/+5
| | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu> \G fixes (wasn't working right with //g, s///, and $_ in (?{})). p4raw-id: //depot/cfgperl@2515
* Typo in comments.Jarkko Hietaniemi1998-12-011-1/+1
| | | p4raw-id: //depot/cfgperl@2425
* fix for pat.t failure under USE_THREADSGurusamy Sarathy1998-11-291-3/+4
| | | p4raw-id: //depot/perl@2379
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-5/+4
| | | | | | fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on win32 due to lack of select() that works on non-socket fds p4raw-id: //depot/perl@2377
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-11/+24
| | | | | Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2372
* better -Mre=debugcolorIlya Zakharevich1998-11-281-1/+2
| | | | | Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2371
* regcolorsIlya Zakharevich1998-11-281-0/+3
| | | | | Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2370
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+38
| | | | | | Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen p4raw-id: //depot/perl@2367
* Fix \G in REx without //gIlya Zakharevich1998-11-281-13/+26
| | | | | Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2365
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-11/+11
| | | p4raw-id: //depot/perl@2241
* patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>Gurusamy Sarathy1998-11-091-1/+1
| | | | | | | | | | | Date: Wed, 04 Nov 1998 12:19:44 +0000 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk> Subject: [PATCH] Re: [5.005_53] read overflow? -- Date: Wed, 04 Nov 1998 13:15:18 +0000 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk> Subject: [PATCH 5.005_53] perl -V fix p4raw-id: //depot/perl@2222
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-21/+20
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* minor cleanupGurusamy Sarathy1998-10-281-1/+1
| | | p4raw-id: //depot/perl@2112
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-0/+2
| | | p4raw-id: //depot/perl@1888
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-0/+3
| | | p4raw-id: //depot/perl@1879
* Re: problem with (?p{}) [PATCH 5.005_5*]Ilya Zakharevich1998-09-241-0/+1
| | | | | Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1875
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
| | | | | Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1828
* re-introduce change#1703Gurusamy Sarathy1998-09-231-5/+14
| | | | | p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/perl@1825
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-231-4/+4
| | | | | | Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> Subject: Re: your mail p4raw-id: //depot/perl@1815
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-10/+152
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-70/+98
| | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-4/+5
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* [5.005_50 PATCH] misprint in RE engineIlya Zakharevich1998-08-081-1/+1
| | | | | Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1761
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-10/+11
|\ | | | | p4raw-id: //depot/perl@1760
| * back out change#1703 that break bincompat with PERL_OBJECT andGurusamy Sarathy1998-08-051-14/+5
| | | | | | | | | | | | | | MULTIPLICITY p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/maint-5.005/perl@1735
| * better RE colorsIlya Zakharevich1998-08-021-5/+14
| | | | | | | | | | Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1703
| * rename duplicate warning in regexec.cGurusamy Sarathy1998-08-021-1/+3
| | | | | | p4raw-id: //depot/maint-5.005/perl@1695
| * de-utf-ized variation of Ilya's patchJan-Pieter Cornet1998-08-021-5/+7
| | | | | | | | | | | | Message-ID: <6ps779$hmj$1@xs1.xs4all.nl> Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01 p4raw-id: //depot/maint-5.005/perl@1693
* | Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-2/+5
| | | | | | p4raw-id: //depot/perl@1667
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-11/+11
| | | | | | | | | | | | s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_; add typecasts to silence warnings; tweaks for win32 builds p4raw-id: //depot/perl@1663
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-109/+819
|/ | | p4raw-id: //depot/utfperl@1651
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-211-2/+3
| | | p4raw-id: //depot/perl@1587
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-4/+4
| | | p4raw-id: //depot/ansiperl@1534
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-247/+247
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-141-1/+12
| | | | | | Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1477
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-2/+6
| | | | | | and runs regexes in 1000s of threads without crashing; also fixed statcache not being thread-local p4raw-id: //depot/perl@1448
* applied patch, reformatted long lines in placesDominic Dunlop1998-07-111-18/+48
| | | | | | | Message-Id: <v03110703b1cc32a02438@[195.95.102.91]> Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression warning p4raw-id: //depot/perl@1432
* applied patch, tweaked doc and code that does labels/indentationIlya Zakharevich1998-07-111-2/+2
| | | | | | Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_71] perldebug.pod and RE p4raw-id: //depot/perl@1429
* applied patch from Ilya, tweaked some to get clean static build ofGurusamy Sarathy1998-07-091-0/+3
| | | | | the ext/re stuff (untested on win32) p4raw-id: //depot/perl@1393
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-0/+6
| | | | | | Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1371
* fix accidental RE-de-optimizationGurusamy Sarathy1998-07-071-2/+2
| | | | | | | | | | | | | From: larry@wall.org (Larry Wall) Date: Mon, 6 Jul 1998 17:49:31 -0700 Message-Id: <199807070049.RAA23475@wall.org> Subject: Re: before you deluge us with patches -- From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT) Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu> Subject: Re: before you deluge us with patches p4raw-id: //depot/perl@1359
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+1
| | | | | | | | * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic p4raw-id: //depot/perl@1311
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-041-2/+2
| | | | | | Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE p4raw-id: //depot/perl@1297
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-0/+4
| | | | | | Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] \z in RE p4raw-id: //depot/perl@1250
* Zero-length matching bugIlya Zakharevich1998-06-221-2/+5
| | | | | Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1185
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-1/+1
| | | p4raw-id: //depot/perl@1143
* applied patch, with indentation tweaksIlya Zakharevich1998-06-121-10/+0
| | | | | | Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Remove REG_ALIGN junk p4raw-id: //depot/perl@1120