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
2ed1443b
Commit
2ed1443b
authored
31 years ago
by
georgej
Browse files
Options
Downloads
Patches
Plain Diff
see ChangeLog for Tue Jan 11 15:30:15 1994
parent
5e40b0ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog.n
+8
-0
8 additions, 0 deletions
ChangeLog.n
Makefile.cobjs
+3
-3
3 additions, 3 deletions
Makefile.cobjs
tk-silica/xt-silica.lisp
+1
-1
1 addition, 1 deletion
tk-silica/xt-silica.lisp
utils/excl-verification.lisp
+1
-1
1 addition, 1 deletion
utils/excl-verification.lisp
with
13 additions
and
5 deletions
ChangeLog.n
+
8
−
0
View file @
2ed1443b
Tue Jan 11 15:30:15 1994 George Jacob (georgej@lava)
* utils/excl-verification.lisp: Changed version to CLIM2.0
* tk-silica/xt-silica.lisp: Commented out duplicate keysym definition
* Makefile.cobjs: Changed the MAIN_OBJ rule to use stub files directly
from colin: Mon Dec 6 21:46:54 PST 1993
from colin: Mon Dec 6 21:46:54 PST 1993
tk-silica/ol-silica.lisp fixed typo
tk-silica/ol-silica.lisp fixed typo
...
...
This diff is collapsed.
Click to expand it.
Makefile.cobjs
+
3
−
3
View file @
2ed1443b
...
@@ -28,6 +28,6 @@ MyDrawingA.o: misc/MyDrawingA.c misc/climgccursor.c
...
@@ -28,6 +28,6 @@ MyDrawingA.o: misc/MyDrawingA.c misc/climgccursor.c
olsupport.o
:
misc/olsupport.c misc/climgccursor.c
olsupport.o
:
misc/olsupport.c misc/climgccursor.c
$(
CC
)
-c
$(
CFLAGS
)
$(
OLINCLUDES
)
-o
olsupport.o misc/olsupport.c
$(
CC
)
-c
$(
CFLAGS
)
$(
OLINCLUDES
)
-o
olsupport.o misc/olsupport.c
$(MAIN_OBJ)
:
$(MAIN_OBJ)
:
stub-motif.o stub-xt.o stub-x.o $(ACL_MAIN_OBJ)
ld
-r
$(
LDFLAGS
)
-o
$(
MAIN_OBJ
)
$(
ACL_MAIN_OBJ
)
clim
-motif.o
stub-x.o
\
ld
-r
$(
LDFLAGS
)
-o
$(
MAIN_OBJ
)
$(
ACL_MAIN_OBJ
)
stub
-motif.o
\
$(
MOTIFLIB
)
$(
XTLIB
)
$(
XLIB
)
stub-xt.o stub-x.o
$(
MOTIFLIB
)
$(
XTLIB
)
$(
XLIB
)
This diff is collapsed.
Click to expand it.
tk-silica/xt-silica.lisp
+
1
−
1
View file @
2ed1443b
...
@@ -1072,7 +1072,7 @@
...
@@ -1072,7 +1072,7 @@
(
define-xt-keysym
(
keysym
255
255
)
:rubout
)
(
define-xt-keysym
(
keysym
255
255
)
:rubout
)
(
define-xt-keysym
(
keysym
255
008
)
:backspace
)
(
define-xt-keysym
(
keysym
255
008
)
:backspace
)
(
define-xt-keysym
(
keysym
009
227
)
:page
)
(
define-xt-keysym
(
keysym
009
227
)
:page
)
(
define-xt-keysym
(
keysym
255
010
)
:linefeed
)
;;
(define-xt-keysym (keysym 255 010) :linefeed)
(
define-xt-keysym
(
keysym
255
027
)
:escape
)
(
define-xt-keysym
(
keysym
255
027
)
:escape
)
;;;---
;;;---
(
define-xt-keysym
(
keysym
255
010
)
:newline
)
(
define-xt-keysym
(
keysym
255
010
)
:newline
)
...
...
This diff is collapsed.
Click to expand it.
utils/excl-verification.lisp
+
1
−
1
View file @
2ed1443b
...
@@ -59,7 +59,7 @@ You do not have patches ~{~S ~}"
...
@@ -59,7 +59,7 @@ You do not have patches ~{~S ~}"
dont-have
)))
dont-have
)))
(
defvar
*clim-version*
(
defvar
*clim-version*
'
(
"CLIM 2.0
.beta2.0
"
'
(
"CLIM 2.0"
"$fiHeader: excl-verification.lisp,v 1.16 93/04/28 17:19:31 layer Exp $"
))
"$fiHeader: excl-verification.lisp,v 1.16 93/04/28 17:19:31 layer Exp $"
))
(
si::rcsnote
(
first
*clim-version*
)
(
second
*clim-version*
))
(
si::rcsnote
(
first
*clim-version*
)
(
second
*clim-version*
))
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