2008-01-30 |
Steve Peters |
Assorted POD nits from the Debian bug list. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Steve Peters |
Formatting for C<<{ bydepth => 1 }>> doesn't seem to... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Nicholas Clark |
Need to substitute out the placeholder '$RV' for earlie... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Rafael Garcia... |
Bump Safe's version |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Steve Hay |
Nicer fix than #33106 (thanks to Nicholas Clark) |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Steve Hay |
Fix Win32 compiler warnings introduced by #33081 and... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Nicholas Clark |
Document why ok() is being used instead of like(),... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Rafael Garcia... |
More wording nits about perl's time() versus the libc... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Steven Schubiger |
toke.c/universal.c: consting |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Rafael Garcia... |
Make this test pass with the Test::More that comes... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Yitzchak Scott... |
mistaken variable in pod |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Steve Peters |
Upgrade to Tie-RefHash-1.38 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Steve Peters |
Upgrade to Archive-Extract-0.26 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Steve Peters |
Upgrade to SelfLoader-1.15 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
Bump the version of Safe |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Abe Timmerman |
Minor rewording of the localtime() documentation, |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Jerry D. Hedden |
Fix uc/lc warnings in CGI.pm |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
In Safe, load Carp::Heavy only if it exists (to remain |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
Warning cleanup, and avoid a double call to uc |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
Upgrade to Test::Harnes 3.07 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
TAP::* modules are part of the Test::Harness distribution |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Gerard Goossen |
also report forced tokens when using -DT |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
Make lc/uc/lcfirst/ucfirst warn when passed undef. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Rafael Garcia... |
Test that lc, uc, etc on undef return "" |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Nicholas Clark |
The third argument of PUSHEVAL was never used by anythi... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Robin Barker |
FW: [PATCH] RE: [PATCH] volatile, avoid clobbered |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Jarkko Hietaniemi |
ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Steven Schubiger |
util.c: some consting |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Dave Mitchell |
fix misleading comment in op.h |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
The layout for struct block_loop under ithreads can... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Investigation reveals that the work of restoring the... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Change 33072 missed embed.h. I wasn't aware that it... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
POPLOOP is actually doing all the work of Perl_save_pad... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Standardise the conditional compilation protection... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
As itersave points to the initial CxITERVAR(), and... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Restore the else block accidently eaten by change 33074. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
In POPLOOP, if CxITERVAR(cx) is non-NULL, then so is... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Some code can be removed following change 33070. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Eliminate the OP_SETSTATE, which had been disabled... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Nicholas Clark |
Change 33069 missed updating dump.c to dump PVIOs corre... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Benjamin Smith |
Re: struct context now 12.5% smaller than 5.10 |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nicholas Clark |
PVIOs don't need space for SvNVX allocated. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nicholas Clark |
Using PL_sv_no in place of any !SvOK() maximum removes... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nicholas Clark |
Silence "possible data loss" warning. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Jan Dubois |
socketpair() *is* available on Win32 |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Don't warn about imprecision when decrementing IV_MIN. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Robin Barker |
... and the rest; was RE: unnecessary define |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
In struct block_loop, merge itermax and iterlval into... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Merge CXt_LOOP_STACK's use of itermax for the reverse... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Change the context type of for ($a .. $b) to CXt_LOOP_L... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Avoid using cx->blk_loop.itermax when reverse iterating... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Split out foreach iterations of temporary lists on... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Abigail |
Regression tests for 'for reverse ..' |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nicholas Clark |
Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Robin Barker |
RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Steve Peters |
Update uconfig.h to add USE_DTRACE back in. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Oops, change 33049 really did need to update all the... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Change 33052 missed one Nullch. Oops. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Purge all use of Nullch in non-dual life modules. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Deprecate (and remove core use of ) Nullav, Nullcv... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Comment change from 33009 that was actually in POD... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Fix the misplaced warnings and failing tests caused... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
Teach checkcfgvar.pl that : is also a comment character... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
H.Merijn Brand |
Re-generated sample files |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nicholas Clark |
checkcfgvar.pl should also check Porting/config.sh... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
H.Merijn Brand |
The return of USE_DTRACE |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Steve Peters |
Regen uconfig.h |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Steve Peters |
Upgrade to PathTools-3.27 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Steve Peters |
Get C++ compiles going on Solaris again. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Andy Dougherty |
Re: Perl @ 32984 (also relevant to [perl #33849]) |
commit | commitdiff | tree | snapshot |
2008-01-22 |
H.Merijn Brand |
Regen. Lots of under-the-hood changes accumulated. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Nicholas Clark |
Remove code obsoleted by change 18. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Eliminate the U8 sbu_once from struct subst, and shrink... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
In struct block_subst, access the member once via a... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
In pp_subst, rxtainted is not a boolean, as it stores... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Tidy up context type flags. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Jerry D. Hedden |
Ignore build dir when installing perl |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
In struct block_eval, eliminate old_in_eval and old_op_... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
In struct block_eval, access the members old_in_eval... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
In struct block change blku_type from U8 to U16, and... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Squeeze the context type down to 4 bits, and move the... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Rafael Garcia... |
When changing the op_ppaddr of an op, one must keep... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Give G_VOID, G_SCALAR and G_ARRAY the same numeric... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
More places that could be using G_WANT, not picked... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Remove hardcoded cop.h constants from APItest.pm :-( |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Change the wantarray result from caller from IV to... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Add a flag G_WANT, as a mask for the bits G_SCALAR... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Encode the G_* to OPf_WANT_* transform, the reverse... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Nicholas Clark |
Change the hasargs return value from caller from IV... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Eliminate hasargs from structs block_sub and block_form... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
In struct block_sub and block_format, access the member... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Move retop first in structs block_sub, block_format... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Eliminate label from struct block_loop, as it can be... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Split struct block_sub into struct block_sub and struct... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
In Perl_cx_dup(), block copy the entire context stack... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Extend PUSHFORMAT() to take a second parameter to set... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
Fix (probable) bug-by-inspection - CxREALEVAL(), CxTRY... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Nicholas Clark |
In struct block_loop access element label via the macro... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Dave Mitchell |
[perl #49522] state variable not available |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Nicholas Clark |
Avoid an unused argument in S_sv_2iuv_non_preserve... |
commit | commitdiff | tree | snapshot |
next |