HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 51  →  ?path2? @ 52
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/HuntnGather/C/Gather
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/HuntnGather/C/Hunt
/trunk/HuntnGather/Changes.readme
@@ -1,3 +1,7 @@
20211114:
 
* Rewrite and preparations for pooling memory the Amiga way.
 
20211105:
* Use a single binary for all CPUs.
* Refocus the documentation to match the latest changes.
/trunk/HuntnGather/Gather/Gather.c
@@ -33,7 +33,7 @@
#include "stack.h"
#include "/shared/utilities.h"
 
#define PROGRAM_VERSION "1.7.6"
#define PROGRAM_VERSION "1.7.7"
 
#if defined ___AmigaOS___
/*************************************************************************/
/trunk/HuntnGather/Hunt/Hunt.c
@@ -31,7 +31,7 @@
 
#include "/shared/utilities.h"
 
#define PROGRAM_VERSION "1.7.6"
#define PROGRAM_VERSION "1.7.7"
 
#if defined ___AmigaOS___
/*************************************************************************/
/trunk/HuntnGather/HuntnGather.readme
@@ -15,9 +15,9 @@
 
-=:[ Changes ]:=-
 
20211114:
20211206:
 
* Rewrite and preparations for pooling memory the Amiga way.
* Compile pattern only once before searching through files.
 
-=:[ Introduction ]:=-