make -t mode the default on emacs/dumb terminals
[p5sagit/p5-mst-13.2.git] / t /
1999-05-24 Gurusamy Sarathy allow '*' prototype to autoquote even barewords that...
1999-05-23 Gurusamy Sarathy remove redundant part of change#1169 superseded by...
1999-05-21 Jarkko Hietaniemi Integrate from mainperl.
1999-05-21 Gurusamy Sarathy test tweak
1999-05-12 Jarkko Hietaniemi Integrate from mainperl.
1999-05-12 Hugo van der Sanden better range-checking on list slices, with test
1999-05-12 Gurusamy Sarathy change#3397 needs test tweak
1999-05-12 Gurusamy Sarathy more testsuite smarts (many of them courtesy Ilya)
1999-05-11 Jarkko Hietaniemi Integrate from mainperl.
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Jarkko Hietaniemi Integrate from mainperl.
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Gurusamy Sarathy testsuite nits
1999-05-10 Paul Johnson test suite and fix input_line_number()
1999-05-10 Hugo van der Sanden fix overeager [:foo:] parsing
1999-05-10 Gurusamy Sarathy more Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-05-10 Charles Bailey applied suggested patch, modulo already applied parts
1999-05-10 Gurusamy Sarathy more bulletproof workaround for mangled paths (updates...
1999-05-09 Gurusamy Sarathy fix typo in dbm filters that caused odbm.t to fail
1999-05-09 Gurusamy Sarathy tweak test totals
1999-05-08 Jarkko Hietaniemi Integrate from mainperl.
1999-05-08 Gurusamy Sarathy allow AV/HV dereferences on pseudohashes ($ph->{foo...
1999-05-08 Gurusamy Sarathy update test totals
1999-05-08 William Mann applied suggested patch, added tests
1999-05-08 Nick Ing-Simmons Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-05-08 Nick Ing-Simmons Tweaks to open(my $fh,...) stuff
1999-05-08 Gurusamy Sarathy add test case for AUTOLOAD reentrancy fix in change...
1999-05-07 Nick Ing-Simmons Implement open( my $fh, ...) and similar.
1999-05-07 Gurusamy Sarathy From: Dan Sugalski <sugalskd@osshe.edu>
1999-05-07 Ilya Zakharevich Make % use fmod()
1999-05-07 Paul Marquess DBM Filters (via private mail)
1999-05-06 Nick Ing-Simmons open(FH,undef) # creates new_tmpfile opened read/write
1999-05-06 Gurusamy Sarathy compiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-05-06 Jarkko Hietaniemi Integrate from mainperl.
1999-05-06 Gurusamy Sarathy additional test for IPC::Open3 (courtesy RonaldWS@aol...
1999-05-05 Gurusamy Sarathy upgrade Pod::Parser to v1.081 from CPAN
1999-05-02 Gurusamy Sarathy add test case for change#3298
1999-04-30 Jarkko Hietaniemi Integrate from mainperl.
1999-04-26 Gurusamy Sarathy allow embedded null characters in diagnostics
1999-04-25 Gurusamy Sarathy fix buggy reference count on refs to SVs with autoviv...
1999-04-24 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-04-13 Jarkko Hietaniemi Add information about the two DEC C compiler optimizer...
1999-04-11 Jarkko Hietaniemi If both ways to call semctl are broken, skip the tests.
1999-04-03 Jarkko Hietaniemi Integrate from mainperl.
1999-04-02 Gurusamy Sarathy a typo in change#3205
1999-04-02 Gurusamy Sarathy make testsuite reflect change#3157 (Math::BigFloat...
1999-03-28 Jarkko Hietaniemi Integrate from mainperl.
1999-03-28 Gurusamy Sarathy integrate change#3179 from maint-5.005
1999-03-28 Gurusamy Sarathy fix bogus OPf_REF context for the BLOCK in C<grep BLOCK...
1999-03-26 Jarkko Hietaniemi Integrate from mainperl.
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
1999-03-25 Russ Allbery [5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-03-24 Jarkko Hietaniemi Integrate from mainperl.
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-03-24 Gurusamy Sarathy integrate changes#3116,3119 from maint-5.005
1999-03-24 Gurusamy Sarathy integrate change#3104 from maint-5.005
1999-03-24 Gurusamy Sarathy fix failure of C<&locked_sub;> under -Dusethreads
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-24 Gurusamy Sarathy fix off-by-one that resulted in misparse of C</[\x...
1999-03-23 Gurusamy Sarathy File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1999-03-23 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-03-23 Gurusamy Sarathy add Pod-Parser-1.08 (verbatim module =include tests...
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-23 Gurusamy Sarathy avoid typeglob persistence in pp_readline()
1999-03-17 Jarkko Hietaniemi Rhapsody change assumed too much.
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-03-10 Jarkko Hietaniemi Integrate from mainperl.
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathy adjust testsuite for change#3067
1999-03-05 Jarkko Hietaniemi Integrate from mainperl.
1999-03-05 Gurusamy Sarathy adjust timeouts to accomodate slow/busy systems
1999-03-04 Jarkko Hietaniemi Integrate from mainperl.
1999-03-04 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-03-04 Gurusamy Sarathy HP-UX has yet another spelling for /NaNQ?/
1999-03-04 Gurusamy Sarathy error-check for accept() test
1999-03-03 Jarkko Hietaniemi Use '!' to mark native integer packings instead of...
1999-03-01 Jarkko Hietaniemi Integrate from mainperl.
1999-02-28 Gurusamy Sarathy fix subtle bug in eval'' testsuite
1999-02-28 Gurusamy Sarathy avoid literal control characters in change#3039
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-28 Gurusamy Sarathy fix longstanding bug: searches for lexicals originating...
1999-02-24 Jarkko Hietaniemi Integrate from mainperl.
1999-02-24 Gurusamy Sarathy integrate cfgperl contents
1999-02-24 M. J. T. Guy testsuite adjustments
1999-02-22 Paul Marquess DB_File 1.64 patch
1999-02-21 Jarkko Hietaniemi Sync cfgperl with maint-5.005 change #3000.
1999-02-20 Hugo van der Sanden test failures with MIME-tools-4.122 and perl 5.005_55
1999-02-19 Gurusamy Sarathy tweak RE for NaNQ? recognition
1999-02-19 Jarkko Hietaniemi pack/unpack better in (network-)short-non-16-bits and
1999-02-19 Gurusamy Sarathy bring '*' prototype closer to how it behaves internally
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-17 Hugo van der Sanden fix comppad handling for failures in eval 'qr/(?p{...
1999-02-16 Gurusamy Sarathy NaNQ? tweak
1999-02-16 Gurusamy Sarathy integrate change#2852 from maint-5.005; integrate cfgpe...
1999-02-15 Jarkko Hietaniemi The pack tests now better in C90 (after the packnative...
1999-02-15 Jarkko Hietaniemi Enhance the packnative patch: use the packnative code
1999-02-15 Jarkko Hietaniemi Integrate from mainperl.
1999-02-15 Gurusamy Sarathy allow /0|NaN/ on some bigfloatpm.t tests for portabilit...
next