| Commit message (Expand) | Author | Age | Files | Lines |
* | Change #29193 makes this addition unneeded | H.Merijn Brand | 2006-11-02 | 1 | -11/+0 |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 1 | -4/+0 |
* | More heuristics to make warnings.t pass under different | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+5 |
* | Fix the failures in warnings tests when PERL_UNICODE is defined | H.Merijn Brand | 2006-11-01 | 2 | -3/+9 |
* | [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH... | Paul Marquess | 2006-10-29 | 1 | -3/+12 |
* | IO::Compress modules | Paul Marquess | 2006-10-26 | 4 | -18/+222 |
* | remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-16 | 2 | -11/+11 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -0/+22 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -3/+0 |
* | Fix the implementation of list assignment to state(). | Rafael Garcia-Suarez | 2006-07-07 | 1 | -0/+3 |
* | Add a new warning, "State variable %s will be reinitialized" | Rafael Garcia-Suarez | 2006-07-06 | 1 | -0/+17 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -1/+1 |
* | Update for IO::Uncompress::Base | Paul Marquess | 2006-06-28 | 5 | -50/+127 |
* | IO::Compress::Base | Paul Marquess | 2006-06-22 | 1 | -2/+1 |
* | IO::Compress::* 2.000_13 | Paul Marquess | 2006-06-20 | 2 | -3/+83 |
* | Adjust test following change #28225 | Rafael Garcia-Suarez | 2006-05-19 | 1 | -5/+5 |
* | We can now remove DynaLoader from 1_compile.t | Rafael Garcia-Suarez | 2006-05-18 | 1 | -1/+0 |
* | IO::Compress* 2.000_12 | Paul Marquess | 2006-05-17 | 1 | -7/+10 |
* | index and rindex couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -2/+2 |
* | syswrite couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -2/+1 |
* | IO::Compress::* | Paul Marquess | 2006-04-14 | 1 | -39/+53 |
* | Assigning undef to an entry in %ENV shouldn't produce warnings, even | Rafael Garcia-Suarez | 2006-04-05 | 1 | -0/+5 |
* | Test no mypragma; | Nicholas Clark | 2006-04-01 | 1 | -1/+12 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+0 |
* | Test that user pragmas work inside string eval. | Nicholas Clark | 2006-04-01 | 1 | -1/+8 |
* | Add Rafael's example user pragma, and convert his demo to a test. | Nicholas Clark | 2006-04-01 | 2 | -0/+74 |
* | Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10 | Paul Marquess | 2006-03-16 | 2 | -5/+5 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -0/+7 |
* | $[ = 2 should not warn. | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+1 |
* | Add and remove files forgotten in change #27384 | Rafael Garcia-Suarez | 2006-03-06 | 1 | -564/+0 |
* | Compress::Zlib | Paul Marquess | 2006-03-06 | 13 | -162/+692 |
* | Re: [perl #38657] -d:Foo=bar broke in 5.8.8 | Jarkko Hietaniemi | 2006-03-03 | 1 | -1/+3 |
* | [patch] t/lib/warnings/pp_sys | Paul Green | 2006-02-16 | 1 | -2/+2 |
* | CPAN::FirstTime can go as well from the untested module list | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |
* | Pod::Plainer is tested, actually (spotted by chromatic) | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |
* | Skip new chdir warning test if fchdir is not available | Rafael Garcia-Suarez | 2006-02-09 | 1 | -4/+14 |
* | [perl #38464] chdir() on closed handles | Peter Dintelmann | 2006-02-08 | 1 | -0/+19 |
* | Don't warn when localizing $[ | Rafael Garcia-Suarez | 2006-01-12 | 1 | -0/+1 |
* | Compress::Zlib becomes zlib agnostic | Paul Marquess | 2006-01-10 | 13 | -23/+5161 |
* | RE: Failing tests on VMS blead@26652 | Paul Marquess | 2006-01-09 | 1 | -2/+2 |
* | Add documentation for method domainname() in Net::Domain. Add some | Steve Peters | 2005-12-22 | 1 | -1/+0 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 3 | -0/+77 |
* | Missing file from last change | Rafael Garcia-Suarez | 2005-12-19 | 1 | -0/+206 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 4 | -0/+279 |
* | Fix for [perl #37886] strict 'refs' doesn't apply inside defined | Rafael Garcia-Suarez | 2005-12-15 | 1 | -0/+7 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 1 | -3/+3 |
* | Note the URL describing the vast riches awaiting us. | Nicholas Clark | 2005-11-22 | 1 | -0/+4 |
* | Re: [PATCH] concat interacts badly with magic | Robin Houston | 2005-11-22 | 2 | -2/+2 |
* | wrong maxlen in sselect [PATCH] | Gisle Aas | 2005-10-21 | 1 | -0/+11 |
* | Upgrade to Pod-Parser-1.34 (with some changes to get the new test file | Steve Peters | 2005-10-16 | 1 | -0/+5 |