summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-1/+3
* locale.c: Add fcn to hide edge case undefined behaviorKarl Williamson2022-08-091-0/+3
* locale.c: Generalize stdize_locale()Karl Williamson2022-08-091-0/+2
* Make two locale PL_ strings const char*Karl Williamson2022-08-091-1/+1
* intrpvar.h: Fix when certain locale symbols get definedKarl Williamson2022-08-091-8/+4
* intrpvar.h: Swap position of two defns; add commentKarl Williamson2022-07-111-2/+5
* s/JUMPENV/JMPENV/gDavid Mitchell2022-06-201-1/+1
* locale.c: querylocale() doesn't work on LC_ALLKarl Williamson2022-06-191-1/+1
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-1/+1
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-0/+2
* make PL_origenviron globalTomasz Konojacki2022-05-291-1/+0
* perlapi: intrpvar.h sources didn't specify sectionKarl Williamson2022-05-091-0/+9
* perlapi: Improve pod for Perl_naKarl Williamson2022-02-241-4/+9
* Add a PL_prevailing_version interpreter varPaul "LeoNerd" Evans2022-02-131-0/+6
* Expansions of PERLVAR* in intrpvar.h should not end in semicolonsPaul "LeoNerd" Evans2022-02-051-1/+1
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* perlapi: Fix grammarKarl Williamson2021-04-211-2/+2
* intrpvar.h: Add clarifying commentKarl Williamson2021-03-101-0/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-19/+19
* Fix broken PERL_MEM_LOG under threadsKarl Williamson2020-12-191-0/+6
* perlapi: PL_sv_yes and kin are read-onlyKarl Williamson2020-11-251-5/+6
* 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