summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* intrpvar - ignore deprecated warning on MSVC as wellYves Orton2023-03-291-0/+2
* intrpvar.h - silence deprcation warning on HPUXYves Orton2023-03-291-0/+7
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-1/+5
* intrpvar.h: Fix misspelling in commentKarl Williamson2023-01-021-1/+1
* intrpvar.h - reword comment to be easier to understand and wrap.Yves Orton2022-12-301-3/+2
* intrpvar.h - break comment over multiple linesYves Orton2022-12-301-2/+5
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-061-1/+1
* We freed PL_splitstr in each thread, allocate it in each thread tooTony Cook2022-11-021-1/+1
* Some locale operations need to be done in proper threadKarl Williamson2022-10-181-0/+3
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-181-2/+7
* handy.h: Set macro to false if can't ever be trueKarl Williamson2022-10-101-2/+1
* Certain LC_CTYPE variables need to always existKarl Williamson2022-10-021-1/+2
* intrpvar.h: Consolidate some defns into #ifdefsKarl Williamson2022-10-021-3/+3
* intrpvar.h: White space onlyKarl Williamson2022-10-021-1/+2
* 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