changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: re-exports

changeset 552: c2c481ebd7ea
parent 551: 83b71948b92c
child 553: 7bfefad419e9
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 17 Jul 2024 21:51:36 -0400
files: lisp/lib/skel/core/pkg.lisp lisp/lib/skel/pkg.lisp
description: re-exports
     1.1--- a/lisp/lib/skel/core/pkg.lisp	Wed Jul 17 21:31:38 2024 -0400
     1.2+++ b/lisp/lib/skel/core/pkg.lisp	Wed Jul 17 21:51:36 2024 -0400
     1.3@@ -22,6 +22,7 @@
     1.4    :sk-call :sk-call*
     1.5    :sk-load :sk-save
     1.6    :sk-print :sk-read
     1.7+   :sk-build
     1.8    :sk-compile :sk-transform
     1.9    :sk-write :sk-writeln
    1.10    :sk-write-string :sk-write-file
     2.1--- a/lisp/lib/skel/pkg.lisp	Wed Jul 17 21:31:38 2024 -0400
     2.2+++ b/lisp/lib/skel/pkg.lisp	Wed Jul 17 21:51:36 2024 -0400
     2.3@@ -47,5 +47,5 @@
     2.4   (:use-reexport :skel/core :skel/comp))
     2.5 
     2.6 (pkg:defpkg :sk-user
     2.7-  (:use :cl :std :std-user :cl-user :log :net-user :sb-debug :sb-ext :net/proto/dns :cli/tools/sbcl)
     2.8-  (:use-reexport :skel))
     2.9+  (:use :cl :std :std-user :cl-user :log :net :sb-debug :sb-ext :net/proto/dns :cli/tools/sbcl)
    2.10+  (:use :skel :skel/core :skel/comp))