summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl #18065] LFS related bug in perl-5.8.0 testsuitedavid@dhaller.de2002-11-072-2/+10
* Re: [perl #18038] DESTROY change in 5.8.0?Yitzchak Scott-Thoennes2002-11-072-4/+37
* Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?Gurusamy Sarathy2002-11-074-12/+18
* [perl #18154] Problem found in calculating offsets in regexMark Pease2002-11-071-178/+171
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-075-9/+22
* "make distclean" should remove the generated file lib/Config.pod.Rafael Garcia-Suarez2002-11-061-1/+1
* The new test introduced in #18114 failed with threadsRafael Garcia-Suarez2002-11-061-1/+1
* Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH no...Slaven Rezic2002-11-067-39/+113
* Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator wellStephen McCamant2002-11-063-5/+14
* make regen_headers.Rafael Garcia-Suarez2002-11-055-7/+41
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexHugo van der Sanden2002-11-051-22/+22
* Put back the DO NOT EDIT headers in proto.h and global.symSlaven Rezic2002-11-051-2/+2
* 1. Update pp_ucfirst to enter the UTF-8 branch only if the firstAbhijit Menon-Sen2002-11-052-5/+2
* new test based on:Marty Pauley2002-11-051-1/+16
* Re: Class::Struct, simple patch, testsMarty Pauley2002-11-052-44/+62
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-049-65/+89
* Changed the warning detection pattern because of:Nicholas Clark2002-11-041-6/+6
* s/Perlf/Perl/ (thanks rgs)Jarkko Hietaniemi2002-11-041-1/+1
* How pre-5.9.0 Perl can be fooled by a defined-or.Jarkko Hietaniemi2002-11-041-0/+5
* extend #13786 to cover the other four identical chunks of codeHugo van der Sanden2002-11-041-4/+4
* Charnames take 4H.Merijn Brand2002-11-042-15/+62
* integrate from perlio: changes #17709, #17795, #17796, #18032Hugo van der Sanden2002-11-046-6/+49
|\
| * More mainline integrate (so I can diff)Nick Ing-Simmons2002-10-253-15/+11
| |\
| * \ Integrate mainlineNick Ing-Simmons2002-10-2579-1046/+14250
| |\ \
| * | | Test UTF-8 encoded input to Encode::XS::decode and fix it.Nick Ing-Simmons2002-10-212-2/+16
| * | | Handle case where octets are UTF-8 encodedNick Ing-Simmons2002-10-201-0/+11
| * | | Encode::utf8 encode/decode methods as XS that obeysNick Ing-Simmons2002-10-203-17/+136
| * | | Integrate mainlineNick Ing-Simmons2002-10-20215-8653/+8942
| |\ \ \
| * \ \ \ Integrate mainlineNick Ing-Simmons2002-09-1555-3536/+5522
| |\ \ \ \
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2002-09-0772-942/+1885
| |\ \ \ \ \
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-3029-697/+1289
| |\ \ \ \ \ \
| * | | | | | | Twiddle with my mail -> Change scriptNick Ing-Simmons2002-08-271-1/+2
| * | | | | | | Re: PerlIO::via silent failureRichard Clamp2002-08-272-1/+12
| * | | | | | | Integrate mainlineNick Ing-Simmons2002-08-27148-3374/+6468
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-2070-12018/+1496
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix for [perl #15986] tell/seek misbehave for :crlfNick Ing-Simmons2002-08-112-2/+17
| * | | | | | | | | Integrate mainline.Nick Ing-Simmons2002-08-1173-9443/+10525
* | | | | | | | | | Re: [perl #17064] illegal legal unicode characterHugo van der Sanden2002-11-042-3/+16
* | | | | | | | | | Tru64, gcc -O3, datasizeH.Merijn Brand2002-11-042-0/+44
* | | | | | | | | | Typo configpmH.Merijn Brand2002-11-041-1/+1
* | | | | | | | | | avoid reliance on croak() prototypeHugo van der Sanden2002-11-031-1/+1
* | | | | | | | | | Document and test Config::config_re().Michael G. Schwern2002-11-032-47/+71
* | | | | | | | | | Update to Scalar-List-Utils 1.08Graham Barr2002-11-0310-16/+242
* | | | | | | | | | Adjust the number of tests in t/op/range.tRafael Garcia-Suarez2002-10-311-1/+1
* | | | | | | | | | Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIMAbhijit Menon-Sen2002-10-302-4/+5
* | | | | | | | | | [perl #18165] "0" fails as right-hand argument to ..Mark-Jason Dominus2002-10-302-2/+11
* | | | | | | | | | Partial fix of bug [perl #17589] : prevent the parser toRafael Garcia-Suarez2002-10-293-1/+36
* | | | | | | | | | RE: [PATCH] Warning on pararameterless 'use IO' and doc updatePaul Marquess2002-10-282-8/+49
* | | | | | | | | | Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)Nicholas Clark2002-10-281-1/+2
* | | | | | | | | | Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallac...Nicholas Clark2002-10-281-1/+1