projects
/
p5sagit/p5-mst-13.2.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Bump version of PerlIO::via after last change
[p5sagit/p5-mst-13.2.git]
/
sv.c
2007-01-04
Marcus Holland-Moritz
4th patch from:
blob
|
commitdiff
2007-01-04
Marcus Holland-Moritz
The first three patches from:
blob
|
commitdiff
|
diff to current
2007-01-04
Yves Orton
Re: [PATCH] Change implementation of %+ to use a proper...
blob
|
commitdiff
|
diff to current
2007-01-03
Nicholas Clark
Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
blob
|
commitdiff
|
diff to current
2007-01-03
Dave Mitchell
handle cloning of parsers on the save stack
blob
|
commitdiff
|
diff to current
2007-01-03
Nicholas Clark
Make the ptr_table functions available in an unthreaded...
blob
|
commitdiff
|
diff to current
2007-01-02
Nicholas Clark
Copying to FORMATs should work (and not fail assertions...
blob
|
commitdiff
|
diff to current
2007-01-02
Nicholas Clark
Note that the examples for the structure copying bug...
blob
|
commitdiff
|
diff to current
2007-01-02
Dave Mitchell
move easy lexer state variables into PL_parser
blob
|
commitdiff
|
diff to current
2007-01-01
Steve Peters
Welcome to 2007! Time to update copyrights from change...
blob
|
commitdiff
|
diff to current
2007-01-01
Jarkko Hietaniemi
Symbian port: add Series 90 support
blob
|
commitdiff
|
diff to current
2006-12-31
Nicholas Clark
PL_linestr needs to survive until the end of scope...
blob
|
commitdiff
|
diff to current
2006-12-31
Nicholas Clark
Move SVt_BIND to be the lowest type after SVt_NULL...
blob
|
commitdiff
|
diff to current
2006-12-28
Nicholas Clark
With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
blob
|
commitdiff
|
diff to current
2006-12-16
Nicholas Clark
Split out the use of SVp_SCREAM for GVs with GPs into...
blob
|
commitdiff
|
diff to current
2006-12-13
Nicholas Clark
Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
blob
|
commitdiff
|
diff to current
2006-12-12
Nicholas Clark
Oops. As of some point one stopped being able to assign...
blob
|
commitdiff
|
diff to current
2006-12-12
Nicholas Clark
pads haven't actually contained any PVGVs since change...
blob
|
commitdiff
|
diff to current
2006-12-09
Nicholas Clark
PVBMs mustn't enter anything that turns SVIVisUV_on().
blob
|
commitdiff
|
diff to current
2006-12-09
Nicholas Clark
Exterminate! 2 pieces of superfluous code related to...
blob
|
commitdiff
|
diff to current
2006-12-08
Dave Mitchell
add missing OP_REFCNT_LOCK/UNLOCKs and document it
blob
|
commitdiff
|
diff to current
2006-12-01
Yves Orton
Continue split of perl internal regexp structures from...
blob
|
commitdiff
|
diff to current
2006-11-23
Nicholas Clark
Change 29364 forgot to turn the POK flag on.
blob
|
commitdiff
|
diff to current
2006-11-23
Nicholas Clark
Assigning to a PVCV effectively just sets the prototype...
blob
|
commitdiff
|
diff to current
2006-11-23
Nicholas Clark
Remove superfluous SvROK()
blob
|
commitdiff
|
diff to current
2006-11-15
Rafael Garcia-Suarez
Fix a signedness cast warning
blob
|
commitdiff
|
diff to current
2006-11-13
Yves Orton
Regex Utility Functions and Substituion Fix (XML::Twig...
blob
|
commitdiff
|
diff to current
2006-11-12
Nicholas Clark
Change 24714 was arguably over-ambitious, in that non...
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-11-06
Nicholas Clark
assert() that SvPV_set() isn't used on hashes.
blob
|
commitdiff
|
diff to current
2006-11-04
Nicholas Clark
Change 27506 wasn't quite correct - the copy of the...
blob
|
commitdiff
|
diff to current
2006-11-03
SADAHIRO Tomoyuki
replace S_sv_pos_b2u_forwards with utf8_length (was...
blob
|
commitdiff
|
diff to current
2006-10-30
Steve Peters
Changes to get perl to compile with g++ on Cygwin....
blob
|
commitdiff
|
diff to current
2006-10-26
SADAHIRO Tomoyuki
Re: [perl #40583] sprintf "%#04X" also uppercases the...
blob
|
commitdiff
|
diff to current
2006-10-25
Nicholas Clark
Add a %B sprintf format
blob
|
commitdiff
|
diff to current
2006-10-22
Nicholas Clark
Fix the other bug introduced by change 29079
blob
|
commitdiff
|
diff to current
2006-10-22
Nicholas Clark
Fix bug in change 27321 - Perl_ss_dup should also have...
blob
|
commitdiff
|
diff to current
2006-10-22
Nicholas Clark
Fix a bug introduced by change 29079
blob
|
commitdiff
|
diff to current
2006-10-22
Nicholas Clark
Merge cases in Perl_ss_dup().
blob
|
commitdiff
|
diff to current
2006-10-22
Nicholas Clark
const the variable used for the save stack type in...
blob
|
commitdiff
|
diff to current
2006-10-19
Alexander Gough
stab at UNITCHECK blocks
blob
|
commitdiff
|
diff to current
2006-10-18
Nicholas Clark
panic if we attempt to sv_setsv to or from an already...
blob
|
commitdiff
|
diff to current
2006-10-16
SADAHIRO Tomoyuki
Re: sprintf 64 test
blob
|
commitdiff
|
diff to current
2006-10-10
Anatoly Vorobey
[perl #40473] sprintf width+precision fails on wide...
blob
|
commitdiff
|
diff to current
2006-10-08
Rafael Garcia-Suarez
Revert change 28962 (at least until a better solution...
blob
|
commitdiff
|
diff to current
2006-10-07
Nicholas Clark
No need to create a new magic vtable if it's all 0...
blob
|
commitdiff
|
diff to current
2006-10-07
Nicholas Clark
Make reference stringification (blessed and unblessed...
blob
|
commitdiff
|
diff to current
2006-10-07
Yves Orton
Re: [PATCH] Initial attempt at named captures for perls...
blob
|
commitdiff
|
diff to current
2006-10-06
Nicholas Clark
Make the executable slightly smaller by using PL_hexdig...
blob
|
commitdiff
|
diff to current
2006-10-03
Jarkko Hietaniemi
const sv_reftype
blob
|
commitdiff
|
diff to current
2006-09-29
Yves Orton
Re: [PATCH] Add hook for re_dup() into regex engine...
blob
|
commitdiff
|
diff to current
2006-09-25
Yves Orton
Add hook for re_dup() into regex engine as reg_dupe...
blob
|
commitdiff
|
diff to current
2006-09-21
Jarkko Hietaniemi
deal with some gcc warnings
blob
|
commitdiff
|
diff to current
2006-09-18
Philip M. Gollucci
bleed - silence warning in sv.c
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
Revert changes 28772, 28773, 28774 as they won't gain...
blob
|
commitdiff
|
diff to current
2006-09-12
Dominic Dunlop
Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1...
blob
|
commitdiff
|
diff to current
2006-09-11
Yves Orton
Teach regex optimiser how to handle (?=) and (?<=)...
blob
|
commitdiff
|
diff to current
2006-09-11
Yitzchak Scott-Tho...
NULL and sv_setpv vs. newSVpv
blob
|
commitdiff
|
diff to current
2006-09-05
Robin Barker
; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
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-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
next