diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-23 02:30:53 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-23 02:30:53 +0000 |
| commit | 7b616eaf123ed41494a494b99746dcfe7c3c1cbe (patch) | |
| tree | b7f0dd2240a9da82b29cc9a9a28af9e46e03626c /ChangeLog | |
| parent | 25b7b45e59739a1c98d437f3094f01818cbcc168 (diff) | |
| download | ruby-7b616eaf123ed41494a494b99746dcfe7c3c1cbe.tar.gz ruby-7b616eaf123ed41494a494b99746dcfe7c3c1cbe.tar.xz ruby-7b616eaf123ed41494a494b99746dcfe7c3c1cbe.zip | |
* win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,
rb_w32_opendir, rb_w32_readdir, rb_w32_strerror, rb_w32_stati64,
rb_w32_get_environ): use strlcpy() and strlcat().
* win32/win32.c (rb_w32_opendir): use realloc() instead of xrealloc().
* win32/win32.c (rb_w32_closedir): check NULL before free pointers.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ +Fri Mar 23 11:28:24 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector, + rb_w32_opendir, rb_w32_readdir, rb_w32_strerror, rb_w32_stati64, + rb_w32_get_environ): use strlcpy() and strlcat(). + + * win32/win32.c (rb_w32_opendir): use realloc() instead of xrealloc(). + + * win32/win32.c (rb_w32_closedir): check NULL before free pointers. + Fri Mar 23 00:24:52 2007 Keiju Ishitsuka <keiju@ruby-lang.org> - + * lib/shell: commit miss(support for ruby 1.9(YARV) thread model). Thu Mar 22 13:32:17 2007 NAKAMURA Usaku <usa@ruby-lang.org> |
