diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Mar 30 11:46:51 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by + wanabe [ruby-dev:30672] + + * win32/win32.c (init_env, insert, rb_w32_get_environ): use strdup + instead of malloc + strlcpy. suggested by nobu [ruby-dev:30673] + Fri Mar 30 02:29:04 2007 Technorama <oss-ruby@technorama.net> * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: |