From 580d23cd45d2095bb7b5f43698ae7a990b00068e Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 29 Oct 2003 11:03:54 +0000 Subject: * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not defined and TCL_MAJOR_VERSION >= 8. * ext/tcltklib/tcltklib.c (VwaitVarProc, WaitVariableProc, rb_threadVwaitProc): use CONST84 instead of CONST. * ext/tcltklib/tcltklib.c (ip_rbTkWaitCommand, ip_rb_threadTkWaitCommand): use CONST84 always. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea03e547a..33a050883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Oct 29 19:58:59 2003 NAKAMURA Usaku + + * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not + defined and TCL_MAJOR_VERSION >= 8. + + * ext/tcltklib/tcltklib.c (VwaitVarProc, WaitVariableProc, + rb_threadVwaitProc): use CONST84 instead of CONST. + + * ext/tcltklib/tcltklib.c (ip_rbTkWaitCommand, + ip_rb_threadTkWaitCommand): use CONST84 always. + Wed Oct 29 17:27:05 2003 Tanaka Akira * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'. -- cgit