summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed unused var in a macroAndy Lester2006-04-161-2/+1
* Change anchor generation in Pod::Html for "=item item 2"Jan Dubois2006-04-162-5/+2
* Pod::Html::depod() doesn't work correctly for multi-line stringsJan Dubois2006-04-161-2/+2
* Missing part of change 25186Jan Dubois2006-04-161-12/+13
* Missing part of change 25676Jan Dubois2006-04-161-0/+2
* Handle null io in leavewrite (not possible?) (Coverity)bah@longitude.com2006-04-151-3/+5
* Potential (?) memory leak in Storable.xs (Coverity)bah@longitude.com2006-04-151-2/+8
* Teach Perl_do_sv_dump how to cope with IOs that have bogus things inNicholas Clark2006-04-151-3/+26
* Coverity was getting upset about an assignment from a functionNicholas Clark2006-04-151-14/+23
* Coverity reports that Storable can potentially cause a NULL pointerNicholas Clark2006-04-151-1/+5
* Coverity notes that resource are leaked in the unfinished and neverNicholas Clark2006-04-151-1/+6
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-152-3/+4
* Update the assertion to a croak "Out of range special SV number"Nicholas Clark2006-04-151-3/+5
* I believe that it makes little sense for the simple user filtersNicholas Clark2006-04-151-2/+2
* Fix a bug - the introduction of the caching code means that we shouldNicholas Clark2006-04-151-5/+7
* Augment the user filter caching code so that if the user filter returnsNicholas Clark2006-04-152-38/+88
* Deep in the bowels of creating new and exciting bugs, I managed toNicholas Clark2006-04-151-1/+3
* $foo .= $bar doesn't warn if $foo is undefined, so simplify code.Nicholas Clark2006-04-151-2/+2
* If the downstream caller wants block mode, and we're in line mode,Nicholas Clark2006-04-152-12/+90
* Eliminate the filter_child_proc hack from pp_require.Nicholas Clark2006-04-151-23/+5
* If you return void from a filter subroutine, the caller's status isNicholas Clark2006-04-151-5/+5
* Tests for having multiple pipes open simultaneously.Nicholas Clark2006-04-151-2/+63
* Add more tests for the builtin source filter implementation, and fixNicholas Clark2006-04-152-10/+82
* Add a test for source filters returned from code references in @INC.Nicholas Clark2006-04-152-0/+63
* Bump the expect file count in readdir.t. We keep writing more tests.Nicholas Clark2006-04-151-1/+1
* perlio.c: layer data might be allocated and unused (Coverity)Jarkko Hietaniemi2006-04-151-12/+19
* Fix bug in prime_env_iter where the terms of a comparison were reversedjuna2006-04-151-1/+1
* Honor READALL privilege in cando_by_name (from ScottCraig A. Berry2006-04-151-7/+16
* Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesyCraig A. Berry2006-04-151-1/+1
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-145-32/+16
* In the description of require, clarify the file handle return and whyNicholas Clark2006-04-141-3/+6
* S_glob_2inpuv() did not check if lenp was NULL. Oops.Nicholas Clark2006-04-141-1/+5
* Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.Nicholas Clark2006-04-141-1/+2
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-144-20/+102
* Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.plNicholas Clark2006-04-144-3/+4
* IO::Compress::*Paul Marquess2006-04-1429-147/+403
* perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking ...Jarkko Hietaniemi2006-04-141-3/+2
* Reverting change #27791 which may cause corruption addition corruptionSteve Peters2006-04-141-1/+1
* Fix implementation of threads->_handle on unixes.Jerry D. Hedden2006-04-141-1/+1
* (Hopefully) fix coredumps in ByteLoader, which were a side effect ofNicholas Clark2006-04-133-4/+11
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-135-103/+100
* disable 'split /(?{ split "" })/' test until recursive split is fixedDave Mitchell2006-04-131-1/+4
* Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't cateredNicholas Clark2006-04-132-14/+2
* Add another NULL check thanks to Coverity.Steve Peters2006-04-131-1/+1
* For duping SAVEHINTS it rather helps if you pay attention to what isNicholas Clark2006-04-131-2/+2
* regexec.c: (Coverity) add NULL checkJarkko Hietaniemi2006-04-131-1/+1
* regexec.c: (Coverity) move NULL check even earlierJarkko Hietaniemi2006-04-131-3/+10
* Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't tryNicholas Clark2006-04-131-3/+6
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-135-11/+68
* Add SAVEt_COP_WARNINGS to ss_dup.Nicholas Clark2006-04-131-0/+15