diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-16 07:50:00 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-16 07:50:00 +0000 |
commit | 57606ec408ab88b6601f41f644d445547bf68ad9 (patch) | |
tree | 9f287cce367af7eaca48ec31af103e02dab79317 | |
parent | ffc136a024c26d1047421f900002bce32b8c9a2d (diff) |
* MANIFEST: add test/csv/mac.csv.
* win32/Makefile.sub, bcc32/Makefile.sub (test): add phony NUL target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | MANIFEST | 3 | ||||
-rw-r--r-- | bcc32/Makefile.sub | 2 | ||||
-rw-r--r-- | win32/Makefile.sub | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +Tue Sep 16 16:47:56 2003 WATANABE Hirofumi <[email protected]> + + * MANIFEST: add test/csv/mac.csv. + + * win32/Makefile.sub, bcc32/Makefile.sub (test): add phony NUL target. + Mon Sep 15 19:02:52 2003 NAKAMURA, Hiroshi <[email protected]> * lib/csv.rb: add extra pamameter to specify row(record) separater @@ -477,8 +477,9 @@ sample/time.rb sample/trojan.rb sample/tsvr.rb sample/uumerge.rb -test/csv/test_csv.rb test/csv/bom.csv +test/csv/mac.csv +test/csv/test_csv.rb test/ruby/test_alias.rb test/ruby/test_array.rb test/ruby/test_assignment.rb diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index ba7a279c78..55cb3fe138 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -484,7 +484,7 @@ realclean: distclean @if exist parse.c del parse.c @if exist lex.c del lex.c -test: miniruby$(EXEEXT) +test: miniruby$(EXEEXT) NUL @$(MINIRUBY) $(srcdir)rubytest.rb rbconfig.rb: miniruby$(EXEEXT) config.status diff --git a/win32/Makefile.sub b/win32/Makefile.sub index af0e157930..cc136ff281 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -484,7 +484,7 @@ realclean: distclean @if exist parse.c del parse.c @if exist lex.c del lex.c -test: miniruby$(EXEEXT) +test: miniruby$(EXEEXT) NUL @miniruby$(EXEEXT) $(srcdir)/rubytest.rb rbconfig.rb: miniruby$(EXEEXT) config.status |