| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to Devel::PPPort 3.16 | Marcus Holland-Moritz | 2009-01-23 | 8 | -18/+58 |
* | Fix deparsing of constant subroutines | Rafael Garcia-Suarez | 2009-01-23 | 1 | -1/+1 |
* | Upgrade to Encode-2.27 | Steve Hay | 2009-01-22 | 11 | -217/+326 |
* | Convert db_get_cv() to use get_cvn_flags() as it already knows the length of | Nicholas Clark | 2009-01-21 | 1 | -1/+3 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 3 | -3/+3 |
* | In attrs::get(), use Perl_get_cvn_flags() rather than perl_get_cv(). | Nicholas Clark | 2009-01-21 | 1 | -2/+3 |
* | Correct the form of the flags passed to perl_get_cv(). | Nicholas Clark | 2009-01-21 | 2 | -3/+3 |
* | Correct the form of the flags passed to perl_get_sv() in threads.xs | Nicholas Clark | 2009-01-21 | 1 | -2/+2 |
* | Correct the form of the flags passed to perl_get_sv() in Storable.xs | Nicholas Clark | 2009-01-21 | 1 | -16/+16 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 2 | -10/+10 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 2 | -2/+2 |
* | POD typos | Frank Wiegand | 2009-01-21 | 1 | -2/+2 |
* | Make DB_File use -ldb on MSWin32 with a gcc compiler | David Golden | 2009-01-21 | 2 | -2/+4 |
* | Make B::Deparse handle the _ prototype | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+2 |
* | [perl #62488] B::Deparse fails on 'CORE::require(STRING)' | Rafael Garcia-Suarez | 2009-01-18 | 1 | -2/+4 |
* | Upgrade to Devel::PPPort 3.15 | Marcus Holland-Moritz | 2009-01-18 | 57 | -177/+215 |
* | Fix deparsing of readpipe() ([perl #62428]) | Rafael Garcia-Suarez | 2009-01-16 | 1 | -1/+1 |
* | Make make_ext.pl write out a shell script of its actions for make distclean etc | Nicholas Clark | 2009-01-14 | 1 | -1/+40 |
* | ext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PL | Nicholas Clark | 2009-01-13 | 1 | -1/+1 |
* | Silence Win32 compiler warnings. | Steve Hay | 2009-01-13 | 1 | -1/+0 |
* | Ignore ext/DB_File/constants.xs. | Florian Ragwitz | 2009-01-12 | 1 | -1/+1 |
* | miniperl-ification of ext/utils/make_ext | Steffen Mueller | 2009-01-10 | 1 | -117/+158 |
* | move ext/utils/make_ext to ext/utils/make_ext.pl | Steffen Mueller | 2009-01-10 | 1 | -0/+0 |
* | 'VMS support for Unix and extended file specifications' (PathTools RT #42153) | John Malmberg | 2009-01-09 | 1 | -3/+5 |
* | Merge changes from PathTools: 'Update to support VMS in Unix compatible mode ... | John Malmberg | 2009-01-09 | 2 | -9/+54 |
* | ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes | John Malmberg | 2009-01-08 | 2 | -4/+43 |
* | Upgrade to Time::HiRes 1.9719 | Rafael Garcia-Suarez | 2009-01-05 | 5 | -45/+96 |
* | Adjustments to POSIX for the Haiku port | Ingo Weinhold | 2009-01-05 | 2 | -8/+18 |
* | bump Errno version number after change 34630 (add Haiku port) | David Mitchell | 2009-01-04 | 1 | -1/+1 |
* | make Dumper.xs work with 5.10.x | David Mitchell | 2009-01-04 | 1 | -1/+1 |
* | Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by | Nicholas Clark | 2009-01-03 | 1 | -1/+0 |
* | In mro_get_mro, use the length and UTF-8-ness now contained in struct mro_alg | Nicholas Clark | 2008-12-29 | 1 | -3/+8 |
* | Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL | Jerry Hedden | 2008-12-28 | 1 | -1/+1 |
* | Verify that pre-computing hashes with shared hash key scalars does not cause | Nicholas Clark | 2008-12-28 | 1 | -13/+30 |
* | Also test Perl_hv_common() and pre-computed hashes for SV keys. | Nicholas Clark | 2008-12-28 | 2 | -11/+21 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 2 | -1/+26 |
* | Fix typo in code not yet used. | Nicholas Clark | 2008-12-28 | 1 | -1/+1 |
* | Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for | Nicholas Clark | 2008-12-27 | 2 | -28/+159 |
* | Remove the comment that the mro:: functions are actually in the core | Nicholas Clark | 2008-12-27 | 1 | -2/+1 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 5 | -0/+863 |
* | Some source files and documentation files need not to be executable | Rafael Garcia-Suarez | 2008-12-25 | 3 | -0/+0 |
* | There shouldn't be a ByteLoader directory in ext, even if all it has is a | Nicholas Clark | 2008-12-20 | 1 | -1/+0 |
* | Fix up .gitignore files some more | Florian Ragwitz | 2008-12-19 | 8 | -1/+14 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 23 | -0/+46 |
* | Upgrade to Win32API-File 0.1101 | Steve Hay | 2008-12-12 | 6 | -8/+48 |
* | Apply revision 1241 (and 1250) from the TAP::Harness SVN repo | Steve Hay | 2008-12-12 | 1 | -5/+7 |
* | bump Data::Dumper version number. | Dave Mitchell | 2008-12-09 | 1 | -1/+1 |
* | whether DEPTH gets dumped in formats varies within 5.10.0 | Dave Mitchell | 2008-12-05 | 1 | -2/+2 |
* | in Dump output, PV field of format may or not be displayed in 5.10.0 | Dave Mitchell | 2008-12-05 | 1 | -2/+2 |
* | remove syntax error from < 5.10 branch of Data::Dumper | Dave Mitchell | 2008-12-05 | 1 | -1/+1 |