summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "do_exec() is a mathom, so call its replacement directly"Gisle Aas2009-01-291-1/+1
* do_exec() is a mathom, so call its replacement directlyGisle Aas2009-01-291-1/+1
* microperl has no idea about 64 bit types, so don't use the y2038 code for it.Nicholas Clark2009-01-251-2/+25
* consting goodness for time64Robin Barker2009-01-181-1/+1
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-85/+58
|\
| * Fix gmtime() and localtime() so they can pop times larger than 2**55 off the ...Michael G. Schwern2009-01-031-7/+15
| * Fix pulling a large time off the stack by using a real double. What I really ...Michael G. Schwern2009-01-031-4/+10
| * Remove the AIX work around code. Instead it should just set it's LOCALTIME_MA...Michael G. Schwern2009-01-031-52/+3
| * Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the fil...Michael G. Schwern2009-01-031-2/+2
| * Fix the overflow warning to just check for an error.Michael G Schwern2009-01-031-2/+4
| * Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ...Michael G Schwern2009-01-031-34/+40
* | [perl #60978] [PATCH] Tied filehandles can't distinguish eof formsChip Salzenberg2008-12-111-38/+47
* | standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-4/+4
* | Promote Perl_setdefout() to the public API.Nicholas Clark2008-11-241-0/+11
* | PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-0/+2
* | Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-1/+1
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-47/+48
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-36/+36
* | The file test operators -s, -A, -C and -M can return false valuesRafael Garcia-Suarez2008-10-301-1/+1
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* | Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-7/+7
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* | Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-2/+2
* | Update copyright years.Nicholas Clark2008-10-251-1/+1
|/
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-20/+23
* Double magic/warnings with tie $x, $mVincent Pit2008-04-301-3/+5
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-301-2/+6
* Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called withNicholas Clark2008-04-171-1/+1
* Clean up some compiler warnings spotted by smokers.Nicholas Clark2008-04-031-3/+3
* Following 33291, on VMS we need to use the same prototypes other platforms Craig A. Berry2008-02-221-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+6
* Split struct block_sub into struct block_sub and struct block_format.Nicholas Clark2008-01-201-1/+1
* Extend PUSHFORMAT() to take a second parameter to set retop, to saveNicholas Clark2008-01-201-2/+1
* [perl #49003] pp_ftrread appears to use the wrong access mode for -x when usi...pravus@cpan.org2008-01-061-2/+1
* Re: SV leak?Vincent Pit2008-01-041-1/+1
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-80/+81
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-8/+8
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-1/+1
* Fix a few segfaults and a when() bugjosh2007-10-171-1/+6
* sixth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-1/+1
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-14/+1
* misc blead stuffJarkko Hietaniemi2007-08-301-1/+1
* Re: t/op/taint.t failed on EBCDIC platformRick Delaney2007-08-181-1/+1
* fourth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-07-161-3/+1
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-3/+9
* Silence compiler warningsJerry D. Hedden2007-06-071-2/+2
* pp_sys.c: gethostbyaddrJarkko Hietaniemi2007-05-211-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-10/+2
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-1/+1
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-301-0/+8