From 54c2eed89f3036c39e6594aa10774cff605a5f8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Apr 2020 17:10:59 +0200 Subject: update to 0.7.0 drop patches merged upstream open https://github.com/jbboehr/handlebars.c/issues/81 _hardened_ldflags break build --- compat_reports/0.6.4_to_0.8.0/compat_report.html | 860 +++++++++++++++++++++++ 1 file changed, 860 insertions(+) create mode 100644 compat_reports/0.6.4_to_0.8.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.6.4_to_0.8.0/compat_report.html b/compat_reports/0.6.4_to_0.8.0/compat_report.html new file mode 100644 index 0000000..48a708f --- /dev/null +++ b/compat_reports/0.6.4_to_0.8.0/compat_report.html @@ -0,0 +1,860 @@ + + + + + + + + + +libhandlebars: 0.6.4 to 0.8.0 compatibility report + + + +

API compatibility report for the libhandlebars library between 0.6.4 and 0.8.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types246 / 123
Compatibility98%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low0
Problems with
Symbols
High1
Medium1
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+handlebars_ast_printer.h, libhandlebars.so.5.2.0
+handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
+
+handlebars_partial_loader.h, libhandlebars.so.5.2.0
+handlebars_value_get_std_partial_loader_handlers ( )
+handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
+
+handlebars_string.h, libhandlebars.so.5.2.0
+handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
+
+to the top
+ +

Problems with Symbols, High Severity  1 


+handlebars.lex.h, libhandlebars.so.5.1.0
+ +[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+handlebars.lex.h, libhandlebars.so.5.1.0
+ +[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Other Changes in Constants  1 


+handlebars_compiler.h
+ +[+] handlebars_compiler_flag_mustache_style_lambdas +
+ + +
+to the top
+

Header Files  26 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.6.4
Version #20.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types814 / 190
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low2
Problems with
Constants
Low4
Other Changes
in Constants
-1
+ +

Added Symbols  4 


+handlebars_ast_printer.h
+handlebars_ast_to_string ( struct handlebars_context* context, struct handlebars_ast_node* ast_node )
+
+handlebars_partial_loader.h
+handlebars_value_get_std_partial_loader_handlers ( )
+handlebars_value_partial_loader_ctor ( struct handlebars_context* context, struct handlebars_string* base_path, struct handlebars_string* extension )
+
+handlebars_string.h
+handlebars_str_replace ( struct handlebars_context* context, struct handlebars_string const* string, char const* search, size_t search_len, char const* replacement, size_t replacement_len )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  2 


+handlebars.lex.h
+ +[+] handlebars_yy__scan_bytes ( char const* bytes, yy_size_t len, yyscan_t yyscanner )  1  +
+ + +[+] handlebars_yy_get_leng ( yyscan_t yyscanner )  1  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  4 


+handlebars_config.h
+ +[+] HANDLEBARS_VERSION_INT +
+ + + +[+] HANDLEBARS_VERSION_MINOR +
+ + + +[+] HANDLEBARS_VERSION_PATCH +
+ + + +[+] HANDLEBARS_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+handlebars_compiler.h
+ +[+] handlebars_compiler_flag_mustache_style_lambdas +
+ + +
+to the top
+

Header Files  26 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.1.0
+
+
to the top
+



+ +
+ + -- cgit