Age | Commit message (Expand) | Author | Files | Lines |
2015-10-27 | Support SunOS/clang, fixes 64-bit build. | jperkin | 1 | -2/+11 |
2015-06-24 | Remove reference to file no longer part of the perl distribution. | he | 1 | -1/+24 |
2015-06-11 | Changes 5.22.0: | adam | 5 | -77/+50 |
2015-05-15 | Fix build under Solaris 10 x86_64. | ryoon | 1 | -0/+15 |
2015-02-25 | Update to 5.20.2, provided by Kai-Uwe Eckhardt <kuehro@gmx.de> in private | wiz | 4 | -239/+16 |
2014-11-22 | Declare MACOSX_DEPLOYMENT_TARGET for versions from 10.3 to 10.5 to fix | bsiegert | 1 | -9/+17 |
2014-10-01 | Perl 5.20.1 has been released, this is the latest stable version of Perl. | adam | 1 | -2/+3 |
2014-09-29 | Minimally invasive fix for CVE-2014-4330, also known as | spz | 2 | -0/+188 |
2014-08-12 | adjust a pattern to match 0.8 vs everything else. | mrg | 1 | -7/+18 |
2014-06-08 | Don't try to extract the library search path from gcc/clang. It will | joerg | 1 | -1/+10 |
2014-06-07 | File::Copy is used for the case link() is not usable. | obache | 1 | -0/+14 |
2014-06-07 | add include path for Haiku new directory layout | obache | 1 | -0/+14 |
2014-06-04 | Workaround perldtrace.h dependency problem | richard | 1 | -3/+15 |
2014-06-04 | For Perl 5.20.0, update patch to not introduce an empty if/then/else block, | dsainty | 1 | -5/+8 |
2014-05-29 | Changes 5.20.0: | adam | 8 | -155/+74 |
2014-05-10 | Put back -fstack-protector on solaris in perl after libtool fix. | richard | 1 | -16/+2 |
2014-03-14 | Fix build under SCO OpenServer 5.0.7/3.2 | ryoon | 4 | -12/+152 |
2014-01-04 | recent versions of dtrace seem to require the actual probe objects to build | richard | 1 | -0/+20 |
2013-11-13 | Don't include -Wl,--whole-archive in the default LDFLAGS on NetBSD. | joerg | 1 | -15/+21 |
2013-11-01 | Disable -fstack-protector on SunOS, it causes more trouble than its worth. | jperkin | 1 | -20/+20 |
2013-09-11 | Ensure -lssp is added to $lddlflags on SunOS when using -fstack-protector, | jperkin | 1 | -5/+19 |
2013-08-31 | Changes 5.18.1: | adam | 2 | -123/+0 |
2013-08-19 | Update function invisibility list. This time for host releated reentrant | christos | 1 | -5/+32 |
2013-08-19 | Revert previous - I am unable to fix it for real and give up. | martin | 1 | -15/+5 |
2013-08-18 | Try to fix building perl on NetBSD/current - but not quite good enough, | martin | 1 | -5/+15 |
2013-07-18 | Fix netbsd hints: | wiz | 1 | -2/+16 |
2013-07-18 | patch-hints_darwin.sh again | adam | 1 | -4/+4 |
2013-07-17 | Don't set MACOSX_DEPLOYMENT_TARGET on Darwin | adam | 1 | -0/+17 |
2013-06-17 | Add patch from upstream git to try fixing test failures on 32bit NetBSD. | wiz | 2 | -0/+123 |
2013-06-08 | Remove extraneous trailing parenthesis so this test can run. | schmonz | 1 | -2/+2 |
2013-06-06 | Change the way we fix up $rm_try to avoid a tools directory reference. | jperkin | 1 | -1/+10 |
2013-05-31 | We are excited to announce perl v5.18.0, the first stable release of version | adam | 8 | -157/+29 |
2013-04-23 | prevent to use C++ as default linker for Cygwin. | obache | 1 | -0/+15 |
2013-04-03 | Changes 5.16.3: | adam | 1 | -147/+0 |
2013-03-08 | add patch for CVE-2013-1667 from: | tez | 1 | -0/+147 |
2013-03-04 | note upstream RT ticket url. | obache | 1 | -1/+2 |
2013-03-03 | fixes destdir installation on Cygwin. | obache | 1 | -2/+40 |
2013-01-24 | Don't be confused by '=' in output from "uname -a". | apb | 1 | -2/+21 |
2013-01-17 | Work around a NULL dereference (bug report was submitted upstream) | manu | 1 | -0/+37 |
2013-01-03 | Don't hardwire /usr/pkg; use $PREFIX instead. This fixes various | dholland | 1 | -0/+20 |
2012-12-12 | patch SA51498 from the git repo | spz | 1 | -0/+53 |
2012-10-16 | Add a patch for Haiku OS (missing LOG_PRIMASK). | obache | 1 | -0/+18 |
2012-10-03 | Changes 5.16.1: | adam | 14 | -200/+72 |
2012-06-14 | Apply limited part of patch from perl bug 63604 to fix build on Solaris | jperkin | 1 | -0/+15 |
2012-02-23 | Backport a fix for a serious bug from upstream, where pkgsrc's CFLAGS | fhajny | 2 | -0/+67 |
2012-02-19 | Merge patch-Configure into patch-ca and use lower case $prefix | sbd | 2 | -16/+12 |
2012-02-17 | Fixes build on NetBSD-6.x, PR 46037. | obache | 1 | -0/+15 |
2011-12-08 | Force ExtUtils::MakeMaker to ignore installed packlist when creating new | hiramatsu | 1 | -3/+15 |
2011-11-27 | Always add PREFIX/lib to libpth. When building as normal user, it often | joerg | 1 | -0/+13 |
2011-10-16 | apply the changes to just Digest.pm from: | spz | 1 | -0/+49 |