log th_ioctx.c @ 179:167118a6609a

age author description
Wed, 18 Feb 2015 13:28:29 +0200 Matti Hamalainen Use TH_PRIu_SIZE_T for size_t printing.
Wed, 18 Feb 2015 13:28:18 +0200 Matti Hamalainen Initialize line number field in ioctx to 1.
Sun, 25 May 2014 05:28:52 +0300 Matti Hamalainen Use plain memset().
Tue, 11 Dec 2012 15:32:42 +0200 Matti Hamalainen Oops, sizeof(x) vs sizeof(*x). Fixed.
Thu, 15 Nov 2012 19:52:09 +0200 Matti Hamalainen Break I/O context API, add function pointers to init/open/new functions.
Thu, 15 Nov 2012 19:44:59 +0200 Matti Hamalainen Oops, the I/O context initialization was memsetting &pointer instead of
Thu, 15 Nov 2012 19:21:14 +0200 Matti Hamalainen Added new module, a simple I/O context helper.