- May 14, 2017
-
-
Jacek Złydach authored
-
- May 13, 2017
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- May 07, 2017
-
-
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.
-
- May 06, 2017
-
-
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 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
CL doesn't allow these.
-
Daniel Kochmański authored
-
- Aug 05, 2016
-
-
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 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>
-
- May 24, 2011
-
-
Kevin Layer authored
I removed references to stream:, which should be OK since those symbols are in the excl: package and we use that package. This change should work on all supported versions of ACL. Change-Id: I354f252a5527ecd927642acb6f5723dc83e8c8e0
-
- Dec 04, 2010
-
-
Kevin Layer authored
Change-Id: I20b375a03816b58fba7f595bfba488bd11d3dfc1
-
- Aug 11, 2010
-
-
Kevin Layer authored
Change-Id: I265691fa93f91f0956e096a06b7a0ce1b9e5d5a5
-
- Jul 21, 2010
-
-
Andreas Fuchs authored
This change eval-whens out the definition of the #\{ macro character so that it happens only at compile time. The definition was leaked into customer environments, and affected the system readtable when loading CLIM from a clinit.cl file, which resulted in an error. Tested by building & loading the resulting clim fasls on windows & linux.
-
- Oct 27, 2009
-
-
Andreas Fuchs authored
This fixes a crash in >8-bit-lisps when text was entered into text fields. This was documented in the comments above string-to-foreign, but apparently ignored in a previous revision.
-
- Jun 29, 2009
-
-
Andreas Fuchs authored
-
- May 01, 2009
-
-
layer authored
-
- Jul 22, 2008
-
-
layer authored
-
- Apr 15, 2008
-
-
layer authored
-
- Dec 12, 2007
-
-
layer authored
-
- Dec 11, 2007
- Apr 17, 2007
-
-
layer authored
-
- Apr 02, 2007
-
-
layer authored
-
- Oct 10, 2006
-
-
layer authored
-
- Dec 08, 2005
-
-
layer authored
-
- Aug 03, 2005
-
-
layer authored
-
- Jan 16, 2004
-
-
layer authored
-
- Jan 01, 2004
-
-
layer authored
-
- Dec 15, 2003
-
-
layer authored
-
- Dec 12, 2003
-
-
layer authored
-
- May 29, 2003
-
-
duane authored
-