picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit af8ac696f621360eb8975476298d52b4eb268e15
parent bddb5774334d7cb7264792c782e7a48aed0fa44b
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 21 Jul 2011 16:06:40 +0200

64-bit database for family demo
Diffstat:
Adoc/family64.tgz | 0
Mdoc/tut.html | 8+++++---
Mlib/db32-64.l | 4++--
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/family64.tgz b/doc/family64.tgz Binary files differ. diff --git a/doc/tut.html b/doc/tut.html @@ -1800,9 +1800,11 @@ entity/relation class framework (see also <a href="ref.html#dbase">Database</a>) which allows a close mapping of the application data structure to the database. <p>We provided a simple yet complete database and GUI demo application in -<code><a href="family.tgz">@doc/family.tgz</a></code>. It contains the sources -in <code><a href="family.l">@doc/family.l</a></code>, and an initial database in -the "family/" subdirectory. +<code><a href="family.tgz">@doc/family.tgz</a></code> and <code><a +href="family64.tgz">@doc/family64.tgz</a></code>. Please unpack the first one if +you use a 32-bit system, and the second one on a 64-bit system. Both contain the +sources in <code><a href="family.l">@doc/family.l</a></code>, and an initial +database in the "family/" subdirectory. <p>To use it, please unpack it first in your current working directory, then start it up in the following way: diff --git a/lib/db32-64.l b/lib/db32-64.l @@ -1,11 +1,11 @@ -# 05feb10abu +# 21jul11abu # (c) Software Lab. Alexander Burger ## 1. On the 32-bit system, in single-user mode: ## : (load "lib/db32-64.l") ## : (export64 *Pool *Dbs *Blob) ## -## 2. Transfer the resulting file "db64.tgz" to the 64-bit system, +## 2. Transfer the resulting file "~/.pil/db64.tgz" to the 64-bit system, ## and unpack it in the application's runtime directory ## ## 3. On the 64-bit system, in single-user mode: