summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove some 5.002 and 5.003 compatibility code from Class::Struct.Nicholas Clark2012-06-181-6/+1
* Add tests for all the error paths in Class::Struct.Nicholas Clark2012-06-181-0/+91
* Add tests for Class::Struct constructors called with initialiser lists.Nicholas Clark2012-06-181-1/+34
* add use strict to perl -dShlomi Fish2012-06-171-67/+229
* Increase $Class::Struct::VERSION to 0.64Father Chrysostomos2012-06-151-1/+1
* add tests for overridden Class::Struct accessorsRenee Bäcker2012-06-151-1/+25
* [perl #29230] Class::Struct, accessor overrides not called from constructorRhesa Rozendaal2012-06-151-6/+10
* Updated CPANPLUS to CPAN version 0.9130Chris 'BinGOs' Williams2012-06-151-0/+1
* re-apply temporarily remove overload.t changesDavid Mitchell2012-06-131-37/+128
* handle (??{}) returning an overloaded valueDavid Mitchell2012-06-131-5/+2
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-2/+2
* [perl #108780] Make /foo$qr/ work under ‘no overloading’Father Chrysostomos2012-06-131-1/+11
* undo temporarily reverted lib/overload.t tests"David Mitchell2012-06-131-1/+48
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+10
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2012-06-131-1/+3
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-131-1/+40
* Revert 4 regex commits to ease rebasingDavid Mitchell2012-06-131-3/+1
* Temporarily revert some lib/overload.t testsDavid Mitchell2012-06-131-48/+1
* Revert two commits to make rebasing easierDavid Mitchell2012-06-131-11/+1
* Temporarily remove overload.t changesDavid Mitchell2012-06-131-128/+37
* PATCH: [perl #113584] tr/// multiple transliterationsKarl Williamson2012-06-111-4/+4
* Unicode::UCD: typo and incorrect recipe in podKarl Williamson2012-06-091-2/+2
* Experimentally Use Unicode 6.2 betaKarl Williamson2012-06-0847-1351/+1834
* mktables: Remove unused $scalarKarl Williamson2012-06-081-5/+5
* unicore/README.perl: Make text commentsKarl Williamson2012-06-081-82/+83
* mktables: Add error check for overloaded &=Karl Williamson2012-06-081-0/+10
* mktables: Add &= overload for Range_ListsKarl Williamson2012-06-081-0/+15
* mktables: Use control names under -annotateKarl Williamson2012-06-081-2/+1
* UCD.t: Cope with $/ being set.Karl Williamson2012-06-071-2/+20
* Revert "UCD.t: Don't use BEL for $/"Karl Williamson2012-06-071-0/+2
* mktables: Use initialize instead of a pushKarl Williamson2012-06-071-3/+1
* docs patch: 'unicode_strings' doesn't change utf8nessKarl Williamson2012-06-071-2/+3
* Remove commented-out debugging print statements from File:DosGlobNicholas Clark2012-06-031-6/+0
* Refactor File::DosGlob to avoid an unescaped { in a regex.Nicholas Clark2012-06-031-4/+2
* mktables: Convert to BELL meaning U+1F514Karl Williamson2012-06-024-29/+32
* mktables memory reductionNicholas Clark2012-06-021-7/+9
* mktables: Use for loop instead of eachKarl Williamson2012-06-021-2/+1
* mktables: Allow easy generation of Unicode-deprecated filesKarl Williamson2012-06-021-0/+11
* mktables, README.perl: Add, fix commentsKarl Williamson2012-06-022-68/+132
* perl.pod: Remove reference to specific Unicode versionKarl Williamson2012-06-021-3/+0
* mktables: White-space onlyKarl Williamson2012-06-021-15/+14
* mktables: Use modern \X definition for early UnicodesKarl Williamson2012-06-021-74/+189
* perluniprops: Work correctly with PLACEHOLDER entriesKarl Williamson2012-06-021-3/+3
* mktables: Create get accessor for objectKarl Williamson2012-06-021-1/+1
* mktables: Make sure a \p{ID_Continue} is also \p{Word}Karl Williamson2012-06-021-0/+2
* mktables: Improve defn of xidc for early UnicodesKarl Williamson2012-06-021-0/+63
* mktables: Improve \p{xids} defn for early UnicodesKarl Williamson2012-06-021-7/+41
* mktables: Defined \p{AHex} and \p{ASCII_Hex_Digit} for early UnicodesKarl Williamson2012-06-021-0/+2
* mktables: Improve Lower, Upper defns in early UnicodesKarl Williamson2012-06-021-5/+38
* mktables: Remove early Unicode defective \p{Alpha=Y}Karl Williamson2012-06-021-21/+22