diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-15 02:48:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-15 02:48:40 +0000 |
| commit | b0306c7dc038bd736199ca374225e592aa5593c0 (patch) | |
| tree | a3e4b491a359210927552292d3076992dc516a7d /ChangeLog | |
| parent | 41aa7849ad9efa0da495802e2b0a472a1402be09 (diff) | |
| download | ruby-b0306c7dc038bd736199ca374225e592aa5593c0.tar.gz ruby-b0306c7dc038bd736199ca374225e592aa5593c0.tar.xz ruby-b0306c7dc038bd736199ca374225e592aa5593c0.zip | |
* parse.y (dispose_string): dispose String object.
* parse.y (heredoc_restore, here_document): fix memory leak.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,10 +1,16 @@ +Sun Dec 15 11:43:26 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * parse.y (dispose_string): dispose String object. + + * parse.y (heredoc_restore, here_document): fix memory leak. + Sat Dec 14 14:25:00 2002 Takaaki Uematsu <mail@uema2.cjb.net> - * wince/sys : add stat.c, stat.h, timeb.c, timeb.h, - types.h, utime.c, utime.h - * wince/dll.mak : object file name changed. - * wince/io.c : add empty dup2(). - * wince/io.h : add dup2 definition. + * wince/sys : add stat.c, stat.h, timeb.c, timeb.h, + types.h, utime.c, utime.h + * wince/dll.mak : object file name changed. + * wince/io.c : add empty dup2(). + * wince/io.h : add dup2 definition. Sat Dec 14 01:51:29 2002 WATANABE Hirofumi <eban@ruby-lang.org> |
