changelog
- 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