summaryrefslogtreecommitdiff
path: root/t/pragma
Commit message (Expand)AuthorAgeFilesLines
* [ID 20001004.003] installman "Ambiguous call resolved as CORE::"nick@babyhippo.com2000-10-041-0/+24
* Fix some recursion in overload.pmDaniel Chetlin2000-09-301-1/+15
* Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constantAbigail2000-09-011-3/+3
* RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constantPaul Marquess2000-09-011-1/+35
* Admit that we are leaking scalars.Spider Boardman2000-08-291-0/+1
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-299-10/+10
* warnings fixesPaul Marquess2000-08-281-0/+34
* Test nit.Jarkko Hietaniemi2000-08-271-1/+1
* DJGPP update from Laszlo Molnar.ml10502000-08-271-0/+7
* RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout bufferedFifer, Eric2000-08-211-18/+22
* Add warnif(), check warnings further up the stack,Paul Marquess2000-08-181-2/+257
* Tweak the regex compilation errors once more.Jarkko Hietaniemi2000-08-171-26/+26
* Change the regx compilation error markers to use = instead of <Lupe Christoph2000-08-161-26/+26
* Re: enhanced(?) regex error messagesJeffrey Friedl2000-08-091-26/+27
* (The fix did work but was not right, retracted in #6573)Christian Kirsch2000-08-091-9/+14
* Re: [ID 20000807.008] Double reads considered evil? (deja vu)Mike Guy2000-08-081-4/+11
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-063-21/+42
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-2/+10
* Warn under -w if lstat(FH) is attempted.Todd C. Miller2000-08-041-0/+21
* In the warnings call filehandles consistently so;Jarkko Hietaniemi2000-08-042-12/+19
* The name of a filehandle does not have <these>.Jarkko Hietaniemi2000-08-022-4/+4
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-024-67/+67
* various syntax errors and such (not fixed: comp/require.t#22 coredumpGurusamy Sarathy2000-08-011-1/+1
* Make chr() for values >127 to create utf8 when under utf8.Simon Cozens2000-08-011-1/+7
* 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