| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused var in a macro | Andy Lester | 2006-04-16 | 1 | -2/+1 |
* | Change anchor generation in Pod::Html for "=item item 2" | Jan Dubois | 2006-04-16 | 2 | -5/+2 |
* | Pod::Html::depod() doesn't work correctly for multi-line strings | Jan Dubois | 2006-04-16 | 1 | -2/+2 |
* | Missing part of change 25186 | Jan Dubois | 2006-04-16 | 1 | -12/+13 |
* | Missing part of change 25676 | Jan Dubois | 2006-04-16 | 1 | -0/+2 |
* | Handle null io in leavewrite (not possible?) (Coverity) | bah@longitude.com | 2006-04-15 | 1 | -3/+5 |
* | Potential (?) memory leak in Storable.xs (Coverity) | bah@longitude.com | 2006-04-15 | 1 | -2/+8 |
* | Teach Perl_do_sv_dump how to cope with IOs that have bogus things in | Nicholas Clark | 2006-04-15 | 1 | -3/+26 |
* | Coverity was getting upset about an assignment from a function | Nicholas Clark | 2006-04-15 | 1 | -14/+23 |
* | Coverity reports that Storable can potentially cause a NULL pointer | Nicholas Clark | 2006-04-15 | 1 | -1/+5 |
* | Coverity notes that resource are leaked in the unfinished and never | Nicholas Clark | 2006-04-15 | 1 | -1/+6 |
* | Coverity correctly reports that gv might (just) be NULL. So don't | Nicholas Clark | 2006-04-15 | 2 | -3/+4 |
* | Update the assertion to a croak "Out of range special SV number" | Nicholas Clark | 2006-04-15 | 1 | -3/+5 |
* | I believe that it makes little sense for the simple user filters | Nicholas Clark | 2006-04-15 | 1 | -2/+2 |
* | Fix a bug - the introduction of the caching code means that we should | Nicholas Clark | 2006-04-15 | 1 | -5/+7 |
* | Augment the user filter caching code so that if the user filter returns | Nicholas Clark | 2006-04-15 | 2 | -38/+88 |
* | Deep in the bowels of creating new and exciting bugs, I managed to | Nicholas Clark | 2006-04-15 | 1 | -1/+3 |
* | $foo .= $bar doesn't warn if $foo is undefined, so simplify code. | Nicholas Clark | 2006-04-15 | 1 | -2/+2 |
* | If the downstream caller wants block mode, and we're in line mode, | Nicholas Clark | 2006-04-15 | 2 | -12/+90 |
* | Eliminate the filter_child_proc hack from pp_require. | Nicholas Clark | 2006-04-15 | 1 | -23/+5 |
* | If you return void from a filter subroutine, the caller's status is | Nicholas Clark | 2006-04-15 | 1 | -5/+5 |
* | Tests for having multiple pipes open simultaneously. | Nicholas Clark | 2006-04-15 | 1 | -2/+63 |
* | Add more tests for the builtin source filter implementation, and fix | Nicholas Clark | 2006-04-15 | 2 | -10/+82 |
* | Add a test for source filters returned from code references in @INC. | Nicholas Clark | 2006-04-15 | 2 | -0/+63 |
* | Bump the expect file count in readdir.t. We keep writing more tests. | Nicholas Clark | 2006-04-15 | 1 | -1/+1 |
* | perlio.c: layer data might be allocated and unused (Coverity) | Jarkko Hietaniemi | 2006-04-15 | 1 | -12/+19 |
* | Fix bug in prime_env_iter where the terms of a comparison were reversed | juna | 2006-04-15 | 1 | -1/+1 |
* | Honor READALL privilege in cando_by_name (from Scott | Craig A. Berry | 2006-04-15 | 1 | -7/+16 |
* | Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy | Craig A. Berry | 2006-04-15 | 1 | -1/+1 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 5 | -32/+16 |
* | In the description of require, clarify the file handle return and why | Nicholas Clark | 2006-04-14 | 1 | -3/+6 |
* | S_glob_2inpuv() did not check if lenp was NULL. Oops. | Nicholas Clark | 2006-04-14 | 1 | -1/+5 |
* | Replace explict "/dev/null" with BIT_BUCKET, which varies by platform. | Nicholas Clark | 2006-04-14 | 1 | -1/+2 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 4 | -20/+102 |
* | Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl | Nicholas Clark | 2006-04-14 | 4 | -3/+4 |
* | IO::Compress::* | Paul Marquess | 2006-04-14 | 29 | -147/+403 |
* | perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking ... | Jarkko Hietaniemi | 2006-04-14 | 1 | -3/+2 |
* | Reverting change #27791 which may cause corruption addition corruption | Steve Peters | 2006-04-14 | 1 | -1/+1 |
* | Fix implementation of threads->_handle on unixes. | Jerry D. Hedden | 2006-04-14 | 1 | -1/+1 |
* | (Hopefully) fix coredumps in ByteLoader, which were a side effect of | Nicholas Clark | 2006-04-13 | 3 | -4/+11 |
* | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv | Dave Mitchell | 2006-04-13 | 5 | -103/+100 |
* | disable 'split /(?{ split "" })/' test until recursive split is fixed | Dave Mitchell | 2006-04-13 | 1 | -1/+4 |
* | Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered | Nicholas Clark | 2006-04-13 | 2 | -14/+2 |
* | Add another NULL check thanks to Coverity. | Steve Peters | 2006-04-13 | 1 | -1/+1 |
* | For duping SAVEHINTS it rather helps if you pay attention to what is | Nicholas Clark | 2006-04-13 | 1 | -2/+2 |
* | regexec.c: (Coverity) add NULL check | Jarkko Hietaniemi | 2006-04-13 | 1 | -1/+1 |
* | regexec.c: (Coverity) move NULL check even earlier | Jarkko Hietaniemi | 2006-04-13 | 1 | -3/+10 |
* | Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try | Nicholas Clark | 2006-04-13 | 1 | -3/+6 |
* | Fix B and ByteLoader to cope with cop_warnings no longer being an SV. | Nicholas Clark | 2006-04-13 | 5 | -11/+68 |
* | Add SAVEt_COP_WARNINGS to ss_dup. | Nicholas Clark | 2006-04-13 | 1 | -0/+15 |