From 2a971523adbc72a62bbaeddd8a181e587314d6a8 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Jan 2003 18:17:30 +0000 Subject: * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. * win32/Makefile.sub (LIBS): use oldnames.lib. * win32/win32.c (rb_w32_getcwd): follow above change. * win32/win32.h: ditto. * wince/direct.c, wince/direct.h (getcwd): ditto. * wince/io.h: ditto. * wince/string.c, wince/wince.h (stricmp, strnicmp): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e22fe557..8ba8f15c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sun Jan 5 03:12:32 2003 NAKAMURA Usaku + + * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. + + * win32/Makefile.sub (LIBS): use oldnames.lib. + + * win32/win32.c (rb_w32_getcwd): follow above change. + + * win32/win32.h: ditto. + + * wince/direct.c, wince/direct.h (getcwd): ditto. + + * wince/io.h: ditto. + + * wince/string.c, wince/wince.h (stricmp, strnicmp): ditto. + Sat Jan 4 15:18:50 2003 NAKAMURA Usaku * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. -- cgit