about summary refs log tree commit diff stats
path: root/lib/quickjs/libbf.c
Commit message (Collapse)AuthorAgeFilesLines
* quickjs/libbf: add missing ifdefbptato2023-12-051-0/+2
|
* the BigInt support is now always includedbellard2023-12-051-1/+8
|
* 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
| | | | | | This reverts commit 821693c4374d9895f462fa29644905c61dbb241d. (Importing fix from upstream instead.)
* fix undefined behavior: shift 32 bits for uint32_t in bf_set_uiBo Yao2023-09-231-1/+6
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+8466
Taken from txiki.js, so it includes zamofex's top-level await patch.