summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix -tree test for non-threaded perlv5.13.8Zefram2010-12-191-1/+1
* bump version of many modulesZefram2010-12-1913-13/+13
* Test B::Concise’s -tree modeFather Chrysostomos2010-12-181-1/+14
* Convert ext/PerlIO-encoding/t/encoding.t to Test::More.Nicholas Clark2010-12-171-75/+35
* Convert ext/Opcode/t/ops.t to Test::MoreNicholas Clark2010-12-171-7/+5
* Convert ext/IPC-Open3/t/IPC-Open3.t to Test::MoreNicholas Clark2010-12-171-54/+48
* Increase B::Concise’s versionFather Chrysostomos2010-12-161-1/+1
* Fix [perl #80632] -MO=Concise,-tree formatReini Urban2010-12-161-1/+1
* [perl #80674] Fix compilation with very old versions of glibcDavid Leadbeater2010-12-161-0/+6
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-162-2/+2
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-163-7/+0
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-164-1968/+9
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name.Nicholas Clark2010-12-164-86/+110
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.Nicholas Clark2010-12-164-30/+23
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.Nicholas Clark2010-12-164-87/+106
* Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file.Nicholas Clark2010-12-161-1/+1
* Convert ext/SDBM_File/t/sdbm.t to Test::More.Nicholas Clark2010-12-151-100/+93
* Convert ext/ODBM_File/t/odbm.t to Test::More.Nicholas Clark2010-12-151-96/+91
* Convert ext/NDBM_File/t/ndbm.t to Test::More.Nicholas Clark2010-12-151-95/+89
* Convert ext/GDBM_File/t/gdbm.t to Test::More.Nicholas Clark2010-12-151-101/+95
* Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t.Nicholas Clark2010-12-154-72/+0
* Convert all File::Glob tests to Test::More.Nicholas Clark2010-12-153-67/+37
* Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.plNicholas Clark2010-12-141-49/+22
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().Nicholas Clark2010-12-141-21/+14
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().Nicholas Clark2010-12-141-7/+1
* Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping.Nicholas Clark2010-12-141-4/+4
* Convert ext/Fcntl/t/syslfs.t to File::TempNicholas Clark2010-12-141-29/+30
* Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.tNicholas Clark2010-12-141-6/+9
* Check return values in the test programs run by syslfs.t and lfs.tNicholas Clark2010-12-141-3/+4
* recursive-descent expression parsingZefram2010-12-113-1/+434
* fix various compiler warnings from XS codeZefram2010-12-1113-48/+96
* Fix permissions for ext/XS-APItest/t/refs.t, added as +x in 88b5a879c6c933e0.Nicholas Clark2010-12-111-0/+0
* Fix test count in ext/XS-APItest/t/refs.tFather Chrysostomos2010-12-101-1/+1
* Fix XS types in typemap in order to deal with references with get magics corr...gfx2010-12-102-0/+64
* Dual-life autouseFlorian Ragwitz2010-12-103-250/+0
* Dual-life Devel::SelfStubberFlorian Ragwitz2010-12-092-435/+0
* Emit warning for use re "/ul"Father Chrysostomos2010-12-042-1/+32
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-7/+8
* ++substr $mro'VERSION, -1Father Chrysostomos2010-12-011-1/+1
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-0/+14
* Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker.Nicholas Clark2010-12-012-3/+3
* Fix B test failure introduced in 6b7c6d9Florian Ragwitz2010-12-011-4/+4
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-302-12/+12
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-302-0/+60
* ++substr $re::VERSION, -1Father Chrysostomos2010-11-281-1/+1
* Tiny pod fixAndreas J. Koenig2010-11-281-1/+1
* Increase Socket.pm’s versionFather Chrysostomos2010-11-271-1/+1
* Increase PerlIO::scalar’s versionFather Chrysostomos2010-11-271-1/+1
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-272-3/+11
* [perl #78810] PERLDB_NOOPT ignored by adjacent nextstate optimisationFather Chrysostomos2010-11-261-1/+11