about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Revert "reworked set property and fixed corner cases of typed array set prope...bptato2023-12-092-113/+169
* Update QJS versionbptato2023-12-091-1/+1
* added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...Fabrice Bellard2023-12-091-16/+61
* fixed duplicate static private setter/getter testFabrice Bellard2023-12-091-7/+12
* fixed delete super.x errorFabrice Bellard2023-12-091-12/+4
* reworked set property and fixed corner cases of typed array set propertyFabrice Bellard2023-12-092-169/+113
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-092-17/+41
* fixed lexical scope of 'this' with eval (github issue #192)Fabrice Bellard2023-12-091-6/+7
* fixed negative zero dateFabrice Bellard2023-12-091-12/+14
* Revert "add_eval_variables: do not close over `this' twice"bptato2023-12-091-2/+1
* pager: add marksbptato2023-12-099-16/+293
* pager: add precnum to [, ]bptato2023-12-093-15/+29
* pager: add `{', `}'; document externIntobptato2023-12-095-1/+55
* sheet: fix overflow in addAtRulebptato2023-12-091-1/+1
* cascade: simplifybptato2023-12-091-2/+1
* cascade: fix regressionbptato2023-12-091-18/+23
* selectorparser: enum-ize relbptato2023-12-092-25/+35
* sheet: fix a correctness issue, misc refactoringsbptato2023-12-092-51/+63
* cascade: refactor & optimizebptato2023-12-091-153/+192
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-082-2/+3
* added missing bignum error tests (github issue #159)Fabrice Bellard2023-12-081-12/+64
* added String.prototype.at, Array.prototype.at and TypedArray.prototype.atFabrice Bellard2023-12-081-3/+72
* Revert "quickjs: add Array.prototype.at"bptato2023-12-081-30/+0
* updated to unicode 15.0.0Fabrice Bellard2023-12-081-1198/+1237
* Makefile: disable CONFIG_BIGNUM for QJSbptato2023-12-051-2/+1
* quickjs/libbf: add missing ifdefbptato2023-12-051-0/+2
* the BigInt support is now always includedbellard2023-12-054-846/+509
* bf_set_ui() fix (github issue #133)bellard2023-12-051-16/+16
* Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui"bptato2023-12-051-6/+1
* quickjs: improve can_destroy hookbptato2023-12-051-19/+40
* Update chamebptato2023-12-032-1/+1
* event: remove ctx from CustomEventbptato2023-12-033-36/+47
* Update todobptato2023-12-031-2/+0
* buffer: do not needlessly copy in onloadbptato2023-12-031-9/+5
* pager, container: add text selection/copyingbptato2023-12-0311-73/+280
* qjs: fix a warningbptato2023-12-021-1/+1
* Get rid of clang 16 workaroundbptato2023-12-026-17/+30
* js: get rid of emitbptato2023-12-021-22/+15
* dom: fix relList setter regression, remove rel()bptato2023-12-022-6/+15
* js: get rid of getJSValuebptato2023-12-022-11/+11
* ua.css: do not set del, ins display to block; strike delbptato2023-12-011-3/+3
* pager: small optimization in drawBufferbptato2023-12-011-2/+2
* dom: redefine Node.contains to match standardbptato2023-12-012-5/+7
* dom: functionize parentElement, improve Node.documentbptato2023-12-011-7/+7
* dom: fix `children' being available for all Nodesbptato2023-12-011-6/+17
* html: add HTMLElement.dataset (+ some twtstr cleanup)bptato2023-12-013-32/+96
* Makefile: fix $(FLAGS) not being usedbptato2023-11-301-2/+3
* js: simplify toJSP0bptato2023-11-305-33/+25
* js: allow subclassing platform objects in JSbptato2023-11-303-5/+50
* intl: stub out Intl.PluralRulesbptato2023-11-302-0/+26