log th_ioctx_stdio.c @ 772:1959ba53e9dc

age author description
Mon, 20 Feb 2023 23:36:33 +0200 Matti Hamalainen Fix th_ioctx_t_ops -> th_ioctx_ops_t
Mon, 20 Feb 2023 23:33:45 +0200 Matti Hamalainen Rename th_ioctx struct to th_ioctx_t, for consistency. Breaks API.
Wed, 07 Dec 2022 15:03:36 +0200 Matti Hamalainen Return actual errno status in case of fopen() failure.
Wed, 07 Dec 2022 12:14:39 +0200 Matti Hamalainen Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
Sat, 01 Jan 2022 16:17:31 +0200 Matti Hamalainen Bump copyrights.
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Mon, 09 Mar 2020 16:22:01 +0200 Matti Hamalainen Cleanups.
Sat, 29 Feb 2020 12:19:02 +0200 Matti Hamalainen Split stdio and memio stuff to separate files from th_stdio.c