summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xs_handshake(() clean up desciptionDavid Mitchell2014-12-171-22/+37
* 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