This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #97466] Stop defined from propagating ref cx too far
[perl5.git] / ext / XS-APItest /
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-21 Father ChrysostomosIncrease $XS:APItest::VERSION to 0.43
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-17 Craig A. BerrynewCONSTSUB needs its own CV.
2012-08-14 Nicholas ClarkXS::APItest::newCONSTSUB was not handling SV reference...
2012-08-14 Nicholas ClarkUse ALIAS to provide XS::APItest::newCONSTSUB and newCO...
2012-07-29 Father ChrysostomosMake undef &foo remove call checkers
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-08 Karl Williamsonhandy.: Add some tests for its API
2012-07-08 Father ChrysostomosLet rv2cv-hook CVs’ protos participate in method intuition
2012-07-07 Father Chrysostomosrv2cv hooks should not create 2nd-class subs
2012-07-03 Eric BrineAvoid needless use of deprecated exists on array elements
2012-07-03 Father Chrysostomosop.c:newFOROP: Fall back to realloc for unslabbed ops
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-27 Father ChrysostomosNull HeVAL and local delete → crash
2012-06-09 Michael Schroeder[perl #111610] Trouble with XS-APItest/t/clone-with...
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-05-21 Father Chrysostomos[perl #111000] Let hv_store work on hint hashes
2012-05-21 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.39
2012-05-01 Karl Williamsonutf8n_to_uvuni(): Fix broken malformation interactions
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-03-25 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.38
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-01 Father ChrysostomosStop SvPVutf8 from forcing the POK flag
2012-02-01 Father ChrysostomosXS::APItest: svpv_magic.t: Correct test name
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-01-31 Father ChrysostomosTest that SvPVutf8 works with magic vars
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-31 Father ChrysostomosXS::APItest: Move $VERSION further up
2012-01-31 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.35
2012-01-03 Father ChrysostomosCorrect comment in APItest’s hash.t
2011-12-25 Father ChrysostomosSupress warning in XS::APItest’s hash.t
2011-12-25 Father ChrysostomosDon’t crash when writing to null hash elem
2011-12-25 Father Chrysostomoshv.c: Make newHVhv work on tied hashes
2011-12-25 Father Chrysostomos*Now* increase $XS::APItest::VERSION to 0.35
2011-12-24 Father ChrysostomosRevert "Increase $XS::APItest::VERSION to 0.35"
2011-12-24 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.35
2011-11-22 Father ChrysostomosMake const redef warnings default in newXS
2011-11-21 Father ChrysostomosMake newXS redefinition warning respect UTF8
2011-11-21 Father ChrysostomosMake newCONSTSUB use the right warning scope.
2011-11-21 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-21 Father ChrysostomosRevert "$XS::APItest::VERSION = '0.34'"
2011-11-20 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-20 Father ChrysostomosAdd len flag to newCONSTSUB_flags
2011-11-17 Father ChrysostomosLocalise PL_curcop for BEGIN blocks
2011-11-16 Zeframavoid some test-time warnings
2011-11-16 Zefram\x-ify non-ASCII chars in C string literal
2011-11-06 Father ChrysostomosMake source filters work in evalbytes
2011-11-06 Father ChrysostomosForbid source filters in Unicode evals
2011-10-15 Father ChrysostomosTest uninit warnings for undef XS cmp retvals
2011-10-15 Father ChrysostomosMake XS sort routines work again
2011-10-15 Father ChrysostomosAPItest: put mro stuff in a new BOOT block
2011-10-12 Father ChrysostomosAPItest: Move PERL_UNUSED_ARG after decl
2011-10-12 Father Chrysostomos[perl #6828] Set $AUTOLOAD once more for XS autoloading
2011-10-12 Steffen MuellerTODO test for $AUTOLOAD with XS AUTOLOAD
2011-10-11 Father ChrysostomosMake sv_set[ps]v(cv...) set prototype
2011-10-11 Father ChrysostomosXS::APItest: s/justinc/justisa/
2011-10-11 Father Chrysostomos[perl #94306] Do not skip first elem of linear isa
2011-10-10 Father ChrysostomosFix cv-to-gv assignment to use CvPROTO
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-10 Father ChrysostomosTests for XS AUTOLOAD routines
2011-10-06 Father ChrysostomosIncrease $XS::APItest::VERSION from 0.31 to 0.32
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasergv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_autoload4 is now UTF-8 clean.
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-10-06 Brian Frasergv.c: gv_name_set and gv_init_(etc) now initialize...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosMinor correction to gv_fetchmeth_autoload.t
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosMinor correction to gv_fetchmeth.t
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-09-17 Father ChrysostomosTests for goto &xsub and lexical hints
2011-08-21 Steffen MuellerExlicitly enable exporting of some XSUB symbols
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-18 Reini UrbanActually test cop_*_label
2011-07-18 Father ChrysostomosFix a wrong length in APItest.xs:test_coplabel
2011-07-17 Craig A. BerryBring cop label testing in line with intentions.
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserTests for the pad cleanup.
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 ZeframAPI tests for pad_findmy_*()
2011-07-13 ZeframAPI test for find_rundefsv()
2011-07-13 ZeframAPIify pad functions
next