Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation with -DCONFIG_BIGNUM | Charlie Gordon | 2024-04-14 | 1 | -0/+2 |
| | | | | | - disable BigDecimal convertion in `JS_ReadBigNum` - fix some error messages | ||||
* | Revert bignum build fixes | bptato | 2024-04-14 | 1 | -2/+0 |
| | | | | | | | Importing patch from upstream instead. This reverts commits ccf177cc125e120b338612bbf24966faf3fd87fa and 6776f4dba975137f4034b1295c0f1958b752a2cb. | ||||
* | Prevent UB on memcpy and floating point conversions | Charlie Gordon | 2024-03-13 | 1 | -1/+1 |
| | | | | | | | - add `memcpy_no_ub` that accepts null pointers for 0 count - prevent 0 length allocation in `js_worker_postMessage` - use safer test for `int` value in `JS_NewFloat64`, `JS_ToArrayLengthFree` and `js_typed_array_indexOf` | ||||
* | Strip trailing spaces | Charlie Gordon | 2024-03-02 | 1 | -269/+269 |
| | |||||
* | quickjs/libbf: add missing ifdef | bptato | 2023-12-05 | 1 | -0/+2 |
| | |||||
* | the BigInt support is now always included | bellard | 2023-12-05 | 1 | -1/+8 |
| | |||||
* | bf_set_ui() fix (github issue #133) | bellard | 2023-12-05 | 1 | -16/+16 |
| | |||||
* | Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui" | bptato | 2023-12-05 | 1 | -6/+1 |
| | | | | | | This reverts commit 821693c4374d9895f462fa29644905c61dbb241d. (Importing fix from upstream instead.) | ||||
* | fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui | Bo Yao | 2023-09-23 | 1 | -1/+6 |
| | |||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -0/+8466 |
Taken from txiki.js, so it includes zamofex's top-level await patch. |