summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.rl
Commit message (Expand)AuthorAgeFilesLines
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-111-1/+1
* Change actual rl filessferik-max_nestingFlorian Frank2012-10-071-3/+3
* Throw exception unless source is a stringFlorian Frank2012-04-271-0/+1
* The behavior of reference to inner defined variable is undefined.NARUSE, Yui2012-01-151-1/+1
* Support hash ducktype objects on JRuby as wellFlorian Frank2011-12-201-5/+5
* Support object class with duck type hashFlorian Frank2011-12-201-2/+8
* 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-2/+11
* always raise type error when parsing nilFlorian Frank2011-11-031-0/+1
* Implement quirks_modeFlorian Frank2011-07-271-53/+124
* Duplicate the argument of convert_encoding() only.Nobuyoshi Nakada2011-07-081-0/+1
* Adjust indent.Nobuyoshi Nakada2011-07-081-2/+2
* no force_encodingNobuyoshi Nakada2011-07-081-15/+5
* * 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-1/+6
* * ext/json/ext/parser/parser.rl: add local variables for emacs.nobu2011-07-071-10/+17
* clean up superflous tabsFlorian Frank2011-06-151-6/+6
* Don't optimize calls for ducktypesFlorian Frank2011-05-121-3/+9
* If a custom :object_class is given, the C extension should not use rb_hash_as...Jon Leighton2011-05-111-1/+5
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-9/+10
* implement string matching for java parserFlorian Frank2011-01-021-35/+25
* Added matching in pure/ext parserFlorian Frank2011-01-021-16/+59
* Revert "simplified build structure"v1.4.2Joshua Peek2010-04-281-0/+792
* simplified build structure, tweak bs iterationsFlorian Frank2009-11-071-771/+0
* some more docu, support inline functions in parserFlorian Frank2009-11-071-53/+70
* avoid warningFlorian Frank2009-11-061-9/+12
* improved parser a bitFlorian Frank2009-10-261-36/+51
* some optimisations and cleanupFlorian Frank2009-10-261-21/+20
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-17/+68
* initial commitFlorian Frank2009-08-241-0/+686