changelog
- Mon, 23 Dec 2024 00:34:05 +0100
- by Mike Becker <universe@uap-core.de> [Mon, 23 Dec 2024 00:34:05 +0100] rev 1052
- add temporary implementations for string to number and first test cases
issue #532
- Mon, 23 Dec 2024 00:33:27 +0100
- by Mike Becker <universe@uap-core.de> [Mon, 23 Dec 2024 00:33:27 +0100] rev 1051
- fix another missing free() in json tests
- Sun, 22 Dec 2024 23:10:07 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 22 Dec 2024 23:10:07 +0100] rev 1050
- make cx_strcast() also support cxstring
also makes the solution for issue #536 a lot nicer
- Sun, 22 Dec 2024 22:53:53 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 22 Dec 2024 22:53:53 +0100] rev 1049
- fix cx_hash_key_cxstr() being a macro
issue #536
- Sun, 22 Dec 2024 22:14:57 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 22 Dec 2024 22:14:57 +0100] rev 1048
- implement all string to number conversions that are just wrappers
issue #532
- Sun, 22 Dec 2024 22:10:04 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 22 Dec 2024 22:10:04 +0100] rev 1047
- don't trust that size_t always has word width
it should be the case on all platforms supported by UCX, but it's not strictly defined in POSIX that it must be the case