Commit Graph

  • 4ed7299b5e deprecate some CSVParser constructors Yonik Seeley 2006-12-07 16:32:37 +0000
  • ddda2af066 CSVParser constructor with CSVStrategy: SANDBOX-180 Yonik Seeley 2006-11-21 04:44:08 +0000
  • b73040f2bc make CSVStrategy cloneable and serializable: SANDBOX-181 Yonik Seeley 2006-11-21 03:47:02 +0000
  • ebd9f0e088 Regenerated the ant file using 'maven ant' to fix #SANDBOX-172 Henri Yandell 2006-09-19 05:26:20 +0000
  • e73ef08ca2 Fixing the format of the license header Henri Yandell 2006-08-30 04:58:16 +0000
  • 0ca385c120 Fixing license header Henri Yandell 2006-08-28 06:25:15 +0000
  • 2b7bae9f17 Fixing copyright message Henri Yandell 2006-08-28 05:57:49 +0000
  • b46f82bca1 Add copyright statement to the notice Henri Yandell 2006-08-28 05:41:53 +0000
  • 8d8502ae8c Switching to new copyright style: http://www.apache.org/legal/src-headers.html Henri Yandell 2006-08-28 05:34:07 +0000
  • 66a564cd85 Renaming the sandbox pom to commons-sandbox from commons-sandbox-parent Henri Yandell 2006-08-11 07:12:23 +0000
  • 7d8a02905b No such thing as released javadocs for a sandbox project; and not building page Henri Yandell 2006-08-11 03:43:04 +0000
  • 37fe2dde44 Removed the rhs links - these are taken care of in the global site stuff Henri Yandell 2006-08-11 03:12:34 +0000
  • d8be887193 Moved from an m1 site to an m2 site Henri Yandell 2006-08-11 02:48:36 +0000
  • a0f10ed549 added test suites Ortwin Glueck 2006-08-10 09:06:19 +0000
  • adaccbcef4 This patch reduces the amount of intermediate garbage significantly. PR: SANDBOX-166 Contributed by: Ortwin Glück Reviewed by: Henri Yandell Ortwin Glueck 2006-08-10 09:02:13 +0000
  • d7e94581d7 This patch reduces the amount of intermediate garbage significantly. PR: SANDBOX-166 Contributed by: Ortwin Glück Reviewed by: Henri Yandell Ortwin Glueck 2006-08-10 09:01:18 +0000
  • 411970261e Switching viewcvs url to viewvc Henri Yandell 2006-08-10 05:10:14 +0000
  • 0558a35d91 Optimisation from Ortwin Glueck (#SANDBOX-166) in which empty String arrays are replaced with constants. Henri Yandell 2006-08-10 04:49:05 +0000
  • d7dc07fc7c Switching from minotaur.apache.org to people.apache.org in the distributionManagement Henri Yandell 2006-08-10 04:12:30 +0000
  • 43dff0cb92 Fixing the parent-pom version Henri Yandell 2006-08-05 03:28:55 +0000
  • 637ef14ee4 Adding a minor optimisation as detailed in #SANDBOX-160 by Daniel Gredler. Henri Yandell 2006-08-01 06:57:17 +0000
  • ce34196827 Fixing bug reported byu Markus Rogg in #SANDBOX-153. Whitespace was being treated specially when it was not the delimiter. Unit test and patch applied. Henri Yandell 2006-08-01 06:50:08 +0000
  • 5c76eabbbf Correct JIRA component id (Finder --> CSV) Niall Pemberton 2006-07-20 04:39:53 +0000
  • 3d3da9870a Applying all of Niall's nice work for finder back over to csv (from which finder was copied) Henri Yandell 2006-07-20 04:26:20 +0000
  • 069aa60345 Changing cvs.apache.org to people.apache.org. None of these locations appear to point to an svn or cvs url Henri Yandell 2006-07-16 04:08:27 +0000
  • 33a419b266 Improved front page Henri Yandell 2006-07-05 06:51:37 +0000
  • 98e075b22d @return is meaningless in a constructor Henri Yandell 2006-07-05 06:45:05 +0000
  • 561adc6440 Unused imports Henri Yandell 2006-07-05 06:43:18 +0000
  • 85feace680 added Jakarta link (copy from Lang) Henri Yandell 2006-07-05 06:41:35 +0000
  • 58a8877ce1 Added mailing list details Henri Yandell 2006-07-05 06:38:07 +0000
  • f6f9fc1d48 Pulled some static methods into a CSVUtils class, switched CSVPrinter to use a CSVStrategy though it doesn't use it fully yet, added a COMMENTS_DISABLED constant instead of relying on (char) 0. Henri Yandell 2006-06-19 13:01:39 +0000
  • 10743e19f0 Target 1.2 Henri Yandell 2006-06-19 13:00:11 +0000
  • 45d972fe5b Moved back to JDK 1.3 compatibility. Henri Yandell 2006-06-09 07:57:54 +0000
  • 5c74297ee0 Setting up a maven-1 site; m2 isn't working for me Henri Yandell 2006-06-09 07:42:48 +0000
  • c53be6a44c Added Maven generated build.xml Henri Yandell 2006-05-05 06:57:44 +0000
  • eac54a225b Extracted the strategy concept into its own class Henri Yandell 2006-05-05 06:24:34 +0000
  • f047581f95 Javadoc improvements, more unit tests, change of API to a chain style, some bugfixes Henri Yandell 2006-03-06 05:11:21 +0000
  • 58793330f1 Minor documentation improvement Henri Yandell 2006-03-06 05:09:53 +0000
  • 98c77bd639 clean is really important, else the m2 build uses the m1 builds target directory and you don't realise that you've not set the src/test directories :) Henri Yandell 2006-03-03 06:03:05 +0000
  • 215efb82b5 Added a maven2 site Henri Yandell 2006-03-03 04:27:02 +0000
  • 38644aaf1a Modify maven build to add two non-standard attributes to the jar's manifest file to indicate the values of "maven.compile.source" and "maven.compile.target". Also modify the build to include an "Implementation-Vendor-Id" of "org.apache" in the jar's manifest. Niall Pemberton 2006-02-14 01:17:27 +0000
  • ab0e146bae maven-2 pom, based on the one in exec Henri Yandell 2006-02-03 14:33:11 +0000
  • 47e011e760 ignore eclipse files and target directory. Martin van den Bemt 2006-01-31 23:49:34 +0000
  • 679b474c84 Add myself as a developer. Martin van den Bemt 2006-01-31 23:37:31 +0000
  • 389fcd218e Testcases for CSVWriter. Martin van den Bemt 2006-01-31 23:37:16 +0000
  • 366598c77c Start with CSVWriter.. (it's kind of working already..) Martin van den Bemt 2006-01-31 23:36:48 +0000
  • 7e7501bf45 Lang's checkstyle config so I can maven site Henri Yandell 2006-01-06 14:32:39 +0000
  • 819a0bc366 so out of date, I had copied a pom that depended on a super pom. fixed that, fixed name (Csv to CSV) and fixed test pattern so they run Henri Yandell 2006-01-05 21:18:34 +0000
  • d8687da323 And the new code, finally in its rightful place Henri Yandell 2005-12-30 01:26:01 +0000
  • 96b79363f2 Need to make my trunk/branches etc. So putting this to the side for a moment. trunk@359966 Henri Yandell 2005-12-30 01:24:08 +0000
  • 9edce6cfc7 Originally added in the wrong place. trunk@359960 Henri Yandell 2005-12-30 01:22:34 +0000
  • e3d44650b7 fixing tests trunk@359959 Henri Yandell 2005-12-17 06:07:50 +0000
  • bb433064d1 fixed package/license in javadoc Henri Yandell 2005-12-17 05:53:45 +0000
  • 2ebcc4eaec oops, committed in offline mode Henri Yandell 2005-12-17 05:51:24 +0000
  • 0e1f0adb71 repackaging in the source, switched licence to asf licence Henri Yandell 2005-12-17 05:46:12 +0000
  • 4b5faabefd repackaging - directory change Henri Yandell 2005-12-17 05:42:59 +0000
  • e23e79e0ce import of csv parser code, as donated by netcetera [code grant recorded] Henri Yandell 2005-12-17 05:41:27 +0000