Commits on Source (16)
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
When `REQUIRE` is called, autoload ASDF if it hasn't already been loaded. User's no longer have to load asdf explicitly anymore. Update release notes.
-
Raymond Toy authored
Fix #79: Autoload ASDF in REQUIRE Closes #79 See merge request !46
-
Raymond Toy authored
As it says, convert contribs to use ASDF to load them if possible. Many contribs already had an asd file so we basically just had to rename foo.asd to contrib-foo.asd to keep backward compatibility with the old contrib names. (And update the defsystem name to match.) Added an asd file for packed-sse2. Unix doesn't work, so it's left alone for now.
-
Raymond Toy authored
Fix #80: Convert contribs to use ASDF to load Closes #80 See merge request !47
-
Raymond Toy authored
Issue #80 is fixed.
-
Raymond Toy authored
Eric Marsden wrote some useful utilities long ago. Let's add them to the contrib directory so that we have our own copy of them instead of depending on emarsden.chez.com/downloads. We're adding: * cpc - CPU Performance Counters for Solaris * ssl-cmucl - interface to SSL streams * tcp-forwarder - TCP forwarder to redirect TCP connections to another port on another machine * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
-
Raymond Toy authored
Add tests for the test cases listed in the bug. Cmucl currently passes with no additional changes.
-
Raymond Toy authored
Fix #77: Add tests for sqrt of exceptional values Closes #77 See merge request !49
-
Raymond Toy authored
-
Raymond Toy authored
`expr` is more commonly installed than `bc` so reduce the number of required dependencies and just use `expr`.
-
Raymond Toy authored
Fix #82: Replace bc with expr Closes #82 See merge request !50
-
Raymond Toy authored
The snapshot has been release so use the latest snapshot to run the CI.
-
Raymond Toy authored
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- src/code/module.lisp 5 additions, 14 deletionssrc/code/module.lisp
- src/contrib/asdf/asdf.lisp 89 additions, 40 deletionssrc/contrib/asdf/asdf.lisp
- src/contrib/asdf/doc/asdf.html 759 additions, 945 deletionssrc/contrib/asdf/doc/asdf.html
- src/contrib/asdf/doc/asdf.info 389 additions, 291 deletionssrc/contrib/asdf/doc/asdf.info
- src/contrib/asdf/doc/asdf.pdf 0 additions, 0 deletionssrc/contrib/asdf/doc/asdf.pdf
- src/contrib/contrib.lisp 3 additions, 35 deletionssrc/contrib/contrib.lisp
- src/contrib/cpc/contrib-cpc.asd 12 additions, 0 deletionssrc/contrib/cpc/contrib-cpc.asd
- src/contrib/cpc/cpc.lisp 514 additions, 0 deletionssrc/contrib/cpc/cpc.lisp
- src/contrib/demos/contrib-demos.asd 1 addition, 1 deletionsrc/contrib/demos/contrib-demos.asd
- src/contrib/embedded-c/contrib-embedded-c.asd 1 addition, 1 deletionsrc/contrib/embedded-c/contrib-embedded-c.asd
- src/contrib/follow-mouse/contrib-follow-mouse.asd 2 additions, 2 deletionssrc/contrib/follow-mouse/contrib-follow-mouse.asd
- src/contrib/games/feebs/brains.lisp 3 additions, 1 deletionsrc/contrib/games/feebs/brains.lisp
- src/contrib/games/feebs/contrib-games-feebs.asd 2 additions, 2 deletionssrc/contrib/games/feebs/contrib-games-feebs.asd
- src/contrib/hist/contrib-hist.asd 1 addition, 1 deletionsrc/contrib/hist/contrib-hist.asd
- src/contrib/hist/hist.lisp 3 additions, 0 deletionssrc/contrib/hist/hist.lisp
- src/contrib/ops/contrib-ops.asd 1 addition, 1 deletionsrc/contrib/ops/contrib-ops.asd
- src/contrib/ops/ops-util.lisp 2 additions, 1 deletionsrc/contrib/ops/ops-util.lisp
- src/contrib/packed-sse2/contrib-packed-sse2.asd 11 additions, 0 deletionssrc/contrib/packed-sse2/contrib-packed-sse2.asd
- src/contrib/psgraph/contrib-psgraph.asd 1 addition, 1 deletionsrc/contrib/psgraph/contrib-psgraph.asd
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
No preview for this file type
src/contrib/cpc/contrib-cpc.asd
0 → 100644
src/contrib/cpc/cpc.lisp
0 → 100644