This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Renumber character class bits
[perl5.git] / lib /
2012-07-25 Karl Williamsonmktables: Generate new table for foldable chars
2012-07-20 Robin Barkerrewrite a regex in lib/DB.t using \Q
2012-07-13 Robin Barkersilence override warning
2012-07-06 David Goldenvars.pm: remove 'obsolete' description [perl #113974]
2012-06-30 Shlomi FishFix perl -d’s "l" command.
2012-06-29 Father ChrysostomosTeach diagnostics.pm about %p
2012-06-29 Father ChrysostomosIncrease $diagnostics::VERSION to 1.30
2012-06-29 Jesse Luehrsfix 386a548 for fallback => undef
2012-06-29 Jesse Luehrs"use overload fallback => 0" should enable overloading...
2012-06-28 Father Chrysostomosdiagnostics.t: Restore test name removed by f0e510f
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-27 Father Chrysostomosdiagnostics.t: Tweak to get tests passing
2012-06-26 Jesse Luehrsuse a less broken test for locale radix in atof [perl...
2012-06-26 Jesse Luehrsfix some language/country codes
2012-06-25 Vincent PitFix tab completion of module names in the debugger
2012-06-25 Vincent PitFix restarting a debugging session opened for a one...
2012-06-25 Vincent PitFix (and test) module listing in the debugger
2012-06-25 Vincent PitFix (and test) breakpoints on subroutines
2012-06-24 E. ChorobaFix Exporter.pm documentation: Notes are not code.
2012-06-24 Father Chrysostomos[perl #113796] lib/File/stat.t failures when -l $^X
2012-06-23 Father ChrysostomosExporter.pm: long lines in verbatim pod
2012-06-23 Father ChrysostomosExporter’s docs: mention require_version, but honestly
2012-06-23 Father Chrysostomossquash with export headres
2012-06-23 Father ChrysostomosExporter.pm: Capitalise subheaders consistently
2012-06-23 Father ChrysostomosExporter.pm: Consistent spaces after dots
2012-06-23 Father ChrysostomosIncrease $Exporter::VERSION to 5.67
2012-06-23 Father Chrysostomos[perl #112856] Exporter’s docs: expunge require_version
2012-06-22 Father Chrysostomos[perl #112826] Make Tie::StdHandle::READ respect offset
2012-06-22 Father ChrysostomosIncrease $Tie::StdHandle::VERSION to 4.3
2012-06-21 Nicholas Clarklib/File/stat.t shouldn't test -A $^X
2012-06-21 Nicholas ClarkFix File::stat's -x and -X for root for directories...
2012-06-21 Nicholas ClarkTest that File::stat exports stat by default, overridin...
2012-06-21 Nicholas Clarklib/File/stat.t should also test the -X operators on...
2012-06-21 Nicholas ClarkIn lib/File/stat.t, permute the test file's mode for...
2012-06-21 Nicholas ClarkRefactor lib/File/stat.t for robustness.
2012-06-21 Nicholas Clark*Actually* test that bug 20011110.104 is fixed.
2012-06-21 Nicholas ClarkSimplify lib/File/stat.t by using a tempfile as the...
2012-06-21 Nicholas ClarkRemove needless skip tests from lib/File/stat.t
2012-06-21 Nicholas ClarkIn lib/File/stat.t, test everything with and without...
2012-06-21 Nicholas ClarkBring the joy of strict (and warnings) to lib/File...
2012-06-21 Nicholas ClarkReplace repetitive code in lib/File/stat.t with a data...
2012-06-21 Nicholas ClarkConvert lib/File/stat.t from a complex plan calculation...
2012-06-18 Nicholas ClarkRemove some 5.002 and 5.003 compatibility code from...
2012-06-18 Nicholas ClarkAdd tests for all the error paths in Class::Struct.
2012-06-18 Nicholas ClarkAdd tests for Class::Struct constructors called with...
2012-06-17 Shlomi Fishadd use strict to perl -d
2012-06-15 Father ChrysostomosIncrease $Class::Struct::VERSION to 0.64
2012-06-15 Renee Bäckeradd tests for overridden Class::Struct accessors
2012-06-15 Rhesa Rozendaal[perl #29230] Class::Struct, accessor overrides not...
2012-06-15 Chris 'BinGOs' Wil... Updated CPANPLUS to CPAN version 0.9130
2012-06-13 David Mitchellre-apply temporarily remove overload.t changes
2012-06-13 David Mitchellhandle (??{}) returning an overloaded value
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 Father Chrysostomos[perl #108780] Make /foo$qr/ work under ‘no overloading’
2012-06-13 David Mitchellundo temporarily reverted lib/overload.t tests"
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2012-06-13 David Mitchellfix for overload/stringfy and pp_regcomp
2012-06-13 David MitchellRevert 4 regex commits to ease rebasing
2012-06-13 David MitchellTemporarily revert some lib/overload.t tests
2012-06-13 David MitchellRevert two commits to make rebasing easier
2012-06-13 David MitchellTemporarily remove overload.t changes
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-06-10 Karl WilliamsonUnicode::UCD: typo and incorrect recipe in pod
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-06-08 Karl Williamsonmktables: Remove unused $scalar
2012-06-08 Karl Williamsonunicore/README.perl: Make text comments
2012-06-08 Karl Williamsonmktables: Add error check for overloaded &=
2012-06-08 Karl Williamsonmktables: Add &= overload for Range_Lists
2012-06-08 Karl Williamsonmktables: Use control names under -annotate
2012-06-07 Karl WilliamsonUCD.t: Cope with $/ being set.
2012-06-07 Karl WilliamsonRevert "UCD.t: Don't use BEL for $/"
2012-06-07 Karl Williamsonmktables: Use initialize instead of a push
2012-06-07 Karl Williamsondocs patch: 'unicode_strings' doesn't change utf8ness
2012-06-03 Nicholas ClarkRemove commented-out debugging print statements from...
2012-06-03 Nicholas ClarkRefactor File::DosGlob to avoid an unescaped { in a...
2012-06-02 Karl Williamsonmktables: Convert to BELL meaning U+1F514
2012-06-02 Nicholas Clarkmktables memory reduction
2012-06-02 Karl Williamsonmktables: Use for loop instead of each
2012-06-02 Karl Williamsonmktables: Allow easy generation of Unicode-deprecated...
2012-06-02 Karl Williamsonmktables, README.perl: Add, fix comments
2012-06-02 Karl Williamsonperl.pod: Remove reference to specific Unicode version
2012-06-02 Karl Williamsonmktables: White-space only
2012-06-02 Karl Williamsonmktables: Use modern \X definition for early Unicodes
2012-06-02 Karl Williamsonperluniprops: Work correctly with PLACEHOLDER entries
2012-06-02 Karl Williamsonmktables: Create get accessor for object
2012-06-02 Karl Williamsonmktables: Make sure a \p{ID_Continue} is also \p{Word}
2012-06-02 Karl Williamsonmktables: Improve defn of xidc for early Unicodes
2012-06-02 Karl Williamsonmktables: Improve \p{xids} defn for early Unicodes
2012-06-02 Karl Williamsonmktables: Defined \p{AHex} and \p{ASCII_Hex_Digit}...
2012-06-02 Karl Williamsonmktables: Improve Lower, Upper defns in early Unicodes
2012-06-02 Karl Williamsonmktables: Remove early Unicode defective \p{Alpha=Y}
2012-06-02 Karl Williamsonmktables: Improve \p{Alphabetic} definition for early...
2012-06-02 Karl Williamsonperluniprops: Omit mention of zero-length special tables
2012-06-02 Karl Williamsonmktables: Reorder enum
2012-06-02 Karl Williamsonmktables: White-space only change
2012-06-02 Karl WilliamsonShorten a $variable name
2012-06-02 Karl Williamsonadd period to end of sentence in comment
2012-06-02 Karl Williamsonmktables: slight efficiency improvement
2012-06-02 Karl Williamsonmktables: Improve warning messages and handling for...
next