summaryrefslogtreecommitdiff
path: root/ext/json/ext/generator
Commit message (Expand)AuthorAgeFilesLines
* Add a comment mentioning some limitiationFlorian Frank2012-04-271-0/+5
* remove unused variableFlorian Frank2012-04-181-1/+1
* Fix the fixFlorian Frank2012-04-181-21/+6
* Use C implementation and better regexp for pureFlorian Frank2012-03-202-8/+28
* Support object class with duck type hashFlorian Frank2011-12-201-3/+3
* Move fbuffer in its own directoryFlorian Frank2011-11-281-1/+1
* avoid symlinkFlorian Frank2011-11-232-157/+1
* Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-233-154/+158
* change documentationFlorian Frank2011-11-101-1/+3
* start to make buffer_initial_length configurableFlorian Frank2011-11-092-22/+60
* Merge pull request #92 from nurse/U0456Florian Frank2011-10-011-1/+1
|\
| * Fix typo: U+0456->U+0069.NARUSE, Yui2011-09-051-1/+1
* | HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.Nobuyoshi Nakada2011-10-012-11/+2
|/
* Add some documentationv1.5.4Florian Frank2011-08-311-0/+2
* We don't need RB_GC_GUARD for rbx.Florian Frank2011-08-301-0/+5
* Apply patch by Eric Wong <nocode@yhbt.net>Florian Frank2011-08-292-5/+13
* started quirks mode for generatorFlorian Frank2011-07-272-7/+41
* * remove trailing spaces.nobu2011-07-071-7/+7
* * ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused.nobu2011-07-071-1/+0
* * ext/json/generator/ext/generator.c (fbuffer_free): unused.nobu2011-07-071-5/+0
* Alias State#configure method as State#mergeFlorian Frank2011-06-201-0/+1
* clean up superflous tabsFlorian Frank2011-06-152-13/+13
* Apply patch by Cory Monty <cory.monty@gmail.com>.Florian Frank2011-06-091-0/+1
* use long instead of intFlorian Frank2010-09-172-27/+27
* keep track of depth correctlyFlorian Frank2010-08-181-2/+2
* do not forget to dup the stateFlorian Frank2010-08-071-2/+3
* mange depth in stateFlorian Frank2010-08-072-59/+117
* cleaned up code a bitFlorian Frank2010-08-061-12/+6
* Revert "use method dispatch for generation again"Florian Frank2010-08-052-252/+245
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-1/+1
* use method dispatch for generation againFlorian Frank2010-08-031-1/+1
* use rb_funcall for dupingFlorian Frank2010-08-031-3/+4
* Merge branch 'master' of github.com:/flori/jsonFlorian Frank2010-08-032-3/+8
|\
| * Zero out the generator struct to avoid GC problemsJake Douglas2010-08-031-0/+1
| * Fix header conflict problem with OSX's ruby.frameworkEvan Phoenix2010-08-031-2/+6
| * fix tha use of REALLOC_N.NARUSE, Yui2010-05-091-1/+1
* | use method dispatch for generation againFlorian Frank2010-07-242-188/+261
|/
* Fix for subclassed core classes, github issue 20v1.4.3Florian Frank2010-05-051-135/+117
* Revert "simplified build structure"v1.4.2Joshua Peek2010-04-283-0/+1527
* simplified build structure, tweak bs iterationsFlorian Frank2009-11-073-1452/+0
* some more docu, support inline functions in parserFlorian Frank2009-11-072-6/+14
* optimise code path for ascii mode, tooFlorian Frank2009-11-071-27/+31
* use one compilation unit to support inliningFlorian Frank2009-11-076-476/+516
* avoid copying from buffer ptr to rstring ptrFlorian Frank2009-11-072-0/+42
* Merge branch 'opti'Florian Frank2009-11-071-34/+40
|\
| * optimise execution pathFlorian Frank2009-11-071-34/+40
| * make inc function static, optimised a bitFlorian Frank2009-11-073-8/+9
| * prebuild delimitersFlorian Frank2009-11-073-40/+58
* | make inc function static, optimised a bitFlorian Frank2009-11-063-8/+9
* | prebuild delimitersFlorian Frank2009-11-053-40/+58