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
move SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.h
[perl5.git]
/
sv.h
2016-02-03
David Mitchell
move SET_SVANY_FOR_BODYLESS_IV() from sv.c to sv.h
blob
|
commitdiff
2015-12-03
David Mitchell
fix the API description of SvLEN_set()
blob
|
commitdiff
|
diff to current
2015-11-10
David Mitchell
avoid (TAINTING_get && TAINT_get)
blob
|
commitdiff
|
diff to current
2015-10-13
David Mitchell
fbm_instr(): tweak docs and formatting
blob
|
commitdiff
|
diff to current
2015-10-08
Daniel Dragan
make sv_backoff tailcall friendly
blob
|
commitdiff
|
diff to current
2015-09-25
Rafael Garcia-Suarez
POD fix in the documentation for SvTHINKFIRST
blob
|
commitdiff
|
diff to current
2015-09-04
Karl Williamson
perlapi use 'UTF-8' instead of variants of that
blob
|
commitdiff
|
diff to current
2015-09-04
Karl Williamson
Various pods: Add C<> around many typed-as-is things
blob
|
commitdiff
|
diff to current
2015-09-04
Karl Williamson
perlapi, perlintern: Add L<> links to pod
blob
|
commitdiff
|
diff to current
2015-08-17
David Mitchell
re-implement OPpASSIGN_COMMON mechanism
blob
|
commitdiff
|
diff to current
2015-08-01
Karl Williamson
perlapi: Use F<> around file names
blob
|
commitdiff
|
diff to current
2015-08-01
Karl Williamson
perlapi: Use C<> instead of I<> for parameter names...
blob
|
commitdiff
|
diff to current
2015-07-08
Daniel Dragan
all SV inheriter types have DEBUG_LEAKING_SCALARS data...
blob
|
commitdiff
|
diff to current
2015-06-29
Father Chrysostomos
Remove NEW_ from PERL_NEW_COPY_ON_WRITE
blob
|
commitdiff
|
diff to current
2015-06-29
Father Chrysostomos
Remove SvRELEASE_IVX
blob
|
commitdiff
|
diff to current
2015-06-29
Father Chrysostomos
Remove PERL_OLD_COPY_ON_WRITE
blob
|
commitdiff
|
diff to current
2015-06-12
David Mitchell
sv.h: document additional use of SVp_SCREAM flag
blob
|
commitdiff
|
diff to current
2015-05-09
Karl Williamson
perlapi: Add 2 links to other parts of the pod
blob
|
commitdiff
|
diff to current
2015-03-23
Dagfinn Ilmari Man...
Replace common Emacs file-local variables with dir...
blob
|
commitdiff
|
diff to current
2015-01-18
Daniel Dragan
improve SvPV_set's docs, it really shouldn't be public API
blob
|
commitdiff
|
diff to current
2014-12-01
Steffen Mueller
More branch prediction hints for sv_setsv_flags
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
[perl #123223] Make PADNAME a separate type
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Make PADNAMELIST a separate type
blob
|
commitdiff
|
diff to current
2014-11-30
Father Chrysostomos
Use PADNAME rather than SV in the source
blob
|
commitdiff
|
diff to current
2014-11-24
Daniel Dragan
remove a branch in SvIV_please_nomg
blob
|
commitdiff
|
diff to current
2014-11-13
Father Chrysostomos
Add new LVALUE flag for pad names
blob
|
commitdiff
|
diff to current
2014-11-08
Daniel Dragan
add xs_handshake API
blob
|
commitdiff
|
diff to current
2014-10-31
Daniel Dragan
free up CvPADLIST slot for XSUBs for future use
blob
|
commitdiff
|
diff to current
2014-10-18
Father Chrysostomos
Apify SV_CATBYTES and SV_CATUTF8
blob
|
commitdiff
|
diff to current
2014-10-04
Daniel Dragan
optimize SV creation funcs in sv.c
blob
|
commitdiff
|
diff to current
2014-09-28
Daniel Dragan
for storage of NVs, use "IV in sv_u in head no-body...
blob
|
commitdiff
|
diff to current
2014-09-25
Father Chrysostomos
Remove most uses of PADMY
blob
|
commitdiff
|
diff to current
2014-09-25
Father Chrysostomos
Stop setting PADMY; renumber PADSTALE
blob
|
commitdiff
|
diff to current
2014-09-22
David Mitchell
SvFLAGS: informally reserve a bit
blob
|
commitdiff
|
diff to current
2014-09-21
Father Chrysostomos
Consistent spaces after dots in perlapi
blob
|
commitdiff
|
diff to current
2014-09-20
Father Chrysostomos
Implement the bipolar read-only system
blob
|
commitdiff
|
diff to current
2014-09-20
Father Chrysostomos
Add SVf_PROTECT
blob
|
commitdiff
|
diff to current
2014-09-20
Father Chrysostomos
Renumber SVf_IsCOW
blob
|
commitdiff
|
diff to current
2014-09-19
Jarkko Hietaniemi
Parenthesize & and | a bit.
blob
|
commitdiff
|
diff to current
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
next