changelog shortlog graph tags branches files raw help

Mercurial > demo / changeset: tkup

changeset 6: 3d202b181d6c
parent 5: 4230ce61dcfa
child 7: 315fedf35bc7
author: ellis <ellis@rwest.io>
date: Sun, 07 May 2023 01:32:31 -0400
files: pkg.lisp tk.lisp
description: tkup
     1.1--- a/pkg.lisp	Sat May 06 16:09:22 2023 -0400
     1.2+++ b/pkg.lisp	Sun May 07 01:32:31 2023 -0400
     1.3@@ -53,7 +53,8 @@
     1.4 	   #:scan-dir
     1.5 	   #:mkstr
     1.6 	   #:symb
     1.7-	   #:sbq-reader)
     1.8+	   #:sbq-reader
     1.9+	   #:find-rust-dll)
    1.10   ;; ffi.lisp
    1.11   ;; (:export)
    1.12   )
     2.1--- a/tk.lisp	Sat May 06 16:09:22 2023 -0400
     2.2+++ b/tk.lisp	Sun May 07 01:32:31 2023 -0400
     2.3@@ -37,6 +37,5 @@
     2.4        (get-macro-character #\`) stream nil)))
     2.5 
     2.6 (eval-when (:execute)
     2.7-  (in-package :demo)
     2.8   (set-dispatch-macro-character
     2.9    #\# #\` #'demo:sbq-reader))