summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Collapse)AuthorAgeFilesLines
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-5/+5
| | | p4raw-id: //depot/perl@3669
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-062-3/+15
| | | | | | | improved RE API Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_57] REx engine rehash p4raw-id: //depot/perl@3606
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-6/+10
| | | | | | | | | | | | | | | | | | | | | enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops without that enabled): - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR is a noop; tests pass on Solaris; should be faster now! - MULTIPLICITY has been tested with and without PERL_IMPLICIT_CONTEXT on Solaris - improved function database now merged with embed.pl - everything except the varargs functions have foo(a,b,c) macros to provide compatibility - varargs functions default to compatibility variants that get the context pointer using dTHX - there should be almost no source compatibility issues as a result of all this - dl_foo.xs changes other than dl_dlopen.xs untested - still needs documentation, fixups for win32 etc Next step: migrate most non-mutex variables from perlvars.h to intrpvar.h p4raw-id: //depot/perl@3524
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
| | | p4raw-id: //depot/perl@3518
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-0/+2
| | | | | | Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous small fixes p4raw-id: //depot/perl@3152
* [Patch for 5.005_54] re::debugcolors dumps coreHans Mulder1999-01-131-2/+3
| | | | | | | To: perlbug@perl.com Cc: hansmu@xs4all.nl Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl> p4raw-id: //depot/cfgperl@2603
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
| | | | | (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
* re-introduce change#1703Gurusamy Sarathy1998-09-231-6/+2
| | | | | p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/perl@1825
* enable color output with -Mre=debugcolor with -DDEBUGGINGIlya Zakharevich1998-07-211-0/+1
| | | | | | Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better -Mre=colordb p4raw-id: //depot/perl@1596
* applied a tweaked version of suggested patchIlya Zakharevich1998-07-211-2/+27
| | | | | | Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Enable/document colors in re.pm p4raw-id: //depot/perl@1593
* Merge MainlineNick Ing-Simmons1998-07-191-5/+3
|\ | | | | p4raw-id: //depot/ansiperl@1566
| * minor re.pm cleanupM. J. T. Guy1998-07-191-5/+3
| | | | | | | | | | | | Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk> Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl p4raw-id: //depot/perl@1550
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-7/+7
|/ | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* minor tweaks to docs on qr//Gurusamy Sarathy1998-07-151-8/+9
| | | p4raw-id: //depot/perl@1513
* applied patch, slightly tweakedHans Mulder1998-07-141-0/+18
| | | | | | Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> Subject: [PATCH 5.004_73]Get re module working on VMS p4raw-id: //depot/perl@1486
* add files and tweaks needed for MPE/iX port (via PM)Jarkko Hietaniemi1998-07-141-0/+3
| | | | | | Message-Id: <199807132107.AAA20603@alpha.hut.fi> Subject: MPE/iX patches for _73 p4raw-id: //depot/perl@1478
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-142-1/+6
| | | | | | Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1477
* merge changes 1424, 1428 from maintbranchGurusamy Sarathy1998-07-121-0/+2
| | | p4raw-id: //depot/perl@1453
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+2
| | | | | | and runs regexes in 1000s of threads without crashing; also fixed statcache not being thread-local p4raw-id: //depot/perl@1448
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-7/+30
| | | | | | Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_71] Secure RE update p4raw-id: //depot/perl@1444
* add 'clean' target for ext/reGurusamy Sarathy1998-07-111-0/+1
| | | p4raw-id: //depot/perl@1420
* get it building again on win32Gurusamy Sarathy1998-07-091-2/+2
| | | p4raw-id: //depot/perl@1394
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-083-0/+142
Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1371