ChangeLog entry, and makefile.gnu little fixes.
authorCésar Natarén <cesar@mono-cvs.ximian.com>
Tue, 22 Apr 2003 05:13:27 +0000 (05:13 -0000)
committerCésar Natarén <cesar@mono-cvs.ximian.com>
Tue, 22 Apr 2003 05:13:27 +0000 (05:13 -0000)
svn path=/trunk/mcs/; revision=13880

mcs/class/Microsoft.JScript/ChangeLog
mcs/class/Microsoft.JScript/Microsoft.JScript/ScriptObject.cs
mcs/class/Microsoft.JScript/makefile.gnu
mcs/class/Microsoft.JScript/unix.args

index e18f8412766d4bdeac2ab9b7c1487f9aecc0bca1..e608b32ea5929d26caa82ab27b9fc9f968c8b0a8 100644 (file)
@@ -1,3 +1,17 @@
+2003-04-21  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
+
+       * Added Antlr.Runtime, it contains the files needed for compiling
+       the files generated by antlr.
+
+       * Added Antlr.Runtime/antlr, Antlr.Runtime/antlr.collections,
+       Antlr.Runtime/antlr.collections.impl, Antlr.Runtime/antlr.debug,
+       Antlr.Runtime/antlr.debug.misc. 
+
+       * makefile.gnu: Added some more references to the compilation.
+       * unix.args: Erased some newlines and tabs that were confusing
+       mcs.
+       * ScriptObject.cs: Commented "public Object this [params ...]" temp.
+
 2003-04-20     Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
 
        * ChangeLog: Added this file.
index 4dae1ac76f948e3b869af303a15e616158cb76cb..dd28a2868ce5f3b188f7815c51c0b4e32218a926 100644 (file)
@@ -96,13 +96,15 @@ namespace Microsoft.JScript
                        set { throw new NotImplementedException (); }
                }
 
+               /*
                public Object this [params Object [] pars] {
                        get { throw new NotImplementedException (); }
                        set { throw new NotImplementedException (); }
                }
+               */
 
                public virtual Type UnderlyingSystemType {
                        get { throw new NotImplementedException (); }
                }
        }
-}      
\ No newline at end of file
+}      
index 1662dae359825bfe1cf20728c69836835d46c2a2..de7d92cd5005de4974fa5e4857135700d0ec0de8 100644 (file)
@@ -1,8 +1,10 @@
 topdir = ../..
 
-LIBRARY = $(TOPDIR)/class/lib/Microsoft.JScript.dll
+LIBRARY = $(topdir)/class/lib/Microsoft.JScript.dll
 
 LIB_LIST = unix.args
-LIB_FLAGS = /r:antlr.runtime.dll
+LIB_FLAGS = /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Microsoft.Vsa.dll /r:System.dll
 
-include $(topdir)/class/library.make
\ No newline at end of file
+SOURCES_INCLUDE = *.cs
+
+include $(topdir)/class/library.make
index fa6ac1d2a5797e268b91b702cf2bc9cb843c6cee..4e6cb5d5776d77d1f7c1c65c49bfcaad8a8bf2f8 100644 (file)
 --target library
 -o ../lib/Microsoft.JScript.dll
 Microsoft.JScript/ast.cs
-Microsoft.JScript/ASTList.cs 
-Microsoft.JScript/ActivationObject.cs 
-Microsoft.JScript/ActiveXObjectConstructor.cs 
-Microsoft.JScript/ArrayConstructor.cs 
-Microsoft.JScript/ArrayLiteral.cs 
-Microsoft.JScript/ArrayObject.cs 
-Microsoft.JScript/AssemblyCustomAttributeList.cs 
-Microsoft.JScript/BaseVsaEngine.cs 
-Microsoft.JScript/BinaryOp.cs 
-Microsoft.JScript/Binding.cs 
-Microsoft.JScript/Block.cs 
-Microsoft.JScript/BooleanConstructor.cs 
-Microsoft.JScript/BooleanObject.cs 
-Microsoft.JScript/Closure.cs 
-Microsoft.JScript/Context.cs 
-Microsoft.JScript/DateConstructor.cs 
-Microsoft.JScript/DateObject.cs 
-Microsoft.JScript/DebugBreak.cs 
-Microsoft.JScript/Empty.cs 
-Microsoft.JScript/EnumeratorConstructor.cs 
-Microsoft.JScript/EnumeratorObject.cs 
-Microsoft.JScript/ErrorConstructor.cs 
-Microsoft.JScript/ErrorObject.cs 
-Microsoft.JScript/Eval.cs 
-Microsoft.JScript/ForIn.cs 
-Microsoft.JScript/FunctionConstructor.cs 
-Microsoft.JScript/FunctionDeclaration.cs 
-Microsoft.JScript/FunctionExpression.cs 
-Microsoft.JScript/FunctionObject.cs 
-Microsoft.JScript/GlobalObject.cs 
-Microsoft.JScript/GlobalScope.cs 
-Microsoft.JScript/IActivationObject.cs 
-Microsoft.JScript/IRedirectOutput.cs 
-Microsoft.JScript/IVsaScriptScope.cs 
-Microsoft.JScript/Import.cs 
-Microsoft.JScript/JSBuiltIn.cs 
-Microsoft.JScript/JSField.cs 
-Microsoft.JScript/JSFunctionAttribute.cs 
-Microsoft.JScript/JSFunctionAttributeEnum.cs 
-Microsoft.JScript/JSLocalField.cs 
-Microsoft.JScript/JSObject.cs 
-Microsoft.JScript/JSToken.cs 
-Microsoft.JScript/JSVariableField.cs 
+Microsoft.JScript/ASTList.cs
+Microsoft.JScript/ActivationObject.cs
+Microsoft.JScript/ActiveXObjectConstructor.cs
+Microsoft.JScript/ArrayConstructor.cs
+Microsoft.JScript/ArrayLiteral.cs
+Microsoft.JScript/ArrayObject.cs
+Microsoft.JScript/AssemblyCustomAttributeList.cs
+Microsoft.JScript/BaseVsaEngine.cs
+Microsoft.JScript/BinaryOp.cs
+Microsoft.JScript/Binding.cs
+Microsoft.JScript/Block.cs
+Microsoft.JScript/BooleanConstructor.cs
+Microsoft.JScript/BooleanObject.cs
+Microsoft.JScript/Closure.cs
+Microsoft.JScript/Context.cs
+Microsoft.JScript/DateConstructor.cs
+Microsoft.JScript/DateObject.cs
+Microsoft.JScript/DebugBreak.cs
+Microsoft.JScript/Empty.cs
+Microsoft.JScript/EnumeratorConstructor.cs
+Microsoft.JScript/EnumeratorObject.cs
+Microsoft.JScript/ErrorConstructor.cs
+Microsoft.JScript/ErrorObject.cs
+Microsoft.JScript/Eval.cs
+Microsoft.JScript/ForIn.cs
+Microsoft.JScript/FunctionConstructor.cs
+Microsoft.JScript/FunctionDeclaration.cs
+Microsoft.JScript/FunctionExpression.cs
+Microsoft.JScript/FunctionObject.cs
+Microsoft.JScript/GlobalObject.cs
+Microsoft.JScript/GlobalScope.cs
+Microsoft.JScript/IActivationObject.cs
+Microsoft.JScript/IRedirectOutput.cs
+Microsoft.JScript/IVsaScriptScope.cs
+Microsoft.JScript/Import.cs
+Microsoft.JScript/JSBuiltIn.cs
+Microsoft.JScript/JSField.cs
+Microsoft.JScript/JSFunctionAttribute.cs
+Microsoft.JScript/JSFunctionAttributeEnum.cs
+Microsoft.JScript/JSLocalField.cs
+Microsoft.JScript/JSObject.cs
+Microsoft.JScript/JSToken.cs
+Microsoft.JScript/JSVariableField.cs
 Microsoft.JScript/JScriptCodeProvider.cs
 Microsoft.JScript/JScriptLexer.cs
 Microsoft.JScript/JScriptParser.cs
 Microsoft.JScript/JScriptParserTokenTypes.cs
-Microsoft.JScript/LenientGlobalObject.cs 
-Microsoft.JScript/MathObject.cs 
-Microsoft.JScript/NumberConstructor.cs 
-Microsoft.JScript/NumberObject.cs 
-Microsoft.JScript/ObjectConstructor.cs 
-Microsoft.JScript/Package.cs 
-Microsoft.JScript/RegExpConstructor.cs 
-Microsoft.JScript/RegExpObject.cs 
-Microsoft.JScript/ScriptBlock.cs 
-Microsoft.JScript/ScriptFunction.cs 
-Microsoft.JScript/ScriptObject.cs 
-Microsoft.JScript/StringConstructor.cs 
+Microsoft.JScript/LenientGlobalObject.cs
+Microsoft.JScript/MathObject.cs
+Microsoft.JScript/NumberConstructor.cs
+Microsoft.JScript/NumberObject.cs
+Microsoft.JScript/ObjectConstructor.cs
+Microsoft.JScript/Package.cs
+Microsoft.JScript/RegExpConstructor.cs
+Microsoft.JScript/RegExpObject.cs
+Microsoft.JScript/ScriptBlock.cs
+Microsoft.JScript/ScriptFunction.cs
+Microsoft.JScript/ScriptObject.cs
+Microsoft.JScript/StringConstructor.cs
 Microsoft.JScript/StringObject.cs
 Microsoft.JScript/TODOAttribute.cs
-Microsoft.JScript/Throw.cs 
-Microsoft.JScript/Try.cs 
-Microsoft.JScript/UnaryOp.cs 
-Microsoft.JScript/VBArrayConstructor.cs 
+Microsoft.JScript/Throw.cs
+Microsoft.JScript/Try.cs
+Microsoft.JScript/UnaryOp.cs
+Microsoft.JScript/VBArrayConstructor.cs
 Microsoft.JScript/VsaEngine.cs
-Microsoft.JScript/With.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