platform/upstream/perl.git
2011-11-08 Karl Williamsonperluniprops: Don't list newer internal-only properties
2011-11-08 Karl Williamsonmktables: Change variable name to prevent confusion
2011-11-08 Karl Williamsonmktables: Don't output Decomposition Type mapping table
2011-11-08 Karl Williamsonmktables: Add comment to db file
2011-11-08 Karl Williamsonmktables: rmv extra blank between words
2011-11-08 Karl Williamsonmktables: Don't use hard-coded strings hash keys
2011-11-08 Karl Williamsonmktables: Don't hard-code true/false synonyms
2011-11-08 Karl Williamsonmktables: New table format descriptor
2011-11-08 Karl Williamsonmktables: generalize uniprops swash format table
2011-11-08 Karl Williamsonmktables: kIICore becomes a forced bin property
2011-11-08 Karl Williamsonmktables: Accept Unicode combo binary properties
2011-11-08 Karl Williamsonmktables: Lock a complement table
2011-11-08 Karl Williamsonmktables: White-space only
2011-11-08 Karl Williamsonmktables: Don't populate inverse tables
2011-11-08 Karl Williamsonmktables: use master range list if inverse
2011-11-08 Karl Williamsonmktables: perluniprops change prop-val generation
2011-11-08 Karl Williamsonperluniprops: Fix handling of null prop vals
2011-11-08 Karl Williamsonmktables: White-space only
2011-11-08 Karl Williamsonmktables: Don't look at complement tables for equivalences
2011-11-08 Karl Williamsonmktables: White space-only
2011-11-08 Karl Williamsonmktables: Add test to avoid undef
2011-11-08 Karl Williamsonmktables: Move declaration
2011-11-08 Karl Williamsonmktables: Reorder sort
2011-11-08 Karl Williamsonmktables: Remove extra look-up
2011-11-08 Karl Williamsonmktables: Use consistent name style for scx
2011-11-08 Karl Williamsonmktables: extract ref to object just once
2011-11-08 Karl Williamsonmktables: Allow run-time change of class variable
2011-11-08 Karl Williamsonmktables: Allow related equivalencing of sub-tables
2011-11-08 Karl Williamsonmktables: Fix generated file comment
2011-11-08 Karl Williamsonmktables: Eliminate duplicate op
2011-11-08 Karl Williamsonmktables: Initialize variable
2011-11-08 Karl Williamsonmktables: Try harder to find a good table name
2011-11-08 Karl Williamsonmktables: Add defensive coding
2011-11-08 Karl Williamsonmktables: Improve comments, white-space
2011-11-08 Karl Williamsonmktables: Work around deficiency in Unicode data files
2011-11-08 Karl Williamsonperluniprops: Add explanatory note
2011-11-08 Karl Williamsonmktables: Adjust now that have fixed set_type()
2011-11-08 Karl Williamsonmktables: use full_name as well when converting table...
2011-11-08 Karl Williamsonmktables: Change name of some ccc tables
2011-11-08 Karl WilliamsonUnicode::UCD: Remove obsolete pod lines
2011-11-08 Karl Williamsonperluniprops: mention 5.14 not 5.13
2011-11-08 Karl Williamsonperluniprops: Add quotes around a couple prop names
2011-11-08 Karl Williamsonmktables: Clarify comment added to output tables
2011-11-08 Karl Williamsonmktables: Remove possibility of 2nd ccc table
2011-11-08 Karl Williamsonmktables: remove internal restriction
2011-11-08 Karl Williamsont/uni/case.pl: Allow overridden simple maps in input
2011-11-08 Karl Williamsonmktables: Reorder error check
2011-11-08 Karl Williamsonmktables: Clarify warning message
2011-11-08 Karl Williamsonperluniprops: nit
2011-11-07 Steve HayFix VC6 compilation of pp_sort.c
2011-11-06 Chris 'BinGOs... Update IO-Compress to CPAN version 2.040
2011-11-06 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.040
2011-11-06 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.040
2011-11-06 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.84
2011-11-06 Father ChrysostomosDear dual-life.t: I regret your existence
2011-11-06 Father Chrysostomostoke.c:lex_start: Move len into the only block that...
2011-11-06 Father ChrysostomosUpdate docs about lex_start’s flags param
2011-11-06 Father ChrysostomosDon’t leak the source for evalbytes($utf8)
2011-11-06 Father ChrysostomosAvoid redundant copies in string evals
2011-11-06 Father Chrysostomoseval"" should reset %^H in more cases
2011-11-06 Father ChrysostomosTypos in gv.t
2011-11-06 Pino Toscanoenable LFS on GNU/Hurd
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 ChrysostomosStop toggling the FAKE flag for stringified GVs
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-06 Father Chrysostomosop.c:ck_eval: consting
2011-11-06 Father ChrysostomosMerge unicode_eval and evalbytes
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosMerge some parser fields
2011-11-06 Father ChrysostomosMake source filters work in evalbytes
2011-11-06 Father ChrysostomosAdd new OPpEVAL flags to B::Concise
2011-11-06 Father ChrysostomosIncrease $B::Concise::VERSION to 0.87
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-06 Father Chrysostomosparser.h: Rearrange constants
2011-11-06 Father ChrysostomosForbid source filters in Unicode evals
2011-11-06 Father ChrysostomosIncrease $feature::VERSION to 1.23
2011-11-06 Brian Frasereval STRING UTF8 cleanup.
2011-11-06 Father ChrysostomosAdd unicode_eval feature
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-06 Father Chrysostomoshv.c: comment typo
2011-11-05 Father ChrysostomosGlob.xs: remove unused vars
2011-11-05 Father Chrysostomostie.t: typos
2011-11-05 Father ChrysostomosPerl_hv_kill_backrefs is also used in scope.c
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 Father Chrysostomossort MANIFEST
2011-11-04 Father ChrysostomosRemove vos/syslog.h from MANIFEST
2011-11-04 Paul GreenBuild perl using the dynamic linking capabilities of...
2011-11-04 Pino ToscanoAdd GNU/Hurd hints for NDBM_File
2011-11-04 Father ChrysostomosFill out sv_upgrade docs
2011-11-04 Craig A. BerryRestore VMS glob skip removed in 1bb8785a.
2011-11-04 Pino ToscanoFix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-11-04 Father ChrysostomosDeparse ()[()]
2011-11-03 Father ChrysostomosStop @{""} = reverse @_ from crashing
2011-11-03 Father ChrysostomosMake Storable load even with %INC modified
next