summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #41421] glob() produces spurious results with brackets in bracesSlaven Rezic2007-02-022-4/+27
* Improve regex stringification codeYves Orton2007-01-312-13/+11
* $1 in nested regex EVAL doesnt work correctly.Yves Orton2007-01-312-0/+2
* Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.Nicholas Clark2007-01-292-1/+172
* UNITCHECK for XS code. Turned out to be harder that expected.Nicholas Clark2007-01-293-4/+99
* BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)Nicholas Clark2007-01-293-3/+120
* Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)Nicholas Clark2007-01-281-15/+4
* Fix ext/POSIX/t/sysconf.t failures on Cygwin.Steve Peters2007-01-261-1/+8
* further Symbian/S90 fixes from alexander smishlajevJarkko Hietaniemi2007-01-261-1/+7
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-254-7/+7
* Upgrade to threads 1.58:Rafael Garcia-Suarez2007-01-256-57/+73
* Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell...Joshua ben Jore2007-01-251-3/+7
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
* Make offsets support conditionalYves Orton2007-01-161-0/+1
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+1
* make S_ithread_run() call S_ithread_free() in main contextDave Mitchell2007-01-141-4/+6
* further refinement to #29796 (cleanup veto)Dave Mitchell2007-01-141-6/+14
* unfreed threads should trigger cleanup vetoDave Mitchell2007-01-131-3/+11
* Rationalise refcounting of thread structuresDave Mitchell2007-01-121-59/+52
* Fix bug #40407: after a seek on a PerlIO::scalar filehandle,Rafael Garcia-Suarez2007-01-111-0/+4
* socketpair.t was written in 2001. At that time, Test::More got confusedNicholas Clark2007-01-091-3/+5
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+1
* do or die; for all the List::Util pure perl tests.Nicholas Clark2007-01-0815-15/+15
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-0810-10/+10
* DynaLoader test failure on cygwinYitzchak Scott-Thoennes2007-01-071-1/+1
* Bump version of PerlIO::via after last changeRafael Garcia-Suarez2007-01-051-1/+1
* ext/PerlIO/via/via.xs freeing the wrong thingBo Lindbergh2007-01-051-2/+2
* Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test c...SADAHIRO Tomoyuki2007-01-052-1/+18
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-044-28/+373
* IO::Compress::* 2.003Paul Marquess2007-01-0333-144/+164
* Upgrade to Time-HiRes-1.9704Steve Peters2007-01-034-21/+56
* PVMG can be isUV too.Nicholas Clark2007-01-021-1/+11
* Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI specialNicholas Clark2007-01-022-2/+4
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-3/+3
* Update Compress Modules to version 2.002Paul Marquess2006-12-3034-75/+234
* fix a test failing under -DmadDave Mitchell2006-12-301-0/+3
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-283-5/+7
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-284-11/+28
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-272-1/+6
* threads 1.57Jerry D. Hedden2006-12-218-67/+225
* threads::shared 1.06Jerry D. Hedden2006-12-205-56/+45
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-192-1/+5
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-0/+7
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-0/+7
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-181-1/+1