index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
csv
Age
Commit message (
Expand
)
Author
2004-05-27
* lib/logger.rb: leading 0 padding of timestamp usec part.
nahi
2003-12-28
* test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.
nahi
2003-12-12
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
nahi
2003-11-22
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-10-06
* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO
nahi
2003-09-16
* test/csv/test_csv.rb: add negative tests of row_sep.
nahi
2003-09-15
* lib/csv.rb: add extra pamameter to specify row(record) separater character.
nahi
2003-09-05
* sync to lib/csv/tests/csv_ut.rb.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-04
* test/ruby: tests for ruby itself.
nahi
2003-09-04
* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. opened
nahi
2003-09-04
* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir to
nahi
2003-09-04
* test/csv/test_csv.rb: run on test/unit original layer.
nahi
2003-09-03
* test: add test directory. Test::Unit aware testcases and needed files should
nahi