summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Some locale operations need to be done in proper threadKarl Williamson2022-10-181-0/+1
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-181-0/+3
* sv.c: Set phase to CONSTRUCT on interpreter being clonedKarl Williamson2022-10-181-0/+1
* sv.c: Clone interpreter with locale set to CKarl Williamson2022-10-181-19/+20
* sv.c: Move some code; consolidateKarl Williamson2022-10-181-25/+18
* vnewSVpvf - inline & reduce call to sv_vsetpvfnRichard Leach2022-09-181-2/+3
* sv_setsv_cow - directly create desired SVt_COW SVRichard Leach2022-09-171-2/+2
* Perl_sv_setsv_flags: return after invlist_clone caseRichard Leach2022-09-141-2/+4
* sv.c: Comments white-space onlyKarl Williamson2022-09-091-6/+6
* Use general locale mutex for numeric operationsKarl Williamson2022-09-091-3/+0
* Make the locale mutex a general semaphoreKarl Williamson2022-09-091-0/+5
* locale.c: Move #define to perl.h; use it elsewhereKarl Williamson2022-09-091-1/+1
* intrpvar.h,sv.c,perl.c: Remove unnecessary cpp conditionKarl Williamson2022-09-091-3/+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/+1
* Change internal function name to be standards compliantKarl Williamson2022-09-011-1/+1
* locale.c: Save underlying radix characterKarl Williamson2022-09-011-0/+1
* locale.c: Cache the current LC_CTYPE locale nameKarl Williamson2022-08-311-0/+1
* sv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and HEKf for use in error m...Yves Orton2022-08-251-9/+93
* Define a CvREFCOUNTED_ANYSV flagPaul "LeoNerd" Evans2022-08-161-0/+3
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-0/+2
* locale.c: Add fcn to hide edge case undefined behaviorKarl Williamson2022-08-091-0/+3
* sv.c: Duplicate more variables during cloningKarl Williamson2022-08-091-2/+6
* locale.c: Generalize stdize_locale()Karl Williamson2022-08-091-0/+3
* sv.c: Move some initialization inside #ifdefKarl Williamson2022-08-091-2/+2
* explicitly ignore the result of sv_utf8_downgrade()Tony Cook2022-08-081-1/+1
* Replace sv_2mortal(newSVhek( with newSVhek_mortalRichard Leach2022-08-051-1/+1
* sv.c - add Perl_newSVhek_mortalRichard Leach2022-08-051-0/+24
* Perl_newRV_noinc - explicitly simplify, convert to inline funcRichard Leach2022-08-051-33/+0
* sv_resetpvn: prevent adding a zero offset to a NULL pointerTony Cook2022-07-181-1/+1
* perl.h: Change macro name to be C conformantKarl Williamson2022-07-111-1/+1
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-021-8/+8
* sv.c: Replace a runtime check with compile-time static assertionTAKAI Kousuke2022-07-011-5/+6
* sv.c: Use Perl_fabs rather than hand-coded abs expressionsTAKAI Kousuke2022-07-011-6/+4
* perlintern: report_uninit() goes in warnings scnKarl Williamson2022-06-281-0/+1
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-12/+12
* GH19478: applying taint is no reason to mess with posHugo van der Sanden2022-06-161-10/+0
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-1/+1
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-3/+3
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-0/+1
* Make use of av_push_simple in a few places.Richard Leach2022-06-081-5/+7
* Remove deprecated functionsKarl Williamson2022-06-051-48/+0
* make PL_origenviron globalTomasz Konojacki2022-05-291-1/+0
* sv.c - add new bool related utility functions and macrosYves Orton2022-05-271-0/+111
* Revert "perlapi: Document sv_dup(_inc)?"Karl Williamson2022-05-211-21/+0
* perlapi: Document sv_dup(_inc)?Karl Williamson2022-05-201-0/+21
* perlapi: Turn ptr_table comments into podKarl Williamson2022-05-191-6/+41
* perlapi: Document several *_dup functionsKarl Williamson2022-05-181-6/+46
* perlapi: Properly cross link to other elementsKarl Williamson2022-05-171-3/+4
* perlapi: Slight clarification in sv_setpvfKarl Williamson2022-05-171-2/+2