summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Compress/Zlib to ext/Compress-ZlibNicholas Clark2009-02-0918-2/+2
* Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-ZlibNicholas Clark2009-02-0939-0/+0
* Rename ext/Win32API/File to ext/Win32API-FileNicholas Clark2009-02-0813-0/+0
* ext/Sys-Syslog/t/constants.t needs to find macros.all in the new placeVincent Pit2009-02-071-1/+1
* Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysVNicholas Clark2009-02-0639-0/+0
* Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, bothNicholas Clark2009-02-022-0/+105
* Bump version of PerlIO::via after previous changeRafael Garcia-Suarez2009-02-021-1/+1
* When loading a PerlIO::via layer, first look in the PerlIO::via namespaceRafael Garcia-Suarez2009-02-021-6/+6
* Upgrade to Encode-2.29.Steve Hay2009-02-025-25/+50
* Upgrade DB_File to 1.818.Steve Hay2009-02-024-38/+295
* Make Time/HiRes/Makefile.PL produce a Makefile if one is neededMax Maischein2009-02-011-1/+1
* Upgrade to Win32-0.39.Steve Hay2009-01-293-77/+123
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-01-281-241/+0
* Fold ext/util/make_ext_cross into ext/util/make_ext.pl, and delete it.Nicholas Clark2009-01-282-152/+20
* Some POD patches for PerlIO and PerlIO::varLanning, Scott2009-01-251-34/+33
* Upgrade to Devel::PPPort 3.16Marcus Holland-Moritz2009-01-238-18/+58
* Fix deparsing of constant subroutinesRafael Garcia-Suarez2009-01-231-1/+1
* Upgrade to Encode-2.27Steve Hay2009-01-2211-217/+326
* Convert db_get_cv() to use get_cvn_flags() as it already knows the length ofNicholas Clark2009-01-211-1/+3
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-213-3/+3
* In attrs::get(), use Perl_get_cvn_flags() rather than perl_get_cv().Nicholas Clark2009-01-211-2/+3
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-01-212-3/+3
* Correct the form of the flags passed to perl_get_sv() in threads.xsNicholas Clark2009-01-211-2/+2
* Correct the form of the flags passed to perl_get_sv() in Storable.xsNicholas Clark2009-01-211-16/+16
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-212-10/+10
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-212-2/+2
* POD typosFrank Wiegand2009-01-211-2/+2
* Make DB_File use -ldb on MSWin32 with a gcc compilerDavid Golden2009-01-212-2/+4
* Make B::Deparse handle the _ prototypeRafael Garcia-Suarez2009-01-181-2/+2
* [perl #62488] B::Deparse fails on 'CORE::require(STRING)'Rafael Garcia-Suarez2009-01-181-2/+4
* Upgrade to Devel::PPPort 3.15Marcus Holland-Moritz2009-01-1857-177/+215
* Fix deparsing of readpipe() ([perl #62428])Rafael Garcia-Suarez2009-01-161-1/+1
* Make make_ext.pl write out a shell script of its actions for make distclean etcNicholas Clark2009-01-141-1/+40
* ext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PLNicholas Clark2009-01-131-1/+1
* Silence Win32 compiler warnings.Steve Hay2009-01-131-1/+0
* Ignore ext/DB_File/constants.xs.Florian Ragwitz2009-01-121-1/+1
* miniperl-ification of ext/utils/make_extSteffen Mueller2009-01-101-117/+158
* move ext/utils/make_ext to ext/utils/make_ext.plSteffen Mueller2009-01-101-0/+0
* 'VMS support for Unix and extended file specifications' (PathTools RT #42153)John Malmberg2009-01-091-3/+5
* Merge changes from PathTools: 'Update to support VMS in Unix compatible mode ...John Malmberg2009-01-092-9/+54
* ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixesJohn Malmberg2009-01-082-4/+43
* Upgrade to Time::HiRes 1.9719Rafael Garcia-Suarez2009-01-055-45/+96
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-052-8/+18
* bump Errno version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* make Dumper.xs work with 5.10.xDavid Mitchell2009-01-041-1/+1
* Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added byNicholas Clark2009-01-031-1/+0
* In mro_get_mro, use the length and UTF-8-ness now contained in struct mro_algNicholas Clark2008-12-291-3/+8
* Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PLJerry Hedden2008-12-281-1/+1
* Verify that pre-computing hashes with shared hash key scalars does not causeNicholas Clark2008-12-281-13/+30
* Also test Perl_hv_common() and pre-computed hashes for SV keys.Nicholas Clark2008-12-282-11/+21