diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 16:30:43 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 16:30:43 +0000 |
| commit | b0f7dd084d2b2102fc73a7136c6e3d2c13a3af03 (patch) | |
| tree | 02194bf8491c84894172a7156ffcfb088bff5181 /ChangeLog | |
| parent | c08873bb0882649e8b3acf386d3aea63affbbe57 (diff) | |
* ext/syck/emitter.c (syck_emitter_flush): accepts count
of bytes to flush. anchor offsets now functional.
* ext/syck/syck.h (syck_emitter_flush): ditto.
* ext/syck/rubyext.c: ditto.
* ext/syck/token.c: URI escaping now supported.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Jul 25 01:27:59 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> + + * ext/syck/emitter.c (syck_emitter_flush): accepts count + of bytes to flush. anchor offsets now functional. + + * ext/syck/syck.h (syck_emitter_flush): ditto. + + * ext/syck/rubyext.c: ditto. + + * ext/syck/token.c: URI escaping now supported. + Thu Jul 24 16:41:31 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * lib/mkmf.rb (have_type): check if a type is defined. |
