Mercurial
Mercurial
>
matiec
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-30
-10
-8
+8
+10
+30
+100
tip
The revision graph only works with JavaScript-enabled browsers.
fix code generation when dereferencing pointers (ref_to) to arrays (ref_to_array^[5])
2014-10-25, by mjsousa
Fix bug: set the scope annotation in deref_operators used inside structs
2014-10-25, by mjsousa
Editing of error message to make it more clear.
2014-10-25, by mjsousa
Filling of symbol->scope annotation moved from narrow to fill_candidate_datatypes_c (became possible because narrowing of struct, array and symbolic variables is now done directly in fill_candidate_datatypes_c)
2014-10-25, by mjsousa
fill_candidate_datatypes_c now uses search_varinstance_decl_c instead of search_varfb_instance_type_c (moving towards deprecation of search_varfb_instance_type_c)
2014-10-25, by mjsousa
Do the full fill_candidate/narrow_datatype algorithm for all fields of a structured variable in the fill_candidate_datatypes_c
2014-10-19, by mjsousa
Fix bug with multple dereferencing (bool_var := bool_ptr_ptr^^;)
2014-10-19, by mjsousa
Fix bug: Add support for de-referencing pointers to struct (struct_ptr^.elem1) when used inside FB.
2014-10-19, by mjsousa
less
more
|
(0)
-300
-100
-30
-10
-8
+8
+10
+30
+100
tip