Send clocc-cvslog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clocc-cvslog
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of clocc-cvslog digest..."
Today's Topics:
1. "clocc/src/gui/clx input.lisp,1.2,1.3" (Peter Van Eynde)
2. "clocc/src/gui/clx requests.lisp,1.3,1.4" (Peter Van Eynde)
3. "clocc/src/gui/clx text.lisp,1.3,1.4" (Peter Van Eynde)
4. "clocc/src/gui/clx clx.lisp,1.4,1.5" (Peter Van Eynde)
5. "clocc/src/gui/clx dependent.lisp,1.7,1.8" (Peter Van Eynde)
6. "clocc/src/gui/clx display.lisp,1.4,1.5" (Peter Van Eynde)
7. "clocc/src/gui/clx/test image.lisp,1.1,1.2" (Peter Van Eynde)
8. "clocc/src/gui/clx/clx-vm bsd-sockets.lisp,NONE,1.1 sockets.lisp,NONE,1.1 threading-utils.lisp,NONE,1.1 threading.lisp,NONE,1.1 unix-sockets.lisp,NONE,1.1" (Peter Van Eynde)
9. "clocc/src/gui/clx clx.asd,NONE,1.1" (Peter Van Eynde)
--__--__--
Message: 1
To: [email protected]
Subject: "clocc/src/gui/clx input.lisp,1.2,1.3"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:04 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv20909
Modified Files:
input.lisp
Log Message:
portable-clx-devel fix from Daniel Barlow
--__--__--
Message: 2
To: [email protected]
Subject: "clocc/src/gui/clx requests.lisp,1.3,1.4"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:12 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv21054
Modified Files:
requests.lisp
Log Message:
Fix patch induced whitespace problem
--__--__--
Message: 3
To: [email protected]
Subject: "clocc/src/gui/clx text.lisp,1.3,1.4"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:18 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv21100
Modified Files:
text.lisp
Log Message:
Fix patch induced whitespace problem
--__--__--
Message: 4
To: [email protected]
Subject: "clocc/src/gui/clx clx.lisp,1.4,1.5"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:24 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv21138
Modified Files:
clx.lisp
Log Message:
portable-clx-devel: Daniel Barlow: xauth fixes
--__--__--
Message: 5
To: [email protected]
Subject: "clocc/src/gui/clx dependent.lisp,1.7,1.8"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:31 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv21181
Modified Files:
dependent.lisp
Log Message:
portable-clx-devel: Daniel Barlow: xauth fixes
--__--__--
Message: 6
To: [email protected]
Subject: "clocc/src/gui/clx display.lisp,1.4,1.5"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:40 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv21220
Modified Files:
display.lisp
Log Message:
portable-clx-devel: Daniel Barlow: xauth fixes make guess-clx-display redundant
--__--__--
Message: 7
To: [email protected]
Subject: "clocc/src/gui/clx/test image.lisp,1.1,1.2"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 01:17:47 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx/test
In directory sc8-pr-cvs1:/tmp/cvs-serv21272/test
Modified Files:
image.lisp
Log Message:
portable-clx-devel: Daniel Barlow:
After turning on some debugging optimization,
this proved to be caused by these lines
(when (and (image-x-hot image) (not (index-zerop x)))
(setf (image-x-hot copy) (index- (image-x-hot image) x)))
(when (and (image-y-hot image) (not (index-zerop y)))
(setf (image-y-hot copy) (index- (image-y-hot image) y)))
(image.lisp line 2416, in the COPY-IMAGE function) which didn\'t like
images that had negative x-hot or y-hot attributes. XCreateFontCursor(3X11)
suggests that these are supposed to be unsigned ints, so I think this
is a reasonable objection and the test file should not be passing
negative values in.
--__--__--
Message: 8
To: [email protected]
Subject: "clocc/src/gui/clx/clx-vm bsd-sockets.lisp,NONE,1.1 sockets.lisp,NONE,1.1 threading-utils.lisp,NONE,1.1 threading.lisp,NONE,1.1 unix-sockets.lisp,NONE,1.1"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 03:05:33 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx/clx-vm
In directory sc8-pr-cvs1:/tmp/cvs-serv26378/clx-vm
Added Files:
bsd-sockets.lisp sockets.lisp threading-utils.lisp
threading.lisp unix-sockets.lisp
Log Message:
saving work-in-progress
--__--__--
Message: 9
To: [email protected]
Subject: "clocc/src/gui/clx clx.asd,NONE,1.1"
From: Peter Van Eynde <[email protected]>
Date: Mon, 24 Feb 2003 03:05:33 -0800
Update of /cvsroot/clocc/clocc/src/gui/clx
In directory sc8-pr-cvs1:/tmp/cvs-serv26378
Added Files:
clx.asd
Log Message:
saving work-in-progress
--__--__--
_______________________________________________
clocc-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clocc-cvslog
End of clocc-cvslog Digest
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.