summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningscompileYves Orton2010-11-021-4/+10
* Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningsFather Chrysostomos2010-11-021-1/+38
* remove commit bit so that porting tests dont failYves Orton2010-11-020-0/+0
* Reorder struct xpvhv_aux to make two I32s adjacent.Nicholas Clark2010-11-021-1/+1
* Fix permissions on lib/overload/numbers.pm, accidentally changed by 0e244b13.Nicholas Clark2010-11-021-0/+0
* perldelta up to 7fd683ff3c3Father Chrysostomos2010-11-011-1/+17
* Increase DynaLoader’s versionFather Chrysostomos2010-11-011-1/+1
* Note changes to perlvar in perldeltabrian d foy2010-11-011-0/+5
* Whitespace fixes to perlvarbriandfoy/perlvarbrian d foy2010-11-011-3/+3
* Added ${^GLOBAL_PHASE} to perlvarbrian d foy2010-11-011-0/+64
* Fix some grammar nits thanks to jnarebbrian d foy2010-11-011-4/+3
* Added some missing index entries and fixed some whitespacebrian d foy2010-11-011-15/+19
* Get rid of spatial references 'above' and 'before' in perlvarbrian d foy2010-11-011-42/+42
* Use 'four' instead of 4 in body para in perlvarbrian d foy2010-11-011-1/+1
* Make $^V recommendation the first sentence in $]brian d foy2010-11-011-4/+6
* Add more English equivalents, index all names in perlvarbrian d foy2010-11-011-33/+46
* I think I have perlvar ordered and proper nowbrian d foy2010-11-011-339/+343
* Putting the variables in order, mostly, but not completely yetbrian d foy2010-11-011-286/+279
* * mjd rewrites the $", cleans up minor bitsbrian d foy2010-11-011-8/+16
* * Add the missing $"brian d foy2010-11-011-0/+9
* * The first draft of a perlvar reorganizationbrian d foy2010-11-011-1118/+1299
* Avoid buffer overflow in dl_win32.cJan Dubois2010-11-012-0/+4
* Correct the return type for B::MAGIC::MOREMAGIC.Nicholas Clark2010-11-011-3/+2
* Tidy B interpreter struct accessors in B.xsNicholas Clark2010-11-011-18/+17
* tidy code in Perl_sighandler()David Mitchell2010-11-011-14/+13
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-016-37/+23
* RT 75254: Slow GC after Scalar::Util::weakenDavid Mitchell2010-11-011-19/+42
* Merge B's interpreter structure accesses for SV* types into intrpvar_sv_common.Nicholas Clark2010-11-011-68/+64
* All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen().Nicholas Clark2010-11-011-2/+0
* Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xsNicholas Clark2010-11-011-7/+3
* Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0.Nicholas Clark2010-11-012-9/+8
* Merge the implementation of B::sv_{undef,no,yes} using ALIAS.Nicholas Clark2010-11-011-12/+10
* Refactor the error handling logic in Storable::_store().Nicholas Clark2010-11-011-2/+9
* Remove S_get_isa_hashFather Chrysostomos2010-10-313-21/+6
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-3119-56/+801
* [perl #78580] Stop a simple *glob from calling get-magicFather Chrysostomos2010-10-312-2/+15
* Update parent to CPAN version 0.224Chris 'BinGOs' Williams2010-11-013-7/+11
* perlunicode.pod: Add detail on utf8/locale conflictsKarl Williamson2010-10-311-2/+7
* regcomp.h: Remove unused #defineKarl Williamson2010-10-311-3/+0
* reginclass: Remove redundant testKarl Williamson2010-10-311-6/+3
* reginclass: Reorder fastest firstKarl Williamson2010-10-311-51/+55
* reginclass: Remove unnecessary testKarl Williamson2010-10-311-1/+1
* reginclass: Make explicit the length assumptionsKarl Williamson2010-10-311-7/+9
* reginclass: Rename variable for clarityKarl Williamson2010-10-311-4/+4
* regcomp.h: Clean up some commentsKarl Williamson2010-10-311-10/+10
* ANYOF_LARGE is now the same as ANYOF_CLASSKarl Williamson2010-10-311-4/+2
* regexec.c: reorder statements for speedKarl Williamson2010-10-311-4/+4
* regexec.c: Add clarifying commentKarl Williamson2010-10-311-1/+5
* reginclass: add some consts to prototypeKarl Williamson2010-10-313-4/+4
* regexec.c: Remove redundant line.Karl Williamson2010-10-311-1/+1