summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
...
* [patch] add verbose mode to -DU debugging optionJim Cromie2007-07-071-4/+9
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-1/+1
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-9/+9
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-1/+1
* Remove PERL_MAGIC_mutexRafael Garcia-Suarez2007-06-181-1/+0
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-0/+11
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+29
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-5/+0
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-2/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-2/+8
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-4/+10
* tweak some regexp params to avoid warningsYves Orton2007-05-021-1/+1
* Remove ext/ThreadJerry D. Hedden2007-05-021-2/+0
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-2/+2
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-1/+4
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-3/+3
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-211-2/+2
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+2
* g++ on NetBSD needs to have environ declared as well.Steve Peters2007-04-051-1/+1
* C++ compilation fix by Steve PetersRafael Garcia-Suarez2007-04-051-4/+4
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-1/+1
* Remove the object_compatibility placeholder in the interpreter structRafael Garcia-Suarez2007-03-261-5/+0
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-1/+2
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-0/+7
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+4
* Improve regex stringification codeYves Orton2007-01-311-24/+1
* one more iteration on PerlIO_teardown prototypeJarkko Hietaniemi2007-01-301-1/+1
* As we're not using UVf in the core, don't even define in when PERL_CORENicholas Clark2007-01-271-3/+7
* Assignments to function pointers can't be NULL, as that's a pointer toNicholas Clark2007-01-211-211/+216
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-151-0/+27
* Proper symbian fix (replacing change #29813) by JarkkoRafael Garcia-Suarez2007-01-151-1/+1
* Revert perl.h part of change 29811, which breaks compilation with gccRafael Garcia-Suarez2007-01-151-1/+1
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-151-1/+1
* patch: shorten perl.h by six linesDavid Nicol2007-01-061-6/+0
* 4th patch from: Marcus Holland-Moritz2007-01-041-0/+2
* Re: [PATCH] Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-041-6/+0
* Remove no longer used magic vtableRafael Garcia-Suarez2007-01-041-12/+0
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-3/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-1/+2
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+41
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-0/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-4/+13
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-281-4/+5
* Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 cannedSteve Hay2006-11-271-0/+3
* Tweaks needed to get Perl compiling with g++ on OpenBSD.Steve Peters2006-11-181-0/+4
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-131-0/+7
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+3
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-0/+4