Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
clx
Commits
9d3791ba
Commit
9d3791ba
authored
19 years ago
by
Daniel Barlow
Browse files
Options
Downloads
Patches
Plain Diff
0.7.2
darcs-hash:20060110224818-a4961-5c081a8960f56a366b0571f188ca9dea7d85481f.gz
parent
c29def4d
No related branches found
Branches containing commit
Tags
release_0_7_2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+8
-0
8 additions, 0 deletions
NEWS
README
+7
-3
7 additions, 3 deletions
README
clx.asd
+1
-1
1 addition, 1 deletion
clx.asd
clx.lisp
+1
-1
1 addition, 1 deletion
clx.lisp
with
17 additions
and
5 deletions
NEWS
+
8
−
0
View file @
9d3791ba
-*- Text -*-
--- Changes in SBCL CLX 0.7.2, Tue Jan 10 2006 ---
OpenMCL fixes
DMPS extension support
Xauthority ipv6 parsing fixes
Thanks to Bryan O'Connor, Matthew Kennedy, Christophe Rhodes
--- Changes in SBCL CLX 0.7.1, Wed Aug 24 2005 ---
Works in SBCL 0.9.2 and newer.
...
...
This diff is collapsed.
Click to expand it.
README
+
7
−
3
View file @
9d3791ba
...
...
@@ -32,8 +32,12 @@ send mail describing the process so that future versions can incorporate
your instructions.
If you are following SBCL CVS and this CLX does not run in it, please
check the CVS tree for this CLX distribution to see if your bug has
been fixed already. See http://cvs.telent.net/ for details
check the darcs repositor{y,ies} for this CLX distribution to see if
your bug has been fixed already.
darcs get http://verisons.telent.net/clx # version from which releases are made
http://common-lisp.net/~crhodes/clx # patches merged by Christophe
http://monday-monkey.com/repos/clx/ # OpenMCL tree by bryan o'connor?
= Building using asdf-install
...
...
@@ -105,4 +109,4 @@ Note that your post will be held for approval if you are not subscribed.
--
Heavy lifting by <Raymond.Wiker at fast.no>
ASDFized version and ongoing by Daniel Barlow <dan at metacircles.com>
and Christophe Rhodes <csr21 at cam.ac.uk>
and
(mostly, these days)
Christophe Rhodes <csr21 at cam.ac.uk>
This diff is collapsed.
Click to expand it.
clx.asd
+
1
−
1
View file @
9d3791ba
...
...
@@ -36,7 +36,7 @@
(
defsystem
CLX
:depends-on
(
#+
sbcl
sb-bsd-sockets
)
:version
"0.7.
1
"
:version
"0.7.
2
"
:serial
t
:default-component-class
clx-source-file
:components
...
...
This diff is collapsed.
Click to expand it.
clx.lisp
+
1
−
1
View file @
9d3791ba
...
...
@@ -381,7 +381,7 @@
(
print-unreadable-object
(
drawable
stream
:type
t
)
(
print-display-name
(
drawable-display
drawable
)
stream
)
(
write-string
" "
stream
)
(
prin1
(
drawable-id
drawable
)
stream
)))
(
let
((
*print-base*
16
))
(
prin1
(
drawable-id
drawable
)
stream
)))
)
(
def-clx-class
(
window
(
:include
drawable
)
(
:copier
nil
)
(
:print-function
print-drawable
))
...
...
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