This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/POSIX/t/time.t: Conditionalize the use of setlocale/LC_TIME
[perl5.git] / ext / XS-APItest /
2014-01-17 Father ChrysostomosXS::APItest: Flatten src for utf16_to_utf8_reversed
2014-01-17 Father ChrysostomosMake XS::APItest::establish_cleanup protect existing...
2014-01-06 H.Merijn BrandXS is more C than perl. Use C-comments please
2014-01-04 Karl WilliamsonAPItest.xs: #include fakesdio.h
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl Williamsonext/XS-APItest/t/utf8.t: White-space only
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2013-12-23 Daniel Dragantest various types of SVs with call_sv
2013-11-24 David MitchellXS::APItest: remove unused var
2013-11-22 Father ChrysostomosRemove unused var from APItest.xs
2013-11-21 David MitchellAPItest.xs: fix various compiler warnings
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-10-18 Steve HayRemove some IGNORABLE files from ext/ and lib/
2013-09-16 Tony Cook[perl #79074] make sure HeSVKEY_force() preserves UTF8n...
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
2013-09-07 Father ChrysostomosLet av_push accept NULL values
2013-08-29 Karl WilliamsonAPItest: Test native code points, instead of Unicode
2013-08-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.56
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-13 Father ChrysostomosCopy PADTMPS passed to XSUBs
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-26 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.55
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-06-23 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.54
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-04 Paul Greenchange svpeek.t to append the VOS executable suffix...
2013-05-25 James E KeenanBump $VERSION.
2013-05-25 David Steinbrunnertypo fix for XS::APItest
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-20 Karl WilliamsonAdd tests for case-change macros API
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
next