summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid deadlock with PERL_MEM_LOGKarl Williamson2021-01-091-1/+5
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* fix PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2020-03-201-0/+1
* Perl_init_tm: Use mutex to avoid race.Karl Williamson2020-03-181-0/+2
* Fix pod errorsKarl Williamson2020-03-161-2/+2
* perlre: Note savepv() allocations need to be freedKarl Williamson2020-03-161-2/+4
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-111-0/+9
* Add thread safety to some environment accessesKarl Williamson2020-03-111-2/+4
* Move cntrl_to_mnemonic() to util.c from regcomp.cKarl Williamson2020-01-231-0/+20
* Rewrite and inline my_strnlen()Karl Williamson2020-01-131-30/+0
* util.c: Rmv now always-true assertionKarl Williamson2020-01-121-2/+0
* Change len param in savepvn to Size_t from I32Karl Williamson2020-01-071-1/+1
* util.c: Use inRANGE macroKarl Williamson2019-12-261-2/+2
* Add memCHRs() macro and use itKarl Williamson2019-12-181-2/+2
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-0/+7
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-7/+0
* Fix MYMALLOC (PERL_MALLOC) build on WindowsSteve Hay2019-11-221-1/+1
* remove some redundant sig handler type castsDavid Mitchell2019-11-181-2/+2
* clean up quadmath_format_*() functionsTony Cook2019-11-161-35/+15
* Fix: local variable hiding parameter of same nameJames E Keenan2019-11-121-8/+8
* util.c: Missing semicolon with rarely used compile opsKarl Williamson2019-09-241-1/+1
* Document rsignal()Karl Williamson2019-09-021-0/+9
* Document my_setenv()Karl Williamson2019-09-021-0/+9
* util.c: Correct spelling in rarely compiled codeKarl Williamson2019-08-261-2/+2
* Perl_quadmath_format_single(): fix off-by-1 errDavid Mitchell2019-08-201-1/+1
* (perl #134221) support O_APPEND for open ..., undef on VMSTony Cook2019-07-161-1/+14
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-14/+14
* (perl #133958) preserve errno on successful malloc/reallocTony Cook2019-05-091-0/+14
* implement diagnostics ignore/restore macros for Visual C++Tomasz Konojacki2019-04-051-30/+11
* merge two versions of Perl_my_cxt_initDavid Mitchell2019-02-191-56/+31
* Perl_my_cxt_init: remove unnecessary codeDavid Mitchell2019-02-191-5/+0
* harmonise two versions of Perl_my_cxt_initDavid Mitchell2019-02-191-8/+18
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-4/+27
* Perl_my_cxt_init: fix potential race conditionDavid Mitchell2019-02-191-4/+13
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+1
* Always mark pipe in list pipe-open as inherit-on-execLeon Timmermans2018-12-161-1/+3
* Always mark pipe in pipe-open as inherit-on-execLeon Timmermans2018-12-151-1/+3
* (perl #133439) fix -Dm reporting for calloc()Tony Cook2018-10-051-1/+1
* (perl #132683) don't try to convert PL_sv_placeholder into a CVTony Cook2018-08-301-1/+1
* Don't compile S_env_alloc() when not usedDavid Mitchell2018-07-231-8/+12
* fix stren in PERL_MEM_LOG buildsJim Cromie2018-06-291-1/+1
* Perl_my_setenv(): re-indent cpp directive linesDavid Mitchell2018-06-291-27/+51
* Perl_my_setenv: move code commentDavid Mitchell2018-06-291-1/+1
* Perl_my_setenv(); handle integer wrapDavid Mitchell2018-06-291-23/+53
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-251-3/+3
* util.c: Fix typo in commentKarl Williamson2018-02-071-1/+1
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-4/+4
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-4/+4
* mask off SOCK_CLOEXEC in socketpair() emulationZefram2017-12-221-0/+4
* make PerlIO handle FD_CLOEXECZefram2017-12-221-4/+4