01:34:56 hargettp [~anonymous@pool-71-184-178-112.bstnma.east.verizon.net] has joined #sbcl 01:55:36 -!- hargettp [~anonymous@pool-71-184-178-112.bstnma.east.verizon.net] has quit [Quit: hargettp] 02:19:38 -!- nyef [~nyef@pool-70-20-56-192.man.east.myfairpoint.net] has quit [Quit: G'night all.] 03:44:41 cmpitg [~cmpitg@118.71.132.157] has joined #sbcl 04:00:23 -!- tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 04:29:25 -!- deepfire [~deepfire@80.92.100.69] has quit [Read error: Operation timed out] 04:32:01 tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has joined #sbcl 04:33:36 -!- tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 04:34:31 tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has joined #sbcl 05:55:12 -!- rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has quit [Ping timeout: 252 seconds] 06:18:20 stassats [~stassats@wikipedia/stassats] has joined #sbcl 07:11:31 tcr [~tcr@cpc5-bour5-2-0-cust340.15-1.cable.virginmedia.com] has joined #sbcl 08:00:32 -!- tcr [~tcr@cpc5-bour5-2-0-cust340.15-1.cable.virginmedia.com] has quit [Quit: Leaving.] 08:13:20 nikodemus [~nikodemus@cs181199216.pp.htv.fi] has joined #sbcl 08:13:20 -!- ChanServ has set mode +o nikodemus 08:23:48 good rmoning 08:23:52 urm 08:37:06 tcr [~tcr@cpc5-bour5-2-0-cust340.15-1.cable.virginmedia.com] has joined #sbcl 09:04:10 Blkt [~user@93-33-129-19.ip44.fastwebnet.it] has joined #sbcl 09:16:04 ASau [~user@178.177.16.164] has joined #sbcl 09:37:02 -!- cmpitg [~cmpitg@118.71.132.157] has quit [Quit: leaving] 09:39:45 cmpitg [~cmpitg@118.71.132.157] has joined #sbcl 09:39:58 -!- cmpitg [~cmpitg@118.71.132.157] has quit [Client Quit] 10:02:58 ASau` [~user@109.188.8.164] has joined #sbcl 10:04:21 -!- ASau [~user@178.177.16.164] has quit [Ping timeout: 252 seconds] 10:14:45 cmpitg [~cmpitg@118.71.132.157] has joined #sbcl 10:19:43 How exactly would things break if a specialized fixnum array would somehow get an element that is too big for a fixnum? 10:28:50 -!- ASau` is now known as ASau 10:28:54 The 'somehow' here being some kind of messing around with FFI, obviously. 10:28:57 type-error 10:29:05 angavrilov: ah 10:29:40 a fixnum array has the fixnums with lowtags on them 10:29:54 so if the tags are right, the result _will_ be a bignum 10:30:02 a fixnum, i mean :) 10:31:13 but if the tags are messed up, all bets are off: code reading from the array may assume the result to be a fixnum ... and at some point down the road bad things will happen 10:31:28 at best a type-error, at worst heap-corruption 10:32:19 if you want foreign code to mess with a specialized array, i recommend using an array of (unsigned-byte 32) or similar -- then the contents are untagged, and safer to mess with 10:48:44 What if the type is something like (unsigned-byte 31), and you put FFFFFFFF in there? 10:59:11 -!- tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 11:21:34 -!- ASau [~user@109.188.8.164] has quit [Ping timeout: 252 seconds] 11:24:08 attila_lendvai [~attila_le@adsl-89-134-26-130.monradsl.monornet.hu] has joined #sbcl 11:28:19 rmarynch [~roman@88.135.194.233] has joined #sbcl 11:44:56 nyef [~nyef@pool-70-20-56-192.man.east.myfairpoint.net] has joined #sbcl 11:45:10 G'morning all. 11:45:10 nyef, memo from nikodemus: shiny! i was actually playing around with adding lowtag notes for LEA myself, but there were too many false positives unless i restricted it to stack allocation 11:45:10 nyef, memo from nikodemus: tweaks on top of your widetag display: http://github.com/nikodemus/SBCL/tree/disassembly-hax 11:46:03 Hi nyef 11:46:49 ... What the heck? I could have -sworn- I made valid-lisp-pointer-p available on cheneygc... 11:48:27 hargettp [~anonymous@pool-71-184-178-112.bstnma.east.verizon.net] has joined #sbcl 11:57:34 -!- hargettp [~anonymous@pool-71-184-178-112.bstnma.east.verizon.net] has quit [Quit: hargettp] 12:07:07 -!- cmm [~cmm@bzq-79-182-202-208.red.bezeqint.net] has quit [Ping timeout: 240 seconds] 12:08:22 cmm [~cmm@bzq-79-182-202-208.red.bezeqint.net] has joined #sbcl 12:09:59 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 265 seconds] 12:19:32 -!- rmarynch [~roman@88.135.194.233] has quit [Quit: Leaving] 12:28:38 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:30:43 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:31:13 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:35:44 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:36:20 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:38:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:39:32 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:44:30 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:45:14 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:45:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:46:23 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 12:54:43 any comments on http://random-state.net/sbcl-survey-2010.html before i make it properly public? 12:55:51 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 12:56:31 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:00:21 I see that this is a non-maintainer survey. 13:00:39 You might include a net promoter score question. 13:02:43 ? 13:03:07 which means what? 13:03:26 http://en.wikipedia.org/wiki/Net_Promoter 13:04:02 gotcha 13:05:13 I've heard that it's not so much predictive as a critical feedback parameter, though, so it may not help much in a one-off. 13:05:21 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:06:07 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:07:19 how does it look now? 13:07:39 hm, wait 13:07:53 ok, _now_ 13:10:00 Slightly confusing with the 6/6b, 7/7b thing, but otherwise looks good to me. 13:10:01 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:10:44 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:11:08 ok, i'll run with it 13:13:05 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:13:53 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:20:28 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:20:57 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:25:03 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:25:11 stassats [~stassats@wikipedia/stassats] has joined #sbcl 13:25:16 ,in 13:25:28 damn ERC switching buffers 13:25:37 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:28:53 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:29:42 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:32:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:33:50 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:34:09 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:34:42 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:35:23 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:35:50 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:37:12 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:37:39 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:39:21 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:39:53 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:41:15 Got it! I know now why non-sb-unicode builds fail! 13:42:17 do tell -- i looked at it quickly but it didn't seem like any of the usual suspects 13:42:28 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:43:02 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:43:20 (Short answer: nikodemus missed a trick in 1.0.36.15. Long answer: Arrays specialized to NIL have an element-type of *empty-type*, which is CSUBTYPEP any other type, but has a distinct array representation.) 13:43:48 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:44:06 So, now that I know what's up, I can try to devise a build fix that isn't a hack. 13:44:16 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:44:16 (Since I already have two that are.) 13:45:28 -!- attila_lendvai [~attila_le@adsl-89-134-26-130.monradsl.monornet.hu] has quit [Disconnected by services] 13:45:28 attila_lendvai1 [~attila_le@adsl-89-132-58-246.monradsl.monornet.hu] has joined #sbcl 13:45:29 -!- attila_lendvai1 is now known as attila_lendvai 13:45:57 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:46:29 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:47:51 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:48:17 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:48:39 Yeah, basically the wrong choice for the initial value of ELEMENT-TYPE. 13:50:16 *nikodemus* hates (array nil) 13:50:24 and it hates me right back 13:50:41 Apparently so. 13:50:45 Testing the fix now. 13:51:03 That took entirely too long to diagnose, though. 13:51:14 but -- holy crap, 27 responses so far, and 7 of them regularly us sbcl on windows 13:51:44 And about the only recommendation I can make for avoiding it is to always test both unicode and non-unicode builds when changing any logic with a unicode conditional. 13:51:57 Really? Eek. 13:52:00 i think you're right 13:52:05 Sounds like we need to get a local windows expert. 13:53:09 i think we have one or two in the making right now 13:53:24 the russians seem to have put some hours in there recently 13:54:23 Yeah, I was just thinking that the russian threadster might be a good idea once they're up-to-scratch with regards to coding style and whatnot. 13:54:24 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:54:54 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 13:55:44 i was very positively surprised that he put the last gcc-3 change on launchpad, as emitted by git format-patch -1 13:56:02 complete with "review" tag 13:56:06 process <3 13:56:09 Nice. 13:56:28 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 13:56:55 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:00:05 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:00:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:02:20 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:02:25 huh, and out of 32 respondents ~50% say they use sbcl at work 14:02:47 and i don't there are any responses from ita employees yet 14:02:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:02:50 Heh. I've actually used SBCL "at work", on a non-lisp gig. 14:03:25 about 1/3 say "for commercial projects" 14:03:29 this is interesting stuff 14:03:54 should have done this years and years ago 14:04:14 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:04:30 then you wouldn't get as many responses 14:04:54 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:04:58 yeah, but i think a yearly survey is probably a good idea 14:05:12 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:05:53 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:06:04 Agreed. Call it the "October SBCL User Survey" or something. 14:06:21 And at the point where you have a repeated survey, the NPS score becomes properly useful. 14:08:15 Okay, I've thought of a second recommendation: Never use a value that can be a legitimate data value as a sentinel. 14:08:16 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:09:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:13:20 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:14:09 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:16:22 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:17:16 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:23:52 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 14:24:20 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 14:51:12 Oops. Forgot to update NEWS... 14:52:38 ... hopefully caught it in time. 15:00:19 nyef: just catching up on your august work. re: 1.0.41.11 -- do i read that right in the sense that gencgc was pretty borked with multiple threads, being able to lose refs from other thread's stacks and interrupt context? 15:02:02 Only on non-x86oids. 15:02:07 oh, ok 15:02:35 oh, another thing 15:02:43 On x86oids, the stack isn't scavenged, it's scanned for conservative roots, and there's logic in there to deal with the darwin habit of not storing the interrupt contexts on the stack. 15:10:14 -!- cmpitg [~cmpitg@118.71.132.157] has quit [Quit: leaving] 15:13:28 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Ping timeout: 245 seconds] 15:35:43 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 16:08:37 interesting fact from the user survey: the best way to reach sbcl users is to blog on planet.lisp. 81% follow it -- much more than any of the mailing lists 16:16:12 Don't we have an -announce mailing list? How about producing an RSS feed of that, and asking Xach to add it? 16:16:55 or we could just post the updates to NEWS after each release? 16:17:17 -!- KB [b@c-cfcee253.97-16-64736c12.cust.bredbandsbolaget.se] has quit [Read error: Connection reset by peer] 16:17:23 KB [~b@c-cfcee253.97-16-64736c12.cust.bredbandsbolaget.se] has joined #sbcl 16:18:50 nikodemus: I don't think I like having MAKE-LISP-OBJ ignore negative inputs. There's an ERRORP argument for a reason. 16:18:51 rmarynch [~roman@88.135.194.233] has joined #sbcl 16:21:27 -!- attila_lendvai [~attila_le@adsl-89-132-58-246.monradsl.monornet.hu] has quit [Quit: Leaving.] 16:36:56 Does SBCL officially support ANSI loop, but nothing beyond that? Some small pieces of code can be removed from loop.lisp in this case... 16:37:44 SBCL officially supports some features beyond ANSI loop. 16:38:13 AIUI, there are some keywords that SBCL recognizes that aren't in ANSI. 16:41:38 make-ansi-loop-universe (extended-p) always receives nil, so I guess that 'ansi' slot in loop-universe structure is not required 16:43:49 Kaer [~b@c-cfcee253.97-16-64736c12.cust.bredbandsbolaget.se] has joined #sbcl 16:45:57 -!- KB [~b@c-cfcee253.97-16-64736c12.cust.bredbandsbolaget.se] has quit [Ping timeout: 265 seconds] 16:47:29 kclifton [~kclifton@s198-166-45-245.ab.hsia.telus.net] has joined #sbcl 17:04:19 deepfire [~deepfire@80.92.100.69] has joined #sbcl 17:04:20 nyef: errorp does what it is supposed to with negative arguments 17:05:33 without the PLUSP check (make-lisp-obj -1 nil) signals a type-error 17:06:07 Ah. Hrm. 17:07:00 I get the distinct impression, btw, that some of the type-tags might not be getting displayed for much the same reason. 17:09:25 hm? 17:10:10 If it's an equality-comparison against a byte-reg, the tag might be getting read as a signed value. 17:10:14 attila_lendvai [~attila_le@adsl-89-132-58-246.monradsl.monornet.hu] has joined #sbcl 17:10:24 Negative value -> out of range for the tag. 17:10:42 ah 17:10:56 ; 22F: 48C745F04F001020 MOV QWORD PTR [RBP-16], 537919567 ; T 17:11:30 ... #x2010004f? Doesn't look wrong. 17:11:37 while on the subject, we wouldn't lose any information if we elided QWORD PTR, did we? 17:11:51 Yes we would. 17:12:04 Could also be a DWORD with that data width. 17:12:14 oh, right 17:12:50 in the interest of readability and right margin, how about MOVQ and MOVD? 17:13:25 "go all intel" or something 17:13:27 It's more than just MOV that'd be affected, but it's workable, I guess. 17:13:39 Umm... What we have -now- is intel syntax. 17:13:46 movq and movd aren't the same. 17:14:00 What'd be really nice is if there were some type-inference on the register contents, so the disassembler can say "that's the array length slot" and such. 17:14:13 maybe the easiest thing is to just push the right ; column more to the right on x86-64 17:14:18 pkhuong: Are they both MOV instructions with different data widths? 17:14:37 Don't forget to push the wrap column out as well if you do that! 17:18:01 -!- Kaer [~b@c-cfcee253.97-16-64736c12.cust.bredbandsbolaget.se] has quit [Read error: Connection reset by peer] 17:24:55 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 17:25:25 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 17:27:12 nyef: MOVQ has no access to general-purpose registers, while MOVD has 17:27:42 Ah. Fair enough. 17:31:34 http://blog.lydiapintscher.de/2010/10/03/designed-not-to-scale/ # interesting 17:36:54 Hunh. 17:39:14 tsuru [~charlie@c-174-50-217-160.hsd1.tn.comcast.net] has joined #sbcl 17:39:32 I actually considered that "Design Bounty" idea for SBCL, but without the time-limit or serious advertizing. 17:40:18 Just sortof as something to do for designed and estimated projects that I had no real interest in going forward with. 17:41:39 i think the "here's how you do this" is a big thing. time-limit and advertising are probably less suited do sbcl 17:42:07 i wonder if launchpad blueprints would work for that kind of thing 17:44:50 lisppaste2 [~lisppaste@common-lisp.net] has joined #sbcl 17:45:36 *nyef* looks over his possible-future SBCL projects list. 17:49:52 About 1/4 PPC-specific, 1/4 blue-sky idealism, 1/4 low-level tweaks of various sorts, and 1/4 toxic waste management. 17:50:34 And it just occurred to me that having callee-saves registers might be nice for some optimizations. 17:50:43 (Loop counters, for example.) 17:52:03 Oh, and some of these possible-future things are no longer relevant. 17:57:11 eg. https://bugs.launchpad.net/sbcl/+bug/327223 https://bugs.launchpad.net/sbcl/+bug/310191 https://bugs.launchpad.net/sbcl/+bug/539063 https://bugs.launchpad.net/sbcl/+bug/654207 17:57:55 look like things that could be design-documented so that a relative newbie could implement them 17:59:40 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:00:35 I suggest putting the documentation as a comment on a bug page, unless it is very long & detailed. In such a way we keep things in one place 18:00:39 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:03:17 i'm about to head out, so if any bright ideas re. this come up, i would not mind hearin about them later... 18:03:26 Have fun. 18:04:22 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:04:36 i shall! i think it is time for some hoegaarden now 18:04:43 -!- nikodemus [~nikodemus@cs181199216.pp.htv.fi] has quit [Quit: Leaving] 18:05:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:05:18 stream.impure.lisp / OVERAGER-CHARACTER-BUFFERING fails on Linux32 with latest SBCL. Is it a known regression, or I have some local issue? 18:09:07 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:09:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:14:57 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:17:41 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:19:15 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:19:43 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:22:28 -!- rmarynch [~roman@88.135.194.233] has quit [Quit: Leaving] 18:23:19 Known regression. 18:23:20 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:23:50 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:23:53 I haven't tested it on Linux/PPC, but it failed on Linux/x86-64, and joshe reported it on OpenBSD. 18:26:03 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:26:06 On both x86 and x86-64 18:27:01 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:28:46 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:29:28 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:31:41 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:32:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:33:06 Not on PPC? :-) 18:35:55 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:37:03 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:38:11 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:38:44 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:39:31 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:40:03 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:41:42 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:42:10 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:43:36 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:44:05 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:45:40 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:46:09 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:46:11 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:46:39 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:46:53 Heh, PPC builds aren't quite as casual. 18:47:31 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:48:19 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:49:17 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:49:52 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:50:34 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:51:09 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:52:17 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:52:55 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:53:36 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:54:02 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:55:07 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:55:35 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:56:36 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:57:07 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:58:06 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:58:46 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 18:59:12 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 18:59:41 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:00:51 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:01:20 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:01:59 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:03:02 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:04:01 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:04:20 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 272 seconds] 19:04:29 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:05:38 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:06:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:07:22 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:09:58 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:11:03 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:11:33 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:12:49 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:13:21 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:14:01 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:14:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:14:53 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:15:21 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:15:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:16:23 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:16:43 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:17:15 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:17:53 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:18:26 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:18:46 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:19:11 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:19:18 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:19:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:19:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:20:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:21:13 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:22:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:22:47 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:23:18 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:24:33 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:25:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:25:45 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:26:14 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:27:12 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:27:41 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:28:38 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:29:09 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:29:52 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:30:22 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:30:30 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:31:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:31:49 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:32:15 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:32:44 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:33:15 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:33:46 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:34:20 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:34:52 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:35:21 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:35:53 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:36:23 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:36:55 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:37:34 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:38:38 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:39:11 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:40:17 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:42:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:43:48 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:44:16 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:44:52 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:45:22 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:46:23 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:48:27 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:49:25 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:49:52 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:50:35 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:51:04 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:51:44 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:52:12 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:53:18 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:53:52 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:54:34 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:55:19 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:56:05 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:56:32 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:57:21 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:57:51 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 19:58:31 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 19:59:42 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:00:08 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:00:41 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:01:15 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:01:47 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:01:55 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:02:24 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:03:20 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:03:56 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:04:56 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:05:55 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:06:24 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:07:01 Xach [~xach@cpe-72-227-90-1.maine.res.rr.com] has joined #sbcl 20:07:10 -!- Xach [~xach@cpe-72-227-90-1.maine.res.rr.com] has left #sbcl 20:07:24 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:08:13 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:08:54 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:09:32 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:10:01 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:10:53 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:11:35 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:12:41 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:13:29 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:14:01 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:14:38 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:18:21 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:19:14 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:20:30 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:21:00 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:22:29 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:22:59 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:24:15 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:24:52 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:26:00 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:26:38 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:29:45 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:30:15 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:31:24 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:31:56 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:37:08 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:40:01 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:41:54 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:42:24 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:48:03 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:48:32 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 20:51:47 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 20:52:41 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:03:51 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:04:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:09:43 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:10:23 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:12:03 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:12:39 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:18:14 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:18:48 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:20:46 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:21:25 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:30:16 rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has joined #sbcl 21:30:16 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:33:03 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:36:48 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:37:39 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:45:39 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:46:16 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:51:31 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:52:23 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:58:06 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 21:59:04 ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has joined #sbcl 21:59:24 -!- ASau [~user@ppp91-76-56-169.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 22:03:32 -!- Blkt [~user@93-33-129-19.ip44.fastwebnet.it] has quit [Quit: Error: do not makunbound t please!] 22:04:32 -!- attila_lendvai [~attila_le@adsl-89-132-58-246.monradsl.monornet.hu] has quit [Ping timeout: 265 seconds] 22:17:13 attila_lendvai [~attila_le@adsl-89-134-25-199.monradsl.monornet.hu] has joined #sbcl 22:19:11 -!- rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has quit [Ping timeout: 240 seconds] 22:25:53 rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has joined #sbcl 22:33:36 -!- tcr [~tcr@cpc5-bour5-2-0-cust340.15-1.cable.virginmedia.com] has quit [Quit: Leaving.] 22:40:58 -!- rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has quit [Read error: Connection reset by peer] 22:41:09 rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has joined #sbcl 22:46:40 -!- rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has quit [Excess Flood] 22:51:09 siccegge [~siccegge@faui49j.informatik.uni-erlangen.de] has joined #sbcl 22:51:56 -!- specbot [~specbot@common-lisp.net] has quit [Ping timeout: 240 seconds] 22:51:56 -!- minion [~minion@common-lisp.net] has quit [Ping timeout: 240 seconds] 22:51:57 -!- Xof [~crhodes@dunstaple.doc.gold.ac.uk] has quit [Ping timeout: 240 seconds] 22:51:58 -!- chandler [~n@opendarwin/developer/chandler] has quit [Ping timeout: 240 seconds] 22:52:12 chandler [~n@new.unmutual.info] has joined #sbcl 22:52:38 -!- chandler is now known as Guest43380 22:52:53 Xof [~crhodes@158.223.51.79] has joined #sbcl 22:52:53 -!- ChanServ has set mode +o Xof 22:54:47 hm wondering wether sb-bsd-socket now can do inet6 -- seems there are *some* entry but also seems there's stuff missing 22:59:18 Try it and report back? 23:09:40 well thats where I'm stuck -- there-s definitely no inet6-socket class I can find 23:17:17 ... Well, to a zero'th approximation, it looks like it's not there. 23:18:27 Looks like it's just the constant on linux? 23:19:06 At the same time, it looks like there's a simple template to copy from if inet6 stuff is disjoint from inet stuff. 23:19:07 -!- Guest43380 [~n@new.unmutual.info] has quit [Changing host] 23:19:07 Guest43380 [~n@opendarwin/developer/chandler] has joined #sbcl 23:21:19 -!- Guest43380 is now known as chandler 23:57:28 rbarraud [~rbarraud@118-92-153-145.dsl.dyn.ihug.co.nz] has joined #sbcl