- Jun 30, 2003
-
-
csr21 authored
darcs-hash:20030630135656-ed5a3-31c1d52ea282bba6331668ba68663b80efca7256.gz
-
- Jun 26, 2003
-
-
dan authored
darcs-hash:20030626103914-2591e-49869b81b32629488d0eae0c11d87827626c298b.gz
-
- Jun 25, 2003
-
-
csr21 authored
darcs-hash:20030625120745-ed5a3-3a8a3e1ed47a434295bcd808f8648b8b8f89c6e3.gz
-
csr21 authored
darcs-hash:20030625120052-ed5a3-c7b6901fc63de236d0f24cb23c8ba490d2fc7ee8.gz
-
csr21 authored
Add in all the other files in the repository to the defsystem, either as example files (which are compiled but not loaded) or static files darcs-hash:20030625120033-ed5a3-897c4d54dde5f12e7ebbcefd779acbfe5fbc2675.gz
-
csr21 authored
darcs-hash:20030625115738-ed5a3-308b39fe1df84e5a688e3b31588c13f8bee89325.gz
-
csr21 authored
I think this was meant to be associated with demo/zoid.lisp. If so, it should be calling DRAW-FILLED-TRAPEZOIDS, not POLY-FILL-TRAPEZOIDS darcs-hash:20030625115637-ed5a3-e2ad8f9fa0ba4b35dddc31e545564cc21c655379.gz
-
csr21 authored
darcs-hash:20030625115504-ed5a3-8e1a89af106f69f94588df641457e22d23501f3f.gz
-
csr21 authored
darcs-hash:20030625102725-ed5a3-3a74b6668cbe26a3a3854aeb75fd79f9fdf1783c.gz
-
- Jun 16, 2003
-
-
csr21 authored
Add xrender to the list of things to build Add a new method specialized on xrender-source-file to muffle compiler notes under sbcl, as they distract from compiler notes that we care more about elsewhere darcs-hash:20030616133156-ed5a3-83b5f4ffc4a5168f08fcbe0b637d1eb5d60c4955.gz
-
csr21 authored
darcs-hash:20030616133014-ed5a3-4e7ad8b1643bd2c5ff3d37d40fa89c72e151e9a1.gz
-
csr21 authored
darcs-hash:20030616133000-ed5a3-8ed783c95de0030ff37f9580ee22a427b8c1e1c9.gz
-
- Jun 14, 2003
-
-
csr21 authored
Clean up compilation under sbcl: a couple of IGNOREs, a couple of s/load/:load-toplevel/, one s/*foo*/+foo+/. Still many many compilation notes, but since the render protocol is inherently slow anyway... darcs-hash:20030614141607-ed5a3-c868eb7fafc194534644a6d5bc3a64e1f86d9fd1.gz
-
gilbert authored
darcs-hash:20030614132733-09c7f-4f7e3be91d8fb8ffd2294d9361488b77aa3a424f.gz
-
- Jun 07, 2003
-
-
csr21 authored
Fix the bugs that the image test reveals. The bug fix isn't great, though; we simply disable the FAST-xxx-PIXARRAY routines for sbcl, because they demonstrably don't work. Patches will be welcome from anyone who understands what they are meant to do. darcs-hash:20030607093043-ed5a3-e3dd58efcab2a2f678d25864adb98425c3d91ca6.gz
-
csr21 authored
Fix the image test: * don't abuse the "cursor hotspot" fields, which are defined to be CARD16 or NULL, for communicating the position of the (sub)image on the root window; instead, use the image plist (and adjust as necessary if a subimage is copied). * rather than writing in very very dark red (or blue) on black, explicitly ask for white on black. darcs-hash:20030607090943-ed5a3-65828f7e8c98f4dcaa3d9bdcdb23569a90a16f67.gz
-
- Jun 06, 2003
-
-
csr21 authored
Might as well be hanged for a sheep as for a lamb... more unportable defconstantage darcs-hash:20030606100154-ed5a3-b013dd33fee5e61d15665c54f52e66e6362644b4.gz
-
- Jun 05, 2003
-
-
csr21 authored
A different approach to the "SBCL DEFCONSTANT" problem: instead of sticking icky #+sbcl defconstant-eqx everywhere, concentrate the nastiness in an :around method for ASDF:PERFORM on CLX-SOURCE-FILE. This, of course, means that the sources do not build on sbcl if you compile and load them one by one; I can live with that. darcs-hash:20030605191822-ed5a3-3b02c39acf535f330f3313522984197a7a351ec8.gz
-
csr21 authored
darcs-hash:20030605160514-ed5a3-da771794b914534f83169958cdf8b4d7862b0835.gz
-
- Jun 04, 2003
-
-
csr21 authored
darcs-hash:20030604134431-ed5a3-59afd0121d6c4d96eef3f14e16da8a504c4a3c19.gz
-
csr21 authored
Fix typesafety bug observed by sbcl with *DERIVE-FUNCTION-TYPES* and a more proactive updating of types into the globaldb: IMAGE-XY->IMAGE-Z takes an IMAGE-XY as an argument, not an IMAGE-Z. darcs-hash:20030604131428-ed5a3-bfe6c6ef27f03668b2e75ca9b8284ed2176e9951.gz
-
- Jun 02, 2003
-
-
csr21 authored
Quick, before I delete my repository again: for SBCL, bind *DERIVE-FUNCTION-TYPES* around compilation of clx files, since we're not going to be changing internals very often (and extremely rarely in a type-incompatible way). darcs-hash:20030602124548-ed5a3-0e1d5c74fec24f401a9752459b5aec8f98f9dbac.gz
-
- May 29, 2003
-
-
dan authored
darcs-hash:20030529231634-2591e-055345ba74e11729c3db81f42c6c0a34c1dc07d3.gz
-
dan authored
darcs-hash:20030529221510-2591e-0075f9f42825d570ca04ba45dcbd85982398942e.gz
-
csr21 authored
Fix bogus FIND in COPY-GCONTEXT-COMPONENTS; FIND doesn't return two values, and never has done. Assume that the second value was meant to be the index into the sequence. darcs-hash:20030529143505-ed5a3-6362f36a95c30d21b0f01f4ba5cf1f21c99c8c4b.gz
-
- May 15, 2003
- May 08, 2003
-
-
csr21 authored
Really get the implementation of HOLDING-LOCK right this time for #+(and sbcl sb-thread) darcs-hash:20030508101921-ed5a3-90352aed6b1c7774ff4544c371400f4785a393fc.gz
-
- May 06, 2003
-
-
csr21 authored
Fix TIMEOUT argument to HOLDING-LOCK (hopefully, anyway) Add IGNORE declarations elsewhere to preserve compiling with only optimization notes (about 1000 of them, sigh) darcs-hash:20030506130149-ed5a3-5de368c24b6042bc0d270e5d4cc022cc9f109883.gz
-
csr21 authored
darcs-hash:20030506130043-ed5a3-e2b113c0d87d97293ac82c0ff75406582918a4ea.gz
-
dan authored
darcs-hash:20030506122327-2591e-b9d2d1bf1e783288f68309fc2ed9ed946d07d89e.gz
-
csr21 authored
darcs-hash:20030506082118-ed5a3-cd67fd11506f8aeecc76c8f1e068200ae6b09d1e.gz
-
- Apr 30, 2003
-
-
csr21 authored
Give the result-type argument to SEQUENCE-GET so that xvidmode actually works. (checked on my laptop) darcs-hash:20030430135830-ed5a3-552fe685683666fc6fbf8cbbea63b206a83a048f.gz
-
csr21 authored
Add Iban's xvidmode extension, mostly because I want to send him a diff, and putting it under version control is probably sensible. Not meant to imply that this is supported. darcs-hash:20030430074050-ed5a3-c2b2d2c9509c3624a8b5270844c6dd9dd6a3f8c9.gz
-
- Apr 17, 2003
-
-
csr21 authored
darcs-hash:20030417133433-ed5a3-e7f2d713aee695ef5c254920e6e0b05cdf64b498.gz
-
- Apr 03, 2003
-
-
dan authored
Experimental sbcl experimental thread support Export open-default-display darcs-hash:20030403174755-2591e-ad9ec8909b57c90731ca210ce6749feaa785b7fe.gz
-
csr21 authored
The great renaming, part II: Change old-style COMPILE LOAD EVAL to new-style :COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE in EVAL-WHENs. Mostly resist the temptation to reindent things. Decorate one or two places with FIXME comments. Since this brings us down to only 3 STYLE-WARNINGs, include the relevant (DECLARE IGNORABLE) statements to bring us down to zero. Now only 495 optimization notes to sort out. darcs-hash:20030403123933-ed5a3-06749f149b4bc8640110ee2b18ef8f5795baefc5.gz
-
csr21 authored
The great renaming, part I: For constants named by *FOO*, change the source to use +FOO+. This commit was brought to you by the function dired-do-query-replace-regexp, the letter y, and the regular expression \*\(clx-cached-types\|replysize\|buffer-text16-size\|... \)\* darcs-hash:20030403112715-ed5a3-5cb0e20a94dd81b4d3f19db3eaab72980ba80915.gz
-
csr21 authored
Make the qix demo work by binding FIXNUM-declared variables to NIL Make all the demos work by using OPEN-DEFAULT-DISPLAY under sbcl. darcs-hash:20030403110037-ed5a3-debd88843cbaa9d4298ee83d0413f32c4468f26e.gz
-
- Mar 22, 2003
-
-
dan authored
write-sequence on an unbuffered stream writes one element at a time. Use sb-impl::output-raw-bytes for something approximating performance darcs-hash:20030322215610-2591e-a47489a8eb5304989a7fb1a6ac8f26034ae78796.gz
-