summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Use general locale mutex for numeric operationsKarl Williamson2022-09-091-3/+0
* Make the locale mutex a general semaphoreKarl Williamson2022-09-091-0/+3
* locale.c: Move #define to perl.h; use it elsewhereKarl Williamson2022-09-091-2/+1
* intrpvar.h,sv.c,perl.c: Remove unnecessary cpp conditionKarl Williamson2022-09-091-1/+0
* Change some HAS_QUERYLOCALE to USE_QUERYLOCALEKarl Williamson2022-09-091-1/+1
* intrpvar.h - move size declaration to a defineYves Orton2022-09-071-1/+2
* intrpvar.h - change "char * *" into "char **"Yves Orton2022-09-071-1/+1
* locale.c: Rmv no longer used code; UTF8ness cacheKarl Williamson2022-09-021-1/+0
* op.c - Restrict nested eval/BEGIN blocks to a user controllable maximumYves Orton2022-09-021-0/+2
* locale.c: Add 'Lazy' location changingKarl Williamson2022-09-011-3/+7
* locale.c: Save underlying radix characterKarl Williamson2022-09-011-1/+2
* locale.c: Cache the current LC_CTYPE locale nameKarl Williamson2022-08-311-0/+6
* perlapi: Add cautions about PL_Sv, PL_naKarl Williamson2022-08-241-0/+8
* locale: make PL_langinfo_buf const *Karl Williamson2022-08-221-1/+1
* 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