#picrin

/

      • keen__________42 joined the channel
      • keen__________41 has quit
      • GitHub41 joined the channel
      • NOTICE: [13picrin] 15wasabiz 04force-pushed 06c89-porting from 1419d8a2c to 1415ce163: 02http://git.io/B5-OrQ
      • GitHub41 has left the channel
      • GitHub158 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 2 new commits to 06master: 02http://git.io/BhxznQ
      • NOTICE: 13picrin/06master 146bdfac4 15Yuichi Nishiwaki: don't declare variables in middle of block
      • NOTICE: 13picrin/06master 14343d2e5 15Yuichi Nishiwaki: Merge branch 'c89-porting'
      • GitHub158 has left the channel
      • GitHub1 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 2 new commits to 06c89-porting: 02http://git.io/KJuxyA
      • NOTICE: 13picrin/06c89-porting 14d390fc4 15Yuichi Nishiwaki: add PIC_INLINE macro
      • NOTICE: 13picrin/06c89-porting 141e8f498 15Yuichi Nishiwaki: s/pic_noreturn/PIC_NORETURN/g
      • GitHub1 has left the channel
      • GitHub143 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/AnJjeQ
      • NOTICE: 13picrin/06master 14684cbc5 15Yuichi Nishiwaki: Merge branch 'c89-porting'
      • GitHub143 has left the channel
      • GitHub131 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/m8OHFw
      • NOTICE: 13picrin/06master 14f965798 15Yuichi Nishiwaki: reserve square brackets
      • GitHub131 has left the channel
      • GitHub190 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/WLrgqA
      • NOTICE: 13picrin/06master 14336fc21 15Yuichi Nishiwaki: merge init.c into state.c
      • GitHub190 has left the channel
      • GitHub163 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/cCEByw
      • NOTICE: 13picrin/06master 14303041a 15Yuichi Nishiwaki: fix degade
      • GitHub163 has left the channel
      • GitHub80 joined the channel
      • NOTICE: [13picrin] 15zeptometer created 06escape-continuation (+1 new commit): 02http://git.io/ygBDPA
      • NOTICE: 13picrin/06escape-continuation 144972de6 15zeptometer: rename benz's call/cc to escape in (picrin control)
      • GitHub80 has left the channel
      • GitHub22 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/YWDwJQ
      • NOTICE: 13picrin/06master 149417b45 15Yuichi Nishiwaki: [bugfix] pic_load_point must store escape->results
      • GitHub22 has left the channel
      • GitHub19 joined the channel
      • NOTICE: [13picrin] 15zeptometer pushed 1 new commit to 06escape-continuation: 02http://git.io/Y7vhvg
      • NOTICE: 13picrin/06escape-continuation 14b29f944 15zeptometer: Merge branch 'master' of github.com:picrin-scheme/picrin into escape-continuation
      • GitHub19 has left the channel
      • GitHub97 joined the channel
      • NOTICE: [13picrin] 15zeptometer opened pull request #252: make benz's call/cc accessible from picrin (06master...06escape-continuation) 02http://git.io/zudKvw
      • GitHub97 has left the channel
      • GitHub105 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06better-error-message2: 02http://git.io/Ki7qDg
      • NOTICE: 13picrin/06better-error-message2 14b2a539f 15Yuichi Nishiwaki: update error message
      • GitHub105 has left the channel
      • GitHub86 joined the channel
      • NOTICE: [13picrin] 15wasabiz comment on issue #249: @KeenS ... 02http://git.io/LLlWYw
      • GitHub86 has left the channel
      • GitHub51 joined the channel
      • NOTICE: [13picrin] 15wasabiz comment on issue #252: @zeptometer ... 02http://git.io/GJuuSA
      • GitHub51 has left the channel
      • GitHub120 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 2 new commits to 06master: 02http://git.io/_8m6qw
      • NOTICE: 13picrin/06master 14781f27d 15Yuichi Nishiwaki: remove docs/contrib.rst
      • NOTICE: 13picrin/06master 1458f856a 15Yuichi Nishiwaki: update gitignore
      • GitHub120 has left the channel
      • GitHub60 joined the channel
      • NOTICE: [13picrin] 15zeptometer pushed 1 new commit to 06escape-continuation: 02http://git.io/p96rGw
      • NOTICE: 13picrin/06escape-continuation 14369bc4c 15zeptometer: add eest for escape
      • GitHub60 has left the channel
      • GitHub145 joined the channel
      • NOTICE: [13picrin] 15zeptometer pushed 1 new commit to 06escape-continuation: 02http://git.io/huWacQ
      • NOTICE: 13picrin/06escape-continuation 147d772fc 15zeptometer: add document for escape
      • GitHub145 has left the channel
      • GitHub165 joined the channel
      • NOTICE: [13picrin] 15wasabiz closed pull request #252: make benz's call/cc accessible from picrin (06master...06escape-continuation) 02http://git.io/zudKvw
      • GitHub165 has left the channel
      • GitHub48 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/1R10WQ
      • NOTICE: 13picrin/06master 144c3a9fe 15Yuichi Nishiwaki: Merge pull request #252 from picrin-scheme/escape-continuation...
      • GitHub48 has left the channel
      • GitHub23 joined the channel
      • NOTICE: [13picrin] 15zeptometer created 06syntax-rules-with-escape (+1 new commit): 02http://git.io/oH4R_A
      • NOTICE: 13picrin/06syntax-rules-with-escape 14e49f983 15zeptometer: use escape instead of call/cc in syntax-rules.scm
      • GitHub23 has left the channel
      • GitHub1 joined the channel
      • NOTICE: [13picrin] 15zeptometer opened pull request #253: use `escape` instead of `call/cc` in syntax-rules.scm (06master...06syntax-rules-with-escape) 02http://git.io/9diNMQ
      • GitHub1 has left the channel
      • GitHub53 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 1 new commit to 06master: 02http://git.io/mcYRpA
      • NOTICE: 13picrin/06master 146afc94c 15Yuichi Nishiwaki: Merge pull request #253 from picrin-scheme/syntax-rules-with-escape...
      • GitHub53 has left the channel
      • GitHub67 joined the channel
      • NOTICE: [13picrin] 15wasabiz closed pull request #253: use escape instead of call/cc in syntax-rules.scm (06master...06syntax-rules-with-escape) 02http://git.io/9diNMQ
      • GitHub67 has left the channel
      • GitHub43 joined the channel
      • NOTICE: [13picrin] 15zeptometer pushed 2 new commits to 06master: 02http://git.io/-uo-fg
      • NOTICE: 13picrin/06master 14dab403a 15zeptometer: fix document
      • NOTICE: 13picrin/06master 147997af4 15zeptometer: Merge branch 'master' of github.com:picrin-scheme/picrin
      • GitHub43 has left the channel
      • GitHub98 joined the channel
      • NOTICE: [13picrin] 15wasabiz 04force-pushed 06new-macro2 from 14a776a33 to 14d92489e: 02http://git.io/w9wntw
      • NOTICE: 13picrin/06new-macro2 1435ada55 15Yuichi Nishiwaki: change pic_find_rename API
      • NOTICE: 13picrin/06new-macro2 14503c444 15Yuichi Nishiwaki: pic_identifer_* are now hidden apis
      • NOTICE: 13picrin/06new-macro2 1437163f9 15Yuichi Nishiwaki: move identifeir functions to symbol.c
      • GitHub98 has left the channel
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • [0__0] joined the channel
      • GitHub2 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 3 new commits to 06c89-porting: 02http://git.io/8Zp8Rg
      • NOTICE: 13picrin/06c89-porting 14d8487f6 15Yuichi Nishiwaki: Merge branch 'master' into c89-porting
      • NOTICE: 13picrin/06c89-porting 14be29b69 15Yuichi Nishiwaki: don't require c99
      • NOTICE: 13picrin/06c89-porting 140b67ec4 15Yuichi Nishiwaki: don't use indirect gotos in strict mode
      • GitHub2 has left the channel
      • GitHub49 joined the channel
      • NOTICE: [13picrin] 15wasabiz pushed 4 new commits to 06c89-porting: 02http://git.io/PjR84w
      • NOTICE: 13picrin/06c89-porting 149968b15 15Yuichi Nishiwaki: change PIC_NAN_BOXING enabling condition
      • NOTICE: 13picrin/06c89-porting 14c1d4ea9 15Yuichi Nishiwaki: remove trailing comma
      • NOTICE: 13picrin/06c89-porting 1403a4f1a 15Yuichi Nishiwaki: don't use flexible array member
      • GitHub49 has left the channel