Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorCésar Natarén <cesar@mono-cvs.ximian.com>2004-09-21 01:49:53 +0400
committerCésar Natarén <cesar@mono-cvs.ximian.com>2004-09-21 01:49:53 +0400
commit6b409ab63af60779111a744907e4b5d83ea45f5c (patch)
treee2e32bad469159fcbf67fb9da0e49e949f86523a /mcs
parentbabb0660b1a63597cdb550026a540dfbd32afa25 (diff)
2004-09-20 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: drop antlr dependency. svn path=/trunk/mcs/; revision=34104
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Microsoft.JScript/ChangeLog4
-rw-r--r--mcs/class/Microsoft.JScript/Microsoft.JScript.dll.sources94
2 files changed, 4 insertions, 94 deletions
diff --git a/mcs/class/Microsoft.JScript/ChangeLog b/mcs/class/Microsoft.JScript/ChangeLog
index 931c5201af9..bc1d403ad49 100644
--- a/mcs/class/Microsoft.JScript/ChangeLog
+++ b/mcs/class/Microsoft.JScript/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-20 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
+
+ * Microsoft.JScript.dll.sources: drop antlr dependency.
+
2004-08-22 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: added In.cs, Token.cs,
diff --git a/mcs/class/Microsoft.JScript/Microsoft.JScript.dll.sources b/mcs/class/Microsoft.JScript/Microsoft.JScript.dll.sources
index 6962d8cde93..04be6f4f932 100644
--- a/mcs/class/Microsoft.JScript/Microsoft.JScript.dll.sources
+++ b/mcs/class/Microsoft.JScript/Microsoft.JScript.dll.sources
@@ -81,7 +81,6 @@ Microsoft.JScript/JSToken.cs
Microsoft.JScript/JSVariableField.cs
Microsoft.JScript/JScriptCodeProvider.cs
Microsoft.JScript/JScriptException.cs
-Microsoft.JScript/JScriptParserTokenTypes.cs
Microsoft.JScript/LateBinding.cs
Microsoft.JScript/LenientArrayPrototype.cs
Microsoft.JScript/LenientBooleanPrototype.cs
@@ -159,99 +158,6 @@ Microsoft.JScript/VBArrayPrototype.cs
Microsoft.JScript/VersionableAttribute.cs
Microsoft.JScript.Vsa/VsaEngine.cs
Microsoft.JScript/With.cs
-Antlr.Runtime/antlr/ANTLRException.cs
-Antlr.Runtime/antlr/CommonHiddenStreamToken.cs
-Antlr.Runtime/antlr/SemanticException.cs
-Antlr.Runtime/antlr/ANTLRPanicException.cs
-Antlr.Runtime/antlr/CommonToken.cs
-Antlr.Runtime/antlr/StringUtils.cs
-Antlr.Runtime/antlr/ASTFactory.cs
-Antlr.Runtime/antlr/DefaultFileLineFormatter.cs
-Antlr.Runtime/antlr/TokenBuffer.cs
-Antlr.Runtime/antlr/ASTNULLType.cs
-Antlr.Runtime/antlr/DumpASTVisitor.cs
-Antlr.Runtime/antlr/Token.cs
-Antlr.Runtime/antlr/ASTPair.cs
-Antlr.Runtime/antlr/FileLineFormatter.cs
-Antlr.Runtime/antlr/TokenQueue.cs
-Antlr.Runtime/antlr/ASTVisitor.cs
-Antlr.Runtime/antlr/InputBuffer.cs
-Antlr.Runtime/antlr/TokenStreamBasicFilter.cs
-Antlr.Runtime/antlr/BaseAST.cs
-Antlr.Runtime/antlr/LexerSharedInputState.cs
-Antlr.Runtime/antlr/TokenStream.cs
-Antlr.Runtime/antlr/ByteBuffer.cs
-Antlr.Runtime/antlr/LLkParser.cs
-Antlr.Runtime/antlr/TokenStreamException.cs
-Antlr.Runtime/antlr/CharBuffer.cs
-Antlr.Runtime/antlr/MismatchedCharException.cs
-Antlr.Runtime/antlr/TokenStreamHiddenTokenFilter.cs
-Antlr.Runtime/antlr/CharQueue.cs
-Antlr.Runtime/antlr/MismatchedTokenException.cs
-Antlr.Runtime/antlr/TokenStreamIOException.cs
-Antlr.Runtime/antlr/CharScanner.cs
-Antlr.Runtime/antlr/NoViableAltException.cs
-Antlr.Runtime/antlr/TokenStreamRecognitionException.cs
-Antlr.Runtime/antlr/CharStreamException.cs
-Antlr.Runtime/antlr/NoViableAltForCharException.cs
-Antlr.Runtime/antlr/TokenStreamRetryException.cs
-Antlr.Runtime/antlr/CharStreamIOException.cs
-Antlr.Runtime/antlr/Parser.cs
-Antlr.Runtime/antlr/TokenStreamSelector.cs
-Antlr.Runtime/antlr/CommonAST.cs
-Antlr.Runtime/antlr/ParserSharedInputState.cs
-Antlr.Runtime/antlr/TreeParser.cs
-Antlr.Runtime/antlr/CommonASTWithHiddenTokens.cs
-Antlr.Runtime/antlr/RecognitionException.cs
-Antlr.Runtime/antlr/TreeParserSharedInputState.cs
-Antlr.Runtime/antlr.debug/ANTLREventArgs.cs
-Antlr.Runtime/antlr.debug/LLkDebuggingParser.cs
-Antlr.Runtime/antlr.debug/ParserTokenEventArgs.cs
-Antlr.Runtime/antlr.debug/DebuggingCharScanner.cs
-Antlr.Runtime/antlr.debug/MessageEventArgs.cs
-Antlr.Runtime/antlr.debug/ParserTokenListenerBase.cs
-Antlr.Runtime/antlr.debug/DebuggingInputBuffer.cs
-Antlr.Runtime/antlr.debug/MessageListenerBase.cs
-Antlr.Runtime/antlr.debug/ParserTokenListener.cs
-Antlr.Runtime/antlr.debug/DebuggingParser.cs
-Antlr.Runtime/antlr.debug/MessageListener.cs
-Antlr.Runtime/antlr.debug/ScannerEventSupport.cs
-Antlr.Runtime/antlr.debug/GuessingEventArgs.cs
-Antlr.Runtime/antlr.debug/NewLineEventArgs.cs
-Antlr.Runtime/antlr.debug/SemanticPredicateEventArgs.cs
-Antlr.Runtime/antlr.debug/ICharScannerDebugSubject.cs
-Antlr.Runtime/antlr.debug/NewLineListener.cs
-Antlr.Runtime/antlr.debug/SemanticPredicateListenerBase.cs
-Antlr.Runtime/antlr.debug/IDebugSubject.cs
-Antlr.Runtime/antlr.debug/ParserController.cs
-Antlr.Runtime/antlr.debug/SemanticPredicateListener.cs
-Antlr.Runtime/antlr.debug/InputBufferEventArgs.cs
-Antlr.Runtime/antlr.debug/ParserEventSupport.cs
-Antlr.Runtime/antlr.debug/SyntacticPredicateEventArgs.cs
-Antlr.Runtime/antlr.debug/InputBufferEventSupport.cs
-Antlr.Runtime/antlr.debug/ParserListenerBase.cs
-Antlr.Runtime/antlr.debug/SyntacticPredicateListenerBase.cs
-Antlr.Runtime/antlr.debug/InputBufferListenerBase.cs
-Antlr.Runtime/antlr.debug/ParserListener.cs
-Antlr.Runtime/antlr.debug/SyntacticPredicateListener.cs
-Antlr.Runtime/antlr.debug/InputBufferListener.cs
-Antlr.Runtime/antlr.debug/ParserMatchEventArgs.cs
-Antlr.Runtime/antlr.debug/TraceEventArgs.cs
-Antlr.Runtime/antlr.debug/InputBufferReporter.cs
-Antlr.Runtime/antlr.debug/ParserMatchListenerBase.cs
-Antlr.Runtime/antlr.debug/TraceListenerBase.cs
-Antlr.Runtime/antlr.debug/IParserDebugSubject.cs
-Antlr.Runtime/antlr.debug/ParserMatchListener.cs
-Antlr.Runtime/antlr.debug/TraceListener.cs
-Antlr.Runtime/antlr.debug/Listener.cs
-Antlr.Runtime/antlr.debug/ParserReporter.cs
-Antlr.Runtime/antlr.debug/Tracer.cs
-Antlr.Runtime/antlr.collections.impl/ASTArray.cs
-Antlr.Runtime/antlr.collections.impl/BitSet.cs
-Antlr.Runtime/antlr.collections/AST.cs
-Antlr.Runtime/antlr.debug.misc/ASTFrame.cs
-Antlr.Runtime/antlr.debug.misc/JTreeASTPanel.cs
-Antlr.Runtime/antlr.debug.misc/SupportClass.cs
Microsoft.JScript/VsaCodeItem.cs
Microsoft.JScript/VsaItem.cs
Microsoft.JScript/VsaItems.cs