Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
[p5sagit/p5-mst-13.2.git] / ext /
2000-09-07 Gisle Aas Make Data::Dumper (non-XS) to work with changed semanti...
2000-09-07 Gisle Aas Modernize Opcode.pm documentation
2000-09-02 Jarkko Hietaniemi Retab MANIFEST.
2000-09-01 Jarkko Hietaniemi Update to Storable 1.0, from Raphael Manfredi.
2000-08-31 Spider Boardman POSIX doesn't report long double values under -Duselong...
2000-08-30 Jarkko Hietaniemi From now on, Gisle is on my list of usual suspects :-)
2000-08-29 Gisle Aas Retry what #6882 attempted.
2000-08-29 Jarkko Hietaniemi Nail the ID 20000828.023.
2000-08-29 Jarkko Hietaniemi Retract #6882, broke the safe tests.
2000-08-29 Gisle Aas [ID 20000829.004] Sharing leak root name into safe...
2000-08-29 Abigail Warnings in B::Deparse
2000-08-29 Lupe Christoph Fix for thinko in #6848.
2000-08-28 Nicholas Clark [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6...
2000-08-27 Jarkko Hietaniemi Big-endian 64-bit patch from Raphael Manfredi.
2000-08-27 Jarkko Hietaniemi Use the actual thread type, not the pointer-to-struct.
2000-08-26 Jarkko Hietaniemi More casting.
2000-08-26 Jarkko Hietaniemi Nicer in decimal.
2000-08-26 Jarkko Hietaniemi There be no UVdf.
2000-08-26 Jarkko Hietaniemi Continue IVdfing and UVxfing.
2000-08-26 Jarkko Hietaniemi Use IVdf.
2000-08-26 Jarkko Hietaniemi Use UVxf, PTR2UV, NVff.
2000-08-25 Jarkko Hietaniemi A solution for the retrieve_fd autosplit warning,
2000-08-24 Jarkko Hietaniemi Upgrade to Storable 0.7.4, from Raphael Manfredi,
2000-08-23 Jarkko Hietaniemi Bad makefile.
2000-08-23 Jarkko Hietaniemi Portability fix from Hugo van der Sanden.
2000-08-23 Peter Prymmer fix a small typo in Storable.xs
2000-08-23 Jarkko Hietaniemi VMS MMS (make) wants null action.
2000-08-22 Jarkko Hietaniemi Be portable.
2000-08-22 Jarkko Hietaniemi cSVOPo_*v things index into the current PL_curpad
2000-08-22 Yitzchak Scott-Tho... Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 ...
2000-08-22 Peter Prymmer configure.com updates and syslog build
2000-08-22 Hugo van der Sanden B:: missing dependency
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-08-21 Jarkko Hietaniemi Few more casts, need reported in
2000-08-21 Radu Greab Support long doubles in Storable.
2000-08-21 Daniel Chetlin Array context keeps slithering in.
2000-08-21 Jarkko Hietaniemi Big-endian quad fixes for Storable from Radu Greab,
2000-08-21 Radu Greab Add Storable 0.7.2 from Raphael Manfredi,
2000-08-20 Radu Greab (Replaced by #8364.)
2000-08-19 Jarkko Hietaniemi Put back the long double avoidance code to POSIX.xs
2000-08-18 Peter Scott Typo in pp_complement().
2000-08-18 Jarkko Hietaniemi Document the NDBM_File and ODBM_File as SDBM_File
2000-08-18 Abigail Use NVs in POSIX math, not doubles.
2000-08-17 Abigail Do not use prototyping here.
2000-08-11 Simon Cozens B::Deparse didn't do sub attributes.
2000-08-11 Jarkko Hietaniemi Document the IO::Select timeout.
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-02 Jarkko Hietaniemi detypo #6494
2000-08-02 Gurusamy Sarathy Dump UVs as UVs in Data::Dumper.
2000-07-17 Mark-Jason Dominus SDBM_File documentation
2000-07-14 Gurusamy Sarathy rename totally bletcherous SvLOCK() thingy (doesn't...
2000-07-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-12 Gurusamy Sarathy don't clobber *.orig files on *clean targets
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6261..6266 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6224..6229 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6174..6203 into mainline...
2000-07-11 Hubert Feyrer [ID 20000705.002] problem with perl 5.6.0 on NetBSD...
2000-07-10 Jarkko Hietaniemi More POSIX.pod tweaks.
2000-07-08 Jarkko Hietaniemi Fix a nit spotted by 64bit IRIX compilation: a (64...
2000-07-06 Jarkko Hietaniemi Add =head1 NAMEs so that buildtoc is happy.
2000-07-04 Jarkko Hietaniemi More POSIX.pod embellishment.
2000-06-30 Jarkko Hietaniemi Elaborate POSIX.pod. Still needs work.
2000-06-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-30 Gurusamy Sarathy localize %INC in a Safe compartment so that use/require...
2000-06-29 Andy Dougherty [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
2000-06-29 Yitzchak Scott-Tho... Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2000-06-27 Nicholas Clark [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message...
2000-06-25 Jarkko Hietaniemi Regen headers.
2000-06-23 Doug MacEachern [PATCH] remove forward declarations in Socket.pm
2000-06-22 Jarkko Hietaniemi Bytecode patches from Benjamin Stuhl.
2000-06-15 Jarkko Hietaniemi Bytecode patches from Benjamin Stuhl.
2000-06-07 Jarkko Hietaniemi Continuing mopup for #6204.
2000-06-07 Jarkko Hietaniemi Mopup for #6204.
2000-06-06 Benjamin Stuhl B::Bytecode patches
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-06-01 Gurusamy Sarathy replace pod2latex with the one in Pod-LaTeX v0.52 from...
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy random pod typos (from Peter Scott <Peter@PSDT.com>)
2000-05-28 Gurusamy Sarathy avoid warnings in POSIX.pm (from Barrie Slaymaker)
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-02 Jarkko Hietaniemi Be more forgiving in POSIX about HUGE_VALL.
2000-05-01 Jarkko Hietaniemi Use HUGE_VALL if applicable.
2000-04-29 Gurusamy Sarathy make lib/syslog.t portable to systems that don't have...
2000-04-28 Gurusamy Sarathy IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Gurusamy Sarathy B::Bytecode tweaks (from Simon Cozens <simon@brecon...
2000-04-28 Gurusamy Sarathy forked child may not exit correctly if it failed to...
2000-04-28 Gurusamy Sarathy avoid error in IO::Socket::INET when given an unknown...
2000-04-28 Gurusamy Sarathy rename File::Glob::glob() to File::Glob::bsd_glob(...
2000-04-27 Gurusamy Sarathy DB_File v1.73 update (from Paul Marquess)
2000-04-27 Gurusamy Sarathy Data::Dumper fumbles negative numbers on 32-bit platfor...
2000-04-27 Gurusamy Sarathy fix Sys::Syslog breakage on domain sockets (from Tom...
2000-04-27 Gurusamy Sarathy add testsuite for B backends, fix bug in B::Deparse...
2000-04-27 Gurusamy Sarathy change#3569 deleted some essential code, revert; avoid...
2000-04-25 Gurusamy Sarathy use ...
2000-04-24 Gurusamy Sarathy Consolidated B::Deparse fixes (from Stephen McCamant)
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
next