Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | Integrate mainline | Nick Ing-Simmons | 2002-07-06 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-07-05 | 3 | -3/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-06-28 | 1 | -2/+110 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Integrate mainline | Nick Ing-Simmons | 2002-06-21 | 1 | -0/+68 | |
| * | | | | | | | | | | | | | | | | | | Integrate mainline | Nick Ing-Simmons | 2002-06-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-06-14 | 1 | -16/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | | | | | | | | | | | Re: [perl #17064] illegal legal unicode character | Hugo van der Sanden | 2002-11-04 | 1 | -1/+14 | |
* | | | | | | | | | | | | | | | | | | | | | Adjust the number of tests in t/op/range.t | Rafael Garcia-Suarez | 2002-10-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM | Abhijit Menon-Sen | 2002-10-30 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | | | | [perl #18165] "0" fails as right-hand argument to .. | Mark-Jason Dominus | 2002-10-30 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | | | | Partial fix of bug [perl #17589] : prevent the parser to | Rafael Garcia-Suarez | 2002-10-29 | 1 | -1/+29 | |
* | | | | | | | | | | | | | | | | | | | | | Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallac... | Nicholas Clark | 2002-10-28 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Reverse change #8066 and sense of test, to satisfy [perl #17763] | Hugo van der Sanden | 2002-10-24 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | | | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -1/+14 | |
* | | | | | | | | | | | | | | | | | | | | Re: [perl #16184] Unexpected warning when using C<< open FH => >> | Hugo van der Sanden | 2002-10-21 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | Re: [perl #18019] regex overoptimization | Hugo van der Sanden | 2002-10-21 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | | | t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf | Jarkko Hietaniemi | 2002-10-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes | Slaven Rezic | 2002-10-20 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | | | | | Re: [perl #17951] Strange UTF error | Jarkko Hietaniemi | 2002-10-20 | 1 | -0/+14 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) | Abe Timmerman | 2002-10-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Re: [perl #17830] open FH, "<&", $fd | Steve Grazzini | 2002-10-17 | 1 | -7/+10 | |
* | | | | | | | | | | | | | | | | | | | Re: [perl #17809] Different warning behaviour between normal and tied hashes | Yitzchak Scott-Thoennes | 2002-10-17 | 1 | -38/+58 | |
* | | | | | | | | | | | | | | | | | | | prototype() didn't warn when used in void context. | Rafael Garcia-Suarez | 2002-10-16 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | | The -0 command-line switch wasn't setting $/ at compile-time. | Rafael Garcia-Suarez | 2002-10-12 | 1 | -1/+7 | |
* | | | | | | | | | | | | | | | | | | | Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious | Nicholas Clark | 2002-10-12 | 1 | -1/+39 | |
* | | | | | | | | | | | | | | | | | | | Fix bug #17771 : segfault with the 'for' statement modifier | Rafael Garcia-Suarez | 2002-10-11 | 1 | -1/+33 | |
* | | | | | | | | | | | | | | | | | | | Fix bug #17776 : memory corruption in qr/##/x | Rafael Garcia-Suarez | 2002-10-10 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | | Version object combined patch | John Peacock | 2002-10-10 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | Fix bug #17823 : non-modifying tr/// stringifies references | Rafael Garcia-Suarez | 2002-10-09 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | | Add a new warning, "Possible precedence problem on bitwise | Rafael Garcia-Suarez | 2002-10-03 | 1 | -1/+55 | |
* | | | | | | | | | | | | | | | | | | | op/tr.t test is affected by #17962 | Hugo van der Sanden | 2002-10-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die | Rafael Garcia-Suarez | 2002-10-02 | 1 | -31/+38 | |
* | | | | | | | | | | | | | | | | | | | Re: [perl #17376] Bug Report - our(%) | Yitzchak Scott-Thoennes | 2002-10-02 | 1 | -9/+10 | |
* | | | | | | | | | | | | | | | | | | | Re: perlio bug? | Rafael Garcia-Suarez | 2002-10-02 | 1 | -0/+39 | |
* | | | | | | | | | | | | | | | | | | | Re: sv_2pv_flags and ROK and UTF8 flags | Yitzchak Scott-Thoennes | 2002-10-01 | 1 | -7/+47 | |
* | | | | | | | | | | | | | | | | | | | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 2 | -14/+0 | |
* | | | | | | | | | | | | | | | | | | | [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX | Allen Smith | 2002-09-29 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | missing '.' in test from #17932 | Hugo van der Sanden | 2002-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | perl #17453 | Jarkko Hietaniemi | 2002-09-26 | 1 | -2/+24 | |
* | | | | | | | | | | | | | | | | | | | [perl #10021] Fixing bareword usage under strict.pm | Kay_Röpke | 2002-09-26 | 1 | -0/+9 | |
* | | | | | | | | | | | | | | | | | | | Re: Advice on coredump | Rafael Garcia-Suarez | 2002-09-26 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | | add TODO tests for slow our() declaration | Yitzchak Scott-Thoennes | 2002-09-26 | 1 | -0/+49 | |
* | | | | | | | | | | | | | | | | | | | Fix #17375 (rcatline didn't work on a formerly-defined undef) by | Abhijit Menon-Sen | 2002-09-17 | 1 | -1/+11 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Fix a syntax incompatibility introduced by the // operator. | Rafael Garcia-Suarez | 2002-09-12 | 1 | -1/+14 | |
* | | | | | | | | | | | | | | | | | | Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t | Allen Smith | 2002-09-08 | 2 | -3/+13 | |
* | | | | | | | | | | | | | | | | | | sv_2pv_flags and ROK and UTF8 flags | Yitzchak Scott-Thoennes | 2002-09-08 | 1 | -1/+20 | |
* | | | | | | | | | | | | | | | | | | setting PERL_CORE as in #17861 violates assumptions made by taint tests | Hugo van der Sanden | 2002-09-08 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Set env PERL_CORE | Michael G. Schwern | 2002-09-08 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings | Michael G. Schwern | 2002-09-08 | 1 | -2/+20 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | op/getpid.t failure | Michael G. Schwern | 2002-09-04 | 1 | -3/+5 |