diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-07 09:30:35 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-07 09:30:35 +0000 |
| commit | c189b3eed86e2d984ad058241cd177b667d931b7 (patch) | |
| tree | 34ec5b46e247d6756abe1129844aa35c88f6ae4e /ChangeLog | |
| parent | e0135c4f33b7d0e83a35a54540800433ef560d1d (diff) | |
| download | ruby-c189b3eed86e2d984ad058241cd177b667d931b7.tar.gz ruby-c189b3eed86e2d984ad058241cd177b667d931b7.tar.xz ruby-c189b3eed86e2d984ad058241cd177b667d931b7.zip | |
* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.
fixed: [ruby-dev:26294]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Tue Jun 7 18:30:04 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file. + fixed: [ruby-dev:26294] + Tue Jun 7 17:39:54 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (rb_mod_cvar_get): Module#class_variable_get(): back @@ -53,7 +58,7 @@ Mon May 30 23:48:29 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> Sat May 28 16:40:15 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> - * Sat/openssl/test_x509store.rb: add test for expired CRL + * Sat/openssl/test_x509store.rb: add test for expired CRL and refine some assertions. May 28 05:15:51 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> @@ -93,7 +98,7 @@ Wed May 25 20:06:27 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJIS strings. To avoid the trouble, add arguments to control converting - encoding, and do split on a UTF8 string. + encoding, and do split on a UTF8 string. * ext/tk/lib/multi-tk.rb: modify to attend encoding. @@ -125,7 +130,7 @@ Wed May 25 20:06:27 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> Tk#lower_window/raise_window by reason of method-name conflict * ext/tk/lib/tk/canvas.rb: bug fix on TkCanvas#delete when given - non-TkcItem arguments. + non-TkcItem arguments. * ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto. |
