summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rbx-fix'v1.4.0Florian Frank2010-04-2310-88/+41
|\
| * does compile now, but causes a crashFlorian Frank2010-03-203-21/+32
* | Prepare for version 1.4.0 releaseFlorian Frank2010-04-232-2/+2
* | avoid superflous ifFlorian Frank2010-04-081-3/+3
* | Merged in const_missing triggering from v1.2Florian Frank2010-04-084-7/+15
|\ \ | |/ |/|
| * Trigger const_missing mechanism for RailsFlorian Frank2010-04-086-9/+17
* | Merge commit 'v1.2.3'Florian Frank2010-03-1310-75/+171
|\ \ | |/
| * added [] method to State objectsv1.2.3Florian Frank2010-03-116-5/+34
| * Compatibility to Rubiniusv1.2.2Florian Frank2010-02-278-128/+112
| * avoid rdoc issue, thx to github user spier.v1.2.1Florian Frank2009-12-071-3/+3
| * serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
| * benchmark symbolized namesFlorian Frank2009-12-031-0/+14
| * implemented symbolize_names feature, #8Florian Frank2009-11-258-97/+154
* | Improved some testsFlorian Frank2010-02-2710-50/+33
* | avoid rdoc issue, thx to github user spier.Florian Frank2009-12-071-3/+3
* | benchmark symbolize_namesFlorian Frank2009-12-032-0/+28
* | serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
* | deleted lineFlorian Frank2009-11-221-1/+0
* | comment init_copyFlorian Frank2009-11-201-1/+5
* | some more optimizationsFlorian Frank2009-11-204-4/+40
* | use smaller iteration valusFlorian Frank2009-11-204-18/+30
* | implemented prototype featureFlorian Frank2009-11-204-34/+92
* | check circular is deprecatedFlorian Frank2009-11-201-4/+2
* | some more optimisationFlorian Frank2009-11-202-10/+23
* | do not forget to check the versionFlorian Frank2009-11-201-0/+3
* | Merge commit '31132c364e92eb887f7d1c4178f71930a8e35c5d'Florian Frank2009-11-181-2/+2
|\ \ | |/
| * skip the... andFlorian Frank2009-11-181-2/+2
* | bumped version to 2.0.0Florian Frank2009-11-182-2/+2
* | Merge commit 'ed5ba79525c1c957483b3378f1956b58d55faf27'Florian Frank2009-11-181-2/+2
|\ \ | |/
| * added support for mingwFlorian Frank2009-11-181-2/+2
* | Merge commit '35368ebef6f787be793d79d278b8ce44d3889ebb'Florian Frank2009-11-182-9/+9
|\ \ | |/
| * Make json/add/[core|rails].rb respect JSON.create_idSebastian Cohnen2009-11-182-9/+9
| * don't use rubyforge as home any moreFlorian Frank2009-11-081-2/+2
* | don't use rubyforge as home any moreFlorian Frank2009-11-081-2/+2
* | simplified build structure, tweak bs iterationsFlorian Frank2009-11-0712-37/+35
* | 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
* | | changed docu title and headlinesFlorian Frank2009-11-072-16/+15
* | | 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