Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - removed the 'use strip' extension | Fabrice Bellard | 2025-04-12 |
| | | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options | ||
* | qjs: allow SI suffixes in memory sizes - set default stack size to 1 MB | Fabrice Bellard | 2025-04-07 |
| | |||
* | disable rejection tracker in the repl - repl cleanup | Fabrice Bellard | 2025-03-27 |
| | |||
* | exit by default on unhandled promise rejections (issue #305) | Fabrice Bellard | 2025-03-27 |
| | |||
* | removed bignum support and qjscalc - added optimized BigInt implementation | Fabrice Bellard | 2025-03-18 |
| | |||
* | Use malloc_usable_size() on any OS based on GNU libc | Pino Toscano | 2024-07-21 |
| | | | | | malloc_usable_size() is a GNU extension in GNU libc; hence, use it every time GNU libc is used, rather than only on Linux. | ||
* | FreeBSD QuickJS Patch (#203) | Nick Vatamaniuc | 2024-02-12 |
| | |||
* | Strip trailing spaces | Charlie Gordon | 2024-02-10 |
| | |||
* | added js_std_await() and use it to wait for the evaluation of a module ↵ | Fabrice Bellard | 2024-01-19 |
| | | | | (github issue #219) | ||
* | native cosmopolitan build | Fabrice Bellard | 2024-01-11 |
| | |||
* | the BigInt support is now always included | bellard | 2023-12-04 |
| | |||
* | 2021-03-27 release | bellard | 2021-03-27 |
| | |||
* | 2020-09-06 release | bellard | 2020-09-06 |
| | |||
* | 2020-07-05 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-19 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-05 release | bellard | 2020-09-06 |