This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Internals::SvREFCNT() now treats reference counts as unsigned
[perl5.git] / t /
2011-11-11 Karl Williamsonpodcheck.t: Add comment
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-11-08 Karl Williamsont/uni/case.pl: Allow overridden simple maps in input
2011-11-06 Father ChrysostomosDear dual-life.t: I regret your existence
2011-11-06 Father Chrysostomoseval"" should reset %^H in more cases
2011-11-06 Father ChrysostomosTypos in gv.t
2011-11-06 Father ChrysostomosCorrect bug number in gv.t
2011-11-06 Father ChrysostomosMake multiple #line’s update dblines in evals
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-11-06 Father ChrysostomosAllow dual-life.t to be run outside t/
2011-11-06 Father ChrysostomosTweak dual-life.t’s exceptions again
2011-11-06 Father ChrysostomosFix hash.t’s miniperl skip
2011-11-06 Father Chrysostomoseach() should not leave RITER set on empty hash
2011-11-05 Father Chrysostomostie.t: typos
2011-11-05 Father ChrysostomosHide pad vars from magic methods on scope exit
2011-11-05 Father ChrysostomosWeak refs to pad hvs should go stale
2011-11-04 Craig A. BerryRestore VMS glob skip removed in 1bb8785a.
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-11-02 Father ChrysostomosMake diag.t runnable outside t/
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-11-02 Karl WilliamsonPATCH: [perl #101710] Regression with /i, latin1 chars.
2011-10-31 Nicholas Clarkt/porting/authors.t can send just the git log info...
2011-10-29 Michael G. SchwernRemove unnecessary cruft from the module example.
2011-10-29 Tony Cookproduce a properly sorted known_pod_issues.dat
2011-10-27 Karl WilliamsonPATCH: [perl #99928] Document that is not a bug
2011-10-27 Karl WilliamsonPATCH: [perl #101970] /[[:lower:]]/i matches upper...
2011-10-27 Father ChrysostomosSkip <~> test on VMS
2011-10-27 Father ChrysostomosMake dual-life.t emit full paths
2011-10-27 Father ChrysostomosTweak dual-life.t’s exclusion list
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
2011-10-24 Father ChrysostomosMake <~> work again under miniperl
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-22 Karl Williamsonregexp_unicode_prop.t: Add tests.
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-20 Florian RagwitzRemove the MANIFEST check from the release guide
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-20 Father ChrysostomosRemove untrue comment from t/op/ref.t
2011-10-18 Karl Williamsonregcomp.c: generate folded for EXACTF and EXACTFU
2011-10-17 Karl Williamsonregexec.c: Stop looking for match sooner
2011-10-14 Karl Williamsonregexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
2011-10-14 Karl Williamsont/re/re_tests: Add tests for multi-char fold bug
2011-10-13 Father ChrysostomosMention all variables in $undef..$undef warnings
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-12 Father ChrysostomosAvoid an redundant copy in pp_flop
2011-10-11 Father Chrysostomos[perl #30661] autoload sort subs
2011-10-11 Father ChrysostomosStop attribute errors from leaking op trees
2011-10-08 Father ChrysostomosDont’t crash when warning about XSUB redefinition
2011-10-07 Father ChrysostomosDon’t put malformed UTF8 in $AUTOLOAD
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosTeach porting/diag.t about HEKf
2011-10-06 Gerard GoossenSet PERL_DL_NONLAZY in t/TEST to check existence of...
2011-10-06 Father ChrysostomosCorrect skip counts for miniperl
2011-10-06 Father Chrysostomosuni/universal.t tests passing
2011-10-06 Father ChrysostomosRewrite -l warning test to account for 433644eed
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Brian FraserTODO tests for parsing our() now pass
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Brian Frasertoke.c: Some simple mending to get readline() working...
2011-10-06 Brian Fraserpp_sys.c: pp_select UTF8 cleanup.
2011-10-06 Brian Fraserop.c: Malformed prototype warning on UTF8 sub name
2011-10-06 Father Chrysostomosglobvar.t: Skip PL_warn_uninit_sv
2011-10-06 Brian FraserSeveral TODO tests that now pass.
2011-10-06 Brian Fraserutil.c UTF8 cleanup
2011-10-06 Brian FraserMore warnings tests.
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Frasermro.(c|xs): Make warnings utf8-clean
2011-10-06 Brian Frasert/uni/gv.t, stringify is clean, remove the TODO
2011-10-06 Brian FraserTests for DATA handle in UTF8 packages
2011-10-06 Brian FraserTests for UTF-8 stashes.
2011-10-06 Brian FraserTests for package; declarations in UTF-8
2011-10-06 Brian FraserMore tests for t/uni/method.t
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian Frasersv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Father ChrysostomosTeach porting/diag.t about SVf32 and SVf256
2011-10-06 Brian Fraserpp.c: Make warnings utf8-clean
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Brian Fraserdoio.c: Make warnings UTF8- and nul-clean
2011-10-06 Brian FraserTests for DOES/isa/can with UTF8 and embedded nuls
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-10-06 Brian Fraserpp_sys.c: pp_tie and untie UTF8 cleanup.
2011-10-06 Brian Fraserpp.c: pp_substr for UTF-8 globs.
2011-10-06 Brian Fraserpp_ctl.c: pp_caller UTF8 cleanup.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian Fraserpp.c: pp_bless UTF8 cleanup.
next