From 8515fee36f13a426e8af4557378ec4036740caae Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 13 Feb 2001 14:15:55 +0000 Subject: * dir.c (lstat): should use rb_sys_stat if lstat(2) is not available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c51b80bfb..b0f28ba38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,7 @@ -Sun Feb 11 16:00:30 2001 WATANABE Hirofumi +Tue Feb 13 23:05:38 2001 WATANABE Hirofumi - * eval.c (stack_length): use __builtin_frame_address() only if - GCC and i386 CPU. - - * gc.c (rb_gc, Init_stack): ditto. - - * configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP. + * dir.c (lstat): should use rb_sys_stat if lstat(2) is not + available. Tue Feb 13 08:43:10 2001 Yukihiro Matsumoto @@ -29,6 +25,15 @@ Tue Feb 13 01:13:43 2001 Yukihiro Matsumoto * parse.y (primary): preserve and clear in_single and in_def using stack to prevent nested method errors in singleton class bodies. +Sun Feb 11 16:00:30 2001 WATANABE Hirofumi + + * eval.c (stack_length): use __builtin_frame_address() only if + GCC and i386 CPU. + + * gc.c (rb_gc, Init_stack): ditto. + + * configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP. + Sat Feb 10 23:43:49 2001 Nobuyoshi Nakada * hash.c (rb_any_hash): dumped core on machines sizeof(int) != sizeof(long). -- cgit