root / trunk / ext / ruby

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @313 [313] 7 months indeyets folding
(edit) @237 [237] 2 years why * ext/ruby/ext/syck/rubyext.c: merging in Ruby CVS, (mostly changes in …
(edit) @234 [234] 3 years why * ext/ruby/ext/syck/rubyext.c: go back to using rb_iterate, since trunk …
(edit) @233 [233] 3 years why * ext/python: removal of the Python extension. Please use PySyck?! * …
(edit) @231 [231] 3 years why Fixes from Ruby 1.8.4 development, patches from matz, nobu, ocean and the …
(edit) @230 [230] 3 years why lib/yaml/basenode.rb: fix array index in BaseNode?#[]. lib/yaml/types.rb: …
(edit) @229 [229] 3 years why lib/token.re: correctly find the parental indentation for block scalars.
(edit) @228 [228] 3 years why lib/emitter.c: typed scalar nodes are treated like complex keys.
(edit) @227 [227] 3 years why test/basic.rb: re-enable bytecode tests.
(edit) @225 [225] 3 years why ext/ruby/ext/syck/rubyext.c: round-tripping of implicit symbols. lib/*.c: …
(edit) @224 [224] 3 years why ext/ruby/lib/yaml/basenode.rb: YPath fixes, key search …
(edit) @223 [223] 3 years why lib/emitter.c: get headless documents working. lib/token.re: forgive tabs …
(edit) @222 [222] 3 years why lib/token.re: tabs are whitespace but not indentation. lib/emitter.c: pay …
(edit) @216 [216] 3 years why - lib/yaml/*: moved tag_as to yaml_as. cause i know people will hate on …
(edit) @215 [215] 3 years why - tests/Makefile.am: output dir fix from michael cuddy. - …
(edit) @214 [214] 4 years why ext/ruby/ext/syck/rubyext.c: Memory leak in mktime. lib/emitter.c: scale …
(edit) @213 [213] 4 years why ext/ruby/ext/syck/rubyext.c: - const_find, now locating class constants …
(edit) @212 [212] 4 years why lib/emitter.c: output inline collections. ensure proper quoting and no …
(edit) @209 [209] 4 years why - ext/ruby/ext/syck/rubyext.c: new Resolver#tagurize converts type ids to …
(edit) @208 [208] 4 years why - lib/implicit.re: removing 'y' and 'n' again!! - lib/gram.y: allowing …
(edit) @207 [207] 4 years why ext/ruby/ext/syck/rubyext.c: fixing PrivateType? and DomainType?
(edit) @203 [203] 4 years why README.EXT: node and emitter documentation. ext/ruby/lib/yaml.rb: fixing …
(edit) @202 [202] 4 years why README.EXT: more docs. ext/ruby/ext/syck/rubyext.c: - moved …
(edit) @200 [200] 4 years why ext/ruby/ext/syck/rubyext.c: problems with syck_free_node free'ing data …
(edit) @199 [199] 4 years why README.EXT: added detailed API docs for Syck!! ext/syck/rubyext.c: …
(edit) @196 [196] 4 years why - ext/ruby/lib/yaml/types.rb: problems with tag_as.
(edit) @194 [194] 4 years why - ext/ruby/ext/syck/rubyext.c: fix symbol transfer temporarily. this will …
(edit) @193 [193] 4 years why - ext/ruby/ext/syck/rubyext.c: no yaml_initalize call when a proc is …
(edit) @192 [192] 4 years why - tests/YTS.c: tests failing due to bad syck_emit_scalar call. - …
(edit) @189 [189] 4 years why - ext/ruby/lib/yaml/rubytypes.rb: attempt at a symbol loading fix. but …
(edit) @188 [188] 4 years why - lib/emitter.c: improved whitespace handling in double-quoted strings. …
(edit) @187 [187] 4 years why - lib/emitter.c: fixed bad shortcuts. - ext/ruby/lib/yaml/tag.rb: …
(edit) @186 [186] 4 years why - lib/emitter.c: keep and chomp indicators working now. - …
(edit) @185 [185] 4 years why - ext/ruby/ext/syck/rubyext.c: the GenericResolver? is working now. …
(edit) @184 [184] 4 years why - ext/ruby/ext/syck/rubyext.c: better mktime function. - …
(edit) @183 [183] 4 years why - ext/ruby/ext/syck/rubyext.c: Another attempt at getting taguris working …
(edit) @182 [182] 4 years why - ext/ruby/ext/syck/rubyext.c: segfaults when resolver not found, circular …
(edit) @181 [181] 4 years why - ext/ruby/ext/syck/rubyext.c: fixing allocation of parser_xtra. made up …
(edit) @180 [180] 4 years why - lib/emitter.c: use anctag of the parent to suppress shortcut syntax. - …
(edit) @179 [179] 4 years why - ext/ruby/ext/syck/rubyext.c: fixing problem with supplying an IO …
(edit) @177 [177] 4 years why - ext/ruby/ext/syck/rubyext.c: basic emitting is working!! - …
(edit) @176 [176] 4 years why - ext/ruby/ext/syck/rubyext.c: fleshing out emitter hooks, stretching the …
(edit) @172 [172] 4 years why - ext/syck/rubyext.c: working on the updated emitter.
(edit) @171 [171] 4 years why - lib/emitter.c: fix applied to language domain types. - …
(edit) @169 [169] 4 years why - lib/emitter.c: further work on tagging, avoiding implicits, domain …
(edit) @168 [168] 4 years why - lib/emitter.c: complex mappings, type tags. - tests/YTS.c.erb: lazy type …
(edit) @167 [167] 4 years why - lib/emitter.c: various block styles, fixed anchoring, improvements to …
(edit) @166 [166] 4 years why - lib/emitter.c: further work on emitting sequences, mappings, strings. …
(edit) @165 [165] 4 years why - lib/emitter.c: New emitter functions. - lib/syck.h: ditto. - …
(edit) @163 [163] 4 years why - tests/YTS.c: a handful of further YTS tests. - …
(edit) @161 [161] 4 years why - lib/syck.c: Freeing of the accessory symbol table doesn't happen until …
(edit) @158 [158] 4 years why ext/ruby/lib/yaml/baseemitter.rb: - double-quoted strings now are handled …
(edit) @156 [156] 4 years why lib/implicit.re: - added sexagecimal float#base60. lib/token.re: - …
(edit) @155 [155] 4 years why CHANGELOG: Added. lib/Makefile.am: re2c compiling with bit vectors …
(edit) @154 [154] 5 years why - lib/gram.y: added new scalar style, which reports whether a string …
(edit) @150 [150] 5 years why - ext/ruby/lib/yaml.rb: fixes for 1.6.8. - lib/gram.y: transfers no longer …
(edit) @148 [148] 5 years why - ext/ruby/lib/yaml.rb: Moved docs to proper place.
(edit) @147 [147] 5 years whythluckystiff - ext/ruby/lib/yaml/rubytypes.rb: dump symbols as implicits. …
(edit) @145 [145] 5 years whythluckystiff - ext/ruby/lib/yaml.rb: Kernel#y changes. Thanks Joel! …
(edit) @142 [142] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: Timestamp round-tripping. - …
(edit) @141 [141] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: Handling of sexagesimal digits. - …
(edit) @140 [140] 5 years whythluckystiff - lib/ruby/rubytypes.rb: fix for anonymous structs - tests/basic.rb: test …
(edit) @136 [136] 5 years whythluckystiff - ext/token.re: Removed many YYTOKTMP references. Were completely …
(edit) @124 [124] 5 years whythluckystiff - lib/yaml2byte.c: YAML-to-bytecode handler. - lib/yamlbyte.h: Ditto. - …
(edit) @123 [123] 5 years whythluckystiff - ext/ruby/tests/basic.rb: Additional bytecode tests.
(edit) @120 [120] 5 years whythluckystiff - lib/bytecode.re: Handling of implicit and taguri tags. - …
(edit) @119 [119] 5 years whythluckystiff - lib/bytecode.re: Additional bytecode work (alias, anchors, etc.)
(edit) @118 [118] 5 years whythluckystiff - lib/bytecode.re: Fixed nested collections. - ext/ruby/tests/basic.rb: …
(edit) @116 [116] 5 years whythluckystiff - lib/bytecode.re: Beginning bytecode parser.
(edit) @115 [115] 5 years whythluckystiff - lib/implicit.re: Using the 'tag' URI rather than 'taguri'.
(edit) @110 [110] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: support for default value.
(edit) @107 [107] 5 years whythluckystiff - ext/python/pyext.c: introduced yaml_org_handler as seen in yaml.rb. …
(edit) @105 [105] 5 years whythluckystiff - lib/yaml/rubytypes.rb: Regexp::POSIXLINE deprecated. Using …
(edit) @103 [103] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: refactoring of the transfer method …
(edit) @102 [102] 5 years whythluckystiff - lib/handler.c: Memory leaks. Thanks Sven Verdoolaege. - lib/syck.c: …
(edit) @101 [101] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: nuked some warnings, added tainting …
(edit) @100 [100] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: Emitter now flushes at byte count. - …
(edit) @99 [99] 5 years whythluckystiff - ext/ruby/: Fixed a few tests for the Emitter. Hacked up a solution to …
(edit) @98 [98] 5 years whythluckystiff - lib/emitter.c: Emitter functions. - ext/ruby/ext/syck/: Added Emitter …
(edit) @97 [97] 5 years whythluckystiff - ext/syck/gram.y: added grammar for certain empty sequence entries. - …
(edit) @96 [96] 5 years whythluckystiff - ext/ruby/lib/yaml/constants.rb: removed '\z' escape. - …
(edit) @94 [94] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: a bit much on the ruby GC. - …
(edit) @93 [93] 5 years whythluckystiff - ext/ruby/ext/syck/rubyext.c: using GC nodes caused segfault. …
(edit) @90 [90] 6 years whythluckystiff Release 0.33
(edit) @89 [89]