This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove method cache reset from hv.c:hv_free_ent
[perl5.git] / lib /
2011-12-30 Karl Williamsonmktables: Fix bug for early Unicode versions
2011-12-30 Karl Williamsonmktables: Change function name
2011-12-30 Karl Williamsonmktables: Unicode 6.1 table will be empty
2011-12-30 Karl Williamsonmktables: Add comment
2011-12-30 Karl WilliamsonUnicode:UCD: Add comments
2011-12-30 Karl WilliamsonUnicode::UCD: Extend prop_invmap() to handle multi...
2011-12-30 Karl WilliamsonUnicode::UCD: white-space only
2011-12-30 Karl WilliamsonUnicode::UCD: Allow prop_invlist() to work on non-compa...
2011-12-30 Karl WilliamsonUnicode::UCD: Special case prop_aliases() 'indic'
2011-12-30 Karl WilliamsonUnicode::UCD: Allow prop_invmap() to work on non-compac...
2011-12-30 Karl WilliamsonUnicode::UCD: Correct pod
2011-12-30 Shlomi FishAdd a test for "n EXPR()".
2011-12-30 Shlomi Fishperl -d: add a test for s EXPR().
2011-12-30 Shlomi Fishperl -d: add a test to the 's' command.
2011-12-30 Shlomi FishAdd a test for s.
2011-12-30 Shlomi Fishperl -d: test for 'T'.
2011-12-30 Shlomi Fishperl -d: add test for the x command.
2011-12-30 Shlomi FishAdd a test for the debugger p command.
2011-12-30 Karl WilliamsonUnicode::UCD: Use 6.1 format for Name_Alias
2011-12-30 Karl Williamsonmktables: Add comment
2011-12-30 Karl Williamsonmktables: Arrange to handle 6.1 ScriptExtensions.txt
2011-12-30 Karl Williamsonmktables: Accommodate new @missings in Unicode 6.1
2011-12-30 Karl Williamsonmktables: Make protected method available
2011-12-30 Karl Williamsonmktables: Add capability to add dup FIFO
2011-12-30 Karl Williamsonmktables: Rename variable
2011-12-30 Karl Williamsoncharnames.t: Skip null name test
2011-12-30 Karl Williamsoncharnames.t: Add test names
2011-12-30 Karl Williamsoncharnames.t: Fix test that passed whether or not it...
2011-12-30 Karl Williamsonmktables: Comments only
2011-12-30 Karl WilliamsonUnicode/UCD.t: Avoid early prototype messages
2011-12-30 Karl Williamsonmktables: Ignore @missing lines in certain source files
2011-12-30 Karl Williamsonmktables: Account for 2 provisional files
2011-12-30 Karl Williamsonmktables: Need to have two classes of unused files
2011-12-30 Karl Williamsonmktables: Consistently store lc of key in hash
2011-12-30 Karl Williamsonmktables: Can skip processing suppressed properties
2011-12-30 Karl Williamsonmktables: White-space only
2011-12-30 Karl Williamsonmktables: Don't test suppressed table validity
2011-12-30 Karl Williamsonmktables: reorder two tests
2011-12-29 Shlomi Fishperl -d: display lines inside subroutines.
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
2011-12-27 Father ChrysostomosFix up diagnostic.pm’s backtrace for multiline msgs
2011-12-27 Father ChrysostomosAdd support for multiline messages to splain
2011-12-27 Father Chrysostomosdiagnostics.t: Test errors ending with dots
2011-12-27 Father ChrysostomosRemove unnecessary code from diagnostics.pm
2011-12-27 Father ChrysostomosFix diagnostic.pm’s backtraces
2011-12-26 Father ChrysostomosConsistent use of spaces after dots in diagnostics.pm
2011-12-26 Father ChrysostomosIncrease $diagnostics::VERSION to 1.27
2011-12-26 Father ChrysostomosConvert diagnostics.t to test.pl
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-24 Father Chrysostomosfeature.pl: Gen %feature_bundle from %UniqueBundles
2011-12-24 Father ChrysostomosCreate regen/feature.pl
2011-12-24 Father ChrysostomosIncrease $feature::VERSION to 1.25
2011-12-21 Nicholas ClarkEliminate pod.lst. pod/perl.pod is now the master file...
2011-12-21 Karl Williamsoncharnames tests: Add names to some more tests
2011-12-21 Karl WilliamsonAutoload charnames for \N{name}
2011-12-21 Karl Williamsoncharnames.t: Rmv extra blank in comment
2011-12-21 Karl Williamsoncharnames: Split into two modules
2011-12-17 Father ChrysostomosRemove use of local($_) from dumpvar.pl
2011-12-17 Father ChrysostomosIncrease $diagnostics::VERSION to 1.26
2011-12-17 Father ChrysostomosTeach splain about %X
2011-12-16 Father ChrysostomosDocument the array_base feature
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-16 Father Chrysostomosfeature.pm: Consistent use of spaces after full stops
2011-12-15 Karl Williamsonpp.c: Changing case of utf8 strings under locale uses...
2011-12-15 Karl Williamsonlocale.t: Prepare for adding more tests
2011-12-15 Karl Williamsonlocale.t: Add ability to output a message with 'ok'
2011-12-15 David GoldenRevise feature.pm documentation
2011-12-15 John PeacockMerge CPAN version.pm tests into CORE.
2011-12-14 Karl Williamsonlocale.t: Don't destroy caller's $@
2011-12-14 Karl Williamsoncharnames: Add %Carp::Internal entry
2011-12-14 Karl Williamsoncharnames and perlapi: pod nits
2011-12-14 Karl Williamsoncharnames: "Add 'use re "/aa"'
2011-12-11 Father ChrysostomosRemove local $_ from Exporter
2011-12-11 Father ChrysostomosIncrease $Exporter::VERSION to 5.66
2011-12-09 John PeacockUpdate UNIVERSAL::VERSION POD to reflect reality.
2011-12-09 John PeacockSync up tests with upstream version.pm
2011-12-09 Shlomi FishMade "c [line_num]" working again.
2011-12-07 Father ChrysostomosAdjust docs to match new ver decl behaviour
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosDocument :default feature bundle
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-12-06 Father ChrysostomosIncrease perl5db.pl’s version to 1.35
2011-12-03 Shlomi Fishperl -d bugfixes and tests
2011-11-24 Peter ScottThe attached patch adds to the debugger a capability...
2011-11-24 Father Chrysostomoslib/version.t: suppress warning
2011-11-24 Father ChrysostomosProduce right error msg for $ver < "version"
2011-11-23 Father Chrysostomos[perl #102586] version->new("version") SEGVs
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-20 Father Chrysostomos$strict::VERSION = "1.06"
2011-11-20 Aaron CraneUpdate strict.pm docs to mention C<state>
next