This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document my_setenv()
[perl5.git] / sv.c
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
2018-08-05 Karl Williamsonperlapi: Clarify sv_insert()
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-07-02 Karl WilliamsonFix to compile under -DNO_LOCALE
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-16 Karl WilliamsonDon't include interpreter variable unless used
2018-03-14 Karl WilliamsonMake Unicode data structures global
2018-03-02 Karl WilliamsonSilence wrong clang warnings
2018-02-28 Daniel Draganremove unused var in sv_eq_flags
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonUse proper #define to see if need PLnumeric underlying_obj
2018-01-31 Karl WilliamsonAvoid changing locale when finding radix char
2018-01-31 Karl WilliamsonPerl_sv_2pv_flags: Potentially avoid work
2018-01-31 Karl WilliamsonKeep PL_numeric_radix_sv always set
2018-01-31 Karl Williamsonsv_vcatpvfn_flags() Balance LC_NUMERIC changes/restores
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2018-01-31 Karl WilliamsonCache locale UTF8-ness lookups
2018-01-31 Karl WilliamsonAvoid some unnecessary changing of locales
2018-01-19 Karl WilliamsonnewSVpvn(): Fix pod
2018-01-19 Zeframfix F0convert() on edge cases
2018-01-16 Dagfinn Ilmari Man... Fix stray > in L<perlapi/sv_usepvn_flags>
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-23 Zeframnarrow scope of argsv in sv_vcatpvfn_flags()
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-14 Zeframmake exec keep its argument list more reliably
2017-12-12 Karl Williamsonsv.c: White-space only
2017-12-12 Karl Williamsonutf8_upgrade_flags_grow(): Use faster variant count
2017-12-09 Karl WilliamsonAllow %j on non-C99 platforms
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframuse blk_loop format for CXt_GIVEN
2017-11-29 Jarkko Hietaniemiassert() that the vlnz is not NULL before using it.
2017-11-25 Karl Williamsonsv_utf8_decode: Reverse order of tests for speed
2017-11-13 Zeframavoid redundant initialisation around Newxz()
2017-11-13 Zeframduplicate full index for SAVEt_AELEM
2017-11-10 Karl Williamsonsv.c: Fix typo in comment
2017-11-09 Karl WilliamsonChange name of locale per-interpreter variable
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-22 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-21 Dagfinn Ilmari Man... Fix sv_vcatpvfn %s with precision on non-NUL-terminated...
2017-10-21 Aaron Cranesv.c: simplify cpp conditionals
2017-10-21 Aaron CraneUse snprintf() in favour of sprintf()
2017-10-16 Nicolas RUse preprocessor check for some DEBUG_X_TEST
2017-10-13 Lukas Maiavoid gcc 7 warning about * in boolean context
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-09-10 Karl Williamsonsv.c: Use modern macro names
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-09-04 Dagfinn Ilmari Man... Add new API function sv_rvunweaken
2017-08-08 David MitchellRevert "Perl_sv_vcatpvfn_flags: skip IN_LC(LC_NUMERIC)"
2017-08-04 David Mitchellset SVs_PADTMP flag on PL_sv_zero
2017-08-04 David MitchellPVLV-as-REGEXP: avoid PVX double free
2017-08-04 David Mitchellmake utf8::upgrade() of a REGEXP a NOOP
2017-07-27 David MitchellSvTRUE(): inline ROK, outline NOK
2017-07-27 David MitchellMake immortal SVs contiguous
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David Mitchellsv_2bool_flags(): assume ROK implies SvRV
2017-07-27 David Mitchelladd PL_sv_zero
2017-06-27 David MitchellPERL_SNPRINTF_CHECK(): off by 1 error
2017-06-08 Karl Williamsonsv.c: Refactor slightly to avoid a goto
2017-06-08 Karl Williamsonsv.c: Convert to use is_utf8_invariant_string_loc
2017-06-08 Karl Williamsonsv.c: Clarify some comments
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: rename a label
2017-06-07 David Mitchellsv_vcatpvfn_flags and wrappers: s/svmax/sv_count/
next