summaryrefslogtreecommitdiff
path: root/t/pragma
Commit message (Expand)AuthorAgeFilesLines
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-307-197/+166
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-286-98/+125
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-276-125/+98
* Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]Jeffrey Friedl2000-07-261-23/+24
* Make the "uninit variable" warning to say "concat or string"Jarkko Hietaniemi2000-07-252-2/+2
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-112-1/+16
* fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-281-2/+4
* elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0
* warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-281-0/+104
* downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-284-4/+21
* additional tests for utf8.tGurusamy Sarathy2000-05-041-38/+58
* fix broken parsing of /\x{ab}/Gurusamy Sarathy2000-05-031-1/+4
* fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>Gurusamy Sarathy2000-04-281-2/+3
* fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-0/+36
* autoquote barewords followed by newline and arrow properlyGurusamy Sarathy2000-04-271-0/+3
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-272-4/+4
* avoid "will not stay shared" warnings for our variables (fromGurusamy Sarathy2000-04-271-0/+11
* additional tests for change#5934 (from Paul Marquess, who alsoGurusamy Sarathy2000-04-245-82/+479
* propagate lexical warnings from surrounding scope correctlyGurusamy Sarathy2000-04-241-1/+14
* make eq unicode-aware (from Gisle Aas); fix bogus tests revealedGurusamy Sarathy2000-04-241-68/+83
* caller() wasn't returning the right number of elements forGurusamy Sarathy2000-04-241-1/+1
* introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-1/+1
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-214-24/+24
* squelch known scalar leak due to compile failureGurusamy Sarathy2000-03-191-2/+4
* warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-191-0/+51
* queued errors may not be displayed after the PL_error_count limitGurusamy Sarathy2000-03-181-0/+32
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-181-1/+168
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-132-6/+5
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-134-32/+499
* Rewording.Jarkko Hietaniemi2000-03-111-6/+5
* reword commentGurusamy Sarathy2000-03-111-6/+6
* VMS build tweaks (from Charles Bailey)Gurusamy Sarathy2000-03-112-6/+6
* thinko in change#4546 that caused variables to lose their importednessGurusamy Sarathy2000-03-051-0/+9
* avoid "scalars leaked" message in testGurusamy Sarathy2000-03-041-10/+10
* /[[:alpha]/ now dies on unmatched [] instead ofJarkko Hietaniemi2000-03-031-3/+6
* avoid buffering issue in warn/8signalGurusamy Sarathy2000-03-021-2/+2
* fix testsuite issues in change#5397Gurusamy Sarathy2000-03-012-3/+3
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-015-7/+15
* Fix locale case-ignorant matching bug reported ingomar@md.media-web.de2000-02-271-3/+25
* improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-225-122/+7
* missing file in change#5170Gurusamy Sarathy2000-02-201-0/+390
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-208-108/+111
* test fix needed by change#5164Gurusamy Sarathy2000-02-201-2/+2
* rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-2/+2
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-0/+2
* allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-061-16/+1
* future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-4/+2
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-314-18/+6
* produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-0/+15