Move ext/util/make_ext.pl to the top level.
[p5sagit/p5-mst-13.2.git] / ext /
2009-01-28 Nicholas Clark Move ext/util/make_ext.pl to the top level.
2009-01-28 Nicholas Clark Fold ext/util/make_ext_cross into ext/util/make_ext...
2009-01-25 Lanning, Scott Some POD patches for PerlIO and PerlIO::var
2009-01-23 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.16
2009-01-23 Rafael Garcia-Suarez Fix deparsing of constant subroutines
2009-01-22 Steve Hay Upgrade to Encode-2.27
2009-01-21 Nicholas Clark Convert db_get_cv() to use get_cvn_flags() as it alread...
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas Clark In attrs::get(), use Perl_get_cvn_flags() rather than...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_sv...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_sv...
2009-01-21 Nicholas Clark Update the documentation of get_sv() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_av() to note that it...
2009-01-21 Frank Wiegand POD typos
2009-01-21 David Golden Make DB_File use -ldb on MSWin32 with a gcc compiler
2009-01-18 Rafael Garcia-Suarez Make B::Deparse handle the _ prototype
2009-01-18 Rafael Garcia-Suarez [perl #62488] B::Deparse fails on 'CORE::require(STRING)'
2009-01-18 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.15
2009-01-16 Rafael Garcia-Suarez Fix deparsing of readpipe() ([perl #62428])
2009-01-14 Nicholas Clark Make make_ext.pl write out a shell script of its action...
2009-01-13 Nicholas Clark ext/Hash/Util/Makefile.PL should not recurse to FieldHa...
2009-01-13 Steve Hay Silence Win32 compiler warnings.
2009-01-12 Florian Ragwitz Ignore ext/DB_File/constants.xs.
2009-01-10 Steffen Mueller miniperl-ification of ext/utils/make_ext
2009-01-10 Steffen Mueller move ext/utils/make_ext to ext/utils/make_ext.pl
2009-01-09 John Malmberg 'VMS support for Unix and extended file specifications...
2009-01-09 John Malmberg Merge changes from PathTools: 'Update to support VMS...
2009-01-08 John Malmberg ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes
2009-01-05 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.9719
2009-01-05 Ingo Weinhold Adjustments to POSIX for the Haiku port
2009-01-04 David Mitchell bump Errno version number after change 34630 (add Haiku...
2009-01-04 David Mitchell make Dumper.xs work with 5.10.x
2009-01-03 Nicholas Clark Remove duplicate return in S_mro_get_linear_isa_c3...
2008-12-29 Nicholas Clark In mro_get_mro, use the length and UTF-8-ness now conta...
2008-12-28 Jerry Hedden Handle non-numeric version numbers in ext/Digest/MD5...
2008-12-28 Nicholas Clark Verify that pre-computing hashes with shared hash key...
2008-12-28 Nicholas Clark Also test Perl_hv_common() and pre-computed hashes...
2008-12-28 Nicholas Clark Precomputing the hash value for a string representable...
2008-12-28 Nicholas Clark Fix typo in code not yet used.
2008-12-27 Nicholas Clark Move all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas Clark Remove the comment that the mro:: functions are actuall...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-25 Rafael Garcia-Suarez Some source files and documentation files need not...
2008-12-20 Nicholas Clark There shouldn't be a ByteLoader directory in ext, even...
2008-12-19 Florian Ragwitz Fix up .gitignore files some more
2008-12-19 Sam Vilain [admin] set up .gitignore files
2008-12-12 Steve Hay Upgrade to Win32API-File 0.1101
2008-12-12 Steve Hay Apply revision 1241 (and 1250) from the TAP::Harness...
2008-12-09 Dave Mitchell bump Data::Dumper version number.
2008-12-05 Dave Mitchell whether DEPTH gets dumped in formats varies within...
2008-12-05 Dave Mitchell in Dump output, PV field of format may or not be displa...
2008-12-05 Dave Mitchell remove syntax error from < 5.10 branch of Data::Dumper
2008-11-29 Marcus Holland-Moritz Upgrade to IPC::SysV 2.00_02
2008-11-26 Marcus Holland-Moritz Upgrade to IPC::SysV 2.00_01
2008-11-25 Jerry D. Hedden threads::shared 1.27
2008-11-25 Nicholas Clark A correction to change 34909 - we want *different*...
2008-11-25 Nicholas Clark Tweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-Suarez Skip two tests under ithreads, where the constant lives...
2008-11-16 Gisle Aas Sync up with Digest-MD5-2.38 from CPAN
2008-11-16 Florian Ragwitz Make B::walksymtable not recurse into packages that...
2008-11-16 Florian Ragwitz Deparse inlined constants.
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2008-11-12 Gisle Aas Sync up with Digest-MD5-2.37 from CPAN
2008-11-09 Michael G. Schwern diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
2008-11-08 Marcus Holland-Moritz Make sure PerlIO::via doesn't leave its old GV's hanging
2008-11-08 Steve Peters From change #34775, reverting perlio.c change for now...
2008-11-08 Marcus Holland-Moritz Assigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-08 Goro Fuji Re: [perl #56644] PerlIO resource leaks on open() and...
2008-11-08 Goro Fuji Re: [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-Moritz NDBM just isn't meant to be used with C++. So this
2008-11-06 Marcus Holland-Moritz Add prototype detection for NDBM header files
2008-11-03 Rafael Garcia-Suarez Silence one more format warning
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas Clark Change 34672 should have removed a const from re.xs...
2008-10-31 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.14_05
2008-10-30 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.14_04
2008-10-29 Nicholas Clark Upgrade to PathTools 3.29.
2008-10-29 Nicholas Clark Avoid leaving a VAR.txt after testing terminates on...
2008-10-29 Ingo Weinhold Haiku Port
2008-10-27 Nicholas Clark After the upgrade to 3.28_03 we need to revert change...
2008-10-27 Nicholas Clark Upgrade to PathTools 3.28_03.
2008-10-27 Nicholas Clark Grab the second half of r10084 for cwd.t, which wasn...
2008-10-27 Nicholas Clark Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
2008-10-21 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.14_03
2008-10-21 Nicholas Clark Cwd.xs won't load in development releases, unless we...
2008-10-19 Nicholas Clark Upgrade PathTools to 3.28_01
2008-10-18 Nicholas Clark Suggestion from Slaven - reverse the part of 23348...
2008-10-15 YAMASHINA Hio Storable.thaw segv on blessed reference to overloaded...
2008-10-12 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.14_02
2008-09-29 H.Merijn Brand Version up for adding hints/hpux.pl
2008-09-29 H.Merijn Brand Storable 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 Hay Upgrade Compression modules to 2.015
2008-09-26 Nicholas Clark Upgrade to XSLoader 0.10.
2008-09-26 H.Merijn Brand $! and $1 are PVMG(), but their content is undefined...
2008-09-25 H.Merijn Brand Add new test file to MANIFEST. Fix tests for threaded...
2008-09-25 H.Merijn Brand New XS::APItest's for sv_peek based on my DDumper work
2008-09-23 Nicholas Clark defined %{$package.'::'} isn't good enough to tell...
next