| Commit message (Expand) | Author | Age | Files | Lines |
* | regex engine - replace many attribute arrays with one | Yves Orton | 2022-08-06 | 1 | -4/+1 |
* | globvar.sym - sort PL_reg* | Yves Orton | 2022-08-03 | 1 | -2/+2 |
* | regex engine - Rename PL_reg_name to PL_regnode_name | Yves Orton | 2022-08-03 | 1 | -1/+1 |
* | regex engine - Rename PL_reg_off_by_arg to PL_regnode_off_by_arg | Yves Orton | 2022-08-03 | 1 | -1/+1 |
* | regex engine - Rename PL_regkind to PL_regnode_kind | Yves Orton | 2022-08-03 | 1 | -1/+1 |
* | regex engine - Rename PL_regargvaries to PL_regnode_arg_len_varies | Yves Orton | 2022-08-03 | 1 | -1/+1 |
* | regex engine - Rename PL_regarglen to PL_regnode_arg_len | Yves Orton | 2022-08-03 | 1 | -1/+1 |
* | regen/regcomp.pl - add PL_regargvaries | Yves Orton | 2022-08-03 | 1 | -0/+1 |
* | regex engine - Rename reg_off_by_arg to PL_reg_off_by_arg | Yves Orton | 2022-08-03 | 1 | -0/+1 |
* | regen/regcomp.pl - Make regarglen available as PL_regarglen in regexec.c | Yves Orton | 2022-08-03 | 1 | -0/+1 |
* | Make fc(), qr//i thread-safe on participating platforms | Karl Williamson | 2022-06-11 | 1 | -1/+0 |
* | Add 64bit single-1bit_pos() | Karl Williamson | 2021-07-30 | 1 | -0/+1 |
* | Create and use single_1bit_pos32() | Karl Williamson | 2021-07-30 | 1 | -0/+1 |
* | regnodes.h: Add two convenience bit masks | Karl Williamson | 2020-10-16 | 1 | -0/+2 |
* | Remove PERL_GLOBAL_STRUCT | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -1/+0 |
* | Remove PL_freq | Karl Williamson | 2020-07-17 | 1 | -1/+0 |
* | utf8.c: Make global a warning msg text | Karl Williamson | 2020-01-23 | 1 | -0/+1 |
* | Revert "Move PL_check to the interp vars to fix threading issues" | Tony Cook | 2019-12-16 | 1 | -0/+1 |
* | Move PL_check to the interp vars to fix threading issues | Stefan Seifert | 2019-12-12 | 1 | -1/+0 |
* | foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATE | David Mitchell | 2019-02-19 | 1 | -0/+9 |
* | regen/warnings.pl: Fix undefined C behavior | Karl Williamson | 2019-01-05 | 1 | -0/+2 |
* | Make new EBCDIC tables global. | Craig A. Berry | 2018-07-08 | 1 | -0/+3 |
* | add PL_sv_zero | David Mitchell | 2017-07-27 | 1 | -0/+1 |
* | PERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOES | David Mitchell | 2017-03-17 | 1 | -0/+1 |
* | Slightly shorten most regex patterns | Karl Williamson | 2015-09-08 | 1 | -0/+1 |
* | infnan: new logic for NV_INF and NV_NAN | Jarkko Hietaniemi | 2015-06-12 | 1 | -0/+2 |
* | globvar.sym: include PL_ prefix in names | David Mitchell | 2014-09-22 | 1 | -74/+74 |
* | Automate processing of op_private flags | David Mitchell | 2014-09-10 | 1 | -0/+5 |
* | 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 |