- Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity

This commit is contained in:
Paul Bakker
2011-04-24 09:11:17 +00:00
parent 23986e5d5d
commit a755ca1bbe
7 changed files with 73 additions and 72 deletions

View File

@@ -9,7 +9,8 @@ Features
Changes
* Major argument / variable rewrite. Introduced use of size_t
instead of int for buffer lengths and loop variables for
better unsigned / signed use
better unsigned / signed use. Renamed internal bigint types
t_int and t_dbl to t_uint and t_udbl in the process
= Version 0.99-pre4 released on 2011-04-01
Features