index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
csv
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).
nahi
2004-05-27
1
-1
/
+1
*
* lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and
nahi
2004-05-26
1
-29
/
+49
*
* lib/csv.rb: fixed a few bugs around multi char record/field separator.
nahi
2004-05-20
1
-0
/
+153
*
* lib/csv.rb: writes lines with "\n" when row separator is not given.
nahi
2004-05-18
1
-310
/
+164
*
* test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.
nahi
2003-12-28
3
-6
/
+10
*
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
nahi
2003-12-12
1
-1
/
+25
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-2
/
+1
*
* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO
nahi
2003-10-06
1
-9
/
+47
*
* test/csv/test_csv.rb: add negative tests of row_sep.
nahi
2003-09-16
1
-0
/
+16
*
* lib/csv.rb: add extra pamameter to specify row(record) separater character.
nahi
2003-09-15
2
-122
/
+245
*
* sync to lib/csv/tests/csv_ut.rb.
nahi
2003-09-05
1
-9
/
+7
*
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
1
-7
/
+9
*
* test/ruby: tests for ruby itself.
nahi
2003-09-04
1
-1
/
+1
*
* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. opened
nahi
2003-09-04
1
-151
/
+181
*
* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir to
nahi
2003-09-04
2
-76
/
+72
*
* test/csv/test_csv.rb: run on test/unit original layer.
nahi
2003-09-04
1
-42
/
+26
*
* test: add test directory. Test::Unit aware testcases and needed files should
nahi
2003-09-03
3
-0
/
+1512