summaryrefslogtreecommitdiff
path: root/globvar.sym
Commit message (Expand)AuthorAgeFilesLines
* regex engine - replace many attribute arrays with oneYves Orton2022-08-061-4/+1
* globvar.sym - sort PL_reg*Yves Orton2022-08-031-2/+2
* regex engine - Rename PL_reg_name to PL_regnode_nameYves Orton2022-08-031-1/+1
* regex engine - Rename PL_reg_off_by_arg to PL_regnode_off_by_argYves Orton2022-08-031-1/+1
* regex engine - Rename PL_regkind to PL_regnode_kindYves Orton2022-08-031-1/+1
* regex engine - Rename PL_regargvaries to PL_regnode_arg_len_variesYves Orton2022-08-031-1/+1
* regex engine - Rename PL_regarglen to PL_regnode_arg_lenYves Orton2022-08-031-1/+1
* regen/regcomp.pl - add PL_regargvariesYves Orton2022-08-031-0/+1
* regex engine - Rename reg_off_by_arg to PL_reg_off_by_argYves Orton2022-08-031-0/+1
* regen/regcomp.pl - Make regarglen available as PL_regarglen in regexec.cYves Orton2022-08-031-0/+1
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-1/+0
* Add 64bit single-1bit_pos()Karl Williamson2021-07-301-0/+1
* Create and use single_1bit_pos32()Karl Williamson2021-07-301-0/+1
* regnodes.h: Add two convenience bit masksKarl Williamson2020-10-161-0/+2
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-1/+0
* Remove PL_freqKarl Williamson2020-07-171-1/+0
* utf8.c: Make global a warning msg textKarl Williamson2020-01-231-0/+1
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-0/+1
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-1/+0
* foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-0/+9
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-051-0/+2
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-0/+3
* add PL_sv_zeroDavid Mitchell2017-07-271-0/+1
* PERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOESDavid Mitchell2017-03-171-0/+1
* Slightly shorten most regex patternsKarl Williamson2015-09-081-0/+1
* infnan: new logic for NV_INF and NV_NANJarkko Hietaniemi2015-06-121-0/+2
* globvar.sym: include PL_ prefix in namesDavid Mitchell2014-09-221-74/+74
* Automate processing of op_private flagsDavid Mitchell2014-09-101-0/+5
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+1
* add PL_reg_intflags_name to globvar.sym - used in debugging regex engineYves Orton2013-06-221-0/+1
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-191-1/+1
* regcomp.c: generate folded for EXACTF and EXACTFUKarl Williamson2011-10-171-0/+1
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-1/+0
* Handle PL_sh_path better in globvar.sym and makedef.plNicholas Clark2011-08-231-0/+1
* Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into globar.sym.Nicholas Clark2011-07-151-0/+6
* Sort globvar.sym lexically.Nicholas Clark2011-07-151-3/+3
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-0/+2
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-0/+3
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-0/+3
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-0/+3
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-111-0/+1
* Provide the names of the magic vtables in PL_magic_vtable_names[].Nicholas Clark2011-06-111-0/+1
* Replace PL_vtbl_* with an array PL_magic_vtables.Nicholas Clark2011-06-111-29/+1
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-1/+0
* Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735.Nicholas Clark2011-05-221-0/+1
* export PL_core_reg_engine so it's visible to the re moduleTony Cook2011-02-191-0/+1
* Add fold_latin1 to the list of exported variable symbols (unbreaking Win32+gc...Max Maischein2010-11-241-0/+1
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+1
* Add simple_bitmask and varies_bitmask to globvar.sym.Nicholas Clark2010-05-281-0/+2
* Complete the fix for Win32 link following commits 88e1f1a and 406ca27Steve Hay2009-11-061-0/+1