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
AgeCommit message (Collapse)Author
2004-10-08This commit was manufactured by cvs2svn to create tag 'MONO_1_0_3'.MONO_1_0_3nobody
svn path=/tags/MONO_1_0_3/mono/; revision=34825
2004-10-07 * culture-info-tables.h: regenerate file.Jackson Harper
svn path=/branches/mono-1-0/mono/; revision=34790
2004-10-07 * pt.xml: We need a space after R$. Is there a better way to doJackson Harper
this? I should know... * pt_BR.xml: Fix currency format. svn path=/branches/mono-1-0/mono/; revision=34786
2004-10-07This commit was manufactured by cvs2svn to create branch 'mono-1-0'.nobody
svn path=/branches/mono-1-0/mono/; revision=34785
2004-10-072004-10-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DateTime.cs : When it it not exact parse, 'Z' is allowed as a suffix of m/s/t/z. This fixes bug 66723. svn path=/branches/mono-1-0/mcs/; revision=34781
2004-10-07Merge from HEAD.Zoltan Varga
svn path=/branches/mono-1-0/mono/; revision=34777
2004-10-07 * pt.xml: We need a space after R$. Is there a better way to doJackson Harper
this? I should know... * pt_BR.xml: Fix currency format. svn path=/trunk/mono/; revision=34771
2004-10-072004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DefaultWatcher.cs: if the file is removed between reading the directory and filling the file info, catch the exception and ignore the file. Fixes bug #59482. svn path=/branches/mono-1-0/mcs/; revision=34768
2004-10-072004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DefaultWatcher.cs: if the file is removed between reading the directory and filling the file info, catch the exception and ignore the file. Fixes bug #59482. svn path=/trunk/mcs/; revision=34767
2004-10-072004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DefaultWatcher.cs: don't use Directory.GetFileSystemEntries when the pattern has no wildcards. Fixes bug #67447. svn path=/branches/mono-1-0/mcs/; revision=34766
2004-10-072004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DefaultWatcher.cs: don't use Directory.GetFileSystemEntries when the pattern has no wildcards. Fixes bug #67447. svn path=/trunk/mcs/; revision=34765
2004-10-062004-10-05 John Luke <john.luke@gmail.com>John Luke
* cs-parser.jay: add location to error CS0175 svn path=/trunk/mcs/; revision=34764
2004-10-062004-10-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* TypeTest.cs: Add tests for GetInterfaces (). svn path=/trunk/mcs/; revision=34762
2004-10-062004-10-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* icall.c (ves_icall_Type_GetInterfaces): Include interfaces implemented by other interfaces in the result. Fixes #65764. svn path=/trunk/mono/; revision=34761
2004-10-06ChangeLog: Updated ChangeLog.Sanja Gupta
IButtonControl.cs: Corrected property name. svn path=/trunk/mcs/; revision=34760
2004-10-06removes warnings from compilationJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=34758
2004-10-06Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* inssel-ppc.brg: added a couple of speedup rules. svn path=/trunk/mono/; revision=34757
2004-10-06Wed Oct 6 12:37:54 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* String.cs: make GetHashCode() managed. svn path=/trunk/mcs/; revision=34756
2004-10-062004-10-06 Anirban Bhattacharjee <banirban@novell.com>Anirban Bhattacharjee
* mb-parser.jay: Added support for Call keyword in invocation statement svn path=/trunk/mcs/; revision=34755
2004-10-06insert line breakJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=34754
2004-10-06Merge from HEADZoltan Varga
svn path=/branches/mono-1-0/mcs/; revision=34753
2004-10-062004-10-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* ModuleBuilder.cs (GetTypes): Fix length of returned array. Fixes #65931. svn path=/trunk/mcs/; revision=34752
2004-10-062004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* TraceHandler.cs: error code is 403 and the message different when trace is enabled but not for remote clients. svn path=/branches/mono-1-0/mcs/; revision=34751
2004-10-062004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* TraceHandler.cs: error code is 403 and the message different when trace is enabled but not for remote clients. svn path=/trunk/mcs/; revision=34750
2004-10-062004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web/HttpRequest.cs: CurrentExecutionFilePath is the one that changes when Transfer or Execute are used, not FilePath. * System.Web/HttpServerUtility.cs: moved form saving/restoring from Transfer to Execute, as it's needed there too. the query string is correctly set now. Fixes bug #67388. * System.Web/HttpContext.cs: * System.Web.SessionState/SessionStateModule.cs: use SetCurrentExePath instead of SetFilePath. svn path=/branches/mono-1-0/mcs/; revision=34749
2004-10-06forgottenGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=34748
2004-10-062004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web/HttpRequest.cs: CurrentExecutionFilePath is the one that changes when Transfer or Execute are used, not FilePath. * System.Web/HttpServerUtility.cs: moved form saving/restoring from Transfer to Execute, as it's needed there too. the query string is correctly set now. Fixes bug #67388. * System.Web/HttpContext.cs: * System.Web.SessionState/SessionStateModule.cs: use SetCurrentExePath instead of SetFilePath. svn path=/trunk/mcs/; revision=34747
2004-10-062004-10-06 Cesar Lopez Nataren <cesar@ciencias.unam.mx>César Natarén
* expression.cs: added support for function calls. Handle case of print where no args are supplied. svn path=/trunk/mcs/; revision=34746
2004-10-062004-10-06 Umadevi S <sumadevi@novell.com>Umadevi S
* System.Data.dll.sources : Added ISqlNotificationReceiver, SqlNotifcationType, SqlNotificationInfo, SqlNotificationSource svn path=/trunk/mcs/; revision=34745
2004-10-062004-10-06 Umadevi S <sumadevi@novell.com>Umadevi S
* ISqlNoticationReceiver.cs - changed namespace * Added files SqlNotificationType.cs, SqlNotificationInfo.cs, SqlNotificationSource.cs svn path=/trunk/mcs/; revision=34744
2004-10-062004-10-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XPathSequence.cs, XQueryTokenizer.cs : removed commented && unused code. * XQueryContext.cs, XQueryCliFunction.cs, XQueryFunction.cs, XQueryFunctionCliImpl.cs : Now that position() requires current sequence that is not managed by XQueryContextManager (that is for FLWOR), it need to support XPathSequence input as the current node information. svn path=/trunk/mcs/; revision=34741
2004-10-062004-10-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Handle unloadable modules without crashing. * image.c (load_modules): Revert the previous patch since modules must have a fixed index inside the array. svn path=/trunk/mono/; revision=34737
2004-10-062004-10-05 Cesar Lopez Nataren <cesar@ciencias.unam.mx>César Natarén
* ast.cs: added GetContainerFunction property. * Statement.cs: added class NotVoidReturnEventArgs and delegate NotVoidReturnEventHandler, throw an event in case we find a return, the enclosing function object takes care of changing the return type of the function. * FunctionDeclaration.cs, FunctionExpression.cs: take care of return's inside functions. 2004-09-22 Cesar Lopez Nataren <cesar@ciencias.unam.mx> svn path=/trunk/mcs/; revision=34736
2004-10-062004-10-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* image.c (load_modules): Don't include native modules in the modules array. svn path=/trunk/mono/; revision=34735
2004-10-062004-10-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XPathAtomicValue.cs : missing Init() definition for float and string; latter one resulted in infinite loop in Init(object,XmlSchemaType). svn path=/trunk/mcs/; revision=34733
2004-10-05Fix ctorJackson Harper
svn path=/trunk/mcs/; revision=34732
2004-10-05removed ConsoleGonzalo Paniagua Javier
svn path=/branches/mono-1-0/mcs/; revision=34731
2004-10-052004-10-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XQueryParser.jay, XQueryTokenizer.cs : Added attribute value template support. * XPath2Expression.cs : Inside attribute value, expressions must not serialize attributes as attribute node but should just pick value up. e.g. attr="{foo/@bar}" and <elem>{foo/@bar}</elem> are different. svn path=/trunk/mcs/; revision=34730
2004-10-052004-10-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* Makefile.am (genmdesc_LDADD): Don't link this against libmetadata to speed up rebuilds. svn path=/trunk/mono/; revision=34729
2004-10-05- Partial implementation by Benjamin DasnoisPeter Dennis Bartok
svn path=/trunk/mcs/; revision=34728
2004-10-052004-10-05 John Luke <john.luke@gmail.com>John Luke
* Makefile: add *.mdb to clean target svn path=/trunk/mcs/; revision=34727
2004-10-05Improve rendering of the radio button patch by John BouAntounJackson Harper
svn path=/trunk/mcs/; revision=34726
2004-10-052004-10-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PrincipalPermission.cs: Fixed bug where a change to a permission (e.g. Copy, Union) could affect multiple instances. Fixed FromXml to clear existing entries. svn path=/branches/mono-1-0/mcs/; revision=34725
2004-10-052004-10-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PrincipalPermission.cs: Fixed bug where a change to a permission (e.g. Copy, Union) could affect multiple instances. Fixed FromXml to clear existing entries. svn path=/trunk/mcs/; revision=34724
2004-10-05Improve test to handle constants of classes whose value is nullMiguel de Icaza
svn path=/trunk/mcs/; revision=34723
2004-10-052004-10-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* SslClientStream.cs: Changed InputBuffer to internal (was protected). svn path=/branches/mono-1-0/mcs/; revision=34722
2004-10-052004-10-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* SslClientStream.cs: Changed InputBuffer to internal (was protected). svn path=/trunk/mcs/; revision=34720
2004-10-052004-10-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XPathNavigatorReader.cs : Actually all other kind of nodes than Element and Root must be treated as "start node only" as well as attributes and namespaces. svn path=/trunk/mcs/; revision=34718
2004-10-052004-10-05 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XPathDocument2Editable.cs : for WriteAttributes(), use CreateAttributesWriter() that creates attribute tree XmlWriter. * XPathNavigatorReader.cs : the reader was missing attributes when it is created with an element node that has attriibutes. svn path=/trunk/mcs/; revision=34717
2004-10-05New testcases for type-resolution.Raja R Harinath
svn path=/trunk/mcs/; revision=34716