From: Ken Harris Date: Sun, 2 Jun 2013 19:16:36 +0000 (-0700) Subject: Merging from upstream. X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=b2791b343ae73280de6a618b0b49aa4f7e7b9b9d Merging from upstream. --- b2791b343ae73280de6a618b0b49aa4f7e7b9b9d diff --cc jscl.lisp index 5628e87,815bc35..c975422 --- a/jscl.lisp +++ b/jscl.lisp @@@ -23,18 -23,23 +23,24 @@@ (in-package :jscl) (defvar *source* - '(("boot" :target) - ("compat" :host) - ("utils" :both) - ("list" :target) - ("string" :target) - ("print" :target) - ("package" :target) - ("ffi" :target) - ("char" :target) - ("read" :both) - ("compiler" :both) - ("toplevel" :target))) + '(("boot" :target) + ("compat" :host) + ("utils" :both) + ("list" :target) + ("string" :target) + ("sequence" :target) + ("print" :target) + ("package" :target) + ("ffi" :target) + ("misc" :target) + ("numbers" :target) ++ ("char" :target) + ("read" :both) + ("defstruct" :both) + ("lambda-list" :both) + ("backquote" :both) + ("compiler" :both) + ("toplevel" :target))) (defun source-pathname (filename &key (directory '(:relative "src")) (type nil) (defaults filename))