HuntnGather – Diff between revs 25 and 37

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 25 Rev 37
-   1 20211105:
-   2 * Use a single binary for all CPUs.
-   3 * Refocus the documentation to match the latest changes.
-   4 * MuForce and MuGuardianAngel memory usage stress testing.
-   5 * Large storage (cca. 8k directories / 80k files) stress testing.
-   6 * Use locale for string comparisons on the Amiga.
-   7 * "Gather" now requires either of -a (add), -r (remove), -c (create).
-   8 * Allow multiple paths when issuing the "Gather" command.
-   9  
1 20201026: 10 20201026:
2 * Use AsyncIO. 11 * Use AsyncIO.
3 12
4 20211019: 13 20211019:
5 * Make Hunt search substrings if no wildcards have been specified. 14 * Make Hunt search substrings if no wildcards have been specified.
6 * Process current directory as a full path when invoked with "". 15 * Process current directory as a full path when invoked with "".
7 * Code maintenance. 16 * Code maintenance.
8   17  
9 20210131: 18 20210131:
10 * Store files as uppcase. 19 * Store files as uppcase.
11   20  
12 20210127: 21 20210127:
13 * Some speedups. 22 * Some speedups.
14 * Small retouches and make the path or pattern argument required. 23 * Small retouches and make the path or pattern argument required.
15   24  
16 20210110: 25 20210110:
17 * Fixes for the new pattern matching. 26 * Fixes for the new pattern matching.
18   27  
19 20210109: 28 20210109:
20 * Add the ability to specify the database file for all tools (-d). 29 * Add the ability to specify the database file for all tools (-d).
21 * Perform some file checking for all tools before running. 30 * Perform some file checking for all tools before running.
22 * Add Amiga-style pattern matching with Hunt. 31 * Add Amiga-style pattern matching with Hunt.
23   32  
24 20210107: 33 20210107:
25 * Add the quiet option (-q) to the Gather tool. 34 * Add the quiet option (-q) to the Gather tool.
26 * Process arguments cannonically for both Hunt & Gather. 35 * Process arguments cannonically for both Hunt & Gather.
27 * Switch to a case-insensitive search for Hunt. 36 * Switch to a case-insensitive search for Hunt.
28   37  
29 20210105: 38 20210105:
30 * Ensure the database is sorted for future development. 39 * Ensure the database is sorted for future development.
31 * Insert CTRL+C breaking of both tools for AmigaOS. 40 * Insert CTRL+C breaking of both tools for AmigaOS.
32 * Make both tools more verbose. 41 * Make both tools more verbose.
33 * Dot the is, dash the ts... 42 * Dot the is, dash the ts...
34   43