diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 01:21:20 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 01:21:20 +0000 |
| commit | 354f154dcd817f0a04dc02d2f4167bec7555a525 (patch) | |
| tree | 72d1524d4893aab0378901ffde25e1e07d448c5c /ChangeLog | |
| parent | cd0141cc2690a6953c4cda7b6d26f13ce286f3ae (diff) | |
| download | ruby-354f154dcd817f0a04dc02d2f4167bec7555a525.tar.gz ruby-354f154dcd817f0a04dc02d2f4167bec7555a525.tar.xz ruby-354f154dcd817f0a04dc02d2f4167bec7555a525.zip | |
* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,
HAVE_VSNPRINTF): use win32/win32.c's implementation instead of
missing/vsnprintf.c's.
* win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf): reverted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Aug 3 10:13:52 2005 NAKAMURA Usaku <usa@ruby-lang.org> + + * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, + HAVE_VSNPRINTF): use win32/win32.c's implementation instead of + missing/vsnprintf.c's. + + * win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf): reverted. + Wed Aug 3 10:05:08 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in: check vsnprintf() and snprintf(). |
