Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

4915 by jluber on 14 May 2008, 13:06:11 -0500 (51 days ago) Make Review [C#] Fixed bug, where methods were "virtual" and not "override"

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/TreeParser.cs 4915 history download (+2 -2) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/Parser.cs 4915 history download (+2 -2) diffs

./bin/net-2.0/Antlr3.Runtime.dll 4915 history download

./bin/net-2.0/Antlr3.Utility.dll 4915 history download

4913 by jluber on 12 May 2008, 13:16:58 -0500 (53 days ago) Make Review [C#] - Synced with 4912
- Renamed UnwantedTokenJava.cs into UnwantedTokenException.cs
- Fixed example grammars
- Updated binaries

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/DebugParser.cs 4913 history download (+2 -10) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/DebugTreeAdaptor.cs 4913 history download (+4 -0) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/DebugTreeParser.cs 4913 history download (+13 -17) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/CommonTreeNodeStream.cs 4913 history download (+3 -0) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/TreeParser.cs 4913 history download (+16 -5) diffs

… 16 more files in changeset.
4878 by jluber on 09 May 2008, 10:06:51 -0500 (56 days ago) Make Review [C#] - Synced up to 4872
- Fixed missing conversion in template
- Implemented DFA runtime compression algorithms
- Added partial keyword to CSharp2

./Sources/Antlr3.Runtime/Antlr.Runtime/DFA.cs 4878 history download (+49 -3) diffs

./bin/net-2.0/Antlr3.Runtime.dll 4878 history download

./bin/net-2.0/Antlr3.Utility.dll 4878 history download

… 4 more files in changeset.
4856 by jluber on 06 May 2008, 14:31:55 -0500 (59 days ago) Make Review [C#] - Synced up to 4855
- Fixed bugs for debug generation
- Fixed wrong capitalization and example

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/BaseTreeAdaptor.cs 4856 history download (+0 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/BaseRecognizer.cs 4856 history download (+1 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/NoViableAltException.cs 4856 history download (+7 -1) diffs

./bin/net-2.0/Antlr3.Runtime.dll 4856 history download

./bin/net-2.0/Antlr3.Utility.dll 4856 history download

… 12 more files in changeset.
4765 by jluber on 11 April 2008, 16:32:25 -0500 (2 months 23 days ago) Make Review [C#] Updated VS 2005 project file

./Sources/Antlr3.Runtime/Antlr3.Runtime (VS2005).csproj 4765 history download (+197 -183) diffs

4756 by jluber on 08 April 2008, 18:38:35 -0500 (2 months 26 days ago) Make Review [C#] -Synced with changeset 4753
- Broke IToken dependency at Token. Fixed further breakage.
- Updated ST#
- Updated example grammars
- Moved the runtime further into C# conventions (.tree -> .Tree, e…

./Libraries/StringTemplate.NET/net-1.1/StringTemplate.dll 4756 history download

./Libraries/StringTemplate.NET/net-1.1/antlr.runtime.dll 4756 history download

./Libraries/StringTemplate.NET/net-2.0/StringTemplate.dll 4756 history download

./Libraries/StringTemplate.NET/net-2.0/antlr.runtime.dll 4756 history download

./Sources/Antlr3.Runtime.Tests/ITreeFixture.cs 4756 history download (+7 -7) diffs

… 18 more files in changeset.
4752 by jluber on 05 April 2008, 17:52:24 -0500 (2 months 29 days ago) Make Review [C#] - Fixed issues with runtime and example grammars
- Protected parsing string numbers from internationalization issues

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/RemoteDebugEventSocketListener.cs 4752 history download (+36 -35) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/TreeParser.cs 4752 history download (+0 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/BaseRecognizer.cs 4752 history download (+1 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/Parser.cs 4752 history download (+0 -1) diffs

… 2 more files in changeset.
4711 by parrt on 27 March 2008, 14:21:13 -0500 (3 months 7 days ago) Make Review added InputStream property to Token; don't have to impl, but CommonToken does.

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/RemoteDebugEventSocketListener.cs 4711 history download (+7 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/ClassicToken.cs 4711 history download (+7 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/CommonToken.cs 4711 history download (+7 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime/Token.cs 4711 history download (+7 -1) diffs

… 4 more files in changeset.
4431 by jluber on 30 December 2007, 15:09:04 -0600 (6 months ago) Make Review [C#] Synced with latest Java changes

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/BaseTree.cs 4431 history download (+6 -0) diffs

… 4 more files in changeset.
4409 by jluber on 28 December 2007, 17:46:52 -0600 (6 months ago) Make Review [C#] Bugs discovered by Harald M��ller
- Improper capitalization in template
- Non-generic version of constructors missing for backward-compatibility

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleElementStream.cs 4409 history download (+21 -2) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleNodeStream.cs 4409 history download (+9 -0) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleSubtreeStream.cs 4409 history download (+11 -4) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleTokenStream.cs 4409 history download (+11 -4) diffs

… 1 more file in changeset.
4375 by jluber on 26 December 2007, 12:24:03 -0600 (6 months ago) Make Review [C#] Synced with latest Java changes

./Sources/Antlr3.Runtime/Antlr.Runtime.Debug/DebugEventSocketProxy.cs 4375 history download (+1 -0) diffs

… 1 more file in changeset.
4259 by michael on 01 November 2007, 22:45:21 -0500 (8 months ago) Make Review FIX: ANTLR-192

./Sources/Antlr3.Runtime/Antlr.Runtime/BitSet.cs 4259 history download (+1 -0) diffs

4232 by jluber on 22 October 2007, 16:22:07 -0500 (8 months ago) Make Review [C#] Added tests for RewriteRuleXxxxStream classes

./Sources/Antlr3.Runtime.Tests/Antlr3.Runtime.Tests (VS2005).csproj 4232 history download (+2 -1) diffs

./Sources/Antlr3.Runtime.Tests/RewriteRuleXxxxStreamFixture.cs 4232 history download (+390) new

4228 by jluber on 21 October 2007, 17:26:51 -0500 (8 months ago) Make Review [C#] Added tests for RewriteRuleXxxxStream classes

./Sources/Antlr3.Runtime.Tests/Antlr3.Runtime.Tests (VS2005).csproj 4228 history download (+0 -0) diffs

4223 by jluber on 19 October 2007, 08:04:18 -0500 (8 months ago) Make Review [C#] Adapted source to recent changes of the java source

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/CommonTreeNodeStream.cs 4223 history download (+1 -0) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/TreeWizard.cs 4223 history download (+3 -0) diffs

4206 by michael on 10 October 2007, 22:15:30 -0500 (8 months ago) Make Review FIX: Attempt to fix broken Nant build and update VS2003 project files
- Changed occurrences of NET_1_1 and NET_2_0 compile constants to exisiting DOTNET1 and DOTNET2
- Ensured STRONG_NAME compile cons…

./Sources/Antlr3.Runtime.Tests/Antlr.Runtime.Tests (VS2003).csproj 4206 history download (+3 -3) diffs

./Sources/Antlr3.Runtime.Tests/Antlr3.Runtime.Tests (VS2005).csproj 4206 history download (+3 -3) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleElementStream.cs 4206 history download (+2 -2) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleNodeStream.cs 4206 history download (+2 -2) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleSubtreeStream.cs 4206 history download (+2 -2) diffs

… 6 more files in changeset.
4205 by michael on 10 October 2007, 21:30:31 -0500 (8 months ago) Make Review FIX: Defined 'DOTNET1' compile constant for C# runtime Nant builds

./antlr3.runtime.net.common.inc 4205 history download (+12 -3) diffs

4202 by jluber on 10 October 2007, 06:46:12 -0500 (8 months ago) Make Review [C#] Forgot to appty the fix also to the NET_1_1 part.

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleTokenStream.cs 4202 history download (+1 -1) diffs

4201 by jluber on 10 October 2007, 06:11:15 -0500 (8 months ago) Make Review [C#]  Several fixes:
* Updated VS 2005 files to take advantage of relative paths
* Fixed error in RewriteRuleTokenStream which caused an conversion exception
* Restructured RewriteRule*Files files to …

./Sources/Antlr3.Runtime.Tests/Antlr3.Runtime.Tests (VS2005).csproj 4201 history download (+2 -2) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleElementStream.cs 4201 history download (+196 -16) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleNodeStream.cs 4201 history download (+44 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleSubtreeStream.cs 4201 history download (+121 -1) diffs

./Sources/Antlr3.Runtime/Antlr.Runtime.Tree/RewriteRuleTokenStream.cs 4201 history download (+81 -19)