summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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-287-2/+2
* Free the buffer content as well.Florian Frank2010-04-281-1/+1
* Get rid of a warning.NARUSE, Yui2010-04-261-1/+1
* Fix mixed declarations and code.NARUSE, Yui2010-04-263-11/+20
* Fixed T_FIXNUM bug on 64bit architectures.v1.4.1Florian Frank2010-04-252-7/+7
* Merge branch 'rbx-fix'v1.4.0Florian Frank2010-04-236-74/+27
|\
| * does compile now, but causes a crashFlorian Frank2010-03-203-21/+32
* | Merged in const_missing triggering from v1.2Florian Frank2010-04-082-4/+6
|\ \ | |/ |/|
| * Trigger const_missing mechanism for RailsFlorian Frank2010-04-082-4/+6
* | Merge commit 'v1.2.3'Florian Frank2010-03-134-73/+141
|\ \ | |/
| * added [] method to State objectsv1.2.3Florian Frank2010-03-111-1/+20
| * Compatibility to Rubiniusv1.2.2Florian Frank2010-02-273-113/+98
| * implemented symbolize_names feature, #8Florian Frank2009-11-252-94/+132
* | Improved some testsFlorian Frank2010-02-277-38/+19
* | deleted lineFlorian Frank2009-11-221-1/+0
* | comment init_copyFlorian Frank2009-11-201-1/+5
* | some more optimizationsFlorian Frank2009-11-204-4/+40
* | implemented prototype featureFlorian Frank2009-11-202-8/+50
* | some more optimisationFlorian Frank2009-11-202-10/+23
* | do not forget to check the versionFlorian Frank2009-11-201-0/+3
* | simplified build structure, tweak bs iterationsFlorian Frank2009-11-077-0/+0
* | some more docu, support inline functions in parserFlorian Frank2009-11-077-269/+307
* | 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
| * | avoid warningFlorian Frank2009-11-072-92/+98
| * | make inc function static, optimised a bitFlorian Frank2009-11-073-8/+9
| * | prebuild delimitersFlorian Frank2009-11-073-40/+58
* | | avoid warningFlorian Frank2009-11-062-92/+98
* | | make inc function static, optimised a bitFlorian Frank2009-11-063-8/+9
* | | prebuild delimitersFlorian Frank2009-11-053-40/+58
* | | avoid copying from buffer ptr to rstring ptrFlorian Frank2009-11-053-5/+25
|/ /
* | optimised a bit moreFlorian Frank2009-11-052-16/+15
* | added docu, some methods renamedFlorian Frank2009-11-053-9/+12
* | a bit more speed optimisationFlorian Frank2009-11-051-67/+103
* | improved parser a bitFlorian Frank2009-10-265-247/+163
* | optimised speed a lot, added only_ascii modeFlorian Frank2009-10-263-30/+112