summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* make xs_version_bootcheck a static func since not used as export anymoreDaniel Dragan2014-12-081-3/+3
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-2/+2
* 1 exit path for returning ptr in Perl_safesysmalloc and Perl_safesysreallocDaniel Dragan2014-12-051-72/+68
* make more use of NOT_REACHEDLukas Mai2014-11-291-8/+8
* Try making gcc happy about casting U32 to void*.Jarkko Hietaniemi2014-11-181-2/+2
* readd noreturn and silence "noreturn that returns" warning on MSVCDaniel Dragan2014-11-151-17/+30
* Revert the ‘return’ part of 6edcbed6Father Chrysostomos2014-11-151-16/+7
* make debugging easier in memory allocator code in perl.c and util.cDaniel Dragan2014-11-151-13/+24
* add filename handling to xs handshakeDaniel Dragan2014-11-131-23/+35
* util.c: fix comiler warningsDavid Mitchell2014-11-091-7/+9
* add xs_handshake APIDaniel Dragan2014-11-071-13/+102
* simplify Perl_xs_apiversion_bootcheckDaniel Dragan2014-11-061-24/+6
* [perl #121159] use the updated win32_popenlist() even with USE_IMP_SYSTony Cook2014-10-231-1/+3
* treat fatal warnings after syntax errors as syntax errorsLukas Mai2014-10-151-2/+7
* quadmath NV formatted I/O.Jarkko Hietaniemi2014-09-191-3/+160
* Fix $DB::sub in DB::goto for lexical subsFather Chrysostomos2014-09-161-2/+2
* sv_cathekFather Chrysostomos2014-09-151-4/+1
* Don’t call save_re_contextFather Chrysostomos2014-09-121-1/+0
* Fix crash with lex subs under -dFather Chrysostomos2014-08-281-2/+2
* Only use setenv() on Solaris if it is available.Andy Dougherty2014-07-251-1/+5
* use setenv() on SolarisVladimir Marek2014-07-231-1/+1
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-9/+15
* util.c: Add commentKarl Williamson2014-07-121-0/+3
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-2/+2
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-29/+23
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-1/+4
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-6/+3
* If we do not have vsnprintf, the len is unused.Jarkko Hietaniemi2014-06-221-1/+6
* g++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.Jarkko Hietaniemi2014-06-211-1/+1
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-10/+5
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-5/+10
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+8
* Added several missing PERL_UNUSED_RESULT()Brian Fraser2014-06-131-2/+2
* Mark several functions with __attribute__noreturn__Brian Fraser2014-06-131-4/+4
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-7/+8
* Adding missing HEKfARG() invocationsBrian Fraser2014-06-131-1/+1
* C backtrace tweaks.Jarkko Hietaniemi2014-06-111-7/+27
* Removed NeXT supportBrian Fraser2014-06-111-4/+0
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+664
* Use C locale for "$!" ouside 'use locale' scopeKarl Williamson2014-06-051-1/+1
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-3/+1
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-05-301-2/+3
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-8/+8
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-8/+13
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-1/+3
* Reindent the block. Whitespace-only change.Jarkko Hietaniemi2014-05-291-46/+46
* Fix false nesting.Jarkko Hietaniemi2014-05-291-5/+5
* put va_end() in the right placeTony Cook2014-05-291-1/+1
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-05-291-0/+1
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-2/+2