avoid .exe in $Config{cc} (spotted by Vadim Konovalov
[p5sagit/p5-mst-13.2.git] / t / pragma / warn /
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.
1999-07-04 Gurusamy Sarathy remove misleading info on defined(...
1999-05-28 Mark-Jason Dominus PATCH (5.005_57): defined(@a) now deprecated
1999-05-12 Gurusamy Sarathy change#3397 needs test tweak
1999-05-10 Charles Bailey applied suggested patch, modulo already applied parts
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-09 Gurusamy Sarathy adjust testsuite for change#3067
1999-01-18 Gurusamy Sarathy a few random cleanups
1999-01-17 Gurusamy Sarathy various tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathy sanity check piped opens (tweaked version of patch...
1999-01-01 Jarkko Hietaniemi From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-12-21 Jarkko Hietaniemi Update on change #2493.
1998-12-14 Jarkko Hietaniemi AIX' error messages are different.
1998-11-28 Ilya Zakharevich Yet another OS/2 patch
1998-11-18 Gurusamy Sarathy tweak change#2245 to skip previous message if any
1998-11-17 Gurusamy Sarathy propagate failures in DESTROY() as (optional) warnings
1998-11-17 Gurusamy Sarathy fix skipspace() to properly account for newlines in...
1998-10-31 Gurusamy Sarathy bump patchlevel; other minor fixes for clean build...
1998-10-28 Gurusamy Sarathy minor cleanup
1998-10-23 Jarkko Hietaniemi Test suite portability:
1998-10-13 Gurusamy Sarathy defer "deep recursion" warnings until CXt_SUB context...
1998-09-23 Dominic Dunlop Eliminate pragma/warn-regexec test dependence on REG_IN...
1998-09-23 Gurusamy Sarathy rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly