]>
git.kaiwu.me - quickjs.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Fabrice Bellard [Sat, 9 Dec 2023 11:52:22 +0000 (12:52 +0100)]
new release
Fabrice Bellard [Sat, 9 Dec 2023 11:33:05 +0000 (12:33 +0100)]
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index} (initial patch by bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:32:32 +0000 (12:32 +0100)]
fixed duplicate static private setter/getter test
Fabrice Bellard [Sat, 9 Dec 2023 11:32:00 +0000 (12:32 +0100)]
Symbol.species is no longer used in TypedArray constructor from a TypedArray
Fabrice Bellard [Sat, 9 Dec 2023 11:31:33 +0000 (12:31 +0100)]
fixed delete super.x error
Fabrice Bellard [Sat, 9 Dec 2023 11:30:31 +0000 (12:30 +0100)]
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard [Sat, 9 Dec 2023 11:28:51 +0000 (12:28 +0100)]
Implement extended named capture group identifiers (bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:28:13 +0000 (12:28 +0100)]
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:27:39 +0000 (12:27 +0100)]
fixed lexical scope of 'this' with eval (github issue #192)
Fabrice Bellard [Sat, 9 Dec 2023 11:27:08 +0000 (12:27 +0100)]
Make Date methods argument coercion spec compliant (bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:26:37 +0000 (12:26 +0100)]
fixed negative zero date
Fabrice Bellard [Thu, 7 Dec 2023 16:51:32 +0000 (17:51 +0100)]
fixed private field setters (github issue #194)
Fabrice Bellard [Tue, 5 Dec 2023 16:25:03 +0000 (17:25 +0100)]
added missing bignum error tests (github issue #159)
Fabrice Bellard [Tue, 5 Dec 2023 15:54:43 +0000 (16:54 +0100)]
added String.prototype.at, Array.prototype.at and TypedArray.prototype.at
Fabrice Bellard [Tue, 5 Dec 2023 15:52:36 +0000 (16:52 +0100)]
keep LTO
Fabrice Bellard [Tue, 5 Dec 2023 15:51:16 +0000 (16:51 +0100)]
updated to unicode 15.0.0
bellard [Mon, 4 Dec 2023 18:26:32 +0000 (19:26 +0100)]
the BigInt support is now always included
bellard [Fri, 1 Dec 2023 17:15:03 +0000 (18:15 +0100)]
fixed js_proxy_isArray stack overflow (github issue #178)
bellard [Fri, 1 Dec 2023 16:56:22 +0000 (17:56 +0100)]
bf_set_ui() fix (github issue #133)
bellard [Sun, 6 Mar 2022 18:00:24 +0000 (19:00 +0100)]
updated to Unicode 14.0.0
bellard [Sun, 6 Mar 2022 17:55:04 +0000 (18:55 +0100)]
updated test262.conf
bellard [Sun, 6 Mar 2022 17:54:27 +0000 (18:54 +0100)]
added Object.hasOwn()
bellard [Sun, 6 Mar 2022 17:53:03 +0000 (18:53 +0100)]
fixed invalid Array.prototype.push/unshift optimization
bellard [Sat, 27 Mar 2021 10:17:31 +0000 (11:17 +0100)]
2021-03-27 release
bellard [Sun, 8 Nov 2020 13:44:20 +0000 (14:44 +0100)]
2020-11-08 release take 2
bellard [Sun, 8 Nov 2020 13:30:56 +0000 (14:30 +0100)]
2020-11-08 release
bellard [Sun, 6 Sep 2020 17:10:15 +0000 (19:10 +0200)]
2020-09-06 release
bellard [Sun, 6 Sep 2020 17:07:30 +0000 (19:07 +0200)]
2020-07-05 release
bellard [Sun, 6 Sep 2020 17:04:20 +0000 (19:04 +0200)]
2020-04-12 release
bellard [Sun, 6 Sep 2020 17:02:03 +0000 (19:02 +0200)]
2020-03-16 release
bellard [Sun, 6 Sep 2020 16:57:11 +0000 (18:57 +0200)]
2020-01-19 release
bellard [Sun, 6 Sep 2020 16:53:08 +0000 (18:53 +0200)]
2020-01-05 release
bellard [Sun, 6 Sep 2020 16:47:30 +0000 (18:47 +0200)]
test
bellard [Sun, 6 Sep 2020 16:24:53 +0000 (18:24 +0200)]
Initial commit