Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lisp-invocation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qitab
lisp-invocation
Compare revisions
0db565f8b8a00014aa31619af9cca18424eaa2db to 567ec1111e515d12cd01be5baa34dacec6a8b0cc
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
qitab/lisp-invocation
Select target project
No results found
567ec1111e515d12cd01be5baa34dacec6a8b0cc
Select Git revision
Branches
master
Swap
Target
qitab/lisp-invocation
Select target project
qitab/lisp-invocation
1 result
0db565f8b8a00014aa31619af9cca18424eaa2db
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
1.0.9: tweaks for Allegro
· 567ec111
Francois-Rene Rideau
authored
9 years ago
567ec111
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
allegro-variants.lisp
+1
-1
1 addition, 1 deletion
allegro-variants.lisp
implementations.lisp
+1
-1
1 addition, 1 deletion
implementations.lisp
lisp-invocation.asd
+1
-1
1 addition, 1 deletion
lisp-invocation.asd
with
3 additions
and
3 deletions
allegro-variants.lisp
View file @
567ec111
...
...
@@ -37,7 +37,7 @@ REGISTER-LISP-IMPLEMENTATION."
:fullname
,
fullname
:name
,
(
native-namestring
(
subpathname
dir
executable
))
:feature
:allegro
;; do we want a more discriminating feature expression?
:flags
'
(
"-qq"
)
:flags
(
"-qq"
)
:eval-flag
"-e"
:load-flag
"-L"
;; :quit-flags ("-kill")
...
...
This diff is collapsed.
Click to expand it.
implementations.lisp
View file @
567ec111
...
...
@@ -32,7 +32,7 @@ Not supported at all are:
(
define-lisp-implementation
(
:allegro
:acl
)
()
:fullname
"Allegro CL"
:name
"alisp"
:name
"alisp"
;; on Windows, you might prefer the Win32 console application build.exe, which seems to be an mlisp variant ("modern" syntax)
:feature
:allegro
:flags
(
"-qq"
)
; -q only ? on windows, +c ? On Allegro 5 and earlier, -Q and/or -QQ ?
:eval-flag
"-e"
...
...
This diff is collapsed.
Click to expand it.
lisp-invocation.asd
View file @
567ec111
...
...
@@ -13,7 +13,7 @@
(
error
"ASDF 3.1.2 required"
))
(
defsystem
"lisp-invocation"
:version
"1.0.
8
"
:version
"1.0.
9
"
:author
(
"Francois-Rene Rideau"
)
:maintainer
"Francois-Rene Rideau"
:licence
"MIT"
...
...
This diff is collapsed.
Click to expand it.