Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | Integrate mainline | Nick Ing-Simmons | 2002-07-09 | 50 | -446/+1303 |
|\ | |||||
| * | MIME::QuotedPrint is for bytes only; from Gisle. | Jarkko Hietaniemi | 2002-07-09 | 2 | -1/+8 |
| * | (retracted by #17444) | Diab Jerius | 2002-07-08 | 1 | -1/+3 |
| * | patch against t/op/magic.t | Jim Cromie | 2002-07-08 | 1 | -0/+3 |
| * | [DOC PATCH] Thread::Signal.pm | Elizabeth Mattijsen | 2002-07-08 | 1 | -1/+21 |
| * | Integrate maint patches #17421, #17424: | Jarkko Hietaniemi | 2002-07-08 | 2 | -1/+25 |
| * | Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside... | Hugo van der Sanden | 2002-07-08 | 3 | -16/+16 |
| * | regcomp.c casting tweak | Craig A. Berry | 2002-07-08 | 1 | -1/+1 |
| * | [ DOC PATCH] Re: build failure on Solaris with useithreads | Dave Mitchell | 2002-07-08 | 1 | -1/+1 |
| * | Add a note about perlmonks as suggested by Ilya Martynov; | Jarkko Hietaniemi | 2002-07-08 | 1 | -1/+9 |
| * | [DOC PATCH] perlfaq2.pod, perlmodstyle.pod | Iain Truskett | 2002-07-08 | 2 | -4/+10 |
| * | [DOC PATCH] perlthrtut.pod | Iain Truskett | 2002-07-08 | 1 | -8/+8 |
| * | t/op/glob.t | Iain Truskett | 2002-07-08 | 1 | -2/+8 |
| * | More AUTHORS updates. | Jarkko Hietaniemi | 2002-07-08 | 1 | -13/+16 |
| * | AUTHORS updates. | Jarkko Hietaniemi | 2002-07-07 | 1 | -1/+7 |
| * | README tweaks. | Jarkko Hietaniemi | 2002-07-07 | 1 | -15/+21 |
| * | Update Changes. | Jarkko Hietaniemi | 2002-07-07 | 2 | -1/+201 |
| * | Regen toc, modlib. | Jarkko Hietaniemi | 2002-07-07 | 2 | -54/+53 |
| * | Replace the word "discipline" by "layer" almost everywhere, | Rafael Garcia-Suarez | 2002-07-07 | 9 | -65/+67 |
| * | Use the same name for the QP test as MIME::Base64 does. | Jarkko Hietaniemi | 2002-07-07 | 2 | -1/+1 |
| * | Don't install test pods. | Jarkko Hietaniemi | 2002-07-07 | 1 | -0/+1 |
| * | Integrate maint patches #13474, #13478, #13584, and #16539; | Jarkko Hietaniemi | 2002-07-07 | 2 | -5/+55 |
| * | Upgrade to Math::BigInt 1.60. | Jarkko Hietaniemi | 2002-07-07 | 18 | -249/+763 |
| * | Re: FreeBSD 4.6 imminent | Nicholas Clark | 2002-07-06 | 1 | -5/+5 |
* | | Integrate mainline | Nick Ing-Simmons | 2002-07-06 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Precisions and updates about running and writing tests. | Rafael Garcia-Suarez | 2002-07-05 | 1 | -3/+6 |
* | | Integrate mainline | Nick Ing-Simmons | 2002-07-05 | 31 | -278/+861 |
|\ \ | |/ | |||||
| * | Goes with change #17400. | Rafael Garcia-Suarez | 2002-07-04 | 1 | -1/+1 |
| * | [DOC PATCH] minor typo in podselect.PL | Dave Mitchell | 2002-07-04 | 1 | -1/+1 |
| * | Typos and missing warning categories. | Rafael Garcia-Suarez | 2002-07-04 | 1 | -5/+5 |
| * | Re: autom4te and perl 5.8.0 | Andy Dougherty | 2002-07-04 | 2 | -3/+20 |
| * | Win32 build broken | Mattia Barbon | 2002-07-04 | 2 | -1/+2 |
| * | opendir() nit for VMS | Craig A. Berry | 2002-07-02 | 1 | -1/+1 |
| * | Re: Change 17385: AUTHORS updates. | Philip Newton | 2002-07-01 | 1 | -1/+1 |
| * | more dangerous logical name warnings for VMS | Craig A. Berry | 2002-07-01 | 2 | -7/+16 |
| * | Allow PerlIO::Via to look for modules in the default | Rafael Garcia-Suarez | 2002-07-01 | 3 | -1/+20 |
| * | Small speedup by inlining the easy bits of is_utf8_char() | Jarkko Hietaniemi | 2002-07-01 | 1 | -3/+11 |
| * | -Dr and unicode | Hugo van der Sanden | 2002-07-01 | 1 | -3/+7 |
| * | Re: [ID 20020630.002] utf8 regex only matches 32k | Hugo van der Sanden | 2002-07-01 | 2 | -2/+22 |
| * | Goes with lib/open.pm diagnostics changes | Rafael Garcia-Suarez | 2002-07-01 | 1 | -7/+7 |
| * | [DOC PATCH] perliol.pod nit | Elizabeth Mattijsen | 2002-07-01 | 2 | -14/+14 |
| * | Threads doc patch | Iain Truskett | 2002-07-01 | 1 | -2/+2 |
| * | Regen toc (skip the XS:: since they do not get installed) | Jarkko Hietaniemi | 2002-06-30 | 2 | -55/+18 |