5 Commits

Author SHA1 Message Date
9f2b44bf99 (MOD) Fixed 1 bug in Memory_Reallocate: Now the size of inst is updating with the given size used for reallocation.
(MOD) Replaced struct member prev from UnknownStatus, NormalStatus and ErrorStatus from NULL to &UnknownStatus, &NormalStatus and &ErrorStatus.

(MOD) Rewrote Status_Equal, StatusUtils_Dump, StatusUtils_IsRecursive and StatusUtils_Depth in response to the change of struct member prev from UnknownStatus, NormalStatus and ErrorStatus.

(MOD) Defined 1 more macro "shift".
2024-06-27 16:01:01 +08:00
William
69d827c38e (SYNC) Synchronisation with local latest modifications. 2024-06-24 22:34:47 +08:00
William
8775d75de8 (FEA) More macros for Status 2024-06-07 17:17:32 +08:00
William
54042cf2cf (FEA) Featured for Location_Literalisation, Status_Literalisation etc. 2024-06-06 02:22:54 +08:00
William
9877602ffa (MOD) Refinements and widened extendibilities for Status 2024-04-13 17:55:01 +08:00