Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Gary Palter
asdf
Commits
55f522de
Commit
55f522de
authored
3 years ago
by
Robert Goldman
Browse files
Options
Downloads
Plain Diff
Merge branch 'clisp-image-fix' into 'master'
clisp save-image fix. See merge request
asdf/asdf!155
parents
bf589e14
690a6f68
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uiop/image.lisp
+4
-0
4 additions, 0 deletions
uiop/image.lisp
with
4 additions
and
0 deletions
uiop/image.lisp
+
4
−
0
View file @
55f522de
...
@@ -366,6 +366,10 @@ or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows."
...
@@ -366,6 +366,10 @@ or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows."
:quiet
t
:quiet
t
:start-package
*package*
:start-package
*package*
:keep-global-handlers
nil
:keep-global-handlers
nil
;; Faré explains the odd executable value (slightly paraphrased):
;; 0 is very different from t in clisp and there for a good reason:
;; 0 turns the executable into one that has its own command-line handling, so hackers can't
;; use the underlying -i or -x to turn your would-be restricted binary into an unrestricted evaluator.
:executable
(
if
executable
0
t
)
;--- requires clisp 2.48 or later, still catches --clisp-x
:executable
(
if
executable
0
t
)
;--- requires clisp 2.48 or later, still catches --clisp-x
(
when
executable
(
when
executable
(
list
(
list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment