patch for string_builder_vsprintf

2009-11-30 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
Applied similar patch (with a bugfix regarding handling of 0.0). Thanks.

patch for string_builder_vsprintf

2009-11-28 Thread Martin Stjernholm, Roxen IS @ Pike developers forum
Looks ok to me, but I've only checked it superficially. Maybe Grubba who wrote that function should have a say.

patch for string_builder_vsprintf

2009-11-23 Thread Arne Goedeke
Hello, I noticed that only %f is supported in string_builder_vsprintf(). I would like to use something else in JSON2, so it would be nice if someone could review this and maybe commit. arne diff --git a/src/stralloc.c b/src/stralloc.c index eb60b8b..e75d45b 100644 --- a/src/stralloc.c +++ b/src/s