This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Add synonym for some macros
[perl5.git] / proto.h
2012-12-09 Karl Williamsonembed.fnc: Add missing entry
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-12-04 David Mitchellsilence some clang warnings
2012-12-04 David Mitchellmake SvREFCNT_dec() more efficient
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonRemove double underscore in internal function name
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-24 Karl WilliamsonRequest is_utf8_char_slow() be inlined
2012-11-20 Karl Williamsonutf8.c: Request function to be inline
2012-11-20 Karl Williamsonembed.fnc: Restrict access to non-public functions
2012-11-19 Father ChrysostomosRequest that regcomp.c:S_regpposixcc be inlined
2012-11-19 Father ChrysostomosStop /[.zog.]/ and /[[.zog.]]/ from leaking
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-11 Karl Williamsonembed.fnc: Allow toke.c to call core_swash_init()
2012-11-11 Karl Williamsontoke.c: Extract part of \N{} processing to new function
2012-11-09 Daniel Dragan"func not implemented" croaks optimizations in /win32/*
2012-11-01 Steve HayRemove __attribute__malloc__ from MYSWAP functions
2012-10-26 Daniel Draganoptimize memory wrap croaks, often used in MEM_WRAP_CHECK
2012-10-24 Karl Williamsonregexec.c: Remove dead code
2012-10-14 Karl Williamsonregex: Remove old code that tried to handle multi-char...
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-09 Daniel Draganhave embed.pl add PERL_CALLCONV_NO_RET to noreturn...
2012-10-09 Karl WilliamsonAllow _swash_inversion_hash() to be called in regexec.c
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-10-01 Father ChrysostomosDeprecate mg_length; make it return bytes
2012-09-26 Father ChrysostomosRestore special blocks to working order
2012-09-24 Father Chrysostomos[perl #97958] Make reset "" match its docs
2012-09-20 Father Chrysostomosop.c: Disentangle apply_attrs_my from apply_attrs
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-14 David Mitchelleliminate PL_reginput
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl WilliamsonMove 2 functions from utf8.c to regexec.c
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-04 Nicholas ClarkPerl_magic_setdbline() should clear and set read-only...
2012-09-04 Nicholas ClarkIn op.c, change S_Slab_to_rw() from an OP * parameter...
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-26 Karl WilliamsonPrepare for Unicode 6.2
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonembed.fnc: Turn null wrapper function into macro
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-08-26 Karl WilliamsonAdd caching to inversion list searches
2012-08-26 Karl WilliamsonComment out unused function
2012-08-26 Karl Williamsonregcomp.c: Move functions to inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Rename 2 functions to indicate private nature
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-02 Karl Williamsonregcomp.c: inline trivial static function
2012-08-02 Karl Williamsonregcomp.c: Revise API for static function
2012-08-02 Karl Williamsonregcomp.c: Make invlist_search() usable from re_comp.c
2012-08-02 Karl Williamsonregcomp.c: Rename static fcn to better reflect its...
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-25 Karl Williamsonregcomp.c: Add _invlist_contains_cp
2012-07-25 Karl Williamsonutf8.c: Add a get_() method to hide internal details
2012-07-25 Karl Williamsonregcomp.c: Extract some code into an inline function
2012-07-25 Karl Williamsonregcomp.c: Extract code to inline function
2012-07-25 Karl Williamsonembed.fnc: Remove duplicate entry
2012-07-25 Karl Williamsonembed.fnc: Add const to remove compiler warning
2012-07-24 Chip SalzenbergUnify code that initializes constants yes, no, and...
2012-07-19 Karl Williamsonregcomp.c: Refactor code into a function
2012-07-19 Karl Williamsonutf8.c: Create API so internals can be hidden
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-06-30 Karl Williamsonregcomp.c: Remove obsolete code
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-06-20 Karl WilliamsonRefactor \x processing to single function
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-13 David MitchellS_regcppush/pop : don't save PL_reginput
2012-06-13 David Mitchelleliminate PL_reglast(close)?paren, PL_regoffs
2012-06-13 David Mitchellmake is_bare_re bool. not int in re_op_compile
2012-06-13 David Mitchelleliminate sv_compile_2op, sv_compile_2op_is_broken
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchellre_op_compile(): split flags into two arguments
2012-06-13 David Mitchellre_op_compile(): rename pm_flags to rx_flags
2012-06-13 David Mitchell"don't recompile pattern" check: account for UTF8
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 David Mitchellchange re_op_compile() to take a list of SVs
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
next