[root]/proposal/myrmidon/src/java/org/apache/antlib/cvslib
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 83 (100.0%) | 1187 (100.0%) | 14.3 |
donaldp | 72 (86.7%) | 1163 (98.0%) | 16.1 |
adammurdoch | 9 (10.8%) | 20 (1.7%) | 2.2 |
sbailliez | 2 (2.4%) | 4 (0.3%) | 2.0 |
zappity zap
0 lines of code changed in:
Moved a bunch of classes to framework.nativelib:
- Argument
- ArgumentList
- Commandline
- EnvironmentData
- EnvironmentVariable
- Execute
- LoggingExecOutputHandler
4 lines of code changed in:
* Extracted ArgumentList superclass out of Commandline. Changed most usages
of Commandline to use ArgumentList instead.
* Execute now extends Commandline.
- Removed Execute.getCommandline().
- Moved Commandline.getCommandline() down to Execute, and made private.
9 lines of code changed in:
Fix up date parsing to pick up time aswell
2 lines of code changed in:
Fixed the following bug;
processGetPreviousRevision method sets the status to GET_COMMENT but it should set it to
GET_DATE otherwise the date information gets put in the comment and as the author is
escaped using a CDATA, you finally get a CDATA inside a CDATA...
Submitted By: Frederic Lavigne <fred@castify.net>
4 lines of code changed in:
Log errors rather than ignoring them.
Submitted by: dion@multitask.com.au via "Vincent Massol" <vmassol@octo.com>
15 lines of code changed in:
Make sure the parser works when there is no changes for an entry.
Reported By: Vincent Massol
6 lines of code changed in:
Reflected across from 1nt1.x tree...
Rename basedir to dir and make it default to basedir if not specified
8 lines of code changed in:
Carry across changelog enhancements
113 lines of code changed in:
final static --> static final to follow JLS recomendations
4 lines of code changed in:
Update the changelog task to allow filtering by dates
67 lines of code changed in:
restyle
2 lines of code changed in:
Refactor changelog task so that the parser/writer are separated from task.
This makes it easy to implement a writer that outputs as GNU style changelogs or some other format
63 lines of code changed in:
Integrate a changelog task that generates an XML changelog (useful for doing reports on codebase)
280 lines of code changed in:
Remove uneeded import
0 lines of code changed in:
no message
1 lines of code changed in:
Remove unused variable
0 lines of code changed in:
Add cvspass resources
8 lines of code changed in:
i18n'ed task
65 lines of code changed in:
Start to integraqte Alexandrias ChangeLog task into myrmidon
2 lines of code changed in:
(35 more)