summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regenerate all filesRafael Garcia-Suarez2007-01-104-5/+3
* PATCH: perlfunc.pod / warnPeter Scott2007-01-101-2/+2
* Re: [perl #41215] % on scalars sometimes throws away fractions SADAHIRO Tomoyuki2007-01-101-2/+10
* Bug in AutoLoader.pm causing endless loopSteffen Müller2007-01-101-3/+5
* ./miniperl minimod.pl ... Can't locate strict.pmAndreas J. Koenig2007-01-101-1/+3
* Make minimod.pl warnings and strict clean.Nicholas Clark2007-01-091-0/+3
* Make makedef.pl warnings and strict clean.Nicholas Clark2007-01-091-8/+12
* Make keywords.pl strict and warnings clean.Nicholas Clark2007-01-091-4/+5
* Make autodoc.pl strict clean.Nicholas Clark2007-01-091-4/+5
* Make opcode.pl strict and warnings clean.Nicholas Clark2007-01-091-22/+28
* Re: Change 29723 breaks t/op/inccode-tie.t on Win32Nicholas Clark2007-01-091-1/+1
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-091-88/+89
* Change #29711 broke tr//c on Win32.Yves Orton2007-01-091-2/+4
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-096-18/+33
* socketpair.t was written in 2001. At that time, Test::More got confusedNicholas Clark2007-01-091-3/+5
* Revert change #29708 (useless)Rafael Garcia-Suarez2007-01-091-3/+0
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-088-57/+20
* 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-0827-44/+44
* Mention -C on #! line in perltodo. Remove some trailing whitespace thatNicholas Clark2007-01-081-2/+9
* Change the API doc for some of the SvXXX testing macros.Rafael Garcia-Suarez2007-01-082-48/+48
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-086-23/+15
* Silence casting warningsRafael Garcia-Suarez2007-01-081-2/+2
* Default "$undef" for NV_PRESERVES_UV_BITS causes compilationMarcus Holland-Moritz2007-01-081-2/+2
* help cygwin find its dlls even on taint tests with no pathYitzchak Scott-Thoennes2007-01-082-16/+8
* fix occasional op/time.t failureDave Mitchell2007-01-081-0/+1
* allocate op_pv strings from shared mem poolDave Mitchell2007-01-082-5/+6
* In the new test for less.pm, call use_ok at compile-timeRafael Garcia-Suarez2007-01-071-2/+2
* less usefulJoshua ben Jore2007-01-072-6/+147
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsYves Orton2007-01-071-0/+3
* DynaLoader test failure on cygwinYitzchak Scott-Thoennes2007-01-071-1/+1
* silence a warning in perly.cDave Mitchell2007-01-071-1/+1
* patch: shorten perl.h by six linesDavid Nicol2007-01-061-6/+0
* Add 2007 copyrights in a few more .pl files thatRafael Garcia-Suarez2007-01-062-4/+4
* Silence a gcc warning, spotted by TelsRafael Garcia-Suarez2007-01-051-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
* Normalize copyright of perlio.c for years >= 2006Rafael Garcia-Suarez2007-01-051-1/+1
* Do the same as #29697 for Win32Steve Hay2007-01-052-0/+2
* Fix the interaction of -w and -t when provided on the command-lineRafael Garcia-Suarez2007-01-052-3/+9
* Fix distclean now that we have re::Tie::Hash::NamedCaptureRafael Garcia-Suarez2007-01-051-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-0516-17/+17
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-0517-21/+24
* Update copyright for perlio.cRafael Garcia-Suarez2007-01-051-3/+6
* 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-055-6/+5
* Re: [PATCH] perlio.c repairBo Lindbergh2007-01-051-23/+26
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-052-0/+107
* Add error handling to win32_ansipathJan Dubois2007-01-051-19/+23
* Upgrade Module::Load::Conditional to 0.14Rafael Garcia-Suarez2007-01-047-127/+151