From 0013ded1b587bd20d82b338c6cb552aabdbe624e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 9 Nov 2003 15:07:14 +0000 Subject: * parse.y (primary): primary_value may be 0 when syntax error. [ruby-talk:84893] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 709966346..77e4197f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 10 00:07:10 2003 Nobuyoshi Nakada + + * parse.y (primary): primary_value may be 0 when syntax error. + [ruby-talk:84893] + Sat Nov 9 02:05:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to @@ -35,9 +40,9 @@ Sat Nov 8 13:28:46 2003 Takaaki Tateishi Sat Nov 8 06:19:38 2003 Hidetoshi NAGAI - * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem, - TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only - (queueing a handler to the EventQueue). + * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem, + TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only + (queueing a handler to the EventQueue). * ext/tcltklib/README.1st: edit the description of '--with-pthread-ext' -- cgit