This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use more plausible argument for 'cd' in example.
[perl5.git] / sv.c
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %n: avoid wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: width/precis arg wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move vector initialisation
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing %v arg
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: warn on missing width arg
2017-06-07 David MitchellEliminate FETCH_VCATPVFN_ARGUMENT macro
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: re-indent block
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: unify %v vers obj handling
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: unify args handling
2017-06-07 David Mitchellsv_vcatpvfn() family: make svmax arg Size_t
2017-06-07 David MitchellS_expect_number(): return STRLEN not I32
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify 'c' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reduce scope of 'iv' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate 'epix' var
2017-06-07 David MitchellS_expect_number() re-indent code
2017-06-07 David Mitchellsprintf: move 1..9 test out of S_expect_number()
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: more %v optimisation
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: test for valid %vX once
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: join two if blocks
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: delay vector arg get
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate VECTORIZE_ARGS
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate ewix local var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: remove 'asterisk' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: further simplify %v logic
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate evix local var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify v/asterisk code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move %*v handling earlier
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move Inf handling for ints
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: unify int arg fetching
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move %c handling to ints
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %p and Inf/Nan
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: make 'fill' var a boolean
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: do %p specials in %p case
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move UTF8f handling code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: add %n code comment
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: make %n missing arg fatal
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: comment %n deficiency
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: skip IN_LC(LC_NUMERIC)
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: set locale at most once
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: remove redundant code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: remove "%.Ng" special-case
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: handle %.NNNg case earlier
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: use quick concat for %.0f
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify concat of f/p str
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: s/gconverts/Gconvert's/
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: tighten hexfp var scope
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: rename 'is_simple' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move pod closer
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: eliminate utf8buf[] var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reorganise loop vars
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move vars to inner scope
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: extract hex f/p code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: move some macros earlier
2017-06-07 David Mitchellremove HAS_LDBL_SPRINTF_BUG code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: better calc f/p buf size
2017-06-07 David Mitchellsprintf: handle sized int-ish formats with Inf/Nan
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: handle Inf/Nan in 1 place
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: sort PL_numeric_radix_sv
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags() split %.0f and %.Ng
2017-06-07 David MitchellS_F0convert(): remove Nan/Inf handling
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: fix arg to SNPRINTF_G()
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reduce scope of local var
2017-06-07 David Mitchelluse SvCUR(PL_numeric_radix_sv) not SvLEN()
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reindent block
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reduce scope of 'int i'
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: get rid of an (int) cast
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: calc (width - elen) once
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: avoid 1-byte buf overrun
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: avoid a potential wrap
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify an expression
2017-06-07 David Mitchellsprintf(): handle mangled formats better with utf8
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: simplify wrap checking
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reduce scope of 'gap' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reindent a block of code
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: reduce scope of 'have' var
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: split the 'need' local var
2017-06-07 Tony Cook[perl #131263] clear the UTF8 flag on a glob if it...
2017-06-05 David Mitchellsv.c: move some pod blocks
2017-06-01 Andy LesterAdd NOT_REACHED to quiet clang -Weverything warnings
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-05-31 Sawyer XBump version: 5.26.0 -> 5.27.0, including fixes
2017-05-11 David Mitchellavoid a memory wrap in sv_vcatpvfn_flags()
2017-05-08 David Mitchellavoid a memory wrap in sv_vcatpvfn_flags()
2017-04-20 Sawyer XBump version: 5.25.12 -> 5.26.0
2017-04-19 Sawyer XVersion debump: 5.26.0 -> 5.25.12
2017-02-20 Tony Cook(perl #129340) copy the source when inside the dest...
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-11 Tony Cook(perl #126203) build issues
2017-02-09 Tony Cook(perl #126203) avoid potential leaks on quadmath_snprin...
2017-01-28 Zeframcroak on sv_setpvn() on a glob
2017-01-26 Colin NewellDocumentation patch to recommend newSVpvn over newSVpv.
2017-01-04 Andy LesterRemove unnecessary pointer math.
2016-12-28 David MitchellAllow sv = &PL_sv_undef; sv_set_undef(sv) to work
2016-12-25 David Mitchellfix (*glob) = ()
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-12-05 David Mitchelloptimise Perl_sv_gets(): use memchr() for loop
2016-12-05 David Mitchellyyparse(): only check stack size in outer loop
2016-12-05 David Mitchelloptimising yyparse: replace stack_size with a ptr
2016-11-24 David Mitchelladd sv_set_undef() API function
next