summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mro.c: Assert that the previous commit is correctFather Chrysostomos2010-11-271-0/+1
* Avoid a redundant check in mro.cFather Chrysostomos2010-11-271-6/+10
* Increase overload.pm’s versionFather Chrysostomos2010-11-271-1/+1
* [perl #79680] overload 1.10 sprintf fails taint checkingMichael Fig2010-11-271-1/+1
* Add Michael Fig to AUTHORSFather Chrysostomos2010-11-271-0/+1
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-272-3/+11
* Add Devel:: to the -d:- perldelta entryFather Chrysostomos2010-11-271-4/+6
* perldelta up to a3179684Father Chrysostomos2010-11-271-1/+9
* [perl #79178] STORE/FETCH of tie()d hash get stringified keyFather Chrysostomos2010-11-272-2/+19
* Fix a warning (that spotted a potential mro bug that I could not produce)Rafael Garcia-Suarez2010-11-271-8/+7
* Skip multi-arg piped open in autodie test on VMS.Craig A. Berry2010-11-261-1/+1
* Skip t/porting/FindExt.t on VMS.Craig A. Berry2010-11-261-0/+4
* Fix Time::HiRes probes on VMS.Craig A. Berry2010-11-261-9/+1
* [perl #78908] Reinstate mod for one more stable releaseFather Chrysostomos2010-11-265-0/+13
* Update MIME-Base64 to CPAN version 3.13Chris 'BinGOs' Williams2010-11-267-12/+35
* Clarify op_lvalue’s docsFather Chrysostomos2010-11-261-4/+8
* [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisationFather Chrysostomos2010-11-262-2/+12
* No need to nest printfs. DIE() takes format strings.Rafael Garcia-Suarez2010-11-261-2/+2
* Fix compiler warningFather Chrysostomos2010-11-261-1/+1
* Avoid redundant hv_delete call in pp_enterevalFather Chrysostomos2010-11-261-1/+1
* [perl #78634] Conflict in defining constant INITFather Chrysostomos2010-11-262-1/+8
* Make PerlIO marginally reentrantDavid Mitchell2010-11-266-16/+218
* perlio: always guard against null function tableDavid Mitchell2010-11-261-14/+20
* add PerlIO_init_table() to initialise PL_perioDavid Mitchell2010-11-261-2/+12
* add 'head' field to PerlIOl structDavid Mitchell2010-11-263-0/+33
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-263-39/+44
* In deparse.t, give a description to every test. Remove the test numbers.Nicholas Clark2010-11-261-83/+98
* Stop eval "BEGIN{die}" from leakingFather Chrysostomos2010-11-262-2/+26
* Special compiler settings only change for 64bitall, not for 64bitintH.Merijn Brand2010-11-261-1/+1
* Update MIME-Base64 to CPAN version 3.12Chris 'BinGOs' Williams2010-11-268-34/+61
* Can't spawn fresh Perl interpreter with an empty PATHJan Dubois2010-11-251-0/+8
* Sync win32/Makefile with win32/makefile.mkJan Dubois2010-11-251-1/+1
* Pass STATIC_EXT to t/porting/FindExt.tJan Dubois2010-11-253-3/+12
* Include ws2tcpip.h to get IPv6 definitionsJan Dubois2010-11-251-7/+15
* [PATCH 5/5] Added Paul Evans to AUTHORSPaul Evans2010-11-251-0/+1
* [PATCH 4/5] Adjust unit tests to cope with new sockaddr_in6 functions in Sock...Paul Evans2010-11-251-1/+2
* [PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADDR_LOOPBACKPaul Evans2010-11-252-0/+19
* [PATCH 2/3] Implement sockaddr_in6 wrapperPaul Evans2010-11-251-1/+20
* [PATCH 1/3] Implement Socket::pack_sockaddr_in6() and unpack_sockaddr_in6()Paul Evans2010-11-253-1/+97
* [perl #78438] Memory leak with 'use v5.42'Father Chrysostomos2010-11-251-3/+4
* Stop eval "use 6" from leakingFather Chrysostomos2010-11-251-2/+4
* Stop eval "no 5" from leakingFather Chrysostomos2010-11-251-1/+3
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-255-24/+37
* Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-fooNicholas Clark2010-11-255-5/+47
* Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())Nicholas Clark2010-11-253-2/+4
* Update MIME-Base64 to CPAN version 3.11Chris 'BinGOs' Williams2010-11-258-130/+55
* Refactor ENAME dumping in Perl_do_sv_dump() to simplify the code slightly.Nicholas Clark2010-11-251-19/+16
* Test dumping stashes, with various combinations of NAME and ENAME.Nicholas Clark2010-11-251-0/+68
* Refactor Peek.t to give more useable diagnostics.Nicholas Clark2010-11-251-39/+36
* It's a little late to get changes into 5.12Florian Ragwitz2010-11-251-2/+2