summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore VMS build after e205153210.Craig A. Berry2013-11-041-2/+2
* Restore Windows build following commit e205153210Steve Hay2013-11-052-0/+2
* Update Module-Build to CPAN version 0.4008Chris 'BinGOs' Williams2013-11-0428-77/+54
* caretx.c: Add LOTR quoteFather Chrysostomos2013-11-041-1/+7
* caretx.c: Add bool warning commentFather Chrysostomos2013-11-041-0/+6
* Move the function to set $^X to its own filePeter Martini2013-11-048-94/+137
* Update Test-Simple to CPAN version 1.001002Chris 'BinGOs' Williams2013-11-048-11/+16
* Update ExtUtils-MakeMaker to CPAN version 6.82Chris 'BinGOs' Williams2013-11-0431-44/+51
* Update IPC-Cmd to CPAN release 0.86Chris 'BinGOs' Williams2013-11-043-48/+155
* op.c: Avoid vivifying CORE::GLOBAL:: globs unnecessarilyFather Chrysostomos2013-11-041-1/+5
* op.c: Abstract common override codeFather Chrysostomos2013-11-041-34/+18
* Stop CORE::GLOBAL::require lookup from crashing on stubFather Chrysostomos2013-11-042-1/+6
* Stop CORE::GLOBAL::glob lookup from crashing on stubFather Chrysostomos2013-11-042-1/+5
* Stop CORE::GLOBAL::do lookup from crashing on stubFather Chrysostomos2013-11-042-1/+8
* Make mro code pass precomputed hash valuesFather Chrysostomos2013-11-045-28/+31
* Check that stash entries are GVs when aliasing pkgsFather Chrysostomos2013-11-042-2/+10
* gv.c: Tweak API docsFather Chrysostomos2013-11-041-7/+7
* hv.h: missing macro parenthesesFather Chrysostomos2013-11-041-1/+1
* sub NEGATIVE_INDICES; + $ti...Father Chrysostomos2013-11-042-1/+12
* mg.c: Fix misuse of AvARRAY in defelem_targetFather Chrysostomos2013-11-042-0/+24
* pp_sort.c: Remove useless assignments; reduce var scopeFather Chrysostomos2013-11-041-3/+1
* op.c:ck_open: Make hint lookup conditional on HINT_LOCALIZE_HHFather Chrysostomos2013-11-041-1/+2
* op.c: Combine common code for hash keys and slicesFather Chrysostomos2013-11-031-63/+18
* Make ‘No such class’ apply to ${$ref}{key}, tooFather Chrysostomos2013-11-032-2/+19
* perlhacktips: Fix verbatim lineFather Chrysostomos2013-11-031-1/+1
* op.c: Apply shared hash key optimisation to slicesFather Chrysostomos2013-11-031-17/+33
* Make ‘No such field’ error apply to 1-elem slicesFather Chrysostomos2013-11-032-7/+16
* Stop my Class + sub FIELDS + hash lookup ...Father Chrysostomos2013-11-032-3/+10
* Update IO-Compress to CPAN version 2.063Chris 'BinGOs' Williams2013-11-0228-124/+124
* Update Compress-Raw-Zlib to CPAN version 2.063Chris 'BinGOs' Williams2013-11-023-6/+9
* Update Compress-Raw-Bzip2 to CPAN version 2.063Chris 'BinGOs' Williams2013-11-023-4/+3
* Update Unicode-Collate to CPAN version 1.01Chris 'BinGOs' Williams2013-11-0290-36911/+37031
* Update DB_File to CPAN version 1.830Chris 'BinGOs' Williams2013-11-024-9/+8
* win32/win32sck.c: dont close() a freed socket os handleDaniel Dragan2013-11-023-4/+121
* Revise fake bool build advice from f789f6a4bdb.Craig A. Berry2013-11-021-2/+6
* Undefined lex sub used as inherited method crashesFather Chrysostomos2013-11-022-2/+13
* remove redundant Zero() from JMPENV_BOOTSTRAPDaniel Dragan2013-11-022-3/+10
* remove unneeded dependency on Test::More 0.98 (RT#88531)Karen Etheridge2013-11-021-1/+1
* shared.pm: Consistent spaces after dotsFather Chrysostomos2013-11-011-4/+8
* threads::shared: Remove redundant description just addedFather Chrysostomos2013-11-011-21/+1
* Increase $threads::shared::VERSION to 1.45Father Chrysostomos2013-11-011-2/+2
* Move threads::shared warnings from perldiag to shared.pmFather Chrysostomos2013-11-012-22/+32
* toke.c:S_tokeq: add commentFather Chrysostomos2013-11-011-1/+1
* toke.c:S_tokeq: remove dead codeFather Chrysostomos2013-11-011-7/+7
* Remove ancient threads diagnostics from perldiagFather Chrysostomos2013-11-011-18/+0
* perlhack.pod: consistent spaces after dotsFather Chrysostomos2013-11-011-2/+2
* perllexwarn: consistent spaces after dotsFather Chrysostomos2013-11-011-33/+34
* ‘Attempt to bless into a ref’ with stale method cachesFather Chrysostomos2013-10-312-2/+16
* [perl #119809] Disallow bless($ref, $tied_ref)Father Chrysostomos2013-10-313-2/+18
* bless.t: More explicit testFather Chrysostomos2013-10-311-1/+1