| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak IPC-Open3.t to cope with \r\n line endings on Win32. | Nicholas Clark | 2010-12-20 | 1 | -5/+5 |
* | fix -tree test for non-threaded perlv5.13.8 | Zefram | 2010-12-19 | 1 | -1/+1 |
* | bump version of many modules | Zefram | 2010-12-19 | 13 | -13/+13 |
* | Test B::Concise’s -tree mode | Father Chrysostomos | 2010-12-18 | 1 | -1/+14 |
* | Convert ext/PerlIO-encoding/t/encoding.t to Test::More. | Nicholas Clark | 2010-12-17 | 1 | -75/+35 |
* | Convert ext/Opcode/t/ops.t to Test::More | Nicholas Clark | 2010-12-17 | 1 | -7/+5 |
* | Convert ext/IPC-Open3/t/IPC-Open3.t to Test::More | Nicholas Clark | 2010-12-17 | 1 | -54/+48 |
* | Increase B::Concise’s version | Father Chrysostomos | 2010-12-16 | 1 | -1/+1 |
* | Fix [perl #80632] -MO=Concise,-tree format | Reini Urban | 2010-12-16 | 1 | -1/+1 |
* | [perl #80674] Fix compilation with very old versions of glibc | David Leadbeater | 2010-12-16 | 1 | -0/+6 |
* | Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal). | Nicholas Clark | 2010-12-16 | 2 | -2/+2 |
* | Remove "dead" RCS $Id$ tags from files that we own. | Nicholas Clark | 2010-12-16 | 3 | -7/+0 |
* | Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.pl | Nicholas Clark | 2010-12-16 | 4 | -1968/+9 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name. | Nicholas Clark | 2010-12-16 | 4 | -86/+110 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further. | Nicholas Clark | 2010-12-16 | 4 | -30/+23 |
* | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename. | Nicholas Clark | 2010-12-16 | 4 | -87/+106 |
* | Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file. | Nicholas Clark | 2010-12-16 | 1 | -1/+1 |
* | Convert ext/SDBM_File/t/sdbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -100/+93 |
* | Convert ext/ODBM_File/t/odbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -96/+91 |
* | Convert ext/NDBM_File/t/ndbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -95/+89 |
* | Convert ext/GDBM_File/t/gdbm.t to Test::More. | Nicholas Clark | 2010-12-15 | 1 | -101/+95 |
* | Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t. | Nicholas Clark | 2010-12-15 | 4 | -72/+0 |
* | Convert all File::Glob tests to Test::More. | Nicholas Clark | 2010-12-15 | 3 | -67/+37 |
* | Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.pl | Nicholas Clark | 2010-12-14 | 1 | -49/+22 |
* | In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye(). | Nicholas Clark | 2010-12-14 | 1 | -21/+14 |
* | In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap(). | Nicholas Clark | 2010-12-14 | 1 | -7/+1 |
* | Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping. | Nicholas Clark | 2010-12-14 | 1 | -4/+4 |
* | Convert ext/Fcntl/t/syslfs.t to File::Temp | Nicholas Clark | 2010-12-14 | 1 | -29/+30 |
* | Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.t | Nicholas Clark | 2010-12-14 | 1 | -6/+9 |
* | Check return values in the test programs run by syslfs.t and lfs.t | Nicholas Clark | 2010-12-14 | 1 | -3/+4 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 3 | -1/+434 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 13 | -48/+96 |
* | Fix permissions for ext/XS-APItest/t/refs.t, added as +x in 88b5a879c6c933e0. | Nicholas Clark | 2010-12-11 | 1 | -0/+0 |
* | Fix test count in ext/XS-APItest/t/refs.t | Father Chrysostomos | 2010-12-10 | 1 | -1/+1 |
* | Fix XS types in typemap in order to deal with references with get magics corr... | gfx | 2010-12-10 | 2 | -0/+64 |
* | Dual-life autouse | Florian Ragwitz | 2010-12-10 | 3 | -250/+0 |
* | Dual-life Devel::SelfStubber | Florian Ragwitz | 2010-12-09 | 2 | -435/+0 |
* | Emit warning for use re "/ul" | Father Chrysostomos | 2010-12-04 | 2 | -1/+32 |
* | [perl #80098] Bleadperl breaks Attribute::Lexical | Father Chrysostomos | 2010-12-02 | 1 | -7/+8 |
* | ++substr $mro'VERSION, -1 | Father Chrysostomos | 2010-12-01 | 1 | -1/+1 |
* | [perl #68654] next::method doesn't see UNIVERSAL | Father Chrysostomos | 2010-12-01 | 1 | -0/+14 |
* | Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker. | Nicholas Clark | 2010-12-01 | 2 | -3/+3 |
* | Fix B test failure introduced in 6b7c6d9 | Florian Ragwitz | 2010-12-01 | 1 | -4/+4 |
* | [perl #77762] Constant assignment warning | Father Chrysostomos | 2010-11-30 | 2 | -12/+12 |
* | Add tests for sv_{,un}magicext and mg_findext | Florian Ragwitz | 2010-11-30 | 2 | -0/+60 |
* | ++substr $re::VERSION, -1 | Father Chrysostomos | 2010-11-28 | 1 | -1/+1 |
* | Tiny pod fix | Andreas J. Koenig | 2010-11-28 | 1 | -1/+1 |
* | Increase Socket.pm’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | Increase PerlIO::scalar’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | [perl #78716] Bogus read after seek beyond end of string | Father Chrysostomos | 2010-11-27 | 2 | -3/+11 |