[cvs] commit: framework/File_CSV CSV.php package.xml framework/File_CSV/tests columns.phpt columns1.csv columns2.csv common.php linebreak.phpt multiline.phpt multiline1.csv notrailing_crlf.csv notrailing_lf.csv quote1.csv quote2.csv ...

Jan Schneider jan at horde.org
Mon Jan 24 07:34:07 PST 2005


jan         2005-01-24 07:34:07 PST

  Modified files:
    docs                 CHANGES 
  Added files:
    File_CSV             CSV.php package.xml 
    File_CSV/tests       columns.phpt columns1.csv columns2.csv 
                         common.php linebreak.phpt multiline.phpt 
                         multiline1.csv notrailing_crlf.csv 
                         notrailing_lf.csv quote1.csv quote2.csv 
                         quote3.csv quote4.csv quote5.csv 
                         quotes.phpt simple_cr.csv simple_crlf.csv 
                         simple_lf.csv 
  Log:
  Add File_CSV package, forked from PEAR's File_CSV.
  
  Revision  Changes    Path
  1.1       +430 -0    framework/File_CSV/CSV.php (new)
  1.1       +42 -0     framework/File_CSV/package.xml (new)
  1.1       +98 -0     framework/File_CSV/tests/columns.phpt (new)
  1.1       +4 -0      framework/File_CSV/tests/columns1.csv (new)
  1.1       +4 -0      framework/File_CSV/tests/columns2.csv (new)
  1.1       +28 -0     framework/File_CSV/tests/common.php (new)
  1.1       +110 -0    framework/File_CSV/tests/linebreak.phpt (new)
  1.1       +52 -0     framework/File_CSV/tests/multiline.phpt (new)
  1.1       +8 -0      framework/File_CSV/tests/multiline1.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/notrailing_crlf.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/notrailing_lf.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/quote1.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/quote2.csv (new)
  1.1       +3 -0      framework/File_CSV/tests/quote3.csv (new)
  1.1       +3 -0      framework/File_CSV/tests/quote4.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/quote5.csv (new)
  1.1       +91 -0     framework/File_CSV/tests/quotes.phpt (new)
  1.1       +2 -0      framework/File_CSV/tests/simple_cr.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/simple_crlf.csv (new)
  1.1       +2 -0      framework/File_CSV/tests/simple_lf.csv (new)
  1.546     +1 -0      horde/docs/CHANGES

  Chora Links:
  http://cvs.horde.org/co.php/framework/File_CSV/CSV.php?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/package.xml?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/columns.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/columns1.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/columns2.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/common.php?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/linebreak.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/multiline.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/multiline1.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/notrailing_crlf.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/notrailing_lf.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quote1.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quote2.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quote3.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quote4.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quote5.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/quotes.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/simple_cr.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/simple_crlf.csv?r=1.1
  http://cvs.horde.org/co.php/framework/File_CSV/tests/simple_lf.csv?r=1.1
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.545&r2=1.546&ty=u


More information about the cvs mailing list