| Commit message (Expand) | Author | Age | Files | Lines |
* | Locale::Maketext::TPJ13 nits | Audrey Tang | 2002-07-11 | 1 | -3/+3 |
* | Don't set the context to the running thread before | Artur Bergman | 2002-07-11 | 1 | -1/+1 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-07-11 | 2 | -48/+109 |
|\ |
|
| * | (Re-)instate :pop as a "back door" to perl level layer stack | Nick Ing-Simmons | 2002-07-11 | 2 | -12/+58 |
| * | Various core-dump preventions for cases Craig found on VMS. | Nick Ing-Simmons | 2002-07-11 | 1 | -36/+51 |
| * | Integrate mainline | Nick Ing-Simmons | 2002-07-11 | 17 | -144/+363 |
| |\
| |/
|/| |
|
* | | Problem fixed with detached threads reported by Stacy Maughan | Artur Bergman | 2002-07-11 | 1 | -2/+6 |
* | | Small threads docs cleanups. | Jarkko Hietaniemi | 2002-07-10 | 3 | -57/+58 |
* | | [DOC PATCH] ext/threads/shared/shared.pm | Dave Mitchell | 2002-07-10 | 1 | -0/+5 |
* | | Retract #17455, #17427, #17425 on t/op/magic.t (but leave | Jarkko Hietaniemi | 2002-07-10 | 1 | -16/+1 |
* | | Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03 | Nicholas Clark | 2002-07-10 | 1 | -1/+1 |
* | | QuotedPrint.t | Elizabeth Mattijsen | 2002-07-10 | 1 | -1/+1 |
* | | [DOC PATCH] some doc nits after 17463 | Elizabeth Mattijsen | 2002-07-10 | 4 | -17/+21 |
* | | MM_W95.pm, Win95 + MinGW + dmake | Mattia Barbon | 2002-07-10 | 1 | -6/+8 |
* | | Regen Changes. | Jarkko Hietaniemi | 2002-07-10 | 1 | -2/+30 |
* | | Retract #17375: contrary to intention, it was actually | Jarkko Hietaniemi | 2002-07-10 | 1 | -5/+4 |
* | | Makes list skip the main thread. | Artur Bergman | 2002-07-10 | 2 | -11/+12 |
* | | More about the dangers of indent. | Jarkko Hietaniemi | 2002-07-10 | 1 | -5/+6 |
* | | Small perldelta tweaks. | Jarkko Hietaniemi | 2002-07-10 | 1 | -22/+26 |
* | | Update Changes. | Jarkko Hietaniemi | 2002-07-10 | 2 | -1/+183 |
* | | EBCDIC has different codepoints. | Jarkko Hietaniemi | 2002-07-10 | 1 | -0/+3 |
| * | Integrate mainline (Via/via etc.) | Nick Ing-Simmons | 2002-07-10 | 43 | -192/+706 |
| |\
| |/
|/| |
|
* | | If no PerlIO, no PerlIO::via. | Jarkko Hietaniemi | 2002-07-10 | 1 | -0/+4 |
* | | Too much cut-and-paste from Term::Complete.t; | Jarkko Hietaniemi | 2002-07-10 | 1 | -12/+15 |
* | | Test Config. | Jarkko Hietaniemi | 2002-07-09 | 2 | -0/+94 |
* | | Fwd: [ID 20020703.002] bareword processing bug under 'use strict' | Kay Röpke | 2002-07-09 | 2 | -0/+15 |
* | | Detypo. | Jarkko Hietaniemi | 2002-07-09 | 1 | -4/+6 |
* | | fix 17425 for VMS | Craig A. Berry | 2002-07-09 | 1 | -1/+2 |
* | | Change PerlIO::Scalar and Via to scalar and via. | Jarkko Hietaniemi | 2002-07-09 | 23 | -105/+131 |
* | | Update documentation with &share() non prototype checking version. | Artur Bergman | 2002-07-09 | 2 | -28/+10 |
* | | Tweak perldelta for the new PerlIO::Vianess. | Jarkko Hietaniemi | 2002-07-09 | 1 | -12/+11 |
* | | Update the port status. | Jarkko Hietaniemi | 2002-07-09 | 1 | -5/+7 |
* | | 5.8.0-RC1 on SunOS 4! | Robin Barker | 2002-07-09 | 3 | -2/+12 |
* | | [PATCH] Removing example layers from MIME::QuotedPrint | Elizabeth Mattijsen | 2002-07-09 | 7 | -67/+200 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2002-07-09 | 4 | -396/+421 |
|\ \
| |/ |
|
| * | Tidy PerlIO::Via | Nick Ing-Simmons | 2002-07-09 | 3 | -7/+35 |
| * | Fix open(FH,"Via(Foo)","NonExistant") and other cases when | Nick Ing-Simmons | 2002-07-09 | 1 | -1/+5 |
| * | Indentation normalize via | Nick Ing-Simmons | 2002-07-09 | 1 | -388/+381 |
* | | Document how to re-indent. | Jarkko Hietaniemi | 2002-07-09 | 1 | -0/+14 |
* | | Retract #17428, not needed in this version of File::Spec. | Jarkko Hietaniemi | 2002-07-09 | 1 | -3/+1 |
* | | This is getting pretty fragmented (finish up #17441). | Jarkko Hietaniemi | 2002-07-09 | 2 | -2/+9 |
* | | Missing patch fragment, noted by Hugo. | Jarkko Hietaniemi | 2002-07-09 | 1 | -1/+1 |
* | | Update Changes. | Jarkko Hietaniemi | 2002-07-09 | 2 | -1/+226 |
* | | Empty lines. | Jarkko Hietaniemi | 2002-07-09 | 1 | -1/+0 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2002-07-09 | 5 | -26/+71 |
|\ \
| |/ |
|
| * | perldiag patch for implied open of STDIN/STDOUT/STDERR | Nick Ing-Simmons | 2002-07-09 | 1 | -4/+16 |
| * | Call $encoding->decode($sv) without a $chk argument. | Nick Ing-Simmons | 2002-07-09 | 1 | -3/+13 |
| * | Special case :stdio pushed method so that "-|:stdio" does | Nick Ing-Simmons | 2002-07-09 | 1 | -18/+26 |
| * | Core-dump prevention for | Nick Ing-Simmons | 2002-07-09 | 1 | -1/+11 |
| * | SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File | Nick Ing-Simmons | 2002-07-09 | 2 | -0/+5 |