Commit Graph

8 Commits (2389a150acfc3915ec6684231fefca4e2323e93d)

Author SHA1 Message Date
leitner bb9cdaaafb add iarray
leitner 12caccfd48 don't shrink in array_allocate
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
leitner 35e0e1a7c0 that wasn't it
leitner 325a6176ca write a small socket server with io_wait integration and add and debug
io framework enough to support the test program
leitner ef0495b5e2 reverse return code for safemult API to conform to newer djb APIs
leitner 5226dd010d change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
leitner d1df715971 add API for integer multiplication with overflow detection