This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add libscheck for Solaris.
[perl5.git] / t /
2000-02-25 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-25 Gurusamy Sarathychange#4849 wasn't restoring savestack correctly; make...
2000-02-25 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-25 Gurusamy Sarathyupdate PodParser to v1.10 (from Brad Appleton)
2000-02-25 Gurusamy Sarathymake File::Find tests tolerate case-insensitive systems...
2000-02-24 Jarkko HietaniemiThe op/stat.t patch in #5341 wasn't robust enough,
2000-02-24 Fifer, Ericcygwin port
2000-02-24 Jarkko HietaniemiMPE/ix patches from Mark Bixby.
2000-02-24 Lupe ChristophGet -lbind if available. Add pointer to perldelta...
2000-02-24 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-02-23 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Jarkko HietaniemiThe subtests 28 and 31 were wrong. Tightened also...
2000-02-22 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-22 Gurusamy SarathyPodParser-1.093 update (from Brad Appleton's site)
2000-02-22 Gurusamy Sarathydos-djgpp updates (from Laszlo Molnar <laszlo.molnar...
2000-02-22 Gurusamy Sarathyimprovements for high-bit text literals (from Gisle...
2000-02-22 Gurusamy Sarathyallow C<print v10>, $h{v13.10} etc.
2000-02-22 Gurusamy Sarathyadjust for lost fp precision in require version check
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-21 Jarkko HietaniemiIntegrate with Sarathy.
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-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-19 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-19 Gurusamy Sarathytests, doc tweak (from Gisle Aas)
2000-02-19 Gurusamy Sarathyfix bug in backtracking optimizer (from Makoto Ishisone
2000-02-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-19 Gurusamy SarathyPOSIX::strftime gets the date wrong (from John Tobey
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-19 Gurusamy Sarathyrename "Probable precendence problem" diagnostic to...
2000-02-19 Gurusamy Sarathysome fixes for mingw32/GCC (SETERRNO() still appears to
2000-02-18 Gurusamy Sarathystronger testcase for change#5126
2000-02-18 Gurusamy Sarathymake /\S/ match the same things /[\S]/ matches; likewis...
2000-02-17 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-17 Gurusamy Sarathyfix test that depends on op_dump() output
2000-02-16 Jarkko HietaniemiFcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-15 Gurusamy Sarathyadd XS version of Sys::Hostname (from Greg Bacon
2000-02-15 Gurusamy Sarathyoptimize pseudohash slice in array slice at compile...
2000-02-15 Gurusamy Sarathyfix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-15 Gurusamy Sarathymore complete File::Spec support for Mac and VMS, tests...
2000-02-15 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-11 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-10 Gurusamy Sarathylongstanding bug in parsing "require VERSION", could...
2000-02-10 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-10 Gurusamy Sarathyformline() could wipe out readonly-ness, freeing constants
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyfix parse error on C<{ use strict }> and other construc...
2000-02-06 Gurusamy Sarathyallow "\x{12ab}" even without C<use utf8>
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-04 Gurusamy SarathyOS/2 build fixups from Ilya Zakharevich
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-02-02 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-02 Gurusamy SarathyPodParser-1.092 update via CPAN (from Brad Appleton)
2000-02-02 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-02 Gurusamy Sarathyfuture-proof unknown warning categories (from Greg...
2000-02-01 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-28 Gurusamy Sarathymore exported symbols needed for build on windows
2000-01-27 Gurusamy Sarathydocument unimplemented status of forking pipe open...
2000-01-27 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-26 Gurusamy Sarathyrevised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathytweak exports list on Windows
2000-01-26 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-26 Gurusamy Sarathychange#3744 should have made grep more like map instead...
2000-01-25 Gurusamy Sarathyproduce redeclaration warning on C<our $foo; { our...
2000-01-25 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-25 Gurusamy Sarathyworkaround for rename('x','X') bug in Windows NT
2000-01-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-23 Gurusamy Sarathynew test (from Michael G Schwern <schwern@pobox.com>)
2000-01-23 Gurusamy Sarathycygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2000-01-23 Gurusamy Sarathyfix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathyfix scope cleanup when next jumps to a continue block...
2000-01-22 Gurusamy SarathyCGI.pm upgraded to v2.56 from CPAN
2000-01-22 Gurusamy Sarathytruncate(FH) flushes FH before truncating it
2000-01-22 John Tobey[ID 19991216.006] [PATCH 5.005_63] Reloading modules...
2000-01-22 Gurusamy Sarathyfix deeply nested closures that have no references...
2000-01-21 Gurusamy Sarathyfix bug in dumping self-referential scalars
2000-01-21 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-21 Gurusamy Sarathysupport for C<exists &func> (from Spider Boardman)
2000-01-18 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-01-17 Jarkko HietaniemiAdd -D_GNU_SOURCE into ccflags for gcc (for now to...
2000-01-16 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
2000-01-13 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
2000-01-11 Gurusamy Sarathytest for change#4792
2000-01-10 Gurusamy Sarathytest tweak
2000-01-10 Gurusamy Sarathyfailing RE test added (from Robert Cunningham <rkc...
2000-01-10 Gurusamy Sarathyenable fork.t on windows
next