summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2017-02-231-3/+22
* 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
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-3/+3
* amigaos4: random device nameAndy Broad2015-09-051-1/+5
* amigaos4: avoid my_pcloseAndy Broad2015-09-051-2/+5
* amigaos4: use my_popen from amigaos.cAndy Broad2015-09-051-2/+2
* amigaos4: avoid my_popen_listAndy Broad2015-09-051-1/+1
* amigaos4: use our own environ implementationAndy Broad2015-09-051-0/+11
* amigaos4: use amigaos glue for exec(), system(), waitpid()Andy Broad2015-09-051-0/+6
* perlapi: NitsKarl Williamson2015-09-031-2/+3
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-25/+26
* Explicitly use and check for FD_CLOEXEC.Jarkko Hietaniemi2015-08-261-1/+1
* dont create *{"_<$filename"} globs for perl lang debugging of XSUBsDaniel Dragan2015-08-121-1/+3
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* Use U64 (a type) instead of U64TYPE (a define).Jarkko Hietaniemi2015-07-291-1/+1
* Remove gettimeofday() workarounds for VMS in util.c.Craig A. Berry2015-07-021-15/+4
* [perl #125381] fix -Cnn parsingHugo van der Sanden2015-06-111-9/+8
* don't fatalize warnings during unwinding (#123398)Lukas Mai2015-06-091-1/+4
* Revert "Don’t call save_re_context"David Mitchell2015-03-301-0/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* don't test non-null argsDavid Mitchell2015-03-111-4/+0
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-21/+40
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-1/+1
* [perl #123554] fix threaded builds and prevent a warningTony Cook2015-02-101-8/+22
* [perl #123554] catch a couple of other size overflowsTony Cook2015-02-101-6/+9
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-21/+6
* [-Dusecbacktrace] Close the BFD descriptor.Jarkko Hietaniemi2015-01-071-0/+6
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-6/+21
* improve xs_handshake() diag messageDavid Mitchell2014-12-171-2/+2