search for: rb_str_modify

Displaying 2 results from an estimated 2 matches for "rb_str_modify".

2009 Sep 15
0
HTTP parser C extension should be Rubinius-compatible
...art using/working-with Rubinius I''d be more inclined to do more, but right now we''re stuck in a Catch-22... Shortlog of relevant changes pushed out to git://git.bogomips.org/unicorn tonight: Eric Wong (6): http: define OFFT2NUM macro on Rubies without it http: no-op rb_str_modify() for Rubies without it http: compile with -fPIC http: use rb_str_{update,flush} if available http: create a new string buffer on empty values Update documentation for Rubinius support status [1] tested with db612aa62cad9e5cc41a4a4be645642362029d20 [2] to be fair, Unicorn...
2007 Sep 29
0
Fixed pass by reference bug
Fixed the last bug. We were missing a rb_str_modify() in the call function. I''ll fix and release. Regards, Dan