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
54593e69
Commit
54593e69
authored
31 years ago
by
duane
Browse files
Options
Downloads
Patches
Plain Diff
see 4.2.devel.21 changelog entry for Tue Nov 23 12:02:05 1993
parent
b9a66eff
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog.n
+10
-0
10 additions, 0 deletions
ChangeLog.n
Makefile.generic
+8
-4
8 additions, 4 deletions
Makefile.generic
Makefile.hpprism
+3
-0
3 additions, 0 deletions
Makefile.hpprism
demo/ico.lisp
+2
-2
2 additions, 2 deletions
demo/ico.lisp
tk/xm-init.lisp
+2
-2
2 additions, 2 deletions
tk/xm-init.lisp
with
25 additions
and
8 deletions
ChangeLog.n
+
10
−
0
View file @
54593e69
Tue Nov 23 12:02:05 1993 Duane Rettig (duane at clay)
(for 4.2.devel.21 merge):
* climn-2.0/Makefile.hpprism: Add default for MAIN_OBJ
* clim-2.0/tk/xm-init.lisp: Change to initialization from georgej
* clim-2.0/demo/ico.lisp: Use excl::array-base instead of ah_data
from cer: Tue Nov 23 11:57:29 PST 1993
Makefile.defs Make it point to dcl-devel
...
...
This diff is collapsed.
Click to expand it.
Makefile.generic
+
8
−
4
View file @
54593e69
...
...
@@ -201,7 +201,7 @@ train-xm: FORCE
(load
\"
misc/dev-load-1.lisp
\"
)
\
(load-it 'motif-clim :load-composer nil)
\
$(
TRAIN_LISP
)
\
(clim-
user
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)"
|
\
(clim-
test
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)"
|
\
$(
CL
)
$(
CLOPTS
)
-batch
-backtrace-on-error
train-ol
:
FORCE
...
...
@@ -212,12 +212,12 @@ train-ol: FORCE
(load
\"
misc/dev-load-1.lisp
\"
)
\
(load-it 'openlook-clim :load-composer nil)
\
$(
TRAIN_LISP
)
\
(clim-
user
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)"
|
\
(clim-
test
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)"
|
\
$(
CL
)
$(
CLOPTS
)
-batch
-backtrace-on-error
generate_test_report
:
@$(
ECHO
)
"
\
(clim-
user
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)
\
(clim-
test
::generate-pretty-test-report :file
\"
$(
REPORT_FILE
)
\"
)
\
(exit)
\
"
|
$(
CLIM
)
$(
CLOPTS
)
-batch
-backtrace-on-error
...
...
@@ -228,7 +228,7 @@ profile : FORCE
benchmark
:
$(
ECHO
)
"
\
(clim-
user
::benchmark-clim
$(
BENCHMARK_FILE
)
)
\
(clim-
test
::benchmark-clim
$(
BENCHMARK_FILE
)
)
\
"
|
$(
CLIM
)
$(
CLOPTS
)
-batch
-backtrace-on-error
testps
:
...
...
@@ -354,6 +354,10 @@ stub-x.c : $(UNDEFS) misc/make-stub-file
stub-xt.c
:
$(XT_UNDEFS) misc/make-stub-file
misc/make-stub-file
"void ___lisp_load_xt_stub ()"
$(
XT_UNDEFS
)
>
stub-xt.c
# To keep make from complaining about syntax. This is in the wrong place,
# because the HOST defaults to sun4 always.
MAIN_OBJ
=
mainxm.o
include
$(C_OBJECT_MAKEFILE)
...
...
This diff is collapsed.
Click to expand it.
Makefile.hpprism
+
3
−
0
View file @
54593e69
...
...
@@ -26,4 +26,7 @@ CLIMOBJS=$(GENERIC_PUBLIC_OBJS) $(XM_PUBLIC_OBJS) $(XM_LICENSED_OBJS)
CLIMFASLS
=
$(
CLIM_XM_FASLS
)
$(
CLIM_GENERIC_FASLS
)
INSTALLED_CLIMOBJS
=
$(
GENERIC_PUBLIC_OBJS
)
$(
XM_PUBLIC_OBJS
)
$(
XM_LICENSED_OBJS
)
# To keep make from complaining about syntax:
MAIN_OBJ
=
mainxm.o
include
Makefile.generic
This diff is collapsed.
Click to expand it.
demo/ico.lisp
+
2
−
2
View file @
54593e69
...
...
@@ -387,7 +387,7 @@
(
defun
calculate-ico
(
ico-x
ico-y
do-edges
do-faces
edge-point-list
face-point-list
)
(
declare
(
integer
ico-x
ico-y
)
(
optimize
(
safety
0
)
(
speed
3
)))
(
let
(
#+
allegro
(
v2-fill
(
cdr
(
excl::a
h_data
v2
))
)
(
let
(
#+
allegro
(
v2-fill
(
excl::a
rray-base
v2
))
(
v3-seq
v3-seq
)
(
v2
v2
)
(
drawn
drawn
)
...
...
@@ -400,7 +400,7 @@
#+
allegro
(
simple-vector
v2-fill
))
;; Clear the drawn array
#+
allegro
(
fill
(
cdr
(
excl::a
h_data
drawn-fill
)
)
nil
)
#+
allegro
(
fill
(
excl::a
rray-base
drawn-fill
)
nil
)
#-
allegro
(
fill
drawn-fill
nil
)
;; Rotate vertices
...
...
This diff is collapsed.
Click to expand it.
tk/xm-init.lisp
+
2
−
2
View file @
54593e69
;; -*- mode: common-lisp; package: tk -*-
;;
;; -[
Wed Sep 15 1
0:56:0
5
1993 by
layer
]-
;; -[
Fri Nov 19 0
0:56:0
6
1993 by
duane
]-
;;
;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved.
;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved.
...
...
@@ -35,7 +35,7 @@
#+
svr4
(
unless
(
ff::symbol-in-main-symbol-table-p
"
XCreateColormap
"
)
(
unless
(
ff::symbol-in-main-symbol-table-p
"
xt_toolkit_initialize
"
)
(
defun
reinitialize-toolkit
()
(
xt_toolkit_initialize
)
(
setup-error-handlers
)
...
...
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