This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: add sv_setpv_bufsize() and SvPVCLEAR()
[perl5.git] / embed.h
2016-10-19 Yves Ortonsv.c: add sv_setpv_bufsize() and SvPVCLEAR()
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8.c: Extract some code into 2 functions
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-13 Karl Williamsonutf8.c: Consolidate duplicate error msg text
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-18 Karl WilliamsonAdd is_utf8_valid_partial_char_flags()
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl Williamsonutf8.c: Extract duplicate code to common fcn
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-01 Karl WilliamsonAdd is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-05 Father ChrysostomosRationalise gv.c:gv_magicalize
2016-08-04 Father Chrysostomosgv.c:require_tie_mod: Accept pvn params
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellmake op.c:S_alloc_LOGOP() non-static
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Karl Williamsonlocale.c: Add some DEBUG statements
2016-07-20 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-16 Karl WilliamsonFix -Dr output regression
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-22 Karl WilliamsonPrepare for Unicode 9.0
2016-05-24 Karl Williamsonmv function from locale.c to mathoms.c
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-13 Karl WilliamsonUse memmem() if available on the platform for Perl_ninstr()
2016-05-13 Karl WilliamsonMake two functions for 5.005 backcompat MATHOMS
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
2016-05-09 Karl WilliamsonReinstate "Make instr() a macro"
2016-04-08 Karl WilliamsonRevert "Make instr() a macro"
2016-04-05 Matthew HorsfallGet -Accflags=-DPERL_MEM_LOG compiling again
2016-03-18 Karl WilliamsonMake instr() a macro
2016-03-13 Yves Ortonfixup definitions and usage of new re debugging subs
2016-03-13 Yves OrtonRework diagnostics in the regex engine
2016-03-06 Lukas Maimake building without memcpy work (RT #127619)
2016-03-01 Karl Williamsonembed.fnc: Fcn should have been within an #ifdef
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-02-28 Karl Williamsonregcomp.c: Add new static inline convenience function
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-19 Karl WilliamsonRevamp -Dr handling of /[...]/
2016-02-19 Karl WilliamsonAdd a parameter to a static function
2016-02-19 Karl WilliamsonChange private function to static
2016-02-19 Karl Williamsonregcomp.c, toke.c: swap functions being inline static
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-11 Karl Williamsonregcomp.c: Extract duped code into one fcn
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-10 Karl Williamsonregcomp.c: Add code to compute edit distance (Damerau...
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David MitchellPUSHEVAL: make retop a parameter
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_return() use leave_adjust_stacks()
2016-02-03 David Mitchellmake pp_leavesublv use S_leavesub_adjust_stacks()
2016-02-03 David Mitchellrename S_doeval() to S_doeval_compile()
2016-02-03 David Mitchellsimplify S_leave_common() and callers
2016-02-03 David Mitchellrename S_dopoptogiven() to S_dopoptogivenfor()
2016-02-03 David Mitchelladd Perl_clear_defarray()
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-08 Karl Williamsonregexec.c: Add a parameter to a static function
2015-12-18 Karl WilliamsonOptimize some qr/[...]/ classes
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-11-09 Tony Cookmake sv_ref() part of the API
2015-11-01 Jarkko HietaniemiWorkaround for perl #124212: these functions are not...
2015-10-11 Karl Williamsonregcomp.c: Fold only use of static function into its...
2015-10-11 Karl Williamsonregcomp.c: Split function into two functions
2015-09-29 Father ChrysostomosRemove find_rundefsv2
2015-09-08 Karl WilliamsonAdd code for debugging locale initialization
2015-08-24 Karl Williamsonregcomp.c: Add a parameter to static function
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Karl Williamsonembed.fnc: Change _warn_problematic_locale() function...
2015-02-26 Tony Cook[perl #123202] speed up scalar //g against tainted...
2015-02-20 Karl Williamsonpp_pack.c: Silence compiler warning
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: store the nan payload error in an optional SV
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
next