This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get rid of PERL_DECL_PROT
[perl5.git] / global.sym
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
2007-09-25 Dave Mitchellmake PERL_SYS_INIT/INIT3/TERM into functions
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas ClarkChange 31919 forgot to add Perl_hv_common to global.sym
2007-09-18 Steve HayChange #31889 forgot to regen global.sym
2007-09-12 Nicholas Clarkmro_get_linear_isa_dfs and mro_get_linear_isa_c3 can...
2007-07-07 Rafael Garcia-SuarezMake 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 Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-03 Steve HayFix breakages caused by #31130:
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon BlackFix mro docs.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-03-23 Matthijs van Duinsymbol-exports needed for Data::Alias
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-12 Nicholas ClarkWith the demise of ByteLoader in blead, unshare_hek...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-17 Nicholas ClarkMissed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-10 Andy Doughertysignbit detection (was [perl #39875] -0.0 loses signedn...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-17 Nicholas ClarkMake PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-12 Dave Mitchellfix PL_parser_dup symbol (again)
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-04 Rafael Garcia-SuarezActually submit previous change.
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-07-16 Dave Mitchellrun regen_headerds
2006-07-10 Steve PetersAdd Russ Allbery's public domain implementations of...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-06-12 chromaticAdd the new method UNIVERSAL::DOES() and the API functi...
2006-05-22 Steve HayFix Win32 linker error
2006-05-21 Steve PetersAdd Perl_PerlIO_context_layers() to the public API...
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-03 SADAHIRO TomoyukiRe: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-16 Jan Duboisremove some cruft from makedef.pl
next