summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix Devel::Peek’s tests for format changesFather Chrysostomos2012-08-051-2/+2
* Add a depth field to formatsFather Chrysostomos2012-08-051-2/+4
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-3/+11
* Add PERL_NO_GET_CONTEXT to Win32COREDaniel Dragan2012-07-301-0/+1
* Make undef &foo remove call checkersFather Chrysostomos2012-07-291-1/+10
* Optimize a single character [class] into EXACTishKarl Williamson2012-07-241-4/+4
* Bump B's VERSION and note the changes in perldelta.pod.Nicholas Clark2012-07-241-1/+1
* Expose all GV flags matching qr/GVf_/ as constants in B.Nicholas Clark2012-07-241-2/+2
* Expose all CV flags matching qr/CVf_/ as constants in B.Nicholas Clark2012-07-241-11/+3
* Expose all SV flags matching qr/SV(?:[fps]|pad)_/ as constants in B.Nicholas Clark2012-07-241-2/+1
* In ext/B/Makefile.PL, order the list of files to scan lexically.Nicholas Clark2012-07-241-4/+5
* ensure that the env var SV after C<{FOO}='x'> is PV onlyChip Salzenberg2012-07-243-2/+6
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-8/+17
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+1
* Simplify ck_grepFather Chrysostomos2012-07-143-20/+20
* [perl #113710] Make __SUB__ work in sort blockFather Chrysostomos2012-07-142-14/+0
* silence warning about use of --libpodsRobin Barker2012-07-131-1/+0
* handy.: Add some tests for its APIKarl Williamson2012-07-082-2/+801
* Let rv2cv-hook CVs’ protos participate in method intuitionFather Chrysostomos2012-07-081-1/+7
* rv2cv hooks should not create 2nd-class subsFather Chrysostomos2012-07-062-0/+54
* rt #72232 - ignore wday/yday in mini_mktime as indirectly documentedTony Cook2012-07-051-1/+16
* Increase $B::Concise::VERSION to 0.91Father Chrysostomos2012-07-041-1/+1
* Record folded constants in the op treeFather Chrysostomos2012-07-043-30/+30
* Avoid needless use of deprecated exists on array elementsEric Brine2012-07-031-2/+2
* op.c:newFOROP: Fall back to realloc for unslabbed opsFather Chrysostomos2012-07-022-0/+22
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-293-1/+29
* Null HeVAL and local delete → crashFather Chrysostomos2012-06-271-0/+4
* Increase $PerlIO::scalar::VERSION to 0.15Father Chrysostomos2012-06-201-1/+1
* [perl #113764] Make &= duping work with PerlIO::scalarFather Chrysostomos2012-06-202-4/+19
* PATCH: [perl #113750] re.pm clobbers $_Karl Williamson2012-06-202-3/+8
* POSIX: Sometimes `printf` beats interpolationAristotle Pagaltzis2012-06-191-1/+1
* Tidier example code for POSIX::localeconv()Daniel Perrett2012-06-191-21/+26
* Update DynaLoader's VERSION after commit 7d08496d81c138d9.Nicholas Clark2012-06-181-1/+1
* update docs for (?{}) jumbo fixDavid Mitchell2012-06-141-2/+3
* let B know about new op_code_list fieldDavid Mitchell2012-06-132-0/+6
* propagate /msix and (?msix) etc flags into (??{})David Mitchell2012-06-131-1/+10
* make Perl_... and my_re_op_compile sigs matchDavid Mitchell2012-06-131-1/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-1/+0
* bump re.pm version numberDavid Mitchell2012-06-131-1/+1
* fix =/== typo in ext/re/t/regop.tDavid Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+6
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+2
* add Perl_re_op_compile functionDavid Mitchell2012-06-132-0/+2
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-1/+2
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-083-1/+21
* Make B::COP::stashpv respect utf8 and embedded nullsFather Chrysostomos2012-06-052-7/+33
* Fix version logic in B.xsFather Chrysostomos2012-06-051-4/+2
* Change B::COP::stashlen to stashoffFather Chrysostomos2012-06-053-13/+16
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-1/+5
* Increase $B::VERSION to 1.36Father Chrysostomos2012-06-041-1/+1