summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to calculate a time over the conservative failure boundary.Michael G. Schwern2010-02-051-4/+25
* Fix compiler warnings:Jerry D. Hedden2009-11-131-5/+5
* flock() should return EWOULDBLOCK instead of EAGAIN.Jan Dubois2009-11-121-1/+5
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-17/+17
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-2/+1
* Add a "return NORMAL" to a DIE at the end of a function to prevent compiler w...Gerard Goossen2009-11-061-0/+51
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-0/+1
* Allow syswrite with offset same as length of string [perl #70095]Gisle Aas2009-10-291-1/+1
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-4/+6
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-43/+30
* Let tell() report warnings on unopened filehandlesRafael Garcia-Suarez2009-10-081-1/+1
* Make tell() fail properly if called without an argument and when no previous ...Rafael Garcia-Suarez2009-10-081-0/+6
* syswrite prints garbage if called with empty scalar and non-zero offsetchromatic2009-07-271-1/+1
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-2/+0
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-2/+2
* Make time64 use NV for time_t, I32 for year, not Quad_t.Craig A. Berry2009-04-251-29/+2
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-5/+0
* Merge commit 'mauzo/over-X' into bleadRafael Garcia-Suarez2009-03-271-2/+52
|\
| * -l was missing an SPAGAIN.Ben Morrow2009-03-251-1/+3
| * Stacked overloaded -X.Ben Morrow2009-03-251-36/+33
| * Finish the rest of the -X ops.Ben Morrow2009-03-251-2/+40
| * Move magic logic into tryAMAGICftest macro.Ben Morrow2009-03-251-11/+1
| * Call -X magic from pp_ftread.Ben Morrow2009-03-251-1/+24
* | Namespace clean-up for time64.Craig A. Berry2009-03-261-2/+2
|/
* Ignore the decimal part of any floating point argument passed to localtime or...Rafael Garcia-Suarez2009-03-131-1/+1
* Make overflow warnings in gmtime/localtime only occur when warnings are onRafael Garcia-Suarez2009-03-131-2/+2
* Fixing the cast for the result of (getgrent())->gr_gidDavid M. Syzdek2009-03-071-0/+8
* Skip time64 when there is no 64-bit integer type available.Craig A. Berry2009-02-201-3/+3
* pp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle,...Vincent Pit2009-02-071-3/+2
* setpgrp() should extend the stack before modifying itNiko Tyni2009-02-041-0/+1
* 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