- May 14, 2017
-
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
+ introduced bordeaux-thread as a replacement for Allegro's mp module.
-
Jacek Złydach authored
-
- May 13, 2017
-
-
Daniel Kochmański authored
system has some conflicts with silica.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- 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
-