Overview
Comment: | Switched vg to use typed-records |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
b098e2c6cbf15837facbe5bfd9884ef0 |
User & Date: | mrwellan on 2016-07-27 17:12:59 |
Other Links: | branch diff | manifest | tags |
Context
2016-07-28
| ||
08:44 | various check-in: 292c6d2aaa user: matt tags: v1.61 | |
2016-07-27
| ||
17:12 | Switched vg to use typed-records check-in: b098e2c6cb user: mrwellan tags: v1.61 | |
13:47 | Cleaned up tabdat using defstruct properly and switched to typed-records check-in: 1ed38c9098 user: mrwellan tags: v1.61 | |
Changes
Modified vg.scm from [5b28628acc] to [956a3fc218].
1 2 3 4 5 6 7 8 9 10 11 12 | ;; ;; Copyright 2016 Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ;; ;; Copyright 2016 Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (use typed-records srfi-1) (declare (unit vg)) (use canvas-draw iup) (import canvas-draw-iup) (include "vg_records.scm") |
︙ | ︙ |