Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

7 most recent check-ins by user ashepilko

2021-06-16
20:26
Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions Leaf check-in: 6429a4bdc2 user: ashepilko tags: test-msc89
20:24
Add a test program for MSVC C89 implementations of rint() and snprintf() check-in: c945679735 user: ashepilko tags: test-msc89
20:24
Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again check-in: da9f362015 user: ashepilko tags: trunk
2020-08-09
21:45
Merge in trunk; resolve conflicts Closed-Leaf check-in: 7cfbf66a02 user: ashepilko tags: cmake-ide
2020-08-01
04:30
Remove an unused variable in mkindex.c check-in: bf1984428f user: ashepilko tags: trunk
2020-07-31
02:21
Update the tests to reflect recent code changes check-in: 981049f798 user: ashepilko tags: trunk
2020-07-17
23:53
For strtoll() with Visual Studio prior to MSVS 2013, fallback to _strtoi64(). check-in: d626ddb554 user: ashepilko tags: trunk