summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Fix commented out function names in proto.hJan Dubois2007-07-071-14/+14
* /p vs (?p)Abigail2007-06-301-0/+4
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-4/+0
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-0/+4
* fix S_emulate_eaccess compiler warningDave Mitchell2007-06-181-0/+2
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-1/+1
* miscellaneaJarkko Hietaniemi2007-06-151-2/+2
* mad-const patchJim Cromie2007-06-121-1/+1
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-1/+23
* Change #31270 should have updated proto.h to matchSteve Hay2007-05-251-1/+1
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+1
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-7/+11
* Remove unused parms in S_isa_lookupAndy Lester2007-05-091-1/+1
* Fix breakages caused by #31130:Steve Hay2007-05-031-1/+1
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-031-1/+1
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-2/+11
* The revenge of the constsAndy Lester2007-05-031-1/+3
* tweak some regexp params to avoid warningsYves Orton2007-05-021-1/+1
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-021-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+1
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-8/+8
* Fix mro docs.Brandon Black2007-04-261-25/+26
* eliminate some uses of PL_linestr in perl.cDave Mitchell2007-04-231-3/+6
* inline S_init_lexer() and regenDave Mitchell2007-04-231-1/+0
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-6/+4
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+25
* S_forget_pmop() only needs a flags argument for the ithreads case,Nicholas Clark2007-04-101-0/+6
* Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slabNicholas Clark2007-04-071-0/+4
* Avoid accessing free()d memory when calling reset in one thread, afterNicholas Clark2007-04-061-0/+3
* Ooops. Forgot to update proto.h in change 30853.Nicholas Clark2007-04-061-0/+3
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-0/+3
* Re: pmdynflags and thread safetyYves Orton2007-04-041-6/+4
* For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.Nicholas Clark2007-04-021-1/+1
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+8
* Eliminate the use of PL_bufend outside of toke.c:Dave Mitchell2007-04-011-2/+3
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-0/+4
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-0/+3
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+1
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-0/+4
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-0/+5
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-3/+6
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+5
* Re: prerelease checklist for Perl 5.10Yves Orton2007-02-031-0/+3
* Improve regex stringification codeYves Orton2007-01-311-2/+5
* Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/ENDNicholas Clark2007-01-301-0/+5
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-291-0/+8
* newPADOP()'s sv parameter is never NULL, so mark it as so.Nicholas Clark2007-01-271-1/+2
* newPADOP is only used under ithreads, so don't waste space by compilingNicholas Clark2007-01-271-0/+2