This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use compiled-in inversion lists
[perl5.git] / globvar.sym
2011-10-18 Karl Williamsonregcomp.c: generate folded for EXACTF and EXACTFU
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-23 Nicholas ClarkHandle PL_sh_path better in globvar.sym and makedef.pl
2011-07-15 Nicholas ClarkAdd PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into...
2011-07-15 Nicholas ClarkSort globvar.sym lexically.
2011-06-12 Nicholas ClarkMove PL_runops_{std,dbg} to perl.h, and make them const.
2011-06-12 Nicholas ClarkMove PL_global_struct_size, PL_interp_size{,_5_16_0...
2011-06-12 Nicholas ClarkMove PL_{revision,version,subversion} to perl.h, making...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-05-22 Nicholas ClarkRestore building with -DPERL_GLOBAL_STRUCT, broken...
2011-02-19 Tony Cookexport PL_core_reg_engine so it's visible to the re...
2010-11-24 Max MaischeinAdd fold_latin1 to the list of exported variable symbol...
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-05-28 Nicholas ClarkAdd simple_bitmask and varies_bitmask to globvar.sym.
2009-11-06 Steve HayComplete the fix for Win32 link following commits 88e1f...
2008-04-04 Jan DuboisPL_bincompat_opt should be exported on AIX and Windows
2007-10-16 Nicholas ClarkPL_AMG_names is only used by gv.c (as far as Google...
2007-06-30 Abigail/p vs (?p)
2007-03-04 Nicholas ClarkIt seems that change 30451 should also have arranged...
2006-02-24 Steve PetersRevert change #27295, which I thought fixed builds...
2005-05-09 Nicholas ClarkChange 24420 should have hand updated globvar.sym to...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1998-11-17 Gurusamy Sarathys/Perl_utf8skip/PL_utf8skip/g
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...