log tools/fanalyze.c @ 2433:2fcd8d712b1e

age author description
Wed, 19 Feb 2020 18:25:50 +0200 Matti Hamalainen More improvements to the grep mode.
Wed, 19 Feb 2020 18:00:49 +0200 Matti Hamalainen Only print grep value lists if verbosity >= 1.
Wed, 19 Feb 2020 01:52:36 +0200 Matti Hamalainen Fix grepping of consecutive values in fanalyze when using > byte size types.
Tue, 18 Feb 2020 23:31:10 +0200 Matti Hamalainen Use printf() here as well.
Tue, 18 Feb 2020 23:27:47 +0200 Matti Hamalainen Use printf() instead of dmPrint() for some things.
Mon, 13 Jan 2020 22:26:24 +0200 Matti Hamalainen Add a C file with the generic BSD license text and a function for
Mon, 13 Jan 2020 21:21:25 +0200 Matti Hamalainen Option index re-ordering cleanup work.
Sun, 12 Jan 2020 20:50:45 +0200 Matti Hamalainen Merge one more change from th-libs args processing.
Fri, 10 Jan 2020 01:23:02 +0200 Matti Hamalainen Implement counting of matching files for each match sequence.
Thu, 09 Jan 2020 20:14:58 +0200 Matti Hamalainen More printf() format specifier size_t -related fixes.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Wed, 03 Jul 2019 01:52:01 +0300 Matti Hamalainen Always print out grep value list.
Tue, 18 Jun 2019 07:38:05 +0300 Matti Hamalainen Remove comment.
Mon, 17 Jun 2019 12:54:33 +0300 Matti Hamalainen Add a progress indicator when "slow" matching is expected.
Mon, 17 Jun 2019 11:50:33 +0300 Matti Hamalainen Add a slowness warning (the threshold value will probably need adjusting.)
Mon, 17 Jun 2019 11:50:12 +0300 Matti Hamalainen Bail out from the matching search if we exceed the match limits.
Mon, 17 Jun 2019 11:41:33 +0300 Matti Hamalainen Fix matched area end offset display.
Mon, 17 Jun 2019 11:28:44 +0300 Matti Hamalainen More fixes to the matching sequence search functionality.
Mon, 17 Jun 2019 10:27:05 +0300 Matti Hamalainen Cleanups.
Mon, 17 Jun 2019 10:26:47 +0300 Matti Hamalainen Add constant define for maximum number of variants.
Mon, 17 Jun 2019 07:29:06 +0300 Matti Hamalainen Add 'beta' level feature to fanalyze, for finding matching byte sequences of minimum
Sat, 15 Jun 2019 20:20:57 +0300 Matti Hamalainen Cosmetic.
Sat, 15 Jun 2019 20:20:47 +0300 Matti Hamalainen Cleanup.
Sat, 15 Jun 2019 06:06:23 +0300 Matti Hamalainen Improve help, cosmetics.
Fri, 14 Jun 2019 19:00:56 +0300 Matti Hamalainen Bump copyright and version.
Fri, 14 Jun 2019 18:39:59 +0300 Matti Hamalainen Make the offset mode (-o) also support lists of offsets.
Fri, 14 Jun 2019 18:33:10 +0300 Matti Hamalainen Variables -> struct cleanup.
Fri, 14 Jun 2019 18:00:18 +0300 Matti Hamalainen Add functionality for grepping multiple consecutive values (8/16/32 le/be)
Fri, 30 Nov 2018 08:01:46 +0200 Matti Hamalainen Implement controllable decimal/hexadecimal formatting for offset display mode.
Fri, 30 Nov 2018 06:52:46 +0200 Matti Hamalainen Cleanups.