Log of /jakarta/oro/trunk/TODO
Parent Directory
|
Revision Log
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
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
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
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
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
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
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.