summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.h
Commit message (Expand)AuthorAgeFilesLines
* Merge decimal_class patch by Michael JaschobFlorian Frank2016-09-231-0/+1
* Stores current nesting on stackFlorian Frank2016-07-011-4/+3
* Ext parser is green now as wellFlorian Frank2015-06-151-1/+0
* parser.rl: allocate structs with wrappernobu2015-05-281-3/+2
* use ZALLOC if it can be used, and defined ZALLOC macro.SHIBATA Hiroshi2015-02-121-0/+9
* Fall back to Data_* wrappers on ancient rubiesFlorian Frank2015-01-021-0/+6
* Sync with trunkZachary Scott2014-12-251-4/+5
* Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-231-6/+1
* HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.Nobuyoshi Nakada2011-10-011-1/+1
* Implement quirks_modeFlorian Frank2011-07-271-0/+1
* should not modify argumentNobuyoshi Nakada2011-07-081-1/+1
* * 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-0/+3
* clean up superflous tabsFlorian Frank2011-06-151-5/+5
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-1/+1
* query if ruby/st.h existsFlorian Frank2011-01-021-0/+4
* Added matching in pure/ext parserFlorian Frank2011-01-021-0/+3
* Revert "simplified build structure"v1.4.2Joshua Peek2010-04-281-0/+71
* simplified build structure, tweak bs iterationsFlorian Frank2009-11-071-79/+0
* some more docu, support inline functions in parserFlorian Frank2009-11-071-0/+79