00:03:17 -!- Guest30207 is now known as Quadrescence 00:03:27 -!- Quadrescence [~quad@71-215-124-37.hlrn.qwest.net] has quit [Changing host] 00:03:27 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 00:06:30 *akovalenko* just built sbcl.so and successfully dlopen'ed and started it :) 00:07:04 udzinari` [~user@ip-89-102-12-6.net.upcbroadband.cz] has joined #sbcl 00:09:17 -!- udzinari [~user@ip-89-102-12-6.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 00:12:45 akovalenko: Congratulations! 00:16:06 x86-64-assem.S: GSYM(GNAME()) // whoever invented that should have realized an underlying problem and think of it, not write it off as some darwinian oddity.. 00:16:40 Oh dear. 00:16:45 Dollars-in-identifiers again? 00:17:26 Clearly, we need to port to x86-64 VMS, that would highlight such things nicely. 00:18:02 No, rip-relative addressing, @PLT and @GOTPCREL. Not an actual problem yet, except for sbcl.so (there's just a few references..) 00:18:24 Ah. 00:19:30 at the very least, there should be GDATA(name) and GCODE(name), and for GOT, they'd better be LOADGDATA(name,reg), STOREGDATA(reg,name), GCODE(name) 00:20:24 Ah. 00:21:11 Well, I guess we can leave fixing this mess in your capable hands. ;-) 00:21:43 btw, are there sbcl targets with dlopen, where dlsym(NULL,..) doesn't give access to global flat namespace? 00:21:53 well, NULL is really RTLD_DEFAULT 00:22:00 That I do not know. 00:22:24 I know that the moral equivalent doesn't work on windows, but you'd probably know that far better than I do. 00:23:47 yep, I had to traverse list of dll handles explicitly. It was an odd feeling, as I known full well that RTLD_DEFAULT on linux will give me that for free :) 00:24:28 and now there was ~20 minutes from an idea to give it a try on linux to a running executable.. 00:25:25 #ifdef __USE_GNU ;; for RTLD_DEFAULT. Hmm, that doesn't seem promising.. 00:26:45 Well, the thing that gets me is that we don't really have syntax to say "use THIS shared object for this function". 00:28:22 That's unfortunate, yes (btw, with RTLD_NEXT we have syntax to say "DON'T use THIS shared object for this function" :) 00:30:52 When we have dladdr, we can get object pathname and use it for obtaining a handle. Then it's possible to resolve references using _this_ object. 00:39:12 There is a going that I need to get. G'night. 00:39:15 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Quit: G'night all.] 00:40:38 natesm [~pelican@nate.xen.prgmr.com] has joined #sbcl 02:39:52 Does SBCL have a code walker or something, specifically for complete macro expansion? 02:40:10 Quadrescence: SB-CLTL2:MACROEXPAND-ALL 02:40:19 akovalenko, Thank you 02:43:14 tsuru``` [~charlie@adsl-74-179-29-234.bna.bellsouth.net] has joined #sbcl 02:44:53 -!- tsuru`` [~charlie@adsl-98-87-44-78.bna.bellsouth.net] has quit [Ping timeout: 240 seconds] 02:49:55 -!- udzinari` [~user@ip-89-102-12-6.net.upcbroadband.cz] has quit [Ping timeout: 260 seconds] 03:18:53 attila_lendvai [~attila_le@62-84-51-137.customers.almanet.kz] has joined #sbcl 03:18:53 -!- attila_lendvai [~attila_le@62-84-51-137.customers.almanet.kz] has quit [Changing host] 03:18:53 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 04:06:04 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 04:32:29 attila_lendvai [~attila_le@81.211.133.55] has joined #sbcl 04:32:30 -!- attila_lendvai [~attila_le@81.211.133.55] has quit [Changing host] 04:32:30 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 04:56:23 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 04:56:46 attila_lendvai [~attila_le@81.211.133.55] has joined #sbcl 04:56:47 -!- attila_lendvai [~attila_le@81.211.133.55] has quit [Changing host] 04:56:47 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 05:27:38 -!- antgreen [~user@bas3-toronto06-1176449448.dsl.bell.ca] has quit [Ping timeout: 260 seconds] 06:26:28 sdemarre [~serge@91.176.50.149] has joined #sbcl 07:28:59 -!- sdemarre [~serge@91.176.50.149] has left #sbcl 07:35:21 -!- pchrist_ [~spirit@static062038158100.dsl.hol.gr] has quit [Quit: leaving] 07:35:53 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 08:24:45 Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has joined #sbcl 08:42:43 good morning everyoen 08:43:18 everyone* 08:46:09 akovalenko: is that the same as available in the cl package? just wondering why so explicitly give sb-cltl2 09:47:12 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 256 seconds] 09:51:54 hlavaty [~user@91-65-217-112-dynip.superkabel.de] has joined #sbcl 10:10:56 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 10:21:31 -!- akovalenko [~anton@95.73.220.116] has quit [Read error: Connection reset by peer] 10:23:36 akovalenko [~anton@95.72.102.158] has joined #sbcl 10:27:13 kovolvo [~user@p4FDAC9BD.dip.t-dialin.net] has joined #sbcl 10:33:53 -!- kovolvo [~user@p4FDAC9BD.dip.t-dialin.net] has left #sbcl 11:54:03 jmckitrick [~user@108-77-157-187.lightspeed.tukrga.sbcglobal.net] has joined #sbcl 11:54:25 Anybody want to talk MOP on a Friday morning? 11:55:41 -!- jmckitrick [~user@108-77-157-187.lightspeed.tukrga.sbcglobal.net] has quit [Client Quit] 12:30:56 nikodemus` [~nikodemus@cs181056239.pp.htv.fi] has joined #sbcl 12:37:10 homie [~levgue@xdsl-78-35-136-247.netcologne.de] has joined #sbcl 12:41:23 -!- cmm [~cmm@109.67.212.191] has quit [Read error: Connection reset by peer] 12:45:23 cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has joined #sbcl 13:15:10 -!- tsuru``` is now known as tsuru` 13:16:36 -!- cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has quit [Ping timeout: 240 seconds] 13:17:34 cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has joined #sbcl 13:27:10 -!- cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has quit [Ping timeout: 260 seconds] 13:28:01 cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has joined #sbcl 13:43:08 sdemarre [~serge@91.176.114.83] has joined #sbcl 13:53:00 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 13:53:48 attila_lendvai [~attila_le@81.211.133.46] has joined #sbcl 13:53:48 -!- attila_lendvai [~attila_le@81.211.133.46] has quit [Changing host] 13:53:48 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 14:12:50 antgreen [~user@bas3-toronto06-1176449938.dsl.bell.ca] has joined #sbcl 14:26:41 oiiii [~oiiii@82.71.241.25] has joined #sbcl 14:29:29 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 14:29:37 G'morning all. 14:36:29 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 14:50:10 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Read error: Connection reset by peer] 15:01:16 -!- cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has quit [Ping timeout: 258 seconds] 15:02:11 cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has joined #sbcl 15:36:38 -!- cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has quit [Ping timeout: 252 seconds] 15:36:58 cmm [~cmm@bzq-79-182-211-206.red.bezeqint.net] has joined #sbcl 16:25:41 -!- antgreen [~user@bas3-toronto06-1176449938.dsl.bell.ca] has quit [Read error: Connection reset by peer] 16:38:31 -!- oiiii [~oiiii@82.71.241.25] has quit [Remote host closed the connection] 17:08:36 -!- hlavaty [~user@91-65-217-112-dynip.superkabel.de] has quit [Ping timeout: 244 seconds] 17:23:16 antgreen [user@nat/redhat/x-odmfsdxqeuwxeazj] has joined #sbcl 17:26:32 drdo [~drdo@85.207.54.77.rev.vodafone.pt] has joined #sbcl 17:37:44 Fare [~Fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #sbcl 17:41:01 -!- Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has quit [Quit: gogogo] 17:55:09 -!- akovalenko [~anton@95.72.102.158] has quit [Read error: Connection reset by peer] 17:58:28 akovalenko [~anton@95.72.168.203] has joined #sbcl 18:24:00 attila_lendvai [~attila_le@81.211.133.54] has joined #sbcl 18:24:00 -!- attila_lendvai [~attila_le@81.211.133.54] has quit [Changing host] 18:24:00 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 18:44:33 prxq [~mommer@mnhm-590c04c8.pool.mediaWays.net] has joined #sbcl 19:23:17 -!- akovalenko [~anton@95.72.168.203] has quit [Ping timeout: 240 seconds] 19:48:27 akovalenko [~anton@95.72.168.203] has joined #sbcl 19:49:19 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Quit: Bye all, got a train to catch.] 19:58:19 -!- nikodemus` [~nikodemus@cs181056239.pp.htv.fi] has quit [Quit: This computer has gone to sleep] 20:00:24 -!- akovalenko [~anton@95.72.168.203] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 20:00:48 -!- angavrilov [~angavrilo@217.71.227.181] has quit [Ping timeout: 245 seconds] 20:04:25 akovalenko [~anton@95.72.168.203] has joined #sbcl 20:08:58 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 21:19:55 -!- antgreen [user@nat/redhat/x-odmfsdxqeuwxeazj] has quit [Remote host closed the connection] 21:37:41 -!- sdemarre [~serge@91.176.114.83] has quit [Ping timeout: 240 seconds] 22:26:09 arstoien [~user@c-98-229-29-223.hsd1.ma.comcast.net] has joined #sbcl 22:26:25 -!- arstoien [~user@c-98-229-29-223.hsd1.ma.comcast.net] has left #sbcl 22:56:53 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 22:59:06 Hi. 22:59:16 Can someone upgrade sbcl to use asdf 2.018? 23:20:08 -!- prxq [~mommer@mnhm-590c04c8.pool.mediaWays.net] has quit [Quit: Leaving] 23:26:27 drdo` [~drdo@85.207.54.77.rev.vodafone.pt] has joined #sbcl 23:28:36 -!- drdo [~drdo@85.207.54.77.rev.vodafone.pt] has quit [Ping timeout: 240 seconds]