This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Change generated file comment
[perl5.git] / proto.h
2012-02-01 Zeframreally allow pad_findmy's retval to be ignored
2012-02-01 Father ChrysostomosAllow pad_findmy’s retval to be ignored
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-24 Father ChrysostomosMove amagic hint checking to new function
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2012-01-19 Karl Williamsonregcomp.c: Change variable meaning and hence name
2012-01-19 Karl Williamsonregcomp.c: Refactor join_exact() to eliminate extra...
2012-01-19 Karl Williamsonregcomp.c: Change param to join_exact()
2012-01-13 Karl Williamsonregexec.c: Allow for returning shared swash
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_contents() to compactly dump...
2012-01-13 Karl Williamsonutf8.c: Add ability to pass inversion list to _core_swa...
2012-01-13 Karl Williamsonutf8.c: Add flag to swash_init() to not croak on error
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_populate_swatch()
2012-01-13 Karl Williamsonregcomp.c: Add invlist_search()
2012-01-13 Karl Williamsonutf8.c: New function to retrieve non-copy of swash
2012-01-13 Karl Williamsonembed.fnc: swash_init() return value should not be...
2012-01-13 Karl Williamsonutf8.c: Change name of static function
2012-01-08 Karl Williamsonneed backwards-compatile to_utf8_foo()
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-15 Karl Williamsonutf8.c: Change prototypes of two functions
2011-12-15 Karl Williamsonutf8.c: Allow Changed behavior of utf8 under locale
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
2011-12-04 Nicholas ClarkBreak the -v code out from Perl_moreswitches() into...
2011-12-04 Nicholas ClarkRefactor S_usage() to take 0 parameters and exit direct...
2011-12-03 Carl HayterMake sitecustomize relocatableinc aware
2011-11-24 Father Chrysostomos‘Inline’ S_sv_unglob
2011-11-24 Father ChrysostomosMake assignment over glob copies much faster
2011-11-22 Father ChrysostomosPut sub redef warnings in one place
2011-11-22 Father ChrysostomosMake const redef warnings default in newXS
2011-11-20 Father ChrysostomosAdd newXS_len_flags
2011-11-20 Father ChrysostomosAdd len flag to newCONSTSUB_flags
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-11 Karl Williamsonembed.fnc: Make _to_upper_title_latin1() avail to pp.c
2011-11-09 Karl Williamsonutf8.c: Faster latin1 folding
2011-11-09 Karl Williamsonutf8.c: Faster latin1 upper/title casing
2011-11-09 Karl Williamsonutf8.c: Refactor to_uni_lower()
2011-11-05 Father ChrysostomosPerl_hv_kill_backrefs is also used in scope.c
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-23 Jim Meyeringdon't segfault given string repeat count larger than...
2011-10-17 David Mitchellsimplify op_dump() / -Dx sequencing
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Father ChrysostomosRestore whichsig to the list in perlapi
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Father ChrysostomosOust cv_ckproto_len
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Fraseruniversal.c: sv_does() UTF8 cleanup.
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-10-06 Brian Fraseruniversal.c: ->isa, sv_derived_from UTF8 cleanup.
2011-10-06 Brian FraserAdd a sv_sethek() function to sv.c
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Father ChrysostomosRestore newGVgen to perlapi.pod
2011-10-06 Brian Frasergv.c: newGVgen_flags and a flags parameter for gv_get_s...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Father ChrysostomosRestore gv_autoload4 to perlapi.pod
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth_autoload to perlapi.pod
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth to perlapi
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Father ChrysostomosDocument gv_init*
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl Williamsonregcomp.c: Add invlist_invert_prop()
2011-09-21 Father Chrysostomos[perl #93590] $tainted ~~ [...] failing
2011-09-05 Gerard GoossenMove non-constant folding parts of fold_constants into...
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-25 Father ChrysostomosMove coresub op-creation from gv.c to op.c
2011-08-25 Father ChrysostomosAdd find_rundefsv2 function
2011-08-25 Gerard GoossenMove making inplace sort and reverse away from the...
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-08-14 Father ChrysostomosMake core_prototype provide the op number as well
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-08-08 Gerard GoossenMove aassign common var detection to a separate function.
2011-08-02 Father ChrysostomosRemove Perl_mod
2011-07-28 Gerard GoossenAdd finalize_optree function which can take over all...
2011-07-26 Father Chrysostomoscore_prototype: Remove special cases for lock and tie
2011-07-26 Father ChrysostomosAdd core_prototype; make pp_prototype use it
2011-07-24 Nicholas ClarkPerl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
2011-07-24 Nicholas Clarkdo_exec needs no compatibility version in mathoms.c...
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-14 Nicholas ClarkMake prototypes and declarations for Perl_pad_add_name_...
2011-07-13 Brian FraserAdded a flags parameter to pad_findlex.
2011-07-13 ZeframAPIify pad functions
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-07-03 Karl WilliamsonRestrict some inversion list functions
next