7
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- ext/ruby/ext/syck/rubyext.c: fixing problem with supplying an IO object. - ext/ruby/lib/yaml.rb: ditto. More... over 19 years ago
- lib/emitter.c: added single- and double-quote emitters, scanner for generic scalar emitter to determine optimal output style. - lib/gram.y: allow top-level headerless scalars. More... over 19 years ago
- ext/ruby/ext/syck/rubyext.c: basic emitting is working!! - ext/ruby/lib/yaml.rb: minor grammatical fixes. - ext/ruby/lib/yaml/syck.rb: removed BaseEmitter mixin. - ext/ruby/lib/yaml/rubytypes.rb: altered to support new scalar type. More... over 19 years ago
- ext/ruby/ext/syck/rubyext.c: fleshing out emitter hooks, stretching the old extension to fit the new API. - ext/ruby/lib/yaml/tag.rb: new tagging API is beautiful. More... over 19 years ago
updating yaml2xml binding to add attribute generation More... over 19 years ago
commenting out parse, which crashes More... over 19 years ago
- lib/handler.c: delete anchors if a duplicate overrides. (was a memory leak.) - lib/implicit.re: free overriden type_id. (was a memory leak.) - lib/token.re: ditto. More... over 19 years ago
- ext/syck/rubyext.c: working on the updated emitter. More... over 19 years ago
- lib/emitter.c: fix applied to language domain types. - ext/ruby/yts/YtsSpecificationExamples.yml: a handful of further tests added. More... over 19 years ago
- lib/emitter.c: shortcuts waived if tags or anchors are used. - lib/syck.c: add tag+anchor flag to _syck_level struct. More... over 19 years ago
- lib/emitter.c: further work on tagging, avoiding implicits, domain types. More... over 19 years ago
- lib/emitter.c: complex mappings, type tags. - tests/YTS.c.erb: lazy type checking in comparison test. More... over 19 years ago
- lib/emitter.c: various block styles, fixed anchoring, improvements to collections. - tests/YTS.c.erb: added full N->Y->N round trip test!! - ext/ruby/yts/YtsSpecificationExamples.yml: added a new test (as a test). - lib/syck.h: removing extra fields from the _syck_emitter struct. More... over 19 years ago
- lib/emitter.c: further work on emitting sequences, mappings, strings. Addition of levels to track indentation. - tests/YTS.c.erb: add emitting functions to the YTS suite for the base lib. - tests/YTS.c: ditto. More... over 19 years ago
- lib/emitter.c: New emitter functions. - lib/syck.h: ditto. - tests/YTS.c: Testing for new emitter API. More... over 19 years ago
- tests/YTS.c.erb: Template for generating YTS tests in C. - tests/YTS.c.rb: Script for generating YTS tests in C. More... over 19 years ago
- tests/YTS.c: a handful of further YTS tests. - ext/ruby/yts/YtsSpecificationExamples.yml: ditto. More... over 19 years ago
- tests/YTS.c: yeah, YTS for the base lib! More... over 19 years ago
- lib/syck.c: Freeing of the accessory symbol table doesn't happen until the parser is free'd (in case of multiple documents). You can certainly free it between docs if you'd like. - tests/Makefile.am: Addition of YTS unit tests for the base lib. - ext/ruby/yts/YtsSpecificationExamples.yml: ignorant Ruby text vanquished. More... over 19 years ago
- lib/bytecode.c: removed bit vectors. More... over 19 years ago
ext/ruby/lib/yaml/baseemitter.rb: - double-quoted strings now are handled through the flow block code to increase readability. More... almost 20 years ago
- lib/token.re: scalars which end a document. More... almost 20 years ago
lib/implicit.re: - added sexagecimal float#base60. More... almost 20 years ago
CHANGELOG: Added. More... almost 20 years ago
- lib/gram.y: added new scalar style, which reports whether a string comes in as a plain, block, single-, or double-quoted string. - lib/syck.h: ditto. - lib/token.re: ditto. - lib/node.c: ditto. - ext/ruby/ext/syck/rubyext.c: symbols now only detected if the scalar is plain. beginning of custom implicits! - ext/ruby/lib/yaml*: fixes from Ruby CVS. More... about 20 years ago
- lib/token.re: fixed escape sequences. More... about 20 years ago
- lib/syck.h: version 0.44. More... about 20 years ago
- ext/ruby/lib/yaml.rb: fixes for 1.6.8. - lib/gram.y: transfers no longer open indentation. - lib/token.rb: ditto. also, escape code fixes. More... about 20 years ago
- lib/syck.c: fixed a problem with removed anchors gettin FREE'd. was causing segfaults. More... about 20 years ago
- ext/ruby/lib/yaml.rb: Moved docs to proper place. More... about 20 years ago