This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_doeval(): saveop can never be null now
[perl5.git] / lib /
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
2012-05-21 Karl Williamsonmktables: Defer accepting Unicode's BELL character
2012-05-21 Ricardo Signesadd the 5.17 feature bundle
2012-05-01 Jesse VincentBump the version of perl5db since the porting scripts...
2012-05-01 Jesse VincentWe now have version control and no longer need a change...
2012-04-27 Father ChrysostomosReally increase $File::DosGlob::VERSION to 1.07
2012-04-27 Father ChrysostomosIncrease $version::VERSION to 0.99
2012-04-25 Ricardo Signesminor unicode doc tweaks
2012-04-18 Father ChrysostomosFix version tests on windoze
2012-04-17 Father Chrysostomos[perl #112478] Avoid buffer overflow in upg_version
2012-04-10 John PeacockTest patch for version 0.97
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-04 Karl WilliamsonUnicode::UCD.pm: Bump version
2012-04-04 Karl WilliamsonUnicode::UCD::prop_invmap(): Return 's' not 'i' format
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $strict::VERSION to 1.07
2012-03-23 Ricardo Signesversion bump _charnames.pm to keep porting tests happy
2012-03-23 Karl Williamsoncharnames: White-space only
2012-03-23 Karl WilliamsonPATCH: [perl #11560] extraneous msg in viacode
2012-03-20 Karl Williamsoncharnames: Clarify viacode pod
2012-03-20 Karl Williamsoncharnames pod: slight rewording
2012-03-20 Karl Williamsoncharnames: re-order pod sections
2012-03-19 Karl Williamsonmktables: white-space only
2012-03-19 Karl Williamsonmktables: Backport name_alias changes to earlier Unicod...
2012-03-19 Karl Williamsonmktables: Don't duplicate entries
2012-03-19 Karl Williamsonmktables: A leading zero is different than an only 0
2012-03-19 Karl WilliamsonUnicode::UCD::prop_invmap: Fix returned format
2012-03-19 Karl WilliamsonUnicode::UCD: typos in error messages
2012-03-19 Karl Williamsonmktables: Add required parens and reword warning msg
2012-03-19 Nicholas ClarkIn feature.pm, inline current_bundle() into __common...
2012-03-19 Nicholas ClarkIn feature.pm, inline normalise_hints() into __common...
2012-03-19 Nicholas ClarkMerge the code common to feature::import and feature...
2012-03-19 Nicholas ClarkIn feature.pm, use a consistent code style in import...
2012-03-17 Tony Cookignore new build result from splitting docs for Module...
2012-03-16 Karl WilliamsonUnicode::UCD: pod clarifications, corrections
2012-02-25 Father ChrysostomosDon’t ‘normalise’ hints for bare ‘no feature’
2012-02-24 Karl Williamsonmktables: Correct Unicode 6.1 omission
2012-02-22 Ricardo Signes"no feature" now means reset to default
next