2006-04-20 |
Jerry D. Hedden |
[REPOST] [PATCH] Remove superfluous counter in threads |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Nicholas Clark |
Fix typo in the description of change 21323. |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Rafael Garcia... |
New test for the "Assignment to both a list and a scala... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Dave Mitchell |
regmatch(): replace magic value -1000 with symbolic... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andy Lester |
op_type shrinking |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andy Lester |
regexec consting & localizing |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Andy Lester |
Localizing vars |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Dave Mitchell |
regmatch: merge the greedy and non-greedy branches... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Linda Walsh |
[perl #38892] PATCH: remove spurious warning from Bench... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Steve Peters |
Changes to perlfaq8 "How do I find out if I'm running... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Steve Peters |
Add a TODO test for RT #1085: "what should be output... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Dave Mitchell |
regmatch(): make IFMATCH use PUSH_STACK rather than... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Rafael Garcia... |
Upgrade to Test::Harness 2.57_05 |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Nicholas Clark |
newCONSTSUB needs to be robust in case CopFILE is NULL. |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Nicholas Clark |
Oops. Need a macro to convert cv_ckproto() to cv_ckprot... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Rafael Garcia... |
There's a macro to get ${^RE_DEBUG_FLAGS} when debugging, |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Nicholas Clark |
Avoid temporarily writing over the prototype when repor... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Rafael Garcia... |
Replace some Copy() by Move() calls, because valgrind... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Nicholas Clark |
Fix compilation of microperl, which doesn't have INT_MAX. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Revert 27869 at Jarkko's request. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Dave Mitchell |
regmatch: fix a || vs | typo in CACHEsayYES and add... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Steve Peters |
Add a TODO regarding merging the win32 and wince codebases. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Rafael Garcia... |
When checking whether perl is built with -g in optimisation |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Expand "am I hot or not" into a more general "Profile... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Steve Peters |
A fix to change #27845 to get it to compile with -DPERL... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Jan Dubois |
win32/Makefile changes for Windows 64 bit |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Rafael Garcia... |
Addition to README.riscos suggested by Nicholas |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Note that Rafael has done the first cut of state variables. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Relocatable @INC and parallel builds pretty much work... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Alex Waugh |
Support compiling for RISC OS |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Coverity still thinks that there is a route through... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Nicholas Clark |
Coverity insists that if we deference a pointer without... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Fix an error, spotted by Tim Bunce. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Coderefs in @INC are done and documented. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Document all the return values that code references... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Steve Peters |
Patch to fix RT #31227: perldoc -f, -q ignores extra... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Coverity is upset about a signed int in ext/Filter... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Coverity is a persistent beast. Hot on the tails of... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Turn on UTF8 cache assertions with -Ca |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Oops. Change 27826 had an error in the definition of... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Steve Peters |
Upgrade to CGI.pm-3.19. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Note that PVIOs probably aren't worth shrinking. Note... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
SADAHIRO Tomoyuki |
Re: [PATCH] update to pp_complement() via Coverity |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
In Change 27764 I forgot to at PL_hints_mutex to the... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Jarkko Hietaniemi |
(tentative) regcomp.c: try convincing Coverity that... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Note in av_store() that S_regclass relies on being... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Add assertions to cover cases where the Coverity scanne... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Add Dave's explainations of why certain pointers are... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Yitzchak Scott... |
fix cygwin build |
commit | commitdiff | tree | snapshot |
2006-04-17 |
H.Merijn Brand |
Support for -DDEBUGGING and its alias -DEBUGGING |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Revert change 27818, as change 27853 fixes the real... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Paul Marquess |
Compress::Zlib |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Andy Lester |
pp_ctl.c caching |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Jarkko Hietaniemi |
dooop.c: the strong asserts in Sv* macros could cause... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Nicholas Clark |
Revert 27856. |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Jarkko Hietaniemi |
The danger of piping an mbox to patch is that it contai... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Dave Mitchell |
generalize the 'continue on success' mechanism of defer... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Dave Mitchell |
abstract regmatch slab access with SLAB_FIRST and SLAB_... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Dave Mitchell |
stop PL_op and PL_curpad referring to different pads... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Fix bug introduced with change 27841. (len + 1, not... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Coverity is flagging a potential problem because it... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andy Lester |
op.c patch, 2nd version |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
A scalar reference returned from a coderef in @INC... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
remove some cruft from makedef.pl |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
testcase for change #27832 |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Steve Peters |
Stray pod/perlapi.pod change found after a regen. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andy Lester |
dump.c patch redux |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Perl_do_vop can profitably use Perl_sv_usepvn_flags... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
In Perl_sv_usepvn_flags, assert() that the caller has... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
In Perl_sv_usepvn(), force a move under DEBUGGING to... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Fix htmllink.t to cater for the case where perladmin... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Nicholas Clark |
Coverity notes that we might be dereferencing fgv befor... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andy Lester |
update to pp_complement() via Coverity |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andy Lester |
clean up hv_assert() |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Andy Lester |
Removed unused var in a macro |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
Change anchor generation in Pod::Html for "=item item 2" |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
Pod::Html::depod() doesn't work correctly for multi... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
Missing part of change 25186 |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Jan Dubois |
Missing part of change 25676 |
commit | commitdiff | tree | snapshot |
2006-04-15 |
bah@longitude.com |
Handle null io in leavewrite (not possible?) (Coverity) |
commit | commitdiff | tree | snapshot |
2006-04-15 |
bah@longitude.com |
Potential (?) memory leak in Storable.xs (Coverity) |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Teach Perl_do_sv_dump how to cope with IOs that have... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Coverity was getting upset about an assignment from... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Coverity reports that Storable can potentially cause... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Coverity notes that resource are leaked in the unfinish... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Coverity correctly reports that gv might (just) be... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Update the assertion to a croak "Out of range special... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
I believe that it makes little sense for the simple... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Fix a bug - the introduction of the caching code means... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Augment the user filter caching code so that if the... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Deep in the bowels of creating new and exciting bugs... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
$foo .= $bar doesn't warn if $foo is undefined, so... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
If the downstream caller wants block mode, and we're... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Eliminate the filter_child_proc hack from pp_require. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
If you return void from a filter subroutine, the caller... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Tests for having multiple pipes open simultaneously. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Nicholas Clark |
Add more tests for the builtin source filter implementa... |
commit | commitdiff | tree | snapshot |
next |