summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist...Gurusamy Sarathy2002-11-191-1/+16
* t/run/runenv.t bugSalvador FandiƱo2002-11-101-1/+17
* Re: The Inaba patch for tr/// vs. use encodingDan Kogai2002-11-074-0/+241
* [perl #18065] LFS related bug in perl-5.8.0 testsuitedavid@dhaller.de2002-11-071-1/+5
* Re: [perl #18038] DESTROY change in 5.8.0?Yitzchak Scott-Thoennes2002-11-071-1/+20
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-072-3/+10
* Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH no...Slaven Rezic2002-11-064-14/+63
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-042-1/+42
* integrate from perlio: changes #17709, #17795, #17796, #18032Hugo van der Sanden2002-11-041-1/+13
|\
| * Integrate mainlineNick Ing-Simmons2002-10-256-4/+43
| |\
| * \ Integrate mainlineNick Ing-Simmons2002-10-2017-108/+440
| |\ \
| * \ \ Integrate mainlineNick Ing-Simmons2002-09-157-9/+70
| |\ \ \
| * \ \ \ Integrate mainlineNick Ing-Simmons2002-09-073-8/+22
| |\ \ \ \
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-301-0/+35
| |\ \ \ \ \
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-277-6/+60
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-207-120/+351
| |\ \ \ \ \ \ \
| * | | | | | | | Fix for [perl #15986] tell/seek misbehave for :crlfNick Ing-Simmons2002-08-111-1/+13
| * | | | | | | | Integrate mainline.Nick Ing-Simmons2002-08-116-155/+175
| * | | | | | | | Integrate mainlineNick Ing-Simmons2002-07-171-4/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate mainline (what a lot of change during freeze!)Nick Ing-Simmons2002-07-161-0/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-153-7/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-131-20/+24
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-111-16/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainline (Via/via etc.)Nick Ing-Simmons2002-07-103-2/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-094-4/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-061-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-07-053-3/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-06-281-2/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Integrate mainlineNick Ing-Simmons2002-06-211-0/+68
| * | | | | | | | | | | | | | | | | | Integrate mainlineNick Ing-Simmons2002-06-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-06-141-16/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | Re: [perl #17064] illegal legal unicode characterHugo van der Sanden2002-11-041-1/+14
* | | | | | | | | | | | | | | | | | | | | 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-301-2/+4
* | | | | | | | | | | | | | | | | | | | | [perl #18165] "0" fails as right-hand argument to ..Mark-Jason Dominus2002-10-301-1/+5
* | | | | | | | | | | | | | | | | | | | | Partial fix of bug [perl #17589] : prevent the parser toRafael Garcia-Suarez2002-10-291-1/+29
* | | | | | | | | | | | | | | | | | | | | Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallac...Nicholas Clark2002-10-281-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Reverse change #8066 and sense of test, to satisfy [perl #17763]Hugo van der Sanden2002-10-241-1/+3
* | | | | | | | | | | | | | | | | | | | PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-1/+14
* | | | | | | | | | | | | | | | | | | | Re: [perl #16184] Unexpected warning when using C<< open FH => >>Hugo van der Sanden2002-10-211-0/+4
* | | | | | | | | | | | | | | | | | | | Re: [perl #18019] regex overoptimizationHugo van der Sanden2002-10-211-0/+1
* | | | | | | | | | | | | | | | | | | | t/op/pack.t: Tru64 5.1A gcc 3.2.1 no infJarkko Hietaniemi2002-10-201-1/+1
* | | | | | | | | | | | | | | | | | | | Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashesSlaven Rezic2002-10-201-1/+6
* | | | | | | | | | | | | | | | | | | | Re: [perl #17951] Strange UTF errorJarkko Hietaniemi2002-10-201-0/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)Abe Timmerman2002-10-171-1/+1
* | | | | | | | | | | | | | | | | | | Re: [perl #17830] open FH, "<&", $fdSteve Grazzini2002-10-171-7/+10
* | | | | | | | | | | | | | | | | | | Re: [perl #17809] Different warning behaviour between normal and tied hashesYitzchak Scott-Thoennes2002-10-171-38/+58
* | | | | | | | | | | | | | | | | | | prototype() didn't warn when used in void context.Rafael Garcia-Suarez2002-10-161-0/+3
* | | | | | | | | | | | | | | | | | | The -0 command-line switch wasn't setting $/ at compile-time.Rafael Garcia-Suarez2002-10-121-1/+7
* | | | | | | | | | | | | | | | | | | Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallaciousNicholas Clark2002-10-121-1/+39