Differences From Artifact [42e94b826f]:
- File attic/ods.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 29489) [annotate] [blame] [check-ins using]
- File ods-inc.scm — part of check-in [fde3cd0ad1] at 2019-11-03 04:00:00 on branch v1.65-try3 — try3 (user: matt, size: 29489) [annotate] [blame] [check-ins using]
- File ods.scm — part of check-in [14e9c3fb65] at 2018-02-16 10:51:55 on branch v1.65-license-update — Update license blurbs (user: mrwellan, size: 29489) [annotate] [blame] [check-ins using]
To Artifact [1b93bc9256]:
- File ods.scm — part of check-in [77627223bc] at 2021-02-02 23:34:16 on branch v1.6569-multi-db — Added commonmod to all units (user: matt, size: 29535) [annotate] [blame] [check-ins using] [more...]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + | ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (use csv-xml regex) (declare (unit ods)) (declare (uses common)) (declare (uses commonmod)) (import commonmod) (define ods:dirs '("Configurations2" "Configurations2/toolpanel" "Configurations2/menubar" "Configurations2/toolbar" "Configurations2/progressbar" |
︙ |