Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS
[p5sagit/p5-mst-13.2.git] / ext /
2009-02-13 Rafael Garcia-Suarez More gitignore adjustments
2009-02-12 Nicholas Clark Move Attribute::Handlers from lib to ext. The layout...
2009-02-12 Nicholas Clark make_ext.pl now generates a Makefile.PL if needed.
2009-02-12 Florian Ragwitz Ignore some temporary files created by ext/DB_File.
2009-02-10 Nicholas Clark Move Safe.pm into ext/Safe, and temporarily give it...
2009-02-09 Nicholas Clark Rename ext/threads/shared to ext/threads-shared
2009-02-09 Nicholas Clark Rename ext/XS/Typemap to ext/XS-Typemap
2009-02-09 Nicholas Clark Rename ext/XS/APItest to ext/XS-APItest
2009-02-09 Nicholas Clark Rename ext/Unicode/Normalize to ext/Unicode-Normalize
2009-02-09 Nicholas Clark Rename ext/Time/Piece to ext/Time-Piece
2009-02-09 Nicholas Clark Rename ext/Time/HiRes to ext/Time-HiRes
2009-02-09 Nicholas Clark Rename ext/Text/Soundex to ext/Text-Soundex
2009-02-09 rmgiroux@acm.org correct typo, replacing "complement" with "compliment"
2009-02-09 Nicholas Clark Rename ext/Test/Harness to ext/Test-Harness
2009-02-09 Nicholas Clark Rename ext/Sys/Hostname to ext/Sys-Hostname
2009-02-09 Nicholas Clark Rename ext/PerlIO/via to ext/PerlIO-via
2009-02-09 Nicholas Clark Rename ext/PerlIO/scalar to ext/PerlIO-scalar
2009-02-09 Nicholas Clark Rename ext/PerlIO/encoding to ext/PerlIO-encoding
2009-02-09 Nicholas Clark Move the 4 tests of core PerlIO functionality to t...
2009-02-09 Nicholas Clark Move 3 tests from ext/PerlIO/t to their relevant PerlIO...
2009-02-09 Nicholas Clark Rename ext/Module/Pluggable to ext/Module-Pluggable
2009-02-09 Nicholas Clark Rename ext/Math/BigInt/FastCalc to ext/Math-BigInt...
2009-02-09 Nicholas Clark Rename ext/MIME/Base64 to ext/MIME-Base64
2009-02-09 Nicholas Clark Rename ext/List/Util as ext/List-Util
2009-02-09 Nicholas Clark Rename ext/I18N/Langinfo to ext/I18N-Langinfo
2009-02-09 Nicholas Clark Rename ext/Hash/Util to ext/Hash-Util
2009-02-09 Nicholas Clark Rename ext/Hash/Util/FieldHash to ext/Hash-Util-FieldHash
2009-02-09 Nicholas Clark Rename ext/Filter/Util/Call to ext/Filter-Util-Call
2009-02-09 Nicholas Clark Rename ext/File/Glob to ext/File-Glob
2009-02-09 Nicholas Clark Rename ext/Digest/SHA to ext/Digest-SHA
2009-02-09 Nicholas Clark Rename ext/Digest/MD5 to ext/Digest-MD5
2009-02-09 Nicholas Clark Rename ext/Devel/Peek to ext/Devel-Peek
2009-02-09 Nicholas Clark Rename ext/Devel/PPPort to ext/Devel-PPPort
2009-02-09 Nicholas Clark Rename ext/Devel/DProf to ext/Devel-DProf
2009-02-09 Nicholas Clark In The Grand Trek, Filter::Util::Call's call.t didn...
2009-02-09 Nicholas Clark Rename ext/Data/Dumper to ext/Data-Dumper
2009-02-09 Nicholas Clark Rename ext/Compress/Zlib to ext/Compress-Zlib
2009-02-09 Nicholas Clark Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib
2009-02-08 Nicholas Clark Rename ext/Win32API/File to ext/Win32API-File
2009-02-07 Vincent Pit ext/Sys-Syslog/t/constants.t needs to find macros.all...
2009-02-06 Nicholas Clark Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC...
2009-02-02 Nicholas Clark Add missed file ext/DB_File/config.in and update ext...
2009-02-02 Rafael Garcia-Suarez Bump version of PerlIO::via after previous change
2009-02-02 Rafael Garcia-Suarez When loading a PerlIO::via layer, first look in the...
2009-02-02 Steve Hay Upgrade to Encode-2.29.
2009-02-02 Steve Hay Upgrade DB_File to 1.818.
2009-02-01 Max Maischein Make Time/HiRes/Makefile.PL produce a Makefile if one...
2009-01-29 Steve Hay Upgrade to Win32-0.39.
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...
next