HarlonWang
93453ee07c
Fix compiling with undefined to bfdec_normalize_and_round
( https://github.com/bellard/quickjs/issues/241 )
2024-09-19 12:13:30 +08:00
Charlie Gordon
06651314f5
Fix compilation with -DCONFIG_BIGNUM
...
- disable BigDecimal convertion in `JS_ReadBigNum`
- fix some error messages
2024-03-22 11:23:33 +01:00
Charlie Gordon
06c100c9bf
Prevent UB on memcpy and floating point conversions
...
- add `memcpy_no_ub` that accepts null pointers for 0 count
- prevent 0 length allocation in `js_worker_postMessage`
- use safer test for `int` value in `JS_NewFloat64`,
`JS_ToArrayLengthFree` and `js_typed_array_indexOf`
2024-03-03 14:05:40 +01:00
Charlie Gordon
37bd4ae62d
Strip trailing spaces
2024-02-10 16:19:17 +01:00
bellard
94010edb57
the BigInt support is now always included
2023-12-04 19:26:32 +01:00
bellard
6de52d878a
bf_set_ui() fix (github issue #133 )
2023-12-01 17:56:22 +01:00
bellard
b5e62895c6
2021-03-27 release
2021-03-27 11:17:31 +01:00
bellard
8900766099
2020-07-05 release
2020-09-06 19:07:30 +02:00
bellard
1722758717
2020-04-12 release
2020-09-06 19:04:20 +02:00
bellard
383e2b06c8
2020-03-16 release
2020-09-06 19:02:03 +02:00
bellard
0e8fffd4de
2020-01-19 release
2020-09-06 18:57:11 +02:00
bellard
91459fb672
2020-01-05 release
2020-09-06 18:53:08 +02:00