Update Changes.
[p5sagit/p5-mst-13.2.git] / t / pragma / warn /
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Todd C. Miller Warn under -w if lstat(FH) is attempted.
2000-08-04 Jarkko Hietaniemi In the warnings call filehandles consistently so;
2000-08-02 Jarkko Hietaniemi The name of a filehandle does not have <these>.
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-30 Jarkko Hietaniemi A new version of the "remove UPPERACSE string comparison"
2000-07-28 Jarkko Hietaniemi Back out #6454, doesn't seem to work.
2000-07-27 Jarkko Hietaniemi Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2000-07-26 Jeffrey Friedl Make the unimplemented POSIX regex features [[.cc....
2000-07-25 Jarkko Hietaniemi Make the "uninit variable" warning to say "concat or...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-06-28 Jarkko Hietaniemi linenumber tweak
2000-06-28 Doug MacEachern Re: [PATCH] "Constant subroutine redefined" mandatory...
2000-06-27 David Dyck Do no -warn on \_, only on \alpha.
2000-05-28 Gurusamy Sarathy elide bogus test in change#6132
2000-05-28 Gurusamy Sarathy warnings::enabled() doesn't fall back to looking at...
2000-05-28 Gurusamy Sarathy downgrade fatal error on C<"foo@nosucharray.com"> to...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy fix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Gurusamy Sarathy fixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-04-27 Gurusamy Sarathy autoquote barewords followed by newline and arrow properly
2000-04-27 Gurusamy Sarathy change#4197 somehow missed initializing PL_errors,...
2000-04-27 Gurusamy Sarathy avoid "will not stay shared" warnings for our variables...
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy additional tests for change#5934 (from Paul Marquess...
2000-04-24 Gurusamy Sarathy propagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathy caller() wasn't returning the right number of elements for
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-19 Gurusamy Sarathy warn about CHECK and INIT blocks encountered at run...
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-03-13 Charles Bailey Resync with mainline post RC1
2000-03-13 Charles Bailey Basic 5.6.0 RC1 build patches for VMS
2000-03-11 Jarkko Hietaniemi Rewording.
2000-03-11 Gurusamy Sarathy reword comment
2000-03-11 Gurusamy Sarathy VMS build tweaks (from Charles Bailey)
2000-03-06 Charles Bailey Resync with mainline, update test in vmsfspec.t
2000-03-04 Gurusamy Sarathy avoid "scalars leaked" message in test
2000-03-03 Charles Bailey Once more unto resync
2000-03-03 Jarkko Hietaniemi /[[:alpha]/ now dies on unmatched [] instead of
2000-03-02 Gurusamy Sarathy avoid buffering issue in warn/8signal
2000-03-02 Charles Bailey YA sync with mainline
2000-03-02 Charles Bailey MIscellaneous tweaks to test and driver (Charles Lane)
2000-03-02 Charles Bailey Temrinate statements in pp_ctl warning test (Charles...
2000-03-01 Gurusamy Sarathy fix testsuite issues in change#5397
2000-03-01 Gurusamy Sarathy consolidated VMS patches (from Craig A. Berry
2000-02-22 Gurusamy Sarathy improvements for high-bit text literals (from Gisle...
2000-02-20 Gurusamy Sarathy missing file in change#5170
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy test fix needed by change#5164
2000-02-19 Gurusamy Sarathy rename "Probable precendence problem" diagnostic to...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy allow "\x{12ab}" even without C<use utf8>
2000-02-02 Gurusamy Sarathy future-proof unknown warning categories (from Greg...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy change#4721 needed line number adjustments
1999-12-28 Gurusamy Sarathy ebcdic tweaks for tests from Peter Prymmer
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-02 Gurusamy Sarathy ignore yet another known scalar leak
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy suppress scalar leak messages for known leaks (from
1999-10-14 Jarkko Hietaniemi Warn inside character classes about unknown backslash...
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-18 Gurusamy Sarathy tweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. Schwern More descriptive names for operators.
1999-09-13 Gurusamy Sarathy add -DPERL_Y2KWARN build option that will generate...
1999-09-06 Jarkko Hietaniemi Fix UV_SIZEOF to UVSIZE; change the overflow tests
1999-09-06 Paul Marquess Another patch for Lexical Warnings
1999-09-06 Gurusamy Sarathy applied patch suggested by Hans Mulder to fix problems on
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-16 Jarkko Hietaniemi Integrate with Nick.
1999-08-12 Nick Ing-Simmons Turn of deprecated warnings for defined(@Sompack::ISA...
1999-08-09 Jarkko Hietaniemi lexwarn maintenance: new warning class unsafe
1999-08-02 Jarkko Hietaniemi Mention that also *BSD systems with glibc are known...
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-25 Gurusamy Sarathy add note about glibc bug
1999-07-15 Jarkko Hietaniemi Fix the bin/oct/hex constant overflow tests for
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko Hietaniemi Sync regcomp warn with reality.
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Gurusamy Sarathy test tweak
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
next