summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-2217-0/+5940
* Remove unreferenced local variableSteve Hay2007-02-212-4/+2
* Skip test when Encode isn't builtRafael Garcia-Suarez2007-02-201-0/+8
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-192-11/+10
* Revert change #28980 per Jarkko's suggestionRafael Garcia-Suarez2007-02-191-5/+3
* Actually, only changes to regexec.c from #30081 needed to be reverted.Rafael Garcia-Suarez2007-02-192-0/+2
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-192-2/+0
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-189-243/+273
* Missed an aTHX_ in B's call to Perl_emulate_cop_io.Nicholas Clark2007-02-171-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-173-13/+9
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-169-80/+24
* [perl #41521] Fix for IO::Socket send methodTodd C. Miller2007-02-161-1/+1
* Re: Patch for Deep recursion in B::DeparseAsh Berlin2007-02-151-16/+20
* Use newer 'threads' constructsJerry D. Hedden2007-02-155-9/+9
* Upgrade to Devel::PPPort 3.11Marcus Holland-Moritz2007-02-1444-133/+151
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-3/+3
* add hooks for capture buffers into regex engine.Yves Orton2007-02-132-1/+7
* Change 26487 left some debugging code in, and through the wonders ofNicholas Clark2007-02-131-4/+4
* Skip this test if "use open" fails due to an unknown encodingRafael Garcia-Suarez2007-02-121-2/+8
* Explicitly load PerlIO::encoding when testing it.Rafael Garcia-Suarez2007-02-111-0/+1
* Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print...Slaven Rezic2007-02-113-2/+21
* Upgrade to Time-HiRes-1.9705Steve Peters2007-02-076-54/+65
* Fix to Dynaloader.t for missing modulesJerry D. Hedden2007-02-071-1/+4
* Upgrade to threads.pm 1.59 (doc tweaks)Rafael Garcia-Suarez2007-02-065-33/+36
* Upgrade to threads::shared 1.07 (doc tweaks)Rafael Garcia-Suarez2007-02-063-19/+22
* Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available toNicholas Clark2007-02-052-1/+13
* Upgrade to DB_File 1.815Rafael Garcia-Suarez2007-02-054-6/+30
* 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