Welcome to the "trac"-ing site of csv!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root


Mode:

Legend:

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