This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove double space between words in pod
[perl5.git] / ext / XS-APItest /
2013-04-24 Zeframmove Perl_ck_warner() before unwind [perl #113794]
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-23 David MitchellRevert "fix Peek.t to work with NEW COW"
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-13 Nicholas ClarkTest that call checkers are copied with actual closures.
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-01-14 Karl Williamsonhandy.h: Fix isIDCONT_utf8()
2013-01-07 Karl Williamsonext/XS-APItest: Remove unused variable decl.
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: White-space only
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: Work better on platforms...
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-09 Karl Williamsonext/XS-APItest/t/handy.t: White space only
2012-12-09 Karl WilliamsonXS-APItest: Add tests for handy.h
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonXS-APItest/t/handy.t: Turn off non_unicode warnings
2012-11-26 Father ChrysostomosMissing dependency in XS::APItest’s Makefile
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl WilliamsonXS-APItest/t/handy.t: Refactor
2012-11-17 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.45
2012-11-17 Father Chrysostomos[perl #115756] Fix XS::APItest::SvIsCOW
2012-11-16 David Mitchellclone() wasn't cloning the whole stack
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-11 David Mitchellmake MULTICALL safe across cxstack reallocs
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-01 Father ChrysostomosAPItest.xs: Fix mem leak in lexsub test
2012-09-26 Father ChrysostomosTest XS registration of state subs
2012-09-26 David Mitchellstop regex engine reading beyond end of string
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.
next