Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
af75372d
Commit
af75372d
authored
May 26, 2017
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize aserve streams for zacl-powered aserve.
parent
4edb02b9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
depends-on.isc
depends-on.isc
+1
-0
glisp/glisp.asd
glisp/glisp.asd
+1
-1
gwl/zzinit/source/initialize.lisp
gwl/zzinit/source/initialize.lisp
+5
-0
ignore-list.isc
ignore-list.isc
+2
-0
No files found.
depends-on.isc
0 → 100644
View file @
af75372d
(:cl-lite :gwl-graphics :tasty :robot :yadd)
glisp/glisp.asd
View file @
af75372d
...
...
@@ -5,7 +5,7 @@
"Genworks International"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20170524"
:depends-on
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
:zacl
)
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:zacl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
#-
(
or
allegro
ccl
sbcl
)
:acl-compat
#+
(
or
ccl
sbcl
)
:zacl
)
#+
asdf-unicode
:defsystem-depends-on
#+
asdf-unicode
(
#-
(
or
allegro
ccl
sbcl
)
:acl-compat
...
...
gwl/zzinit/source/initialize.lisp
View file @
af75372d
...
...
@@ -193,6 +193,11 @@ Perhaps a zombie process is holding port ~a?~%" port port))
;; is still needed, currently LW-only.
;;
(
glisp:initialize-multiprocessing
)
(
when
(
find-package
:zacl
)
(
setq
excl:*initial-terminal-io*
*terminal-io*
)
(
setf
(
slot-value
net.aserve:*wserver*
'net.aserve::log-stream
)
excl:*initial-terminal-io*
(
slot-value
(
slot-value
net.aserve:*wserver*
'net.aserve::default-vhost
)
'net.aserve::log-stream
)
excl:*initial-terminal-io*
))
(
setq
*iid-random-state*
(
make-random-state
t
))
...
...
ignore-list.isc
0 → 100644
View file @
af75372d
(".git" "apps" "base" "cl-lite" "demos" "documentation" "emacs" "geom-base" "glisp" "gwl"
"gwl-graphics" "licenses" "patches" "program" "regression" "release-notes" "surf")
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment