diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 15:27:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 15:27:13 +0000 |
| commit | aefb8fc2c40a82197d41aae27d5161dbda82c3ce (patch) | |
| tree | f4f5d900e998d283298787dfb2c91530018732ef /ChangeLog | |
| parent | 6400aab1b3c4f918c1a37b670a1ad0ed67238411 (diff) | |
| download | ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.tar.gz ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.tar.xz ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.zip | |
* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated
macro definitions.
* bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS.
* {win32,wince}/Makefile.sub: separate config.h for compiler versions.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Thu Aug 4 00:25:48 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated + macro definitions. + + * bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS. + + * {win32,wince}/Makefile.sub: separate config.h for compiler versions. + Wed Aug 3 21:59:16 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on @@ -50,7 +59,7 @@ Mon Aug 1 01:17:40 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> Mon Aug 1 00:07:32 2005 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955] - + Fri Jul 29 09:59:38 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_yield_0): push yielded node instead of yielding. |
