summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--Makefile.in1
-rw-r--r--common.mk1
3 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index c3e15423d8..0ca9b0dc93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 6 23:56:14 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * Makefile.in, common.mk (NULLCMD): moved for platforms that empty
+ command does not run. fixed: [ruby-dev:29994]
+
Wed Dec 6 17:17:26 2006 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on
@@ -11,7 +16,7 @@ Tue Dec 5 00:59:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Dec 4 10:48:03 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to
- sizeof(off_t).
+ sizeof(off_t).
Mon Dec 4 10:43:46 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
@@ -62,11 +67,11 @@ Wed Nov 22 16:00:49 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/extconf.rb: support --with-X11/--without-X11 option.
- * ext/tk/README.tcltklib: add description about --with-X11-* option
+ * ext/tk/README.tcltklib: add description about --with-X11-* option
[ruby-talk:225166] and --with-X11/--without-X11 option.
- * ext/tk/tkutil/extconf.rb: able to be called manually
- [ruby-talk:225950].
+ * ext/tk/tkutil/extconf.rb: able to be called manually
+ [ruby-talk:225950].
Wed Nov 15 23:22:54 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -109,10 +114,10 @@ Mon Nov 6 15:41:55 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/sample/editable_listbox.rb: [new] the listbox with editable
items. It's one of the example about usage of Place geometry manager.
- * ext/tk/sample/tktextio.rb: improve the functions of TkTextIO class.
+ * ext/tk/sample/tktextio.rb: improve the functions of TkTextIO class.
Those are required by 'irbtkw.rbw'.
- * ext/tk/sample/irbtkw.rbw: [new] IRB on Ruby/Tk. It doesn't need any
+ * ext/tk/sample/irbtkw.rbw: [new] IRB on Ruby/Tk. It doesn't need any
real console. IRB works on a text widget without I/O blocking. That
is, thread switching on IRB will work properly, even if on Windows.
diff --git a/Makefile.in b/Makefile.in
index be1e0022a2..1e372885b7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,5 @@
SHELL = /bin/sh
+NULLCMD = :
#### Start of system configuration section. ####
diff --git a/common.mk b/common.mk
index b8c5bb8c40..106e840b2c 100644
--- a/common.mk
+++ b/common.mk
@@ -3,7 +3,6 @@ lib: $(LIBRUBY)
dll: $(LIBRUBY_SO)
RUBYOPT =
-NULLCMD =
STATIC_RUBY = static-ruby