Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
/[Apache-SVN]/jakarta/commons/sandbox/jrcs
ViewVC logotype

Log of /jakarta/commons/sandbox/jrcs

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 263961)

Revision 146021 - Directory Listing
Modified Tue May 6 15:05:12 2003 UTC (21 years, 4 months ago) by juanco
cleaned up imports using the Eclipse IDE


Revision 146020 - Directory Listing
Modified Tue May 6 14:59:17 2003 UTC (21 years, 4 months ago) by juanco
updated license boilerplate to reflect correct copyright years and membership of the proyec to the Jakarta Commons


Revision 146019 - Directory Listing
Modified Tue May 6 14:50:52 2003 UTC (21 years, 4 months ago) by juanco
Fixed bug in javacc grammer.

Updated license boilderplate.

Regenerated parser.


Revision 146018 - Directory Listing
Modified Tue May 6 14:26:05 2003 UTC (21 years, 4 months ago) by juanco
Finished implementing Myer's differencing algorithm. All unit tests
now run 100%.

Myer's differencing algorithm produces optimum diffs fast and using
memory proportional to the sum of the lengths of the input sequences.

PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 146017 - Directory Listing
Modified Mon May 5 23:02:16 2003 UTC (21 years, 4 months ago) by juanco
A clean-room implementation of Eugene Myers differencing algorithm.

see:

  http://www.cs.arizona.edu/people/gene/

The paper is at;

  http://www.cs.arizona.edu/people/gene/PAPERS/diff.ps


Revision 146016 - Directory Listing
Modified Mon May 5 22:43:24 2003 UTC (21 years, 4 months ago) by juanco
refactored to simplify implementation of Algorithm pattern


Revision 146015 - Directory Listing
Modified Mon May 5 21:49:29 2003 UTC (21 years, 4 months ago) by juanco
Contributions by Brian McBride <bwm@hplb.hpl.hp.com>

Implemented the Algorithm pattern to make the Diff class independent of the
particular implementation.

Implemented the visitor pattern over Revisions and Deltas to allow for
different functionality in traversals of a revision.

PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 146014 - Directory Listing
Modified Mon Apr 28 22:03:59 2003 UTC (21 years, 5 months ago) by juanco
BUG: unsolicited output to System.out


Revision 146013 - Directory Listing
Modified Mon Apr 28 22:00:38 2003 UTC (21 years, 5 months ago) by juanco
BUG: indexing was skipping equivalence set for non-repeated items


Revision 146012 - Directory Listing
Modified Mon Apr 28 17:22:49 2003 UTC (21 years, 5 months ago) by juanco
Improved the diff algorithm using insights from:

  http://apinkin.net/space/DifferenceEngine

and specially Eugene Myers' paper about his excellent diff algorithm:

  http://www.cs.arizona.edu/people/gene/PAPERS/diff.ps

the JRCS diff algorithm is still the same, simple one, but it now performs
adequately with sequences containing repeated elements.

Credits for pinpointing the problem, getting involved, and pointing to a
solution go to:

  Robert MacGrogan <robertmacgrogan@yahoo.com>
  Brian McBride <bwm@hplb.hpl.hp.com>

PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 146011 - Directory Listing
Modified Mon Apr 28 16:47:41 2003 UTC (21 years, 5 months ago) by juanco
added ORO library reference for JBuilder


Revision 146010 - Directory Listing
Modified Mon Apr 28 16:47:03 2003 UTC (21 years, 5 months ago) by juanco
BUG: overriding public methods with protected replacements


Revision 146009 - Directory Listing
Modified Wed Apr 23 23:32:10 2003 UTC (21 years, 5 months ago) by juanco
make ant build tools too


Revision 146008 - Directory Listing
Modified Sat Dec 21 16:50:05 2002 UTC (21 years, 9 months ago) by juanco
ready for new release


Revision 146007 - Directory Listing
Modified Sat Dec 21 16:49:26 2002 UTC (21 years, 9 months ago) by juanco
Made methods in Node public so they can be used in and while traversing the
archive tree.

Added methods to retreive the description and the list of symbols of an
archive.
PR:
Obtained from:
Submitted by:	Mathew Sozeau <mattam@netcourrier.com>
Reviewed by:


Revision 146006 - Directory Listing
Modified Fri Nov 8 21:29:34 2002 UTC (21 years, 10 months ago) by juanco
Added method to retreive log message associated with a given revision.

Submitted by:Kyrre Kristiansen [kyrre_kristiansen@yahoo.co.uk]
Reviewed by:	juanco@apache.org


Revision 146005 - Directory Listing
Modified Fri Nov 1 18:32:11 2002 UTC (21 years, 11 months ago) by juanco
exclude test-classes/** from distros


Revision 146004 - Directory Listing
Modified Fri Nov 1 18:19:12 2002 UTC (21 years, 11 months ago) by juanco
added zip file packaging of distros


Revision 146003 - Directory Listing
Modified Fri Nov 1 18:15:00 2002 UTC (21 years, 11 months ago) by juanco
added copy of Apache Software License


Revision 146002 - Directory Listing
Modified Wed Oct 9 13:59:16 2002 UTC (21 years, 11 months ago) by juanco
ready for 0.1.6 release


Revision 146001 - Directory Listing
Modified Wed Oct 9 13:56:03 2002 UTC (21 years, 11 months ago) by juanco
changed Version.compareTo() so it uses the same criteria CVS and RCS-CI use


Revision 146000 - Directory Listing
Modified Wed Oct 9 13:45:50 2002 UTC (21 years, 11 months ago) by juanco
removed Ssytem.err output in test


Revision 145999 - Directory Listing
Modified Wed Oct 9 13:43:35 2002 UTC (21 years, 11 months ago) by juanco
removed Ssytem.err output in catch


Revision 145998 - Directory Listing
Modified Tue Oct 8 19:06:24 2002 UTC (21 years, 11 months ago) by juanco
made public the Archive constructor that accepts an initial version number


Revision 145997 - Directory Listing
Modified Fri Oct 4 21:46:00 2002 UTC (21 years, 11 months ago) by juanco
Renamed the maven based build.xml to maven_build.xml.

Renamed plain_ant_build.xml to build.xml.

Chanes made for convenience and because no one is currently
maintaining the maven build file.
PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 145996 - Directory Listing
Modified Fri Oct 4 21:43:13 2002 UTC (21 years, 11 months ago) by juanco
upgraded junit and oro


Revision 145995 - Directory Listing
Modified Sat Sep 28 16:03:57 2002 UTC (22 years ago) by juanco
added new tests and bumpled up the version number


Revision 145994 - Directory Listing
Modified Sat Sep 28 15:58:59 2002 UTC (22 years ago) by juanco
ignore JBuilder local configuration files


Revision 145993 - Directory Listing
Modified Sat Sep 28 15:58:32 2002 UTC (22 years ago) by juanco
ignore directories generated by build process


Revision 145992 - Directory Listing
Modified Sat Sep 28 15:57:47 2002 UTC (22 years ago) by juanco
added JBuilder project file


Revision 145991 - Directory Listing
Modified Sat Sep 28 15:57:11 2002 UTC (22 years ago) by juanco
Fixed ChangeDelta to make the gerated RCS text be compatibe with RCS/CVS. Added
a test case for that.

The code was adding the wrong line ending character in several places. Fixed.

Archive.save() was not operational. Fixed it, and added a test case.
PR:
Obtained from:
Submitted by:
Reviewed by:


Revision 145990 - Directory Listing
Modified Sat Sep 28 01:01:13 2002 UTC (22 years ago) by juanco
removed reundant code


Revision 145989 - Directory Listing
Modified Sat Sep 28 00:24:07 2002 UTC (22 years ago) by juanco
changed the test data to decipher RCS/CVS file format


Revision 145988 - Directory Listing
Modified Sat Sep 28 00:23:36 2002 UTC (22 years ago) by juanco
test data to decipher RCS/CVS file format


Revision 145987 - Directory Listing
Modified Thu Sep 26 17:43:15 2002 UTC (22 years ago) by juanco
Removed unicode features from parser as RCS files are plain ASCII.

Fixed a LA bug in the grammar that somehow had gone undetected so far.


Revision 145986 - Directory Listing
Modified Sat Jun 22 18:10:04 2002 UTC (22 years, 3 months ago) by dion
Fix bad checkstyle header file


Revision 145985 - Directory Listing
Modified Sat Jun 22 09:00:26 2002 UTC (22 years, 3 months ago) by dion
Add myself as a committer :)


Revision 145984 - Directory Listing
Modified Sat Jun 22 08:58:55 2002 UTC (22 years, 3 months ago) by dion
Fix descriptor to work with Maven 1.0-b4


Revision 145983 - Directory Listing
Modified Mon Jun 17 16:34:12 2002 UTC (22 years, 3 months ago) by juanco
cvsignore generated files


Revision 145982 - Directory Listing
Modified Mon Jun 17 16:33:40 2002 UTC (22 years, 3 months ago) by juanco
added a plain Ant build file in benefit of people not running maven


Revision 145981 - Directory Listing
Modified Fri Jun 14 01:33:31 2002 UTC (22 years, 3 months ago) by conor
created a test for this problem
added a test RCS file, with tags with lots of
   graphic characters
shell script for creating idchar.testfile

Submitted By:   Matt Quail <matt@cortexebusiness.com.au>


Revision 145980 - Directory Listing
Modified Fri Jun 14 01:32:15 2002 UTC (22 years, 3 months ago) by conor
fix package delcaration
brought <ID> in line with definition in rcsfiles(5).
redefined LETTER and IDCHAR as per rcsfiles(5).
   Particularly allowed punctuation and other graphic
   characters.
Of course, all the generated files will need to
   be re-generated by JavaCC

Regenerate generated files

Submitted By:   Matt Quail <matt@cortexebusiness.com.au>


Revision 145979 - Directory Listing
Modified Fri Jun 14 01:30:50 2002 UTC (22 years, 3 months ago) by conor
Put Javacc generated files in the right location

Submitted By:   Matt Quail <matt@cortexebusiness.com.au>


Revision 145978 - Directory Listing
Modified Fri Jun 14 01:30:03 2002 UTC (22 years, 3 months ago) by conor
 * added support for copying across test RCS files
   into the *.tests.jar (this needs to be cleaned up).
 * used correct (?) variable for javacc home

Submitted By:	Matt Quail <matt@cortexebusiness.com.au>


Revision 145977 - Directory Listing
Modified Wed Jun 5 11:03:29 2002 UTC (22 years, 3 months ago) by jvanzyl
Once again.


Revision 145976 - Directory Listing
Modified Wed Jun 5 11:01:25 2002 UTC (22 years, 3 months ago) by jvanzyl
More updates to the POM.


Revision 145975 - Directory Listing
Modified Wed Jun 5 10:41:54 2002 UTC (22 years, 3 months ago) by jvanzyl
Fixing up the descriptor to match the b4 release.


Revision 145974 - Directory Listing
Modified Tue May 28 16:45:54 2002 UTC (22 years, 4 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag 'JRCS_1_0'.

Revision 145972 - Directory Listing
Modified Tue May 28 16:45:41 2002 UTC (22 years, 4 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'jakarta'.

Revision 145971 - Directory Listing
Modified Tue May 28 16:45:41 2002 UTC (22 years, 4 months ago) by jvanzyl
Initial revision


Revision 145970 - Directory Listing
Modified Tue May 28 16:45:41 2002 UTC (22 years, 4 months ago) by (unknown author)
New repository initialized by cvs2svn.

Revision 145969 - Directory Listing
Added Thu Jan 27 20:23:27 2005 UTC (19 years, 8 months ago) by jerenkrantz
CVS to SVN Migration

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26