about summary refs log tree commit diff stats
path: root/lib/quickjs/libbf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with -DCONFIG_BIGNUMCharlie Gordon2024-04-141-0/+2
* Revert bignum build fixesbptato2024-04-141-2/+0
* Prevent UB on memcpy and floating point conversionsCharlie Gordon2024-03-131-1/+1
* Strip trailing spacesCharlie Gordon2024-03-021-269/+269
* 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
* 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