Artifact d6a055e805f4fdcfab60379a1a701c2be2ed9bfa9016878d07f9a9b7f88bc7fe:
- Executable file
r36/src/patches.red.empty
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 243) [annotate] [blame] [check-ins using] [more...]
module patches; % Patches to correct problems in current release. % Author: Anthony C. Hearn. % Copyright (c) 1998 Anthony C. Hearn. All Rights Reserved. global '(patch!-date!*); patch!-date!* := "(no patches)"; endmodule; end;