This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use 'was' not 'is' to describe fixed regressions
[perl5.git] / proto.h
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-19 Nicholas ClarkIn Perl_re_op_compile(), tidy up after removing setjmp().
2013-03-19 Nicholas ClarkIn S_regclass(), create listsv as a mortal, claiming...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...
2013-02-26 Nicholas ClarkPass the current and desired hash sizes to S_hsplit().
2013-02-08 Karl WilliamsonAdd av_tindex() synonym for av_top_index()
2013-02-08 Karl WilliamsonInline av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-02-04 Karl WilliamsonIncorporate code review feedback for (?[])
2013-02-04 Karl Williamsonregcomp.c: Extract code into function
2013-01-29 bulk88 (via RT)hv.c: add some NULL check removal
2013-01-25 Andy DoughertyCorrect variable names in embed.fnc for hv_free_ent...
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-15 Steve HaySilence a MSVC++-specific warning
2013-01-14 Steve HaySilence a couple of warnings
2013-01-14 Karl WilliamsonAdd warnings for "\08", /\017/
2013-01-13 Karl WilliamsonCreate deprecated fncs to replace to-be-removed macros
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2013-01-11 Karl Williamsonregcomp.c: Add capability for regclass() to return...
2013-01-11 Karl Williamsonregcomp.c: Add capability for strict [:posix:]
2013-01-11 Karl Williamsonregcomp.c: Add function to skip pattern white space
2013-01-11 Karl Williamsonregcomp.c: Add parameter to regclass()
2013-01-11 Karl Williamsonregcomp.c: Add parameter to regclass()
2013-01-11 Karl Williamsongrok_bslash_[ox]: Add param to silence non-portable...
2013-01-11 Karl WilliamsonAdd optional strict mode to grok_bslash_[xo]
2013-01-11 Karl WilliamsonRevise calling sequences for grok_bslash_[xo]
2013-01-11 Karl Williamsonregcomp.c: Use a parameter to simplify some code
2013-01-07 Karl Williamsonembed.fnc: Properly declare fcn inline
2012-12-28 Karl Williamsonregcomp.c: Don't iterate while changing an inversion...
2012-12-25 David MitchellEliminate RF_tainted flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_utf8 flag from PL_reg_flags
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonDeprecate all is_(uni|utf8)_foo function uses
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-22 Karl Williamsonutf8.c: Remove two internal now unused functions.
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-12-22 Karl WilliamsonAdd generic _is_(uni|utf8)_FOO() function
2012-12-16 David Mitchelleliminate PL_regsize
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-11 Ruslan Zakirovhash argument is not used anymore in do_oddball
2012-12-09 Karl Williamsonregexec.c: Replace infamous if-else-if sequence by...
2012-12-09 Karl WilliamsonDeprecate some functions in utf8.c
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
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
next