summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Precomputing the hash value for a string representable in bytes, but passed inNicholas Clark2008-12-282-1/+26
* Fix typo in code not yet used.Nicholas Clark2008-12-281-1/+1
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-272-28/+159
* Remove the comment that the mro:: functions are actually in the coreNicholas Clark2008-12-271-2/+1
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-275-0/+863
* Some source files and documentation files need not to be executableRafael Garcia-Suarez2008-12-253-0/+0
* There shouldn't be a ByteLoader directory in ext, even if all it has is aNicholas Clark2008-12-201-1/+0
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-198-1/+14
* [admin] set up .gitignore filesSam Vilain2008-12-1923-0/+46
* Upgrade to Win32API-File 0.1101Steve Hay2008-12-126-8/+48
* Apply revision 1241 (and 1250) from the TAP::Harness SVN repoSteve Hay2008-12-121-5/+7
* bump Data::Dumper version number.Dave Mitchell2008-12-091-1/+1
* whether DEPTH gets dumped in formats varies within 5.10.0Dave Mitchell2008-12-051-2/+2
* in Dump output, PV field of format may or not be displayed in 5.10.0Dave Mitchell2008-12-051-2/+2
* remove syntax error from < 5.10 branch of Data::DumperDave Mitchell2008-12-051-1/+1