2007-05-15 |
Nicholas Clark |
BASEOP isn't an exact multiple of 8 bytes, so reorderin... |
blob | commitdiff |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-23 |
Rafael Garcia-Suarez |
A safer version of CopFILE, by Jarkko |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark |
Rearrange members of structures to reduce memory size... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
blob | commitdiff | diff to current |
2007-01-22 |
Nicholas Clark |
Fix a typo and some doubled spaces in comments. |
blob | commitdiff | diff to current |
2006-12-20 |
Rafael Garcia-Suarez |
Fix leaks in label strings allocation in COPs |
blob | commitdiff | diff to current |
2006-12-20 |
Rafael Garcia-Suarez |
Don't free the original label string when assigning... |
blob | commitdiff | diff to current |
2006-12-18 |
Jarkko Hietaniemi |
Re: [PATCH] do not meddle in the affairs of PERL_TRACK_... |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark |
assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-10-16 |
Nicholas Clark |
Fix change 28770 to cope with the strange 32 bit bool... |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark |
Some notes about struct block_loop |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark |
Store a pointer to the op in struct block_loop, rather... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark |
Shrink the interpreter structure by 4 bytes (usually... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark |
Revert changes 28772, 28773, 28774 as they won't gain... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Merge lval and hasargs into one U8 in struct block_sub |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access to cx->blk_sub.lval via macros (as it's about... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark |
Access cx->blk_sub.hasargs via a pair of macros (as... |
blob | commitdiff | diff to current |
2006-08-31 |
Nicholas Clark |
Save 4 bytes from struct context (on ILP32) by moving... |
blob | commitdiff | diff to current |
2006-08-01 |
Steve Hay |
Silence a couple of Borland compiler warnings |
blob | commitdiff | diff to current |
2006-05-24 |
Andy Lester |
Refactoring in av.c |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Move the hints from op_private into cop_hints. This... |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell |
[perl #32332] Perl segfaults; test case available |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark |
Abolish cop_arybase. Signal a non zero $[ with a hint... |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester |
Some more SvREFCNT_inc updates |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi |
more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all reads/writes of the hints in COPs with... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester |
Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark |
Merge the cut ... |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester |
Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-03 |
Steve Hay |
Fix release mode builds following change 26598 |
blob | commitdiff | diff to current |
2006-01-03 |
Dave Mitchell |
silence some compiler warnings |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullhv/NULL/g; |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
blob | commitdiff | diff to current |
2005-11-11 |
Andy Lester |
Const & local: Special Victims Unit |
blob | commitdiff | diff to current |
2005-11-09 |
Robin Houston |
Re: [perl #32383] DProf breaks List::Util::shuffle |
blob | commitdiff | diff to current |
2005-11-07 |
Chris Heath |
[perl #24254] Attempt to free unreferenced scalar |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-31 |
Andy Lester |
Etta James presents: More consting |
blob | commitdiff | diff to current |
2005-10-04 |
Gisle Aas |
Re: $^CHILD_ERROR_NATIVE issues (with attachment) |
blob | commitdiff | diff to current |
2005-06-15 |
Andy Lester |
CopSTASH_eq again |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark |
Replace all uses of HvNAME with the appropriate HvNAME_... |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark |
Goodbye AvFLAGS |
blob | commitdiff | diff to current |
2005-05-02 |
Dave Mitchell |
Better fix for #8738 (Core dump in 'leavetry') |
blob | commitdiff | diff to current |
2005-05-02 |
Dave Mitchell |
move the SETJMP exception-handing definitions from... |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
remove binary compat from #23156 (remove PL_retstack) |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
remove the return stack PL_retstack, and store return... |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-01-20 |
Dave Mitchell |
second attempt to fix [perl #24914] freeing a CV refere... |
blob | commitdiff | diff to current |
2003-10-09 |
Nicholas Clark |
Put all pre-processor #s on the first column (some... |
blob | commitdiff | diff to current |
2003-09-21 |
Jarkko Hietaniemi |
Macrofy the compile/runtime test. |
blob | commitdiff | diff to current |
2003-06-28 |
Dave Mitchell |
Two debugging patches. |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-03 |
Jarkko Hietaniemi |
Detypo. |
blob | commitdiff | diff to current |
2003-01-27 |
Dave Mitchell |
Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB... |
blob | commitdiff | diff to current |
2002-12-02 |
Dave Mitchell |
allow evals to see the full lexical scope |
blob | commitdiff | diff to current |
2002-10-22 |
Dave Mitchell |
PL_curpad == AvARRAY(PL_comppad) always |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-10-02 |
Dave Mitchell |
move all pad-related code to its own src file |
blob | commitdiff | diff to current |
2002-09-04 |
Hugo van der Sanden |
fix coredump after 64k-deep recursion |
blob | commitdiff | diff to current |
2002-05-21 |
Kevin Chase |
Win32 crash in fork.t (perl@16694) |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
fixes for all the warnings reported by Visual C (most... |
blob | commitdiff | diff to current |
2002-03-18 |
Jarkko Hietaniemi |
NetWare tweaks from C Aditya <caditya@novell.com> |
blob | commitdiff | diff to current |
2002-02-08 |
Chris Nandor |
CopFILE / MacPerl_MPWFileName |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-14 |
Nick Ing-Simmons |
Use PerlMemShared for CopSTASHPV and CopFILE. MUCH... |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman |
Silence another ITHREAD 64bit INT/32bit PTR warning. |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman |
Changes USE_THREADS to USE_5005THREADS in the entire... |
blob | commitdiff | diff to current |
2001-06-06 |
Jarkko Hietaniemi |
Integrate change #10448 from maintperl; lexicals |
blob | commitdiff | diff to current |
2001-02-28 |
Tim Jenness |
Re: sync sync sync: have I missed any patches? |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-11-18 |
Nick Ing-Simmons |
Lexical use open ... support: |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2000-10-03 |
Ilya Zakharevich |
Inside require() $^S was always left undefined. |
blob | commitdiff | diff to current |
2000-08-30 |
Gurusamy Sarathy |
Re: [ID 20000829.020] perl -e 'package; print __PACKAGE... |
blob | commitdiff | diff to current |
2000-08-08 |
Jarkko Hietaniemi |
Do away with array context, from Daniel Chetlin <daniel... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-06-30 |
Gurusamy Sarathy |
dounwind() may cause POPSUB() to diddle the wrong PL_curpad |
blob | commitdiff | diff to current |
2000-06-09 |
Jarkko Hietaniemi |
Rename the fdpid locking and integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-06-08 |
Gurusamy Sarathy |
be more optimal about clearing @_ |
blob | commitdiff | diff to current |
2000-06-08 |
Gurusamy Sarathy |
@_ can't have junk in it even in the non-USE_ITHREADS... |
blob | commitdiff | diff to current |
2000-06-02 |
Gurusamy Sarathy |
fix small eval"" memory leaks under USE_ITHREADS |
blob | commitdiff | diff to current |
next |