NOTICE: This package has been removed from pkgsrc

./lang/spidermonkey17, Standalone JavaScript implementation in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 17.0.0nb1, Package name: spidermonkey17-17.0.0nb1, Maintainer: pkgsrc-users

SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.
This package contains SpiderMonkey 17.


Required to run:
[devel/nspr] [devel/libffi]

Required to build:
[lang/python27] [pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 7805174898c34e5d3c3b256117af9944ba825c89
RMD160: 2fa3a891da2a7a09019f67c1555c03bcdc51e6c5
Filesize: 6620.053 KB

Version history: (Expand)


CVS history: (Expand)


   2018-03-21 13:04:30 by Filip Hajny | Files touched by this commit (1)
Log message:
lang/spidermonkey17: Mark as broken on SunOS/x86_64.

https://bugzilla.mozilla.org/show_bug.cgi?id=577056
   2017-05-24 15:22:36 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Pointer fix, found by GCC 7.1.
   2016-12-16 00:57:33 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Pointers are not ordered relative to 0.
   2016-10-05 04:52:06 by Maya Rashish | Files touched by this commit (2)
Log message:
spidermonkey17: revert previous, reject n32
shouldn't work at runtime (can't run on netbsd nayway), thx khorben
   2016-10-04 04:30:47 by Maya Rashish | Files touched by this commit (2)
Log message:
spidermonkey17: fix mips build.
linker was emitting bogus warnings about the code not being PIC.

still fails under netbsd/mips because it (mostly) hard-codes a page size of 4K
   2016-10-03 04:46:48 by Maya Rashish | Files touched by this commit (3)
Log message:
spidermonkey17: don't reject MIPS ABIs that aren't n32.
switch the use of nops (most likely used to eliminate hazards too) to
ehb/ssnop. nop doesn't eliminate hazards on a superscalar MIPS CPU.

probably helps the report of vague problems on loongson2f.
   2016-09-05 13:43:23 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Support illumos endian.h
   2016-08-30 09:45:51 by Richard PALO | Files touched by this commit (2)
Log message:
aarch64 needs TLC with mfbt