| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new test (from Michael G Schwern <schwern@pobox.com>) | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+37 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 2 | -25/+120 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+32 |
* | constant ranges could escape bareword check in list context | Gurusamy Sarathy | 2000-01-06 | 1 | -0/+18 |
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 6 | -24/+24 |
* | more ebcdic testsuite fixups (from Peter Prymmer) | Gurusamy Sarathy | 1999-12-28 | 2 | -1/+10 |
* | ebcdic tweaks for tests from Peter Prymmer | Gurusamy Sarathy | 1999-12-28 | 6 | -0/+42 |
* | newer version of constant.pm from Tom Phoenix; added Tom's notes to | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+41 |
* | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 4 | -36/+38 |
* | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -1/+1 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 9 | -69/+69 |
* | ignore yet another known scalar leak | Gurusamy Sarathy | 1999-12-02 | 1 | -1/+2 |
* | revert non-kosher parts of change#4562 (sort order problems | Gurusamy Sarathy | 1999-11-13 | 1 | -6/+1 |
* | was Re: [ID 19991102.003] perl on os390 | Peter Prymmer | 1999-11-13 | 2 | -1/+14 |
* | suppress scalar leak messages for known leaks (from | Gurusamy Sarathy | 1999-10-24 | 1 | -1/+1 |
* | Warn inside character classes about unknown backslash escapes | Jarkko Hietaniemi | 1999-10-14 | 1 | -1/+14 |
* | Warn about false ranges like \d-\w (see the change #4355). | Jarkko Hietaniemi | 1999-10-14 | 1 | -1/+67 |
* | add File::BSDGlob as File::Glob and load it at compile-time | Gurusamy Sarathy | 1999-10-12 | 1 | -1/+8 |
* | Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" | Michael G. Schwern | 1999-10-04 | 1 | -1/+1 |
* | deprecate C<use attrs> | Gurusamy Sarathy | 1999-10-02 | 1 | -23/+23 |
* | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+70 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 2 | -0/+18 |
* | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 1 | -5/+5 |
* | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 2 | -20/+20 |
* | add -DPERL_Y2KWARN build option that will generate additional | Gurusamy Sarathy | 1999-09-13 | 2 | -3/+62 |
* | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -3/+3 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-06 | 1 | -1/+1 |
|\ |
|
| * | propagate changed error text | Gurusamy Sarathy | 1999-09-06 | 1 | -1/+1 |
* | | Fix UV_SIZEOF to UVSIZE; change the overflow tests | Jarkko Hietaniemi | 1999-09-06 | 2 | -8/+8 |
|/ |
|
* | Another patch for Lexical Warnings | Paul Marquess | 1999-09-06 | 10 | -114/+356 |
* | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -8/+7 |
* | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -2/+9 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 2 | -7/+435 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 27 | -432/+709 |
* | Integrate with Nick. | Jarkko Hietaniemi | 1999-08-16 | 1 | -16/+0 |
|\ |
|
| * | Turn of deprecated warnings for defined(@Sompack::ISA) type | Nick Ing-Simmons | 1999-08-12 | 1 | -16/+0 |
* | | lexwarn maintenance: new warning class unsafe | Jarkko Hietaniemi | 1999-08-09 | 1 | -6/+6 |
|/ |
|
* | Mention that also *BSD systems with glibc are known to stumble. | Jarkko Hietaniemi | 1999-08-02 | 1 | -6/+6 |
* | More 64-bit fixing. One known bug of that kind | Jarkko Hietaniemi | 1999-08-02 | 1 | -2/+14 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -6/+6 |
* | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 2 | -64/+31 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 2 | -41/+25 |
* | Recode locale.t so that the change in #3730 | Jarkko Hietaniemi | 1999-07-25 | 3 | -9/+29 |
* | add note about glibc bug | Gurusamy Sarathy | 1999-07-25 | 1 | -0/+6 |
* | fix little utf8 nits in testsuite; add patch from Ilya that cures | Gurusamy Sarathy | 1999-07-25 | 1 | -0/+1 |
* | Fix the bin/oct/hex constant overflow tests for | Jarkko Hietaniemi | 1999-07-15 | 1 | -12/+18 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-13 | 1 | -0/+3 |
|\ |
|
| * | tweaks for win32/borland | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+3 |
* | | Change t/pragma/warn oct()/hex() overflow tests to use %Config | Jarkko Hietaniemi | 1999-07-10 | 1 | -16/+31 |
|/ |
|
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -14/+15 |