This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert Env's tests to Test::More
[perl5.git] / global.sym
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2010-12-12 Zeframrecursive-descent expression parsing
2010-11-30 Florian RagwitzAdd mg_findext
2010-11-30 Florian RagwitzAdd sv_unmagicext
2010-11-28 Karl WilliamsonAdd Perl_foldEQ_latin1()
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-24 Nicholas ClarkExplicitly export Perl_sv_compile_2op_is_broken(),...
2010-11-21 Father Chrysostomoshv_undef .= _flags
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-08 Karl Williamsonutf8.c: Add function to create inversion of swash
2010-11-03 Nicholas ClarkAdd Perl_amagic_deref_call() to implement the bulk...
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframremove redundant lex_end
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-08 Nicholas ClarkConvert the implementation of XS_APIVERSION_BOOTCHECK...
2010-10-07 Nicholas ClarkConvert the implementation of XS_VERSION_BOOTCHECK...
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-04 Zeframadd stray save_* functions to the API
2010-09-30 Nicholas ClarkSort embed.fnc by CPP macro and then function name...
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-22 Andy DoughertyRun perl regen.pl after removing regcurly from embed...
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-07 Ben Morrowmake regen.
2010-09-06 Rafael Garcia-SuarezRegenerate headers after last patch
2010-08-29 Yves Ortonadd sv_reftype_len() and make sv_reftype() be a wrapper...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-21 Nicholas ClarkMake HvFILL() count the allocated buckets, instead...
2010-05-21 David Mitchellmake overload respect get magic
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Rafael Garcia-Suarezregen header after last patches
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-02-20 Steve HayRegen headers after previous patches
2010-02-14 Nicholas ClarkConvert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-12-13 Rafael Garcia-SuarezMake new is_utf8_X_* functions public
2009-11-15 Zeframlexer API
2009-11-08 ZeframBareword sub lookups
2009-11-06 Steve HayPartially fix Win32 link following commit 88e1f1a
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-09-13 Rafael Garcia-SuarezRemove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-07-25 Vincent PitIntroduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent PitIntroduce save_aelem_flags()
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
2008-12-27 Nicholas ClarkBreak out the set-the-MRO logic from the XS_mro_set_mro...
2008-12-27 Nicholas ClarkExplictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-12-27 Rafael Garcia-SuarezRemove "b" flag for sv_utf8_upgrade_nomg in embed.fnc
2008-12-26 Rafael Garcia-SuarezRegen docs and headers
2008-12-20 Steve PetersIt looks like the previous patch is working fine on...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-26 Nicholas ClarkPerl_cv_ckproto() is not part of the public API, and...
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-10-25 Nicholas ClarkUpdate copyright year in embed.pl, and everything that...
2008-05-21 Nicholas ClarkAdd Perl_croak_xs_usage(), which reduces a lot of expli...
2008-04-17 Nicholas Clark/* This code tries to figure out just what went wrong...
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-03-31 Vincent PitDouble magic with substr
2008-01-28 Steven Schubigerutil.c: some consting
2008-01-10 Ævar Arnfjörð Bjar... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-04 Steve HayRun regen.pl (fixes build on Win32, at least)
2008-01-02 Nicholas ClarkSilly Nick - change 32804 missed updating the list...
2007-12-20 Steve PetersRegen some files...
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
next