Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com Message-ID: <911B70209DF3D211A33500105AE73D530C5785@MAIL> From: Ronel Sumibcay To: cygwin@sourceware.cygnus.com Subject: converting diff tool to java Date: Fri, 1 Oct 1999 13:25:55 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Hi, I'm working on a Java application that needs diff functionality. I'm currently looking into porting the c source of diff to a java version. I'd like to add the ability for the Java version to accept two data streams for comparison, rather than going through the file system. Are there any known projects that can help me on this endeavor? Or any documentation you can point me to to help me better understand the diff source? What I'm hoping to understand are portions that are not necessary to port over to java. For example, alot of the stat stuff can be left out. I'd also like to better understand the actual algorithm that performs the diff. I'd like to start off with functionality that just compares data within streams, and then add the file and directory command line functionity and options later. Thanks! ------------------------------------ Ronel Sumibcay Systems Analyst Innotiv, Inc. http://www.innotiv.com email: sumibcay@innotiv.com voice: 619 268 1102 ext. 228 -- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com