| Commit message (Expand) | Author | Age | Files | Lines |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -0/+1 |
* | add PL_reg_intflags_name to globvar.sym - used in debugging regex engine | Yves Orton | 2013-06-22 | 1 | -0/+1 |
* | Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0. | Nicholas Clark | 2013-02-19 | 1 | -1/+1 |
* | regcomp.c: generate folded for EXACTF and EXACTFU | Karl Williamson | 2011-10-17 | 1 | -0/+1 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -1/+0 |
* | Handle PL_sh_path better in globvar.sym and makedef.pl | Nicholas Clark | 2011-08-23 | 1 | -0/+1 |
* | Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into globar.sym. | Nicholas Clark | 2011-07-15 | 1 | -0/+6 |
* | Sort globvar.sym lexically. | Nicholas Clark | 2011-07-15 | 1 | -3/+3 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -0/+2 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -0/+3 |
* | Move PL_{revision,version,subversion} to perl.h, making them const U8. | Nicholas Clark | 2011-06-12 | 1 | -0/+3 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+3 |
* | Create a lookup table for magic vtables from magic type, PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -0/+1 |
* | Provide the names of the magic vtables in PL_magic_vtable_names[]. | Nicholas Clark | 2011-06-11 | 1 | -0/+1 |
* | Replace PL_vtbl_* with an array PL_magic_vtables. | Nicholas Clark | 2011-06-11 | 1 | -29/+1 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. | Nicholas Clark | 2011-05-22 | 1 | -0/+1 |
* | export PL_core_reg_engine so it's visible to the re module | Tony Cook | 2011-02-19 | 1 | -0/+1 |
* | Add fold_latin1 to the list of exported variable symbols (unbreaking Win32+gc... | Max Maischein | 2010-11-24 | 1 | -0/+1 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -0/+1 |
* | Add simple_bitmask and varies_bitmask to globvar.sym. | Nicholas Clark | 2010-05-28 | 1 | -0/+2 |
* | Complete the fix for Win32 link following commits 88e1f1a and 406ca27 | Steve Hay | 2009-11-06 | 1 | -0/+1 |
* | PL_bincompat_opt should be exported on AIX and Windows | Jan Dubois | 2008-04-04 | 1 | -0/+1 |
* | PL_AMG_names is only used by gv.c (as far as Google code search can | Nicholas Clark | 2007-10-16 | 1 | -1/+0 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+1 |
* | It seems that change 30451 should also have arranged to export | Nicholas Clark | 2007-03-04 | 1 | -0/+1 |
* | Revert change #27295, which I thought fixed builds on Win32. | Steve Peters | 2006-02-24 | 1 | -1/+0 |
* | Change 24420 should have hand updated globvar.sym to reflect the | Nicholas Clark | 2005-05-09 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -35/+39 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+0 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -0/+1 |
* | s/Perl_utf8skip/PL_utf8skip/g | Gurusamy Sarathy | 1998-11-17 | 1 | -0/+1 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -0/+68 |