Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
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
Container Registry
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
Alastair Bridgewater
clim-tos
Commits
1e43c69a
Commit
1e43c69a
authored
30 years ago
by
smh
Browse files
Options
Downloads
Patches
Plain Diff
See ChangeLog.n Tue Dec 6 17:57:45 1994 Steve Haflich
parent
13481dbe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.n
+11
-0
11 additions, 0 deletions
ChangeLog.n
sys/sysdcl.lisp
+9
-9
9 additions, 9 deletions
sys/sysdcl.lisp
tk/make-classes.lisp
+5
-3
5 additions, 3 deletions
tk/make-classes.lisp
with
25 additions
and
12 deletions
ChangeLog.n
+
11
−
0
View file @
1e43c69a
------------------------------------------------------------------------
Tue Dec 6 17:57:45 1994 Steve Haflich (smh@vapor)
[Compiled Colin's merge and fix minor editing glitches.
This tree now compiles and runs with devel.27 and dynamic-extent closures
under multiprocessing. Not exhaustively checked.]
sys/sysdcl.lisp Fix parenthesization botch.
tk/make-classes.lisp Fixed lispify-tk-name to handle NIL package.
------------------------------------------------------------
Sun Dec 4 15:51:34 PST 1994 Colin Meldrum (colin@vapor)
...
...
This diff is collapsed.
Click to expand it.
sys/sysdcl.lisp
+
9
−
9
View file @
1e43c69a
...
...
@@ -283,15 +283,15 @@
(
:default-pathname
"clim2:;homegrown;"
)
(
:serial
clim-standalone
clim-silica
)
"scroll-pane"
"db-button"
"db-label"
"db-slider"
"db-menu"
(
"db-list"
(
:load-before-compile
"db-menu"
))
"db-text"
"last"
)
clim-silica
"scroll-pane"
"db-button"
"db-label"
"db-slider"
"db-menu"
(
"db-list"
(
:load-before-compile
"db-menu"
))
"db-text"
"last"
)
)
#+
Allegro
...
...
This diff is collapsed.
Click to expand it.
tk/make-classes.lisp
+
5
−
3
View file @
1e43c69a
;; -*- mode: common-lisp; package: tk -*-
;;
;; -[
Sun Jun 5 21:0
7:0
0
1994 by
duane
]-
;; -[
Tue Dec 6 16:2
7:0
7
1994 by
smh
]-
;;
;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved.
;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved.
...
...
@@ -281,8 +281,10 @@
(
push-char
(
if
(
<=
l
cc
m
)
(
code-char
(
+
cc
n
))
c
)))))
(
values
(
intern
new
package
)))))
(
if
package
(
values
(
intern
new
package
))
new
))))
(
defun
tkify-lisp-name
(
name
&key
class
)
(
setq
name
(
string
name
))
...
...
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