/[Apache-SVN]/jakarta/oro/trunk/TODO
ViewVC logotype

Log of /jakarta/oro/trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 151206 - (view) (annotate) - [select for diffs]
Modified Thu Feb 3 19:01:25 2005 UTC (4 years, 9 months ago) by dfs
File length: 3540 byte(s)
Diff to previous 124053 (colored)
Noted need to update site generation from Anakia to presumably XSLT.

Revision 124053 - (view) (annotate) - [select for diffs]
Modified Tue Jan 4 01:24:35 2005 UTC (4 years, 10 months ago) by dfs
File length: 3445 byte(s)
Diff to previous 54488 (colored)
Not that it was strictly necessary, but I updated the copyright date
range to end in 2005 instead of 2004.  There may also be some
svn:keyword issues with respect to $Id$ caused by having checked out
the code with a different svn version than the one I'm doing the check
in with.  I'll check those after this checkin.

Revision 54488 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 04:03:20 2004 UTC (5 years, 5 months ago) by dfs
File length: 3487 byte(s)
Diff to previous 54486 (colored)
Added conditional compilation of .java package based on availability
of java.util.regex.Pattern class.  This was done entirely in the
build.xml file and should not be confused with the conditional
compilation that will be necessary inside of java source files to
support JDK 1.1 and J2ME.

Revision 54486 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 02:56:42 2004 UTC (5 years, 5 months ago) by dfs
File length: 3683 byte(s)
Diff to previous 54478 (colored)
Added .java package classes to documentation TODOs.

Revision 54478 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 00:56:17 2004 UTC (5 years, 5 months ago) by dfs
File length: 3391 byte(s)
Diff to previous 54466 (colored)
Wrote brief javadocs for PatternCompilerOptions and PatternMatchingEngine.

Revision 54466 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 06:46:03 2004 UTC (5 years, 9 months ago) by dfs
File length: 3456 byte(s)
Diff to previous 54449 (colored)
Added notes to document newly added engine factory classes.

Revision 54449 - (view) (annotate) - [select for diffs]
Modified Sat Jan 24 06:00:16 2004 UTC (5 years, 10 months ago) by dfs
File length: 3263 byte(s)
Diff to previous 54446 (colored)
Added notes to update license to ASL 2.0 and add conditional
compilation (Commons Net needs this now).

Revision 54446 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 04:25:51 2003 UTC (5 years, 11 months ago) by dfs
File length: 3169 byte(s)
Diff to previous 54439 (colored)
Added a reminder to write up release steps.

Revision 54439 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 02:28:55 2003 UTC (5 years, 11 months ago) by dfs
File length: 2851 byte(s)
Diff to previous 54422 (colored)
Removed todo item for signing releases with pgp keys since we already
do that.

Revision 54422 - (view) (annotate) - [select for diffs]
Modified Mon Feb 24 03:36:17 2003 UTC (6 years, 9 months ago) by dfs
File length: 2883 byte(s)
Diff to previous 54415 (colored)
Made note to write unit tests next.  Last commit message for
Perl5Matcher.java build.properties and CHANGES was empty.  Should
have read:
 Fixed embarrassing bug whereby an expression like (A)(B)((C)(D))+
 when matched against input like ABCDE would produce matching groups
 of: "A" "B" "" null "D" instead of "A" "B" "CD" "C" "D".
Unfortunately, it won't be recorded in CVS, but I'm including it
here for the oro-cvs email.

Revision 54415 - (view) (annotate) - [select for diffs]
Modified Fri Jan 3 20:11:47 2003 UTC (6 years, 10 months ago) by dfs
File length: 2869 byte(s)
Diff to previous 54413 (colored)
Renamed BUGS file to ISSUES because the only remaining item in the BUGS
file isn't quite a bug.  Really ought to just remove the file and use
issue tracking system, but the remaining issue in the file is an
instance of "there may be an issue, but we're not sure" and I don't
want to put that in the system just yet.

Updated TODO file to reflect above change (prompted by Jon's comment
that problem tracking should be issue tracking).  Should probably also
get rid of TODO file, but until there are more active developers, it's
less efficient to use bugzilla with all of its annoyances to track
these items.

Revision 54413 - (view) (annotate) - [select for diffs]
Modified Fri Jan 3 17:18:08 2003 UTC (6 years, 10 months ago) by dfs
File length: 2867 byte(s)
Diff to previous 54389 (colored)
Updated javadocs to disambiguate proper use of classes in concurrent
programs.  Made note in TODO list that we need to write a new user's guide
and FAQ.

PR: 15777

Revision 54389 - (view) (annotate) - [select for diffs]
Modified Fri Mar 15 03:06:20 2002 UTC (7 years, 8 months ago) by dfs
File length: 2607 byte(s)
Diff to previous 54380 (colored)
Knocked off TODO for including LICENSE in META-INF/ of jar file.

Revision 54380 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 20:16:54 2002 UTC (7 years, 10 months ago) by dfs
File length: 2646 byte(s)
Diff to previous 54378 (colored)
Reminder to include license inside of distributed jars.

Revision 54378 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 19:30:28 2002 UTC (7 years, 10 months ago) by dfs
File length: 2628 byte(s)
Diff to previous 54375 (colored)
Incremented version and updated TODO list.

Revision 54375 - (view) (annotate) - [select for diffs]
Modified Wed Dec 5 17:05:29 2001 UTC (7 years, 11 months ago) by dfs
File length: 2748 byte(s)
Diff to previous 54365 (colored)
Added reminder to add a new Perl5Util.substitute().reset

Revision 54365 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 19:03:14 2001 UTC (8 years, 4 months ago) by dfs
File length: 2526 byte(s)
Diff to previous 54351 (colored)
Added reminder to provide separate binary and source releases.

Revision 54351 - (view) (annotate) - [select for diffs]
Modified Wed Jun 13 01:49:28 2001 UTC (8 years, 5 months ago) by dfs
File length: 2381 byte(s)
Diff to previous 54343 (colored)
Updated CHANGES to reflect latest bug fixes.  Updated TODO to reflect
feeling that MatchAction stuff should not be removed but needs to be
improved upon.

Revision 54343 - (view) (annotate) - [select for diffs]
Modified Mon May 21 00:20:27 2001 UTC (8 years, 6 months ago) by dfs
File length: 2360 byte(s)
Diff to previous 54339 (colored)
Knocked one item off and added another (see diff).

Revision 54339 - (view) (annotate) - [select for diffs]
Modified Sun May 20 22:46:08 2001 UTC (8 years, 6 months ago) by dfs
File length: 2234 byte(s)
Diff to previous 54334 (colored)
Clarified TODO and updated CHANGES (see diff).

Revision 54334 - (view) (annotate) - [select for diffs]
Modified Sun May 20 06:04:59 2001 UTC (8 years, 6 months ago) by dfs
File length: 2224 byte(s)
Diff to previous 54327 (colored)
Added reminder to reevaluate performance of input iteration via virtual
method against direct character array indexing and consider reintroducing
stream matching if it is acceptable using HotSpot.

Revision 54327 - (view) (annotate) - [select for diffs]
Modified Fri May 18 09:53:57 2001 UTC (8 years, 6 months ago) by dfs
File length: 874 byte(s)
Diff to previous 54295 (colored)
Added reminder to make demo applet deployment part of the documentation
generation process.

Revision 54295 - (view) (annotate) - [select for diffs]
Modified Mon Jan 29 00:19:01 2001 UTC (8 years, 9 months ago) by dfs
File length: 792 byte(s)
Diff to previous 54270 (colored)
o Applied a modified version of Takashi Okamoto's Unicode and POSIX character
  class patch to OpCode, Perl5compiler, Perl5Debug, and Perl5Matcher.

o Removed Unicode from the TODO and added improve/optimize Unicode classes.

o Added a CONTRIBUTORS file to keep track of those who have contributed code
  to the project.

o Incremented release to 2.0.2-dev-2

Revision 54270 - (view) (annotate) - [select for diffs]
Added Sun Jul 23 23:08:26 2000 UTC (9 years, 4 months ago) by jon
File length: 885 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2