pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56675 CVS commit: pkgsrc/lang/quickjs
The following reply was made to PR pkg/56675; it has been noted by GNATS.
From: "Havard Eidnes" <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56675 CVS commit: pkgsrc/lang/quickjs
Date: Sun, 30 Jan 2022 10:55:03 +0000
Module Name: pkgsrc
Committed By: he
Date: Sun Jan 30 10:55:03 UTC 2022
Modified Files:
pkgsrc/lang/quickjs: Makefile PLIST distinfo
pkgsrc/lang/quickjs/patches: patch-Makefile patch-qjsc.c
patch-quickjs-libc.c patch-quickjs.c
Added Files:
pkgsrc/lang/quickjs/patches: patch-run-test262.c
Log Message:
lang/quickjs: update to 2021-03-27 version.
Pkgsrc changes:
* adjust patches and checksums as needed
* Update request from PR#56675 should be fulfilled by this;
thanks to Kimihiro Nonaka
Upstream changes:
2021-03-27:
- faster Array.prototype.push and Array.prototype.unshift
- added JS_UpdateStackTop()
- fixed Windows console
- misc bug fixes
2020-11-08:
- improved function parameter initializers
- added std.setenv(), std.unsetenv() and std.getenviron()
- added JS_EvalThis()
- misc bug fixes
2020-09-06:
- added logical assignment operators
- added IsHTMLDDA support
- faster for-of loops
- os.Worker now takes a module filename as parameter
- qjsc: added -D option to compile dynamically loaded modules or workers
- misc bug fixes
2020-07-05:
- modified JS_GetPrototype() to return a live value
- REPL: support unicode characters larger than 16 bits
- added os.Worker
- improved object serialization
- added std.parseExtJSON
- misc bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/quickjs/Makefile \
pkgsrc/lang/quickjs/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/quickjs/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/quickjs/patches/patch-Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/quickjs/patches/patch-qjsc.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/quickjs/patches/patch-quickjs-libc.c \
pkgsrc/lang/quickjs/patches/patch-quickjs.c
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/quickjs/patches/patch-run-test262.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index