summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Perl_my_setenv(); handle integer wrapDavid Mitchell2018-11-051-23/+53
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-08-231-0/+2
* 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
* perlapi: Document ninstr() and rninstr()Karl Williamson2016-03-101-3/+40
* make building without memcpy work (RT #127619)Lukas Mai2016-03-071-1/+6
* util.c: make my_mem*/my_b* prototypes more like the originalsLukas Mai2016-03-071-25/+19
* Time::HiRes moved from "cpan" to "dist" in 91ba54Tom Hukins2016-02-091-1/+1
* util.c: fix/simplify unused arg logic in my_vsnprintfLukas Mai2016-01-311-3/+2
* [perl #126240] avoid leaking memory when setting $ENV{foo} on darwinTony Cook2016-01-061-1/+1
* [perl #123991] report an error if we can't parse the number after -CTony Cook2015-12-071-0/+3
* annotate the mutex use of atfork_lock and atfork_unlockJarkko Hietaniemi2015-11-231-0/+18
* clang thread safety annotationsJarkko Hietaniemi2015-11-231-0/+22
* VMS-specific statbuf in Perl_find_script.Craig A. Berry2015-10-151-0/+1
* Revert "Missed one statbuf declaration in 45a23732c73."Craig A. Berry2015-10-151-1/+1
* make /fixed-substr/ much faster.David Mitchell2015-10-131-69/+102
* fbm_instr(): tweak docs and formattingDavid Mitchell2015-10-131-4/+26
* Missed one statbuf declaration in 45a23732c73.Craig A. Berry2015-10-091-1/+1
* partial PL_statbuf removalDaniel Dragan2015-10-081-14/+23