diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-03 08:13:22 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-03 08:13:22 +0000 |
| commit | da9cec713b117435b5dd412a3180d1d7ca2411ce (patch) | |
| tree | fe4b77b2b5162ad40f8235ed24ab6991c5673596 /ChangeLog | |
| parent | 89e9577a5d5a9018e4e85b802613a36011f2a1a7 (diff) | |
| download | ruby-da9cec713b117435b5dd412a3180d1d7ca2411ce.tar.gz ruby-da9cec713b117435b5dd412a3180d1d7ca2411ce.tar.xz ruby-da9cec713b117435b5dd412a3180d1d7ca2411ce.zip | |
* ext/syck/syck.h: version 0.43.
* ext/syck/lib/gram.c: allow root-level inline collections.
[ruby-talk:94922]
* lib/yaml/rubytypes.rb (Symbol#to_yaml): emit symbols as implicits.
[ruby-talk:94930]
* ext/syck/bytecode.c: turn off default implicit typing.
* ext/syck/implicit.c: detect base60 integers.
* ext/syck/rubyext.c: handle base60, as well as hex and octal
with commas. implicit typing of ruby symbols.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Sat Apr 3 17:11:05 2004 why the lucky stiff <why@ruby-lang.org> + + * ext/syck/syck.h: version 0.43. + + * ext/syck/lib/gram.c: allow root-level inline collections. + [ruby-talk:94922] + + * lib/yaml/rubytypes.rb (Symbol#to_yaml): emit symbols as implicits. + [ruby-talk:94930] + + * ext/syck/bytecode.c: turn off default implicit typing. + + * ext/syck/implicit.c: detect base60 integers. + + * ext/syck/rubyext.c: handle base60, as well as hex and octal + with commas. implicit typing of ruby symbols. + Thu Apr 1 19:58:37 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URI |
