This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
[perl5.git] / t / pragma /
2000-04-27 Gurusamy Sarathyavoid "will not stay shared" warnings for our variables...
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyadditional tests for change#5934 (from Paul Marquess...
2000-04-24 Gurusamy Sarathypropagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathymake eq unicode-aware (from Gisle Aas); fix bogus tests...
2000-04-24 Gurusamy Sarathycaller() wasn't returning the right number of elements for
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-19 Gurusamy Sarathysquelch known scalar leak due to compile failure
2000-03-19 Gurusamy Sarathywarn about CHECK and INIT blocks encountered at run...
2000-03-18 Gurusamy Sarathyqueued errors may not be displayed after the PL_error_c...
2000-03-18 Gurusamy Sarathymake return values from match in a list context, as...
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-13 Charles BaileyResync with mainline post RC1
2000-03-13 Charles BaileyBasic 5.6.0 RC1 build patches for VMS
2000-03-11 Jarkko HietaniemiRewording.
2000-03-11 Gurusamy Sarathyreword comment
2000-03-11 Gurusamy SarathyVMS build tweaks (from Charles Bailey)
2000-03-06 Charles BaileyResync with mainline, update test in vmsfspec.t
2000-03-05 Gurusamy Sarathythinko in change#4546 that caused variables to lose...
2000-03-04 Gurusamy Sarathyavoid "scalars leaked" message in test
2000-03-03 Charles BaileyOnce more unto resync
2000-03-03 Jarkko Hietaniemi/[[:alpha]/ now dies on unmatched [] instead of
2000-03-02 Gurusamy Sarathyavoid buffering issue in warn/8signal
2000-03-02 Charles BaileyYA sync with mainline
2000-03-02 Charles BaileyMIscellaneous tweaks to test and driver (Charles Lane)
2000-03-02 Charles BaileyTake advantage of new subprocess invocation (Charles...
2000-03-02 Charles BaileyTemrinate statements in pp_ctl warning test (Charles...
2000-03-01 Gurusamy Sarathyfix testsuite issues in change#5397
2000-03-01 Gurusamy Sarathyconsolidated VMS patches (from Craig A. Berry
2000-02-27 gomar@md.media-web.deFix locale case-ignorant matching bug reported in
2000-02-22 Gurusamy Sarathyimprovements for high-bit text literals (from Gisle...
2000-02-20 Gurusamy Sarathymissing file in change#5170
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathytest fix needed by change#5164
2000-02-19 Gurusamy Sarathyrename "Probable precendence problem" diagnostic to...
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyallow "\x{12ab}" even without C<use utf8>
2000-02-02 Gurusamy Sarathyfuture-proof unknown warning categories (from Greg...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-25 Gurusamy Sarathyproduce redeclaration warning on C<our $foo; { our...
2000-01-23 Gurusamy Sarathynew test (from Michael G Schwern <schwern@pobox.com>)
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
2000-01-06 Gurusamy Sarathyconstant ranges could escape bareword check in list...
1999-12-28 Gurusamy Sarathychange#4721 needed line number adjustments
1999-12-28 Gurusamy Sarathymore ebcdic testsuite fixups (from Peter Prymmer)
1999-12-28 Gurusamy Sarathyebcdic tweaks for tests from Peter Prymmer
1999-12-28 Gurusamy Sarathynewer version of constant.pm from Tom Phoenix; added...
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathys/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-02 Gurusamy Sarathyignore yet another known scalar leak
1999-11-13 Gurusamy Sarathyrevert non-kosher parts of change#4562 (sort order...
1999-11-13 Peter Prymmerwas Re: [ID 19991102.003] perl on os390
1999-10-24 Nick Ing-SimmonsFollow that camel ... another sync.
1999-10-24 Gurusamy Sarathysuppress scalar leak messages for known leaks (from
1999-10-14 Jarkko HietaniemiWarn inside character classes about unknown backslash...
1999-10-14 Jarkko HietaniemiWarn about false ranges like \d-\w (see the change...
1999-10-12 Gurusamy Sarathyadd File::BSDGlob as File::Glob and load it at compile...
1999-10-04 Michael G. SchwernRe: [PATCH av.c, op.c, perldiag.pod] "array field"...
1999-10-02 Gurusamy Sarathydeprecate C<use attrs>
1999-09-29 Charles Baileyresync with mainline
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-18 Gurusamy Sarathytweak some op names in change#4177 (will any of this...
1999-09-17 Michael G. SchwernMore descriptive names for operators.
1999-09-13 Gurusamy Sarathyadd -DPERL_Y2KWARN build option that will generate...
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-06 Jarkko HietaniemiFix UV_SIZEOF to UVSIZE; change the overflow tests
1999-09-06 Gurusamy Sarathypropagate changed error text
1999-09-06 Paul MarquessAnother patch for Lexical Warnings
1999-09-06 Gurusamy Sarathyapplied patch suggested by Hans Mulder to fix problems on
1999-09-06 Gurusamy Sarathyoptional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.
1999-08-16 Jarkko HietaniemiIntegrate with Nick.
1999-08-12 Nick Ing-SimmonsTurn of deprecated warnings for defined(@Sompack::ISA...
1999-08-09 Jarkko Hietaniemilexwarn maintenance: new warning class unsafe
1999-08-02 Jarkko HietaniemiMention that also *BSD systems with glibc are known...
1999-08-02 Jarkko HietaniemiMore 64-bit fixing. One known bug of that kind
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-07-29 Jarkko HietaniemiRepent and make overly large integerish
1999-07-27 Jarkko HietaniemiInteger constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-25 Jarkko HietaniemiRecode locale.t so that the change in #3730
1999-07-25 Gurusamy Sarathyadd note about glibc bug
1999-07-25 Gurusamy Sarathyfix little utf8 nits in testsuite; add patch from Ilya...
1999-07-15 Jarkko HietaniemiFix the bin/oct/hex constant overflow tests for
1999-07-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-12 Gurusamy Sarathytweaks for win32/borland
1999-07-10 Jarkko HietaniemiChange t/pragma/warn oct()/hex() overflow tests to...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
next