|
|
|
@108
|
[108]
|
09/02/06 11:25:47 |
nahi |
"abc"[0] is "a" under Ruby/1.9. closes #1. |
|
|
|
@107
|
[107]
|
11/02/05 09:38:24 |
nahi |
keyword argument support. experimental.
configurable row_factory. … |
|
|
|
@106
|
[106]
|
11/01/05 21:45:07 |
nahi |
svn propdel -R svn:executable . |
|
|
|
@105
|
[105]
|
11/01/05 21:44:41 |
nahi |
added tests. |
|
|
|
@104
|
[104]
|
11/01/05 15:02:02 |
nahi |
added CSV::Table. [ruby-core:6519]
replace 'if block' with 'if … |
|
|
|
@103
|
[103]
|
05/26/04 22:19:08 |
nahi |
* add CSV.readlines and CSV.read to parse. |
|
|
|
@102
|
[102]
|
05/20/04 11:26:47 |
nahi |
* fixed multi-sequens separator bug. |
|
|
|
@101
|
[101]
|
05/20/04 00:25:19 |
nahi |
* bug fixes around using multi char sequence as a RS/FS. at least one … |
|
|
|
@100
|
[100]
|
05/19/04 00:10:00 |
nahi |
* for 1.2.3 |
|
|
|
@99
|
[99]
|
05/19/04 00:06:34 |
nahi |
* 2 or more char sequence as a RS or FS was broken by performance tuning.
… |
|
|
|
@98
|
[98]
|
04/25/04 01:27:25 |
nahi |
* add third parameter of assert* |
|
|
|
@97
|
[97]
|
04/25/04 01:26:40 |
nahi |
* cwd free |
|
|
|
@96
|
[96]
|
04/17/04 11:21:23 |
nahi |
* merged documents from ruby's repository. |
|
|
|
@95
|
[95]
|
04/17/04 10:46:12 |
nahi |
* added CSV.foreach(path, rs = nil, &block) in the previous commit.
… |
|
|
|
@94
|
[94]
|
04/17/04 09:56:35 |
nahi |
* accepts String not char as a fs (field separator/column separator) and
… |
|
|
|
@93
|
[93]
|
04/17/04 04:43:55 |
nahi |
* accepts String as a row_sep (preparing CSV.foreach) |
|
|
|
@92
|
[92]
|
04/17/04 02:29:15 |
nahi |
* follow csv.rb changes. |
|
|
|
@91
|
[91]
|
04/17/04 02:27:24 |
nahi |
* [CAUTION] API change
* CSV::Row removed. a row is represented as … |
|
|
|
@90
|
[90]
|
04/12/04 20:55:17 |
nahi |
* follow the change. |
|
|
|
@89
|
[89]
|
04/12/04 20:54:56 |
nahi |
* remove Cell#to_str [ruby-dev:23332]
* let Cell a subclass of String.
* … |
|
|
|
@88
|
[88]
|
12/28/03 11:38:22 |
nahi |
* generate bom.csv and mac.csv on the fly. |
|
|
|
@87
|
[87]
|
12/28/03 11:07:29 |
nahi |
* add tests for Cell#to_str and Cell#to_s |
|
|
|
@86
|
[86]
|
12/28/03 11:06:38 |
nahi |
* change install location under 1.8. |
|
|
|
@85
|
[85]
|
12/12/03 22:33:07 |
nahi |
* add Cell#to_str and Cell#to_s |
|
|
|
@84
|
[84]
|
10/06/03 22:56:35 |
nahi |
* Call Tempfile#binmode before read for test. |
|
|
|
@83
|
[83]
|
10/06/03 22:31:52 |
nahi |
* Call binmode of io which is passed to IOReader.new or BasicWriter?.new. |
|
|
|
@82
|
[82]
|
09/16/03 22:23:30 |
nahi |
Add negative tests of row_sep. |
|
|
|
@81
|
[81]
|
09/15/03 18:41:38 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_2_2_2'. |
|
|
|
@80
|
[80]
|
09/15/03 18:41:38 |
nahi |
For 1.2.2. |
|
|
|
@79
|
[79]
|
09/15/03 16:59:19 |
nahi |
Do not depend at_exit. Problematic. |
|
|
|
@78
|
[78]
|
09/15/03 16:49:03 |
nahi |
Add a parameter to methods for specifying a char for row separator. To … |
|
|
|
@77
|
[77]
|
09/15/03 16:45:50 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_2_2'. |
|
|
|
@76
|
[76]
|
09/15/03 16:45:50 |
nahi |
Split testcases into 3 parts.
Add test for row_serparator. |
|
|
|
@75
|
[75]
|
09/05/03 01:01:04 |
nahi |
* not used. |
|
|
|
@74
|
[74]
|
09/05/03 01:00:18 |
nahi |
* Use Test::Unit original interface.
* Do no use tmp/* files. |
|
|
|
@73
|
[73]
|
06/19/03 00:52:43 |
nahi |
Current ruby 1.8 returns ""[0..-1] => nil though 1.6 returns "". I don't … |
|
|
|
@72
|
[72]
|
06/19/03 00:46:54 |
nahi |
Add tests to ensure that Ruby's String is working as CSV expected. |
|
|
|
@71
|
[71]
|
03/01/03 18:53:54 |
nahi |
StreamBuf?: Allow buffers to have variable length. Call IO#read instead … |
|
|
|
@70
|
[70]
|
03/01/03 18:44:41 |
nahi |
read returns nil at EOF. |
|
|
|
@69
|
[69]
|
02/16/03 20:07:49 |
nahi |
Removed. |
|
|
|
@68
|
[68]
|
02/16/03 20:07:11 |
nahi |
Add 2 tests for coverage. |
|
|
|
@67
|
[67]
|
02/16/03 19:45:01 |
nahi |
camelCase -> word_concatinated_with_underbar.
Set expandtab (For emacsen, … |
|
|
|
@66
|
[66]
|
02/16/03 19:40:55 |
nahi |
Interface change. |
|
|
|
@65
|
[65]
|
02/16/03 19:38:34 |
nahi |
Get [RAA:coverage] |
|
|
|
@64
|
[64]
|
01/11/03 00:58:48 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_2_1'. |
|
|
|
@63
|
[63]
|
01/11/03 00:58:48 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE-1_2_1'. |
|
|
|
@62
|
[62]
|
01/11/03 00:58:48 |
anonymous |
This commit was manufactured by cvs2svn to create branch 'CSV-1'. |
|
|
|
@61
|
[61]
|
01/11/03 00:58:48 |
nahi |
For 1.2.1 |
|
|
|
@60
|
[60]
|
12/13/02 08:01:10 |
nahi |
CSV::Reader: include Enumerable |
|
|
|
@59
|
[59]
|
11/09/02 22:09:54 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_2_0_1'. |
|
|
|
@58
|
[58]
|
11/09/02 22:09:54 |
nahi |
for 1.2.0 |
|
|
|
@57
|
[57]
|
11/09/02 22:04:00 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_2_0'. |
|
|
|
@56
|
[56]
|
11/09/02 22:04:00 |
nahi |
For current ruby/1.7 (2002-11-09) |
|
|
|
@55
|
[55]
|
11/09/02 22:03:21 |
nahi |
New coverage result. |
|
|
|
@54
|
[54]
|
11/09/02 22:02:27 |
nahi |
Add and modify tests for new state machine. |
|
|
|
@53
|
[53]
|
11/09/02 21:54:41 |
nahi |
parseBody: change parsing state machine;
allow single "\n" as a record … |
|
|
|
@52
|
[52]
|
10/26/02 12:08:20 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_1_2'. |
|
|
|
@51
|
[51]
|
10/26/02 12:08:20 |
nahi |
For 1.1.2 |
|
|
|
@50
|
[50]
|
10/26/02 03:23:04 |
nahi |
Added for UTF8 test. |
|
|
|
@49
|
[49]
|
10/26/02 03:22:33 |
nahi |
Coverage of 1.1.2 RC |
|
|
|
@48
|
[48]
|
10/26/02 03:18:08 |
nahi |
Skip BOM at the head of UTF-8 encoded file. |
|
|
|
@47
|
[47]
|
10/26/02 03:17:32 |
nahi |
Added tests for UTF-8 BOM. |
|
|
|
@46
|
[46]
|
10/26/02 02:50:03 |
nahi |
Quote column which includes \r or \n; for example, a,a\r,\n => … |
|
|
|
@45
|
[45]
|
10/26/02 02:48:37 |
nahi |
Changed tests about column which includes \r or \n. |
|
|
|
@44
|
[44]
|
08/15/02 09:33:26 |
nahi |
Removed 'Must not reach here' exceptions. |
|
|
|
@43
|
[43]
|
08/15/02 01:47:25 |
nahi |
Simplified CSV.parseBody and removed CSV.parseSeparator. |
|
|
|
@42
|
[42]
|
04/14/02 00:21:43 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_1_1-2'. |
|
|
|
@41
|
[41]
|
04/14/02 00:21:43 |
nahi |
for 1.1.1 |
|
|
|
@40
|
[40]
|
04/13/02 22:22:34 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_1_1'. |
|
|
|
@39
|
[39]
|
04/13/02 22:22:34 |
nahi |
Updated coverage log. |
|
|
|
@38
|
[38]
|
04/13/02 22:18:26 |
nahi |
Support both ruby/1.6 and ruby/1.7. (Raised exception is not the same) |
|
|
|
@37
|
[37]
|
04/13/02 19:34:47 |
nahi |
Added tests for colSep interface. |
|
|
|
@36
|
[36]
|
04/13/02 19:33:53 |
nahi |
Added a parameter called colSep to specify column separator. Supports TSV … |
|
|
|
@35
|
[35]
|
02/28/02 02:08:46 |
nahi |
Removed. |
|
|
|
@34
|
[34]
|
02/28/02 02:08:30 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_1_0'. |
|
|
|
@33
|
[33]
|
02/28/02 02:08:30 |
nahi |
Source line coverage checking. |
|
|
|
@32
|
[32]
|
02/28/02 01:45:45 |
nahi |
Added history for comming 1.1.0 and removed explanations of old interface. |
|
|
|
@31
|
[31]
|
02/28/02 01:34:13 |
nahi |
Added negative tests. |
|
|
|
@30
|
[30]
|
02/28/02 01:33:46 |
nahi |
Changed code format for checking code coverage: foo if cr -> if … |
|
|
|
@29
|
[29]
|
02/27/02 01:16:19 |
nahi |
Added tests for StreamBuf?. |
|
|
|
@28
|
[28]
|
02/27/02 01:15:49 |
nahi |
Removed StreamBuf#pop?. Use get and drop.
Fixed some bugs under boundary … |
|
|
|
@27
|
[27]
|
02/17/02 04:44:37 |
nahi |
Added some tests. |
|
|
|
@26
|
[26]
|
02/17/02 04:43:33 |
nahi |
Added initialize argument. |
|
|
|
@25
|
[25]
|
02/17/02 01:05:48 |
nahi |
Added tests for new iterator interface. |
|
|
|
@24
|
[24]
|
02/17/02 01:05:20 |
nahi |
Introduced the new class Row. Cell.colsMatch has moved to this class as
… |
|
|
|
@23
|
[23]
|
02/16/02 03:38:50 |
nahi |
Implemented iterator interface so removed some ToDos? |
|
|
|
@22
|
[22]
|
02/16/02 03:37:34 |
nahi |
Following changes of csv.rb |
|
|
|
@21
|
[21]
|
02/16/02 03:37:04 |
nahi |
Added CSV::Reader, CSV::Writer and CSV.open
Changed class name … |
|
|
|
@20
|
[20]
|
02/15/02 01:18:55 |
nahi |
Added installer. |
|
|
|
@19
|
[19]
|
02/10/02 23:29:05 |
nahi |
Return true exactly. Thanks to RubyUnit? and Tosh. |
|
|
|
@18
|
[18]
|
10/03/01 15:51:21 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_0_2'. |
|
|
|
@17
|
[17]
|
10/03/01 15:51:21 |
nakahiro |
Document for 1.0.2 |
|
|
|
@16
|
[16]
|
10/03/01 15:48:43 |
nakahiro |
Added tests for number of columns returned from createLine and … |
|
|
|
@15
|
[15]
|
10/03/01 15:47:40 |
nakahiro |
Fixed a bug in ColData?.colsMatch. Returned true when each data string is … |
|
|
|
@14
|
[14]
|
09/12/01 22:30:20 |
anonymous |
This commit was manufactured by cvs2svn to create tag
'RELEASE_1_0_1'. |
|
|
|
@13
|
[13]
|
09/12/01 22:30:20 |
nakahiro |
Doc for 1.0.1 |
|
|
|
@12
|
[12]
|
09/12/01 22:27:24 |
nakahiro |
Added some tests. |
|
|
|
@11
|
[11]
|
09/12/01 22:26:54 |
nakahiro |
",[EOF]" bug fixed. "foo,bar,EOF" is parsed as [ "foo", "bar", "" ].
… |
|
|
|
@10
|
[10]
|
09/04/00 00:14:44 |
nakahiro |
Added unit test and fixes some bugs. |
|
|
|
@9
|
[9]
|
09/04/00 00:14:05 |
nakahiro |
Unit test for csv.rb using runit. |