-
c8ebc741
by Raymond Toy
at 2018-01-23T19:48:49-08:00
Import "telent" clx
This is an import from https://github.com/sharplispers/clx, revision
6e39a0d, unchanged.
git describe --tags says:
0.7.4-19-g6e39a0d
Not yet tested with cmucl.
-
a5964448
by Raymond Toy
at 2018-01-23T20:20:54-08:00
Fixes for cmucl
bin/build-utils.sh:
* Temporarily turn off -batch
clx/dependent.lisp:
* WITH-ARRAY-DATA is in the LISP package, not KERNEL
clx/provide.lisp:
* For cmucl, don't compile anything else after (provide :clx)
-
c54f706e
by Raymond Toy
at 2018-01-24T09:40:50-08:00
Put back open-x-stream.
Brought back from the master branch.
-
c802a375
by Raymond Toy
at 2018-01-24T09:41:32-08:00
Disable arglist declaration for cmucl
Don't know why this doesn't work, but removing it makes the macro
compile correctly.
-
6ea45079
by Raymond Toy
at 2018-01-27T09:06:25-08:00
Move these files extensions dir to match upstream clx.
[skip-ci]
-
e6f4c980
by Raymond Toy
at 2018-01-27T09:08:11-08:00
Merge upstream changes.
[skip-ci]
-
286801fd
by Raymond Toy
at 2018-01-27T09:09:49-08:00
Merge branch 'rtoy-update-clx' into rtoy-update-clx-with-cmucl-fixes
-
560af621
by Raymond Toy
at 2018-01-27T09:19:42-08:00
Update file paths for clx/extensions
Some files were moved to clx/extensions, so need to update the build
paths appropriately.
-
c1864fe6
by Raymond Toy
at 2018-01-27T09:23:20-08:00
Merge upstream demo files
[skip-ci]
-
f09962e2
by Raymond Toy
at 2018-01-27T09:24:57-08:00
Merge branch 'rtoy-update-clx' into rtoy-update-clx-with-cmucl-fixes
-
87bd6d9d
by Raymond Toy
at 2018-01-27T09:30:02-08:00
Update comments to reflect what we've done.
-
d10aa4a6
by Raymond Toy
at 2018-01-27T11:42:22-08:00
Add -batch flag back, as it used to be.
-
b464fc94
by Raymond Toy
at 2018-01-27T19:52:26+00:00
Merge branch 'rtoy-update-clx-with-cmucl-fixes' into 'master'
Update clx from upstream
Closes #50
See merge request cmucl/cmucl!31