master
ecpg: Fix zero-termination of string generated by intoasc()
Sorry, forgot the new files.
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Remove unnecessary parentheses in return statements
Prevent -Wstrict-prototypes and -Wold-style-definition warnings
Update copyright for 2026
Add some const decorations to prototypes
Fix MSVC warning in compat_informix/rnull.pgc
printf("%lf") is not portable, so omit the "l".
Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.