| Commit message (Expand) | Author | Age | Files | Lines |
* | syswrite prints garbage if called with empty scalar and non-zero offset | chromatic | 2009-07-27 | 1 | -1/+1 |
* | Remove all the 5005threads specific mutex macros, which are now vestigial. | Nicholas Clark | 2009-05-21 | 1 | -2/+0 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -2/+2 |
* | Make time64 use NV for time_t, I32 for year, not Quad_t. | Craig A. Berry | 2009-04-25 | 1 | -29/+2 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -5/+0 |
* | Merge commit 'mauzo/over-X' into blead | Rafael Garcia-Suarez | 2009-03-27 | 1 | -2/+52 |
|\ |
|
| * | -l was missing an SPAGAIN. | Ben Morrow | 2009-03-25 | 1 | -1/+3 |
| * | Stacked overloaded -X. | Ben Morrow | 2009-03-25 | 1 | -36/+33 |
| * | Finish the rest of the -X ops. | Ben Morrow | 2009-03-25 | 1 | -2/+40 |
| * | Move magic logic into tryAMAGICftest macro. | Ben Morrow | 2009-03-25 | 1 | -11/+1 |
| * | Call -X magic from pp_ftread. | Ben Morrow | 2009-03-25 | 1 | -1/+24 |
* | | Namespace clean-up for time64. | Craig A. Berry | 2009-03-26 | 1 | -2/+2 |
|/ |
|
* | Ignore the decimal part of any floating point argument passed to localtime or... | Rafael Garcia-Suarez | 2009-03-13 | 1 | -1/+1 |
* | Make overflow warnings in gmtime/localtime only occur when warnings are on | Rafael Garcia-Suarez | 2009-03-13 | 1 | -2/+2 |
* | Fixing the cast for the result of (getgrent())->gr_gid | David M. Syzdek | 2009-03-07 | 1 | -0/+8 |
* | Skip time64 when there is no 64-bit integer type available. | Craig A. Berry | 2009-02-20 | 1 | -3/+3 |
* | pp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle,... | Vincent Pit | 2009-02-07 | 1 | -3/+2 |
* | setpgrp() should extend the stack before modifying it | Niko Tyni | 2009-02-04 | 1 | -0/+1 |
* | Revert "do_exec() is a mathom, so call its replacement directly" | Gisle Aas | 2009-01-29 | 1 | -1/+1 |
* | do_exec() is a mathom, so call its replacement directly | Gisle Aas | 2009-01-29 | 1 | -1/+1 |
* | microperl has no idea about 64 bit types, so don't use the y2038 code for it. | Nicholas Clark | 2009-01-25 | 1 | -2/+25 |
* | consting goodness for time64 | Robin Barker | 2009-01-18 | 1 | -1/+1 |
* | Merge branch 'schwern/y2038' into blead | Rafael Garcia-Suarez | 2009-01-03 | 1 | -85/+58 |
|\ |
|
| * | Fix gmtime() and localtime() so they can pop times larger than 2**55 off the ... | Michael G. Schwern | 2009-01-03 | 1 | -7/+15 |
| * | Fix pulling a large time off the stack by using a real double. What I really ... | Michael G. Schwern | 2009-01-03 | 1 | -4/+10 |
| * | Remove the AIX work around code. Instead it should just set it's LOCALTIME_MA... | Michael G. Schwern | 2009-01-03 | 1 | -52/+3 |
| * | Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the fil... | Michael G. Schwern | 2009-01-03 | 1 | -2/+2 |
| * | Fix the overflow warning to just check for an error. | Michael G Schwern | 2009-01-03 | 1 | -2/+4 |
| * | Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ... | Michael G Schwern | 2009-01-03 | 1 | -34/+40 |
* | | [perl #60978] [PATCH] Tied filehandles can't distinguish eof forms | Chip Salzenberg | 2008-12-11 | 1 | -38/+47 |
* | | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -4/+4 |
* | | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 1 | -0/+11 |
* | | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -0/+2 |
* | | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -1/+1 |
* | | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -47/+48 |
* | | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -36/+36 |
* | | The file test operators -s, -A, -C and -M can return false values | Rafael Garcia-Suarez | 2008-10-30 | 1 | -1/+1 |
* | | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -7/+7 |
* | | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
|/ |
|
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -20/+23 |
* | Double magic/warnings with tie $x, $m | Vincent Pit | 2008-04-30 | 1 | -3/+5 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -2/+6 |
* | Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called with | Nicholas Clark | 2008-04-17 | 1 | -1/+1 |
* | Clean up some compiler warnings spotted by smokers. | Nicholas Clark | 2008-04-03 | 1 | -3/+3 |
* | Following 33291, on VMS we need to use the same prototypes other platforms | Craig A. Berry | 2008-02-22 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+6 |
* | Split struct block_sub into struct block_sub and struct block_format. | Nicholas Clark | 2008-01-20 | 1 | -1/+1 |