doc f7abe7
[p5sagit/p5-mst-13.2.git] / global.sym
2010-06-05 Karl Williamson Change name of ibcmp to foldEQ
2010-06-03 Vincent Pit Make pp_reverse fetch the lexical $_ from the correct pad
2010-05-24 Nicholas Clark Abstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas Clark Convert Perl_sv_dup_inc() from a macro to a real function.
2010-05-21 Nicholas Clark Make HvFILL() count the allocated buckets, instead...
2010-05-21 David Mitchell make overload respect get magic
2010-05-08 David Mitchell add flags arg to sv_2nv (as sv_2nv_flags)
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-26 Rafael Garcia-Suarez regen header after last patches
2010-04-23 Zefram SV-based interfaces for dieing and warning
2010-02-20 Steve Hay Regen headers after previous patches
2010-02-14 Nicholas Clark Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Eric Brine Removes 32-bit limit on substr arguments. The full...
2010-01-14 David Golden Omnibus strict and lax version parsing
2009-12-13 Rafael Garcia-Suarez Make new is_utf8_X_* functions public
2009-11-15 Zefram lexer API
2009-11-08 Zefram Bareword sub lookups
2009-11-06 Steve Hay Partially fix Win32 link following commit 88e1f1a
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
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-09-13 Rafael Garcia-Suarez Remove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-08 Nicholas Clark Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-07-25 Vincent Pit Introduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent Pit Introduce save_aelem_flags()
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 Explictly export Perl_mro_meta_init() so that HvMROMETA...
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-20 Steve Peters It looks like the previous patch is working fine on...
2008-12-19 Steve Peters Subject: PATCH 5.10 documentation
2008-11-30 Nicholas Clark Convert all the scope save functions of the form
2008-11-26 Nicholas Clark Perl_cv_ckproto() is not part of the public API, and...
2008-11-13 Chip Salzenberg Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-10-25 Nicholas Clark Update copyright year in embed.pl, and everything that...
2008-05-21 Nicholas Clark Add 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 Clark Eliminate cop_label from struct cop by storing a label...
2008-03-31 Vincent Pit Double magic with substr
2008-01-28 Steven Schubiger util.c: some consting
2008-01-10 Ævar Arnfjörð Bjar... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-05 Nicholas Clark BER is all very well, but it turns out that it's better...
2008-01-04 Nicholas Clark Re-implement the SvOOK() hack to store the offset as...
2008-01-04 Steve Hay Run regen.pl (fixes build on Win32, at least)
2008-01-02 Nicholas Clark Silly Nick - change 32804 missed updating the list...
2007-12-20 Steve Peters Regen some files...
2007-11-08 Jerry D. Hedden Bug fix for storing shared objects in shared structures
2007-09-25 Dave Mitchell make PERL_SYS_INIT/INIT3/TERM into functions
2007-09-20 Nicholas Clark Add a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas Clark Change 31919 forgot to add Perl_hv_common to global.sym
2007-09-18 Steve Hay Change #31889 forgot to regen global.sym
2007-09-12 Nicholas Clark mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can...
2007-07-07 Rafael Garcia-Suarez Make Perl_find_runcv a member of the public API
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-03 Steve Hay Fix breakages caused by #31130:
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon Black Fix mro docs.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-03-23 Matthijs van Duin symbol-exports needed for Data::Alias
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-12 Nicholas Clark With the demise of ByteLoader in blead, unshare_hek...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-10 Andy Dougherty signbit detection (was [perl #39875] -0.0 loses signedn...
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-17 Nicholas Clark Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-12 Dave Mitchell fix PL_parser_dup symbol (again)
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-12-04 Rafael Garcia-Suarez Actually submit previous change.
2006-12-01 Yves Orton Continue split of perl internal regexp structures from...
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-07-16 Dave Mitchell run regen_headerds
2006-07-10 Steve Peters Add Russ Allbery's public domain implementations of...
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-05-22 Steve Hay Fix Win32 linker error
2006-05-21 Steve Peters Add Perl_PerlIO_context_layers() to the public API...
2006-05-20 Nicholas Clark Abolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-03 SADAHIRO Tomoyuki Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-16 Jan Dubois remove some cruft from makedef.pl
2006-04-16 Nicholas Clark Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-04-14 Nicholas Clark Mark new_warnings_bitfield as XE, and add it to __DATA_...
next