From e921ea2d78f693c57fcb289faff3fc126dc8617a Mon Sep 17 00:00:00 2001 From: why Date: Tue, 10 Jun 2003 14:15:27 +0000 Subject: * ext/syck/token.c: preserve newlines prepended to a block. * ext/syck/implicit.c (syck_match_implicit): added !merge and !default. * lib/yaml/constants.rb: remove '\z' escape. * lib/yaml/emitter.rb: ensure reset of @seq_map shortcut flag. * lib/yaml/encoding.rb: remove Unicode translation methods. * lib/yaml/rubytypes.rb: improved round-tripping of Strings. [ruby-core:1134] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4049ff89f4..58958451db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Jun 10 14:26:30 2003 why the lucky stiff + + * ext/syck/token.c: preserve newlines prepended to a block. + + * ext/syck/implicit.c (syck_match_implicit): added !merge and !default. + + * lib/yaml/constants.rb: remove '\z' escape. + + * lib/yaml/emitter.rb: ensure reset of @seq_map shortcut flag. + + * lib/yaml/encoding.rb: remove Unicode translation methods. + + * lib/yaml/rubytypes.rb: improved round-tripping of Strings. + [ruby-core:1134] + Tue Jun 10 01:07:54 2003 Yukihiro Matsumoto * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 -- cgit v1.2.3