| Commit message (Expand) | Author | Age | Files | Lines |
* | defined @$foo and defined %$bar should be subject to strict 'refs'; | Nicholas Clark | 2007-01-20 | 1 | -0/+14 |
* | Enable the ~~ operator by default. | Rafael Garcia-Suarez | 2007-01-15 | 1 | -45/+0 |
* | Use the $Is_MacOS variable | Rafael Garcia-Suarez | 2007-01-15 | 1 | -3/+3 |
* | Simplify the ok/not ok logic | Rafael Garcia-Suarez | 2007-01-15 | 1 | -9/+13 |
* | Various cleanup and factorization by Schwern | Rafael Garcia-Suarez | 2007-01-15 | 1 | -16/+23 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -4/+14 |
* | Update Compress Modules to version 2.002 | Paul Marquess | 2006-12-30 | 3 | -9/+26 |
* | syswrite() wasn't reporting a warning when writing to a filehandle | Rafael Garcia-Suarez | 2006-12-23 | 1 | -0/+8 |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -0/+41 |
* | User pragmas now accessible from B | Joshua ben Jore | 2006-12-06 | 2 | -5/+5 |
* | 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 |