summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move subs from bottom to top, and add a vim and shebang lineYves Orton2009-01-041-40/+42
* various changesYves Orton2009-01-041-12/+23
* Almost a literal conversion of make_patchnum.shKenichi Ishigaki2009-01-041-73/+103
* prepare for refactoring to perlYves Orton2009-01-041-0/+97
* modified make_patchnum.sh scriptYves Orton2009-01-041-7/+19
* bump ExtUtils/MM.pm version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* bump Errno version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* Another regexp failure with utf8-flagged string and byte-flagged pattern (rem...Slaven Rezic2009-01-042-3/+16
* make Dumper.xs work with 5.10.xDavid Mitchell2009-01-041-1/+1
* Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added byNicholas Clark2009-01-031-1/+0
* Merge branch 'blead' of camel:/gitroot/perl into bleadRafael Garcia-Suarez2009-01-032-6/+6
|\
| * Changing get_isa_hash() to static means that it needs to be wrapped inNicholas Clark2009-01-032-6/+6
* | Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-0315-327/+943
|\ \ | |/ |/|
| * Update from y2038Michael G. Schwern2009-01-032-13/+18
| * Apply bleadperl@34470 by hand while waiting for the git master to catch up.Michael G. Schwern2009-01-037-15/+23
| * Turn quads on in the VC configurations.Michael G. Schwern2009-01-032-3/+5
| * Update from y2038.Michael G. Schwern2009-01-036-32/+58
| * Update from y2038Michael G. Schwern2009-01-034-78/+128
| * Fix gmtime() and localtime() so they can pop times larger than 2**55 off the ...Michael G. Schwern2009-01-031-7/+15
| * We are no longer bound by the limits of the tm struct.Michael G. Schwern2009-01-031-1/+1
| * 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-033-91/+149
| * Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the fil...Michael G. Schwern2009-01-033-3/+3
| * Everything should now work with negative times, so let's pull out all the ski...Michael G. Schwern2009-01-033-50/+29
| * Update some docs to explain that Perl no longer has a 2038 bug.Michael G. Schwern2009-01-032-14/+18
| * Update from y2038Michael G. Schwern2009-01-035-58/+67
| * Update from y2038Michael G. Schwern2009-01-032-16/+22
| * Fix the test plan on gmtimeMichael G. Schwern2009-01-032-10/+14
| * We are no longer slaves to the vagaries of time_t.Michael G. Schwern2009-01-031-21/+0
| * Update from y2038 project.Michael G Schwern2009-01-031-10/+28
| * Update from y2038Michael G Schwern2009-01-032-11/+24
| * Pull in changes from y2038Michael G Schwern2009-01-031-3/+5
| * Update from y2038 project.Michael G Schwern2009-01-031-2/+13
| * Fix the overflow warning to just check for an error.Michael G Schwern2009-01-031-2/+4
| * Update from y2038.Michael G Schwern2009-01-032-6/+12
| * Write down the logic behind the localtime vs gmtime date ranges.Michael G Schwern2009-01-032-1/+4
| * Cleaning up the Time::gmtime and Time::localtime tests and make them go past ...Michael G Schwern2009-01-032-85/+27
| * Change the way the check_tm assertion function is compiled out by wrapping th...Michael G Schwern2009-01-031-17/+13
| * Remove all of localtime64's own includes. Perl's already done that and we're ...Michael G Schwern2009-01-031-7/+0
| * Update from the latest y2038.Michael G Schwern2009-01-032-2/+50
| * Update to the latest version of the y2038 code.Michael G Schwern2009-01-032-40/+116
| * Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ...Michael G Schwern2009-01-036-74/+438
* | add -d option to Porting/cmpVERSION.pl to display diffsDavid Mitchell2009-01-031-10/+33
* | some more Porting/ script documentationDavid Mitchell2009-01-032-0/+6
* | Add some basic decriptions and/or usage info to some Porting/ scriptsDavid Mitchell2009-01-035-1/+19
* | get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-01-033-6/+5
* | Following change 34356, which decoupled get_isa_hash() fromNicholas Clark2009-01-032-35/+35
* | Fix a thinko in regression test for [perl #54956]Ben Morrow2009-01-031-1/+1
* | Subject: [PATCH] Update autodie to 1.998Paul Fenwick2009-01-025-7/+13
* | a test for Paul Evan's qr leakYuval Kogman2009-01-022-0/+34