- May 07, 2017
-
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
+ some small whitespace cleanup around the modified sites
-
Daniel Kochmański authored
replace eval, load, compile with :execute, :load-toplevel, :compile-toplevel. Done in semi-automatic way.
-
Daniel Kochmański authored
-
- May 06, 2017
-
-
Jacek Złydach authored
- improved the code around sequence preentation type - placeholder implementation of #'silica::mapping-table-initform and #'silica::mapping-cache-initform
-
Jacek Złydach authored
On CCL, there are still some MOP issues to sort out. - fixed filename typo in ASD - added cl-streams.lisp to utils in ASD - dropped a lot of spurious (declare (values ...)) - also dropped some spurious (declare (arglist ....)) - in cl-streams, replaced :lisp package designator with :cl - added a workaround #'compile-file-environment-p in utils/clos-patches.lisp - some more constants turned into defparameters - defgeneric*, defmethod* -> defgeneric, defmethod - atomic-incf fix for *generation-tick* - closer-mop:validate-superclass for presentation-type-class vs. standard-class for CCL and SBCL - package-prefixed MOP calls - FIXME dropped a (setf (class-name) ...) in clim/ptypes1.lisp
-
Jacek Złydach authored
- added clim-streams.lisp to utils ASD
-
Jacek Złydach authored
- added dependency on closer-mop and removed implementation-specific MOP calls - for SBCL, replaced *event-timestamp* defvar with sb-ext:defglobal and added a type proclamation to make atomic-incf compile - replaced more defconstants with defparameters - dropped some more invalid declarations (those in defgeneric and arglist in particular)
-
Jacek Złydach authored
- changed defconstant to defparameter for places where constants were objects - dropped invalid declarations in defgeneric forms - restricted arglist declaration to just Genera - replaced defgeneric* and defmethod* forms with defgeneric and defmethod (the former were presumably because defgeneric/defmethod didn't handle setf functions in the past)
-
Jacek Złydach authored
Compiles on CCL, *almost* compiles on SBCL. - dropped redefinition of with-standard-io-syntax - updated #'follow-synonym-stream and dropped compile warning (not relevant for target platforms) - commented-out weird declarations in - #'canonicalize-and-match-lambda-lists - #'simple-vector-push-extend - #'simple-vector-insert-element
-
- May 05, 2017
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Generic function can't be declared as dynamic-extent.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
CL doesn't allow these.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Common Lisp doesn't allow `(version>= ...)' as feature expression.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- Nov 07, 2016
-
-
Craig Lanning authored
-
- Aug 16, 2016
-
-
Craig Lanning authored
-
Craig Lanning authored
-
Craig Lanning authored
Add function MAKE-STIPPLE-ARRAY restructure data to work with array initialization
-
- Aug 05, 2016
-
-
Craig Lanning authored
-
Craig Lanning authored
Updated appropriate #+/#- declarations to support Clozure CL. Used the feature "Clozure" for Clozure CL. Also added some initial support for SBCL. Added/Changed the package prefix for a few symbols.
-
- Aug 01, 2016
-
-
Kevin Layer authored
Change-Id: I909d7f9cc7403714a7dbdb847b608e9401dcfa86 Reviewed-on: https://gerrit.franz.com:9080/6023 Reviewed-by:
Kevin Layer <layer@franz.com> Tested-by:
Kevin Layer <layer@franz.com>
-
Kevin Layer authored
Make all files point to the LICENSE file for their license. Change-Id: I378fbf3db84d7a646dd83db22a62a2accf9361b6 Reviewed-on: https://gerrit.franz.com:9080/5991 Reviewed-by:
Duane Rettig <duane@franz.com> Reviewed-by:
Robert Rorschach <rfr@franz.com> Reviewed-by:
Martin Mikelsons <mm@franz.com> Reviewed-by:
Kevin Layer <layer@franz.com> Tested-by:
Kevin Layer <layer@franz.com>
-
- Jul 18, 2016
-
-
Craig Lanning authored
-
- Jul 11, 2016
-
-
Robert Rorschach authored
In addition to setting process-interruptible-p to nil for the timer process, also set process-keeps-lisp-alive-p to nil. The top-level :exit command no longer looks at process-interruptible-p when deciding whether to warn about active processes. Change-Id: Ifb198e84be1274a58097104ccbb89f43c06ea49b Reviewed-on: https://gerrit.franz.com:9080/5686 Reviewed-by:
Duane Rettig <duane@franz.com> Reviewed-by:
Kevin Layer <layer@franz.com> Tested-by:
Kevin Layer <layer@franz.com>
-
- Jun 14, 2016
-
-
Duane Rettig authored
Add new makefile for arm64 and make changes to allow add-ons to build cleanly %Bootstrapping: none %Testing:none Change-Id: I8f8bb249deb69767cb65f91feff9ad65b215a9b8
-
- May 24, 2016
-
-
Duane Rettig authored
Add Makefile.arm64 Add arm64 changes to Makefile, Makefile.wnn Change-Id: I583a8b8ff64460126a30f58899c2b8171155eedd
-
- May 20, 2016
-
-
Kevin Layer authored
Change-Id: Iaadcb4787952d2cd0ceaec7da755db9c51539012
-