This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Parenthesize & and | a bit.
[perl5.git]
/
sv.h
2014-09-19
Jarkko Hietaniemi
Parenthesize & and | a bit.
blob
|
commitdiff
2014-09-15
Father Chrysostomos
sv.h: Expand comment about potential SVf_UTF8 conflict
blob
|
commitdiff
|
diff to current
2014-09-15
Father Chrysostomos
sv_cathek
blob
|
commitdiff
|
diff to current
2014-07-21
Karl Williamson
sv.h: Document SVt_INVLIST fields
blob
|
commitdiff
|
diff to current
2014-06-17
Tony Cook
be explicit that SvSetSV() doesn't do set magic
blob
|
commitdiff
|
diff to current
2014-06-07
Karl Williamson
perlapi: Nit, and mention NUL for some functions
blob
|
commitdiff
|
diff to current
2014-05-30
Karl Williamson
perlapi: Clarify some instances where NUL is or isn...
blob
|
commitdiff
|
diff to current
2014-05-30
Karl Williamson
Wrap various pod uses of NUL with C<>
blob
|
commitdiff
|
diff to current
2014-05-13
David Golden
clarify SvPV documentation
blob
|
commitdiff
|
diff to current
2014-05-12
Yves Orton
Implement "max waste" thresholds to avoid problems...
blob
|
commitdiff
|
diff to current
2014-03-12
David Mitchell
sprinkle LIKELY() on pp_hot.c scope.c and some *.h
blob
|
commitdiff
|
diff to current
2014-03-07
David Mitchell
sv.h: add some more flag usage commentary
blob
|
commitdiff
|
diff to current
2014-02-28
David Mitchell
gv_check(): use aux flag rather than IsCOW
blob
|
commitdiff
|
diff to current
2014-02-17
Karl Williamson
sv.h: Add comment
blob
|
commitdiff
|
diff to current
2014-02-13
Matthew Horsfall...
Fix small typo (dsb -> dsv)
blob
|
commitdiff
|
diff to current
2014-02-05
Brian Fraser
Avoid compiler warnings by consistently using #ifdef...
blob
|
commitdiff
|
diff to current
2014-01-17
Father Chrysostomos
SvGROW should un-cow under PERL_OLD_COPY_ON_WRITE
blob
|
commitdiff
|
diff to current
2013-12-29
Father Chrysostomos
perlapi: Consistent spaces after dots
blob
|
commitdiff
|
diff to current
2013-11-16
David Mitchell
Revert "make perl core quiet under -Wfloat-equal"
blob
|
commitdiff
|
diff to current
2013-11-09
David Mitchell
make perl core quiet under -Wfloat-equal
blob
|
commitdiff
|
diff to current
2013-10-23
Daniel Dragan
correct POD for SvIsCOW, it returns a U32
blob
|
commitdiff
|
diff to current
2013-09-15
Father Chrysostomos
sv.h: Make BmUSEFUL the same type on debug/non-debug...
blob
|
commitdiff
|
diff to current
2013-09-13
Nicholas Clark
Move BmUSEFUL to the IV slot from the NV slot, simplify...
blob
|
commitdiff
|
diff to current
2013-09-04
Reini Urban
[perl #119481] Check SvVALID for !SvSCREAM, skip PAD
blob
|
commitdiff
|
diff to current
2013-08-25
Father Chrysostomos
Stop pos() from being confused by changing utf8ness
blob
|
commitdiff
|
diff to current
2013-08-21
Father Chrysostomos
[perl #118691] Allow defelem magic with neg indices
blob
|
commitdiff
|
diff to current
2013-08-06
Father Chrysostomos
sv.h: Add comment about gv_check and SvIsCOW
blob
|
commitdiff
|
diff to current
2013-07-30
Father Chrysostomos
Skip trailing constants when searching pads
blob
|
commitdiff
|
diff to current
2013-07-19
Karl Williamson
sv.h: Comments added/typo fixed.
blob
|
commitdiff
|
diff to current
2013-07-16
Karl Williamson
Remove redundant field from inversion lists
blob
|
commitdiff
|
diff to current
2013-07-16
Karl Williamson
Reinstate "Use new Svt_INVLIST for inversion lists."
blob
|
commitdiff
|
diff to current
2013-07-16
Karl Williamson
Reinstate "Create SVt_INVLIST"
blob
|
commitdiff
|
diff to current
2013-07-10
Brian Gottreu
Fix typo in docs for SvPV: ") => >"
blob
|
commitdiff
|
diff to current
2013-07-05
Karl Williamson
Revert "Create SVt_INVLIST"
blob
|
commitdiff
|
diff to current
2013-07-04
Karl Williamson
Revert "Use new Svt_INVLIST for inversion lists."
blob
|
commitdiff
|
diff to current
2013-07-04
Karl Williamson
Use new Svt_INVLIST for inversion lists.
blob
|
commitdiff
|
diff to current
2013-07-04
Karl Williamson
Create SVt_INVLIST
blob
|
commitdiff
|
diff to current
2013-06-30
Ruslan Zakirov
SV_CONST(name) and PL_sv_consts
blob
|
commitdiff
|
diff to current
2013-06-23
Father Chrysostomos
sv.h: Correct assertion in BmUSEFUL
blob
|
commitdiff
|
diff to current
2013-06-21
Father Chrysostomos
Remove BmRARE and BmPREVIOUS
blob
|
commitdiff
|
diff to current
2013-06-18
Peter Martini
Upgrade cv_flags_t from 16 to 32 bits.
blob
|
commitdiff
|
diff to current
2013-05-26
Father Chrysostomos
[perl #118159] Make PVs take precedence in SvTRUE
blob
|
commitdiff
|
diff to current
2013-05-18
Karl Williamson
Remove core references to SVt_BIND
blob
|
commitdiff
|
diff to current
2013-05-09
David Mitchell
further tweak SvPV() docs
blob
|
commitdiff
|
diff to current
2013-05-09
David Mitchell
clarify SvPV* and SvPV_force* docs
blob
|
commitdiff
|
diff to current
2013-03-06
Daniel Dragan
better POD for SvPVX, pre-5.9.3 Perls
blob
|
commitdiff
|
diff to current
2013-02-20
Nicholas Clark
Remove the check for SVt_BIND from SvOK().
blob
|
commitdiff
|
diff to current
2013-01-23
Karl Williamson
perlapi: Fix SvIOK_UV, SvUOK descriptions
blob
|
commitdiff
|
diff to current
2013-01-12
David Mitchell
include SvREADONLY() in SvIMMORTAL() test
blob
|
commitdiff
|
diff to current
2013-01-04
Steven Schubiger
Fix SvREFCNT_dec doc typo
blob
|
commitdiff
|
diff to current
2013-01-04
Eric Brine
Remove redundant NULL checks.
blob
|
commitdiff
|
diff to current
2012-12-24
Karl Williamson
perlapi: Fix misstatement
blob
|
commitdiff
|
diff to current
2012-12-24
Karl Williamson
perlapi: Fix typos
blob
|
commitdiff
|
diff to current
2012-12-22
Karl Williamson
perlapi: Clarify return value of SvREFCNT_inc()
blob
|
commitdiff
|
diff to current
2012-12-18
David Mitchell
test the resetting of refcnt for immortals
blob
|
commitdiff
|
diff to current
2012-12-14
David Mitchell
further fix to SvUPGRADE
blob
|
commitdiff
|
diff to current
2012-12-14
David Mitchell
make SvUPGRADE() a statement.
blob
|
commitdiff
|
diff to current
2012-12-12
Daniel Dragan
better POD for mg_get and SvGROW
blob
|
commitdiff
|
diff to current
2012-12-05
Father Chrysostomos
sv.h: Warning about cows in SvPV_set apidocs
blob
|
commitdiff
|
diff to current
2012-12-04
David Mitchell
add SvREFCNT_dec_NN()
blob
|
commitdiff
|
diff to current
2012-11-27
Father Chrysostomos
Allow COW with magical and blessed scalars (among others)
blob
|
commitdiff
|
diff to current
2012-11-27
Father Chrysostomos
Min string length for COW
blob
|
commitdiff
|
diff to current
2012-11-27
Father Chrysostomos
New COW mechanism
blob
|
commitdiff
|
diff to current
2012-11-26
Father Chrysostomos
Move a CAN_COW_MASK comment from sv.c to sv.h
blob
|
commitdiff
|
diff to current
2012-11-24
Daniel Dragan
SvPVXtrue single eval->multiple eval
blob
|
commitdiff
|
diff to current
2012-11-23
bulk88 (via RT)
av_exists: dont make a mortal never to use it
blob
|
commitdiff
|
diff to current
2012-11-21
Daniel Dragan
refactor pp_stringify and pp_and
blob
|
commitdiff
|
diff to current
2012-11-17
Yves Orton
Hash Function Change - Murmur hash and true per process...
blob
|
commitdiff
|
diff to current
2012-11-14
Father Chrysostomos
SVf_IsCOW
blob
|
commitdiff
|
diff to current
2012-11-05
Steffen Mueller
Add C define to remove taint support from perl
origin/smueller/no_taint3
blob
|
commitdiff
|
diff to current
2012-10-30
Father Chrysostomos
Allow regexp-to-pvlv assignment
blob
|
commitdiff
|
diff to current
2012-10-26
Father Chrysostomos
Better documentation for internal SV types
blob
|
commitdiff
|
diff to current
2012-10-12
Father Chrysostomos
Simplify the fix for bug #41530
blob
|
commitdiff
|
diff to current
2012-10-05
Father Chrysostomos
[perl #79824] Don’t cow for sv_mortalcopy call from XS
blob
|
commitdiff
|
diff to current
2012-10-01
Father Chrysostomos
Oops; fix threaded build
blob
|
commitdiff
|
diff to current
2012-10-01
Father Chrysostomos
Stop substr lvalues from being confused by changing...
blob
|
commitdiff
|
diff to current
2012-10-01
Father Chrysostomos
Stop pos from panicking when overloading changes UTF8ness
blob
|
commitdiff
|
diff to current
2012-09-16
Father Chrysostomos
Allow CVs to point to HEKs rather than GVs
blob
|
commitdiff
|
diff to current
2012-09-12
Father Chrysostomos
Unify CvDEPTH for formats and subs
blob
|
commitdiff
|
diff to current
2012-08-21
Father Chrysostomos
More PAD APIs
blob
|
commitdiff
|
diff to current
2012-08-21
Father Chrysostomos
Use PADLIST in more places
blob
|
commitdiff
|
diff to current
2012-08-21
Father Chrysostomos
Static inline functions for SvPADTMP and SvPADSTALE
blob
|
commitdiff
|
diff to current
2012-08-21
Father Chrysostomos
Use fast SvREFCNT_dec for non-GCC
blob
|
commitdiff
|
diff to current
2012-08-21
Father Chrysostomos
Use static inline functions for SvREFCNT_inc
blob
|
commitdiff
|
diff to current
2012-08-18
Father Chrysostomos
sv.h: Don’t repeat _XPV_HEAD
blob
|
commitdiff
|
diff to current
2012-08-17
Steve Hay
Restore VC++ 6 build on Windows
blob
|
commitdiff
|
diff to current
2012-08-13
Steve Hay
Insert missing words into SvPV_force* documentation
blob
|
commitdiff
|
diff to current
2012-08-06
Father Chrysostomos
assert_(...)
blob
|
commitdiff
|
diff to current
2012-08-05
Father Chrysostomos
Add a depth field to formats
blob
|
commitdiff
|
diff to current
2012-08-05
Father Chrysostomos
Make PL_(top|body|form)target PVIVs
blob
|
commitdiff
|
diff to current
2012-07-29
Father Chrysostomos
sv.h: Document SvTHINKFIRST
blob
|
commitdiff
|
diff to current
2012-07-29
Father Chrysostomos
Oust sv_gmagical_2iv_please
blob
|
commitdiff
|
diff to current
2012-07-28
Father Chrysostomos
Flatten vstrings modified in place
blob
|
commitdiff
|
diff to current
2012-07-27
Chip Salzenberg
Make all the SvPV*force* macros always return sv with...
blob
|
commitdiff
|
diff to current
2012-07-21
Chip Salzenberg
make SvOOK_offset macro safer, with parens and underscores
blob
|
commitdiff
|
diff to current
2012-07-15
Chip Salzenberg
Magic flags harmonization.
blob
|
commitdiff
|
diff to current
2012-07-03
Father Chrysostomos
sv.h: Improve docs of Sv[GS]ETMAGIC
blob
|
commitdiff
|
diff to current
2012-06-15
Father Chrysostomos
sv.h: Move comment just before struct it describes
blob
|
commitdiff
|
diff to current
2012-06-08
Father Chrysostomos
sv.h: Comment typo
blob
|
commitdiff
|
diff to current
2012-06-07
Father Chrysostomos
[perl #109542] Make num ops treat $1 as "$1"
blob
|
commitdiff
|
diff to current
next