log th_file.c @ 742:64af66cae541

age author description
Wed, 14 Dec 2022 01:38:08 +0200 Matti Hamalainen Always clear stat structure in th_stat_path().
Wed, 14 Dec 2022 01:32:40 +0200 Matti Hamalainen Change th_mkdir_path() API, instead if returning boolean, return a th-lib error code.
Wed, 14 Dec 2022 01:31:51 +0200 Matti Hamalainen Change th_get_config_dir() API.
Wed, 14 Dec 2022 01:31:25 +0200 Matti Hamalainen Add missing void to function arguments.
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.
Fri, 06 Mar 2020 20:55:43 +0200 Matti Hamalainen th_mkdir_path() mode parameter is unused when compiling for Windows.
Thu, 05 Mar 2020 00:12:16 +0200 Matti Hamalainen Oops, fix previous commit.
Wed, 04 Mar 2020 23:39:11 +0200 Matti Hamalainen Constify.
Mon, 24 Feb 2020 07:42:16 +0200 Matti Hamalainen Support both UNIX and DOS/Windows path separators in th_mkdir_path().
Sun, 05 Jan 2020 10:45:33 +0200 Matti Hamalainen Rename TH_DIR_SEPARATOR define to TH_DIR_SEPARATOR_CHR and add new
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Sat, 04 May 2019 03:00:23 +0300 Matti Hamalainen Return empty directory paths under Windows if we can't retrieve AppData
Tue, 19 Feb 2019 06:12:18 +0200 Matti Hamalainen Add simplistic support for DJGPP/DOS.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Fri, 21 Dec 2018 14:19:59 +0200 Matti Hamalainen Fix th_stat_path() for *NIX.
Mon, 09 Jul 2018 09:25:51 +0300 Matti Hamalainen Improve th_stat_path() some more and fix Windows issues.
Mon, 09 Jul 2018 07:28:13 +0300 Matti Hamalainen Improve th_stat_path() by changing flags into a struct and adding more information.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Fri, 12 Feb 2016 02:47:11 +0200 Matti Hamalainen Actually make th_get_config_dir() work.
Thu, 11 Feb 2016 21:38:52 +0200 Matti Hamalainen Remove file helper functions, they will be reintroduced in another form in new I/O contexts.
Thu, 11 Feb 2016 17:52:35 +0200 Matti Hamalainen Move th_{fread,fwrite}_{str,byte}() functions to th_file module.
Wed, 20 Jan 2016 16:40:05 +0200 Matti Hamalainen Initial import of th_file module.