Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-01-26 20:08:41 by Havard Eidnes | Files touched by this commit (1)
Log message:
Fix a pkglint NOTE (spaces around plist var assignment).
   2020-01-26 20:04:43 by Havard Eidnes | Files touched by this commit (3)
Log message:
Use a pkgsrc-compatible version number.
Bignum is conditional on 64-bit atomics; mimic that in Makefile
and conditionalize in PLIST.
   2020-01-26 19:37:49 by Havard Eidnes | Files touched by this commit (5)
Log message:
Update to 2020-01-19 version.

Pkgsrc changes:
 * adapt patches
 * If NetBSD platform misses 64-bit atomics, turn off all atomics
   (Trying to just disable BIGNUM fails; workaround suggested by
   Fabrice Bellard)

Upstream changes:
- keep CONFIG_BIGNUM in the makefile
- added os.chdir()
- qjs: added -I option
- more memory checks in the bignum operations
- modified operator overloading semantics to be closer to the TC39
  proposal
- suppressed "use bigint" mode. Simplified "use math" mode
- BigDecimal: changed suffix from 'd' to 'm'
- misc bug fixes
   2019-11-15 21:51:24 by Roland Illig | Files touched by this commit (2)
Log message:
lang/quickjs: document possible cause for the test patch
   2019-11-14 22:42:13 by Roland Illig | Files touched by this commit (2)
Log message:
lang/quickjs: disable failing tests
   2019-11-14 22:20:04 by Roland Illig | Files touched by this commit (10)
Log message:
lang/quickjs: imported version 2019-10-27

QuickJS is a small and embeddable Javascript engine. It supports the
ES2020 specification including modules, asynchronous generators and
proxies. It optionally supports mathematical extensions such as big
integers (BigInt), big floating point numbers (BigFloat) and operator
overloading.

Next | Query returned 16 messages, browsing 11 to 20 | previous