summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add PERL_UTIL_H_ to util.h, not util.hDavid Mitchell2017-04-181-6/+0
* add include guard to util.hDavid Mitchell2017-04-161-0/+6
* update size after RenewHugo van der Sanden2017-03-151-7/+11
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-191-83/+0
* Moving variables to their innermost scope.Andy Lester2017-02-181-5/+3
* (perl #126203) build issuesTony Cook2017-02-121-1/+3
* (perl #126203) avoid potential leaks on quadmath_snprintf() failureTony Cook2017-02-091-1/+4
* Perl_fbm_instr(): remove dead code.David Mitchell2017-02-061-10/+1
* mess_sv(): access only if PL_curcop is non-nullDavid Mitchell2017-01-231-8/+11
* util.c: Allow C backtrace to compile under threadsKarl Williamson2017-01-191-1/+1
* add build options to disable the PERL_HASH* and PERL_PERTURB_KEYS env varsTony Cook2017-01-091-3/+9
* add sv_set_undef() API functionDavid Mitchell2016-11-241-4/+3
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-28/+28
* reduce cost of SvVALID()David Mitchell2016-11-131-2/+3
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-14/+1
* eliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()David Mitchell2016-11-121-2/+1
* Only test SvTAIL when SvVALIDDavid Mitchell2016-11-121-8/+9
* rename S_delimcpy() to S_delimcpy_intern()David Mitchell2016-09-071-3/+3
* Perl_delimcpy(): handle backslash as last charDavid Mitchell2016-09-071-2/+9
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-3/+22
* Update outdated man links for strlcpy and strlcat.Theo Buehler2016-08-311-2/+2
* perlapi: Document returns from my_strlcat, my_strlcpyKarl Williamson2016-08-251-0/+7
* Perl_my_vsnprintf: avoid compiler warningDavid Mitchell2016-06-211-1/+2
* Use memmem() if available on the platform for Perl_ninstr()Karl Williamson2016-05-121-0/+8
* Finish mathomizing Perl_instr.Craig A. Berry2016-05-091-12/+0
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-0/+6
* Move the zeroing back before the dladdr() call.Jarkko Hietaniemi2016-03-271-5/+5
* [perl #127773: Assertion failure in perl built with Dusecbacktrace]Vladimir Timofeev2016-03-271-9/+10
* [perl #127764] Perl with '-Dusecbacktrace' doesn't compile on darwinJarkko Hietaniemi2016-03-221-1/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-0/+78
* amigaos4: better popen() + pclose() implementationAndy Broad2016-03-111-4/+1