HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 52  →  ?path2? @ 53
/trunk/HuntnGather/Changes.readme
@@ -1,5 +1,4 @@
20211114:
 
* Rewrite and preparations for pooling memory the Amiga way.
 
20211105:
/trunk/HuntnGather/Gather/Gather.c
@@ -937,7 +937,7 @@
#else
if((tp = fopen(tmpName, "w")) == NULL) {
#endif
fprintf(stderr, "Copuld not open file '%s' for writing.\n", tmpName);
fprintf(stderr, "Could not open file '%s' for writing.\n", tmpName);
 
// Close database file.
#if defined ___AsyncIO___
/trunk/HuntnGather/HuntnGather.readme
@@ -3,7 +3,7 @@
Uploader: "Wizardry and Steamworks" <mail@grimore.org>
Type: util/dir
Replaces: util/dir/HuntnGather.lha
Version: 1.7.5
Version: 1.7.7
Architecture: m68k-amigaos
 
Hunt & Gather - File search and indexing utilities.
@@ -16,7 +16,6 @@
-=:[ Changes ]:=-
 
20211206:
 
* Compile pattern only once before searching through files.
 
-=:[ Introduction ]:=-