Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-01-11 | Add support for requests with multiple replies, and somewhat generic reply | Jamey Sharp | 5 | -17/+100 |
2006-01-10 | Rip "Scrap Your Boilerplate" stuff out again so more information than just | Jamey Sharp | 2 | -19/+11 |
2006-01-10 | Use fromBool, from Foreign.Util. | Jamey Sharp | 1 | -1/+1 |
2006-01-10 | Add a type signature for request. | Jamey Sharp | 1 | -0/+1 |
2006-01-10 | Rename readGenericM to readStorable, and readBoolM to readBool. | Jamey Sharp | 1 | -8/+8 |
2006-01-10 | Add tracing so we can see what order lazy evaluation plus monad sequencing | Jamey Sharp | 1 | -4/+7 |
2006-01-10 | Use a Reader monad instead of passing the ForeignPtr down through all the | Jamey Sharp | 1 | -17/+21 |
2006-01-10 | Rewrite reply handling using "Scrap Your Boilerplate"-style generics so the | Jamey Sharp | 3 | -8/+48 |
2006-01-10 | First commit of a simple Haskell binding to XCB, including a demo app that | Jamey Sharp | 8 | -0/+82 |