This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable: t/canonical.t: avoid stderr noise
[perl5.git] / sv.c
2020-11-22 Karl WilliamsonSlience compiler warnings for NV, [IU]V compare
2020-11-21 Karl Williamsonperlapi: Consolidate sv_vsetpvf-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate sv_catpv-ish entries
2020-11-21 Karl Williamsonsv.c: Add missing pod markup
2020-11-21 Karl Williamsonperlapi: Consolidate sv_vcatpvf-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate sv_catpvf-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate sv_setpvf-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate sv_setpviv-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate newSVsv-ish entries
2020-11-21 Karl Williamsonperlapi: Consolidate sv_inc-ish entries
2020-11-18 Karl Williamsonperlapi: Consolidate sv_catsv-ish entries
2020-11-18 Karl Williamsonperlapi: Consolidate sv_catpvn-ish entries
2020-11-10 Karl Williamsonperlapi: Consolidate sv_setpv-ish entries
2020-11-10 Karl Williamsonperlapi: Consolidate sv_setpvn-ish entries
2020-11-09 Karl Williamsonperlapi: Consolidate sv_setsv-ish entries
2020-11-09 Karl Williamsonsv.c: Change some formal param names for clarity, consi...
2020-11-09 Karl Williamsonsv.c: Rmv trailing blanks
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-10-12 TAKAI Kousukesv.c: Added missing braces in Perl_sv_inc_nomg().
2020-10-09 Karl Williamsonperlapi: Consolidate sv_utf8_upgrade-ish entries
2020-10-07 Karl Williamsonperlapi: Consolidate sv_copypv-ish entries
2020-09-14 Karl Williamsonperlapi: Consolidate sv_utf8_downgrade-ish entries
2020-09-14 Karl Williamsonperlapi: Slight improvement to sv_2pvbyte
2020-09-10 Karl Williamsonperlapi: Consolidate sv_dec-ish entries
2020-09-07 Karl Williamsonperlapi: Consolidate sv_set[inu]v-ish entries
2020-09-05 Karl Williamsonperlapi: Clarify SV Handling
2020-09-05 Karl WilliamsonDocument sv_vcatpvfn
2020-09-05 Karl Williamsonsv.c: Change flags param on two fcns from I32 to U32
2020-09-04 Karl Williamsonperlapi: Turn some references to mg_[gs]et into links
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-09-04 Karl WilliamsonRemove redundant apidoc entries.
2020-08-27 Karl WilliamsonDocument vnewSVpvf
2020-08-24 Karl WilliamsonDocument a bunch of foo_nocontext functions
2020-08-19 Karl Williamsonsv.c: Convert to use av_count()
2020-08-03 RomanoPlan9/9front i386 fixes
2020-07-30 Richard LeachRemove obsolete FCRYPT ifdefs and associated PL_cryptse...
2020-07-30 Tony Cookreport the index for not found hash/array index lookups...
2020-07-30 Paul "LeoNerd" EvansDefine a new SAVEt_HINT_HH type
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-20 Dagfinn Ilmari Man... Use static asserts when comparing sizeof() to a constant
2020-06-02 Karl WilliamsonMake PL_utf8_foldclosures interpreter level
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-13 Dagfinn Ilmari Man... Remove spurious double spaces before open braces in...
2020-03-29 Tony Cookensure sv bodies are properly aligned
2020-03-09 Tomasz Konojackioptimize sort by inlining comparison functions
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2020-01-19 Karl Williamsonperlapi sv_setpvn: Note UTF-8 flag not affected
2019-12-21 Karl WilliamsonClarify SvPVbyteFOO docs
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-27 Karl WilliamsonMove regex global variables to interpreter level
2019-11-18 David Mitchelladd explicit 1-arg and 3-arg sig handler functions
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-11-12 James E KeenanFix: local variable hiding parameter of same name
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
2019-10-31 Tony Cookfix panic caused by printf with %n with utf8 length...
2019-10-17 Steve HayThe VC6 Chainsaw Massacre
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchelladd PL_curstackinfo->si_cxsubix field
2019-09-13 Karl WilliamsonPATCH: [perl #134405] Compiler warnings in blead
2019-09-03 Karl WilliamsonImprove grammar in pod
2019-09-03 Karl Williamsonsv.c: Note that some SV flags are documented
2019-09-03 Karl Williamsonperlapi: Fix pod for perl_clone()
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-09-02 PaliImplement sv_utf8_downgrade_nomg
2019-07-31 Hugo van der Sanden[perl #134172] Avoid multiple checks of IN_LC(LC_NUMERIC)
2019-07-31 Hugo van der Sanden[perl #134172] restrict scope of locale changes during...
2019-07-10 David Mitchellavoid SEGV with uninit warning with multideref
2019-06-13 Tony Cook(perl #134035) ensure sv_gets() handles a signal handle...
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-06-03 Hugo van der Sanden[#134008] More carefully ignore negative precision...
2019-05-29 PaliMake sv_mortalcopy_flags() public
2019-05-03 Yves Ortonadd "see also" reference to newRV_inc and newRV_noinc...
2019-04-12 Karl Williamsonsv.c: Silence some warnings
2019-04-12 Karl Williamsonsv.c: Silence some MS VC warnings
2019-03-21 Karl WilliamsonGeneralize macro and move to handy.h
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-02-24 PaliAdd newSVsv_nomg() macro which is like newSVsv() but...
2019-02-19 David MitchellPERL_GLOBAL_STRUCT: remove static var from sv.c
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2019-02-05 Karl Williamsonsv_utf8_upgrade_flags_grow(): Alloc extra byte if empty
2019-01-29 James E KeenanIf comparison is always true, while (1) should suffice.
2019-01-04 Karl Williamsonperlapi: Fix improper formal param name
2018-12-12 Tomasz KonojackiS_uiv_2buf: faster integer stringification algorithm
2018-11-26 James E KeenanEliminate empty conditional branch
2018-11-21 Tomasz Konojackioptimize IV -> UV conversions
2018-10-11 Dagfinn Ilmari Man... Remove obsolete mention of a fifth arena type
2018-10-11 Dagfinn Ilmari Man... Minor POD cleanups in sv.c
2018-08-20 Karl WilliamsonMake sv_setsv_flags accept an inversion list src
2018-08-05 Karl Williamsonperlapi: Fix up SV handling pod
next