HuntnGather – Blame information for rev 53

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