summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-111-1/+1
* Increase default max_nesting to 100Erik Michaels-Ober2012-10-051-3/+3
* Throw exception unless source is a stringFlorian Frank2012-04-271-17/+18
* The behavior of reference to inner defined variable is undefined.NARUSE, Yui2012-01-151-1/+1
* Support duck typed ruby array in JRuby as wellFlorian Frank2011-12-201-5/+5
* Support object class with duck type hashFlorian Frank2011-12-201-71/+77
* Move fbuffer in its own directoryFlorian Frank2011-11-281-1/+1
* avoid symlinkFlorian Frank2011-11-231-1/+1
* Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-231-84/+93
* always raise type error when parsing nilFlorian Frank2011-11-031-17/+18
* Add support for BigDecimal numbersFlorian Frank2011-10-021-3/+0
* Add some documentationv1.5.4Florian Frank2011-08-311-0/+3
* Implement quirks_modeFlorian Frank2011-07-271-154/+359
* remove trailing spaces.Nobuyoshi Nakada2011-07-081-7/+8
* no force_encodingNobuyoshi Nakada2011-07-081-20/+10
* * remove trailing spaces.nobu2011-07-071-106/+106
* * ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-07-071-1/+1
* * ext/json/ext/parser/parser.h (GET_PARSER): check if initialized. [ruby-core...nobu2011-07-071-6/+11
* * ext/json/ext/parser/parser.rl: add local variables for emacs.nobu2011-07-071-8/+15
* clean up superflous tabsFlorian Frank2011-06-151-6/+6
* Don't optimize calls for ducktypesFlorian Frank2011-05-121-27/+33
* If a custom :object_class is given, the C extension should not use rb_hash_as...Jon Leighton2011-05-111-69/+73
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-9/+10
* implement string matching for java parserFlorian Frank2011-01-021-44/+34
* Added matching in pure/ext parserFlorian Frank2011-01-021-30/+73
* started to build jruby extension with RakefileFlorian Frank2010-09-231-68/+68
* Revert "simplified build structure"v1.4.2Joshua Peek2010-04-281-0/+1935
* simplified build structure, tweak bs iterationsFlorian Frank2009-11-071-1914/+0
* some more docu, support inline functions in parserFlorian Frank2009-11-071-127/+144
* avoid warningFlorian Frank2009-11-061-83/+86
* improved parser a bitFlorian Frank2009-10-261-54/+69
* start to use a faster string bufferFlorian Frank2009-10-261-18/+18
* some optimisations and cleanupFlorian Frank2009-10-261-21/+20
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-91/+142
* initial commitFlorian Frank2009-08-241-0/+1829