summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* don't fatalize warnings during unwinding (#123398)Lukas Mai2015-08-171-1/+4
* Fix crash with lex subs under -dFather Chrysostomos2014-12-271-2/+2
* Only use setenv() on Solaris if it is available.Andy Dougherty2014-07-311-1/+5
* use setenv() on SolarisVladimir Marek2014-07-311-1/+1
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-07-281-6/+2
* put va_end() in the right placeTony Cook2014-07-221-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-07-221-0/+1
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-07-221-2/+2
* g++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.Jarkko Hietaniemi2014-07-181-1/+1
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-07-141-2/+3
* Wrap various pod uses of NUL with C<>Karl Williamson2014-07-141-8/+8
* PERL_GLOBAL_STRUCT threads issueDavid Mitchell2014-04-091-0/+4
* Avoid recalculating sub name hash in util.c:get_db_subFather Chrysostomos2014-02-161-3/+2
* [perl #121255] Call set-magic when setting $DB::subFather Chrysostomos2014-02-161-0/+1
* util.c: Add comment.Karl Williamson2014-02-051-1/+2
* Fix the prototypes of some functions without contextBrian Fraser2014-02-051-2/+2
* rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZEDavid Mitchell2014-01-201-10/+10
* util.c: A couple of defines to simplify #ifdef mazeFather Chrysostomos2014-01-161-16/+20
* PERL_DEBUG_READONLY_COWFather Chrysostomos2014-01-161-20/+124
* Extract version routines into two new filesFather Chrysostomos2014-01-041-939/+1
* Improve rcatline bad fh warningsFather Chrysostomos2013-12-291-1/+2
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-9/+11
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-10/+3
* Fix sfio breakage caused by the fix for RT #78494.Nicholas Clark2013-12-271-2/+2
* Fix a typo introduced in Nov 2008 by commit 4ee3916907333148.Nicholas Clark2013-12-271-1/+1
* perlapi: May want to use savesharedpv on threaded Win32Karl Williamson2013-12-031-0/+12
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-0/+8
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+4
* [perl #120543] work around a C++ library bug in VC 2003Tony Cook2013-11-191-1/+1
* silence some compiler warningsDavid Mitchell2013-11-131-1/+1
* [perl #119893] avoid waiting on pid 0Tony Cook2013-10-171-6/+8
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-2/+0
* Replaced the last use of HAS_GNULIBC with __GLIBC__Brian Fraser2013-09-211-1/+1
* Removed DUMP_FDS and dump_fds()Brian Fraser2013-09-211-19/+0
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-23/+2
* Use U64_CONST() for the drand48 constants that are larger than 2**32.Nicholas Clark2013-09-181-2/+2
* [perl #85228] stop $!=EINVAL; waitpid(0,0) from loopingTony Cook2013-09-171-3/+10
* Fix the VC6 build on Windows following commit 3be8f09452Steve Hay2013-09-131-0/+2
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+100
* perlapi: Add doc for my_strlcpy, my_strlcatKarl Williamson2013-09-101-0/+34
* util.c:my_pclose: Use NULL in PL_fdpidFather Chrysostomos2013-09-051-1/+1
* Sync core with CPAN version.pm releaseJohn Peacock2013-09-031-9/+9
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-6/+12
* Use SSize_t for arraysFather Chrysostomos2013-08-251-4/+6
* [perl #119169] index with __PACKAGE__ for 2nd argumentFather Chrysostomos2013-08-061-1/+1
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-11/+3
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+4
* Quiet warning in a DEBUG printPeter Martini2013-07-091-1/+1
* util.c: Avoid unnecessary setlocale() callsKarl Williamson2013-07-071-4/+9
* rarest is only used under -DDEBUGGINGTony Cook2013-07-041-2/+2