From 333fccd1985af686b2c51a8ca451a4ecb375f8c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Dec 2007 06:14:50 +0000 Subject: * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS. * configure.in (STRINGIZE): stringizing macro. * include/ruby/defines.h (STRINGIZE): fallback. * tool/make-snapshot: new file. * version.c (ruby_description, ruby_copyright): string constants for -v option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3815379b1..010bb913e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Dec 22 15:14:48 2007 Nobuyoshi Nakada + + * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS. + + * configure.in (STRINGIZE): stringizing macro. + + * include/ruby/defines.h (STRINGIZE): fallback. + + * tool/make-snapshot: new file. + + * version.c (ruby_description, ruby_copyright): string constants for + -v option. + Sat Dec 22 15:03:37 2007 Shugo Maeda * lib/net/imap.rb (initialize): fixed documentation. -- cgit