Skip to content
  • Thien-Thi Nguyen's avatar
    Bifurcate socket I/O for Guile 2.x · ba5a7d93
    Thien-Thi Nguyen authored
    Guile 2.x socket I/O procs operate on bytevectors
    instead of strings.
    
    ∀ files: For Guile 2.x, use modules
    ‘(ice-9 iconv)’ and ‘(rnrs bytevectors)’.
    * src/wikid/listener.scm (SEND, RECV!): Bifurcate on ‘guile-2’.
    * wikid.cgi (SEND, MKBUF, SQUEEZE): Likewise.
    ba5a7d93