summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip ExtUtils-CBuilder base tests expected and known to fail on VMS.Craig A. Berry2010-12-301-31/+48
* Merge the opcode bodies for pp_bind and pp_connect.Nicholas Clark2010-12-304-33/+14
* Most socket ops weren't warning for unopened handles unless 'closed' was enabledNicholas Clark2010-12-302-14/+190
* Convert a pp_sys test to use warnings 'closed', instead of the broader 'io'.Nicholas Clark2010-12-301-2/+2
* pp_leavewrite wasn't warning for unopened handles unless 'closed' was enabled.Nicholas Clark2010-12-302-2/+39
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-303-20/+79
* Update Renee Baeckers mail addressRenee Baecker2010-12-292-2/+3
* properly clean up work files from testing GDBM_FileTony Cook2010-12-291-1/+1
* close the produced test file so win32 can unlink itTony Cook2010-12-281-0/+1
* skip ExtUtils-CBuilder base tests expected and known to fail on Win32Tony Cook2010-12-281-25/+31
* As report_evil_fh() checks WARN_{CLOSED,UNOPENED}, don't duplicate this.Nicholas Clark2010-12-283-53/+29
* As report_wrongway_fh() checks ckWARN(WARN_IO) internally, don't duplicate this.Nicholas Clark2010-12-283-21/+15
* Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer used or supported.Nicholas Clark2010-12-282-5/+0
* Argument op to report_evil_fh() is always PL_op->op_type, so need not be passedNicholas Clark2010-12-287-38/+38
* The io argument to report_evil_fh() is always GvIO(gv), so need not be passed.Nicholas Clark2010-12-287-40/+41
* Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh()Nicholas Clark2010-12-287-66/+71
* In pp_sockpair, remove duplication of code to close the supplied file handles.Nicholas Clark2010-12-281-7/+5
* Fix typo in warning code added to pp_sockpair in c289d2f7288798f8.Nicholas Clark2010-12-281-1/+1
* avoid undefined behaviour in fetch and modify of SP from 0a0e3cc51eTony Cook2010-12-281-1/+2
* Add CPAN::Meta::YAML as a dual-life core moduleDavid Golden2010-12-2731-1/+3545
* Simplify return handling for tied handle OPEN/PRINTF/READ/WRITE.Nicholas Clark2010-12-271-22/+5
* A perldelta entry describing the refactoring of the chop/chomp implementation.Nicholas Clark2010-12-271-1/+6
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-275-176/+175
* Merge the opcode bodies for chop/chomp and schop/schomp.Nicholas Clark2010-12-274-26/+25
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-275-106/+53
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-275-23/+23
* Refactor pp_chomp to process arguments in the same order as pp_chop.Nicholas Clark2010-12-272-6/+7
* Fix links (and hence the podchecker test) after cce04bebd8af026c.Nicholas Clark2010-12-271-3/+3
* [perl #81016] Document ord("")Zsbán Ambrus2010-12-261-2/+2
* Upgrade to Thread::Queue 2.12Jerry D. Hedden2010-12-262-9/+4
* Upgrade to Thread::Semaphore 2.12Jerry D. Hedden2010-12-263-14/+5
* Reorganize perlhack.podDavid Golden2010-12-261-675/+683
* [perl #81218] Note that perlbug to p5p is subject to moderationDavid Leadbeater2010-12-261-3/+3
* Calc.pm: Fix _modpow() part of RT#63237Peter John Acklam2010-12-261-1/+1
* Fix RT 62764: Math::BigFloat->bcmp() fails.Peter John Acklam2010-12-266-51/+146
* Fix RT 25274: Math::BigInt::Calc->_num() overflow.Peter John Acklam2010-12-261-9/+14
* Update perldelta for threads and threads::sharedChris 'BinGOs' Williams2010-12-241-0/+8
* [PATCH] Upgrade to threads::shared 1.36Jerry D. Hedden2010-12-242-9/+3
* [PATCH] Upgrade to threads 1.82Jerry D. Hedden2010-12-244-15/+9
* Quote 'threads' in test.plVincent Pit2010-12-231-1/+1
* Update Encode to CPAN version 2.41Chris 'BinGOs' Williams2010-12-2313-29/+66
* update RMG discussion of post-release actionsZefram2010-12-221-13/+21
* Fix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6, 0xF7.Nicholas Clark2010-12-212-3/+23
* Convert lib/utf8.t to strict and warnings throughout.Nicholas Clark2010-12-211-4/+6
* Re-sort MANIFEST after a7dcd8d74e57d2a8.Nicholas Clark2010-12-211-1/+1
* No reference to $Id: in generated filesH.Merijn Brand2010-12-214-19/+6
* Move metaconfig control comments into its own filesH.Merijn Brand2010-12-215-31/+78
* Restore a reference to $perlpath. Installation needs itH.Merijn Brand2010-12-213-70/+117
* sin6_scope_id is supported by Winsock2.Jan Dubois2010-12-216-6/+6
* avoid emitting control characters in test commentsTony Cook2010-12-211-1/+1