From 194902e1931ad02637083c6fb6bdae86d7fa166d Mon Sep 17 00:00:00 2001 From: michal Date: Wed, 23 Jun 2004 12:59:01 +0000 Subject: Fix indentation in time.c Move stack-len info from main.c to gc.c git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af01a6af7..18fa55d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Jun 23 21:48:27 2004 Michal Rokos + + * time.c: Fix indentation. + + * main.c: Remove _stklen, and _CRT_glob. Move _stacksize for + __human68k__ to gc.c where the others are. + + * gc.c: put _stacksize in place and clean the #ifdefs macros. + Wed Jun 23 17:37:54 2004 Shugo Maeda * lib/net/imap.rb: added new option --ssl. -- cgit