| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | queued errors may not be displayed after the PL_error_count limit | Gurusamy Sarathy | 2000-03-18 | 1 | -0/+32 |
* | make return values from match in a list context, as well as $& et | Gurusamy Sarathy | 2000-03-18 | 1 | -1/+168 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 2 | -6/+5 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 4 | -32/+499 |
* | Rewording. | Jarkko Hietaniemi | 2000-03-11 | 1 | -6/+5 |
* | reword comment | Gurusamy Sarathy | 2000-03-11 | 1 | -6/+6 |
* | VMS build tweaks (from Charles Bailey) | Gurusamy Sarathy | 2000-03-11 | 2 | -6/+6 |
* | thinko in change#4546 that caused variables to lose their importedness | Gurusamy Sarathy | 2000-03-05 | 1 | -0/+9 |
* | avoid "scalars leaked" message in test | Gurusamy Sarathy | 2000-03-04 | 1 | -10/+10 |
* | /[[:alpha]/ now dies on unmatched [] instead of | Jarkko Hietaniemi | 2000-03-03 | 1 | -3/+6 |
* | avoid buffering issue in warn/8signal | Gurusamy Sarathy | 2000-03-02 | 1 | -2/+2 |
* | fix testsuite issues in change#5397 | Gurusamy Sarathy | 2000-03-01 | 2 | -3/+3 |
* | consolidated VMS patches (from Craig A. Berry | Gurusamy Sarathy | 2000-03-01 | 5 | -7/+15 |
* | Fix locale case-ignorant matching bug reported in | gomar@md.media-web.de | 2000-02-27 | 1 | -3/+25 |
* | improvements for high-bit text literals (from Gisle Aas) | Gurusamy Sarathy | 2000-02-22 | 5 | -122/+7 |
* | missing file in change#5170 | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+390 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 8 | -108/+111 |
* | test fix needed by change#5164 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -0/+2 |
* | allow "\x{12ab}" even without C<use utf8> | Gurusamy Sarathy | 2000-02-06 | 1 | -16/+1 |
* | future-proof unknown warning categories (from Greg Bacon | Gurusamy Sarathy | 2000-02-02 | 1 | -4/+2 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 4 | -18/+6 |
* | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 1 | -0/+15 |