Commit graph

11 commits

Author SHA1 Message Date
wiz
dafc788ff1 Remove Darwin comment above SunOS block. 2016-01-27 11:38:57 +00:00
jperkin
de0cf47b73 Fix MACHINE_PLATFORM match to ensure DTrace defaults to enabled on SunOS 5.11+. 2016-01-27 10:45:47 +00:00
richard
d0ab728b88 Workaround perldtrace.h dependency problem 2014-06-04 14:24:37 +00:00
obache
2cb8b61e50 Move Haiku pthread hack to options.mk.
"pthreads broken on vax" hack had been removed, but it is also used for Haiku.
2014-06-04 09:19:56 +00:00
martin
6a7d497625 Remove the "pthreads broken on vax" hack for ancient NetBSD versions 2014-05-22 08:17:10 +00:00
tron
d51ca115e3 Don't enable "dtrace" support by default under Solaris 10. It doesn't
build for me on an UltraSPARC system.
2014-04-09 21:05:58 +00:00
adam
21a3ad9e07 Changes 5.18.2:
* B has been upgraded from version 1.42_01 to 1.42_02.
* B::Concise has been upgraded from version 0.95 to 0.95_01.
* English has been upgraded from version 1.06 to 1.06_01. This fixes an error about the performance of $`, $&, and c<$'>.
* File::Glob has been upgraded from version 1.20 to 1.20_01.
Bugs fixed:
* Perl 5.18.1 introduced a regression along with a bugfix for lexical subs. Some B::SPECIAL results from B::CV::GV became undefs instead. This broke Devel::Cover among other libraries.
* Perl 5.18.0 introduced a regression whereby [:^ascii:], if used in the same character class as other qualifiers, would fail to match characters in the Latin-1 block.
* Perl 5.18.0 introduced a regression when using ->SUPER::method with AUTOLOAD by looking up AUTOLOAD from the current package, rather than the current package’s superclass.
* Perl 5.18.0 introduced a regression whereby -bareword was no longer permitted under the strict and integer pragmata when used together.
* Previously PerlIOBase_dup didn't check if pushing the new layer succeeded before (optionally) setting the utf8 flag. This could cause segfaults-by-nullpointer.
* A buffer overflow with very long identifiers has been fixed.
* A regression from 5.16 in the handling of padranges led to assertion failures if a keyword plugin declined to handle the second ‘my’, but only after creating a padop.
* The construct $r=qr/.../; /$r/p is now handled properly, an issue which had been worsened by changes 5.18.0.
2014-01-13 09:59:16 +00:00
ryoon
3bca862a3d Fix build on FreeBSD/amd64 9.1-RELEASE.
* FreeBSD 9.1's dtrace support has -h flag but "dtrace -h -s ../perldtrace.d"
  filed with following syntax error.
  "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t"
  Adding dtrace support for perl5 on FreeBSD is hasty, I feel.
  dtrace support for FreeBSD perl5 is disabled.
2013-07-15 09:24:57 +00:00
jperkin
6217fb31ed Add optional DTrace support. 2013-06-05 22:00:35 +00:00
sbd
530c0b277a Move XCOFF special handling to Policy.sh. 2012-11-07 02:46:19 +00:00
sbd
e855b085ab Move options from Makefile to options.mk and remove a duplicate .include of
mk/compiler.mk
2012-11-02 21:22:10 +00:00