Ron Garret

Results 4 issues of Ron Garret

``` ? (interval:find-all *tree* '(0 . 10)) NIL ? (interval:insert *tree* '(1 . 1)) # T ? (interval:insert *tree* '(1 . 2)) # T ? (interval:find-all *tree* '(0 . 10))...

The HTTP standard has no way for a client to specify a character encoding for www-form-urlencoded POST data. So you have to guess. And if you guess utf-8 and you...

The pending-opcode slot in a client is not reset properly after receiving a data message. The result is that whatever type of message (text or binary) is received first, all...