summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | Fix bug #17771 : segfault with the 'for' statement modifierRafael Garcia-Suarez2002-10-111-1/+33
* | | | | | | | | | | | | | | | | | | Fix bug #17776 : memory corruption in qr/##/xRafael Garcia-Suarez2002-10-101-1/+5
* | | | | | | | | | | | | | | | | | | Version object combined patchJohn Peacock2002-10-101-2/+2
* | | | | | | | | | | | | | | | | | | Fix bug #17823 : non-modifying tr/// stringifies referencesRafael Garcia-Suarez2002-10-091-1/+5
* | | | | | | | | | | | | | | | | | | Add a new warning, "Possible precedence problem on bitwiseRafael Garcia-Suarez2002-10-031-1/+55
* | | | | | | | | | | | | | | | | | | op/tr.t test is affected by #17962Hugo van der Sanden2002-10-021-1/+1
* | | | | | | | | | | | | | | | | | | Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::dieRafael Garcia-Suarez2002-10-021-31/+38
* | | | | | | | | | | | | | | | | | | Re: [perl #17376] Bug Report - our(%)Yitzchak Scott-Thoennes2002-10-021-9/+10
* | | | | | | | | | | | | | | | | | | Re: perlio bug?Rafael Garcia-Suarez2002-10-021-0/+39
* | | | | | | | | | | | | | | | | | | Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-7/+47
* | | | | | | | | | | | | | | | | | | Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-292-14/+0
* | | | | | | | | | | | | | | | | | | [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIXAllen Smith2002-09-291-1/+2
* | | | | | | | | | | | | | | | | | | missing '.' in test from #17932Hugo van der Sanden2002-09-261-1/+1
* | | | | | | | | | | | | | | | | | | perl #17453Jarkko Hietaniemi2002-09-261-2/+24
* | | | | | | | | | | | | | | | | | | [perl #10021] Fixing bareword usage under strict.pmKay_Röpke2002-09-261-0/+9
* | | | | | | | | | | | | | | | | | | Re: Advice on coredumpRafael Garcia-Suarez2002-09-261-1/+5
* | | | | | | | | | | | | | | | | | | add TODO tests for slow our() declarationYitzchak Scott-Thoennes2002-09-261-0/+49
* | | | | | | | | | | | | | | | | | | Fix #17375 (rcatline didn't work on a formerly-defined undef) byAbhijit Menon-Sen2002-09-171-1/+11
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix a syntax incompatibility introduced by the // operator.Rafael Garcia-Suarez2002-09-121-1/+14
* | | | | | | | | | | | | | | | | | Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-082-3/+13
* | | | | | | | | | | | | | | | | | sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-09-081-1/+20
* | | | | | | | | | | | | | | | | | setting PERL_CORE as in #17861 violates assumptions made by taint testsHugo van der Sanden2002-09-081-2/+2
* | | | | | | | | | | | | | | | | | Set env PERL_COREMichael G. Schwern2002-09-081-0/+1
* | | | | | | | | | | | | | | | | | Re: [PATCH t/test.pl] Let is/isnt() handle undef without warningsMichael G. Schwern2002-09-081-2/+20
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | op/getpid.t failureMichael G. Schwern2002-09-041-3/+5