diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-25 15:04:16 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-25 15:04:16 +0000 |
| commit | 439975d8964bf1dd9a89b97a0f3a868c477eb630 (patch) | |
| tree | 9b3ec443dca118b72e7aae59d722e53ca04685ae /ChangeLog | |
| parent | adc10cab5181133a9f54f1b273fd3449b1dc2709 (diff) | |
* ext/syck/syck.c (syck_new_parser): clear parser on init.
thanks, ts. [ruby-core:02931]
* ext/syck/token.c (sycklex_yaml_utf8): buffer underflow.
thanks, ts. [ruby-core:02929]
* lib/yaml/baseemitter.rb (indent_text): simpler flow block code.
* lib/yaml.rb: added rdoc to beginning of lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed May 26 00:00:00 2004 why the lucky stiff <why@ruby-lang.org> + + * ext/syck/syck.c (syck_new_parser): clear parser on init. + thanks, ts. [ruby-core:02931] + + * ext/syck/token.c (sycklex_yaml_utf8): buffer underflow. + thanks, ts. [ruby-core:02929] + + * lib/yaml/baseemitter.rb (indent_text): simpler flow block code. + + * lib/yaml.rb: added rdoc to beginning of lib. + Mon May 24 10:46:26 2004 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * lib/rdoc/generators/template/html/html.rb: SYSTEM identifiers |
