From 94090b0502fc65f15495fd329145c9f998f10ee3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Dec 2015 09:43:22 +0000 Subject: deprecate exposed internal functions * error.c (rb_compile_error_with_enc, rb_compile_error), (rb_compile_bug): deprecate internal functions. * parse.y (parser_yyerror): construct exception message with source code and carret. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09c725646b..187d24281b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 24 18:43:19 2015 Nobuyoshi Nakada + + * error.c (rb_compile_error_with_enc, rb_compile_error), + (rb_compile_bug): deprecate internal functions. + + * parse.y (parser_yyerror): construct exception message with + source code and carret. + Thu Dec 24 17:25:42 2015 Nobuyoshi Nakada * compile.c (append_compile_error), parse.y (compile_error): -- cgit v1.2.3