This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(Replaced by change #3921)
[perl5.git] / t / pragma /
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...
1999-07-07 Gurusamy Sarathyintegrate cfgperl contents
1999-07-07 Ilya ZakharevichRe: [ID 19990705.001] Overloading boolean conversion
1999-07-07 Jarkko HietaniemiSync regcomp warn with reality.
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-07-06 Gurusamy Sarathytest tweak
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Jarkko HietaniemiAdd test for change #3568 plus general cleanup.
1999-07-04 Gurusamy Sarathyremove misleading info on defined(&func), unclutter...
1999-06-18 Jarkko HietaniemiTidy up #3542 and #3543.
1999-06-18 Jarkko HietaniemiSpice up locale.t.
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-02 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-06-01 Gurusamy Sarathychange#3447 didn't do enough to exempt Foo->bar(qw...
1999-05-28 Mark-Jason DominusPATCH (5.005_57): defined(@a) now deprecated
1999-05-12 Gurusamy Sarathychange#3397 needs test tweak
1999-05-10 Charles Baileyapplied suggested patch, modulo already applied parts
1999-03-24 Gurusamy Sarathybetter "Illegal %s digit ignored" warnings
1999-03-24 Gurusamy Sarathyfix off-by-one that resulted in misparse of C</[\x...
1999-03-09 Gurusamy Sarathyadjust testsuite for change#3067
1999-02-12 Ilya ZakharevichRemove extraneous sh in test suites
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1999-01-18 Gurusamy Sarathya few random cleanups
1999-01-17 Gurusamy Sarathyvarious tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathysanity check piped opens (tweaked version of patch...
1999-01-01 Jarkko HietaniemiFrom: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-12-21 Jarkko HietaniemiUpdate on change #2493.
1998-12-14 Jarkko HietaniemiAIX' error messages are different.
1998-12-03 Hans MulderInitial VMS patches
1998-11-28 Gurusamy Sarathyintegrate cfgperl changes into mainline
1998-11-28 Ilya ZakharevichYet another OS/2 patch
1998-11-28 Jarkko HietaniemiRevamp the locale tests.
1998-11-18 Gurusamy Sarathytweak change#2245 to skip previous message if any
1998-11-17 Gurusamy Sarathyallow C<sort $coderef @foo>
1998-11-17 Gurusamy Sarathypropagate failures in DESTROY() as (optional) warnings
1998-11-17 Gurusamy Sarathyfix skipspace() to properly account for newlines in...
1998-10-31 Gurusamy Sarathybump patchlevel; other minor fixes for clean build...
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Jarkko HietaniemiThere can be multiple yacc/bison errors.
1998-10-28 Ilya ZakharevichMake sort respect overloading
1998-10-28 Gurusamy Sarathyintegrate cfgperl into mainline
1998-10-28 Gurusamy Sarathyminor cleanup
1998-10-28 Jarkko HietaniemiThe "parse error" must be converted to "syntax error",
1998-10-28 Jarkko HietaniemiBison says 'parse error', not 'parser error'.
1998-10-26 Jarkko HietaniemiMore robustness.
1998-10-23 Jarkko HietaniemiTest suite portability:
1998-10-21 Jarkko Hietaniemiyielding, the saga continues.
1998-10-21 Gurusamy Sarathyrestore sanity to "constant" references
1998-10-17 Jarkko HietaniemiMore robust yacc/bison failure output handling.
1998-10-13 Gurusamy Sarathydefer "deep recursion" warnings until CXt_SUB context...
1998-09-23 Dominic DunlopEliminate pragma/warn-regexec test dependence on REG_IN...
1998-09-23 Gurusamy Sarathyrename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathytweak warning test
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-01 Ilya Zakharevichfixes for overloading bugs and docs, tweaked some
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-05-21 Gurusamy Sarathy[win32] more mingw32 tweaks
1998-04-17 Gurusamy Sarathy[win32] support POSIX, enable more locale tests
1998-03-03 Tkil[win32] merge another conflicting maintpatch to op.c
1998-03-03 Hugo van der Sanden[win32] yet another maintpatch
1998-02-12 Jarkko Hietaniemi[PATCH] 5.004_58: the locale.t problem in IRIX
1998-01-08 Jarkko HietaniemiFix thinko in t/pragma/locale.t:
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-09-05 Tim Bunce[inseperable differences to perl 5.004_03] perl-5.004_03
1997-04-22 Andreas KoenigDon't put leading newline on numeric strings
1997-04-09 Perl 5 Porters[inseparable changes from match from perl-5.003_97c... perl-5.003_97d
1997-03-25 Chip Salzenberg[differences between cumulative patch application and... perl-5.003_96
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-22 Perl 5 Porters[inseparable changes from match from perl-5.003_94...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-03-06 Chip SalzenbergIgnore backup files in strict.t and warning.t
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-03-01 Chip SalzenbergDon't test locales if there is no setlocale()
1997-03-01 Raphael ManfrediHP-UX hint update
1997-03-01 Chip SalzenbergDon't test locales if there is no setlocale()
1997-02-21 Chip SalzenbergDon't run locale test if -DNO_LOCALE
1997-02-18 Chip SalzenbergRemove non-portable locale tests
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
next