log

age author description
Thu, 03 Aug 2023 19:17:58 +0300 Matti Hamalainen Rename Makefile.gen to Makefile.common default tip
Sun, 02 Jul 2023 03:21:18 +0300 Matti Hamalainen s/ITEM_/CFG_ITEM_/g
Sun, 02 Jul 2023 03:20:30 +0300 Matti Hamalainen Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
Mon, 20 Feb 2023 23:38:52 +0200 Matti Hamalainen Sync with th-libs API changes.
Wed, 14 Dec 2022 01:39:18 +0200 Matti Hamalainen Update to match the th_mkdir_path() API changes in th-libs.
Wed, 07 Dec 2022 13:20:25 +0200 Matti Hamalainen th-libs now uses stdbool.h if possible, so we need to rename all
Wed, 07 Dec 2022 13:19:25 +0200 Matti Hamalainen Refactor the build system a bit.
Wed, 07 Dec 2022 13:18:06 +0200 Matti Hamalainen Remove obsolete Makefiles.
Wed, 07 Dec 2022 00:15:53 +0200 Matti Hamalainen Change to match th_ringbuf_new() API.
Fri, 25 Feb 2022 15:26:06 +0200 Matti Hamalainen Build system improvement.
Mon, 27 Apr 2020 02:45:28 +0300 Matti Hamalainen Change how --help option is handled, and plug some memory leaks in
Tue, 10 Mar 2020 17:01:22 +0200 Matti Hamalainen Adjust to fit new th_ioctx API.
Sat, 29 Feb 2020 12:23:53 +0200 Matti Hamalainen Remove silly.
Sat, 29 Feb 2020 12:23:08 +0200 Matti Hamalainen Add th_ioctx_stdio.o to th-libs depencies.
Sat, 29 Feb 2020 12:22:30 +0200 Matti Hamalainen Fix build.
Tue, 28 Jan 2020 18:53:30 +0200 Matti Hamalainen Adjust to th-libs API change.
Sat, 25 Jan 2020 13:06:31 +0200 Matti Hamalainen Adjust to th-libs ioctx API change.
Fri, 17 Jan 2020 20:04:06 +0200 Matti Hamalainen Slight code cleanup on aisle nn_window_new().
Fri, 17 Jan 2020 20:03:41 +0200 Matti Hamalainen Trim whitespace.
Fri, 17 Jan 2020 19:30:48 +0200 Matti Hamalainen Fix signedness checks.
Sun, 12 Jan 2020 20:28:35 +0200 Matti Hamalainen Adjust to th-libs th_args_help() API change.
Sun, 12 Jan 2020 18:08:41 +0200 Matti Hamalainen Cleanup help slightly.
Fri, 10 Jan 2020 00:16:59 +0200 Matti Hamalainen Fix a format string.
Mon, 06 Jan 2020 12:40:57 +0200 Matti Hamalainen Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
Sun, 05 Jan 2020 20:48:15 +0200 Matti Hamalainen th-libs function th_llist_free_func() was renamed to th_llist_free_func_data(). Fix references.
Sun, 05 Jan 2020 10:47:49 +0200 Matti Hamalainen Use TH_DIR_SEPARATOR_CHR instead of our own define.
Wed, 25 Dec 2019 15:40:35 +0200 Matti Hamalainen Free io context instead of just closing it.
Wed, 25 Dec 2019 15:18:47 +0200 Matti Hamalainen Use th_get_home_dir().
Wed, 25 Dec 2019 11:05:31 +0200 Matti Hamalainen Adjust to match th-libs API changes.
Wed, 25 Dec 2019 08:35:22 +0200 Matti Hamalainen Typofix in config file comments.
Thu, 05 Dec 2019 03:03:36 +0200 Matti Hamalainen Slight MinGW Windows cross-build Makefile cleanup.
Mon, 09 Jul 2018 08:08:50 +0300 Matti Hamalainen Update to new th_io_fopen() API.
Mon, 09 Jul 2018 07:28:45 +0300 Matti Hamalainen Changed to conform to new th_stat_path() API.
Mon, 09 Jul 2018 06:11:30 +0300 Matti Hamalainen Remove unknown revision.
Mon, 09 Jul 2018 06:10:28 +0300 Matti Hamalainen Added signature for changeset af3e837558f0
Mon, 09 Jul 2018 06:09:12 +0300 Matti Hamalainen Added tag dev-1_5_3 for changeset 2d4089c92939
Mon, 09 Jul 2018 06:02:05 +0300 Matti Hamalainen There is 'make install'. dev-1_5_3
Mon, 09 Jul 2018 05:59:13 +0300 Matti Hamalainen Fix an issue in editBuffer handling.
Mon, 02 Jul 2018 00:04:53 +0300 Matti Hamalainen Improve build system.
Mon, 04 Jun 2018 03:08:18 +0300 Matti Hamalainen TH_NO_DEFAULTS is not used anymore.
Mon, 04 Jun 2018 03:00:11 +0300 Matti Hamalainen Fix to match changes in th-libs API.
Sat, 30 Dec 2017 04:26:29 +0200 Matti Hamalainen Use th_free_r().
Wed, 25 Oct 2017 18:23:32 +0300 Matti Hamalainen Possibly fix external build things and llvm static analyzer runs.
Wed, 09 Aug 2017 11:24:41 +0300 Matti Hamalainen Change license from custom WTFPL to 3-clause BSD.
Mon, 19 Dec 2016 19:01:27 +0200 Matti Hamalainen Add homepage and adjust Makefiles.
Wed, 09 Mar 2016 16:13:55 +0200 Matti Hamalainen Fix and improve Windows Makefile.
Wed, 09 Mar 2016 16:13:40 +0200 Matti Hamalainen Fix Windows builds.
Wed, 09 Mar 2016 15:09:59 +0200 Matti Hamalainen Use the makefile.inc helper from th-libs for generic targets.
Tue, 01 Mar 2016 17:21:52 +0200 Matti Hamalainen Fix to match th_args API.
Wed, 17 Feb 2016 14:28:17 +0200 Matti Hamalainen Some functions used were factored into new th_datastruct module in th-libs,
Mon, 15 Feb 2016 07:04:48 +0200 Matti Hamalainen Bump copyrights.
Mon, 15 Feb 2016 07:01:33 +0200 Matti Hamalainen Whoops, add the missing endianchk.c
Fri, 12 Feb 2016 03:06:40 +0200 Matti Hamalainen Silence a warning about unused function argument.
Fri, 12 Feb 2016 03:05:07 +0200 Matti Hamalainen Work on the build system, split generic UNIX things into Makefile.unix
Fri, 12 Feb 2016 03:03:51 +0200 Matti Hamalainen Create configuration directory path if it does not yet exist when saving
Fri, 12 Feb 2016 03:03:17 +0200 Matti Hamalainen Use the new io context API.
Fri, 12 Feb 2016 03:02:12 +0200 Matti Hamalainen Two more generic functions were moved to th-libs, so factor out the
Fri, 12 Feb 2016 01:40:04 +0200 Matti Hamalainen Use TH_PLAT_WINDOWS for preprocessor conditionals.
Thu, 11 Feb 2016 23:00:26 +0200 Matti Hamalainen Bump version.
Sat, 07 Feb 2015 01:40:29 +0200 Matti Hamalainen Match th-libs API changes for ringbuffers.