This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexes: make scanning for ANYOF faster
[perl5.git] / proto.h
2016-12-14 Karl Williamsonembed.fnc: Mark some functions as pure
2016-12-14 Karl Williamsonembed.fnc: Remove pure declaration for fcns that deal...
2016-12-14 Karl Williamsonembed.fnc: Remove pure function flag for static functions
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-22 Karl Williamsonembed.fnc: Remove inappropriate pure attributes
2016-11-22 Andy LesterMake (P)ure funcs in embed.fnc imply (R)eturn must...
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
2016-11-03 Andy LesterMake toke.c:S_lop's x arg a U8 to match PL_expect
2016-11-02 Karl WilliamsonFix wrong UTF-8 overflow error on 32-bit platforms
2016-10-20 Karl Williamsonutf8n_to_uvchr(): Reduce chances of reading beyond...
2016-10-19 Yves Ortonmake regen and args assert fix
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-10-19 Karl WilliamsonAdd a regex_sets debugging function
2016-10-19 Yves Ortonregexec.c: in debug fixup indents and TRIE/BUFFER debug...
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 Williamsonutf8n_to_uvchr(): Make a parameter const
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-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
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-20 Karl Williamsonutf8.c: Fix bug in new _is_utf8_char_helper() function
2016-09-18 Karl Williamsoninline.h: Add 'const's; avoid hiding outer variable
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 Williamsonis_utf8_string() is now a pure function
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonInline is_utf8_string() and is_utf8_stringloclen()
2016-09-01 Karl WilliamsonInline utf8_distance(), utf8_hop()
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl Williamsonis_utf8_invariant_string is pure
2016-09-01 Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
2016-09-01 Karl Williamsonis_utf8_string_loc() param should not be NULL
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-12 Father Chrysostomosgv.c:require_tie_mod: Make var name a char param
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-04 David Mitchellremove most 'a' flags from embed.fnc
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-08-01 Father Chrysostomos[perl #128740] Check for null in pp_ghostent et al.
2016-07-20 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-16 Karl Williamsonregcomp.c: Reimplement add_range_to_invlist()
2016-07-16 Karl WilliamsonFix -Dr output regression
2016-07-16 Karl WilliamsonSSize_t instead of IV
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-07-07 David Mitchellundeprecate hv_bucket_ratio()
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
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-06-22 Karl Williamsonregexec.c: Add a const to a function parameter
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-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
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-28 Daniel Dragansilence warnings in inline.h on Win64 VC build
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-18 Karl WilliamsonMake instr() a macro
2016-03-15 David Mitchellharmonize S_dump_exec_pos()'s last arg type
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-06 Lukas Maiutil.c: make my_mem*/my_b* prototypes more like the...
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 variable names, white-space
2016-02-28 Karl Williamsonregcomp.c: Change name of static function
2016-02-24 Karl WilliamsonUse less memory in compiling regexes
2016-02-24 Karl Williamsonregcomp.c: Guard against corrupting inversion list SV
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 Mitchellmake gimme consistently U8
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
next