This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/uni/case.pl: Allow to work on early Unicodes
[perl5.git] / lib /
2012-06-02 Karl WilliamsonUnicode::UCD: Allow some fncs to work under minitest
2012-06-02 Karl Williamsonmktables: Extend Name_Alias property to early Unicode...
2012-06-02 Karl Williamsoncharnames.t: White-space only
2012-06-02 Karl Williamsoncharnames.t: Fix to work on Unicodes without NameAliases
2012-06-02 Karl Williamsoncharnames.t: Skip hangul syllable testing for early...
2012-06-02 Karl Williamsoncharnames.t: Indent newly formed block
2012-06-02 Karl Williamsoncharnames.t: Skip testing named sequences if don't...
2012-06-02 Karl WilliamsonUnicode::UCD::casefold(): Don't use .txt file for source
2012-06-02 Karl WilliamsonUCD.t: Don't use BEL for $/
2012-06-02 Karl WilliamsonUCD.t: Skip PropValueAliases tests on early Unicodes
2012-06-02 Karl WilliamsonUCD.t: Skip tests for PropertyAlias on early Unicodes
2012-06-02 Karl WilliamsonUCD.t: Use v-string for easier version comparison
2012-06-02 Karl WilliamsonUCD.t: white-space only
2012-06-02 Karl WilliamsonUnicode::UCD: Fix blocks to work on early Unicodes
2012-06-02 Karl WilliamsonUnicode::UCD: Fix to work on Unicodes without script...
2012-06-02 Karl WilliamsonUnicode::UCD::compexcl(): Fix to work on early Unicodes
2012-06-02 Karl WilliamsonUnicode::UCD::charinfo(): Fix to handle decomps in...
2012-06-02 Karl WilliamsonUnicode::UCD::prop_invmap(): Fix so handles dm in earli...
2012-06-02 Karl WilliamsonUnicode::UCD::prop_invmap: Fix so works on very early...
2012-06-02 Karl WilliamsonUnicode::UCD::prop_invmap(): Fix to work on early Unicodes
2012-06-02 Karl WilliamsonUnicode::UCD::num(): Fix so works on early Unicode...
2012-06-02 Karl WilliamsonUnicode::UCD::charinfo(): get ISO comment for earlier...
2012-06-02 Karl WilliamsonUnicode::UCD: Store v-string Unicode version.
2012-06-02 Karl Williamsonmktables: Fix up Unicod 2.18 special casing file
2012-06-02 Karl Williamsonmktables: Fix-up for Unicode version 1
2012-06-02 Karl Williamsonmktables: Add definitions for missing property value...
2012-06-02 Karl Williamsonmktables: Add Unicode_1_names if missing from early...
2012-06-02 Karl Williamsonmktables: Allow simple_mapfoo tables to work in early...
2012-06-02 Karl Williamsonmktables: Work around bug in early Unicode databases
2012-06-02 Karl Williamsonmktables: Fix to enable XIDS property in early Unicode...
2012-06-02 Karl Williamsonmktables: Compile \w correctly on early Unicode versions
2012-06-02 Karl Williamsonmktables: Consolidate handling of Cased property
2012-06-02 Karl Williamsonmktables: Fix for Unicode versions without fold, specia...
2012-06-02 Karl Williamsonmktables: Suppress invalid warning on early Unicode...
2012-06-02 Karl Williamsonmktables: Move assignment out of loop
2012-06-02 Karl Williamsonmktables: White-space only
2012-06-02 Karl Williamsonmktables: remove now-always-true test
2012-06-02 Karl Williamsonmktables: Extend Name_Alias property to early Unicode...
2012-06-02 Karl Williamsonmktables: Loop should begin at 0
2012-06-02 Karl Williamsonmktables: Add input error check and warning
2012-06-02 Karl Williamsonmktables: Add overload for '&=' on property objects
2012-06-02 Karl Williamsonmktables: Move dummy table generation earlier
2012-06-02 Karl Williamsonmktables: Suppress warnings for placeholder tables
2012-06-02 Karl Williamsonmktables: Lowercase property name to conform with Unicode
2012-06-02 Karl Williamsonmktables: Remove unnecessary code
2012-06-02 Karl Williamsonmktables: White-space only
2012-06-02 Karl Williamsonmktables: skip some processing in debug mode
2012-06-02 Karl Williamsonmktables: Optionally create normalization test file
2012-06-02 Karl Williamsonmktables: Shorten test file name
2012-05-29 Father ChrysostomosUpdate CORE.pod to reflect the new coresubs
2012-05-25 Craig A. BerryAccumulate access warnings in stat.t.
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-25 Karl Williamsonutf8.pm: pod: grammar, clarify
2012-05-25 Ricardo Signesremove Version-Requirements from core!
2012-05-23 Karl Williamsonmktables: Handle typo in Unicode 6.1 data file
2012-05-23 Karl WilliamsonRevert "Fix mktables bug due to the previous overload...
2012-05-23 Karl Williamsonmktables: Add sanity check
2012-05-23 Karl Williamsonmktables: Add overloaded .=
2012-05-23 Karl Williamsonmktables: Add error check
2012-05-23 Karl Williamsonmktables: Add overloaded '+='
2012-05-23 Rafael Garcia-SuarezMerge branch 'rgs/overload' into blead
2012-05-23 Father Chrysostomos[perl #113050] Put fallback back under "()"
2012-05-22 Steffen MuellerMake CV * typemap entry support overloading
2012-05-22 Rafael Garcia-SuarezFix mktables bug due to the previous overload fix
2012-05-22 Karl WilliamsonExperimentally add VT to \s definition
2012-05-22 Rafael Garcia-SuarezLookup overloaded assignment operators when trying...
2012-05-22 Father ChrysostomosConsistent spaces after dots in CORE.pod
2012-05-22 Father ChrysostomosTest <> ovrld with glob override
2012-05-22 Father Chrysostomosoverload.pm: Allow :: in method names
2012-05-22 Father Chrysostomosoverload.t: Make the undef %overload:: test useful
2012-05-22 Father Chrysostomosoverload.t: Translate a comment into English :-)
2012-05-22 Father Chrysostomosoverload.t: Move a test
2012-05-22 Father Chrysostomosoverload.pm: This warning exists now
2012-05-22 Father ChrysostomosUpdate overload docs
2012-05-22 Father Chrysostomossv.c: Don’t fiddle with AMAGIC in sv_bless
2012-05-22 Father ChrysostomosMake ‘no overload’ also warn about invalid args
2012-05-22 Father Chrysostomosoverload.pm: Don’t touch %OVERLOAD’s dummy entry
2012-05-22 Father ChrysostomosMake overloaded classes inherit fallback
2012-05-22 Father Chrysostomosoverload.t: Tests for no overload "fallback"
2012-05-22 Father ChrysostomosCorrect comment typo in overload.t
2012-05-22 Father ChrysostomosIncrease $overload::VERSION to 1.19
2012-05-22 Father ChrysostomosMake @ISA changes update overloadedness
2012-05-22 Father Chrysostomosoverload.t: Move some tests above ‘keep last’ test
2012-05-22 Father Chrysostomos[perl #112708] Update overloadedness with ‘use overload’
2012-05-22 Father Chrysostomosoverload.t: Another to-do test for isa changes
2012-05-22 Father Chrysostomosgv.c: Check overload tables when overloading is used
2012-05-22 Father ChrysostomosMove SvAMAGIC flag from object to stash
2012-05-22 Father ChrysostomosTo-do tests for method/isa/overload updates and overloading
2012-05-22 Tony Cook[perl #111638] fix -p on File::stat objects
2012-05-22 Tony Cook[perl #111638] TODO for -p on a File::stat object
2012-05-22 Tony Cook[rt #111640] warn on the right -X operators used on...
2012-05-22 Tony Cook[rt #111640] TODO tests for warnings from -X on File...
2012-05-21 Father Chrysostomosfeature.pl: Make 5.even bundle imply 5.odd
2012-05-21 Father ChrysostomosDosGlob.pm: Fix pod syntax
2012-05-21 Father ChrysostomosRemove obsolete comment from DosGlob.pm
2012-05-21 Father ChrysostomosIncrease $File::DosGlob::VERSION to 1.07
2012-05-21 Father ChrysostomosFile::Find: typo
2012-05-21 jkeenanIndividual files may appear in list of directories...
2012-05-21 jkeenanIndividual files may appear in list of directories...
2012-05-21 Father ChrysostomosIncrease $File::Find::VERSION to 1.21
next