7
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* lib/yaml.rb (YAML::object_maker): can create object attributes (such as found in Exception class) More... almost 21 years ago
* lib/token.re: also found problems with quoted scalars at root-level. More... almost 21 years ago
* lib/token.re: transfer method bug, \0-ending charsets allowed. More... almost 21 years ago
Fix to show proper line numbers. Tokenizer was double-counting some lines. More... almost 21 years ago
* lib/gram.y: fixes to one-line documents and end of stream. More... almost 21 years ago
* ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repair to timezone and milliseconds. More... almost 21 years ago
* lib/syck.c: memory leak in parser level domains. More... almost 21 years ago
* lib/gram.y: transfer methods on sequences inside of sequences. More... almost 21 years ago
* lib/gram.y: memory leak when merging maps. More... almost 21 years ago
* ext/ruby/ext/syck/rubyext.c: func prototypes for VC++. More... almost 21 years ago
* lib/gram.y: at long last! seq_in_map implemented! More... almost 21 years ago
* ext/ruby/lib/yaml/: Object#object_id fix from Tanaka Akira. More... almost 21 years ago
Portable comments, NULL misuse, VALUE returns in Ruby extension. Resolution of transfer method on mapping. More... almost 21 years ago
Transfer methods in native loading. Implicit mappings and sequences tagged. Fixed bad transfer methods. More... almost 21 years ago
Type ID -> TAGURI functions. Ruby extension now includes Loader class, changes incident to Ruby 1.8 checkin. More... almost 21 years ago
Versioning for 0.25. More... about 21 years ago
Extension now builds with install.rb and the rest of the YAML.rb dist. More... about 21 years ago
Solved problem with parsers not being reusable. More... about 21 years ago
Integrating Syck and YAML.rb. Improvements to YAML::Syck::Node class. More... about 21 years ago
Multiline plain values. More... about 21 years ago
Better literal blocks. Empty literals were whacked. Had some back SyckLevels throwing off forced indentation of literals in sequences. More... about 21 years ago
Double- and single-quoted strings now have proper whitespace and ASCII escapes. More... about 21 years ago
Better comment handling. Better indentation. Better plains. Better sequences. More... about 21 years ago
Fixed block scalars in nested indentation. Still working on a fix for transfer method ambiguity on mappings. More... about 21 years ago
Added map-in-seq shortcut. Started figuring out seq-in-map shortcut. Added Python tests. More... about 21 years ago
Minor optimizations. More... about 21 years ago
Funniness going on with indentation + comments. Fixed. More tests for Python. More... about 21 years ago
Fixed line breaks in inline collections. Initial support for comments. More... about 21 years ago
Fixed a bunch of memory leaks in Syck and the testing suite. More... about 21 years ago
Stream parsing fix. More... about 21 years ago