move JMPENV_JUMP to die_where and mark it as "noreturn"
[p5sagit/p5-mst-13.2.git] / proto.h
2009-11-06 Gerard Goossen move JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-05 Jesse Vincent regen generated files changed by the previous patch...
2009-11-01 Nicholas Clark Remove Perl_pmflag() from the public API, and mark...
2009-11-01 Gerard Goossen Use of SV* instead of message, msglen, utf8 to contain...
2009-10-22 Ben Morrow RT#69616: regexp SVs lose regexpness in assignment
2009-10-21 Nicholas Clark Remove the PERLIO * argument to S_filter_gets(), as...
2009-10-20 Nicholas Clark Pull out filter setup code from S_swallow_bom() into...
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-10-18 Nicholas Clark Merge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas Clark Generate prototypes for utf16_textfilter and utf16rev_t...
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Nicholas Clark Migrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas Clark Replace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas Clark Move the code related to deprecate("comma-less variable...
2009-10-13 Nicholas Clark Use deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark deprecate_old() is not public, and only used within...
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-14 Nicholas Clark Fix the build for -Dmad - f0e3f042f14b829f missed a...
2009-09-13 Rafael Garcia-Suarez Remove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-30 Chip Salzenberg finish implementing -DB vs. -Dx
2009-08-27 Vincent Pit Speed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pit delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2009-08-26 Vincent Pit Don't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Rafael Garcia-Suarez Use less constness in MAD code
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-13 Vincent Pit Perl_die_nocontext() is also called with NULL from...
2009-08-08 Nicholas Clark Merge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas Clark Perl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas Clark Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-06 Rafael Garcia-Suarez Make gv_IOadd accept a NULL argument
2009-07-29 Vincent Pit Merge branch 'deletelocal' into blead
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
2009-07-25 Vincent Pit Introduce "delete local"
2009-07-25 Vincent Pit Introduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent Pit Introduce save_aelem_flags()
2009-07-08 Rafael Garcia-Suarez Modify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia-Suarez Add a parameter "destructing" to Gv_AMupdate()
2009-06-22 Nicholas Clark Instead of a const char *, pass a HEK * to anonymise_cv().
2009-06-21 Rafael Garcia-Suarez Regenerate headers
2009-06-21 Rafael Garcia-Suarez Regenerate headers and fix compilation with threads...
2009-06-16 Rafael Garcia-Suarez Implement new regex escape \N
2009-05-21 Nicholas Clark Merge Perl_magic_setisa() and Perl_magic_clearisa(...
2009-05-20 Nicholas Clark Merge the bulk of Perl_magic_clearsig() into Perl_magic...
2009-05-18 Nicholas Clark Add S_sv_dup_inc_multiple(), used in place of loops...
2009-05-12 Nicholas Clark Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-03-29 Nicholas Clark Change Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-29 Nicholas Clark In Perl_newCONSTSUB(), sv should not be NULL.
2009-03-28 Nicholas Clark In Perl_sv_setsv_cow(), dstr can be NULL.
2009-02-22 Nicholas Clark For S_incpush(), dir is never NULL, and len is always...
2009-02-22 Nicholas Clark Optimise S_incpush() by avoiding repeatedly copying...
2009-02-22 Nicholas Clark Unwind the implicit loop in S_init_perllib(), by writin...
2009-02-17 Nicholas Clark Pass the length of the string to S_incpush_use_sep...
2009-02-15 Nicholas Clark Ensure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas Clark Loop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas Clark Refactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas Clark Refactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas Clark For -I, need to also unshift version and architecture...
2009-01-23 Nicholas Clark suidperl goes.
2009-01-21 Nicholas Clark Update the documentation of get_sv() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_av() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_hv() to note that it...
2009-01-05 Rafael Garcia-Suarez Emit less PERL_ARGS_ASSERT_* macros
2009-01-03 Nicholas Clark Changing get_isa_hash() to static means that it needs...
2009-01-03 Nicholas Clark get_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-02 Rafael Garcia-Suarez Bump coopyright year in embed.pl and various files...
2009-01-02 karl williamson Faster sv_utf8_upgrade()
2008-12-28 Vincent Pit Add save_adelete()/SAVEADELETE() to save on the stack...
2008-12-27 Nicholas Clark Break out the set-the-MRO logic from the XS_mro_set_mro...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas Clark Add Perl_mro_register() to register Method Resolution...
2008-12-27 Nicholas Clark Repurpose struct mro_meta to allow it to store cached...
2008-12-27 Rafael Garcia-Suarez Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc
2008-12-26 Rafael Garcia-Suarez Regen docs and headers
2008-12-26 Rafael Garcia-Suarez Better fix for bug #6665
2008-12-20 Steve Peters It looks like the previous patch is working fine on...
2008-12-19 Steve Peters Subject: PATCH 5.10 documentation
2008-12-02 Steve Hay Silence a compiler warning introduced by 34963
2008-12-01 Nicholas Clark Convention seems to be that static definitions are...
2008-12-01 Jerry D. Hedden Eliminate setenv_getix()
2008-12-01 Nicholas Clark Add S_save_pushptri32ptr() and use it to re-implement...
2008-12-01 Nicholas Clark Move the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas Clark Expose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Nicholas Clark Expose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas Clark Refactor all of the code of the form
2008-11-30 Nicholas Clark Refactor all of the code of the form
2008-11-30 Nicholas Clark Convert all the scope save functions of the form
2008-11-27 Nicholas Clark S_mro_get_linear_isa_*() should have an *un*signed...
2008-11-27 Nicholas Clark av_fake() isn't in the public API, and isn't used anywh...
2008-11-26 Nicholas Clark ywarn() is actually only used inside toke.c, so it...
2008-11-26 Nicholas Clark setenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas Clark sv_add_arena() is now only called from sv.c, so it...
2008-11-26 Nicholas Clark Perl_oopsCV() is not part of the public API, not used...
2008-11-26 Nicholas Clark rxres_free() and rxres_restore() are only used in pp_ct...
2008-11-26 Nicholas Clark pmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clark pidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas Clark Merge S_is_gv_magical() into Perl_is_gv_magical_sv().
next