| Commit message (Expand) | Author | Age | Files | Lines |
* | [ID 20001004.003] installman "Ambiguous call resolved as CORE::" | nick@babyhippo.com | 2000-10-04 | 1 | -0/+24 |
* | Fix some recursion in overload.pm | Daniel Chetlin | 2000-09-30 | 1 | -1/+15 |
* | Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant | Abigail | 2000-09-01 | 1 | -3/+3 |
* | RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant | Paul Marquess | 2000-09-01 | 1 | -1/+35 |
* | Admit that we are leaking scalars. | Spider Boardman | 2000-08-29 | 1 | -0/+1 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 9 | -10/+10 |
* | warnings fixes | Paul Marquess | 2000-08-28 | 1 | -0/+34 |
* | Test nit. | Jarkko Hietaniemi | 2000-08-27 | 1 | -1/+1 |
* | DJGPP update from Laszlo Molnar. | ml1050 | 2000-08-27 | 1 | -0/+7 |
* | RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered | Fifer, Eric | 2000-08-21 | 1 | -18/+22 |
* | Add warnif(), check warnings further up the stack, | Paul Marquess | 2000-08-18 | 1 | -2/+257 |
* | Tweak the regex compilation errors once more. | Jarkko Hietaniemi | 2000-08-17 | 1 | -26/+26 |
* | Change the regx compilation error markers to use = instead of < | Lupe Christoph | 2000-08-16 | 1 | -26/+26 |
* | Re: enhanced(?) regex error messages | Jeffrey Friedl | 2000-08-09 | 1 | -26/+27 |
* | (The fix did work but was not right, retracted in #6573) | Christian Kirsch | 2000-08-09 | 1 | -9/+14 |
* | Re: [ID 20000807.008] Double reads considered evil? (deja vu) | Mike Guy | 2000-08-08 | 1 | -4/+11 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 3 | -21/+42 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -2/+10 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 1 | -0/+21 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 2 | -12/+19 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 2 | -4/+4 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 4 | -67/+67 |
* | various syntax errors and such (not fixed: comp/require.t#22 coredump | Gurusamy Sarathy | 2000-08-01 | 1 | -1/+1 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -1/+7 |
* | A new version of the "remove UPPERACSE string comparison" | Jarkko Hietaniemi | 2000-07-30 | 7 | -197/+166 |
* | Back out #6454, doesn't seem to work. | Jarkko Hietaniemi | 2000-07-28 | 6 | -98/+125 |
* | Remove EQ, NE, GT, LT, GE, LE (they have been deprecated | Jarkko Hietaniemi | 2000-07-27 | 6 | -125/+98 |
* | Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] | Jeffrey Friedl | 2000-07-26 | 1 | -23/+24 |
* | Make the "uninit variable" warning to say "concat or string" | Jarkko Hietaniemi | 2000-07-25 | 2 | -2/+2 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 2 | -1/+16 |
* | fix bogus redeclaration warning for "our" variables in different | Gurusamy Sarathy | 2000-05-28 | 1 | -2/+4 |
* | elide bogus test in change#6132 | Gurusamy Sarathy | 2000-05-28 | 1 | -20/+0 |
* | warnings::enabled() doesn't fall back to looking at $^W if | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+104 |
* | downgrade fatal error on C<"foo@nosucharray.com"> to optional warning | Gurusamy Sarathy | 2000-05-28 | 4 | -4/+21 |
* | additional tests for utf8.t | Gurusamy Sarathy | 2000-05-04 | 1 | -38/+58 |
* | fix broken parsing of /\x{ab}/ | Gurusamy Sarathy | 2000-05-03 | 1 | -1/+4 |
* | fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]> | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
* | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess) | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+36 |
* | autoquote barewords followed by newline and arrow properly | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+3 |
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 2 | -4/+4 |
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+11 |
* | additional tests for change#5934 (from Paul Marquess, who also | Gurusamy Sarathy | 2000-04-24 | 5 | -82/+479 |
* | propagate lexical warnings from surrounding scope correctly | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+14 |
* | make eq unicode-aware (from Gisle Aas); fix bogus tests revealed | Gurusamy Sarathy | 2000-04-24 | 1 | -68/+83 |
* | caller() wasn't returning the right number of elements for | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) | Gurusamy Sarathy | 2000-04-16 | 1 | -1/+1 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 4 | -24/+24 |
* | squelch known scalar leak due to compile failure | Gurusamy Sarathy | 2000-03-19 | 1 | -2/+4 |
* | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+51 |