This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix problem on some platforms
[perl5.git] / ext /
2008-12-25 Rafael Garcia-SuarezSome source files and documentation files need not...
2008-12-20 Nicholas ClarkThere shouldn't be a ByteLoader directory in ext, even...
2008-12-19 Florian RagwitzFix up .gitignore files some more
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-12-12 Steve HayUpgrade to Win32API-File 0.1101
2008-12-12 Steve HayApply revision 1241 (and 1250) from the TAP::Harness...
2008-12-09 Dave Mitchellbump Data::Dumper version number.
2008-12-05 Dave Mitchellwhether DEPTH gets dumped in formats varies within...
2008-12-05 Dave Mitchellin Dump output, PV field of format may or not be displa...
2008-12-05 Dave Mitchellremove syntax error from < 5.10 branch of Data::Dumper
2008-11-29 Marcus Holland-MoritzUpgrade to IPC::SysV 2.00_02
2008-11-26 Marcus Holland-MoritzUpgrade to IPC::SysV 2.00_01
2008-11-25 Jerry D. Heddenthreads::shared 1.27
2008-11-25 Nicholas ClarkA correction to change 34909 - we want *different*...
2008-11-25 Nicholas ClarkTweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-SuarezSkip two tests under ithreads, where the constant lives...
2008-11-16 Gisle AasSync up with Digest-MD5-2.38 from CPAN
2008-11-16 Florian RagwitzMake B::walksymtable not recurse into packages that...
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-12 Gisle AasSync up with Digest-MD5-2.37 from CPAN
2008-11-09 Michael G. Schwerndiagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
2008-11-08 Marcus Holland-MoritzMake sure PerlIO::via doesn't leave its old GV's hanging
2008-11-08 Steve PetersFrom change #34775, reverting perlio.c change for now...
2008-11-08 Marcus Holland-MoritzAssigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-08 Goro FujiRe: [perl #56644] PerlIO resource leaks on open() and...
2008-11-08 Goro FujiRe: [perl #57322] perlbug AutoReply: ungetc() to :scala...
2008-11-08 Renee Baecker[perl #18306] This problem seems to be fixed and a...
2008-11-06 Marcus Holland-MoritzNDBM just isn't meant to be used with C++. So this
2008-11-06 Marcus Holland-MoritzAdd prototype detection for NDBM header files
2008-11-03 Rafael Garcia-SuarezSilence one more format warning
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkChange 34672 should have removed a const from re.xs...
2008-10-31 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.14_05
2008-10-30 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.14_04
2008-10-29 Nicholas ClarkUpgrade to PathTools 3.29.
2008-10-29 Nicholas ClarkAvoid leaving a VAR.txt after testing terminates on...
2008-10-29 Ingo WeinholdHaiku Port
2008-10-27 Nicholas ClarkAfter the upgrade to 3.28_03 we need to revert change...
2008-10-27 Nicholas ClarkUpgrade to PathTools 3.28_03.
2008-10-27 Nicholas ClarkGrab the second half of r10084 for cwd.t, which wasn...
2008-10-27 Nicholas ClarkUpgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
2008-10-21 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.14_03
2008-10-21 Nicholas ClarkCwd.xs won't load in development releases, unless we...
2008-10-19 Nicholas ClarkUpgrade PathTools to 3.28_01
2008-10-18 Nicholas ClarkSuggestion from Slaven - reverse the part of 23348...
2008-10-15 YAMASHINA HioStorable.thaw segv on blessed reference to overloaded...
2008-10-12 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.14_02
2008-09-29 H.Merijn BrandVersion up for adding hints/hpux.pl
2008-09-29 H.Merijn BrandStorable and HP-UX Optimizer don't like eachother on...
2008-09-27 Nicholas Clark$? is PVLV on VMS (and actually, anywhere else where...
2008-09-26 Steve HayUpgrade Compression modules to 2.015
2008-09-26 Nicholas ClarkUpgrade to XSLoader 0.10.
2008-09-26 H.Merijn Brand$! and $1 are PVMG(), but their content is undefined...
2008-09-25 H.Merijn BrandAdd new test file to MANIFEST. Fix tests for threaded...
2008-09-25 H.Merijn BrandNew XS::APItest's for sv_peek based on my DDumper work
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-09-23 Nicholas ClarkThe tests for the -ostash option to B::Concise will...
2008-09-23 Nicholas ClarkFix tests for the case of -Du_usedl
2008-09-23 Andy Dougherty[perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader...
2008-09-22 Rafael Garcia-SuarezAvoid uninitialized warnings from XSLoader
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.27.tar.gz
2008-09-20 Gisle AasImplement IO::Handle::say the same way as the builtin...
2008-09-15 Nicholas ClarkBump $O::VERSION, to reflect change 32626, a doc change...
2008-09-15 Steve HayBump VERSIONs in all non-dual-lived modules that have...
2008-09-14 Nicholas ClarkThe program spawned from process.t needs to set up...
2008-09-13 Nicholas ClarkUpgrade to Test::Harness 3.14
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-09 Nicholas ClarkSuck in r1147 from TH3's svn:
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-08 Nicholas ClarkCross-propagate changes between make_ext and make_ext_c...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-08-26 Nicholas ClarkMove all of Test::Harness's test modules into ext/Test...
2008-08-26 Nicholas ClarkMove t/lib/{data,sample-tests,source_tests,subclass_tes...
2008-08-24 Rafael Garcia-SuarezPatch by Tod Hagan to document the 2nd argument of...
2008-08-19 Nicholas ClarkMove the modules, tests, prove and Changes file from...
2008-07-31 Nicholas ClarkYou can't (and shouldn't) use CvDEPTH on a PVFM.
2008-07-30 Jerry D. HeddenVersion bump for Data::Dumper
2008-07-30 Vincent Pit[perl #56766] [PATCH]
2008-07-23 Steve HayUndo io_linenum.t part of #34148. It was io_multihomed...
2008-07-23 Jerry D. HeddenAdd watchdog() call to ext/IO/t/io_multihomed.t
2008-07-16 Jerry D. Heddenwatchdog() for threads tests
2008-07-16 Jerry D. Heddenthreads::shared 1.26
2008-07-16 Jerry D. Heddenwatchdog() some IO tests
2008-07-16 Rafael Garcia-SuarezReally apply change #34143
2008-07-16 Paul MarquessUpdate Compression modules to version 2.012
2008-07-15 Rafael Garcia-SuarezUpgrade to threads::shared 1.25 by Jerry D. Hedden
2008-07-12 Nicholas ClarkPVFMs don't need to access the IVX any more. (as of...
2008-07-12 Nicholas ClarkTest that formats can be dumped.
2008-07-11 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.14_01
2008-07-10 Jerry D. Heddenthreads::shared 1.24 (still more)
2008-07-10 Jerry D. Heddenthreads::shared 1.24 (more)
2008-07-08 Jerry D. Heddenthreads::shared 1.24 (phase 3)
2008-07-07 Steve HayUpgrade to Encode-2.26
2008-07-06 Jerry D. Heddenthreads::shared 1.24 (phase 2)
2008-07-02 Jerry D. Heddenthreads::shared 1.24
2008-06-30 Steve HayUpgrade to Win32-0.38
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-06-27 Steve HayUpgrade to Win32-0.37
next