HuntnGather – Blame information for rev 52

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