--- parser3/ChangeLog 2025/11/24 02:05:14 1.227 +++ parser3/ChangeLog 2025/12/22 02:05:14 1.230 @@ -1,3 +1,24 @@ +2025-12-17 moko + + * src/classes/json.C: optimization: String::Empty used and avoided + using passed length. + +2025-12-16 moko + + * src/classes/string.C: sync _int with _double, avoid int usage + (related to #1273) + +2025-12-08 moko + + * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE + define added and used for OS X as well + +2025-11-30 moko + + * configure, configure.ac, src/include/pa_config_auto.h.in, + src/include/pa_config_fixed.h: int64_t added in preparation to + feature #1273 + 2025-11-22 moko * src/classes/amqp.C: delivery_tag changed from string to double