diff --git a/ChangeLog b/ChangeLog index 8fea8ab240..2b7e8d89d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 2 12:31:24 2008 NAKAMURA Usaku + + * win32/Makefile.sub (miniruby): new target. + Tue Sep 2 11:47:36 2008 Nobuyoshi Nakada * marshal.c (struct load_arg): data is now st_table. @@ -11,7 +15,7 @@ Tue Sep 2 11:47:36 2008 Nobuyoshi Nakada Tue Sep 2 10:49:18 2008 NAKAMURA Usaku * win32/win32.c (gettimeofday): easier calculation. use the definition - of the Gregorian calender. + of the Gregorian calendar. Tue Sep 2 10:33:12 2008 Yuki Sonoda (Yugui) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 9658d5d96e..fbd6c6f9c4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -654,6 +654,8 @@ s,@srcdir@,$(srcdir),;t t s,@top_srcdir@,$(srcdir),;t t <