summaryrefslogtreecommitdiff
path: root/quickjs-libc.c
Commit message (Expand)AuthorAge
* better promise rejection tracker heuristics (#112)Fabrice Bellard2 days
* avoid relying on 'FILE *' in JS_PrintValue() APIFabrice Bellard13 days
* added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)Fabrice Bellard2025-04-30
* simplified uncatchable exception handlingFabrice Bellard2025-04-29
* fixed js_std_await() so that it behaves the same way as js_std_loop() (#402)Fabrice Bellard2025-04-28
* enabled os.Worker on Windows (bnoordhuis)Fabrice Bellard2025-04-14
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
* qjs: added performance.now()Fabrice Bellard2025-04-07
* flush stdout in console.log() (#309)Fabrice Bellard2025-04-05
* exit by default on unhandled promise rejections (issue #305)Fabrice Bellard2025-03-27
* Define a fallback PATH_MAX if not availablePino Toscano2024-07-21
* Use ftello() & fseeko() on any OS based on GNU libcPino Toscano2024-07-21
* Improve `js_os_exec` (#295)Charlie Gordon2024-05-10
* Simplify redundant initializers for `JS_NewBool()`Charlie Gordon2024-03-23
* prevent 0 length allocation in `js_worker_postMessage`Charlie Gordon2024-03-03
* Simplify and clarify URL quoting js_std_urlGetCharlie Gordon2024-02-12
* FreeBSD QuickJS Patch (#203)Nick Vatamaniuc2024-02-12
* Fix shell injection bug in std.urlGet (#61)Felix S2024-02-12
* Fix runtime bugsCharlie Gordon2024-02-11
* Strip trailing spacesCharlie Gordon2024-02-10
* fixed js_std_await() in case 'obj' is not a promise (github issue #222)Fabrice Bellard2024-01-22
* fixed and simplified setTimeout() by using an integer timer handle (github is...Fabrice Bellard2024-01-19
* added js_std_await() and use it to wait for the evaluation of a module (githu...Fabrice Bellard2024-01-19
* added os.getpid()Fabrice Bellard2024-01-11
* allow 'await' in the REPL and added os.sleepAsync()Fabrice Bellard2024-01-02
* added os.now()Fabrice Bellard2023-12-27
* top-level-await support - follow the spec in the implementation of the module...Fabrice Bellard2023-12-27
* 2021-03-27 releasebellard2021-03-27
* 2020-11-08 releasebellard2020-11-08
* 2020-09-06 releasebellard2020-09-06
* 2020-07-05 releasebellard2020-09-06
* 2020-04-12 releasebellard2020-09-06
* 2020-03-16 releasebellard2020-09-06
* 2020-01-19 releasebellard2020-09-06
* 2020-01-05 releasebellard2020-09-06