2006-09-01 |
Nicholas Clark |
Access to cx->blk_sub.lval via macros (as it's about... |
blob | commitdiff |
2006-09-01 |
Nicholas Clark |
Access cx->blk_sub.hasargs via a pair of macros (as... |
blob | commitdiff | diff to current |
2006-08-09 |
Yitzchak Scott-Tho... |
Re: [perl #37731] junk and uninit'ed values in tied... |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-15 |
Jarkko Hietaniemi |
various safety/portability tweaks |
blob | commitdiff | diff to current |
2006-07-14 |
Jarkko Hietaniemi |
-DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Fix another empty if-statement warning |
blob | commitdiff | diff to current |
2006-06-23 |
Anno Siegel |
Re: [PATCH] Hash::Util::FieldHash |
blob | commitdiff | diff to current |
2006-06-20 |
Dominic Dunlop |
Re: [perl #39530] printf: bad formatting of hexadecimal... |
blob | commitdiff | diff to current |
2006-06-12 |
Andy Lester |
Proper use of enums |
blob | commitdiff | diff to current |
2006-06-11 |
Yves Orton |
Re: [PATCH] regexec/regcomp.c cleanups |
blob | commitdiff | diff to current |
2006-06-09 |
Andy Lester |
sv_dup |
blob | commitdiff | diff to current |
2006-06-09 |
Yves Orton |
Re: [PATCH] Better version of the Aho-Corasick patch... |
blob | commitdiff | diff to current |
2006-05-29 |
SADAHIRO Tomoyuki |
Re: [perl #39126] possible memory related bug when... |
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 |
Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-17 |
Rafael Garcia-Suarez |
Add a new macro SvVSTRING_mg that returns vstring magic... |
blob | commitdiff | diff to current |
2006-05-17 |
David Mitchell |
Re: [perl #39145] win32, @_ and fork crashing in dounwind |
blob | commitdiff | diff to current |
2006-05-13 |
Jarkko Hietaniemi |
sv.c: printf %d wants int not size_t |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-12 |
Nicholas Clark |
The upgrade/croak order in Perl_sv_utf8_encode() seemed... |
blob | commitdiff | diff to current |
2006-05-11 |
Nicholas Clark |
Tk spots that S_glob_2pv might be called from *_nolen... |
blob | commitdiff | diff to current |
2006-05-03 |
Andy Lester |
optimize S_find_array_subscript |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Remove a variable left unused since change 28065. |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Add a new hash key flag HVhek_UNSHARED, to mark all... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
Assert that SvMAGIC() isn't being called on PVMGs which... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark |
GvFILE() cannot be a pointer to the memory owned by... |
blob | commitdiff | diff to current |
2006-04-29 |
Jarkko Hietaniemi |
more -ansi -pedantic cleanliness |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-27 |
Andy Lester |
Removing unused context |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester |
use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Nicholas Clark |
Change 27947 forgot to remove one now-unneeded cast. |
blob | commitdiff | diff to current |
2006-04-24 |
Nicholas Clark |
Following change 27942 it's clear that the return type of |
blob | commitdiff | diff to current |
2006-04-24 |
Andy Lester |
Refactor S_glob_2inpuv |
blob | commitdiff | diff to current |
2006-04-21 |
Nicholas Clark |
Given that use re 'debug' can turn on DEBUGGING even... |
blob | commitdiff | diff to current |
2006-04-20 |
Andy Lester |
op_type shrinking |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Revert change 27818, as change 27853 fixes the real... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Fix bug introduced with change 27841. (len + 1, not... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
In Perl_sv_usepvn_flags, assert() that the caller has... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
In Perl_sv_usepvn(), force a move under DEBUGGING to... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark |
Deep in the bowels of creating new and exciting bugs... |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()... |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
S_glob_2inpuv() did not check if lenp was NULL. Oops. |
blob | commitdiff | diff to current |
2006-04-14 |
Jarkko Hietaniemi |
doop.c: (Coverity) found a bug but not quite what Cover... |
blob | commitdiff | diff to current |
2006-04-13 |
Dave Mitchell |
eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan... |
blob | commitdiff | diff to current |
2006-04-13 |
Nicholas Clark |
For duping SAVEHINTS it rather helps if you pay attenti... |
blob | commitdiff | diff to current |
2006-04-13 |
Nicholas Clark |
Add a break; to the end of the SAVEt_COP_WARNINGS case... |
blob | commitdiff | diff to current |
2006-04-13 |
Nicholas Clark |
Add SAVEt_COP_WARNINGS to ss_dup. |
blob | commitdiff | diff to current |
2006-04-13 |
Dave Mitchell |
eliminate PL_reg_re |
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-12 |
Dave Mitchell |
Remove the final recursion path from S_regmatch: ... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
First stab at using the pad to store the serialised... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
Within Perl_newSVhek, inline most of newSVpvn_share... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
Stop Perl_newSVpvn_share() potentially leaking the... |
blob | commitdiff | diff to current |
2006-04-09 |
Nicholas Clark |
Fix pointer error in change 27741, spotted by John... |
blob | commitdiff | diff to current |
2006-04-08 |
Jarkko Hietaniemi |
sv.c, rs.t, perlvar.pod (Coverity finding: did you... |
blob | commitdiff | diff to current |
2006-04-08 |
Nicholas Clark |
As av_dup, gv_dup and hv_dup are the same as sv_dup... |
blob | commitdiff | diff to current |
2006-04-08 |
Nicholas Clark |
By swapping the order of pushes onto the save stack for |
blob | commitdiff | diff to current |
2006-04-08 |
Nicholas Clark |
Teach ss_dup about SAVEt_RE_STATE. (As correctly as... |
blob | commitdiff | diff to current |
2006-04-08 |
Nicholas Clark |
ss_dup of SAVEt_COP_ARYBASE can use the same code as... |
blob | commitdiff | diff to current |
2006-04-07 |
Nicholas Clark |
Give more information in the panic in ss_dup. (Although... |
blob | commitdiff | diff to current |
2006-04-06 |
Nicholas Clark |
Move all the regexp state variables into a single struc... |
blob | commitdiff | diff to current |
2006-04-05 |
Dave Mitchell |
eliminate PL_regprecomp, PL_regprogram, PL_regnpar... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell |
use slabs to allocate save state space in regmatch() |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark |
If the passed in target rv for Perl_newSVrv() was alrea... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark |
Inconsistencies in paramter const-ness noticed by SADAH... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Need to dup any hints HV stored on the save stack. |
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-29 |
Jarkko Hietaniemi |
re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark |
Silence 3 (spurious) gcc warnings about "maybe used... |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark |
PL_multiline isn't referenced, and can be removed. |
blob | commitdiff | diff to current |
2006-03-24 |
Dave Mitchell |
remove unused PL_regcc variable |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Rejig the location of the cache assertion code in Perl_... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Move orphaned documentation back to its functions |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Make S_sv_pos_u2b_cached use both cache pairs. |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Use both cache entries for Perl_sv_pos_b2u(). |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Complete the other 2 arms of the cache update code. |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Pass the (byte) length of the entire string into |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Add all new static functions to embed.fnc |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Use the cache in S_sv_pos_u2b_cached() when the desired... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Use the cache in S_sv_pos_u2b_cached when the sought... |
blob | commitdiff | diff to current |
2006-03-23 |
Rafael Garcia-Suarez |
Further adjustement to change #27576 by Jan Dubois |
blob | commitdiff | diff to current |
2006-03-23 |
Jan Dubois |
RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
blob | commitdiff | diff to current |
2006-03-23 |
Nicholas Clark |
Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cac... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark |
Take advantage of uoffset >= uoffset0, to simplify... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark |
Add S_sv_pos_u2b_midway for when we know the utf-8... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark |
Create S_sv_pos_u2b_cached, which abstracts away utf... |
blob | commitdiff | diff to current |
2006-03-22 |
Nicholas Clark |
The simplest way to start on Perl_sv_pos_u2b seems... |
blob | commitdiff | diff to current |
2006-03-21 |
Nicholas Clark |
(Hopefully) make VMS happy. |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
Extend change 27558 - if we know the character offset... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
In Perl_sv_pos_b2u, if we know the character offset... |
blob | commitdiff | diff to current |
2006-03-20 |
Nicholas Clark |
Abstract the string walking functionality from Perl_sv_... |
blob | commitdiff | diff to current |
2006-03-19 |
Nicholas Clark |
Remove a redundant test on mg->mg_ptr. (It had to be... |
blob | commitdiff | diff to current |
next |