summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* portable Perl_my_mkostemp()Zefram2017-12-221-7/+23
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-16/+5
* semicolon-friendly diagnostic controlZefram2017-12-161-4/+4
* make exec keep its argument list more reliablyZefram2017-12-141-2/+0
* Emulate some C99 macros and typedefsKarl Williamson2017-12-081-2/+2
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-7/+44
* Provide fallback strnlen implementationDagfinn Ilmari Mannsåker2017-10-211-0/+30
* Don't declare C89 realloc()Aaron Crane2017-10-211-3/+0
* util.c: simplify cpp conditionalsAaron Crane2017-10-211-34/+14
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-22/+0
* Rely on C89 vprintf()Aaron Crane2017-10-211-47/+0
* Rely on C89 sprintf() return typeAaron Crane2017-10-211-8/+0
* Rely on C89 vsnprintf()Aaron Crane2017-10-211-44/+7
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-19/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-30/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-1/+1
* Assume we have C89 memset()Aaron Crane2017-10-211-30/+0
* Not jhi, lwall.Jarkko Hietaniemi2017-09-111-1/+1
* (perl #127663) add our own mkstemp() implementationTony Cook2017-09-111-0/+34
* (perl #127663) create a separate random source for internal useTony Cook2017-09-111-3/+1
* util.c: Add commentsKarl Williamson2017-09-091-1/+9
* util.c: atos_symbolize: Don't use locale-dependent fcnsKarl Williamson2017-09-091-4/+4
* Remove #ifdef USE_ITHREADS around MUTEX_* callsDagfinn Ilmari Mannsåker2017-07-031-8/+0
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-06-161-0/+2
* (perl 129183) don't treat \ as an escape in PATH for -STony Cook2017-06-141-3/+2
* Restore "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-06-011-3/+1
* Revert "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-04-231-1/+3
* get rid of USE_HASH_SEED_EXPLICITYves Orton2017-04-231-3/+1