summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to IPC::SysV 2.00_02Marcus Holland-Moritz2008-11-299-19/+27
* Upgrade to IPC::SysV 2.00_01Marcus Holland-Moritz2008-11-267-14/+24
* threads::shared 1.27Jerry D. Hedden2008-11-253-11/+32
* A correction to change 34909 - we want *different* constants.Nicholas Clark2008-11-251-2/+2
* Tweak the constants used in testing to constants that Win32 also has.Nicholas Clark2008-11-251-4/+4
* Skip two tests under ithreads, where the constant lives in the pad.Rafael Garcia-Suarez2008-11-171-0/+3
* Sync up with Digest-MD5-2.38 from CPANGisle Aas2008-11-165-11/+30
* Make B::walksymtable not recurse into packages that are actually main::, but ...Florian Ragwitz2008-11-161-2/+2
* Deparse inlined constants.Florian Ragwitz2008-11-162-7/+57
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-142-2/+2
* Sync up with Digest-MD5-2.37 from CPANGisle Aas2008-11-124-13/+19
* diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.tMichael G. Schwern2008-11-091-36/+36
* Make sure PerlIO::via doesn't leave its old GV's hangingMarcus Holland-Moritz2008-11-082-1/+5
* From change #34775, reverting perlio.c change for now. Also,Steve Peters2008-11-081-7/+10
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-082-3/+3
* Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and ...Goro Fuji2008-11-081-0/+23