Merge commit '722771973bd' into patches/lyslyskom22891031 * commit '722771973bd': (6177 commits) Verify that callablep responses are aligned with reality. ...
Merge branch '7.9' into gobject-introspection
Merge remote branch 'origin/7.9' into rblock_alloc Conflicts: src/post_modules/CritBit/floattree.cmod src/post_modules/CritBit/inttree.cmod src/post_modules/CritBit/stringtree.cmod
Move various modules from modules to post_modules.
Got rid of C++-style comments. Rev: src/modules/JSON/json_array.c:1.4 Rev: src/modules/JSON/json_mapping.c:1.4 Rev: src/modules/JSON/json_number.c:1.6 Rev: src/modules/JSON/json_parser.c:1.4 Rev: src/modules/JSON/json_string.c:1.4 Rev: src/modules/JSON/json_string_utf8.c:1.4 Rev: src/modules/JSON/rl/json_array.rl:1.4 Rev: src/modules/JSON/rl/json_mapping.rl:1.4 Rev: src/modules/JSON/rl/json_number.rl:1.6 Rev: src/modules/JSON/rl/json_parser.rl:1.3 Rev: src/modules/JSON/rl/json_string.rl:1.4 Rev: src/modules/JSON/rl/json_string_utf8.rl:1.4
use stack to take care of freeing on error Rev: src/modules/JSON/json_array.c:1.3 Rev: src/modules/JSON/json_mapping.c:1.3 Rev: src/modules/JSON/json_number.c:1.5 Rev: src/modules/JSON/json_parser.c:1.3 Rev: src/modules/JSON/json_string.c:1.3 Rev: src/modules/JSON/json_string_utf8.c:1.3 Rev: src/modules/JSON/rl/json_array.rl:1.3 Rev: src/modules/JSON/rl/json_mapping.rl:1.3 Rev: src/modules/JSON/rl/json_number.rl:1.5 Rev: src/modules/JSON/rl/json_parser.rl:1.2 Rev: src/modules/JSON/rl/json_string.rl:1.3 Rev: src/modules/JSON/rl/json_string_utf8.rl:1.3
Include ragel in the build chain (optionally). This makes Makefile.rl superfluous. Renamed rl/json.rl to avoid duplicating the ragel build rule. Rev: src/modules/JSON/Makefile.in:1.2 Rev: src/modules/JSON/json_parser.c:1.2
generated c files Rev: src/modules/JSON/json.h:1.1 Rev: src/modules/JSON/json_array.c:1.1 Rev: src/modules/JSON/json_array_utf8.c:1.1 Rev: src/modules/JSON/json_mapping.c:1.1 Rev: src/modules/JSON/json_mapping_utf8.c:1.1 Rev: src/modules/JSON/json_number.c:1.1 Rev: src/modules/JSON/json_number_utf8.c:1.1 Rev: src/modules/JSON/json_parser.c:1.1 Rev: src/modules/JSON/json_string.c:1.1 Rev: src/modules/JSON/json_string_utf8.c:1.1 Rev: src/modules/JSON/json_utf8.c:1.1