pkgsrc/lang/quickjs/PLIST
he 6e2c3f83fe 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
2022-01-30 10:55:03 +00:00

36 lines
1.2 KiB
Plaintext

@comment $NetBSD: PLIST,v 1.5 2022/01/30 10:55:03 he Exp $
bin/qjs
bin/qjsc
bin/qjscalc
include/quickjs/quickjs-libc.h
include/quickjs/quickjs.h
lib/quickjs/libquickjs.a
${PLIST.lto}lib/quickjs/libquickjs.lto.a
share/doc/quickjs/examples/fib.c
share/doc/quickjs/examples/fib_module.js
share/doc/quickjs/examples/hello.js
share/doc/quickjs/examples/hello_module.js
share/doc/quickjs/examples/pi_bigdecimal.js
share/doc/quickjs/examples/pi_bigfloat.js
share/doc/quickjs/examples/pi_bigint.js
share/doc/quickjs/examples/point.c
share/doc/quickjs/examples/test_fib.js
share/doc/quickjs/examples/test_point.js
share/doc/quickjs/jsbignum.html
share/doc/quickjs/jsbignum.pdf
share/doc/quickjs/quickjs.html
share/doc/quickjs/quickjs.pdf
share/doc/quickjs/tests/bjson.c
share/doc/quickjs/tests/microbench.js
share/doc/quickjs/tests/test_bignum.js
share/doc/quickjs/tests/test_bjson.js
share/doc/quickjs/tests/test_builtin.js
share/doc/quickjs/tests/test_closure.js
share/doc/quickjs/tests/test_language.js
share/doc/quickjs/tests/test_loop.js
share/doc/quickjs/tests/test_op_overloading.js
share/doc/quickjs/tests/test_qjscalc.js
share/doc/quickjs/tests/test_std.js
share/doc/quickjs/tests/test_worker.js
share/doc/quickjs/tests/test_worker_module.js