Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Chagashi HEAD master | bptato | 2024-10-05 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-10-02 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-09-29 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-09-17 | 1 | -0/+0 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -0/+0 |
* | Update chagashi | bptato | 2024-09-06 | 1 | -0/+0 |
* | Update chagashi | bptato | 2024-09-01 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-08-22 | 1 | -0/+0 |
* | xhr: more progress | bptato | 2024-08-15 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-08-09 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-08-09 | 1 | -0/+0 |
* | Update Chagashi | bptato | 2024-08-01 | 1 | -0/+0 |
* | Update submodules | bptato | 2024-07-28 | 3 | -0/+0 |
* | Update monoucha | bptato | 2024-07-18 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-07-17 | 1 | -0/+0 |
* | Update monoucha | bptato | 2024-06-22 | 1 | -0/+0 |
* | buffer: decoding fixes | bptato | 2024-06-14 | 1 | -0/+0 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 2 | -0/+0 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 17 | -77220/+0 |
* | js: fix runtime cleanup | bptato | 2024-06-03 | 2 | -0/+11 |
* | regexp: fix non greedy quantizers with zero length matches | Fabrice Bellard | 2024-05-30 | 1 | -8/+6 |
* | Add `js_resolve_proxy` (#293) | Charlie Gordon | 2024-05-30 | 1 | -20/+35 |
* | Add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValueZero()` (#264) | Kasper Isager Dalsgarð | 2024-05-30 | 2 | -5/+26 |
* | Expose `JS_SetUncatchableError()` (#262) | Kasper Isager Dalsgarð | 2024-05-30 | 2 | -1/+1 |
* | Add `JS_HasException()` (#265) | Kasper Isager Dalsgarð | 2024-05-30 | 2 | -0/+6 |
* | Add `JS_NewTypedArray()` (#272) | Dmitry Volyntsev | 2024-05-30 | 2 | -0/+27 |
* | quickjs: revert SetUncatchableError patch | bptato | 2024-05-30 | 1 | -1/+0 |
* | libunicode: fix compilation | bptato | 2024-05-07 | 1 | -1/+1 |
* | Improve class parser (#289) | Charlie Gordon | 2024-05-07 | 1 | -3/+9 |
* | fix class method with name get (#258) | Richard Davison | 2024-05-07 | 1 | -1/+2 |
* | Improve libunicode and libregexp headers (#288) | Charlie Gordon | 2024-05-07 | 5 | -128/+237 |
* | Improve unicode table handling (#286) | Charlie Gordon | 2024-05-07 | 2 | -49/+148 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -0/+1 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -0/+6 |
* | quickjs: fix member accesses for non-decimal number literals | bptato | 2024-04-14 | 1 | -1/+2 |
* | Fix endianness handling in `js_dataview_getValue` / `js_dataview_setValue` | Charlie Gordon | 2024-04-14 | 1 | -8/+8 |
* | Improve error handling | Charlie Gordon | 2024-04-14 | 1 | -8/+17 |
* | Improve `JSON.stringify` | Charlie Gordon | 2024-04-14 | 1 | -39/+43 |
* | Use more explicit magic values for array methods | Charlie Gordon | 2024-04-14 | 1 | -26/+24 |
* | Simplify redundant initializers for `JS_NewBool()` | Charlie Gordon | 2024-04-14 | 1 | -18/+17 |
* | Fix compilation with -DCONFIG_BIGNUM | Charlie Gordon | 2024-04-14 | 2 | -32/+43 |
* | Improve Date.parse, small fixes | Charlie Gordon | 2024-04-14 | 3 | -58/+81 |
* | Revert bignum build fixes | bptato | 2024-04-14 | 2 | -10/+0 |
* | Update Chame | bptato | 2024-04-09 | 1 | -0/+0 |
* | quickjs: fix OpenBSD compilation | bptato | 2024-04-02 | 1 | -1/+1 |
* | Prevent UB on memcpy and floating point conversions | Charlie Gordon | 2024-03-13 | 5 | -18/+26 |
* | Improve Date.parse | Charlie Gordon | 2024-03-13 | 1 | -31/+106 |
* | man: rewrite in Nim | bptato | 2024-03-13 | 1 | -0/+4 |
* | Update chame | bptato | 2024-03-03 | 1 | -0/+0 |
* | quickjs: fix build without CONFIG_BIGNUM | bptato | 2024-03-02 | 1 | -0/+8 |