summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
...
* perlapi: Remove per-thread section; move to real scnsKarl Williamson2020-11-251-5/+67
* perlapi: Move PL_dowarn to Warnings sectionKarl Williamson2020-11-251-0/+6
* perlapi: PL_runops is documented in perlgutsKarl Williamson2020-11-061-8/+0
* intrpvar.h: Don't define an undef symbolKarl Williamson2020-11-021-1/+3
* Document PL_SvKarl Williamson2020-09-221-1/+13
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Add missing removal of FCRYPT macro use after rebaseTodd Rinaldo2020-07-301-6/+0
* Fixing intrpvar.h from recent mergeNicolas R2020-07-301-3/+0
* Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)Richard Leach2020-07-301-0/+3
* intrpvar.h -reorder PERLVARS to close x86-64 alignment holesRichard Leach2020-07-301-28/+30
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-2/+0
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-0/+4
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-2/+0
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-0/+6
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+4
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+5
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-1/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+1
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-0/+35
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-1/+5
* Remove swashes from coreKarl Williamson2019-11-061-8/+0
* intrpvar.h: Add variable for use in tr///Karl Williamson2019-11-061-0/+2
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-1/+0
* PATCH: [perl #134405] Compiler warnings in bleadKarl Williamson2019-09-121-0/+4
* Remove redundant documentation for PL_parserKarl Williamson2019-09-021-9/+0
* (perl #132777) APIify and document PL_perl_destruct_levelTony Cook2019-08-081-2/+22
* (perl #132777) document (sort of) and APIify PL_runopsTony Cook2019-08-081-0/+8
* (perl #132777) document and APIify PL_parserTony Cook2019-08-081-0/+8
* (perl #132777) document and APIify PL_defgvTony Cook2019-08-081-0/+8
* (perl #132777) APIify and document PL_curstashTony Cook2019-08-081-0/+7
* (perl #132777) document and add PL_curcop to the APITony Cook2019-08-081-0/+9
* (perl #132777) document PL_exit_flagsTony Cook2019-08-081-0/+31
* Add some comments around taintingKarl Williamson2019-05-241-1/+1
* intrpvar.h: Add emphasis to commentKarl Williamson2019-04-181-1/+1
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-3/+0
* Add variable for if the current UTF-8 locale is TurkicKarl Williamson2019-02-051-0/+1
* Make global two interpreter variablesKarl Williamson2018-07-141-4/+0
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-4/+0
* Remove obsolete variablesKarl Williamson2018-03-311-1/+0
* Use charnames inversion listsKarl Williamson2018-03-311-2/+0
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-6/+0
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-0/+1
* Don't include interpreter variable unless usedKarl Williamson2018-03-161-0/+2
* Make Unicode data structures globalKarl Williamson2018-03-141-24/+0
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+8
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+1
* Add Perl_setlocale()Karl Williamson2018-02-181-0/+2
* Use proper #define to see if need PLnumeric underlying_objKarl Williamson2018-02-181-1/+1
* Avoid changing locale when finding radix charKarl Williamson2018-01-301-0/+5
* Cache locale UTF8-ness lookupsKarl Williamson2018-01-301-0/+2