2015-03-07T00:01:11Z Bicyclidine joined #sbcl 2015-03-07T00:13:49Z akkad: :D 2015-03-07T00:34:04Z netABCs joined #sbcl 2015-03-07T00:40:37Z netABCs quit (Ping timeout: 252 seconds) 2015-03-07T01:09:30Z nikki93_ joined #sbcl 2015-03-07T01:10:41Z nikki93_ quit (Remote host closed the connection) 2015-03-07T01:24:47Z karswell quit (Remote host closed the connection) 2015-03-07T01:24:55Z karswell joined #sbcl 2015-03-07T01:32:52Z Bicyclidine quit (Quit: leaving) 2015-03-07T01:54:41Z nikki93_ joined #sbcl 2015-03-07T02:02:50Z nikki93_ quit (Remote host closed the connection) 2015-03-07T02:21:12Z eschatologist joined #sbcl 2015-03-07T02:24:26Z netABCs joined #sbcl 2015-03-07T02:29:09Z netABCs quit (Ping timeout: 246 seconds) 2015-03-07T02:31:28Z netABCs joined #sbcl 2015-03-07T03:38:37Z christoph_debian quit (Ping timeout: 245 seconds) 2015-03-07T03:52:00Z christoph_debian joined #sbcl 2015-03-07T04:16:26Z eschatologist quit (Quit: Textual IRC Client: www.textualapp.com) 2015-03-07T05:16:01Z Ralt quit (K-Lined) 2015-03-07T05:49:50Z gingerale joined #sbcl 2015-03-07T06:17:10Z tmh_ joined #sbcl 2015-03-07T06:24:06Z angavrilov joined #sbcl 2015-03-07T07:07:50Z echo-area joined #sbcl 2015-03-07T07:35:43Z Quadrescence joined #sbcl 2015-03-07T07:36:08Z gabriel_laddel joined #sbcl 2015-03-07T07:40:20Z gabriel_laddel quit (Remote host closed the connection) 2015-03-07T08:00:33Z Shinmera joined #sbcl 2015-03-07T08:01:00Z attila_lendvai joined #sbcl 2015-03-07T08:10:24Z gingerale quit (Ping timeout: 246 seconds) 2015-03-07T08:50:02Z scymtym joined #sbcl 2015-03-07T09:14:29Z attila_lendvai quit (Ping timeout: 264 seconds) 2015-03-07T09:49:15Z selat joined #sbcl 2015-03-07T09:59:05Z stassats joined #sbcl 2015-03-07T10:25:44Z selat quit (Read error: Connection reset by peer) 2015-03-07T10:26:59Z selat joined #sbcl 2015-03-07T10:32:11Z Ralt joined #sbcl 2015-03-07T11:04:35Z fierydiarreha quit (Ping timeout: 256 seconds) 2015-03-07T11:05:32Z fierydiarreha joined #sbcl 2015-03-07T11:09:12Z fierydiarreha quit (Remote host closed the connection) 2015-03-07T11:51:36Z stassats quit (Ping timeout: 252 seconds) 2015-03-07T11:52:27Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-03-07T12:03:32Z rszeno joined #sbcl 2015-03-07T12:17:33Z rszeno quit (Quit: Leaving.) 2015-03-07T14:20:03Z LiamH joined #sbcl 2015-03-07T14:45:19Z davazp joined #sbcl 2015-03-07T14:52:06Z stassats joined #sbcl 2015-03-07T16:17:48Z mega1 joined #sbcl 2015-03-07T16:51:07Z davazp quit (Ping timeout: 245 seconds) 2015-03-07T16:55:01Z edgar-rft quit (Quit: edgar-rft) 2015-03-07T17:00:24Z davazp joined #sbcl 2015-03-07T17:29:41Z davazp quit (Ping timeout: 246 seconds) 2015-03-07T18:02:04Z brucem quit (Quit: ZNC - http://znc.sourceforge.net) 2015-03-07T18:10:07Z scymtym: stassats: could you test a set of patches on win32 (i tried with wine+mingw but couldn't get anywhere)? 2015-03-07T19:09:43Z attila_lendvai joined #sbcl 2015-03-07T19:29:08Z stassats: scymtym: sure 2015-03-07T19:35:07Z scymtym: stassats: i will make a paste. thanks in advance. 2015-03-07T19:37:58Z scymtym: paste.lisp.org/display/146133 2015-03-07T20:00:45Z flip214: Any news re threads on ARM? 2015-03-07T20:01:06Z stassats: no 2015-03-07T20:01:26Z flip214: thanks 2015-03-07T20:08:00Z akkad quit (Excess Flood) 2015-03-07T20:08:38Z akkad joined #sbcl 2015-03-07T20:13:00Z stassats: scymtym: http://paste.lisp.org/display/146133#2 2015-03-07T20:17:36Z scymtym: stassats: thank you 2015-03-07T20:18:13Z stassats: accept has apply win32-accept, but does that mean the deprecation stubs do not work? 2015-03-07T20:18:39Z stassats: ... there's no deprecation for accept 2015-03-07T20:18:42Z stassats: stub 2015-03-07T20:18:49Z fierydiarreha joined #sbcl 2015-03-07T20:24:02Z scymtym: there is a separate definition for accept following the deprecation stubs. i overlooked that. 2015-03-07T20:29:27Z scymtym: stassats: do you see a reason why adding an ACCEPT stub and removing the (defun accept …) wouldn't work? 2015-03-07T20:39:44Z angavrilov quit (Remote host closed the connection) 2015-03-07T20:45:57Z stassats: (if (= handle -1) -1 handle) really eludes me 2015-03-07T20:46:53Z Xof: type error if handle isn't numeric :-/ 2015-03-07T20:47:18Z stassats: it used to be different 2015-03-07T20:47:29Z stassats: scymtym: can you ditch handle->fd and fd->handle too? 2015-03-07T20:48:31Z stassats: but it's bloody internals, i say, screw anyone using it 2015-03-07T20:49:49Z stassats: but if the deprecation pipeline moves quickly, then fine 2015-03-07T20:50:44Z stassats: and i'm off for the night, reading books about shipping containers (exciting) 2015-03-07T20:51:12Z scymtym: stassats: thanks again for trying and suggestions 2015-03-07T20:53:22Z selat quit (Ping timeout: 272 seconds) 2015-03-07T20:55:07Z selat joined #sbcl 2015-03-07T20:56:54Z stassats quit (Ping timeout: 245 seconds) 2015-03-07T21:02:11Z selat quit (Ping timeout: 252 seconds) 2015-03-07T21:04:34Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-03-07T21:04:42Z Shinmera joined #sbcl 2015-03-07T21:13:25Z akkad: joshe: ping 2015-03-07T21:23:24Z Bicyclidine joined #sbcl 2015-03-07T22:25:26Z joshe: akkad: pong 2015-03-07T22:32:45Z akkad: joshe: I had trouble identifying the commits specific to threads on openbsd 2015-03-07T22:48:49Z joshe: iirc it was fairly trivial, a search through git log for my name should turn it up 2015-03-07T22:51:40Z akkad: ok thanks 2015-03-07T22:59:02Z eschatologist joined #sbcl 2015-03-07T23:27:19Z attila_lendvai quit (Ping timeout: 245 seconds) 2015-03-07T23:40:50Z edgar-rft joined #sbcl