diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-12 11:31:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-12 11:31:52 +0000 |
| commit | 995dd862a47dc3e83c03d39bba4d908e34fab9e6 (patch) | |
| tree | d7e27f5d860334b2c7f25878c4467b37559309e8 /ChangeLog | |
| parent | 200d6695631ed0bdbfe58cd98bf65a00b31b4927 (diff) | |
* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error
directives in DOS line-ending files at all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Thu Feb 12 20:31:48 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error + directives in DOS line-ending files at all. + Thu Feb 12 02:23:56 2004 Tanaka Akira <akr@m17n.org> * lib/pathname.rb: use assert_raise instead of assert_raises. @@ -13,10 +18,10 @@ Wed Feb 11 20:01:12 2004 akira yamada <akira@ruby-lang.org> * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for File.fnmatch. [ruby-dev:22815][ruby-dev:22819] - + * test/ruby/test_proc.rb (TestProc::test_eq): added a test. [ruby-dev:22599] - + * test/ruby/test_proc.rb (TestProc::test_eq): added tests for Proc#==. [ruby-dev:22592], [ruby-dev:22601] |
