[Pkg-mono-svn-commits] [SCM] mono annotated tag, 2.10, created. 2.10
Atsushi Eno
atsushi at ximian.com
Mon Jan 28 12:05:59 UTC 2013
The annotated tag, 2.10 has been created
at 2fb3bf579cca787c4bbe0c2bdccc17c8ac9a189c (tag)
tagging 675dc5b693495cb50c3004499a1d1f137722b988 (commit)
tagged by Andrew Jorgensen
on Tue Feb 22 13:12:25 2011 -0700
- Shortlog ------------------------------------------------------------
2.10 Final
Aaron Bockover (29):
2006-08-16 Aaron Bockover <abockover at novell.com>
Missed a malloc->g_malloc
2006-08-17 Aaron Bockover <abockover at novell.com>
Renamed hash,str to hashtable,string-util
2006-08-17 Aaron Bockover <abockover at novell.com>
2006-08-17 Aaron Bockover <abockover at novell.com>
Removed evil trailing whitespace
2006-08-17 Aaron Bockover <abockover at novell.com>
2006-08-18 Aaron Bockover <abockover at novell.com>
2006-08-18 Aaron Bockover <abockover at novell.com>
2006-08-18 Aaron Bockover <abockover at novell.com>
2006-08-18 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-19 Aaron Bockover <abockover at novell.com>
missed some g_ptr_array_free calls
after much debate, it turns out that != is not the same as == ... go figure :-)
2006-08-19 Aaron Bockover <abockover at novell.com>
2006-08-20 Aaron Bockover <abockover at novell.com>
Updated
2006-08-21 Aaron Bockover <abockover at novell.com>
Removed unnecessary free()
2007-05-05 Aaron Bockover <abockover at novell.com>
Do not require setting MONO_CHECKOUT if run from <checkout>/eglib/test; ignore functions that are implemented privately by mono but have the g_* name pattern, causing false positives
2007-08-06 Aaron Bockover <abockover at novell.com>
2010-01-10 Aaron Bockover <abockover at novell.com>
Aaron Flynt (1):
2006-04-30 Aaron Flynt <aaron at aaronflynt.com>
Aaron Weber (8):
2001-07-07 Aaron Weber <aaron at ximian.com>
001-12-17 Aaron Weber <aaron at ximian.com>
2001-12-20 Aaron Weber <aaron at ximian.com>
2001-12-21 Aaron Weber <aaron at ximian.com>
2002-01-10 Aaron Weber <aaron at ximian.com>
2002-01-22 Aaron Weber <aaron at ximian.com>
2004-02-05 Aaron Weber <aaron at ximian.com>
Updated index and oldnews so that:
Adam Treat (58):
Initial Checkin of the DocTools: docconv, docgen, docstub and xsl/DTD
docstub.cs: Complete revamp according to John's DTD. You can generate your docs now. Enjoy!
docstub.cs: Removed extraneous tags. Changed default to 'TODO' from 'description'.
docstub.cs: Changed <constructor name=""> to use short form for ctor name.
* Fixed missing ')' character.
* monostyle: a csharp code beautifier.
* add monostyle.exe as a build target
* monostyle.1: A man page for the monostyle tool.
* Add monostyle.1 to Makefile.am
* Used monostyle to update the formatting.
* Initial checkin. docval is a validation tool for monodoc xml.
* Changed the <!DOCTYPE to point to http://www.go-mono.com/monodoc.dtd
* scratch that. go-mono.org instead ;-)
* Fixed corlib_cmp and System.Xml problems. Exclude problem types from Type[].
* Added 'XmlTextReader (string url)' constructor
* Implement MoveToAttribute(string name) method.
* Make sure we begin the search with the first attribute.
MoveToAttribute* Fix 'if' brackets.
* Replace with the replacement string not the pattern ;-)
* Implemented ReadInnerXml and ReadOuterXml. We still need to validate for
* Implemented ctor (string xmlFragment).
* MoveToAttribute should stop on the requested attribute and return true,
* Added a link to qt#
* Created icall ves_delegate_createdelegate using the ldftn opcode.
* Created icall ves_delegate_createdelegate using ldftn opcode.
* Added a test case for System.Delegate.CreateDelegate()
* Implemented CreateDelegate and stubbed out some overloads
* Implemented Type.GetMethod (string) overload. This is a kludge until GetMethodImpl is working ;-)
* Applied nick at chemlab.org's changes. This fixes method lookups that ignore
* The mscorlib Master.xml file. This will be used by the MonoDoc GUI
* The System.dll Master.xml file. For use with MonoDoc.
* Removed John's tools. We are using a different method.
* More cleaning up.
* More cleanup
* More cleanup.
* Initial setup for MonoDoc
* This is/will be the shared lib for MonoDoc
* This is the tool used to generate the Master.xml files on Windows
* Hurray! The mono documentation editor :-)
* Images for MonoDoc
* Update on the mono documentation tools.
* The rest of the Master.xml files for the assemblies. Note: we're still missing
* Fixed CreateInstance to honor the bflags argument.
* Implemented some nice sorting methods
* Added the QProgressDialog and extensions to the form widgets
* The Depth property was not implemented correctly and the Read method did not
* Another fix to the Depth property to handle a more complex heirarchy.
* Begin the implementation of the Archive methods Sync and Flush.
* Begin the implementation of the Archive methods and extend the parser
* Eliminate pesky carriage returns
* Integrated the flush methods and refactored some code.
* Refactored some code
* Hook up the options dialog
* Thanks gonzalo ;)
* Damn, I couldn't fine this anywhere... thanks gonzalo ;)
* Broke up our monodoc source file so it's easier to extend. It was
* Added emember.cs and seealso.cs which help to flesh out the dtd
* Added tageditor, a context menu for inserting monodoc tags
Adar Wesley (48):
RadioButtonList.cs: Implemented properties of IRepeatInfoUser as public virtual
RepeatInfoTest.auto.cs: Fixed tests to compare HTML with HtmlDiff
HtmlSelectTest.cs: updated tests to use HtmlDiff
ImageButton.cs: implemented GenerateEmptyAlternateText
2007-01-11 Adar Wesley <adarw at mainsoft.com>
2007-01-11 Adar Wesley <adarw at mainsoft.com>
2007-01-17 Adar Wesley <adarw at mainsoft.com>
2007-01-17 Adar Wesley <adarw at mainsoft.com>
2007-01-18 Adar Wesley <adarw at mainsoft.com>
2007-01-18 Adar Wesley <adarw at mainsoft.com>
2007-01-29 Adar Wesley <adarw at mainsoft.com>
2007-01-30 Adar Wesley <adarw at mainsoft.com>
2007-01-30 Adar Wesley <adarw at mainsofot.com>
2007-02-01 Adar Wesley <adarw at mainsoft.com>
2007-02-01 Adar Wesley <adarw at mainsoft.com>
2007-02-05 Adar Wesley <adarw at mainsoft.com>
2007-02-05 Adar Wesley <adarw at mainsoft.com>
2007-02-13 Adar Wesley <adarw at mainsoft.com>
2007-02-13 Adar Wesley <adarw at mainsoft.com>
2007-02-13 Adar Wesley <adarw at mainsoft.com>
2007-02-20 Adar Wesley <adarw at mainsoft.com>
2007-02-20 Adar Wesley <adarw at mainsoft.com>
2007-02-20 Adar Wesley <adarw at mainsoft.com>
2007-03-06 Adar Wesley <adarw at mainsoft.com>
2007-03-06 Adar Wesley <adarw at mainsoft.com>
2007-03-13 Adar Wesley <adarw at mainsoft.com>
2007-03-22 Adar Wesley <adarw at mainsoft.com>
2007-03-29 Adar Wesley <adarw at mainsoft.com>
2007-04-10 Adar Wesley <adarw at mainsoft.com>
2007-05-01 Adar Wesley <adarw at mainsoft.com>
2007-05-07 Adar Wesley <adarw at mainsoft.com>
2007-05-07 Adar Wesley <adarw at mainsoft.com>
2007-05-07 Adar Wesley <adarw at mainsoft.com>
2007-05-08 Adar Wesley <adarw at mainsoft.com>
2007-05-10 Adar Wesley <adarw at mainsoft.com>
2007-05-14 Adar Wesley <adarw at mainsoft.com>
2007-05-15 Adar Wesley <adarw at mainsoft.com>
2007-05-16 Adar Wesley <adarw at mainsoft.com>
2007-05-21 Adar Wesley <adarw at mainsoft.com>
2007-05-21 Adar Wesley <adarw at mainsoft.com>
2007-05-21 Adar Wesley <adarw at mainsoft.com>
2007-06-03 Adar Wesley <adarw at mainsoft.com>
Added tests for Ajax client side functionality using Selenium infrastructure.
Script to run standalone functional tests using Selenium.
Fixed some errors in the tests.
Fixed selenium tests to open relative and not absolute paths.
Implemented support for JavaScriptSerializer.MaxJsonLength and
Added support for TypeResolver to JavaScriptSerializer.
Ajay kumar Dwivedi (17):
2002-05-04 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-05-25 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-06-10 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-10 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-06-14 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-06-18 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-06-18 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-20 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-20 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-21 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-27 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-07-02 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-06-18 Dwivedi, Ajay kumar <adwiv at yahoo.com>
2002-07-05 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-07-06 Ajay kumar Dwivedi <adwiv at yahoo.com>
2002-07-06 Ajay kumar Dwivedi <adwiv at yahoo.com>
2003-01-16 Ajay kumar Dwivedi <adwiv at yahoo.com>
Alan McGovern (71):
Optimised the SwapInt and SwapLong methods
Changelog entry for Optimising IPAddress.cs
Further optimisation for the Swap*** methods. SwapLong is now twice as fast as the initial method.
EOL style native
EOL-Style:native
Should've used "or" not "and" in the inequality test.
Bugfix for incrementing the version incorrectly in queue and stack
Optimised a lot of the List methods to increase performance.
Fixed broken test.
Fixed compilation
Stubbed three missing classes for .NET 2.0
Added new stubs to sources.
Initial implementation of BindingNavigator with NUnit tests.
Fixed a few bugs in Binding Navigator that were revealed in the new NUnit tests.
Fixed typo
Fixed two mistakes in my stubbing
Added some missing 2.0 stuff to ListView
Added ignore for test
Added missing setter
Fixed typo in event
Committed patch for 81732
Fix for bug 81778
Patch for bug 81867
fix for bug 81958
Added test and fix for #81960
Fix for #78781 applied and test added
Added patch for #82403 fixing several issues with PhysicalAddress
reverted changes for datetime serialization
Performed loop unrolling and re-rolling to reduce IL size significantly and improve perf by over 30%.
Inlined helper methods removed unnecessary casts and made a field a local var. Gives about 1.70x faster performance.
Inlined helper methods and made some fields local vars. Gives about 1.70x faster performance.
BigInteger.cs: Don't instantiate a new BigInteger after multiplying - it's not needed.
Moving WindowsBase into the mcs tree
* WindowsBase/System.IO.Packaging/Package.cs: Cosmetic - Make methods
* WindowsBase/ZipSharp/NativeUnzip.cs: Comment out unused method
* WindowsBase/System.IO.Packaging/PackageProperties.cs:
* WindowsBase/WindowsBase.sln:
* WindowsBase/System.IO.Packaging/PackagePropertiesPart.cs: No need to
* WindowsBase/WindowsBase.dll.sources:
* WindowsBase/Test/System.IO.Packaging/PackagePartTest.cs:
2008-11-05 Brian O'Keefe <zer0keefie at gmail.com>
2008-11-06 Alan McGovern <amcgovern at novell.com>
P/Invoke the PosixHelper lib, it has minizip
2008-11-06 Felix Eisele <felix_eisele at gmx.de>
Updated the build files
* WindowsBase/Test/System.Windows/RectTest.cs:
2008-11-06 Alan McGovern <amcgovern at novell.com>
Fix build error.
2008-11-06 Alan McGovern <amcgovern at novell.com>
* WindowsBase/System.IO.Packaging/Package.cs:
2009-01-22 Alan McGovern <amcgovern at novell.com>
2009-01-22 Alan McGovern <amcgovern at novell.com>
2009-01-22 Alan McGovern <amcgovern at novell.com>
2009-02-23 Alan McGovern <amcgovern at novell.com>
2009-02-24 Alan McGovern <amcgovern at novell.com>
2009-05-27 Alan McGovern <amcgovern at novell.com>
2009-06-04 Alan McGovern <amcgovern at novell.com>
2009-09-29 Alan McGovern <amcgovern at novell.com>
2009-09-29 Alan McGovern <amcgovern at novell.com>
2010-01-19 Alan McGovern <amcgovern at novell.com>
2010-02-19 Alan McGovern <amcgovern at novell.com>
2010-05-06 Alan McGovern <amcgovern at novell.com>
2010-05-07 Alan McGovern <amcgovern at novell.com>
2010-05-13 Alan McGovern <amcgovern at novell.com>
2010-06-25 Alan McGovern <amcgovern at novell.com>
2010-06-28 Alan McGovern <amcgovern at novell.com>
2010-06-28 Alan McGovern <amcgovern at novell.com>
Add an ifdef for moonlight compilation
[monodis] Ensure we don't try to free uninitialized memory.
[System.ServiceModel] Fix a few potential exceptions in background threads
[mono-api-info] Do not ignore finalizers
Alan Tam (34):
2003-02-18 Alan Tam <Tam at SiuLung.com>
2003-02-18 Alan Tam <Tam at SiuLung.com>
2003-02-24 Aleksey Demakov <avd at openlinksw.com>
2003-02-25 Alan Tam <Tam at SiuLung.com>
2003-02-25 Alan Tam <Tam at SiuLung.com>
2003-02-25 Alan Tam <Tam at SiuLung.com>
2003-02-28 Alan Tam <Tam at SiuLung.com>
2003-02-28 Alan Tam <Tam at SiuLung.com>
2003-02-28 Elan Feingold <efeingold at mn.rr.com>
2003-03-08 Alan Tam <Tam at SiuLung.com>
2003-03-10 Alan Tam <Tam at SiuLung.com>
2003-03-11 Alan Tam <Tam at SiuLung.com>
2003-03-12 Alan Tam <Tam at SiuLung.com>
2003-03-12 Alan Tam <Tam at SiuLung.com>
2003-03-20 Alan Tam <Tam at SiuLung.com>
2003-03-21 Alan Tam <Tam at SiuLung.com>
2003-03-21 Alan Tam <Tam at SiuLung.com>
2003-03-29 Alan Tam <Tam at SiuLung.com>
2003-03-29 Alan Tam <Tam at SiuLung.com>
2003-03-30 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
2003-03-31 Alan Tam <Tam at SiuLung.com>
Add me to the team page.
2003-04-11 Alan Tam <Tam at SiuLung.com>
2003-04-20 Alan Tam <Tam at SiuLung.com>
Alberto Fernandez (9):
Added AssemblyInfo
Fix to work with gtk-sharp cvs
Created new directory for sample programs
Sample code moved to Samples dir.
New stubbed classes
Stubbed class
BugFix in a case
Changes to compile the samples in the new Location.
Basic support of ListBox. (only view, no events, no access to selected data)
Alejandro Serrano "Serras" (5):
Initial commit for System.Query library
Fix bug in System.Query.Sequence.SkipWhile<T>, where the first elemeb
Changing the SkipWhile method again. Now it works completely OK.
Fix ordering for list with 0 or 1 item
Upddate System.Query to LINQ May 2006 release.
Alejandro Sánchez Acosta (38):
System.ComponentModel.EditorAttribute.cs Added: Alejandro S�nchez Acosta <raciel at es.gnu.org>
System.ComponentModel.DesignerAttribute.cs Added: Alejandro S�nchez Acosta <raciel at es.gnu.org>
EditorAtrribute and Designer Attribute added: Alejandro S�nchez Acosta <raciel at es.gnu.org>
System.ComponentModel updated: Alejandro S�nchez Acosta <raciel at es.gnu.org>
DesignerAttribute fixed: Alejandro S�nchez Acosta <raciel at es.gnu.org>
ApplicationCrmEnabledAttribute.cs added
New Attribute to compile list added
IClrObjectFactory.cs, IComManagedImportUtil.cs and IComSoapPublisher.cs added.
IExpando added.
Added missed field
Added some interfaces, delegates and stubs classes to System.Drawing.Design
Modified System.Drawing.Design
Added some classes and interfaces to System.ComponentModel.Design
list.unix changed.
Added new files to System.Drawing.Design
Added files to System.Configuration.Install
System.Configuration.Install changed.
New mcs errors tests.
Added new tests.
Added new files to System.ComponentModel.Design
list.unix updated
Added some files to System.ComponentModel.Design.Serialization
Added System.ComponentModel.Design.Serialization
new sample test error cs0138.cs
new test sample
Added new mcs test error cs0154.cs
Added cs0161.cs test file.
Added cs0163.cs test error.
Added cs0156 test error.
Added cs0170 test error.
Added cs0192.cs test file.
Added cs0197 test error.
Added cs0202.cs test error.
Added cs0208.cs test error.
Added myself.
fixed monohispano url
Fixed monohispano url.
Fixed Mono Hispano url.
Aleksey Demakov (5):
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
fixed problem with MONO_PATH and mscorlib.dll
Aleksey Ryabchuk (64):
2003-04-11 Aleksey Ryabchuk <ryabchuk at yahoo.com>
some changes related to implementation of MDI interface
some new functions implemented, using BitVector32
don't assign window ID when it was already assigned by the system
*** empty log message ***
*** empty log message ***
* ImageList.cs
* Control.cs : implementation of scale functions, bug-fix in ControlCollection.Add
* Control.cs : implementation of docking
* Application.cs : new internal functions enterModalLoop, exitModalLoop
* Control.cs: change to CreateControlInstance function
* Control.cs : check if control is already in control collection, Created property,
* Control.cs : call OnResize from OnSizeChanged
* Control.cs : some fixes, added call to OnControlAdded, update visibility flag in Show and Hide
fixed typo
prevent pages from being added to the TabControl multiple times
* Control.cs : call OnTextChange
* Control.cs : use WS_OVERLAPPED instead of WS_OVERLAPPEDWINDOW, update text field in get Text property
* Control.cs : static RegisterDefaultWindowClass method was added
* Control.cs : started implementation of keyboard handling
* Control.cs
changes in the code for TAB key handling
* Control.cs : ResizeRedraw, removed some unused code
* DomainUpDown.cs : changes to OnTextBoxKeyDown
* CommonDialog.cs
more implementation added
* FileDialog.cs : more implementation added
fixed some issues causing problems when running SWF on Linux
some new implementation was added
Added missing Serializable attributes, deserialization constructors etc.
small changes
* ImageListStreamer.cs: added deserialization code
Added missing Serializable attributes, fixed field names
* Contols.cs : changes to SetVisibleCore, Invalidate (bool) is implemented
* Control.cs : implemented GetChildIndex, BringToFront, UpdateZOrder, update z-order when recreating handle,
include PictureBox.cs to the build
changed to use base implementation of CreateParams
* Control.cs : helper method getParentForm
* GroupBox.cs : take BackColor into account
KeyPreview, ShowInTaskBar implemented
* Form.cs : ControlBox, HelpButton, MaximizeBox, MinimizeBox, maximumSize
* Form.cs : MaximumSize, MinimumSize, TopMost were implemented, small fixes and improvements
started implementation of scrollbar classes
fixed issues breaking the build
fixed typo, implementation added
* Control.cs : Cursor property, handle WM_SETCURSOR
* Conrols.cs : Disposing property, Dispose method
* ContextMenu.cs : SourceControl, Show method
* Control.cs : don't do anything if Anchor is set to default value
started impl. of TreeView control
create context menu using CreatePopupMenu function
* TreeNode.cs
more implementation added
* Cursors.cs : VSplit, HSplit cursors
* Form.cs : TopLevel, AcceptButton, CancelButton
* ColorDialog.cs : implemented
BackColor, ForeColor, PasswordChar for edit boxes
ScrollBars, AcceptsReturn, CharacterCasing properties were implemented
* Control.cs : anchoring algorithm was fixed to avoid inaccuracies caused by rounding
more implementation added
more implementation added
* TreeView.cs
* Control.cs : MouseButtons, PointToClient, PointToScreen were implemented.
added missing properties, so menu sample app can be compiled
Alex (1):
[monodoc] display setter after the getter
Alex Fort (6):
[Fix] Keep looping in ReadKey until we get the actual right EventType, fixing bug #322414 and related.
Discard modifier key presses from ReadKey
[Fix] SetConsoleMode on the input handle, not the output handle, fixing #632009
[Fix] Don't enforce a minimum size for zero-length buffers, fixing #645193
Don't use a buffer size of 1 for zero-length buffers
Add support for the CancelKeyPress event on Windows
Alex Graveley (11):
2001-07-09 Alex Graveley <alex at ximian.com>
This doesn't belong.
2001-07-09 Alex Graveley <alex at ximian.com>
2001-08-02 Alex Graveley <alex at ximian.com>
Add forgotten libffi headers.
Update
Update
2001-08-16 Alex Graveley <alex at ximian.com>
Add .cvsignore files
2001-08-16 Alex Graveley <alex at ximian.com>
Add fficonfig.h
Alexander Corrado (1):
Added 'async' as a recognized method modifier.
Alexander Klyubin (8):
Added skeletal implementation of StackFrame and StackTrace
Added tests for System.Diagnostics.StackFrame and System.Diagnostics.StackTrace
Updated status of System.Diagnostics.StackFrame and System.Diagnostics.StackTrace
Fixed invalid format in class status
Added 'clean' target to make files
Fixed 'clean' target
Added targets to build and run tests
Fixed bug in 'runtests' target. NUnitConsole.exe is not in NUNIT_HOME/bin but in NUNIT_HOME.
Alexander Olk (239):
- ColorDialog does now what its name suggests
First "work-in-progress"-version of FontDialog
Changing local method variables doesn't make sense.
- Changed dialog height to 332
Added some more functionality
ColorComboBox added, needs a lot of love...
- BrightnessControl and ColorMatrixControl don't draw on a bitmap anymore (changed from PictureBox to Panel)
- Added ColorComboBox to change text color
Set FontDialog color also
- Added Locale for ColorDialog (de-DE)
Added missing properties
Added bitmaps for FileDialog
First basic implementation of FileDialog, Open- and SaveFileDialog
- Set correct text for openSaveButton Text property
2005-03-16 Alexander Olk <xenomorph2 at onlinehome.de>
2005-03-16 Alexander Olk <xenomorph2 at onlinehome.de>
2005-03-19 Alexander Olk <xenomorph2 at onlinehome.de>
* FileDialog.cs:
2005-03-24 Alexander Olk <xenomorph2 at onlinehome.de>
2005-03-26 Alexander Olk <xenomorph2 at onlinehome.de>
2005-03-27 Alexander Olk <xenomorph2 at onlinehome.de>
* FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
2005-03-28 Alexander Olk <xenomorph2 at onlinehome.de>
* FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
2005-03-31 Alexander Olk <xenomorph2 at onlinehome.de>
2005-04-04 Alexander Olk <xenomorph2 at onlinehome.de>
2005-04-05 Alexander Olk <xenomorph2 at onlinehome.de>
2005-04-10 Alexander Olk <xenomorph2 at onlinehome.de>
2005-04-20 Alexander Olk <xenomorph2 at onlinehome.de>
2005-05-03 Alexander Olk <xenomorph2 at onlinehome.de>
2005-05-03 Alexander Olk <xenomorph2 at onlinehome.de>
2005-06-15 Alexander Olk <xenomorph2 at onlinehome.de>
2005-06-15 Alexander Olk <xenomorph2 at onlinehome.de>
2005-06-19 Alexander Olk <xenomorph2 at onlinehome.de>
2005-06-19 Alexander Olk <xenomorph2 at onlinehome.de>
Correct ChangeLog date
2005-07-07 Alexander Olk <xenomorph2 at onlinehome.de>
2005-07-07 Alexander Olk <xenomorph2 at onlinehome.de>
2005-08-29 Alexander Olk <xenomorph2 at onlinehome.de>
2005-08-29 Alexander Olk <xenomorph2 at onlinehome.de>
2005-08-30 Alexander Olk <alex.olk at googlemail.com>
2005-09-02 Alexander Olk <alex.olk at googlemail.com>
2005-09-03 Alexander Olk <alex.olk at googlemail.com>
2005-09-09 Alexander Olk <alex.olk at googlemail.com>
* ThemeNice.cs: Corrected background colors (e.g. menus)
Ooops...
* MimeIcon.cs: Try to check some other environment variables
2005-09-16 Alexander Olk <alex.olk at googlemail.com>
2005-09-20 Alexander Olk <alex.olk at googlemail.com>
2005-10-05 Alexander Olk <alex.olk at googlemail.com>
2005-10-08 Alexander Olk <alex.olk at googlemail.com>
* RichTextBox.cs:
2005-11-13 Alexander Olk <alex.olk at googlemail.com>
2005-11-25 Alexander Olk <alex.olk at googlemail.com>
2005-11-27 Alexander Olk <alex.olk at googlemail.com>
2005-11-29 Alexander Olk <alex.olk at googlemail.com>
2005-12-04 Alexander Olk <alex.olk at googlemail.com>
2005-12-04 Alexander Olk <alex.olk at googlemail.com>
2005-12-05 Alexander Olk <alex.olk at googlemail.com>
2005-12-07 Alexander Olk <alex.olk at googlemail.com>
2005-12-07 Alexander Olk <alex.olk at googlemail.com>
2005-12-17 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Patch for #76901 by Atsushi Enomoto
2005-12-18 Alexander Olk <alex.olk at googlemail.com>
2005-12-18 Alexander Olk <alex.olk at googlemail.com>
* ThemeClearlooks.cs: Corrected distance between ProgressBar
2005-12-20 Alexander Olk <alex.olk at googlemail.com>
2005-12-21 Alexander Olk <alex.olk at googlemail.com>
2005-12-24 Alexander Olk <alex.olk at googlemail.com>
2005-12-31 Alexander Olk <alex.olk at googlemail.com>
* ThemeClearlooks.cs:
2006-01-01 Alexander Olk <alex.olk at googlemail.com>
2006-01-02 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Forgot too add __MonoCS__
2006-01-03 Alexander Olk <alex.olk at googlemail.com>
2006-01-04 Alexander Olk <alex.olk at googlemail.com>
* ThemeClearlooks.cs, FileDialog.cs:
2006-01-04 Alexander Olk <alex.olk at googlemail.com>
2006-01-08 Alexander Olk <alex.olk at googlemail.com>
* MimeIcon.cs: Added internal class SVGUtil.
2006-01-12 Alexander Olk <alex.olk at googlemail.com>
* ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
2006-01-13 Alexander Olk <alex.olk at googlemail.com>
2006-01-13 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Don't crash if InitialDirectory doesn't exist
2006-01-14 Alexander Olk <alex.olk at googlemail.com>
2006-01-17 Alexander Olk <alex.olk at googlemail.com>
2006-01-18 Alexander Olk <alex.olk at googlemail.com>
* Control.cs: Make use of Theme.DoubleBufferingSupported
* ThemeGtk.cs: Corrected StateType and ShadowType for
2006-01-18 Alexander Olk <alex.olk at googlemail.com>
2006-01-19 Alexander Olk <alex.olk at googlemail.com>
2006-01-22 Alexander Olk <alex.olk at googlemail.com>
2006-01-29 Alexander Olk <alex.olk at googlemail.com>
2006-01-31 Alexander Olk <alex.olk at googlemail.com>
* MimeIcon.cs: Fix for #77409
2006-02-03 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: First part of fix for #77464
* FileDialog.cs: Next try
2006-02-04 Alexander Olk <alex.olk at googlemail.com>
2006-02-10 Alexander Olk <alex.olk at googlemail.com>
2006-02-10 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Added Refresh to RunDialog to fix some drawing
2006-02-14 Alexander Olk <alex.olk at googlemail.com>
2006-02-28 Alexander Olk <alex.olk at googlemail.com>
- Fix typo
2006-03-11 Alexander Olk <alex.olk at googlemail.com>
2006-03-11 Alexander Olk <alex.olk at googlemail.com>
* Mime.cs: Remove debug code...
2006-03-14 Alexander Olk <alex.olk at googlemail.com>
2006-03-21 Alexander Olk <alex.olk at googlemail.com>
2006-03-22 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
2006-03-23 Alexander Olk <alex.olk at googlemail.com>
* FontDialog.cs: Update the example panel if the selected index of
2006-03-25 Alexander Olk <alex.olk at googlemail.com>
* ThemeWin32Classic.cs:
* ControlPaint.cs: Corrected line widths in DrawBorder for
* ThemeWin32Classic.cs:
2006-03-27 Alexander Olk <alex.olk at googlemail.com>
2006-03-28 Alexander Olk <alex.olk at googlemail.com>
2006-03-29 Alexander Olk <alex.olk at googlemail.com>
* Theme.cs: Added a little helper to SystemResPool to get the Dark,
2006-03-30 Alexander Olk <alex.olk at googlemail.com>
* ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
* FileDialog.cs: Visual enhancement for the popup buttons in
2006-03-31 Alexander Olk <alex.olk at googlemail.com>
2006-04-03 Alexander Olk <alex.olk at googlemail.com>
2006-04-04 Alexander Olk <alex.olk at googlemail.com>
* ThemeNice.cs: Changed the color for focused buttons and activated
* ThemeNice.cs: Added CPDrawButton
2006-04-05 Alexander Olk <alex.olk at googlemail.com>
2006-04-06 Alexander Olk <alex.olk at googlemail.com>
2006-04-06 Alexander Olk <alex.olk at googlemail.com>
2006-04-08 Alexander Olk <alex.olk at googlemail.com>
* ThemeNice.cs: Use a better graphics effect when a button is pressed
2006-04-10 Alexander Olk <alex.olk at googlemail.com>
2006-04-11 Alexander Olk <alex.olk at googlemail.com>
2006-04-12 Alexander Olk <alex.olk at googlemail.com>
* ThemeNice.cs, ThemeClearlooks.cs: fix typo
2006-04-13 Alexander Olk <alex.olk at googlemail.com>
- Draw check in a disabled CheckBox with color ControlDark
2006-04-13 Alexander Olk <alex.olk at googlemail.com>
2006-04-14 Alexander Olk <alex.olk at googlemail.com>
* ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
2006-04-15 Alexander Olk <alex.olk at googlemail.com>
2006-04-25 Alexander Olk <alex.olk at googlemail.com>
* ThemeWin32Classic.cs: Fixed drawing code for buttons with an
* ThemeWin32Classic.cs: Button image alignment now matches exactly
2006-04-26 Alexander Olk <alex.olk at googlemail.com>
2006-04-26 Alexander Olk <alex.olk at googlemail.com>
2006-04-26 Alexander Olk <alex.olk at googlemail.com>
2006-04-27 Alexander Olk <alex.olk at googlemail.com>
* ThemeWin32Classic.cs: Peter thinks that three additional lines are
2006-04-27 Alexander Olk <alex.olk at googlemail.com>
2006-05-03 Alexander Olk <alex.olk at googlemail.com>
2006-05-05 Alexander Olk <alex.olk at googlemail.com>
2006-05-14 Alexander Olk <alex.olk at googlemail.com>
* PrintDialog.cs: Fix typo
* ColorDialog.cs: Finally it is possible to select the color with
2006-05-16 Alexander Olk <alex.olk at googlemail.com>
2006-05-17 Alexander Olk <alex.olk at googlemail.com>
* Mime.cs: Shrink the mime file cache correctly.
2006-05-19 Alexander Olk <alex.olk at googlemail.com>
* XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
2006-05-22 Alexander Olk <alex.olk at googlemail.com>
2006-05-23 Alexander Olk <alex.olk at googlemail.com>
2006-05-27 Alexander Olk <alex.olk at googlemail.com>
2006-06-01 Alexander Olk <alex.olk at googlemail.com>
2006-06-08 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Allmost a complete rewrite.
* FileDialog.cs: When creating a new folder don't crash if the
2006-06-08 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Append a number when creating a new folder if the
2006-06-30 Alexander Olk <alex.olk at googlemail.com>
2006-07-02 Alexander Olk <alex.olk at googlemail.com>
2006-07-07 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Don't use brackets for new folders if they exist
2006-07-12 Alexander Olk <alex.olk at googlemail.com>
2006-07-14 Alexander Olk <alex.olk at googlemail.com>
2006-07-14 Alexander Olk <alex.olk at googlemail.com>
* FolderBrowserDialog.cs: Disable "New Folder" button and
2006-07-20 Alexander Olk <alex.olk at googlemail.com>
2006-07-22 Alexander Olk <alex.olk at googlemail.com>
2006-07-31 Alexander Olk <alex.olk at googlemail.com>
2006-07-03 Alexander Olk <alex.olk at googlemail.com>
2006-08-03 Alexander Olk <alex.olk at googlemail.com>
2006-08-04 Alexander Olk <alex.olk at googlemail.com>
2006-08-10 Alexander Olk <alex.olk at googlemail.com>
2006-08-11 Alexander Olk <alex.olk at googlemail.com>
2006-08-26 Alexander Olk <alex.olk at googlemail.com>
use Desktop prefix only if a real folder doesn't exist anymore.
It is now possible to select the font, size or style with the
2006-08-29 Alexander Olk <alex.olk at googlemail.com>
2006-09-01 Alexander Olk <alex.olk at googlemail.com>
2006-09-02 Alexander Olk <alex.olk at googlemail.com>
* ListBox.cs: If the items are cleared with Items.Clear set
2006-09-06 Alexander Olk <alex.olk at googlemail.com>
2006-09-07 Alexander Olk <alex.olk at googlemail.com>
2006-09-07 Alexander Olk <alex.olk at googlemail.com>
* FileDialog.cs: Fix typo
* resources/, System.Windows.Forms.dll.resources, Makefile:
2006-09-08 Alexander Olk <alex.olk at googlemail.com>
2006-09-24 Alexander Olk <alex.olk at googlemail.com>
Also, send the FontXXXTextBox mouse wheel event to the corresponding
2006-10-03 Alexander Olk <alex.olk at googlemail.com>
2006-10-03 Alexander Olk <alex.olk at googlemail.com>
2006-10-24 Alexander Olk <alex.olk at googlemail.com>
Oops, some changes are not for svn yet.
2006-10-28 Alexander Olk <alex.olk at googlemail.com>
* MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
In System/System.ComponentModel:
* ComponentResourceManager.cs: Make ApplyResources work.
Throw an ArgumentNullException if value or objectName is null.
2006-10-29 Alexander Olk <alex.olk at googlemail.com>
2006-10-30 Alexander Olk <alex.olk at googlemail.com>
2006-10-30 Alexander Olk <alex.olk at googlemail.com>
* UpDownTest.cs: Added
2006-10-30 Alexander Olk <alex.olk at googlemail.com>
2006-11-05 Alexander Olk <alex.olk at googlemail.com>
2006-11-06 Alexander Olk <alex.olk at googlemail.com>
2006-11-06 Alexander Olk <alex.olk at googlemail.com>
In .:
2006-11-10 Alexander Olk <alex.olk at googlemail.com>
2006-11-10 Alexander Olk <alex.olk at googlemail.com>
2006-11-10 Alexander Olk <alex.olk at googlemail.com>
2006-11-11 Alexander Olk <alex.olk at googlemail.com>
2006-11-14 Alexander Olk <alex.olk at googlemail.com>
2006-11-17 Alexander Olk <alex.olk at googlemail.com>
2006-11-17 Alexander Olk <alex.olk at googlemail.com>
2006-12-07 Alexander Olk <alex.olk at googlemail.com>
2006-12-29 Alexander Olk <alex.olk at googlemail.com>
2006-12-30 Alexander Olk <alex.olk at googlemail.com>
2006-12-30 Alexander Olk <alex.olk at googlemail.com>
* ResourceManager.cs: Don't create the ResourceSets hashtable in the
2006-12-30 Alexander Olk <alex.olk at googlemail.com>
2006-01-04 Alexander Olk <alex.olk at googlemail.com>
2006-01-25 Alexander Olk <alex.olk at googlemail.com>
2007-01-31 Alexander Olk <alex.olk at googlemail.com>
Alexandre Gomes (5):
#define after token
2005-09-20 Alexandre Miguel Pedro Gomes <alexmipego at gmail.com>
Fix typo
Implemented FontInfo.ShouldSerializeNames and its Tests.
2009-10-23 Alexandre Gomes <alexmipego at gmail.com>
Alexandre Mutel (1):
Fix sizeof(T) in non-gshared code. Fixes #580189.
Alexandre Pigolkine (162):
small changes to be able to run SWF apps
implementation added
few test files deletes, new will be added
added stubs to compile SWF
see ChangeLog for details
see ChangeLog for details
checkin for Dennis Hayes, see changeLog for details
check in for Dennis Hayes, see ChangeLog
TrackBar control by Aleksey Ryabchuk (ryabchuk at yahoo.com), changes to monostub.c
check in for Steven Stewart
monogc.c added
checkin for Aleksey Ryabchuk, see ChangeLog for details
checkin for Dennis Hayes <dennish at raytek.com>, see ChangeLog
initial release
initial checkin
original version of monogc.c by John Sohn
file is not in Wine include folder
implementation of pthread_cond*, attempt to use LD_PRELOAD to override stubs in Wine
initial release
checkin for Aleksey Ryabchuk <ryabchuk at yahoo.com>, implementation of Timer class and small modifications to other files
Implementation of ProgressBar and DateTimePicker controls Aleksey Ryabchuk <ryabchuk at yahoo.com>
Implementation of Collections for (Checked)ListBox; notification handling for DateTimePicker control
Implementation of ToolTip and NumericUpDown/UpDownBase.
Fixed AllocCoTaskMem issure. Bug-fix for DTP.
initial implementation of MDI interface; Attempt to minimize fliker effect
personal data added
C friendly version
new painting code, BackColor logic, ControlStyles
GC stubs for Mini, EntryPoints for Win32 API
switch to Linux style line terminators
delegate function calls to implementation
first checkin
first implementation
first checkin
some implementation added
list.unix modified
small improvements
analyse environment variable/machine.config for implementation, PixelFormat property, ctor calls
small fix
change to ContainsFocus/Focused properties
first version
files added
call implementation
declare Save functions
stubs for Save functions
sample added
DockStyle.None & AnchorStyles
switch to unix line terminators
first version of codecs
implementation added, see ChangeLog
properties uncommented
support of InternalImageInfo, image loading
InternalImageInfo support
image painting, InternalImageInfo, image read/write
files added, --unsafe flag, cdecl delegates
cdeclCallbacks for libjpeg
example added
ilasm can compile this
fix to build with NAnt
demo application added
implementation added
calls to implementation
new file in list.unix
small fix
switch to unix line terminators
first version
properties added
implementation added
files added
switch to unix line terminators
checkin for Andreas Nahr <ClassDevelopment at A-SoftTech.com>, see ChangeLog for details
checkin for Andreas Nahr <ClassDevelopment at A-SoftTech.com>, see ChangeLog for details
checkin for Andreas Nahr <ClassDevelopment at A-SoftTech.com>
switch to unix line terminators
first version
calls to implementation added
file added
implementation added
DrawString implementation
reordered, IDesignerHost.cs removed, new files added
font1.cs added
pixel format check added, Jpeg encoder implemented
bpp check in JPEGCodec
coordinate transformation
DrawLine functions, Bitmap format
new file added, DrawLine function, HBITMAP, InternalImageInfo from HBITMAP
internal member to keep transformation matrix
pixel format for InternalImageInfo
new file added
encode 32 bpp images
save as Jpeg also
switch to unix line terminators
supply KnownColor enum value to save Enum.Parse at runtime
File removed from folder
image drawing
handle 32bpp images
OFNOTIFY structure simplified, wine_get_unix_filename, CLIENTCREATESTRUCT parameter for MDI
code generation program modified
specify member variable through "this" in .ctor
implementation added
png codec added
png callbacks added
save as png
PNGCodec.cs added
InternalImageInfo class improved
painting on loaded image
cosmetic changes
BmpPaint.cs modified
Button painting, MouseDown/Up, LAYOUT_SUSPENDED
Label painting changed, DrawStringDisabled changed
CheckBox painting, mask for subclassed control messages, Message properties
small change to previous commit
delegate Dispose to implementation
RadioButton painting in OnPaint
keep loaded image buffer for a moment
precompiled windows version updated
modifications for ComboBox sample
modified to be compatible with specification
compile time warning removed
new keyword added, SetBoundsCore for ComboBox, Enabled property in Control.cs
set ImageFormat and PixelFormat in contstuctors, GetDeviceCaps function and parameters
delegate Clear to implementation
Clear, DrawImage functions
DrawRadioButton and DrawCheckBox improved
Debug output removed
modified to be compatible with specification
painting code and click logic updated
Screen.cs small fixes and few methods implemented
switch to linux line terminators
stubs added
ServiceContainer implemented
new test added
checkin for Jordi Mas i Hernndez <jmas at softcatala.org> : Initial FileDialog Box implementation
2 files removed from Printing namespace
2 files removed
switch to Unix line terminators
checkin for Herv Poussineau <poussine at freesurf.fr>.
small fix to FontDialog.cs
FontDialog sample added
graphics state variable added
warning removed
factory removed
sources deleted. gdi+ based implementation will be added
implementation changed to gdi+
gdpi* files added
removed cairo,gtk,win32 implementations. Added gdi+ implementation
Factories.cs removed
new sources added
new sources added
gdiplus added to subdirs
added -f on clean
DrawString function added
GdipDrawImageRectI changed
use 32bpp bitmaps internally
codec can select pixel format of bitmap
convert 24/32 bpp in LockBits
copy image in Bitmap constructor
convert BGR to RGB, PNG codec fixed
copy image function added
removed symbol
BGR to RGB function
fixes to gdip, see ChangeLog for details
Alexandre Rocha Lima e Marcondes (31):
Error statement support
Error statement support
2005-09-16 Renato Suga <renato at psl-pr.softwarelivre.org>
2005-09-22 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-05-09 Aldo Monteiro <aldo at psl-pr.softwarelivre.org>
2005-09-26 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-10-05 Aldo Monteiro <aldo at psl-pr.softwarelivre.org>
2005-10-07 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-10-11 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-10-11 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-10-12 Renato Suga <renato at psl-pr.softwarelivre.org>
2005-10-27 Alexandre Rocha Lima e Marcondes
2005-10-19 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-10-29 Renato Suga<renato at psl-pr.softwarelivre.org>
2005-10-31 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-11-01 Aldo Monteiro do Nascimento <aldo at psl-pr.softwarelivre.org>
2005-11-06 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-11-07 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-11-07 Renato Suga <renato.suga at gmail.com>
2005-11-09 Renato Suga <renato.suga at gmail.com>
2005-11-16 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-11-18 Jelmer Vernooij <jelmer at samba.org>
2005-11-19 Jelmer Vernooij <jelmer at samba.org>
2005-11-20 Jelmer Vernooij <jelmer at samba.org>
2005-11-28 Jelmer Vernooij <jelmer at samba.org>
2005-11-28 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-11-29 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-12-07 Jelmer Vernooij <jelmer at samba.org>
2005-12-15 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-12-21 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-12-18 Alexandre Rocha Lima e Marcondes <alexandre at psl-pr.softwarelivre.org>
Allan Hsu (1):
* configure.in: added -DUSE_MMAP and -DUSE_MUNMAP to CPPFLAGS for Darwin. -DUSE_MMAP is already set in libgc for Darwin, but I added it here to match CPPFLAGS for other platforms.
Alon Gazit (65):
Page.ID should call Control.ID. needed for updating Page.ClientID.
fixing a typo in NoWrap property.
Panel doesn't render nowrap attribute while the Wrap property is set to
Add setting of The WRAP flag in the Wrap property's set method.
Change the implementation of the properties HorizontalAlign and VerticalAlign.
Changed AttributeCollection.Render().
The problem was in HtmlInputButton.RenderAttributes().
Change the implementation of the property Enabled.
Change the implementation of the property BackImageUrl.
Change the implementation of CreateControlHierarchy().
Disabled CheckBox does not produce same HTML as .NET.
Fixed DoVerticalRendering() and DoHorizontalRendering().
Fixed DoVerticalRendering() and DoHorizontalRendering().
Change Text property implementation.
Merge TableStyle properties when Style is empty.
Merge DataGridPagerStyle properties when Style is empty.
fix upper bound of for statement.
add parentheses to if statement.
change the implementation of LoadPostData.
update the implementation of RenderAttributes().
fix typo in IsRelativeUrl().
undo to the change that i made few hours ago.
Fixed DoVerticalRendering () and DoHorizontalRendering().
Headers and Footers are initialized with the relevant Style object.
Fixed PrepareControlHierarchyForItem().
implemented ExpiresAbsolute and Expires.
add check in Write() in order to prevent NullReferenceException.
update RenderItem() so that each item in the RadioButtonList or the
Fixed ControlPropertiesValid().
can't set item's value to null if the item is new.
fix typo in LoadPostData().
Fixed PrepareControlHierarchyForItem().
The property name always return the value of the property UniqueID.
Add validation check to Size property.
RepeatLayout property should affect the rendered html.
The CopyFrom methods in these classes shouldn't copy a value that is equal
fix problem with negative TabIndex (wasn't rendered).
prevent NullReferenceException in RenderAllDays().
fix little error in GetDirectory().
fixed a paging mechanism problem in the method InitializePager().
now Item(int index) returns null for nodeList.Count
fixed InitializeCell(). The rendered LiteralControl should contain " " and not " ".
This attribute is multiuse.Changed the AttributeUsage attribute.
This attribute is multiuse.
This attribute is inherited by derived classes.changed the AttributeUsage
This attribute is inherited by derived classes.changed the AttributeUsage
This attribute is inherited by derived classes.changed the AttributeUsage
Changed Read implementation.
fix ValidateCookieCollection() to prevent InvalidCastException.
fixed InstantiateItem() and DataSource property.
fixed LoadViewState() implementation.
fixed LoadViewState() and SaveViewState() in WebControl.
Changed Page.ProcessPostData().
using cache to get performance improvement.
added ServerVariablesCollection.
fixed ParseServerVariables().
this implementation is using a lazy loading mechanism for the server variables.
Adding ServerVariablesCollection.
Changing the implementation of HttpRequest.ServerVariables.
fixed WebControl.LoadViewState().
changed the Hashtables to case insensitive.
changed the implementation of GetViewStateString().
Changed the implementation of TemplateSourceDirectory and GetDefaultName().
WebControl.cs: changed RenderBeginTag()to use TagKey instead of TagName.
Replaced foreach statement with for statement,in order to improve performence.
Alp Toker (162):
mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
Directory for compiled libs to go into.
Make sure corlib is built _before_ mcs, and don't make unnecessary assumptions
It makes more sense to call mcs directly as wrapper shell scripts are soon to
File is obsolete.
ChangeLog update.
Web: fixed the tutorial link (but didn't push the site)
makefile.gnu: Added an install target (which sets permissions and respects
Added a makefile.gnu dist target.
Remove the generated y.output file in the clean target.
Wrote an INSTALL doc.
Force user to specify prefix
2002-12-10 Alp Toker <alp at atoker.com>
2002-12-10 Alp Toker <alp at atoker.com>
2002-12-15 Alp Toker <alp at atoker.com>
2003-01-12 Alp Toker <alp at atoker.com>
2003-03-07 Alp Toker <alp at atoker.com>
Reference the newly-built PEAPI.dll
Team entry
2003-04-23 Alp Toker <alp at atoker.com>
2003-04-25 Alp Toker <alp at atoker.com>
2003-05-01 Alp Toker <alp at atoker.com>
Added cilc man page
2003-05-02 Alp Toker <alp at atoker.com>
2003-05-02 Alp Toker <alp at atoker.com>
Linebreak
2003-09-03 Alp Toker <alp at atoker.com>
2003-09-03 Alp Toker <alp at atoker.com>
2004-12-06 Alp Toker <alp at atoker.com>
That should be mono_assembly_get_image()
Avoid conflicting parameter and internal variable names.
2004-12-08 Alp Toker <alp at atoker.com>
* README: Update test instructions.
2004-12-09 Alp Toker <alp at atoker.com>
TODO updates
Handle nested namespaces properly.
Handle multiple namespaces in a single assembly.
Name the generated .so according to the input assembly name.
Code generator access modifier cleanups.
Use base name of input as default output target directory.
Report missed type registry hits after generation.
Report missed type registry hits after generation, using FullName if needed.
Improve reporting.
Reduce verbosity.
2004-12-10 Alp Toker <alp at atoker.com>
The assembly is automatically copied into the generated directory.
Tweak the library output directory.
Don't indent the __cplusplus ifdef block in generated headers.
Include the Mono headers in the sources, not the headers.
Cleanups.
Fix with/and separator logic in overloaded method generation.
2004-12-11 Alp Toker <alp at atoker.com>
Add check to see if a registered type IsExternal
2004-12-12 Alp Toker <alp at atoker.com>
Consider types registered ByVal but not in main registry as unregistered.
Initial support for namespaceless assemblies.
* cilc.cs:
2004-12-13 Alp Toker <alp at atoker.com>
Explicit casts in generated code to avoid compiler warnings.
Update list of remaining tasks
2004-12-27 Alp Toker <alp at atoker.com>
2005-01-20 Alp Toker <alp at atoker.com>
2005-03-31 Alp Toker <alp at atoker.com>
2005-04-08 Alp Toker <alp at atoker.com>
2005-05-08 Alp Toker <alp at atoker.com>
2005-11-25 Alp Toker <alp at atoker.com>
Correct logic this time
2005-12-01 Alp Toker <alp at atoker.com>
2005-12-02 Alp Toker <alp at atoker.com>
2005-12-22 Alp Toker <alp at atoker.com>
2005-12-22 Alp Toker <alp at atoker.com>
* cilc.cs: Add support for string return types and properties, begin work to
2005-12-24 Alp Toker <alp at atoker.com>
Make JIT parse default config files before init
2005-12-27 Alp Toker <alp at atoker.com>
2006-01-16 Alp Toker <alp at atoker.com>
2006-01-17 Alp Toker <alp at atoker.com>
2006-02-18 Alp Toker <alp at atoker.com>
Fix build by updating MdiChildContext.cs as intended by previous commit.
2006-04-21 Alp Toker <alp at atoker.com>
Fix annoying typos
Fix annoying typos
2006-07-21 Alp Toker <alp at atoker.com>
2006-07-24 Alp Toker <alp at atoker.com>
Tiny doc typofix
Struct member typofix 'Mondal' -> 'Modal', not used anywhere
2006-08-09 Alp Toker <alp at atoker.com>
2006-08-16 Alp Toker <alp at atoker.com>
2006-08-16 Alp Toker <alp at atoker.com>
Comment typofix
2006-08-23 Alp Toker <alp at atoker.com>
2006-08-23 Alp Toker <alp at atoker.com>
Grammar fix
Grammar and typo fixes
2006-08-25 Alp Toker <alp at atoker.com>
2006-12-07 Alp Toker <alp at atoker.com>
Remove commented code
2006-12-23 Alp Toker <alp at atoker.com>
Comment typofix
2006-12-27 Alp Toker <alp at atoker.com>
Update authors in comments
2006-12-27 Alp Toker <alp at atoker.com>
Add new surface to sources
2006-12-28 Alp Toker <alp at atoker.com>
2006-12-30 Alp Toker <alp at atoker.com>
2006-12-30 Alp Toker <alp at atoker.com>
2006-12-30 Alp Toker <alp at atoker.com>
2007-01-05 Alp Toker <alp at atoker.com>
2007-01-05 Alp Toker <alp at atoker.com>
2007-01-08 Alp Toker <alp at atoker.com>
2007-01-08 Alp Toker <alp at atoker.com>
2007-01-08 Alp Toker <alp at atoker.com>
2007-01-08 Alp Toker <alp at atoker.com>
2007-01-15 Alp Toker <alp at atoker.com>
2007-01-17 Alp Toker <alp at atoker.com>
Small grammar fix.
2007-01-17 Alp Toker <alp at atoker.com>
Typos
2007-03-01 Alp Toker <alp at atoker.com>
2007-03-01 Alp Toker <alp at atoker.com>
2007-03-13 Alp Toker <alp at atoker.com>
2007-03-13 Alp Toker <alp at atoker.com>
2007-03-13 Alp Toker <alp at atoker.com>
2007-03-13 Alp Toker <alp at atoker.com>
Revert r74157 -- should not have been a compiler test
2007-03-13 Alp Toker <alp at atoker.com>
Typo fix
2007-03-18 Alp Toker <alp at atoker.com>
2007-04-01 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
Fix indentation
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-03 Alp Toker <alp at atoker.com>
2007-04-09 Alp Toker <alp at atoker.com>
2007-04-09 Alp Toker <alp at atoker.com>
2007-04-09 Alp Toker <alp at atoker.com>
2007-04-09 Alp Toker <alp at atoker.com>
2007-04-15 Alp Toker <alp at atoker.com>
2007-04-15 Alp Toker <alp at atoker.com>
2007-04-15 Alp Toker <alp at atoker.com>
2007-04-15 Alp Toker <alp at atoker.com>
2007-04-15 Alp Toker <alp at atoker.com>
2007-04-17 Alp Toker <alp at atoker.com>
2007-04-17 Alp Toker <alp at atoker.com>
2007-04-17 Alp Toker <alp at atoker.com>
2007-04-21 Alp Toker <alp at atoker.com>
2007-10-05 Alp Toker <alp at atoker.com>
2007-10-05 Alp Toker <alp at atoker.com>
2007-11-10 Alp Toker <alp at atoker.com>
2008-06-26 Alp Toker <alp at nuanti.com>
2008-06-26 Alp Toker <alp at nuanti.com>
Another prospective fix for the build bot
Disable DOLT by default and bring back the configure flag
2008-06-30 Alp Toker <alp at nuanti.com>
2009-10-23 Alp Toker <alp at nuanti.com>
2009-10-23 Alp Toker <alp at nuanti.com>
Alvaro del Castillo (2):
Fixes to the correct links in Mono Hispano - acs
2003-02-05 Alvaro del Castillo <acs at barrapunto.com>
Andreas Färber (43):
Added missing ChangeLog entry
2007-11-06 Andreas Faerber <andreas.faerber at web.de>
2008-01-04 Andreas Faerber <andreas.faerber at web.de>
2008-01-05 Andreas Faerber <andreas.faerber at web.de>
2008-01-05 Andreas Faerber <andreas.faerber at web.de>
2008-01-15 Andreas Faerber <andreas.faerber at web.de>
2008-05-04 Andreas Faerber <andreas.faerber at web.de>
2008-05-04 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-05 Andreas Faerber <andreas.faerber at web.de>
2008-05-31 Andreas Faerber <andreas.faerber at web.de>
2008-06-05 Andreas Faerber <andreas.faerber at web.de>
2008-06-23 Andreas Faerber <andreas.faerber at web.de>
2008-07-27 Andreas Faerber <andreas.faerber at web.de>
2008-08-03 Andreas Faerber <andreas.faerber at web.de>
2008-08-05 Andreas Faerber <andreas.faerber at web.de>
2008-10-04 Andreas Faerber <andreas.faerber at web.de>
2008-10-04 Andreas Faerber <andreas.faerber at web.de>
2008-11-14 Andreas Faerber <andreas.faerber at web.de>
2008-11-14 Andreas Faerber <andreas.faerber at web.de>
2008-11-15 Andreas Faerber <andreas.faerber at web.de>
Fix build without GC
2009-11-15 Andreas Faerber <andreas.faerber at web.de>
2009-11-15 Andreas Faerber <andreas.faerber at web.de>
2009-11-23 Andreas Faerber <andreas.faerber at web.de>
Handle absence of socket constants
Add include for fd_set
Don't rely on SIGIO
Fix mono version for git
configure: Add support for Haiku
config: Add support for Haiku
mini: Add support for BeOS-style signal handlers
configure: Fix typo
configure: Set default for moonlight
mini: Disable soft debugger when not using sigaction
io-layer: Fix process helper functions for Haiku
eglib: Fix hardcoded library dependencies for Haiku
eglib: Fix iconv check for GNU libiconv
configure: Don't hardcode libm dependency
Andreas N (412):
2003-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-28 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-20 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-20 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-06-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Locale.cs Removed
2003-07-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Locale.cs removed
Updated to recent version
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-07-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-08-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Tiny documentation fix
AssemblyInfo.cs: Added missing attribute
TimerElapsedEventArgs.cs: Added missing Attribute, restyled
2003-11-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
corrected some format errors my previous commit did make
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Corrected version
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-19 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-19 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-19 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-26 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2003-11-26 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-01-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
removed
2004-02-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
removed
2004-02-07 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-22 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-22 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-02-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-10 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-12 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Do not abuse the consts scheme
2004-03-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-16 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-22 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
removed
2004-03-31 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-31 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-03-31 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
added files
removed
2004-04-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
added files
2004-04-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
removed file
2004-04-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
added file
2004-04-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
removed/ added files
2004-04-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-42 Robert Shade <rshade at dvsconsulting.com>
2004-04-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-28 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
ups
2004-05-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-11 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-05-17 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-09 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-21 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
fix build
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
small fix
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
typo
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
fix guid
small fix
small fix
remove extra Attribute
remove additional Attribute
fix attribute
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
uups
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
fix names
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
support standalone
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
remove duplicates
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-04-25 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
per request comment out 3.5 stuff
tiny doc fix for consistency
2008-05-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-14 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-16 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-16 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-18 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
revert for now, regresses tests in System.Web 2.0
2008-05-19 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
fix build
2008-05-20 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-20 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
revert. We need FAR more testcases for string ;)
2008-05-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-01 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-05-24 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-05 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
should not have gotten commited (from internal dev tests)
2008-06-16 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-16 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-27 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-06-30 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Formatting
2008-04-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-02 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-03 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-04 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-06 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2008-07-08 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Andrei Zmievski (4):
* Boolean.cs: implemented IConvertible interface
Forgot to commit ChangeLog.
12-01-20 Andrei Zmievski <andrei at php.net>
2002-01-28 Andrei Zmievski <andrei at php.net>
Andreia Gaita (367):
2006-10-07 Andreia Gaita <shana.ufie at gmail.com>
2006-10-13 Andreia Gaita <shana.ufie at gmail.com>
2006-10-20 Andreia Gaita <shana.ufie at gmail.com>
2006-10-20 Andreia Gaita <shana.ufie at gmail.com>
2006-10-25 Andreia Gaita <shana.ufie at gmail.com>
2006-10-25 Andreia Gaita <shana.ufie at gmail.com>
* ContainerControl.cs: reversed Contains check from
* ContainerControl.cs: reverted rev.67183 (which was itself
* Control.cs : Focus() now calls Select to set the Container's
* Button.cs: only perform click when button is Selectable (so as
Fixes #79835, implements PrinterSettings.IsValid, throws proper
* PrintingServicesWin32.cs: fix another dumb typo -
* NumericUpDown:
2006-11-28 Andreia Gaita <avidigal at novell.com>
Revert rev.68635 changes to Form.cs and PrintPreviewDialog.cs
Hopefully fixes #79835
2006-12-01 Andreia Gaita <avidigal at novell.com>
2006-12-02 Andreia Gaita <avidigal at novell.com>
* TabControl.cs: Fix default tab selection to after TabControl gets focus and not before. Fixes #80128
* TabControl.cs: Let the selected index be set freely if the
* NumericUpDown.cs: Update value on getter. Fixes #79950
* UpDownBase: Handle MouseWheel call directly instead of capturing the
* TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
Gert's TabControlTests
TabControl.cs: Set visibility on selected or default tab
2006-12-12 Andreia Gaita <avidigal at novell.com>
* SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput,
* SendKeysTest.cs: Test cases for SendKeys
* TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
SendKeys X11 support.
* SendKeys.cs: Fix Send() behaviour, clear keys after sending,
* ContainerControl.cs: set activeControl for parent forms up the
2006-12-31 Andreia Gaita <avidigal at novell.com>
* SendKeys.cs: window handle is not needed in win32, so just
* HttpRuntime.cs: Add check for NET_2_0 when initializing
* FormTest.cs: disabled ActivateTest
Fixes GetMessage exception that was keeping winforms apps from running.
* ContainerControl.cs: Remove ContainerSelected flag, not needed
* ControlTest.cs: Add test to check if Exception is raised when
* LinkLabel.cs: Missing ControlStyles. Fixes #80482
2007-01-18 Andreia Gaita <avidigal at novell.com>
2007-01-19 Andreia Gaita <avidigal at novell.com>
* TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
* SendKeysTest.cs: wrong value for Interval, should be > 0
* DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast,
2007-01-23 Andreia Gaita <avidigal at novell.com>
2007-01-29 Andreia Gaita <avidigal at novell.com>
* PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image
Forgot the changelog for rev 72500 :p
* Control.cs: Code reorganization only.
* ContainerControl.cs: Focus fix for nunit treeview selection bug.
2007-02-16 Andreia Gaita <avidigal at novell.com>
2007-02-16 Andreia Gaita <avidigal at novell.com>
2007-02-20 Andreia Gaita <avidigal at novell.com>
2007-02-20 Andreia Gaita <avidigal at novell.com>
2007-02-20 Andreia Gaita <avidigal at novell.com>
2007-02-21 Andreia Gaita <avidigal at novell.com>
2007-02-21 Andreia Gaita <avidigal at novell.com>
2007-02-21 Andreia Gaita <avidigal at novell.com>
* SqlRoleProvider.cs: Fix parameter binding to stored procedures.
* Label.cs: Implement AutoEllipsis (2.0)
* SqlCommand.cs (ExecuteScalar): when calling stored procedures,
2007-03-09 Andreia Gaita <avidigal at novell.com>
2007-03-09 Andreia Gaita <avidigal at novell.com>
* PrintingServices.cs: Add missing static method SysPrn.GetPrintDialogInfo
2007-03-14 Andreia Gaita <avidigal at novell.com>
2007-03-15 Andreia Gaita <avidigal at novell.com>
2007-03-16 Andreia Gaita <avidigal at novell.com>
2007-03-16 Andreia Gaita <avidigal at novell.com>
* PaintEventArgs.cs (Dispose): Only dispose of graphics object if
* ListViewItem.cs: Fix back and fore color. The subitems only
* DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
* NumericUpDown.cs: Fix logic so Text and Value properties are not
2007-03-26 Andreia Gaita <avidigal at novell.com>
2007-04-03 Andreia Gaita <avidigal at novell.com>
2007-04-15 Andreia Gaita <avidigal at novell.com>
* MimeIcon.cs: remove using blocks so that image streams are
* TableLayoutSettings.cs:
* WebBrowser.cs,
* TabControl.cs: Change SetTab so it adds the tabpage to the list
* ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and
* TabControl.cs: Implement missing 2.0 methods (SelectTab,
* ContainerControl.cs: Fix active_control attribution when going
* TabControlPainter.cs: Use ControlPaint static methods
2007-05-10 Andreia Gaita <avidigal at novell.com>
* ContainerControl.cs: only process tab key if there are no
* TabControl.cs: Add 2.0 methods and events, including
2007-05-17 Andreia Gaita <avidigal at novell.com>
remove extra lines at the end of the resources file, it messes up the csproj generation
sync up the csproj files some more (remove empty resource file entry)
./:
2007-05-21 Andreia Gaita <avidigal at novell.com>
2007-05-22 Andreia Gaita <avidigal at novell.com>
2007-05-23 Andreia Gaita <avidigal at novell.com>
2007-05-23 Andreia Gaita <avidigal at novell.com>
2007-05-23 Andreia Gaita <avidigal at novell.com>
2007-05-23 Andreia Gaita <avidigal at novell.com>
* NumericUpDown.cs: Refactor code to fix regressions on #79950 and
2007-05-28 Andreia Gaita <avidigal at novell.com>
2007-05-28 Andreia Gaita <avidigal at novell.com>
2007-05-28 Andreia Gaita <avidigal at novell.com>
2007-05-29 Andreia Gaita <avidigal at novell.com>
2007-05-29 Andreia Gaita <avidigal at novell.com>
2007-05-29 Andreia Gaita <avidigal at novell.com>
ContainerControl.cs: Raise Validation and Enter/Leave events
* ContainerControl.cs: Set active_control even earlier, before
* FocusTest.cs: Add tests for ContainerControl - fire events even if
2007-06-01 Andreia Gaita <avidigal at novell.com>
* ContainerControl.cs: Fire enter event for common ancestor if
* PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
* PrintDialog.cs: Add collation preview thumbnails. Fixes #80726. (forgot the changelog)
2007-06-05 David Ferguson <davecferguson at gmail.com>
2007-06-05 Andreia Gaita <avidigal at novell.com>
* TabControl.cs: Check if there are tabpages before checking
2007-07-13 William Holmes <billholmes54 at gmail.com>
* PrintPreviewControl.cs: Remove extraneous Invalidate calls. Separate
2007-07-18 Andreia Gaita <avidigal at novell.com>
2007-07-18 Andreia Gaita <avidigal at novell.com>
2007-08-10 Andreia Gaita <avidigal at novell.com>
2007-08-10 Andreia Gaita <avidigal at novell.com>
* Makefile: integrate Mono.Mozilla wrapper in the build.
2007-08-11 Andreia Gaita <avidigal at novell.com>
2007-08-11 Andreia Gaita <avidigal at novell.com>
2007-08-11 Andreia Gaita <avidigal at novell.com>
2007-08-11 Andreia Gaita <avidigal at novell.com>
2007-08-19 Andreia Gaita <avidigal at novell.com>
2007-08-19 Andreia Gaita <avidigal at novell.com>
2007-08-19 Andreia Gaita <avidigal at novell.com>
2007-09-12 Andreia Gaita <avidigal at novell.com>
2007-09-12 Andreia Gaita <avidigal at novell.com>
2007-09-13 Andreia Gaita <avidigal at novell.com>
2007-09-19 Andreia Gaita <avidigal at novell.com>
2007-09-23 Andreia Gaita <avidigal at novell.com>
2007-10-07 Andreia Gaita <avidigal at novell.com>
2007-10-07 Andreia Gaita <avidigal at novell.com>
2007-10-08 Andreia Gaita <avidigal at novell.com>
2007-10-18 Andreia Gaita <avidigal at novell.com>
* SD2K5.csproj: Add 2k5 project
* build-csproj2k5, SWF2k5.csproj: add System.configuration reference
* TextBoxTextRenderer.cs: Lower bounds max size to Int16.MaxValue, the
* SendKeys.cs: apply jpobst's patch to bug #332409
* Fix the ChangeLogs
* ContainerControl.cs: Check if the active control is a
* Add manual test scripts for 2.0
* AlertCheck.cs, ConfirmCheck.cs, Generic.cs, Prompt.cs: Fix warnings
Mono.Mozilla/Base.cs: use the blur method to signal when the webbrowser loses focus
* Base.cs: Send (and create if needed) user dir to store local mozilla data
* WebBrowserBase.cs: Only call resize on gluezilla when it is active
* WebBrowserBase.cs: revert previous change, resize can be called anytime
* Control.cs: Remove select call on click. Fixes #325809
* Control.cs: Revert r88915. Selecting text on a textbox depends on
* Mono.Mozilla.dll.sources,
* HtmlElement.cs: Implement InnerText setter.
* Mono.Mozilla.csproj, Mono.Mozilla2K5.csproj: Synch with .sources
* Control.cs: When updating the zorder, check if the child to update is
* XPlatUIX11.cs: Do not treat tool windows as if they have no
* Control.cs: When updating the zorder, ignore windows that are not
* Control.cs: When removing controls, get the actual container
* FormTest.cs: Run ChildFocused test for win only, relies
* X11Keyboard.cs: Use Xutf8LookupString to support international
* Control.cs: check if windows are actually mapped before
* PrintingServicesWin32.cs: Add enumeration flag to get remote
* XPlatUIX11.cs: Send paint messages when updating a systray icon
* Mono.Mozilla/DOM/DOMHTMLDocument.cs,
* xpidl2cs.pl: Generates c# interfaces from xpcom (mozilla)
2007-12-30 Andreia Gaita <avidigal at novell.com>
* xpidl2cs.pl: Add support for getting idls from other paths, fix
* xpidl2cs.pl: Add more type conversions, don't output return
* Mono.Mozilla/interfaces/nsIDOMRange.cs,
* Mono.Mozilla/Base.cs: Add GetProxyForObject method to create proxies
* Mono.Mozilla/DOM/Navigation.cs: Fix calls to the nsIWebNavigation
* Mono.Mozilla.dll.sources: Added new classes (see below).
* HtmlDocument.cs: Fix case on GetElementById (interface changed)
* build-csproj2k5: Added to generate Mono.Mozilla2K5.csproj from .sources
2008-01-09 Andreia Gaita <avidigal at novell.com>
* Mono.Mozilla/Base.cs,
* Mono.Mozilla/interfaces/nsIDOMNSHTMLElement.cs: Added. Interface to
* Mono.Mozilla.dll.sources, Mono.Mozilla2K5.csproj: Updated.
* HtmlElementCollection.cs: Implemented
* LinkLabel.cs: Reset focused_index when resellecting the control.
* ContainerControl.cs: Add flag to track if a control cancels validation,
* Control.cs: Check if there is a container before setting or getting
* Mono.Mozilla/WebBrowser.cs: fix Document accessor
* Mono.WebBrowser/DOM/INavigation.cs: Add Go overload with flags,
* WebBrowserBase.cs: Check if control was loaded properly,
* Mono.Mozilla.dll.sources, Mono.Mozilla.2K5.csproj: Added files.
* HtmlDocument.cs:
2008-01-24 Andreia Gaita <avidigal at novell.com>
SWF2K5.csproj, SWF.csproj: synched
* PropertyGridView.cs: Rearrange the dropdown loop so that it exits when
* Mono.WebBrowser/DOM/IWindow.cs, Mono.Mozilla/DOM/Window.cs:
* Assembly/AssemblyInfo.cs: Version change
* HtmlWindow.cs: Add event handler support. Add Document, Frames,
* xpidl2cs.pl: Add support for arrays in parameters
2008-02-05 Andreia Gaita <avidigal at novell.com>
* WebBrowser.cs: Do a normal page refresh by default.
* Navigation.cs: Pass the proper flags to reload
* build-csproj2k5: fixed mono.mozilla project guid
* PrintControllerWithStatusDialog.cs: Set PrintFileName value through
* Control.cs: Reset properties to their pre parent-change values in case
* Form.cs: When closing forms, get focus back to the active control of the
* Form.cs: Add a null check (darn it).
* XplatUIX11.cs: If the handle is null when posting a message, use the
* XplatUIX11.cs: Create FosterParent with border width at 0.
* ControlTest.cs: New test to check if, when controls don't have
* Control.cs: Added a new flag is_disposing to track if the
* Application.cs: Change the message_filters loop so a filter
* PropertyGridView.cs: Use a message filter to check when to
* PropertyGridView.cs: Revert the message filtering change, as we
* xpidlcs.pl: Add overrideable names (for renaming parameters that
* Mono.Mozilla/DOM/EventListener.cs: Implementation of the
* WebBrowserBase.cs: MouseClick sig changed.
* HtmlElement.cs: More handlers for mouse and key events
* HtmlHistory.cs: Fix sigs for Forward and Back to navigate by index
* xpidl2cs.pl: More type conversion. Fix const vs
* Mono.Mozilla.dll.sources: Added yet another bunch of interfaces to
* Mono.Mozilla/Base.cs: Add service manager getter.
* Mono.WebBrowser/Exception.cs: Fix 1.1 build. Add header.
* Mono.Mozilla/WebBrowser.cs: Fix access to the navigation object (give it a chance to initialize)
* System.Windows.Forms/WebBrowser.cs: Add missing attributes, missing
* System.Windows.Forms/WebBrowserBase.cs: Fix attributes, add events
* System.Windows.Forms/UserControl.cs: Select the first available
* Mono.WebBrowser/IWebBrowser.cs, Mono.Mozilla/WebBrowser.cs: Add
* Mono.Mozilla/AsciiString.cs, Mono.Mozilla/UniString.cs: Fix for string
* Mono.Mozilla/DOM/Document.cs: Differentiate between html and non-html
* Mono.Mozilla/DOM/Element.cs,
* Mono.Mozilla/Base.cs: Change the initialization logic so that
* Mono.Mozilla2K5.csproj, Mono.Mozilla.dll.sources,
* HtmlDocument.cs, HtmlElement.cs, HtmlHistory.cs, WebBrowser.cs:
* Mono.Mozilla/DOM/Navigation.cs, Mono.WebBrowser/DOM/INavigation.cs:
* System.Windows.Forms/HtmlHistory.cs: Implement Length property
* System.Windows.Forms/WebBrowserBase.cs: Added WndProc, DrawToBitmap,
* build-csproj2k5: Fix line endings
* tools/xpidl2cs/xpidl2cs.pl: Fix parsing for non-scriptable interfaces
* Mono.Mozilla.dll.sources, Mono.Mozilla2K5.csproj: Added new generated
* Mono.WebBrowser/DOM/IDocument.cs, Mono.Mozilla/DOM/Document.cs,
* HtmlElement.cs, HtmlDocument.cs: Implement custom event handler
* System.Windows.Forms/HtmlElement.cs,
* Mono.Mozilla/DOM/Node.cs, Mono.WebBrowser/DOM/INode.cs: Add event
* Mono.Mozilla/DOM/Node.cs: Add support for different types of events
* Mono.Mozilla/DOM/Node.cs: No need to proxy event objects, they should
* System.Windows.Forms/HtmlElement.cs: Implement RaiseEvent (event
* System.Windows.Forms/HtmlWindow.cs,
* mcs/class/Mono.Mozilla/Mono.WebBrowser/DOM/IDocument.cs,
* mcs/class/Mono.Mozilla/Mono.WebBrowser/DOM/IElement.cs,
* mcs/class/Mono.Mozilla/Mono.WebBrowser/DOM/IElement.cs,
* winforms/webbrowser/standalone/Page.cs,
* System.Windows.Forms/WebBrowserBase.cs: Hiding away non-public
* System.Windows.Forms/WebBrowserBase.cs: Override Internal alternative
* gluezilla/src/BrowserWindow.cpp,
* gluezilla/src/BrowserWindow.cpp, gluezilla/src/gluezilla.h: Add more
* mcs/class/Makefile, mcs/class/Mono.Mozilla,
* mcs/class/Managed.Windows.Forms/SWF2k5.csproj,
* mcs/class/Mono.WebBrowser/README: Warning about dependencies
* mcs/class/Mono.WebBrowser/Makefile: Fix build target
* System.Windows.Forms/ContainerControl.cs: Check for null dead-end
2008-06-02 Andreia Gaita <avidigal at novell.com>
* mcs/class/Managed.Windows.Forms/build-csproj2k5,
* mcs/class/Mono.WebBrowser/tools/xpidl2cs/xpidl2cs.pl: Add mapping:
* mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs:
* tools/xpidl2cs/xpidl2cs.pl: Add more type conversions. Add support
* mcs/class/Mono.WebBrowser/tools/xpidl2cs/xpidl2cs.pl: Added
gluezilla/src:
* Mono.Mozilla/DOM/Attribute.cs: Fix missing setter
Remove leftover + character
Andy Hume <andyhume32 at yahoo dot co dot uk>
* Fix inconsistent newlines. Add eol-style property.
* Mono.Mozilla/Base.cs: Clean up list of webcontrol objects when
* gluezilla/src/gluezilla.cpp, gluezilla/src/gluezilla.h: Return the
* Mono.Mozilla/AsciiString.cs: Change marshalling to ansi - auto is no
* xpidl2cs.pl: fix infinite loop for generate_dependents, conflict
* xpidl2cs.pl: fix parameter duplication. Add more type conversions
* Mono.Mozilla/interfaces/nsIDOMRGBColor.cs,
* xpidl2cs.pl: whitespace clean up
* Mono.Mozilla/DOM/Node.cs, Mono.WebBrowser/DOM/INode.cs,
* Mono.Mozilla/interfaces/nsIServiceManager.cs: change signature to
* AspParser.cs: When parsing text which contain xml tags that resemble
* Mono.WebBrowser/tools/xpidl2cs/xpidl2cs.pl: add option parsing. add
Rewrite of OuterHTML to fix winforms' DocumentText and some minor fixes.
* System.Windows.Forms/WebBrowser.cs: Use DocumentElement as the
* Test/System.Windows.Forms/tests2.sh: Some useful test options, see
* Managed.Windows.Forms/System.Windows.Forms/Form.cs:
* Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs: Fix
* tests2.sh: Remove extra echos
* Managed.Windows.Forms/System.Windows.Forms/HtmlDocument.cs,
* Mono.Mozilla/DOM/Node.cs,
* SWF.csproj, SWF2k5.csproj: Update project files
* HtmlDocument.cs,
* System.Windows.Forms/WebBrowser.cs: Use the new ContentStream
* Mono.Mozilla/DOM/Document.cs,
* Mono.Mozilla/DOM/Node.cs,
activate message fix: a call to .Show now waits until both WM_SHOWWINDOW and
* TestHelper.cs: Add virtual setup and teardown methods. Any forms left
* TestHelper.cs: Remove extraneous debug message
* Form.cs (SetVisibleCore): since set_ActiveControl no longer calls focus
* Mono.WebBrowser/Manager.cs: Use new webkit backend if requested. If
* build-csproj2k5-tests: Added net_2_0 configuration to go along with
* SWF2k5-tests.csproj: Fix the previous ChangeLog entry (bad merge).
* System.Windows.Forms/HtmlElement.cs: Small code cleanup
* Test/System.Windows.Forms/FocusTest.cs,
* Test/System.Windows.Forms/TestHelper.cs: Inconsistent eol fixes and
* Mono.WebBrowser.dll.sources, Mono.WebBrowser2K5.csproj,
* Mono.Mozilla/DOM/Node.cs, Mono.Mozilla/DOM/Window.cs: Fix equality
* Mono.WebBrowser/IWebBrowser.cs, Mono.Mozilla/WebBrowser.cs: Support
* Mono.Mozilla/Callback.cs, Mono.WebBrowser/DOM/EventArgs.cs: strong
* Makefile: Remove uneeded win32-specific hack
* Mono.Mozilla/DOM/Node.cs, Mono.Mozilla/DOM/Window.cs: Fix comparison operators
* Mono.WebBrowser.dll.sources, Mono.WebBrowser2K5.csproj,
* Mono.Mozilla/DOM/Node.cs, Mono.Mozilla/DOM/Window.cs: Fix equality
* Mono.WebBrowser/IWebBrowser.cs, Mono.Mozilla/WebBrowser.cs: Support script
* System.Drawing/Image.cs: On win32, when cloning images initialized from
* System.Drawing/Image.cs: On win32, when cloning images initialized from
* Mono.Mozilla/DOM/ContentListener.cs: Added (oops)
* WebBrowser.cs, HtmlDocument.cs: Fixes for #428172
* XplatUI.cs: Only use PlatformID.MacOSX enum when not building on VS
* Mono.Mozilla/Base.cs, Mono.Mozilla/WebBrowser.cs: Separate initialization
* Mono.Mozilla/Callback.cs,
* Application.cs: If a message comes in for an embedded control
* Mono.Mozilla/WebBrowser.cs: create the browser window when the control gets
* Mono.Mozilla/Callback.cs: Send NS_BINDING_ABORTED code for a cancelled request.
* Mono.Mozilla/WebBrowser.cs: Do delayed resizing, when the resize happens
* Mono.Mozilla/Callback.cs: Catch redirecting and update url accordingly.
* WebBrowser.cs, WebBrowserBase.cs: Delay loading of DocumentStream
* WebBrowser.cs: fix initial value of ScrollbarsEnabled, so they
2009-01-30 Andreia Gaita <avidigal at novell.com>
2009-02-02 Andreia Gaita <avidigal at novell.com>
2009-03-12 Andreia Gaita <avidigal at novell.com>
2009-03-13 Andreia Gaita <avidigal at novell.com>
2009-05-13 Andreia Gaita <avidigal at novell.com>
2009-05-13 Andreia Gaita <avidigal at novell.com>
* Makefile.am: avoid going on the network just to get the revision,
* config.in: add libcups dllmap entry
* src/garray.c: (g_array_remove_index_fast) only move 1 element
* src/gptrarray.c: implement g_ptr_array_remove_index_fast
* XmlConvert.cs: make ToUri static, fixes #548918 (moon)
* DataContractJsonSerializer.cs: SL accepts keys without "", so tweak
* XmlNamespaceManager.cs: XmlReader.Read calls LookupNamespace via
* XmlTextReaderTests.cs: Added ParsingWithNSMgrSubclass test to check
2010-03-03 Andreia Gaita <avidigal at novell.com>
2010-03-22 Andreia Gaita <avidigal at gmail.com>
* configure.in: add --with-mcs-path option to specify where the mcs
* docs/Makefile.am: fix distcheck - several targets get built on the
* Makefile.am: create a convenience library for moon to link with
* configure.in: Add an extra "only" option to --with-moonlight. This
2010-04-13 Andreia Gaita <avidigal at novell.com>
* SerializationMap.cs: when deserializing, it is possible that the
* HttpRequestChannel.cs: if the response has no body, create an
* DataContractSerializerTest.cs: Add test for deserializing objects
* X11Dnd.cs: Fix a few crashers, making sure the client window is valid
2010-06-29 Andreia Gaita <avidigal at novell.com>
Add serialization support for generic IDictionary objects
Add support for deserializing Char types
Fix UriParser.GetComponents for the PathAndQuery case
[Json] Fix uint type conversion when reading, should be mapped to long, not int
[Json] Fix decimal type serialization
[Json] Add support for calling external json (de)serialization methods
[Xml] Fix GetAttribute to handle null namespaces properly, add unit test.
[JsonWriter] Fix JsonWriter yet again. Behaviour of WriteRaw on .net and sl is
[Xml] Only call Close on the base Writer if it hasn't been closed yet. Fixes #651647
[Xml] Check if the underlying writer supports LookupPrefix and return empty
[Xml] duh, don't hide the stacktrace
[Moon] Speed up the moonlight build by stripping it down to the bare basics
[Moon] include cecil when building mono for moon
Add --with-moon-gc to select the gc to use with moon (boehm/sgen)
Document the new --with-moon-gc flag on the README
Fix moonlight build
Moonlight build fixes and cleanup
Andrew Birkett (19):
2002-07-06 Andrew Birkett <adb at tardis.ed.ac.uk>
2002-07-06 Andrew Birkett <adb at tardis.ed.ac.uk>
2002-07-06 Andrew Birkett <adb at tardis.ed.ac.uk>
2002-07-06 Andrew Birkett <adb at tardis.ed.ac.uk>
2002-07-27 Andrew Birkett <andy at nobugs.org>
2002-09-11 Andrew Birkett <andy at nobugs.org>
2002-09-15 Andrew Birkett <andy at nobugs.org>
2002-09-15 Andrew Birkett <andy at nobugs.org>
* Rijndael.cs: Create() now gives you a RijndaelManaged object
* System.Security.Cryptography/RijndaelManagedTest.cs: New test
2002-09-22 Andrew Birkett <andy at nobugs.org>
2002-09-22 Andrew Birkett <andy at nobugs.org>
2002-09-22 Andrew Birkett <andy at nobugs.org>
2002-09-23 Andrew Birkett <andy at nobugs.org>
2002-09-23 Andrew Birkett <andy at nobugs.org>
2002-10-05 Andrew Birkett <andy at nobugs.org>
2002-10-05 Andrew Birkett <andy at nobugs.org>
2002-10-05 Andrew Birkett <andy at nobugs.org>
2002-10-05 Andrew Birkett <andy at nobugs.org>
Andrew Jorgensen (75):
build System.Xml.Linq in the 2.0 profile
Cannot have PROGRAM conditional (breaks dist)
cannot dist directories
Bump versions to 2.2
Fix bnc#472021
remove genxs2 (no 2.0 profile assembly is built)
Makefile: Fixed dist from last commit here
add spec file for monkeywrench
Add Info.plist to EXTRA_DIST
disable moonlight in .spec (not installed anyway)
use wildcards for .mdbs
add lc to spec
add gcc-c++ dep
remove oldmono man page
mint manpage should also be conditional
remove monostyle manpage
spec fixes galore
re-add security stuff that went missing to spec
spec fixes
build fix via grendel
fix dist, reviewed by vargaz
Add DIST_SUBDIRS with SUBDIRS and net_4_0_dirs so that all that stuff gets dist'd
first stage in spec file overhaul: make it at least work and fix the libmono devel thing
Fix some compiler warning that SUSE takes seriously.
fix remaining rpm errors and remove glib2-devel dep (we use eglib now)
* scripts/mono-find-*.in: Look for libmono-2.0.so.1, not libmono.so
set MONO_PATH to ensure that mscorlib.dll can be found
Fix make dist (IntAllocator.cs)
fix an embarassing typo
Add System.Runtime.DurableInstancing and sgen to spec
Fix dist (sgen-protocol.h)
Fix tarball build (sgen-major-*-object.h)
Fix "make dist" for the .po files
Don't call commit-to-changelog until after mcs is dist'd
Add System.ServiceModel.Discovery to .spec
Bump version to 2.7.1
Add sgen-workers.c to sgen_sources
Add mono-abi-info and Mono.CodeContracts to spec
Add ccrewrite wrapper
Add ccrewrite manpage to spec
Add sgen-cardtable.c to sgen_sources (for dist)
Remove mono-abi-info from the .spec file
Add the mono-api-info man page
Bump version to 2.8.1
Fix the changelog script to work in MonkeyWrench
Remove obsolete Microsoft.Vsa and Microsoft.JScript
Relatively major overhaul of the .spec file
Revert "Make the 'LABELS' make variable the same as the 'TEST_HARNESS_VERBOSE' variable, because it is easier to remember and type."
aot-compiler was not getting included in dist
Various cleanup and addition
Dist sgen-cardtable.h
Dist the 2.0 resource files also
mono-configuration-crypto is a 4.0 assembly, not 2.0
Add System.Net (4.0 and 2.0) to mono-core in .spec
More .spec reorgs
3.5 version of Sys.Web.Ext is gone
put the x11 devel package back in buildrequires and a couple other spec fixes
move DynamicData to mvc because it depends on Extensions
README.tests was deleted in d9c8bdf
Move version to 2.9 (next to be 2.10)
Map libcups for mac
Remove compat-4.0 dir (nothing there anymore)
Add new profiler to mono-devel package
Simplify the profiler line in the spec file
get-monolite-latest now pulls a versioned archive
Package the new mcs.exe instead of gmcs.exe
2.10
Add vcxproj files for msbuild
Dist more files needed by MSVC build
remove conflict marker
add Microsoft.Web.Infrastructure
Oops, Microsoft.Web.Infrastructure, not System.
Add WebMatrix.Data to spec
Add 2.0 and 4.0 S.D.S.C
Mono.Debugger.Soft.dll is installed for 4.0 also.
Andrew Skiba (355):
XmlSerializer.cs: added TARGET_JVM that does not support on-the-fly code generation.
XslDecimalFormat.jvm.cs : added
XmlSerializer.cs: fixed a typo - wrong TARGET_JVM condition
Call XmlConvert.EncodeLocalName where needed
mangle the interface method names when compiling for TARGET_JVM
Added System.XML.vmwcsproj Visual MainWin C# project file for building System.XML package for TARGET_JVM
* catalog.diff : deleted, replaced by catalog.sed
catalog.sed : fix a typo
* eliminates the need to run xsltproc on catalog.xml to produce catalog-out.xml
* Makefile : track the timestamp so tar does not run when not needed
* Makefile : care of timestamps to make a minimal build
Delete the obsolete prepare.cs
* Makefile : delete an obsolete dependency from deleted simplify.xsl
* catalog.sed : fix more names in the catalog, add the missing backslash before '+' in the sed rules
output progress symbols (".", "e", etc.), some clean-up and refactoring.
Output the list of failed tests
use stdout for xsl:message and stderr for everything other
* ignore.lst : ignore 2 performance tests, as we don't time them
* Makefile : permit to create reference results on Mono; change
* xslttest.cs : wrap streams with using {...} so the file descriptors
Made new dir for XML W3C conformance test suite
added xmlconf.cs
removing duplicate file
* net-failed.lst : added a list of tests that fail on dot net
Remove duplicate file
"no regression" policy support
testsuite is ready for use
list of failures for _current_ GH and mono
touch the catalog to avoid unnecessary unzip operation
TODO list
workaround cygwin ambiguity
make input-output look like in W3C testsuite
Change messages
TARGET_JVM for roundtrip bug
Fix the list of known failures
add total.lst
oops
remove fixed tests from fixme.lst; fix total.lst output
fix the catalog better
Fix the catalog-fixed.diff name
remove unnecessary argument from AppendChildValues function
Remove fixed testcases from fixme.lst and knownFailures.lst; ignore one testcase that hangs mono runtime.
Fixes valid-sa-086 test from W3C xmlconf suite
add nunit support
add fixme.lst, remove fixed test cases, touch right file during make.
Update Visual MainWin project file to recent changes in sources
remove standalone mode, use nunit exclusively
fix absolute path to monowrapper to relative one
* Makefile, xslttest.cs: convert to be executed from NUnit
Fix Grasshopper project file
Improve equality operators (including better IsEmpty handling)
TARGET_JVM - NativeObject property
added TARGET_JVM implementation of SolidBrush
Recognize HTML system colors
Added TARGET_JVM implementation of Icon.cs and SystemColors.cs
BasicShape.jvm.cs: added TARGET_JVM specific class
TARGET_JVM - add NativeObject property
Added TARGET_JVM implementation of these classes
TARGET_JVM implementation of this namespace
* ColorPalette.cs, FrameDimension.cs, EncoderParameters.cs: TARGET_JVM
* FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
TARGET_JVM flag fix
System.Drawing compiles on GH!
Initial commit
Project builds on GH
Project builds on dotnet
* DrawingTest.cs: add nunit assert to Compare functions
Don't rethrow exceptions, keep the original call stack.
* Color.cs: GetHashCode is affected by Name, too
* GraphicsPath.cs: BasicShape as a base class and cosmetic changes
Produce same ToString result as dotnet.
* TestPoint.cs: GetHashCode and ToString tests added
* Rectangle.cs: Intersect fixed
add new testcases for Rectangle and RectangleF
GetHashCode and ToString tests added
many new testcases in Color
Add test sources
Move tests projects to the parent dir and include in them Mono tests.
added ChangeLog
* ColorConverter.cs, ColorTranslator.cs: added
fixes to pass tests committed in r48150
add ColorConverter.cs and ColorTranslator.cs to test sources list
Exclude not implemented destructor from TARGET_JVM
fix for different results message
refactor testcase, to make possible to check other properties
* TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension, Flags, FormatDescription, MimeType properties checked
./
Temporarily mark not working test
* fixme.lst, knownFailures.lst: update to current failures list
addition to commit r52075 (described in ChangeLog already)
* xslt.sln, xslt.vmwcsproj, README.j2ee, run-test.j2ee.bat: add files that help to run tests on Grasshopper
* XsltTestUtils.cs, xslt.vmwcsproj, xslt.sln, xslttest.cs, XmlCompare.cs,
Remove fixed testcases from known failures list.
* XslTransform.cs: throw meaningful exception when Transform is
* Makefile: add java build profile
* net_1_1_java_System.Drawing.dll.sources,
few fixes to make sys.xml compile on new GH build system
update GH project, delete TARGET_JVM from IXmlNamespaceResolver
(TARGET_JVM) set the correct defaults for NaN and Infinity
performance improvement for TypeDescriptor.GetAttributes,GetProperties and GetEvents. See the standalone test for the use case.
exceptions propagating incompatible with dotnet. Patch by roeie at mainsoft.com
exceptions propagating incompatible with dotnet. Patch by roeie at mainsoft.com
delete obsolete files from the project
TARGET_JVM: refer nunit from mono tree
TARGET_JVM: use nunit from mono tree
add bat files for running tests with java
merge from trunk revisions 58933, 58935, 58936
fixes for tests for java
merge java tests stuff from mainsoft.1.7 branch
fix UrlEncode and UrlEncodeUnicode to match dotnet and http://rfc.net/rfc1738.html
remove duplicated code
map the virtual path to the physical path
fix for partial parsers
add to the directory parser all the assemblies found by theme file parsers
fix few null reference exceptions
Scan css files from theme directory and put them into __linkedStyleSheets field of generated theme page
use UrlUtils.Combine to combine pathes
test and fix for null pointer exception
AddAssemblyByFileName that looks more like AddAssemblyByName
read default theme and styleSheetTheme from web.config.
add NunitWeb
keep the internal exception
surround file name with quotes
use LinkedStyleSheets from the PageTheme and from StyleSheetPageTheme to insert links in page header.
refactory CopyAssembly, make Helper accessible from web context, fallback for user exceptions
Load all referenced asseblies in parent domain before copying assemblies to new domain.
This check is unnecessary
Test for setting the theme for nested controls together with a master page.
fix typo
Block VerifyRenderingInServerForm verification to make it possible to render dynamically created controls right after the creation.
remove unneeded resources from the project
WebTest.cs redesigned to work with NunitWeb.
use TARGET_JVM for java specific code
* nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
move resources to the default namespace
NunitWeb category works with make run-test-ondotnet
rename methods so nunit does not try to run them as tests
fix typo
add jvm specific known failures
apply theme order test using UserControl
trace the order of applying the theme
surround files with if NET_2_0 until they are checked with net_1_1
Works on Linux
check that HttpRuntime.ProcessRequest did reach our delegate
create a symlink at mono/runtime/etc/mono/2.0/web.config similar to machine.config
use ifdef to name resources in visual studio
allow null delegate
enable debugging of hosted webapp
couple of new tests
test themes
run test on dotnet or on mono
Fix the order of OnInit invocation of controls created via master page content (see http://lists.ximian.com/pipermail/mono-devel-list/2006-May/018585.html ).
use HttpWorkerRequest instead of CallContext to pass data
Throw an exception if injected tags were not found
enable siteMap in web.config
move 2.0 stuff into ifdef NET_2_0
make MyPage.aspx.cs generic, providing callbacks for all sys.web.ui.Page events
add PageDelegate structure for passing delegates between appdomains
remove unneeded using
add ThemeTest.cs with new tests for themes
use new delegates
workaround for bug #78521
nunitweb framework works on mono
rename methods to make nunit quiet
merge -r 60814:60815
Standalone test for a web hosting bug
workaround for http://bugzilla.ximian.com/show_bug.cgi?id=78583
sleep before AppDomain.Unload (workaround)
add NunitWeb framework tests
delete workarounds for the fixed bug
add xml documentation for nunitweb framework
add an overload for RunUrl method with no delegates
Add the value of Menu.CssClass to the table class
Check IsWritablePropertyOrField before generating code for assignment statement and DataBind event.
handle CssClass property in FormView
take care of UrlPropertyAttribute
Add FileUpload implementation
NunitWeb test framework major API refactoring; downport to net 1.1
Add HtmlCompare project; add PostBack skeleton
implemented simple postback test infrastructure
don't use IsNullOrEmpty in 1.1 code
support for POST method in test framework and forms
remove unnecessary using
refactor in NunitWeb
'Add' method for BaseControlCollection
add constructor for custom serialization; fix cast exception error
#if TARGET_JVM
User agent support
replace Dispose with Close for net 1.1
keep the inner exception
copy resources before creating domain so web.config is seen by the runtime; serialize WebTest between domains instead of copying field in MyData; add UserData property for custom data transfer in tests
surround with try/catch the PageDelegates.Invoke and few more minor fixes
Throw application-specific exception instead of type-cast
TARGET_JVM ifdefs
add few HttpRequest.MapPath tests
validate attribute gets "true" and "false" case-insensitive in net 2.0
ChangeLog for r:62307
add test for PhysicalApplicationPath
readme file
test theme with page.oninit
fix 3 failing tests
fix 2 testcases
additional asserts for a testcase
fix the default PageSeparator value
fix for dotnet compliency. patch by Konstantin Triger.
fix expected result after user-agent set to IE
readme update
Inline documentation is complete. This commit includes also some minor interface changes.
exclude methods absent in net 1.1
replace <seealso> tags to <see> to work around NDoc bug.
return code that was commented out
Add projects for generating the documentation with NDoc
* System.Web.UI.HtmlControls/HtmlInputControl.cs: remove obsolete #if NET_2_0
reorder actual and expected to match NUnit convention
add TODO and FAQ
fix expected results for dotnet in 3 tests; add 2 new asserts for InitializeItem
* SiteMapPath.cs: create Literal instead of Label according to the MSDN and test SiteMapPath_InitializeItem.
* SharpCodeCompiler.cs: find mono.exe in mono/mini; fixes #78731
test and fix for rendering display:inline-block style in WebControl
fixes for SiteMapPathTest.Render_xxx tests
Prepare to use HttpBrowserCapabilities. Does not affect the flow yet.
fix the test (delete unneccessary using WebParts and Data)
test and fix for CommandField.ValidateSupportsCallback
add a stub for DetailsViewPagerRow
* DetailsView.cs: throw ArgumentOutOfRangeException for compatibility with
add DetailsViewPagerRow.cs to the sources list
* TableStyleTest.cs: add a test for BackImageUrl rendering
add #if NET_2_0 and [Category ("NotWorking")] where appropriate
#if VISUAL_STUDIO
NullReferenceException fix
* BoundField.cs: don't call DataBinder.GetPropertyValue with empty property name.
Render fix
* DetailsView.cs: create HeaderRow and FooterRow even when HeaderText and
DetailsViewTest.cs: add a new assert
add EnsureChildControls basic test.
more precise lifetime flow checks
* DetailsView.cs: many fixes: initialize PageCount with 0; initialize
create a pager row when needed
corectly handle the different default values of DetailsView.CellSpacing and Table.CellSpacing
fix the regressions, caused by the previous commit.
fix a broken test.
split a test in two, working and not working
refactor to keep the original exception stack
* DetailsView.cs: save DefaultMode and DataKeyNames in control state, to match .Net; fix PageCount to match record count.
don't throw the exception .Net does not throw
typo
create TableStyle in CreateControlStyle.
* DetailsView.cs: init DataKey property with empty collection.
ImageField.cs: fix null reference bug.
fix IsBindableType in accordance with MSDN and tests.
refactor arguments
fix few DetailsView tests
fix a test (incomplete)
visual studio ifdef
* AutoGeneratedField.cs: fix the internal constructor according to test DetailsView_CreateAutoGenerateRow
* ObjectDataSource.cs: add doc and fix usage of MergeParameterValues
fix the documentation
fix tests.
* FormView.cs: throw ArgumentOutOfRange exception on bad CellSpacing and CellPadding.
DetailsViewRowCollection: return this in SyncRoot.
* FormView.cs: initialize PageCount with 0; fix IsBindableType to include Decimal.
* FormViewTest.cs: fix few tests.
* FormView.cs: init DataKeys and fix null reference.
* FormView.cs: save DefaultMode and DataKeyMode in control state.
* FormView.cs: use TableStyle for ControlStyle
oops
* FormView.cs: init BottomPagerRow.ItemIndex with 0; gracefully handle null result of GetData().
FormView.cs: Render compatibility with .Net
Ability to run tests on real web server; documentation corrections.
SendHeaders stub method
remove unnecessary ifdef
TARGET_JVM fixes
TARGET_JVM ifdef
new TODO item
render CSS path as a virtual path
support net_2_0 PROFILE
use ResolveClientUrl instead of ResolveUrl to be complient with MS.NET
support profile net_2_0
run xml standalone tests on GH 2.0
update knownFailures.lst
update knownFailures.lst
add ref to Soap formatter
change case to make 1.1 happy
add projects and batch files for GH 2.0 tests
fix run-mono-tests.bat for GH 2.0
soap formatter compiles on GH 2.0
run NunitWeb on GH 2.0
ifdef MSNET for mono-specific references
svn path=/trunk/mcs/; revision=64987
* SqlDataSourceView.cs: return DataView from ExecuteSelect when DataSourceMode is DataSet.
ifdef TARGET_JVM
add false alarm to knownFailures.jvm.lst
ifdef TARGET_JVM
java project: exclude CodeDom dependant classes
output WebException response stream
NunitWeb test suite - create separate versions of Web.config for mono and for .Net
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM, MonoTODO
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
TARGET_JVM
revert unnecessary TARGET_JVM commit
revert unnecessary TARGET_JVM
add support for requirePermission attribute.
remove unneeded out parameter
remove IEnumerable private implementation to match .Net
fallback to text diff when HtmltoXml fails
add 2 tests and fix 1 of them
ifdef TARGET_JVM
fallback for serialization problems
TARGET_JVM
TARGET_JVM and test message
add an assert to test
TARGET_JVM
TARGET_JVM
Implement event handler list according to MS definition
exclude using PrebuiltSystem on TARGET_JVM
compile System.dll in GH
rename Grasshopper project
rename all jvm-only files to jvm.cs
use IntPtr.Zero instead of (IntPtr) 0
GH project fix
add stubs for new 2.0 indexers
TARGET_JVM to workaround CopyTo limitations
exclude stuff for TARGET_JVM
exclude stuff for TARGET_JVM
make indexers test compile on 2.0
TARGET_JVM NotWorking test attributes
TARGET_JVM: add Mainsoft.Web.jar to the test classpath
Category("NotWorking") for TARGET_JVM
Improvements for NunitWeb test framework: instrument pages through custom handler factory, handle errors through Global.asax
fix the merge error
fix file broken by merge
Workardound non-serializable HttpException
Added Grasshopper test project and bat file.
add bat file and project forgotten in r68500
XML document additions
store WebException.Response in WebTest.Response and swallow the exception
store HttpStatusCode in WebTest.Response
fix merge error
don't create AppDomain while copying resources; don't allow to copy a resource after AppDomain is created.
Use standard .ashx for handler instead of "page.fake"; handle Application_Error in Global.asax
add My.ashx and Global.asax to grasshopper test webapp; use project reference to NunitWeb
fix test: use WebTest.Response.StatusCode instead of parsing response body
additional fix in WebTest.Unload
Andrés G. Aragoneses (87):
Give more info in the changelog, this is affecting MD 1.9 branch
* UnixStream.cs: Do not check offset against int.MaxValue
* Application.cs: After UIA assembly is successfully loaded,
fix changelog
* driver.c: Sync --help-trace with man page (EXPR,EXPR).
* Managed.Windows.Forms/System.Windows.Forms/X11DesktopColors.cs: Since
* System.Windows.Forms/Application.cs: Simplify UIA initialization,
* Managed.Windows.Forms/System.Windows.Forms/ListView.cs: New internal
* Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:
* Managed.Windows.Forms/System.Windows.Forms/Application.cs: Oops,
2009-02-02 Andrés G. Aragoneses <aaragoneses at novell.com>
* ToolBar.cs, ToolBarButton.cs: Add new UIA events to know
* System.Windows.Forms/ToolBarButton.cs: Fix typo in previous commit
fix changelog
* ToolBarButton.cs: Add another event (OnUIATextChanged).
* System.Windows.Forms/ToolBarButton.cs: Doh, fire OnUIATextChanged
* System.Windows.Forms/ToolBarButton.cs: Event for Enabled property
* System.Windows.Forms/ToolBarButton.cs: Oops, use the correct event
* Test/System.Diagnostics/ProcessTest.cs: New tests for bug 477943.
changelog..
2009-03-06 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-04-03 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-04-03 Andrés G. Aragoneses <aaragoneses at novell.com>
oops
* tuner/Mono.Tuner.csproj:
* tuner/Mono.Tuner.csproj:
* linker/Mono.Linker/Driver.cs: Postprocess custom steps in order to
MD misplaced the changelog entry..
* linker/Mono.Linker/Driver.cs: Report error and exit if it cannot
2009-04-24 Andrés G. Aragoneses <aaragoneses at novell.com>
doh, fix build
2009-04-24 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-04-24 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-04-27 Andrés G. Aragoneses <aaragoneses at novell.com>
* Test/System.Windows.Forms/TabControlTest.cs: Add test for
changelog..
Use a better name for the test..
* TabControl.cs: call Focus() to emit GotFocus event at the
2009-05-06 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-05-06 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-05-06 Andrés G. Aragoneses <aaragoneses at novell.com>
* Test/System.Windows.Forms/ToolStripMenuItemTest.cs: Add yet
* Test/System.Windows.Forms/ToolStripMenuItemTest.cs: Simplify test.
* ToolStripItem.cs: Prevent NRE when our holder is a
2009-05-10 Andrés G. Aragoneses <aaragoneses at novell.com>
reverted merge problem in last commit
2009-05-10 Andy Hume <andyhume32 at yahoo.co.uk>
r: spouliot
2009-05-28 Andrés G. Aragoneses <aaragoneses at novell.com>
* tuner/Mono.Tuner.csproj: Update.
Use better name for variables.
r:jb
* linker/Mono.Linker.csproj: Update.
* linker/Mono.Linker.Steps/BaseStep.cs: New virtual API needed.
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Cosmetic.
2009-06-09 Andrés G. Aragoneses <aaragoneses at novell.com>
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Cosmetic.
2009-06-11 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-06-12 Andrés G. Aragoneses <aaragoneses at novell.com>
2009-06-16 Andrés G. Aragoneses <aaragoneses at novell.com>
* tuner/Mono.Tuner/MoonlightA11yProcessor.cs: GLibSharp uses
* tuner/Mono.Tuner/InjectSecurityAttributes.cs: Make an enum
oops, removed commented code
2009-08-07 Andrés G. Aragoneses <aaragoneses at novell.com>
* tuner/Mono.Tuner/MoonlightA11yProcessor.cs: Move FIXME to a better
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Blacklist our
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Blacklist more
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Yet another
* tuner/Mono.Tuner/MoonlightA11yProcessor.cs: Look for base methods in
* tuner/Mono.Tuner/MoonlightA11yProcessor.cs: Don't whitelist SC
* linker/Mono.Linker.Steps/MarkStep.cs: Visibility changes needed by
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Rather use the
* linker/Mono.Linker.Steps/MarkStep.cs: Make IgnoreScope() virtual to
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Speed up by
* tuner/Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Sort the
while looking at old code, I found a misplaced changelog one year ago..
Forward port r147102
svn path=/trunk/mcs/; revision=147108
* configure.in: Improve r150055 by checking for CXX=g++ as well, according to
2010-03-24 Andrés G. Aragoneses <knocte at gmail.com>
fix conflict crap
monolinker.1: Fix typo.
README: Replace --with-profile2 with --with-profile4.
Add the name="..." notation to the field examples too (besides the signature="..." one).
Added new ABI mode to mono-api-info tool, wrapped in a mono-abi-info script.
[tools] Merge mono-abi-info tool into a "--abi" flag for mono-api-info
[corlib] Prevent BinaryFormatter to throw on missing fields
Andy Hume (1):
[fix, winforms] Fix the ProgressBar speed in Marquee situations
Anil Bhatia (2):
Added support for SSL, Ldap Events, Edir Events
Fixed search scope in DirectorySearcher DoSearch method.
Anirban Bhattacharjee (200):
Extended test cases for checking DateTime conversion
Bugs fixed - 41845, 51422
Bug fix (41845, 51422)
Test suit for mbas
Few more test cases
Updated Test.Sources
few more test cases
Wrong name
Deleting all the files starting with lower case 'a'.
Deleting all the files starting with lower case 'b' and 'c'.
Deleting files starting with lowercase 'd' and 'e'.
Deleting files starting with lowercase 'i', 'l' and 'm'
Deleting vb files starting with lowercase
Recheck-in these files because of the change of file names
Couple of more test cases
Added Overloads and Shadows modifiers to Function and Sub, also fixed few other modifier related problems
Formatted warning thrown
Support for '-' delimiter in DateTime
- changed variable declaration grammar and added support for multiple variables declartion under single type e.g. dim x, y as integer
Test cases for testing behaviour of variables
Changed grammar for constant
const.cs: Changed exception numbers
mb-parser.jay: Grammar for declaring constant inside block is changed
const.cs: Change type of constant to the type of its value if no explicit type declaration found
Test cases for constant
VariablesB.vb: small correction in test case
mb-parser.jay: One more negative scenario is addressed in const grammar
one more test case for constant
modifiers.cs: Return name of modifiers changed to vb specific
* mb-parser.jay: handled implicit static modifier for module members in const
* class.cs: bug fixing - creating default constructor when no constructor is specified
* class.cs: Changed exception messages and their numbers to align better with VB
* delegate.cs: changed default access modifier
Few more new test cases and some modified test cases
* class.cs:
2004-04-06 Anirban Bhattacharjee <banirban at novell.com>
Couple of Accessibility and Inheritence related test cases
* mb-parser.jay: Fixed bugs for calling ctor from another ctor in the same class by using statements like
* mb-parser.jay: Bug fixed - Base class ctor was getting called twice when called explicitly from the derived class ctor as MyBase.New
Few constructor related positive test cases
* mb-parser.jay: Few clean-up
class.cs: Couple of negative scenario handling
some negative testcases related to instance constructor
* mb-parser.jay: Removed 'static_constructor_declaration' - this is not required as 'constructor_declaration' implementation is good enough to handle static constructors too
* modifiers.cs: changed exception number for invalid modifiers exception
* expression.cs: Removed the check which was stoping type instances to access the shared members
* const.cs: Added support for Shadows modifier in constan
* class.cs: Added support for Shadows modifier in Variables
Test cases for mbas
* class.cs: Couple of bug fixes in defining default static constructor, partially imposed by the fix earlier
* mb-parser.jay: Classes can't be delared static impicitly as other module members
* class.cs: Duplicate entry point exception number changed
* mb-parser.jay: few clean-ups
few module related test cases
* mb-parser.jay:
Test cases for Structure
* mb-parser.jay: Grammar changes for array
test cases for Array grammar
* expression.cs: fixed bug to get enum running
* enum.cs:
* enum.cs: bug fixing - setting one enum member to another
Test cases for enum
* mb-parser.jay: Support added for attaching Attributes in methods
* mb-tokenizer.cs: Bug fixed - Got Property working
* mb-parser.jay: few Property related grammar changes
* mb-paresr.jay: Support for abstruct property is added
* class.cs: Check for ReadOnly and WriteOnly modifiers added to property
Few tests on property grammar
Few property related checks applied
* mb-parser.jay: Changed Delegate instantiation grammar to get it working
* mb-parser.jay:
* delegate.cs:
test cases for Delegate
mb-parser.jay: Improved event declaration grammar
* driver.cs: fixed bug - 59540
* mb-parser.jay: RaiseEvent grammar fixed to get it working
* class.cs: changed exception number in event grammar
* decl.cs: Check for duplicate member name within same container
* class.cs: - NotOverridable modifier support added to Property
more negetive tests for property
updated test.sources
* mb-parser.jay: Modified WithEvents grammar
* mb-parser.jay: Resolved the problem in Sub statement with Handles clause
few event related test cases
a complete set positive tests for invoking event
* mb-parser.jay:
* mb-parser.jay:
this test is fully functional now
* mb-parser.jay: Grammar added for RemoveHandler statement
2004-06-11 Anirban Bhattacharjee <banirban at novell.com>
2004-06-13 Anirban Bhattacharjee <banirban at novell.com>
2004-06-13 Anirban Bhattacharjee <banirban at novell.com>
2004-06-13 Anirban Bhattacharjee <banirban at novell.com>
2004-06-15 Anirban Bhattacharjee <banirban at novell.com>
2004-06-15 Anirban Bhattacharjee <banirban at novell.com>
2004-05-15 Anirban Bhattacharjee <banirban at novell.com>
2004-06-17 Anirban Bhattacharjee <banirban at novell.com>
2004-06-17 Anirban Bhattacharjee <banirban at novell.com>
2004-06-18 Anirban Bhattacharjee <banirban at novell.com>
Interaction.cs: Shell method implemented
bug fixes
2004-06-23 Anirban Bhattacharjee <banirban at novell.com>
2004-06-23 Anirban Bhattacharjee <banirban at novell.com>
2004-06-23 Anirban Bhattacharjee <banirban at novell.com>
2004-06-24 Anirban Bhattacharjee <banirban at novell.com>
2004-07-04 Anirban Bhattacharjee <banirban at novell.com>
2004-07-07 Anirban Bhattacharjee <banirban at novell.com>
2004-07-09 Anirban Bhattacharjee <banirban at novell.com>
2004-07-09 Anirban Bhattacharjee <banirban at novell.com>
2004-07-13 Anirban Bhattacharjee <banirban at novell.com>
2004-07-13 Anirban Bhattacharjee <banirban at novell.com>
2004-07-18 Anirban Bhattacharjee <banirban at novell.com>i
2004-07-18 Anirban Bhattacharjee <banirban at novell.com>
2004-07-20 Anirban Bhattacharjee <banirban at novell.com>
2004-07-20 Anirban Bhattacharjee <banirban at novell.com>
2004-07-20 Anirban Bhattacharjee <banirban at novell.com>
2004-07-22 Anirban Bhattacharjee <banirban at novell.com>
2004-07-26 Anirban Bhattacharjee <banirban at novell.com>
2004-08-03 Anirban Bhattacharjee <banirban at novell.com>
2004-08-04 Anirban Bhattacharjee <banirban at novell.com>
2004-08-04 Anirban Bhattacharjee <banirban at novell.com>
2004-08-04 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-06 Anirban Bhattacharjee <banirban at novell.com>
Anirban Bhattacharjee <banirban at novell.com>
2004-08-06 Anirban Bhattacharjee <banirban at novell.com>
2004-08-06 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
Anirban Bhattacharjee <banirban at novell.com>
2004-08-07 Anirban Bhattacharjee <banirban at novell.com>
2004-08-07 Anirban Bhattacharjee <banirban at novell.com>
2004-08-11 Anirban Bhattachartjee <banirban at novell.com>
2004-08-11 Anirban Bhattachartjee <banirban at novell.com>
The fixes were by Rob Tillie
2004-08-11 Anirban Bhattacharjee <banirban at novell.com>
2004-08-12 Anirban Bhattacharjee <banirban at novell.com>
2004-08-12 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-13 Anirban Bhattacharjee <banirban at novell.com>
2004-08-18 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-05 Anirban Bhattacharjee <banirban at novell.com>
2004-08-19 Anirban Bhattacharjee <banirban at novell.com>
2004-08-19 Anirban Bhattacharjee <banirban at novell.com>
2004-08-18 Anirban Bhattacharjee <banirban at novell.com>
2004-08-20 Anirban Bhattacharjee <banirban at novell.com>
2004-08-20 Anirban Bhattacharjee <banirban at novell.com>
2004-08-23 Anirban Bhattacharjee <banirban at novell.com>
2004-08-26 Anirban Bhattacharjee <banirban at novell.com>
2004-08-27 Anirban Bhattacharjee <banirban at novell.com>
2004-09-08 Anirban Bhattacharjee <banirban at novell.com>
missed out Test.Sources file in last commit
2004-09-14 Anirban Bhattacharjee <banirban at novell.com>
2004-09-14 Anirban Bhattacharjee <banirban at novell.com>
2004-09-14 Anirban Bhattacharjee <banirban at novell.com>
2004-09-15 Anirban Bhattacharjee <banirban at novell.com>
2004-09-15 Anirban Bhattacharjee <banirban at novell.com>
2004-09-15 Anirban Bhattacharjee <banirban at novell.com>
2004-09-21 Anirban Bhattacharjee <banirban at novell.com>
2004-09-21 Anirban Bhattacharjee <banirban at novell.com>
2004-09-23 Anirban Bhattacharjee <banirban at novell.com>
2004-09-30 Anirban Bhattacharjee <banirban at novell.com>
2004-09-30 Anirban Bhattacharjee <banirban at novell.com>
2004-09-30 Anirban Bhattacharjee <banirban at novell.com>
2004-09-30 Anirban Bhattacharjee <banirban at novell.com>
2004-09-30 Anirban Bhattacharjee <banirban at novell.com>
2004-10-01 Anirban Bhattacharjee <banirban at novell.com>
2004-10-05 Anirban Bhattacharjee <banirban at novell.com>
2004-10-06 Anirban Bhattacharjee <banirban at novell.com>
2004-10-11 Anirban Bhattacharjee <banirban at novell.com>
2004-10-11 Anirban Bhattacharjee <banirban at novell.com>
2004-10-14 Anirban Bhattacharjee <banirban at novell.com>
2004-10-14 Anirban Bhattacharjee <banirban at novell.com>
Oops!
2004-10-15 Anirban Bhattacharjee <banirban at novell.com>
2004-10-19 Anirban Bhattacharjee <banirban at novell.com>
Modified test
2004-10-21 Anirban Bhattacharjee <banirban at novell.com>
2004-10-21 Anirban Bhattacharjee <banirban at novell.com>
2004-10-25 Anirban Bhattacharjee <banirban at novell.com>
2004-10-25 Anirban Bhattacharjee <banirban at novell.com>
2004-11-03 Anirban Bhattacharjee <banirban at novell.com>
Couple of default property related test cases contributed by Sudharsan
Default property changes
2004-12-21 Anirban Bhattacharjee <banirban at novell.com>
2004-12-21 Anirban Bhattacharjee <banirban at novell.com>
2005-01-10 Anirban Bhattacharjee <banirban at novell.com>
2005-01-10 Anirban Bhattacharjee <banirban at novell.com>
2005-01-10 Anirban Bhattacharjee <banirban at novell.com>
2005-01-11 Anirban Bhattacharjee <banirban at novell.com>
2005-01-12 Anirban Bhattacharjee <banirban at novell.com>
2005-01-12 Anirban Bhattacharjee <banirban at novell.com>
Ankit Jain (657):
In .:
In class/PEAPI:
In mono/dis:
In .:
In class/PEAPI:
In mono/dis:
In mono/dis:
In mcs/class/Microsoft.VisualBasic:
* TypeSpecMethodRef.cs (TypeSpecMethodRef.Resolve): Set is_resolved
* get.c : Revert Atsushi's earlier patch. Its already been fixed with r43342.
* ILTokenizer.cs (ILTokenizer.GetNextToken): Advance reader to look at
In ilasm/scanner:
In ilasm/parser:
* ExternTypeRefInst.cs (ExternTypeRefInst.GetMethodRef): Use method_table to avoid
* ILParser.jay (method_ref): Let owner.GetMethodRef handle the
* PEAPI.cs (InterfaceImpl.SortKey): New.
* ILParser.jay (event_decl): Add custom attribute.
* MethodDef.cs (MethodDef.GetNamedParamPos): Param num starts from 1 for instance
* Microsoft.VisualBasic.dll.resources: Change resource argument to
In ilasm/codegen:
* expression.cs (Invocation.CheckParameterAgainstArgument): Return ConversionType.Narrowing
* expression.cs (Invocation.CheckParameterAgainstArgument): Return ConversionType.Widening
In class/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices:
In ilasm:
2005-06-08 Ankit Jain <ankit at corewars.org>
2005-06-07 Ankit Jain <ankit at corewars.org>
* mb-parser.jay: evt_handler_list: New.
2005-07-25 Ankit Jain <jankit at novell.com>
* typemanager.cs (TypeManager): Change types of system_*_expr from Expression
* get.c (dis_stringify_method_signature): Fix handling of marshal info for
2005-07-29 Ankit Jain <jankit at novell.com>
* get.c (dis_stringify_marshal_spec): Make it non-static.
* get.c (dis_stringify_marshal_spec): Include "marshal (..)" as part of the
* get.c (field_flags_map): Use C comments instead of C#.
Fix #61512.
* main.c (dis_directive_moduleref): Escape module ref names.
Fix #75683.
* GlobalMethodRef.cs (GlobalMethodRef.Resolve): Use CreateVarargSignature
* main.c (call_conv_map): Map call conv value of 0 to "".
* main.c (call_conv_map): Oops. Add a sentinel entry (-1, NULL).
* main.c (dis_directive_moduleref): Always escape module ref names.
* PEAPI.cs (TypeAttr): Add HasSecurity.
In ilasm/codegen:
* PEAPI.cs (FileImage.WriteCLIHeader): Throw Exception if an EXE has been
* Makefile ($(the_il)): Add /dll switch.
In ilasm/codegen:
* ExternTypeRef.cs (ExternTypeRef.Clone): Use full_name instead of FullName
* PEAPI.cs (CodeBlock): Set maxCodeSize to 255 instead of 256 for checking
* ILParser.jay (class_ref | slashed_name): Don't use PrimitiveTypeRef for
* get.c (element_type_map): Use "typedref" instead of "TypedByRef" for
In mono/dis:
* get.c (dis_stringify_method_signature): handle case when a method
* get.c (init_key_table): Add "xor" to the table.
* PEAPI.cs (FieldAttr): Move HasFieldMarshal from FieldDef to this.
In ilasm/tests:
In ilasm/scanner:
In ilasm/tests:
2005-08-18 Ankit Jain <jankit at novell.com>
In ilasm/tests:
2005-08-19 Ankit Jain <jankit at novell.com>
* dis-cil.c (dissasemble_cil): Specify precision to enable
* get.c (get_encoded_user_string_or_bytearray): New. Print a string if possible
Fix #75186.
* test-byref.il: New. Test for a call with byref return type.
In ilasm/codegen:
* PEAPI.cs (MSCorLib.systemClasses): Change type from ClassRef[] to
* PEAPI.cs (MetaData.version): Change from 1.0.3705 to 1.1.4322.
* class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
* get.c (get_encoded_user_string_or_bytearray): Add len param.
* PEAPI.cs (IResolutionScope): New. Empty interface.
* ExternTable.cs (IScope): New. Interface for ResolutionScope.
* PEAPI.cs (PEFile.ctor): Restore old constructor overload to avoid
* get.c (init_key_table): Add keywords - ldelem, stelem, stloc, stobj,
* PEAPI.cs (CustomMarshaller.ctor): New.
* ILParser.jay (native_type | K_CUSTOM ..): Instantiate object of CustomMarshaller
In ilasm/codegen:
* get.c (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_CUSTOM.
* test-anon-31.cs: New test for #75934.
* PEAPI.cs (MetaData.WriteTildeStream): Change minor version to 1.
* main.c (dis_directive_assemblyref): Dump custom attributes.
* PEAPI.cs (MetaData.WriteTildeStream): Change minor version back to 0.
* main.cs (dis_directive_assemblyref): Use the row id into the AssemblyRef
* ExternTable.cs (ExternRef.is_resolved): New.
* main.c (dis_nt_header): New. Dump pe_stack_reserve if different from the
* PEAPI.cs (FileImage.stackReserve): New. Set to default value of 0x100000 (1Mb).
In ilasm/codegen:
* monodis.1: Document --customattr, --declsec, --forward-decls, --implmap,
* test-perm_fail-[1234].il: New. Negative Tests for .permission directive.
In ilasm/codegen:
* PEAPI.cs: Clean up indentation. Split into ...
* main.c (main): Dump managed resources when --output is specified.
* main.c (table_list): Add --mresources to the table.
* monodis.1: Update documentation for --output.
2005-10-19 Ankit Jain <jankit at novell.com>
* main.c (dis_method_list): Fix warning introduced by my last patch.
* main.c (dis_method_list): Oops. Check method_context for null.
* get.c (get_method_core): Use the parent context for get_methodspec
* get.c (dis_stringify_method_signature): Use context instead of container
* tests: Add new directory for test cases.
* dis_stringify_method_signature: Add detail for 'returns:' in the comment.
* get.c (init_key_table): Add keywords - callconv and flags.
* dump.c (dump_table_method): Get the type/method context required for parsing
* gen-dump-table.cs: New test case (for r52695).
* get.c (init_key_table): Add keyword - uint.
* dump.c (dump_table_method): Load generic param constraints.
* RichTextBoxTest.cs: Fix typos.
* class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
test1.cs, test2.cs, test3.cs : New test cases for Bug #76671.
* class.c (my_mono_class_from_generic_parameter): param->owner can be null.
* metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
* get.c (str_escape): New. Escape a given list of characters.
* get.c (dis_stringify_type): Escape generic type parameter names.
* Metadata.cs (GenericParameter.SortKey2): New. Use index as the secondary key.
* Metadata.cs (MetaData.WriteCodedIndex): Fix indentation.
* metadata.c (mono_metadata_has_generic_params):
mono/dis:
* get.c (get_methodspec): Use mono_get_method_full so as to handle
* test-33.il:
* StringHelper.cs (idChars): Add ` to the list.
* ExternTypeRef.cs (extern_table): Remove unused field.
In ilasm/codegen:
In ilasm/codegen:
* MethodDef.cs (MethodDef.GenParamCount): typar_list can be null.
* gen-1.il:New. Generic method reference.
In ilasm/tests:
* Metadata.cs (TypeAttr): Add VisibilityMask.
In ilasm/tests:
In ilasm/tests:
In ilasm/tests:
In ilasm/tests:
In ilasm/tests:
In ilasm/tests:
* test-array.il: Oops, contained two copies of the test case.
In ilasm/tests:
In ilasm/codegen:
In ilasm/codegen:
* get.c (init_key_table): Add keywords uint8, uint16, uint32 and uint64.
In ilasm/tests:
* gen-extern-type.il: New. Test for ref to an external generic type.
In ilasm/codegen:
In tests:
* known-issues-gmcs: Removed cs0619-18.cs and cs0619-24.cs (working now).
In ilasm/tests:
GenericTypeInst.Resolve should do the expected thing ie., resolve and add
* get.c (get_generic_param): Generic param attributes can be any combination
In ilasm/tests:
* ILParser.jay (constraint_decl): Remove. This syntax is no longer used.
In ilasm/codegen:
In ilasm/codegen:
In ilasm/tests:
* ILParser.jay (type_spec : class_ref): Remove.
* GenericArguments.cs (GenericArguments.is_resolved): New.
In ilasm/tests:
In ilasm/codegen:
In ilasm/tests:
In ilasm/parser:
In ilasm/tests:
* InstrTable.cs (inst_table): Uncomment stelem and ldelem .
* MethodDef.cs (MethodDef.CreateSignature): Use "`n" only for generic
In ilasm/codegen:
In ilasm/codegen:
In ilasm/codegen:
In ilasm/codegen:
In ilasm/tests:
* GenericParamRef.cs (GenericParamRef.Resolve): Apply modifications to the
In ilasm/tests:
* get.c (get_method_override): Get full signature of the method.
* BaseTypeRef.cs (BaseTypeRef.Resolve): Make this abstract.
In ilasm/scanner:
In ilasm/scanner:
In ilasm/tests:
* get.c (get_method_core): Handle a MemberRef with a TypeSpec parent.
* TypeDef.cs (TypeDef.IComparable): Implement IComparable interface.
In ilasm/tests:
* get.c (init_key_table): Add keywords 'bestfit', 'charmaperror', 'off' & 'on'.
* get.c (get_method_override): Use '.override method' syntax if the class or
* main.c (typedef_flags): Change 'special-name' to 'specialname'.
* main.c (dis_type): Dump custom attributes for a type before doing the same
* MethodRef.cs (MethodRef.Resolve): Resolve owner.
Add support for custom attributes on generic type parameters.
In ilasm/tests:
* TypeDef.cs (TypeDef.AddFieldDef): Throw exception if duplicate field being
Move negative tests from ilasm/tests to ilasm/errors.
In mono/dis:
* metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
* get.c (stringify_double): New. Fix printing of float/doubles to enable
* get.c (stringify_double): Remove trailing '.' if it has 'e'.
* ILParser.jay (formal_typars_clause): Allow generics only for NET_2_0 profile.
* get.c (get_methodref_signature): Remove 'context' parameter.
* ILParser.jay (method_ref): Remove 2 redundant productions.
* get.c (get_method_core): Emit generic arity for a MemberRef.
* TypeDef.cs (GenericInfo):
In ilasm/scanner:
* MethodDef.cs:
* ILTables.cs (keywords): Enable keyword 'type' only for NET_2_0 profile.
In ilasm/tests:
In ilasm/codegen:
* TypeDef.cs (TypeDef.AddMethodDef): Throw exception with proper message
In ilasm/parser:
* socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
In ilasm/codegen:
* ILParser.jay (bound | int32): Handle invalid -ve size.
* get.c (stringify_array): New. Returns the stringified representation
In ilasm/codegen:
In System:
In corlib:
* Uri.cs (Uri.EnsureAbsoluteUri): New. Throws exception if its not an
* Metadata.cs (BoundArray.CompressSignedNum): New. Encode signed values,
In mono/dis:
* metadata.cs (mono_metadata_decode_signed_value): Use gint* instead of
In ilasm/codegen:
In ilasm/tests:
* ExternTable.cs (ExternTable.GetModuleTypeRef): 'module_table' can be
Display error messages instead of stack traces.
In ilasm/tests:
In mono/dis:
* get.c (can_print_generic_param_name): Rename to ..
* metadata.h (mono_metadata_decode_signed_value): Add declaration.
In ilasm/tests:
Initial implementation of a Lightweight Transaction Manager.
In class/corlib/System.Collections.Generic:
svn path=/trunk/mcs/; revision=59796
In class/System.Web.Services/Test/System.Web.Services.Description:
* ServiceDescriptionSerializerBase.cs (ServiceDescriptionWriterBase):
* OperationMessage.cs (Extensions): Remove, incorrectly added in earlier
In class/System.Web.Services/Test/System.Web.Services.Description:
In ilasm/codegen:
In ilasm/codegen:
In ilasm/scanner:
* get.c (init_key_table): Add keyword 'property'.
* get.c (init_key_table): Add keyword 'switch'.
In ilasm/parser:
* get.c (dis_stringify_method_signature): Rename to ..
* MethodDef.cs (MethodDef.AddLabel): Fix exception message.
In ilasm/codegen:
In ilasm/tests:
* get.c (get_custom_mod): Fix printing of custom modifiers.
* dis-cil.c (disassemble_cil): Exception clauses can be unordered,
* DeclSecurity.cs (IDeclSecurityTarget): Remove AddPermission &
Patch from Sebastien Pouliot.
Add support or 2.0 style declarative security attributes.
In ilasm/codegen:
* TypeDef.cs (TypeDef.IsValueType): New.
In ilasm/tests:
In ilasm/codegen:
* declsec.c (dump_declsec_entry20): Fix a warning.
* get.c (get_typedef): Return NULL for <Module> type.
* main.c (dis_method_list): Print only the method name in "{ // end
* get.c (dis_stringify_method_signature_full): Fix two memory leaks.
In ilasm/codegen:
In ilasm/tests:
* err-abstract.il: Make the class abstract.
* PEAPI.cs (PEFile.GetNextSectStart): Handle the case when (tide %
* get.c (get_assemblyref): Escape name.
In ilasm/tests:
2006-07-20 Ankit Jain <jankit at novell.com>
* DocumentableItem.cs (DocumentableItem.Namespaces): Add missing NET_2_0
* OperationFlow.cs: Remove [Serializable].
In class/System.Web.Services/System.Web.Services.Description:
In class/System.Web.Services/Test/System.Web.Services.Description:
In class/System.Web.Services/Test/System.Web.Services.Description:
Fix incorrect ChangeLog entry in the previous commit.
* ServiceDescriptionSerializerBase2.cs: Mark classes as internal.
* SerializationCodeGenerator.cs (GenerateContract): Handle
Fix bug #79860. Add support for Retargetable assembly flag.
Add support for Retargetable assembly flag.
* DependentTransaction.cs:
In ilasm/codegen:
In errors:
* ArrayList.cs (Shift): Clear the unused part of the array when
* EnlistTest.cs: Add tests for bug #82423.
Fix bug #358496.
Fix bug #363587
In class/System.Data:
Fix bug #367024.
* ILParser.jay (custom_type): Allow any method name.
* dis-cil.c (disassemble_cil): For catch clause, emit stringified class
In ilasm/codegen:
Fix bug #367114.
In ilasm/codegen:
In class/Microsoft.Build.Utilities/Microsoft.Build.Utilities:
In class/Microsoft.Build.Utilities/Microsoft.Build.Utilities:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
Added support for batching.
In class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks:
Fix GenerateResource task.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* GenerateResource.cs (Execute): Items in 'OutputResources' correspond to
* Copy.cs: Always overwrite destination files.
* Sample.cs: Required for CreateCSharpManifestResourceName tests.
* Sample.cs: Remove execute perm.
* BuildTask.cs (Execute): PublishOutput only if task runs successfully.
* TestMessageLogger.cs: Listen for errors and warnings also.
* System.Data_test.dll.sources: Fix typo in SqlXmlTest.cs
* TestMessageLogger.cs: Emit debug messages to stderr.
* TestMessageLogger.cs: Emit debug messages to stderr.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* library.make (TEST_HARNESS_OUTPUT*): Fix /labels switch.
Improve expression parsing, esp for concat'ing expressions.
* CreateManifestResourceName.cs (Execute): Use full path, also helps
* Makefile (EXTRA_DISTFILES): Add Test/resources/Sample.cs
* Engine.cs (LogProjectStarted): Add a null check.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* BuildEngine.cs (BuildProjectFile): Use AddProperty method to specify
In class/Microsoft.Build.Engine:
* Delete.cs (Execute): Skip non-existant files.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* Copy.cs (Execute): Use for loop instead of enumerators.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Engine:
* Csc.cs (AddResponseFileCommands):
* CallTarget.cs: Copy all items from target to TargetOutputs.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* ResolveAssemblyReference.cs: Honor SearchPaths and the special
* MSBuild.cs (Execute): Disable incorrect 'rebaseOutputs' behavior.
* Microsoft.CSharp.targets: Add targets to generate resource ids.
* SolutionParser.cs (projectRegex): Use '\s' to match whitespace.
* SolutionParser.cs (ParseProjectConfigurationPlatforms): Report missing
* SolutionParser.cs (ParseSolution): Ignore GlobalSection named
* SolutionParser.cs (ParseSolution): Ignore solution folders.
Fix bug #475438.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* Utilities.cs (FromMSBuildPath): Copy from monodevelop.
* Import.cs (GetFullPath): Use Utilities.FromMSBuildPath .
* MSBuild.cs (SplitPropertiesToDictionary): Split into exactly 2 parts.
* Parameters.cs (LoadResponseFile): Handle comments.
* xbuild/xbuild.rsp: Add descriptive comments.
Fix bug #458916.
* BuildItem.cs: Iterate over XmlElements childnodes with XmlNode
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Lazily load UsingTask tasks.
In class/Microsoft.Build.Utilities:
* SolutionParser.cs (ParseSolution): Report warning instead of error
* MSBuild.cs (Execute): Reset current directory back after every
* xbuild/Microsoft.Common.targets (GetTargetPath): Add a path separator.
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* AssemblyResolver.cs:
* AL.cs (Execute): Use ToolTask.Execute instead of doing our own.
* xbuild/Microsoft.Common.targets: Use obj/$(Config) as the default intermediate
* Target.cs: Handle target with no tasks. Log errors.
* MakeDir.cs (Execute): Don't create+log if dir already exists.
* xbuild/Microsoft.Common.targets: Make targets extensible. Add
* xbuild/Microsoft.CSharp.targets (Csc): Fix "Resources" argument to use
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
Fix bug #481336.
* Main.cs (Execute): Build the project/sln with current directory set to
Fix bug #484773.
Fix bugs #323833 and #484384.
Fix bug #487155.
Fix bug #491828.
Fix bug #494219.
In ilasm/codegen:
* ToolTask.cs (RealExecute): Handle TypeLoadExceptions, compiler
* ExpressionCollection.cs (ConvertToObject): Allow true/on/yes
* TaskEngine.cs (Prepare): Emit a useful error message property value
* Vbc.cs (AddResponseFileCommands): Escape DefineConstants as it can
Improve support for compiling vb.net projects.
* Engine.cs (BuildProjectFile): Set project's GlobalProperties to the
* Project.cs (.ctor): Init timeOfLastDirty.
* ProjectTest.cs (TestAssignment1):
Fix tests on monobuild
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Correctly handle global properties. Correctly log
* SolutionParser.cs (AddGeneralSettings): Don't hardcode the default
* Parameters.cs (ProcessProperty): Handle invalid syntax.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* Copy.cs (CopyFile): Don't copy if the source and dest are the same.
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
Add support for resolving project and other assembly references, including
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* ResolvedReference.cs: Add missing file.
* standalone/Project01: Fix location for lib2.deploy.txt
In class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine:
* standalone/Project01: Add missing Lib2.deploy.txt in the correct
* Utilities.cs (FromMSBuildPath): Return null if the path contains
* Parameters.cs (.ctor): Use assembly's location to build
* Utilities.cs: New.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* xbuild/Microsoft.Common.targets (IntermediateAssembly): Change to
* xbuild/Microsoft.Common.targets (ProjectDir): Fix typo.
Fix bug #519922.
Fix bug #517974.
* xbuild/Microsoft.VisualBasic.targets (Vbc.References): Remove
Implement AssignProjectConfiguration task.
* Makefile: Create a lib/mono/xbuild directory for xbuild
Fix bug #511370.
* xbuild/Microsoft.Common.targets: Oops, forgot to remove some
* TaskEngine.cs (Prepare): Fix formatting mistake.
* xbuild/Microsoft.Common.targets: Add missing 'SkipUnchangedFiles=true'
Fix the Exec task to work correctly.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* ReadLinesFromFile.cs (Execute): Log a warning instead of an error
* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
* xbuild/Microsoft.Common.targets (ResolveAssemblyReference): Output
* ErrorUtilities.cs: Set version to Consts.MonoVersion .
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Fix bug #484771.
* standalone/Project01/final-outputs.txt: Update to include obj/
* ErrorUtilities.cs (ShowUsage): Implement.
* MSBuild.cs (Execute): Log error if the file doesn't exist.
* Target.cs (Build): Log a message if a target is skipped.
* ConsoleLogger.cs: Keep track of all the errors and warnings
Add support for resolving pkg-config provided assemblies.
Build projects in correct order and allow for parallel builds.
* xbuild/Microsoft.Common.targets (AllowUnsafeBlocks): Don't set any
Fix bug #530368.
* AssemblyResolver.cs (TargetFrameworkAssemblies..ctor): Make assembly
* AssemblyResolver.cs (FindInTargetFramework): Perform case insensitive
* PcFileCache.cs (PackageInfo): Mark internal.
* TaskLoggingHelperExtensios.cs (.ctor): Mark internal.
* SolutionParser.cs (ParseSolution): Project reference in a project
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* xbuild/Microsoft.Common.targets (ResolveAssemblyReference):
* xbuild/Microsoft.Common.targets (ResolveReferences*): Add
* BuildTask.cs (Execute): Use task_logger only after the task
Fix bug #532264.
* Engine.cs (EndProjectBuild): Use the @succeeded argument
Fix bug #531926
* Makefile.am (man_MANS): Add xbuild.1
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* LibraryPcFileCache.cs: New. From monodevelop.
Ensure that properties are fully expanded.
Fix bug #533903.
* Utilities.cs (UnescapeFromXml): New. From md.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* xbuild/Microsoft.Common.targets: Remove dummy
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* DirectoryScanner.cs (Scan): Ignore empty entries in includes and
* ResolveAssemblyReference.cs (ResolveReference): targetFrameworkDirectories
Fix bug #534965.
In class/Microsoft.Build.Engine/Test/various:
* ToolTask.cs (LogEventsFromTextOutput): Log message even if its not
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* TaskLoggingHelper.cs (FormatString): Use the unformatted string
* AssemblyResolver.cs: Move the SearchLogger to be a list of
* MSBuild.cs (BuildInParallel): Add missing property.
* TaskLoggingHelper.cs (LogErrorFromException): Add missing overload.
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* Project.cs (InitializeProperties): Set 'MSBuildProjectDefaultTargets'
* xbuild/Microsoft.Common.targets: Add 'Rebuild' target.
* Makefile: Create dir for WebApplication.targets .
* Project.cs (GetKeyForTarget): Make target name, case insensitive.
* ReadLinesFromFile.cs (Execute): Don't do anything, if
* Project.cs (Load): Emit the .sln.proj file only if env var
* Parameters.cs (ParseArguments): If no project file is specified,
* Project.cs (DoLoad): If a VS2003 project is detected, then throw
* xbuild.1: Add info about env var XBUILD_EMIT_SOLUTION.
In class/Microsoft.Build.Tasks:
In tools/xbuild:
* xbuild/Microsoft.Common.targets: Emit list of files written
* Project.cs (BuildTarget): Handle skipped targets.
* Makefile(EXTRA_DISTFILES): Add Microsoft.WebApplication.targets
Ensure that InitialTargets and DefaultTargets from imported projects
Allow targets from imported projects to be overridden.
* Expression.cs: Allow '-' in item, property and metadata names.
* SolutionParser.cs: Implement support for WebSite projects. These
* ConditionParser.cs: Show the condition being parsed in the
* WriteLinesToFiles.cs (Execute): Handle empty list of
* ToolTask.cs (ProcessOuputTool): Move logging of tool
* mono-core.spec.in: Add Microsoft.WebApplication.targets
* ToolTask.cs (ExecuteTool): Use LogToolCommand, instead of
* Exec.cs: Write the commands, which can be multiline,
* Project.cs (DoLoad): Don't use XmlReader.Create, for loading
* SolutionParser.cs (Insert): Show project name in case of a cyclic
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Fix bug #543299.
* Project.cs (AddImport): Show the correct source file name, when
* AppDomainIsolatedTask.cs (BuildEngine): Init 'log'.
* Expression.cs (Parse): Don't change '/' to '\\', not required.
* Project.cs (OS): New.
Fix bug#542461.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* ManagedCompiler.cs (HandleTaskExecutionErrors): Log error if
* ConsoleLogger.cs: Mark build as failed, if any project failed.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Tasks:
In class/Microsoft.Build.Engine/Test/various:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* DirectoryScanner.cs: Use Path.GetPathRoot, instead of
* MSBuild.cs (Execute): Don't share target output items,
* ResolveAssemblyReference.cs: Don't resolve any dependencies for
In b/tools/xbuild:
Fix bug #545703.
* Exec.cs (AddCommandLineCommands): Add '/q' for cmd.exe, to
* ConsoleLogger.cs (ProjectFinishedHandler): Once projectFailed
Add color support for errors/warnings etc.
* ConsoleLogger.cs (no_colors): Rename to ..
* xbuild.1: Add info about env var XBUILD_COLORS.
* Project.cs (Load): Add argument checks.
In class/Microsoft.Build.Tasks:
* SolutionParser.cs: Handle non-existing project files, and
* ToolTask.cs (ExecuteTool): Don't set toolOutput to null.
* xbuild/Microsoft.Common.targets: For referenced projects,
Improve error reporting.
* ResolveAssemblyReference.cs: Log only unique conflict warnings.
Fix warnings.
In b/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* ToolLocationHelper.cs: Set directory for 3.0 framework
* xbuild/Microsoft.Common.targets: Emit list of files written
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* xbuild/Microsoft.Common.targets (PostBuildEvent): If
* TargetBatchingImpl.cs (BuildTargetNeeded): Expand metadata
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Fix bug #547753.
Fix bug #559990.
Fix bug #562056.
* Parameters.cs (TryProcessMultiOption): New.
Fix bug #566087.
Fix bug #565849.
Fix bug #576589.
In class/Microsoft.Build.Tasks:
* xbuild/Microsoft.Common.targets (_RecordCleanFile): Append list of
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
In class/Microsoft.Build.Tasks:
* lc.1: Fix typos.
* ToolTask.cs (ExecuteTool): Use the virtual method
* ProcessService.cs (globalEnvironmentVariablesOverride): Use
Fix bug #558739.
* GenerateResource.cs (CompileResourceFile): Check File.Exists
* ImportTest.cs (Add1): Fix test on windows.
In class/Microsoft.Build.Engine:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* SolutionParser.cs (GetAllProjectFileNames): New.
Fix tests.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks:
* xbuild/Microsoft.Common.targets (DeployOutputFiles):
* CommandLineException.cs (Message): Include the inner exception message
Add support for ToolsVersion and correctly build msbuild+xbuild assemblies
Fix make dist
* SolutionParser.cs: Identify and emit warning for a
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
Fix bug #594526.
* Vbc.cs (ValidateParameters): Always return true, dummy implementation.
Fix bug #594531.
* ToolTask.cs (ExecuteTool): Check that the tool exists.
* xbuild/Microsoft.VisualBasic.targets: Fix OutputAssembly
* ToolTask.cs: Use regex to parse output. Regex is from monodevelop.
Fix bug #594541
* Copy.cs: Handle non-existant source files.
* Vbc.cs (LogEventsFromTextOutput):
* xbuild/Microsoft.Common.targets (BuildingResources): Refactor to
* Project.cs: Add property MSBuildExtensionsPath32, used by silverlight
* ConsoleLogger.cs (EventsToString): If the target being executed is
* xbuild/3.5/Microsoft.Common.tasks:
* ReservedNameUtils.cs (GetReservedMetadata): Handle empty item.
* xbuild/Microsoft.Common.targets (DeployOutputFiles): Copy only
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* Project.cs (InitializeProperties): Set MSBuildBinPath to the current
* xbuild/*/Microsoft.Common.targets: Emit warning if
* Makefile: Update EXTRA_DIST with the new targets files.
Add tasks/targets for moonlight msbuild project support.
* Makefile: Remove unnecessary "/" in the paths.
Fix bug #599486.
Fix bug #599454.
* AssemblyResolver.cs (PopulateTargetFrameworkAssemblies):
Fix bug #485841.
* SolutionParser.cs (ParseSolution): Ignore GlobalSection
Improve assembly resolution when hintpath is specified and when searching
* AssemblyResolver.cs: Add some comments.
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* Import.cs (EvaluateProjectPath): Add a hack to support multiple
* ToolTask.cs: Don't check for tool's existence, as we might
* xbuild/*/Microsoft.Common.targets (AssemblySearchPaths): Add
* SolutionParser.cs (ParseSolution): Use ProjectReference's
Fix bug #615420.
Fix dependency specification for CoreCompile target. Log better messages
Correctly handle precedence of ToolsVersion value coming
* Csc.cs: Quote -define: arguments.
* AbsoluteToRelativePath: New.
* XamlG.cs: Fix arg to XamlGCompiler, to use path relative to project
* Respack.cs (Execute): Skip if output file is up-to-date wrt
* XamlG.cs (Execute): Fix earlier commit, include the filename.
* xbuild/Microsoft.Silverlight.Common.targets: Set Inputs/Outputs
* xbuild/Microsoft.Silverlight.Common.targets: Set AssemblySearchPaths
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:
* xbuild/Microsoft.CSharp.targets (CoreCompile): Add
* xbuild/Microsoft.Silverlight.Common.targets(GenerateMoonlightManifest):
Emit tool's output as it is received, instead of waiting for it to end.
* ConsoleLogger.cs: Honor LoggerVerbosity.Quiet .
* ConsoleLogger.cs: Honor LoggerVerbosity.Quiet .
xbuild: Collect and dump timing information.
xbuild: Use '*mcs.bat' on windows and '*mcs' on other platforms.
[xbuild]When invoking resgen, set MONO_IOMAP only if its not already set.
[xbuild] Add $(TargetFrameworkDirectory) for msbuild compatibility.
[xbuild] Override global properties before project Load.
[xbuild] Ignore missing imports when parsing solution file.
[xbuild] Fix #628525. Fix incremental rebuild.
[xbuild] Handle multi-line output from tool.
[xbuild] Handle references to vc*proj projects.
[xbuild] Fix a string format issue with guid.
[xbuild] Add env var to dump details of reference resolution.
[xbuild] Update man page.
[xbuild] Add reserved property MSBuildExtensionsPath64 .
[xbuild] Support extra paths for MSBuildExtensionsPath32/64 .
[xbuild] Evaluate Import only if its condition evaluates to true.
[xbuild] Fix 635767. Support enums for task property Outputs.
[xbuild] Quote filenames for resgen.
[xbuild] Task 'Touch' should pass even if the file already exists.
[xbuild] Unsubscribe events on ConsoleLogger.Shutdown ()
[xbuild] Update man page to add "/tv:" option.
[xbuild] Log default msg for TargetSkipped if @reason is null or empty.
[xbuild] Reduce ConsoleLogger's unnecessary output.
[xbuild] Fix ConsoleLogger's output, extra blank lines etc.
[xbuild] Fix handling of tool output.
[xbuild] Fix a race condition in ToolTask.
[xbuild] Add ToolTask.EnvironmentVariables property.
[xbuild] Fix references to Microsoft.Build.* assemblies for 3.5 .
[xbuild] Fix case sensitive environment variables for ToolTask.
[xbuild] Use files referenced by resx for dependency check.
[xbuild] Update regex to not require EndProject in a sln file.
[xbuild] Log TaskFinished even when task fails to initialize.
[xbuild] Reset ConsoleLogger when a build finishes.
[xbuild] Reset cache of built targets, on a new project build.
[xbuild] Add ResolveAssemblyReferencesDependsOn .
[xbuild] Set default TargetFrameworkVersion=4.0 for ToolsVersion=4.0
[xbuild] Fix bug #646941. Add explicit System.Core for >=3.5 projects.
[xbuild] Emit /platform: for *mcs
[xbuild] Fix bug #660508 .
[xbuild] Fix bug #662355.
[xbuild] Fix failing test in msbuild.tasks .
[xbuild] Fix bug #663180 .
[xbuild] Sync *PcFileCache.cs changes from monodevelop.
[xbuild] Fix bug #663159 .
[xbuild] Fix bug #663180, second part.
[xbuild] Update man page, new search paths for extensions and .pc files.
[xbuild] ConsoleLogger - Correctly indent multi-line messages.
[xbuild] Ensure trailing slash on some properties.
[xbuild] Copy metadata from Project items to target outputs.
[xbuild] Clear the built targets cache on project unload.
[xbuild] Add $(TargetDir) property.
[xbuild] Fix bug #664349 .
[xbuild] Use the backing field directly to avoid evaluating again.
[xbuild] Error out, if no target is found in a project.
[xbuild] Update Novell copyright.
[xbuild] Fix bug #665004. Honor /nologo option.
[xbuild] Fix bug #665637.
[xbuild] Correctly set CscToolExe if TargetFrameworkVersion is not set.
[xbuild] Support short-circuiting in conditions.
[xbuild] Improve error messages for condition evaluation.
[xbuild] Warn for unknown toolsVersion only on build.
[webservices] Extensions can be unknown XmlElements also, fix.
[xbuild] Update Utilities.FromMSBuildPath from monodevelop.
Antoine Cailliau (1):
Implements System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Antonello Provenzano (10):
Implementation of the basic features of LINQ Expressions.
.sources file fixed for ListInitException.cs
.sources file fixed for ExceptionCompiler.cs
svn path=/trunk/mcs/; revision=74901
svn path=/trunk/mcs/; revision=74902
svn path=/trunk/mcs/; revision=74905
svn path=/trunk/mcs/; revision=74907
Migration of QueryExpression to Enumerable.
svn path=/trunk/mcs/; revision=75111
svn path=/trunk/mcs/; revision=75242
Arina Itkes (60):
- Refactoring of Interpreter with extracting of base abstract class that executes some methods that were moved from Regex and Match classes.
- Added new machine that implements IMachine interface. It executes parsing with java regular expressions.
- Added new machine that implements IMachine interface. It executes parsing with java regular expressions.
svn path=/trunk/mono/; revision=88148
New tests for Regex:
Fix for Result method of Match. Throwing an exception if Result method was called on a failed Match.
Moving creation of Regex machine to ctor.
Fix:
- Change Log updated for revisions 88065, 88356 and 88375
Updated changelog fog revision 88355
Fix of SmtpClient.Read() method:
TARGET_JVM: return flow to the version before revision 80469
Fix for expected result of 44 test
Fix for bug 5994. Now WebException thrown when a stream received from WebRequest is closed before all bytes are written
Removed machine initialization that was removed from Regex.
Fixed wrong conversion from replacement string "\\" to "\" (bug#9460)
TARGET_JVM: mark some tests with NotWorking under TARGET_JVM
TARGET_JVM: Move Category NotWorking to CloseTest instead of TcpClient
TARGET_JVM: Mark ConvertFrom_String, ConvertFrom_String_Flags NotWorking
TARGET_JVM: replacing config file name to actual
Fix: Not replace an escaped left bracket inside of captured group.
Initialization of default proxy added.
Fix bug for regular expression with more than one same group names.
Synchronization fix
Synchronization fix
Regular expressions fixes for new tests failures
Changes for SOAP serialization compatibility with .NET
Unix absolute path should not be valid on Windows
Max value of m for a construct {n,m} is 2147483647.
Changes in ChangeLog moved to their place
Visual Studio project file for the assembly.
Remove extra references.
Visual Studio project file to the assembly
Visual Studio project file for the library.
Stubs for missed public APIs.
Fix for 9491 bug. Socket should not throw exception when it closed by another thread.
CheckoutException should not be initialized with ErrorCode = 0 by default.
New test for groups with same name. Fix for JvmReMachine.
Fix for bug 9720. Patterns are fixed for correct working with IBM Java virtual machine too.
Fix for 9749. Support of backslash and bracket characters into character class for IBM JVM.
Compilation fix
TARGET_JVM: Restoring of the flow before 94231 revision for TARGET_JVM compilation.
Fix for IXmlSerializable.WriteXml in DataTable class. (Bug 8905)
New DataTable tests added to the project.
Fix for exporting of a generated typed DataTable and typed DataSet. Bug 8894
Added test for exporting of a generated typed DataSet and DataTable by a same XmlExporter.
Added test for exporting of a generated typed DataSet and DataTable by a same XmlExporter.
Fix for bug 9751. Regression on regular expressions should not be happened.
Fix of formatting.
Fix for IXmlSerializable.ReadXml. Bug 9762.
dos2unix was applied
Fix tests: end of line is "\r\n" when it runs on Windows.
TestFile3.xml and TestFile5.xml are used only for output and should not be committed. I renamed them for future deleting.
Fix of test for bug 9912.
Fix for the standalone tests: attribset_attribset24 and attribset_attribset40.
merge -r96115:96041
Fix for bug 9811: When web method returns DataTable the method generated in proxy class should return DataSet.
Socket stale checking is set to enabled by default. Added a possibility to configure "stale checking" flag and idle connections handling.
Fix of regression done by rev. 96745.
Project files converted to 2008.
Atsushi Eno (5979):
* XmlDocumentTests.cs: TestDocumentLoadUromUrl()
* XmlDeclaration.cs : Fixed ParseInput() more parse strictly.
* XmlDocumentTests.cs : added TestDocumentWithDoctypeDecl()
* Xmlchar.cs : added IsPubidChar().
* XmlElement.cs : Fixed bug 32839. InnerXml removes all the children.
* XmlAttribute.cs : add internal 'IsDefault' property
* XmlAttribute.cs : add internal 'IsDefault' property
*** empty log message ***
2002-10-29 Atsushi Enomoto <gigna at kit.hi-ho.ne.jp>
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
2002-12-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-04 Tim Haynes <thaynes at openlinksw.com>
2002-12-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-12-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2002-01-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
sorry, forgot to add it.
2003-01-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-01-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-02-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-03-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
*** empty log message ***
2003-04-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-04-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-10 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-10 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-05-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-06-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-06 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-27 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-29 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-31 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-07-31 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-10 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-10 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-08-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-10 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-09-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-14 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-23 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-26 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-10-30 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-01 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-09 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-13 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-17 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-17 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-17 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-19 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-22 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-24 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-11-28 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-02 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-03 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-04 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-05 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-07 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-08 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-08 Atsushi Enomoto <atsushi at ximian.com>
2003-12-08 Atsushi Enomoto <atsushi at novell.com>
2003-12-08 Atsushi Enomoto <atsushi at ximian.com>
2003-12-08 Atsushi Enomoto <atsushi at ximian.com>
2003-12-08 Atsushi Enomoto <atsushi at novell.com>
2003-12-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-11 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-12 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-15 Atsushi Enomoto <atsushi at novell.com>
2003-12-15 Atsushi Enomoto <atsushi at ximian.com>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <atsushi at ximian.com>
2003-12-16 Atsushi Enomoto <atsushi at ximian.com>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-17 Atsushi Enomoto <atsushi at ximian.com>
2003-12-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-18 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-16 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-20 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-20 Atsushi Enomoto <atsushi at ximian.com>
2003-12-20 Atsushi Enomoto <atsushi at ximian.com>
2003-12-21 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-21 Atsushi Enomoto <atsushi at ximian.com>
2003-12-23 Atsushi Enomoto <atsushi at ximian.com>
2003-12-23 Atsushi Enomoto <atsushi at ximian.com>
2003-12-24 Atsushi Enomoto <atsushi at ximian.com>
2003-12-24 Atsushi Enomoto <atsushi at ximian.com>
2003-12-24 Atsushi Enomoto <atsushi at ximian.com>
2003-12-24 Atsushi Enomoto <atsushi at ximian.com>
2003-12-24 Atsushi Enomoto <atsushi at ximian.com>
2003-12-25 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2003-12-25 Atsushi Enomoto <atsushi at ximian.com>
2003-12-25 Atsushi Enomoto <atsushi at ximian.com>
2003-12-26 Atsushi Enomoto <atsushi at ximian.com>
2003-12-27 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2004-01-03 Atsushi Enomoto <atsushi at ximian.com>
2003-01-04 Atsushi Enomoto <atsushi at ximian.com>
2004-01-04 Atsushi Enomoto <atsushi at ximian.com>
2004-01-04 Atsushi Enomoto <atsushi at ximian.com>
2004-01-04 Atsushi Enomoto <atsushi at ximian.com>
2004-01-05 Atsushi Enomoto <atsushi at ximian.com>
2003-01-05 Atsushi Enomoto <atsushi at ximian.com>
2004-01-05 Atsushi Enomoto <atsushi at ximian.com>
2004-01-05 Atsushi Enomoto <atsushi at ximian.com>
2004-01-05 Atsushi Enomoto <atsushi at ximian.com>
2003-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-07 Atsushi Enomoto <atsushi at ximian.com>
2004-01-07 Atsushi Enomoto <atsushi at ximian.com>
2004-01-07 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-08 Atsushi Enomoto <atsushi at ximian.com>
2004-01-09 Atsushi Enomoto <atsushi at ximian.com>
2004-01-09 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-10 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2004-01-12 Atsushi Enomoto <atsushi at ximian.com>
2004-01-12 Atsushi Enomoto <atsushi at ximian.com>
2004-01-12 Atsushi Enomoto <atsushi at ximian.com>
2004-01-12 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-13 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-15 Atsushi Enomoto <atsushi at ximian.com>
2004-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-15 Atsushi Enomoto <atsushi at ximian.com>
2004-01-15 Atsushi Enomoto <atsushi at ximian.com>
2004-01-16 Atsushi Enomoto <atsushi at ximian.com>
2004-01-16 Atsushi Enomoto <atsushi at ximian.com>
2004-01-16 Atsushi Enomoto <atsushi at ximian.com>
2004-01-16 Atsushi Enomoto <atsushi at ximian.com>
2004-01-16 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-22 Atsushi Enomoto <atsushi at ximian.com>
2004-01-23 Atsushi Enomoto <atsushi at ximian.com>
2004-01-23 Atsushi Enomoto <atsushi at ximian.com>
2004-01-26 Atsushi Enomoto <atsushi at ximian.com>
2004-01-26 Atsushi Enomoto <atsushi at ximian.com>
2004-01-26 Atsushi Enomoto <atsushi at ximian.com>
2004-01-26 Atsushi Enomoto <atsushi at ximian.com>
2004-01-26 Atsushi Enomoto <atsushi at ximian.com>
2004-01-27 Atsushi Enomoto <atsushi at ximian.com>
2004-01-27 Atsushi Enomoto <atsushi at ximian.com>
2004-01-27 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-01-28 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-03 Atsushi Enomoto <atsushi at ximian.com>
2004-02-04 Atsushi Enomoto <atsushi at ximian.com>
2004-02-04 Atsushi Enomoto <atsushi at ximian.com>
2004-02-04 Atsushi Enomoto <atsushi at ximian.com>
2004-02-05 Atsushi Enomoto <atsushi at ximian.com>
2004-02-06 Atsushi Enomoto <atsushi at ximian.com>
2004-02-06 Atsushi Enomoto <atsushi at ximian.com>
2004-02-05 Atsushi Enomoto <atsushi at ximian.com>
2004-02-05 Atsushi Enomoto <atsushi at ximian.com>
2004-02-05 Atsushi Enomoto <atsushi at ximian.com>
2004-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-10 Atsushi Enomoto <atsushi at ximian.com>
2004-02-10 Atsushi Enomoto <atsushi at ximian.com>
2004-02-10 Atsushi Enomoto <atsushi at ximian.com>
2004-02-10 Atsushi Enomoto <atsushi at ximian.com>
2004-02-11 Atsushi Enomoto <atsushi at ximian.com>
oops, commited incomplete log.
2004-02-11 Atsushi Enomoto <atsushi at ximian.com>
2004-02-11 Atsushi Enomoto <atsushi at ximian.com>
2004-02-12 Atsushi Enomoto <atsushi at ximian.com>
2004-02-13 Atsushi Enomoto <atsushi at ximian.com>
2004-02-13 Atsushi Enomoto <atsushi at ximian.com>
2004-02-13 Atsushi Enomoto <atsushi at ximian.com>
2004-02-13 Atsushi Enomoto <atsushi at ximian.com>
2004-02-13 Atsushi Enomoto <atsushi at ximian.com>
2004-02-14 Atsushi Enomoto <atsushi at ximian.com>
2004-02-14 Atsushi Enomoto <atsushi at ximian.com>
2004-02-14 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-16 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-17 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-19 Atsushi Enomoto <atsushi at ximian.com>
2004-02-19 Atsushi Enomoto <atsushi at ximian.com>
2004-02-20 Atsushi Enomoto <atsushi at ximian.com>
2004-02-22 Atsushi Enomot <atsushi at ximian.com>
2004-02-22 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atsushi Enomoto <atsushi at ximian.com>
2004-02-25 Atshushi Enomoto <atsushi at ximian.com>
2004-02-26 Atsushi Enomoto <atsushi at ximian.com>
2004-02-26 Atsushi Enomoto <atsushi at ximian.com>
2004-02-28 Atsushi Enomoto <atsushi at ximian.com>
2004-02-28 Atsushi Enomoto <atsushi at ximian.com>
2004-02-28 Atsushi Enomoto <atsushi at ximian.com>
2004-02-28 Atsushi Enomoto <atsushi at ximian.com>
2004-03-01 Atsushi Enomoto <atsushi at ximian.com>
2004-03-01 Atsushi Enomoto <atsushi at ximian.com>
2004-03-01 Atsushi Enomoto <atsushi at ximian.com>
2004-03-03 Atsushi Enomoto <atsushi at ximian.com>
2004-03-03 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-05 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2004-03-07 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-12 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-13 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-17 Atsushi Enomoto <atsushi at ximian.com>
2004-03-17 Atsushi Enomoto <atsushi at ximian.com>
2004-03-17 Atsushi Enomoto <atsushi at ximian.com>
2004-03-17 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2004-03-17 Atsushi Enomoto <atsushi at ximian.com>
2004-03-17 Atsushi Enomoto <atsushi at ximian.com>
2004-03-18 Atsushi Enomoto <atsushi at ximian.com>
2004-03-18 Atsushi Enomoto <atsushi at ximian.com>
2004-03-18 Atsushi Enomoto <atsushi at ximian.com>
2004-03-18 Atsushi Enomoto <atsushi at ximian.com>
2004-03-19 Atsushi Enomoto <atsushi at ximian.com>
2004-03-19 Atsushi Enomoto <atsushi at ximian.com>
2004-03-20 Atsushi Enomoto <atsushi at ximian.com>
2004-03-20 Atsushi Enomoto <atsushi at ximian.com>
2004-03-21 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-23 Atsushi Enomoto <atsushi at ximian.com>
2004-03-23 Atsushi Enomoto <atsushi at ximian.com>
2004-03-23 Atsushi Enomoto <atsushi at ximian.com>
2004-03-23 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-24 Atsushi Enomoto <atsushi at ximian.com>
2004-03-26 Atsushi Enomoto <atsushi at ximian.com>
2004-03-26 Atsushi Enomoto <atsushi at ximian.com>
2004-03-26 Atsushi Enomoto <atsushi at ximian.com>
2004-03-26 Atsushi Enomoto <atsushi at ximian.com>
2004-03-26 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-27 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-03-31 Atsushi Enomoto <atsushi at ximian.com>
2004-04-01 Atsushi Enomoto <atsushi at ximian.com>
2003-04-03 Atsushi Enomoto <atsushi at ximian.com>
2003-04-03 Atsushi Enomoto <atsushi at ximian.com>
2004-04-05 Atsushi Enomoto <atsushi at ximian.com>
2004-04-05 Atsushi Enomoto <atsushi at ximian.com>
2004-04-06 Atsushi Enomoto <atsushi at ximian.com>
2004-04-06 Atsushi Enomoto <atsushi at ximian.com>
2004-04-08 Atsushi Enomoto <atsushi at ximian.com>
2004-04-09 Atsushi Enomoto <atsushi at ximian.com>
2004-04-10 Atsushi Enomoto <atsushi at ximian.com>
2004-04-10 Atsushi Enomoto <atsushi at ximian.com>
2004-04-11 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-13 Atsushi Enomoto <atsushi at ximian.com>
2004-04-13 Atsushi Enomoto <atsushi at ximian.com>
2004-04-13 Atsushi Enomoto <atsushi at ximian.com>
2004-04-13 Atsushi Enomoto <atsushi at ximian.com>
2004-04-13 Atsushi Enomoto <atsushi at ximian.com>
2004-04-14 Atsushi Enomoto <atsushi at ximian.com>
2004-04-14 Atsushi Enomoto <atsushi at ximian.com>
2004-04-14 Atsushi Enomoto <atsushi at ximian.com>
2004-04-15 Atsushi Enomoto <atsushi at ximian.com>
2004-04-15 Atsushi Enomoto <atsushi at ximian.com>
2004-04-15 Atsushi Enomoto <atsushi at ximian.com>
2004-04-15 Atsushi Enomoto <atsushi at ximian.com>
2004-04-15 Atsushi Enomoto <atsushi at ximian.com>
2004-04-16 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-19 Atsushi Enomoto <atsushi at ximian.com>
2004-04-20 Atsushi Enomoto <atsushi at ximian.com>
2004-04-20 Atsushi Enomoto <atsushi at ximian.com>
2004-04-20 Atsushi Enomoto <atsushi at ximian.com>
2004-04-21 Atsushi Enomoto <atsushi at ximian.com>
2004-04-22 Atsushi Enomoto <atsushi at ximian.com>
2004-04-22 Atsushi Enomoto <atsushi at ximian.com>
2004-04-22 Atsushi Enomoto <atsushi at ximian.com>
2004-04-22 Atsushi Enomoto <atsushi at ximian.com>
2004-04-22 Atsushi Enomoto <atsushi at ximian.com>
2004-04-23 Atsushi Enomoto <atsushi at ximian.com>
2004-04-23 Atsushi Enomoto <atsushi at ximian.com>
2004-04-23 Atsushi Enomoto <atsushi at ximian.com>
2004-04-23 Atsushi Enomoto <atsushi at ximian.com>
2004-04-12 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-24 Atsushi Enomoto <atsushi at ximian.com>
2004-04-26 Atsushi Enomoto <atsushi at ximian.com>
2004-04-26 Atsushi Enomoto <atsushi at ximian.com>
2004-04-26 Atsushi Enomoto <atsushi at ximian.com>
2004-04-26 Atsushi Enomoto <atsushi at ximian.com>
2004-04-26 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-27 Atsushi Enomoto <atsushi at ximian.com>
2004-04-29 Atsushi Enomoto <atsushi at ximian.com>
2004-04-29 Atsushi Enomoto <atsushi at ximian.com>
2004-04-29 Atsushi Enomoto <atsushi at ximian.com>
2004-04-29 Atsushi Enomoto <atsushi at ximian.com>
2004-05-04 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-06 Atsushi Enomoto <atsushi at ximian.com>
2004-05-07 Atsushi Enomoto <atsushi at ximian.com>
2004-05-07 Atsushi Enomoto <atsushi at ximian.com>
2004-05-07 Atsushi Enomoto <atsushi at ximian.com>
2004-05-07 Atsushi Enomoto <atsushi at ximian.com>
2004-05-09 Atsushi Enomoto <atsushi at ximian.com>
2004-05-09 Atsushi Enomoto <atsushi at ximian.com>
2004-05-09 Atsushi Enomoto <atsushi at ximian.com>
2004-05-09 Atsushi Enomoto <atsushi at ximian.com>
2004-05-10 Atsushi Enomoto <atsushi at ximian.com>
2004-05-10 Atsushi Enomoto <atsushi at ximian.com>
2004-05-11 Atsushi Enomoto <atsushi at ximian.com>
2004-05-11 Atsushi Enomoto <atsushi at ximian.com>
2004-05-11 Atsushi Enomoto <atsushi at ximian.com>
2004-05-11 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-12 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-13 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-14 Atsushi Enomoto <atsushi at ximian.com>
2004-05-15 Atsushi Enomoto <atsushi at ximian.com>
2004-05-16 Atsushi Enomoto <atsushi at ximian.com>
2004-05-16 Atsushi Enomoto <atsushi at ximian.com>
2004-05-16 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-17 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-18 Atsushi Enomoto <atsushi at ximian.com>
2004-05-19 Atsushi Enomoto <atsushi at ximian.com>
2004-05-19 Atsushi Enomoto <atsushi at ximian.com>
2004-05-19 Atsushi Enomoto <atsushi at ximian.com>
2004-05-19 Atsushi Enomoto <atsushi at ximian.com>
2004-05-19 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-20 Atsushi Enomoto <atsushi at ximian.com>
2004-05-21 Atsushi Enomoto <atsushi at ximian.com>
2004-05-21 Atsushi Enomoto <atsushi at ximian.com>
2004-05-21 Atsushi Enomoto <atsushi at ximian.com>
2004-05-21 Atsushi Enomoto <atsushi at ximian.com>
2004-05-21 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-23 Atsushi Enomoto <atsushi at ximian.com>
2004-05-24 Atsushi Enomoto <atsushi at ximian.com>
2004-05-24 Atsushi Enomoto <atsushi at ximian.com>
2004-05-24 Atsushi Enomoto <atsushi at ximian.com>
2004-05-24 Atsushi Enomoto <atsushi at ximian.com>
2004-05-24 Atsushi Enomoto <atsushi at ximian.com>
2004-05-25 Atsushi Enomoto <atsushi at ximian.com>
2004-05-25 Atsushi Enomoto <atsushi at ximian.com>
2004-05-25 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-25 Atsushi Enomoto <atsushi at ximian.com>
2003-05-26 Atsushi Enomoto <atsushi at ximian.com>
2003-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2003-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-26 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-22 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-27 Atsushi Enomoto <atsushi at ximian.com>
2004-05-28 Atsushi Enomoto <atsushi at ximian.com>
2004-05-28 Atsushi Enomoto <atsushi at ximian.com>
2004-05-28 Atsushi Enomoto <atsushi at ximian.com>
2004-05-28 Atsushi Enomoto <atsushi at ximian.com>
2004-05-28 Atsushi Enomoto <atsushi at ximian.com>
2004-05-30 Atsushi Enomoto <atsushi at ximian.com>
2004-05-30 Atsushi Enomoto <atsushi at ximian.com>
2004-05-30 Atsushi Enomoto <atsushi at ximian.com>
2004-05-30 Atsushi Enomoto <atsushi at ximian.com>
2004-05-30 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
The latest tests were by Boris Kirzner (thanks!)
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-05-31 Atsushi Enomoto <atsushi at ximian.com>
2004-06-01 Atsushi Enomoto <atsushi at ximian.com>
2004-06-01 Atsushi Enomoto <atsushi at ximian.com>
2004-06-01 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-04 Atsushi Enomoto <atsushi at ximian.com>
2004-06-04 Atsushi Enomoto <atsushi at ximian.com>
2004-06-04 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-03 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-05 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-06 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-08 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-09 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-10 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-11 Atsushi Enomoto <atsushi at ximian.com>
2004-06-13 Atsushi Enomoto <atsushi at ximian.com>
2004-06-13 Atsushi Enomoto <atsushi at ximian.com>
2004-06-13 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-14 Atsushi Enomoto <atsushi at ximian.com>
2004-06-15 Atsushi Enomoto <atsushi at ximian.com>
2004-06-15 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-17 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-18 Atsushi Enomoto <atsushi at ximian.com>
2004-06-19 Atsushi Enomoto <atsushi at ximian.com>
2004-06-19 Atsushi Enomoto <atsushi at ximian.com>
2004-06-19 Atsushi Enomoto <atsushi at ximian.com>
2004-06-20 Atsushi Enomoto <atsushi at ximian.com>
2004-06-20 Atsushi Enomoto <atsushi at ximian.com>
2004-06-20 Atsushi Enomoto <atsushi at ximian.com>
2004-06-20 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-16 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-21 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-24 Atsushi Enomoto <atsushi at ximian.com>
2004-06-24 Atsushi Enomoto <atsushi at ximian.com>
2004-06-24 Atsushi Enomoto <atsushi at ximian.com>
2004-06-24 Atsushi Enomoto <atsushi at ximian.com>
2004-06-24 Atsushi Enomoto <atsushi at ximian.com>
2004-06-22 Atsushi Enomoto <atsushi at ximian.com>
2004-06-25 Atsushi Enomoto <atsushi at ximian.com>
2004-06-25 Atsushi Enomoto <atsushi at ximian.com>
2004-06-25 Atsushi Enomoto <atsushi at ximian.com>
2004-06-25 Atsushi Enomoto <atsushi at ximian.com>
2004-06-27 Atsushi Enomoto <atsushi at ximian.com>
2004-06-27 Atsushi Enomoto <atsushi at ximian.com>
2004-06-28 Atsushi Enomoto <atsushi at ximian.com>
2004-06-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-09 Atsushi Enomoto <atsushi at ximian.com>
2004-07-11 Atsushi Enomoto <atsushi at ximian.com>
2004-07-11 Atsushi Enomoto <atsushi at ximian.com>
2004-07-11 Atsushi Enomoto <atsushi at ximian.com>
2004-07-11 Atsushi Enomoto <atsushi at ximian.com>
2004-07-12 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Peter Williams <peter at newton.cx>
2004-07-14 Atsushi Enomoto <atsushi at ximian.com>
2004-07-14 Atsushi Enomoto <atsushi at ximian.com>
2004-07-14 Atsushi Enomoto <atsushi at ximian.com>
2004-07-16 Atsushi Enomoto <atsushi at ximian.com>
2004-07-16 Atsushi Enomoto <atsushi at ximian.com>
2004-07-13 Peter Williams <peter at newton.cx>
2004-07-15 Peter Williams <peter at newton.cx>
2004-07-15 Peter Williams <peter at newton.cx>
2004-07-20 Atsushi Enomoto <atsushi at ximian.com>
2004-07-20 Atsushi Enomoto <atsushi at ximian.com>
2004-07-20 Atsushi Enomoto <atsushi at ximian.com>
2004-07-20 Atsushi Enomoto <atsushi at ximian.com>
2004-07-21 Atsushi Enomoto <atsushi at ximian.com>
2004-07-20 Atsushi Enomoto <atsushi at ximian.com>
2004-07-21 Atsushi Enomoto <atsushi at ximian.com>
2004-07-21 Atsushi Enomoto <atsushi at ximian.com>
2004-07-21 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at novell.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2004-07-26 Atsushi Enomoto <atsushi at ximian.com>
2004-07-26 Atsushi Enomoto <atsushi at ximian.com>
2004-07-26 Atsushi Enomoto <atsushi at ximian.com>
oops, forgot to commit ChangeLog.
2004-07-26 Atsushi Enomoto <atsushi at ximian.com>
2004-07-26 Atsushi Enomoto <atsushi at ximian.com>
2004-07-27 Atsushi Enomoto <atsushi at ximian.com>
2004-07-27 Atsushi Enomoto <atsushi at ximian.com>
2004-07-27 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-28 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-29 Atsushi Enomoto <atsushi at ximian.com>
2004-07-30 Atsushi Enomoto <atsushi at ximian.com>
2004-07-30 Atsushi Enomoto <atsushi at ximian.com>
The ChangeLog description was ambiguous, so rewritten.
2004-07-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-01 Atsushi Enomoto <atsushi at ximian.com>
2004-08-02 Atsushi Enomoto <atsushi at ximian.com>
2004-08-02 Atsushi Enomoto <atsushi at ximian.com>
2004-08-02 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-03 Atsushi Enomoto <atsushi at ximian.com>
2004-08-05 Atsushi Enomoto <atsushi at ximian.com>
2004-08-06 Atsushi Enomoto <atsushi at ximian.com>
2004-08-06 Atsushi Enomoto <atsushi at ximian.com>
2004-08-07 Atsushi Enomoto <atsushi at ximian.com>
2004-08-07 Atsushi Enomoto <atsushi at ximian.com>
2004-08-07 Atsushi Enomoto <atsushi at ximian.com>
2004-08-09 Atsushi Enomoto <atsushi at ximian.com>
2004-08-09 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-10 Atsushi Enomoto <atsushi at ximian.com>
2004-08-16 Atsushi Enomoto <atsushi at ximian.com>
2004-08-16 Atsushi Enomoto <atsushi at ximian.com>
2004-08-19 Atsushi Enomoto <atsushi at ximian.com>
2004-08-19 Atsushi Enomoto <atsushi at ximian.com>
2004-08-19 Atsushi Enomoto <atsushi at ximian.com>
2004-08-19 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-20 Atsushi Enomoto <atsushi at ximian.com>
2004-08-21 Atsushi Enomoto <atsushi at ximian.com>
2004-08-21 Atsushi Enomoto <atsushi at ximian.com>
2004-08-23 Atsushi Enomoto <atsushi at ximian.com>
2004-08-23 Atsushi Enomoto <atsushi at ximian.com>
2004-08-23 Atsushi Enomoto <atsushi at ximian.com>
2004-08-24 Atsushi Enomoto <atsushi at ximian.com>
2004-08-24 Atsushi Enomoto <atsushi at ximian.com>
2004-08-24 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-25 Atsushi Enomoto <atsushi at ximian.com>
2004-08-26 Atsushi Enomoto <atsushi at ximian.com>
2004-08-26 Atsushi Enomoto <atsushi at ximian.com>
2004-08-26 Atsushi Enomoto <atsushi at ximian.com>
2004-08-26 Atsushi Enomoto <atsushi at ximian.com>
2004-08-26 Atsushi Enomoto <atsushi at ximian.com>
2004-08-27 Atsushi Enomoto <atsushi at ximian.com>
2004-08-27 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-30 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-08-31 Atsushi Enomoto <atsushi at ximian.com>
2004-09-01 Atsushi Enomoto <atsushi at ximian.com>
2004-09-01 Atsushi Enomoto <atsushi at ximian.com>
2004-09-02 Atsushi Enomoto <atsushi at ximian.com>
2004-09-03 Atsushi Enomoto <atsushi at ximian.com>
2004-09-03 Atsushi Enomoto <atsushi at ximian.com>
2004-09-03 Atsushi Enomoto <atsushi at ximian.com>
2004-09-03 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-06 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-07 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-08 Atsushi Enomoto <atsushi at ximian.com>
2004-09-12 Atsushi Enomoto <atsushi at ximian.com>
2004-09-12 Atsushi Enomoto <atsushi at ximian.com>
2004-09-13 Atsushi Enomoto <atsushi at ximian.com>
2004-09-13 Atsushi Enomoto <atsushi at ximian.com>
2004-09-13 Atsushi Enomoto <atsushi at ximian.com>
2004-09-13 Atsushi Enomoto <atsushi at ximian.com>
2004-09-13 Atsushi Enomoto <atsushi at ximian.com>
2004-09-14 Atsushi Enomoto <atsushi at ximian.com>
2004-09-16 Atsushi Enomoto <atsushi at ximian.com>
2004-09-16 Atsushi Enomoto <atsushi at ximian.com>
2004-09-22 Atsushi Enomoto <atsushi at ximian.com>
2004-09-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-03 Atsushi Enomoto <atsushi at ximian.com>
2004-10-03 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-04 Atsushi Enomoto <atsushi at ximian.com>
2004-10-05 Atsushi Enomoto <atsushi at ximian.com>
2004-10-05 Atsushi Enomoto <atsushi at ximian.com>
2004-10-05 Atsushi Enomoto <atsushi at ximian.com>
2004-10-05 Atsushi Enomoto <atsushi at ximian.com>
2004-10-05 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-07 Atsushi Enomoto <atsushi at ximian.com>
2004-10-07 Atsushi Enomoto <atsushi at ximian.com>
2004-10-07 Atsushi Enomoto <atsushi at ximian.com>
2004-10-07 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-08 Atsushi Enomoto <atsushi at ximian.com>
2004-10-09 Atsushi Enomoto <atsushi at ximian.com>
2004-10-09 Atsushi Enomoto <atsushi at ximian.com>
2004-10-09 Atsushi Enomoto <atsushi at ximian.com>
2004-10-09 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
2004-10-12 Atsushi Enomoto <atsushi at ximian.com>
wrote incorrect filename :(
wrote incorrect changelog :(
wrote incorrect filename also here :(
2004-10-13 Atsushi Enomoto <atsushi at ximian.com>
2004-10-13 Atsushi Enomoto <atsushi at ximian.com>
2004-10-14 Atsushi Enomoto <atsushi at ximian.com>
2004-10-14 Atsushi Enomoto <atsushi at ximian.com>
2004-10-14 Atsushi Enomoto <atsushi at ximian.com>
2004-10-14 Atsushi Enomoto <atsushi at ximian.com>
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2004-10-18 Atsushi Enomoto <atsushi at ximian.com>
2004-10-18 Atsushi Enomoto <atsushi at ximian.com>
2004-10-19 Atsushi Enomoto <atsushi at ximian.com>
2004-10-19 Atsushi Enomoto <atsushi at ximian.com>
2004-10-21 Atsushi Enomoto <atsushi at ximian.com>
2004-10-21 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
... and Makefile ;-)
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-22 Atsushi Enomoto <atsushi at ximian.com>
2004-10-26 Atsushi Enomoto <atsushi at ximian.com>
2004-10-27 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
2004-10-28 Atsushi Enomoto <atsushi at ximian.com>
... should have been removed in the last commit.
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-10-29 Atsushi Enomoto <atsushi at ximian.com>
2004-11-02 Atsushi Enomoto <atsushi at ximian.com>
2004-11-02 Atsushi Enomoto <atsushi at ximian.com>
2004-11-02 Atsushi Enomoto <atsushi at ximian.com>
2004-11-03 Atsushi Enomoto <atsushi at ximian.com>
2004-11-03 Atsushi Enomoto <atsushi at ximian.com>
2004-11-03 Atsushi Enomoto <atsushi at ximian.com>
2004-11-03 Atsushi Enomoto <atsushi at ximian.com>
2004-11-04 Atsushi Enomoto <atsushi at ximian.com>
2004-11-04 Atsushi Enomoto <atsushi at ximian.com>
2004-11-04 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-07 Atsushi Enomoto <atsushi at ximian.com>
2004-11-07 Atsushi Enomoto <atsushi at ximian.com>
2004-11-07 Atsushi Enomoto <atsushi at ximian.com>
2004-11-05 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-08 Atsushi Enomoto <atsushi at ximian.com>
2004-11-09 Atsushi Enomoto <atsushi at ximian.com>
2004-11-09 Atsushi Enomoto <atsushi at ximian.com>
2004-11-10 Atsushi Enomoto <atsushi at ximian.com>
2004-11-10 Atsushi Enomoto <atsushi at ximian.com>
2004-11-10 Atsushi Enomoto <atsushi at ximian.com>
2004-11-14 Atsushi Enomoto <atsushi at ximian.com>
2004-11-14 Atsushi Enomoto <atsushi at ximian.com>
2004-11-14 Atsushi Enomoto <atsushi at ximian.com>
2004-11-14 Atsushi Enomoto <atsushi at ximian.com>
2004-11-16 Atsushi Enomoto <atsushi at ximian.com>
oops, the change was missing.
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-17 Atsushi Enomoto <atsushi at ximian.com>
2004-11-18 Atsushi Enomoto <atsushi at ximian.com>
2004-11-18 Atsushi Enomoto <atsushi at ximian.com>
2004-11-18 Atsushi Enomoto <atsushi at ximian.com>
2004-11-18 Atsushi Enomoto <atsushi at ximian.com>
2004-11-18 Atsushi Enomoto <atsushi at ximian.com>
2004-11-19 Atsushi Enomoto <atsushi at ximian.com>
2004-11-19 Atsushi Enomoto <atsushi at ximian.com>
2004-11-20 Atsushi Enomoto <atsushi at ximian.com>
2004-11-20 Atsushi Enomoto <atsushi at ximian.com>
2004-11-22 Atsushi Enomoto <atsushi at ximian.com>
2004-11-22 Atsushi Enomoto <atsushi at ximian.com>
2004-11-22 Atsushi Enomoto <atsushi at ximian.com>
2004-11-22 Atsushi Enomoto <atsushi at ximian.com>
2004-11-22 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-24 Atsushi Enomoto <atsushi at ximian.com>
2004-11-25 Atsushi Enomoto <atsushi at ximian.com>
2004-11-25 Atsushi Enomoto <atsushi at ximian.com>
2004-11-25 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-26 Atsushi Enomoto <atsushi at ximian.com>
2004-11-28 Atsushi Enomoto <atsushi at ximian.com>
2004-11-28 Atsushi Enomoto <atsushi at ximian.com>
2004-11-29 Atsushi Enomoto <atsushi at ximian.com>
2004-11-29 Atsushi Enomoto <atsushi at ximian.com>
2004-11-30 Atsushi Enomoto <atsushi at ximian.com>
2004-11-30 Atsushi Enomoto <atsushi at ximian.com>
2004-11-30 Atsushi Enomoto <atsushi at ximian.com>
2004-11-30 Atsushi Enomoto <atsushi at ximian.com>
2004-11-30 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-01 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-02 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-03 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-04 Atsushi Enomoto <atsushi at ximian.com>
2004-12-05 Atsushi Enomoto <atsushi at ximian.com>
2004-12-05 Atsushi Enomoto <atsushi at ximian.com>
2004-12-05 Atsushi Enomoto <atsushi at ximian.com>
2004-12-05 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-07 Atsushi Enomoto <atsushi at ximian.com>
2004-12-08 Atsushi Enomoto <atsushi at ximian.com>
2004-12-08 Atsushi Enomoto <atsushi at ximian.com>
2004-12-08 Atsushi Enomoto <atsushi at ximian.com>
2004-12-08 Atsushi Enomoto <atsushi at ximian.com>
2004-12-08 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-10 Atsushi Enomoto <atsushi at ximian.com>
2004-12-10 Atsushi Enomoto <atsushi at ximian.com>
2004-12-10 Atsushi Enomoto <atsushi at ximian.com>
2004-12-10 Atsushi Enomoto <atsushi at ximian.com>
2004-12-09 Atsushi Enomoto <atsushi at ximian.com>
2004-12-11 Atsushi Enomoto <atsushi at ximian.com>
2004-12-11 Atsushi Enomoto <atsushi at ximian.com>
2004-12-11 Atsushi Enomoto <atsushi at ximian.com>
2004-12-13 Atsushi Enomoto <atsushi at ximian.com>
2004-12-14 Atsushi Enomoto <atsushi at ximian.com>
2004-12-14 Atsushi Enomoto <atsushi at ximian.com>
2004-12-15 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-16 Atsushi Enomoto <atsushi at ximian.com>
2004-12-17 Atsushi Enomoto <atsushi at ximian.com>
2004-12-21 Atsushi Enomoto <atsushi at ximian.com>
2004-12-26 Atsushi Enomoto <atsushi at ximian.com>
2004-12-26 Atsushi Enomoto <atsushi at ximian.com>
2004-12-26 Atsushi Enomoto <atsushi at ximian.com>
2004-12-26 Atsushi Enomoto <atsushi at ximian.com>
2004-12-30 Atsushi Enomoto <atsushi at ximian.com>
2005-01-01 Atsushi Enomoto <atsushi at ximian.com>
2005-01-06 Atsushi Enomoto <atsushi at ximian.com>
2005-01-06 Atsushi Enomoto <atsushi at ximian.com>
2005-01-06 Atsushi Enomoto <atsushi at ximian.com>
2005-01-06 Atsushi Enomoto <atsushi at ximian.com>
2004-01-07 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2005-01-11 Atsushi Enomoto <atsushi at ximian.com>
2005-01-11 Atsushi Enomoto <atsushi at ximian.com>
2005-01-11 Atsushi Enomoto <atsushi at ximian.com>
2004-01-11 Atsushi Enomoto <atsushi at ximian.com>
2005-01-11 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-12 Atsushi Enomoto <atsushi at ximian.com>
2004-01-12 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-13 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2005-01-14 Atsushi Enomoto <atsushi at ximian.com>
2004-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2004-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-17 Atsushi Enomoto <atsushi at ximian.com>
2005-01-18 Atsushi Enomoto <atsushi at ximian.com>
2004-01-18 Atsushi Enomoto <atsushi at ximian.com>
2004-01-18 Atsushi Enomoto <atsushi at ximian.com>
2004-01-19 Atsushi Enomoto <atsushi at ximian.com>
2004-01-19 Atsushi Enomoto <atsushi at ximian.com>
2005-01-19 Atsushi Enomoto <atsushi at ximian.com>
2004-01-19 Atsushi Enomoto <atsushi at ximian.com>
2005-01-19 Atsushi Enomoto <atsushi at ximian.com>
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
oops, forgot to commit ChangeLog.
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
ugh, today is "eno must miss ChangeLog at any time" day :(
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
2005-01-19 Atsushi Enomoto <atsushi at ximian.com>
2005-01-20 Atsushi Enomoto <atsushi at ximian.com>
2004-01-20 Atsushi Enomoto <atsushi at ximian.com>
2005-01-21 Atsushi Enomoto <atsushi at ximian.com>
2005-01-21 Atsushi Enomoto <atsushi at ximian.com>
2005-01-21 Atsushi Enomoto <atsushi at ximian.com>
fixes on changelogs.
2004-01-21 Atsushi Enomoto <atsushi at ximian.com>
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
oops, this file was not saved before commit.
2005-01-24 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
... I had missing ChangeLog :(
2005-01-25 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
removing svn:executable
2005-01-26 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-27 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-28 Atsushi Enomoto <atsushi at ximian.com>
2005-01-30 Atsushi Enomoto <atsushi at ximian.com>
2005-01-31 Atsushi Enomoto <atsushi at ximian.com>
2005-01-31 Atsushi Enomoto <atsushi at ximian.com>
2005-02-01 Atsushi Enomoto <atsushi at ximian.com>
2005-02-01 Atsushi Enomoto <atsushi at ximian.com>
2005-02-01 Atsushi Enomoto <atsushi at ximian.com>
2005-02-01 Atsushi Enomoto <atsushi at ximian.com>
2005-02-01 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-02 Atsushi Enomoto <atsushi at ximian.com>
2005-02-03 Atsushi Enomoto <atsushi at ximian.com>
2005-02-03 Atsushi Enomoto <atsushi at ximian.com>
2005-02-03 Atsushi Enomoto <atsushi at ximian.com>
2005-02-03 Atsushi Enomoto <atsushi at ximian.com>
2005-02-04 Atsushi Enomoto <atsushi at ximian.com>
2005-02-04 Atsushi Enomoto <atsushi at ximian.com>
2005-02-05 Atsushi Enomoto <atsushi at ximian.com>
2005-02-05 Atsushi Enomoto <atsushi at ximian.com>
2004-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-02-06 Atsushi Enomoto <atsushi at ximian.com>
2005-02-06 Atsushi Enomoto <atsushi at ximian.com>
2005-02-05 Atsushi Enomoto <atsushi at ximian.com>
2005-02-06 Atsushi Enomoto <atsushi at ximian.com>
2005-02-06 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2005-02-08 Atsushi Enomoto <atsushi at ximian.com>
2004-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-09 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-10 Atsushi Enomoto <atsushi at ximian.com>
2005-02-11 Atsushi Enomoto <atsushi at ximian.com>
2005-02-14 Atsushi Enomoto <atsushi at ximian.com>
2004-02-14 Atsushi Enomoto <atsushi at ximian.com>
2005-02-14 Atsushi Enomoto <atsushi at ximian.com>
2005-02-14 Atsushi Enomoto <atsushi at ximian.com>
2005-02-14 Atsushi Enomoto <atsushi at ximian.com>
2005-02-14 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
Incorrectly edited ChangeLogs.
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-15 Atsushi Enomoto <atsushi at ximian.com>
2005-02-16 Atsushi Enomoto <atsushi at ximian.com>
2005-02-16 Atsushi Enomoto <atsushi at ximian.com>
2005-02-16 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-16 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-17 Atsushi Enomoto <atsushi at ximian.com>
2005-02-18 Atsushi Enomoto <atsushi at ximian.com>
2005-02-18 Atsushi Enomoto <atsushi at ximian.com>
2004-02-18 Atsushi Enomoto <atsushi at ximian.com>
2005-02-18 Atsushi Enomoto <atsushi at ximian.com>
2005-02-21 Atsushi Enomoto <atsushi at ximian.com>
I was editing incorrect ChangeLog :(
2005-02-21 Atsushi Enomoto <atsushi at ximian.com>
2004-02-21 Atsushi Enomoto <atsushi at ximian.com>
2005-02-21 Atsushi Enomoto <atsushi at ximian.com>
2005-02-21 Atsushi Enomoto <atsushi at ximian.com>
2005-02-21 Atsushi Enomoto <atsushi at ximian.com>
2005-02-22 Atsushi Enomoto <atsushi at ximian.com>
2005-02-22 Atsushi Enomoto <atsushi at ximian.com>
2005-02-22 Atsushi Enomoto <atsushi at ximian.com>
2004-02-23 Atsushi Enomoto <atsushi at ximian.com>
2005-02-23 Atsushi Enomoto <atsushi at ximian.com>
2005-02-22 Atsushi Enomoto <atsushi at ximian.com>
2005-02-23 Atsushi Enomoto <atsushi at ximian.com>
2005-02-23 Atsushi Enomoto <atsushi at ximian.com>
2005-02-23 Atsushi Enomoto <atsushi at ximian.com>
2004-02-23 Atsushi Enomoto <atsushi at ximian.com>
2005-02-24 Atsushi Enomoto <atsushi at ximian.com>
2005-02-24 Atsushi Enomoto <atsushi at ximian.com>
2005-02-24 Atsushi Enomoto <atsushi at ximian.com>
2005-02-24 Atsushi Enomoto <atsushi at ximian.com>
2005-02-24 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-25 Atsushi Enomoto <atsushi at ximian.com>
2005-02-26 Atsushi Enomoto <atsushi at ximian.com>
2005-02-27 Atsushi Enomoto <atsushi at ximian.com>
2005-02-28 Atsushi Enomoto <atsushi at ximian.com>
2005-03-01 Atsushi Enomoto <atsushi at ximian.com>
2005-03-01 Atsushi Enomoto <atsushi at ximian.com>
2005-03-01 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-02 Atsushi Enomoto <atsushi at ximian.com>
2005-03-03 Atsushi Enomoto <atsushi at ximian.com>
2005-03-03 Atsushi Enomoto <atsushi at ximian.com>
2005-03-03 Atsushi Enomoto <atsushi at ximian.com>
2005-03-03 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-06 Atsushi Enomoto <atsushi at ximian.com>
2005-03-06 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
oops, README was not there, but in the top dir.
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2004-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-07 Atsushi Enomoto <atsushi at ximian.com>
2005-03-08 Atsushi Enomoto <atsushi at ximian.com>
2005-03-08 Atsushi Enomoto <atsushi at ximian.com>
2005-03-08 Atsushi Enomoto <atsushi at ximian.com>
2005-03-08 Atsushi Enomoto <atsushi at ximian.com>
2005-03-08 Atsushi Enomoto <atsushi at ximian.com>
2004-03-04 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
ugh, the patch was changing different ChangeLog :(
2004-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2005-03-09 Atsushi Enomoto <atsushi at ximian.com>
2004-03-10 Atsushi Enomoto <atsushi at ximian.com>
2004-03-10 Atsushi Enomoto <atsushi at ximian.com>
2004-03-10 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2005-03-11 Atsushi Enomoto <atsushi at ximian.com>
2004-03-11 Atsushi Enomoto <atsushi at ximian.com>
2005-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2005-03-14 Atsushi Enomoto <atsushi at ximian.com>
2005-03-14 Atsushi Enomoto <atsushi at ximian.com>
2005-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-14 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2005-03-15 Atsushi Enomoto <atsushi at ximian.com>
2005-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-15 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2005-03-16 Atsushi Enomoto <atsushi at ximian.com>
2004-03-16 Atsushi Enomoto <atsushi at ximian.com>
2005-03-18 Atsushi Enomoto <atsushi at ximian.com>
forgot to delete.
2005-03-18 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2004-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-22 Atsushi Enomoto <atsushi at ximian.com>
2005-03-23 Atsushi Enomoto <atsushi at ximian.com>
2005-03-23 Atsushi Enomoto <atsushi at ximian.com>
2005-03-23 Atsushi Enomoto <atsushi at ximian.com>
2005-03-24 Atsushi Enomoto <atsushi at ximian.com>
2005-03-24 Atsushi Enomoto <atsushi at ximian.com>
2005-03-25 Atsushi Enomoto <atsushi at ximian.com>
2004-03-25 Atsushi Enomoto <atsushi at ximian.com>
2004-03-25 Atsushi Enomoto <atsushi at ximian.com>
2005-03-25 Atsushi Enomoto <atsushi at ximian.com>
2004-03-25 Atsushi Enomoto <atsushi at ximian.com>
2005-03-28 Atsushi Enomoto <atsushi at ximian.com>
2005-03-28 Atsushi Enomoto <atsushi at ximian.com>
2005-03-28 Atsushi Enomoto <atsushi at ximian.com>
2005-03-28 Atsushi Enomoto <atsushi at ximian.com>
2005-03-30 Atsushi Enomoto <atsushi at ximian.com>
2005-03-31 Atsushi Enomoto <atsushi at ximian.com>
2005-03-31 Atsushi Enomoto <atsushi at ximian.com>
2005-04-04 Atsushi Enomoto <atsushi at ximian.com>
2005-04-04 Atsushi Enomoto <atsushi at ximian.com>
2005-04-05 Atsushi Enomoto <atsushi at ximian.com>
2005-04-06 Atsushi Enomoto <atsushi at ximian.com>
2005-04-06 Atsushi Enomoto <atsushi at ximian.com>
2005-04-06 Atsushi Enomoto <atsushi at ximian.com>
2005-04-06 Atsushi Enomoto <atsushi at ximian.com>
2005-04-06 Atsushi Enomoto <atsushi at ximian.com>
2005-04-11 Atsushi Enomoto <atsushi at ximian.com>
2005-04-11 Atsushi Enomoto <atsushi at ximian.com>
2005-04-11 Atsushi Enomoto <atsushi at ximian.com>
2005-04-13 Atsushi Enomoto <atsushi at ximian.com>
2005-04-13 Atsushi Enomoto <atsushi at ximian.com>
2005-04-13 Atsushi Enomoto <atsushi at ximian.com>
2005-04-13 Atsushi Enomoto <atsushi at ximian.com>
2005-04-13 Atsushi Enomoto <atsushi at ximian.com>
added System.Text/NormalizationForm.cs
2005-04-17 Atsushi Enomoto <atsushi at ximian.com>
2005-04-17 Atsushi Enomoto <atsushi at ximian.com>
2005-04-17 Atsushi Enomoto <atsushi at ximian.com>
2005-04-17 Atsushi Enomoto <atsushi at ximian.com>
2005-04-17 Atsushi Enomoto <atsushi at ximian.com>
2005-04-19 Atsushi Enomoto <atsushi at ximian.com>
2005-04-22 Atsushi Enomoto <atsushi at ximian.com>
2005-04-22 Atsushi Enomoto <atsushi at ximian.com>
2005-04-23 Atsushi Enomoto <atsushi at ximian.com>
2005-04-23 Atsushi Enomoto <atsushi at ximian.com>
2005-04-23 Atsushi Enomoto <atsushi at ximian.com>
2005-04-23 Atsushi Enomoto <atsushi at ximian.com>
2005-04-25 Atsushi Enomotot <atsushi at ximian.com>
2005-04-25 Atsushi Enomoto <atsushi at ximian.com>
2005-04-25 Atsushi Enomoto <atsushi at ximian.com>
2005-04-25 Atsushi Enomoto <atsushi at ximian.com>
2005-04-25 Atsushi Enomoto <atsushi at ximian.com>
2005-04-25 Atsushi Enomoto <atsushi at ximian.com>
2005-04-26 Atsushi Enomoto <atsushi at ximian.com>
2005-04-26 Atsushi Enomoto <atsushi at ximian.com>
2005-04-26 Atsushi Enomoto <atsushi at ximian.com>
2005-04-27 Atsushi Enomoto <atsushi at ximian.com>
2005-04-28 Atsushi Enomoto <atsushi at ximian.com>
2005-05-02 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2005-05-05 Atsushi Enomoto <atsushi at ximian.com>
2005-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2004-05-05 Atsushi Enomoto <atsushi at ximian.com>
2005-05-05 Atsushi Enomoto <atsushi at ximian.com>
2005-05-06 Atsushi Enomoto <atsushi at ximian.com>
2005-05-07 Atsushi Enomoto <atsushi at ximian.com>
2005-05-07 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-09 Atsushi Enomoto <atsushi at ximian.com>
2005-05-10 Atsushi Enomoto <atsushi at ximian.com>
2005-05-10 Atsushi Enomoto <atsushi at ximian.com>
2005-05-11 Atsushi Enomoto <atsushi at ximian.com>
2005-05-12 Atsushi Enomoto <atsushi at ximian.com>
2005-05-12 Atsushi Enomoto <atsushi at ximian.com>
2005-05-12 Atsushi Enomoto <atsushi at ximian.com>
2005-05-13 Atsushi Enomoto <atsushi at ximian.com>
2005-05-13 Atsushi Enomoto <atsushi at ximian.com>
2005-05-13 Atsushi Enomoto <atsishi at ximian.com>
2005-05-13 Atsushi Enomoto <atsushi at ximian.com>
2005-05-13 Atsushi Enomoto <atsushi at ximian.com>
2005-05-15 Atsushi Enomoto <atsushi at ximian.com>
2005-05-15 Atsushi Enomoto <atsushi at ximian.com>
2005-05-16 Atsushi Enomoto <atsushi at ximian.com>
2005-05-17 Atsushi Enomoto <atsushi at ximian.com>
2005-05-17 Atsushi Enomoto <atsushi at ximian.com>
2005-05-18 Atsushi Enomoto <atsushi at ximian.com>
2005-05-18 Atsushi Enomoto <atsushi at ximian.com>
2005-05-18 Atsushi Enomoto <atsushi at ximian.com>
2005-05-18 Atsushi Enomoto <atsushi at ximian.com>
2005-05-19 Atsushi Enomoto <atsushi at ximian.com>
2005-05-18 Atsushi Enomoto <atsushi at ximian.com>
2005-05-19 Atsushi Enomoto <atsushi at ximian.com>
2005-05-20 Atsushi Enomoto <atsushi at ximian.com>
2005-05-21 Atsushi Enomoto <atsushi at ximian.com>
2005-05-21 Atsushi Enomoto <atsushi at ximian.com>
2005-05-22 Atsushi Enomoto <atsushi at ximian.com>
2005-05-23 Atsushi Enomoto <atsushi at ximian.com>
2005-05-23 Atsushi Enomoto <atsushi at ximian.com>
2005-05-24 Atsushi Enomoto <atsushi at ximian.com>
2005-05-24 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-25 Atsushi Enomoto <atsushi at ximian.com>
2005-05-26 Atsushi Enomoto <atsushi at ximian.com>
2005-05-26 Atsushi Enomoto <atsushi at ximian.com>
2005-05-26 Atsushi Enomoto <atsushi at ximian.com>
2005-05-27 Atsushi Enomoto <atsushi at ximian.com>
2005-05-30 Atsushi Enomoto <atsushi at ximian.com>
2005-05-30 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-05-31 Atsushi Enomoto <atsushi at ximian.com>
2005-06-01 Atsushi Enomoto <atsushi at ximian.com>
2005-06-01 Atsushi Enomoto <atsushi at ximian.com>
2005-06-02 Atsushi Enomoto <atsushi at ximian.com>
2005-06-02 Atsushi Enomoto <atsushi at ximian.com>
2005-06-02 Atsushi Enomoto <atsushi at ximian.com>
2005-06-03 Atsushi Enomoto <atsushi at ximian.com>
2005-06-03 Atsushi Enomoto <atsushi at ximian.com>
2005-06-06 Atsushi Enomoto <atsushi at ximian.com>
2005-06-06 Atsushi Enomoto <atsushi at ximian.com>
2005-06-06 Atsushi Enomoto <atsushi at ximian.com>
2005-06-07 Atsushi Enomoto <atsushi at ximian.com>
deprecated.
2005-06-07 Atsushi Enomoto <atsushi at ximian.com>
2004-06-07 Atsushi Enomoto <atsushi at ximian.com>
2005-06-07 Atsushi Enomoto <atsushi at ximian.com>
2005-06-07 Atsushi Enomoto <atsushi at ximian.com>
2005-06-08 Atsushi Enomoto <atsushi at ximian.com>
2005-06-09 Atsushi Enomoto <atsushi at ximian.com>
2005-06-10 Atsushi Enomoto <atsushi at ximian.com>
2005-06-11 Atsushi Enomoto <atsushi at ximian.com>
2005-06-11 Atsushi Enomoto <atsushi at ximian.com>
2005-06-10 Atsushi Enomoto <atsushi at ximian.com>
2005-06-10 Atsushi Enomoto <atsushi at ximian.com>
2005-06-10 Atsushi Enomoto <atsushi at ximian.com>
2005-06-11 Atsushi Enomoto <atsushi at ximian.com>
2005-06-13 Atsushi Enomoto <atsushi at ximian.com>
2005-06-13 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-14 Atsushi Enomoto <atsushi at ximian.com>
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
oops.
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
2005-06-15 Atsushi Enomoto <atsushi at ximian.com>
2005-06-16 Atsushi Enomoto <atsushi at ximian.com>
2005-06-16 Atsushi Enomoto <atsushi at ximian.com>
2005-06-16 Atsushi Enomoto <atsushi at ximian.com>
2005-06-16 Atsushi Enomoto <atsushi at ximian.com>
2005-06-16 Atsushi Enomoto <atsushi at ximian.com>
2005-06-17 Atsushi Enomoto <atsushi at ximian.com>
2005-06-17 Atsushi Enomoto <atsushi at ximian.com>
2005-06-17 Atsushi Enomoto <atsushi at ximian.com>
2005-06-17 Atsushi Enomoto <atsushi at ximian.com>
2005-06-17 Atsushi Enomoto <atsushi at ximian.com>
2005-06-20 Atsushi Enomoto <atsushi at ximian.com>
2005-06-20 Atsushi Enomoto <atsushi at ximian.com>
2005-06-20 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
imported everything from my branch (which is slightly harmless).
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-21 Atsushi Enomoto <atsushi at ximian.com>
2005-06-22 Atsushi Enomoto <atsushi at ximian.com>
2005-06-22 Atsushi Enomoto <atsushi at ximian.com>
2005-06-22 Atsushi Enomoto <atsushi at ximian.com>
2005-06-23 Atsushi Enomoto <atsushi at ximian.com>
2005-06-23 Atsushi Enomoto <atsushi at ximian.com>
2005-06-23 Atsushi Enomoto <atsushi at ximian.com>
2005-06-23 Atsushi Enomoto <atsushi at ximian.com>
2005-06-23 Atsushi Enomoto <atsushi at ximian.com>
2005-06-24 Atsushi Enomoto <atsushi at ximian.com>
2006-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-27 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-28 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-29 Atsushi Enomoto <atsushi at ximian.com>
2005-06-30 Atsushi Enomoto <atsushi at ximian.com>
2005-06-30 Atsushi Enomoto <atsushi at ximian.com>
2005-06-30 Atsushi Enomoto <atsushi at ximian.com>
2005-06-30 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-01 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-04 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-05 Atsushi Enomoto <atsushi at ximian.com>
2005-07-06 Atsushi Enomoto <atsushi at ximian.com>
2005-07-06 Atsushi Enomoto <atsushi at ximian.com>
2005-07-06 Atsushi Enomoto <atsushi at ximian.com>
2005-07-06 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-07 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-08 Atsushi Enomoto <atsushi at ximian.com>
2005-07-11 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-12 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-13 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-14 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-15 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-19 Atsushi Enomoto <atsushi at ximian.com>
2005-07-20 Atsushi Enomoto <atsushi at ximian.com>
2005-07-20 Atsushi Enomoto <atsushi at ximian.com>
2005-07-20 Atsushi Enomoto <atsushi at ximian.com>
2005-07-20 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-21 Atsushi Enomoto <atsushi at ximian.com>
2005-07-22 Atsushi Enomoto <atsushi at ximian.com>
2005-07-22 Atsushi Enomoto <atsushi at ximian.com>
2005-07-22 Atsushi Enomoto <atsushi at ximian.com>
2005-07-22 Atsushi Enomoto <atsushi at ximian.com>
2005-07-22 Atsushi Enomoto <atsushi at ximian.com>
2004-07-23 Atsushi Enomoto <atsushi at ximian.com>
2005-07-23 Atsushi Enomoto <atsushi at ximian.com>
2005-07-24 Atsushi Enomoto <atsushi at ximian.com>
2005-07-24 Atsushi Enomoto <atsushi at ximian.com>
2005-07-25 Atsushi Enomoto <atsushi at ximian.com>
2005-07-25 Atsushi Enomoto <atsushi at ximian.com>
2005-07-25 Atsushi Enomoto <atsushi at ximian.com>
2005-07-25 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-26 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-27 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-28 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-29 Atsushi Enomoto <atsushi at ximian.com>
2005-07-30 Atsushi Enomoto <atsushi at ximian.com>
2005-07-31 Atsushi Enomoto <atsushi at ximian.com>
2005-07-31 Atsushi Enomoto <atsushi at ximian.com>
2005-08-01 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-02 Atsushi Enomoto <atsushi at ximian.com>
2005-08-03 Atsushi Enomoto <atsushi at ximian.com>
2005-08-03 Atsushi Enomoto <atsushi at ximian.com>
2005-08-03 Atsushi Enomoto <atsushi at ximian.com>
2005-08-04 Atsushi Enomoto <atsushi at ximian.com>
2005-08-04 Atsushi Enomoto <atsushi at ximian.com>
2005-08-04 Atsushi Enomoto <atsushi at ximian.com>
2005-08-05 Atsushi Enomoto <atsushi at ximian.com>
2005-08-05 Atsushi Enomoto <atsushi at ximian.com>
2005-08-05 Atsushi Enomoto <atsushi at ximian.com>
2005-08-08 Atsushi Enomoto <atsushi at ximian.com>
2005-08-08 Atsushi Enomoto <atsushi at ximian.com>
2005-08-08 Atsushi Enomoto <atsushi at ximian.com>
2005-08-09 Atsushi Enomoto <atsushi at ximian.com>
2005-08-09 Atsushi Enomoto <atsushi at ximian.com>
2005-08-10 Atsushi Enomoto <atsushi at ximian.com>
2005-08-10 Atsushi Enomoto <atsushi at ximian.com>
2005-08-10 Atsushi Enomoto <atsushi at ximian.com>
2005-08-10 Atsushi Enomoto <atsushi at ximian.com>
2005-08-10 Atsushi Enomoto <atsushi at ximian.com>
2005-08-11 Atsushi Enomoto <atsushi at ximian.com>
2005-08-11 Atsushi Enomoto <atsushi at ximian.com>
2005-08-11 Atsushi Enomoto <atsushi at ximian.com>
2005-08-11 Atsushi Enomoto <atsushi at ximian.com>
2005-08-12 Atsushi Enomoto <atsushi at ximian.com>
2005-08-15 Atsushi Enomoto <atsushi at ximian.com>
2005-08-15 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-16 Atsushi Enomoto <atsushi at ximian.com>
2005-08-17 Atsushi Enomoto <atsushi at ximian.com>
2005-08-17 Atsushi Enomoto <atsushi at ximian.com>
2005-08-17 Atsushi Enomoto <atsushi at ximian.com>
2005-08-17 Atsushi Enomoto <atsushi at ximian.com>
2005-08-17 Atsushi Enomoto <atsushi at ximian.com>
2005-08-19 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-23 Atsushi Enomoto <atsushi at ximian.com>
2005-08-24 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-26 Atsushi Enomoto <atsushi at ximian.com>
2005-08-25 Atsushi Enomoto <atsushi at ximian.com>
2005-08-30 Atsushi Enomoto <atsushi at ximian.com>
2005-08-30 Atsushi Enomoto <atsushi at ximian.com>
2005-08-31 Atsushi Enomoto <atsushi at ximian.com>
2005-08-31 Atsushi Enomoto <atsushi at ximian.com>
2005-08-31 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-01 Atsushi Enomoto <atsushi at ximian.com>
2005-09-02 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-05 Atsushi Enomoto <atsushi at ximian.com>
2005-09-06 Atsushi Enomoto <atsushi at ximian.com>
2005-09-06 Atsushi Enomoto <atsushi at ximian.com>
2005-09-06 Atsushi Enomoto <atsushi at ximian.com>
forgot to mention custom offset computation as well as Parse() internal change.
quick build fix.
2005-09-08 Atsushi Enomoto <atsushi at ximian.com>
2005-09-09 Atsushi Enomoto <atsushi at ximian.com>
2005-09-10 Atsushi Enomoto <atsushi at ximian.com>
2005-09-11 Atsushi Enomoto <atsushi at ximian.com>
2005-09-14 Atsushi Enomoto <atsushi at ximian.com>
2005-09-14 Atsushi Enomoto <atsushi at ximian.com>
2005-09-14 Atsushi Enomoto <atsushi at ximian.com>
2005-09-14 Atsushi Enomoto <atsushi at ximian.com>
2005-09-16 Atsushi Enomoto <atsushi at ximian.com>
2005-09-16 Atsushi Enomoto <atsushi at ximian.com>
2005-09-18 Atsushi Enomoto <atsushi at ximian.com>
2005-09-20 Atsushi Enomoto <atsushi at ximian.com>
2005-09-20 Atsushi Enomoto <atsushi at ximian.com>
2005-09-20 Atsushi Enomoto <atsushi at ximian.com>
2005-09-21 Atsushi Enomoto <atsushi at ximian.com>
2004-09-21 Atsushi Enomoto <atsushi at ximian.com>
2005-09-21 Atsushi Enomoto <atsushi at ximian.com>
2005-09-21 Atsushi Enomoto <atsushi at ximian.com>
2005-09-21 Atsushi Enomoto <atsushi at ximian.com>
2005-09-21 Atsushi Enomoto <atsushi at ximian.com>
2005-09-22 Atsushi Enomoto <atsushi at ximian.com>
2005-09-22 Atsushi Enomoto <atsushi at ximian.com>
sigh, I have messed my .svn directory. It is sys.runtime.serialization.dll.
2005-09-22 Atsushi Enomoto <atsushi at ximian.com>
2004-09-22 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-25 Atsushi Enomoto <atsushi at ximian.com>
2005-09-26 Atsushi Enomoto <atsushi at ximian.com>
2005-09-26 Atsushi Enomoto <atsushi at ximian.com>
2005-09-26 Atsushi Enomoto <atsushi at ximian.com>
2005-09-27 Atsushi Enomoto <atsushi at ximian.com>
2005-09-27 Atsushi Enomoto <atsushi at ximian.com>
2005-09-28 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-09-30 Atsushi Enomoto <atsushi at ximian.com>
2005-10-01 Atsushi Enomoto <atsushi at ximian.com>
2005-10-01 Atsushi Enomoto <atsushi at ximian.com>
2005-10-03 Atsushi Enomoto <atsushi at ximian.com>
backported r51101 from trunk.
2005-10-03 Atsushi Enomoto <atsushi at ximian.com>
2005-10-03 Atsushi Enomoto <atsushi at ximian.com>
2005-10-04 Atsushi Enomoto <atsushi at ximian.com>
2005-10-04 Atsushi Enomoto <atsushi at ximian.com>
2005-10-04 Atsushi Enomoto <atsushi at ximian.com>
2005-10-04 Atsushi Enomoto <atsushi at ximian.com>
2005-10-05 Atsushi Enomoto <atsushi at ximian.com>
2005-10-05 Atsushi Enomoto <atsushi at ximian.com>
2005-10-14 Atsushi Enomoto <atsushi at ximian.com>
2005-10-14 Atsushi Enomoto <atsushi at ximian.com>
2005-10-14 Atsushi Enomoto <atsushi at ximian.com>
2005-10-14 Atsushi Enomoto <atsushi at ximian.com>
2005-10-14 Atsushi Enomoto <atsushi at ximian.com>
oops, extraneous changes are committed.
2004-10-15 Atsushi Enomoto <atsushi at ximian.com>
2005-10-19 Atsushi Enomoto <atsushi at ximian.com>
2005-10-19 Atsushi Enomoto <atsushi at ximian.com>
2005-10-19 Atsushi Enomoto <atsushi at ximian.com>
2005-10-19 Atsushi Enomotot <atsushi at ximian.com>
2005-10-20 Atsushi Enomoto <atsushi at ximian.com>
2005-10-20 Atsushi Enomoto <atsushi at ximian.com>
2005-10-21 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-23 Atsushi Enomoto <atsushi at ximian.com>
2005-10-24 Atsushi Enomoto <atsushi at ximian.com>
2005-10-25 Atsushi Enomoto <atsushi at ximian.com>
2005-10-25 Carlo Kok <ck at carlo-kok.com>
missing from my previous checkin.
2005-10-26 Atsushi Enomoto <atsushi at ximian.com>
2005-10-26 Atsushi Enomoto <atsushi at ximian.com>
2005-10-26 Atsushi Enomoto <atsushi at ximian.com>
2005-10-27 Atsushi Enomoto <atsushi at ximian.com>
2005-10-28 Atsushi Enomoto <atsushi at ximian.com>
2005-10-28 Atsushi Enomoto <atsushi at ximian.com>
2005-10-28 Atsushi Enomoto <atsushi at ximian.com>
2005-10-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-01 Atsushi Enomoto <atsushi at ximian.com>
2005-11-02 Atsushi Enomoto <atsushi at ximian.com>
2005-11-02 Atsushi Enomoto <atsushi at ximian.com>
2005-11-03 Atsushi Enomoto <atsushi at ximian.com>
2005-11-04 Atsushi Enomoto <atsushi at ximian.com>
2005-11-04 Atsushi Enomoto <atsushi at ximian.com>
2005-11-05 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
it is largely XHTMLified.
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
the last change is nothing important, so just go back and let class
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
Let minimum attribute filters for ComVisible and DebuggerDisplay working.
So, run filterTree() at initial state (buildbot template is also being updated).
2005-11-08 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-09 Atsushi Enomoto <atsushi at ximian.com>
2005-11-10 Atsushi Enomoto <atsushi at ximian.com>
was incorrect copy/paste.
2005-11-11 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-13 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
I mean, bug #76690.
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-14 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-15 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-16 Atsushi Enomoto <atsushi at ximian.com>
2005-11-17 Atsushi Enomoto <atsushi at ximian.com>
2005-11-17 Atsushi Enomoto <ginga at kit.hi-ho.ne.jp>
2005-11-18 Atsushi Enomoto <atsushi at ximian.com>
2005-11-18 Atsushi Enomoto <atsushi at ximian.com>
2005-11-18 Atsushi Enomoto <atsushi at ximian.com>
2005-11-21 Atsushi Enomoto <atsushi at ximian.com>
2005-11-22 Atsushi Enomoto <atsushi at ximian.com>
2005-11-22 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-28 Atsushi Enomoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomtoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-29 Atsushi Enomoto <atsushi at ximian.com>
2005-11-30 Atsushi Enomoto <atsushi at ximian.com>
2005-11-30 Atsushi Enomoto <atsushi at ximian.com>
2005-11-30 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-01 Atsushi Enomoto <atsushi at ximian.com>
2005-12-02 Atsushi Enomoto <atsushi at ximian.com>
2005-12-02 Atsushi Enomoto <atsushi at ximian.com>
2005-12-02 Atsushi Enomoto <atsushi at ximian.com>
2005-12-03 Atsushi Enomoto <atsushi at ximian.com>
2005-12-03 Atsushi Enomoto <atsushi at ximian.com>
2005-12-03 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
forgot to commit (to remove).
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-06 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-08 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-09 Atsushi Enomoto <atsushi at ximian.com>
2005-12-10 Atsushi Enomoto <atsushi at ximian.com>
2005-12-11 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-12 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-13 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-12-14 Atsushi Enomoto <atsushi at ximian.com>
2005-10-05 Atsushi Enomoto <atsushi at ximian.com>
2005-12-15 Atsushi Enomoto <atsushi at ximian.com>
2005-12-15 Atsushi Enomoto <atsushi at ximian.com>
2005-12-15 Atsushi Enomoto <atsushi at ximian.com>
2005-12-15 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-16 Atsushi Enomoto <atsushi at ximian.com>
2005-12-20 Atsushi Enomoto <atsushi at ximian.com>
2005-12-21 Atsushi Enomoto <atsushi at ximian.com>
2005-12-23 Atsushi Enomoto <atsushi at ximian.com>
2005-12-23 Atsushi Enomoto <atsushi at ximian.com>
2005-12-23 Atsushi Enomoto <atsushi at ximian.com>
2005-12-24 Atsushi Enomoto <atsushi at ximian.com>
2005-12-26 Atsushi Enomoto <atsushi at ximian.com>
2005-12-26 Atsushi Enomoto <atsushi at ximian.com>
2005-12-26 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-27 Atsushi Enomoto <atsushi at ximian.com>
2005-12-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-03 Atsushi Enomoto <atsushi at ximian.com>
2005-01-03 Atsushi Enomoto <atsushi at ximian.com>
2005-01-03 Atsushi Enomoto <atsushi at ximian.com>
2006-01-04 Atsushi Enomoto <atsushi at ximian.com>
2006-01-05 Atsushi Enomoto <atsushi at ximian.com>
2006-01-05 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-06 Atsushi Enomoto <atsushi at ximian.com>
2006-01-10 Atsushi Enomoto <atsushi at ximian.com>
2006-01-10 Atsushi Enomoto <atsushi at ximian.com>
2006-01-10 Atsushi Enomoto <atsushi at ximian.com>
2006-01-10 Atsushi Enomoto <atsushi at ximian.com>
2006-01-10 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-11 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-12 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
oops, silly failure to backport.
silly backporting failure here as well :-(
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-13 Atsushi Enomoto <atsushi at ximian.com>
2006-01-15 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-16 Atsushi Enomoto <atsushi at ximian.com>
2006-01-17 Atsushi Enomoto <atsushi at ximian.com>
2006-01-17 Atsushi Enomoto <atsushi at ximian.com>
2006-01-18 Atsushi Enomoto <atsushi at ximian.com>
2006-01-18 Atsushi Enomoto <atsushi at ximian.com>
2006-01-18 Atsushi Enomoto <atsushi at ximian.com>
2006-01-18 Atsushi Enomoto <atsushi at ximian.com>
2006-01-18 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-19 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-20 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-23 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-24 Atsushi Enomoto <atsushi at ximian.com>
2006-01-25 Atsushi Enomoto <atsushi at ximian.com>
2006-01-25 Atsushi Enomoto <atsushi at ximian.com>
2006-01-25 Atsushi Enomoto <atsushi at ximian.com>
2006-01-25 Atsushi Enomoto <atsushi at ximian.com>
2006-01-26 Atsushi Enomoto <atsushi at ximian.com>
2006-01-26 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-27 Atsushi Enomoto <atsushi at ximian.com>
2006-01-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-28 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
added dtd2rng and mono-xmltool.
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-30 Atsushi Enomoto <atsushi at ximian.com>
2006-01-31 Atsushi Enomoto <atsushi at ximian.com>
2006-01-31 Atsushi Enomoto <atsushi at ximian.com>
2006-02-01 Atsushi Enomoto <atsushi at ximian.com>
2006-02-01 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-03 Atsushi Enomoto <atsushi at ximian.com>
2006-02-04 Atsushi Enomoto <atsushi at ximian.com>
2006-02-04 Atsushi Enomoto <atsushi at ximian.com>
2006-02-06 Atsushi Enomoto <atsushi at ximian.com>
2006-02-06 Atsushi Enomoto <atsushi at ximian.com>
2006-02-06 Atsushi Enomoto <atsushi at ximian.com>
2006-02-06 Atsushi Enomoto <atsushi at ximian.com>
2006-02-07 Atsushi Enomoto <atsushi at ximian.com>
2006-02-10 Atsushi Enomoto <atsushi at ximian.com>
2006-02-11 Atsushi Enomoto <atsushi at ximian.com>
2006-02-11 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-14 Atsushi Enomoto <atsushi at ximian.com>
2006-02-16 Atsushi Enomoto <atsushi at ximian.com>
2006-02-16 Atsushi Enomoto <atsushi at ximian.com>
forgot changelog.
2006-02-16 Atsushi Enomoto <atsushi at ximian.com>
2006-02-16 Atsushi Enomoto <atsushi at ximian.com>
2006-02-16 Atsushi Enomoto <atsushi at ximian.com>
2006-02-02 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-17 Atsushi Enomoto <atsushi at ximian.com>
2006-02-18 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-20 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-21 Atsushi Enomoto <atsushi at ximian.com>
2006-02-22 Atsushi Enomoto <atsushi at ximian.com>
2006-02-22 Atsushi Enomoto <atsushi at ximian.com>
2006-02-22 Atsushi Enomoto <atsushi at ximian.com>
2006-02-22 Atsushi Enomoto <atsushi at ximian.com>
2006-02-24 Atsushi Enomoto <atsushi at ximian.com>
2006-02-26 Atsushi Enomoto <atsushi at ximian.com>
2006-02-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-01 Atsushi Enomoto <atsushi at ximian.com>
2006-03-02 Atsushi Enomoto <atsushi at ximian.com>
2006-03-03 Atsushi Enomoto <atsushi at ximian.com>
2006-03-03 Atsushi Enomoto <atsushi at ximian.com>
2006-03-03 Atsushi Enomoto <atsushi at ximian.com>
2006-03-08 Atsushi Enomoto <atsushi at ximian.com>
2006-03-14 Atsushi Enomoto <atsushi at ximian.com>
2006-03-15 Atsushi Enomoto <atsushi at ximian.com>
2006-03-15 Atsushi Enomoto <atsushi at ximian.com>
2006-03-16 Atsushi Enomoto <atsushi at ximian.com>
2006-03-16 Atsushi Enomoto <atsushi at ximian.com>
2006-03-20 Atsushi Enomoto <atsushi at ximian.com>
2006-03-21 Atsushi Enomoto <atsushi at ximian.com>
2006-03-21 Atsushi Enomoto <atsushi at ximian.com>
2006-03-21 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-23 Atsushi Enomoto <atsushi at ximian.com>
2006-03-24 Atsushi Enomoto <atsushi at ximian.com>
2006-03-27 Atsushi Enomoto <atsushi at ximian.com>
2006-03-27 Atsushi Enomoto <atsushi at ximian.com>
2006-03-27 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-28 Atsushi Enomoto <atsushi at ximian.com>
2006-03-29 Atsushi Enomoto <atsushi at ximian.com>
2006-03-29 Atsushi Enomoto <atsushi at ximian.com>
2006-03-29 Atsushi Enomoto <atsushi at ximian.com>
2006-03-30 Atsushi Enomoto <atsushi at ximian.com>
2006-03-30 Atsushi Enomoto <atsushi at ximian.com>
2006-03-30 Atsushi Enomoto <atsushi at ximian.com>
2006-03-30 Atsushi Enomoto <atsushi at ximian.com>
2006-03-30 Atsushi Enomoto <atsushi at ximian.com>
2006-04-03 Atsushi Enomoto <atsushi at ximian.com>
2006-04-03 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2004-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-04 Atsushi Enomoto <atsushi at ximian.com>
2006-04-05 Atsushi Enomoto <atsushi at ximian.com>
2006-04-05 Atsushi Enomoto <atsushi at ximian.com>
2006-04-05 Atsushi Enomoto <atsushi at ximian.com>
2006-04-05 Atsushi Enomoto <atsushi at ximian.com>
2006-04-06 Atsushi Enomoto <atsushi at ximian.com>
2006-04-07 Atsushi Enomoto <atsushi at ximian.com>
2006-04-07 Atsushi Enomoto <atsushi at ximian.com>
2006-04-07 Atsushi Enomoto <atsushi at ximian.com>
2006-04-10 Atsushi Enomoto <atsushi at ximian.com>
2006-04-10 Atsushi Enomoto <atsushi at ximian.com>
eol-style:CRLF first (then, native).
then eol-style=native.
2006-04-10 Atsushi Enomoto <atsushi at ximian.com>
2006-04-10 Atsushi Enomoto <atsushi at ximian.com>
2006-04-10 Atsushi Enomoto <atsushi at ximian.com>
2006-04-11 Atsushi Enomoto <atsushi at ximian.com>
2006-04-11 Atsushi Enomoto <atsushi at ximian.com>
2006-04-11 Atsushi Enomoto <atsushi at ximian.com>
2006-04-12 Atsushi Enomoto <atsushi at ximian.com>
2006-04-13 Atsushi Enomoto <atsushi at ximian.com>
2006-04-13 Atsushi Enomoto <atsushi at ximian.com>
2006-04-13 Atsushi Enomoto <atsushi at ximian.com>
2006-04-13 Atsushi Enomoto <atsushi at ximian.com>
2006-04-14 Atsushi Enomoto <atsushi at ximian.com>
2006-04-14 Atsushi Enomoto <atsushi at ximian.com>
2006-04-17 Atsushi Enomoto <atsushi at ximian.com>
2006-04-17 Atsushi Enomoto <atsushi at ximian.com>
2006-04-18 Atsushi Enomoto <atsushi at ximian.com>
2006-04-18 Atsushi Enomoto <atsushi at ximian.com>
2006-04-18 Atsushi Enomoto <atsushi at ximian.com>
2006-04-19 Atsushi Enomoto <atsushi at ximian.com>
2006-04-19 Atsushi Enomoto <atsushi at ximian.com>
2006-04-19 Atsushi Enomoto <atsushi at ximian.com>
2006-04-19 Atsushi Enomoto <atsushi at ximian.com>
2006-04-19 Atsushi Enomoto <atsushi at ximian.com>
2006-04-21 Atsushi Enomoto <atsushi at ximian.com>
2006-04-25 Atsushi Enomoto <atsushi at ximian.com>
2006-04-25 Atsushi Enomoto <atsushi at ximian.com>
2006-04-25 Atsushi Enomoto <atsushi at ximian.com>
2006-04-25 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-26 Atsushi Enomoto <atsushi at ximian.com>
2006-04-27 Atsushi Enomoto <atsushi at ximian.com>
2006-04-27 Atsushi Enomoto <atsushi at ximian.com>
2006-04-27 Atsushi Enomoto <atsushi at ximian.com>
2006-04-27 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2004-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Robert Jordan <robertj at gmx.net>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2006-04-28 Atsushi Enomoto <atsushi at ximian.com>
2004-04-29 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-08 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
2006-05-09 Atsushi Enomoto <atsushi at ximian.com>
nunit.mocks.dll.csproj does not exist. Fix make dist.
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
tsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
handle 2.0 with simply "make PROFILE=net_2_0".
and let new status pages show up.
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-10 Atsushi Enomoto <atsushi at ximian.com>
2006-05-11 Atsushi Enomoto <atsushi at ximian.com>
2006-05-11 Atsushi Enomoto <atsushi at ximian.com>
2006-05-11 Atsushi Enomoto <atsushi at ximian.com>
2006-05-12 Atsushi Enomoto <atsushi at ximian.com>
2006-05-12 Atsushi Enomoto <atsushi at ximian.com>
2006-05-13 Atsushi Enomoto <atsushi at ximian.com>
2006-05-12 Atsushi Enomoto <atsushi at ximian.com>
2006-05-14 Atsushi Enomoto <atsushi at ximian.com>
2006-05-14 Atsushi Enomoto <atsushi at ximian.com>
2006-05-15 Atsushi Enomoto <atsushi at ximian.com>
2006-05-15 Atsushi Enomoto <atsushi at ximian.com>
2006-05-15 Atsushi Enomoto <atsushi at ximian.com>
2006-05-17 Atsushi Enomoto <atsushi at ximian.com>
2006-05-18 Atsushi Enomoto <atsushi at ximian.com>
2006-05-18 Atsushi Enomoto <atsushi at ximian.com>
2006-05-22 Atsushi Enomoto <atsushi at ximian.com>
2006-05-23 Atsushi Enomoto <atsushi at ximian.com>
2006-05-24 Atsushi Enomoto <atsushi at ximian.com>
2006-05-24 Atsushi Enomoto <atsushi at ximian.com>
2006-05-25 Atsushi Enomoto <atsushi at ximian.com>
2006-05-25 Atsushi Enomoto <atsushi at ximian.com>
2006-05-30 Atsushi Enomoto <atsushi at ximian.com>
2006-06-05 Atsushi Enomoto <atsushi at ximian.com>
2006-06-08 Atsushi Enomoto <atsushi at ximian.com>
2006-06-08 Atsushi Enomoto <atsushi at ximian.com>
2006-06-08 Atsushi Enomoto <atsushi at ximian.com>
2006-06-10 Atsushi Enomoto <atsushi at ximian.com>
2006-06-12 Atsushi Enomoto <atsushi at ximian.com>
2006-06-13 Atsushi Enomoto <atsushi at ximian.com>
2006-06-13 Atsushi Enomoto <atsushi at ximian.com>
2006-06-21 Atsushi Enomoto <atsushi at ximian.com>
2006-06-26 Atsushi Enomoto <atsushi at ximian.com>
2006-06-26 Atsushi Enomoto <atsushi at ximian.com>
2006-06-27 Atsushi Enomoto <atsushi at ximian.com>
2006-06-27 Atsushi Enomoto <atsushi at ximian.com>
2006-06-28 Atsushi Enomoto <atsushi at ximian.com>
2006-06-28 Atsushi Enomoto <atsushi at ximian.com>
2006-06-29 Atsushi Enomoto <atsushi at ximian.com>
2006-07-04 Atsushi Enomoto <atsushi at ximian.com>
2006-07-06 Atsushi Enomoto <atsushi at ximian.com>
2006-07-07 Atsushi Enomoto <atsushi at ximian.com>
2006-07-07 Atsushi Enomoto <atsushi at ximian.com>
2006-07-07 Atsushi Enomoto <atsushi at ximian.com>
2006-07-10 Atsushi Enomoto <atsushi at ximian.com>
2006-07-19 Atsushi Enomoto <atsushi at ximian.com>
2006-07-24 Atsushi Enomoto <atsushi at ximian.com>
2006-07-24 Atsushi Enomoto <atsushi at ximian.com>
2006-07-25 Atsushi Enomoto <atsushi at ximian.com>
2006-07-25 Atsushi Enomoto <atsushi at ximian.com>
2006-07-26 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-27 Atsushi Enomoto <atsushi at ximian.com>
2006-07-28 Atsushi Enomoto <atsushi at ximian.com>
2006-07-31 Atsushi Enomoto <atsushi at ximian.com>
2006-08-01 Atsushi Enomoto <atsushi at ximian.com>
2006-08-02 Atsushi Enomoto <atsushi at ximian.com>
2006-08-04 Atsushi Enomoto <atsushi at ximian.com>
2006-08-07 Atsushi Enomoto <atsushi at ximian.com>
2006-08-09 Atsushi Enomoto <atsushi at ximian.com>
2006-08-10 Atsushi Enomoto <atsushi at ximian.com>
2006-08-13 Atsushi Enomoto <atsushi at ximian.com>
2006-08-13 Atsushi Enomoto <atsushi at ximian.com>
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
revert the ChangeLog massacre ;-)
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
2006-08-14 Atsushi Enomoto <atsushi at ximian.com>
2006-08-16 Atsushi Enomoto <atsushi at ximian.com>
2006-08-16 Atsushi Enomoto <atsushi at ximian.com>
2006-08-17 Atsushi Enomoto <atsushi at ximian.com>
2006-08-17 Atsushi Enomoto <atsushi at ximian.com>
2006-08-17 Atsushi Enomoto <atsushi at ximian.com>
2006-08-18 Atsushi Enomoto <atsushi at ximian.com>
2006-08-20 Atsushi Enomoto <atsushi at ximian.com>
2006-08-24 Atsushi Enomoto <atsushi at ximian.com>
2006-08-24 Atsushi Enomoto <atsushi at ximian.com>
eek, eek.
2006-08-24 Atsushi Enomoto <atsushi at ximian.com>
2006-08-26 Atsushi Enomoto <atsushi at ximian.com>
2006-08-28 Atsushi Enomoto <atsushi at ximian.com>
quick notes.
2006-08-31 Atsushi Enomoto <atsushi at ximian.com>
2006-09-01 Atsushi Enomoto <atsushi at ximian.com>
2006-09-01 Atsushi Enomoto <atsushi at ximian.com>
2006-09-01 Atsushi Enomoto <atsushi at ximian.com>
2006-09-01 Atsushi Enomoto <atsushi at ximian.com>
2006-09-04 Atsushi Enomoto <atsushi at ximian.com>
2006-09-06 Atsushi Enomoto <atsushi at ximian.com>
2006-09-07 Atsushi Enomoto <atsushi at ximian.com>
2006-09-08 Atsushi Enomoto <atsushi at ximian.com>
2006-09-11 Atsushi Enomoto <atsushi at ximian.com>
2006-09-11 Atsushi Enomoto <atsushi at ximian.com>
2006-09-14 Atsushi Enomoto <atsushi at ximian.com>
2006-09-19 Atsushi Enomoto <atsushi at ximian.com>
2006-09-20 Atsushi Enomoto <atsushi at ximian.com>
2006-09-20 Atsushi Enomoto <atsushi at ximian.com>
2006-09-20 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-21 Atsushi Enomoto <atsushi at ximian.com>
2006-09-22 Atsushi Enomoto <atsushi at ximian.com>
2006-09-26 Atsushi Enomoto <atsushi at ximian.com>
2006-09-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-03 Atsushi Enomoto <atsushi at ximian.com>
2006-10-11 Atsushi Enomoto <atsushi at ximian.com>
2006-10-11 Atsushi Enomoto <atsushi at ximian.com>
2006-10-13 Atsushi Enomoto <atsushi at ximian.com>
2006-10-13 Atsushi Enomoto <atsushi at ximian.com>
2006-10-13 Atsushi Enomoto <atsushi at ximian.com>
2006-10-13 Atsushi Enomoto <atsushi at ximian.com>
2006-10-18 Atsushi Enomotot <atsushi at ximian.com>
2006-10-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-27 Atsushi Enomoto <atsushi at ximian.com>
2006-10-30 Atsushi Enomoto <atsushi at ximian.com>
2006-10-30 Atsushi Enomoto <atsushi at ximian.com>
2006-10-30 Atsushi Enomoto <atsushi at ximian.com>
2006-10-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
preparing for importing the latest copy than merge.
updating to the latest module.
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
forgot ;-)
as well :p
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
2006-11-01 Atsushi Enomoto <atsushi at ximian.com>
eol-style:native
2006-11-02 Atsushi Enomoto <atsushi at ximian.com>
2006-11-02 Atsushi Enomoto <atsushi at ximian.com>
2006-11-02 Atsushi Enomoto <atsushi at ximian.com>
2006-11-02 Atsushi Enomoto <atsushi at ximian.com>
2006-11-02 Atsushi Enomoto <atsushi at ximian.com>
2006-11-07 Atsushi Enomoto <atsushi at ximian.com>
merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
2006-11-07 Atsushi Enomoto <atsushi at ximian.com>
eol-style:native
2006-11-07 Atsushi Enomoto <atsushi at ximian.com>
2006-11-08 Atsushi Enomoto <atsushi at ximian.com>
2006-11-08 Atsushi Enomoto <atsushi at ximian.com>
2006-11-09 Atsushi Enomoto <atsushi at ximian.com>
2006-11-09 Atsushi Enomoto <atsushi at ximian.com>
2006-11-09 Atsushi Enomoto <atsushi at ximian.com>
2006-11-09 Atsushi Enomoto <atsushi at ximian.com>
2006-11-09 Atsushi Enomoto <atsushi at ximian.com>
2006-11-10 Atsushi Enomoto <atsushi at ximian.com>
2006-11-10 Atsushi Enomoto <atsushi at ximian.com>
2006-11-10 Atsushi Enomoto <atsushi at ximian.com>
eol-style:native.
This namespace is a horrible nest of mixed line endings :-(
Now we can safely set eol-style:native.
2006-11-13 Atsushi Enomoto <atsushi at ximian.com>
2006-11-13 Atsushi Enomoto <atsushi at ximian.com>
2006-11-13 Michael Meeks <michael.meeks at novell.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
DIST_ONLY_SUBDIRS as well.
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-14 Atsushi Enomoto <atsushi at ximian.com>
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
sanitizing MonoTODOs.
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
2006-11-15 Atsushi Enomoto <atsushi at ximian.com>
2006-11-16 Atsushi Enomoto <atsushi at ximian.com>
2006-11-17 Atsushi Enomoto <atsushi at ximian.com>
2006-11-17 Atsushi Enomoto <atsushi at ximian.com>
2006-11-17 Atsushi Enomoto <atsushi at ximian.com>
2006-11-17 Atsushi Enomoto <atsushi at ximian.com>
2006-11-19 Atsushi Enomoto <atsushi at ximian.com>
2006-11-19 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-20 Atsushi Enomoto <atsushi at ximian.com>
2006-11-21 Atsushi Enomoto <atsushi at ximian.com>
preparing for my branch.
copying the latest Sys.Web.Services from trunk.
evil mixed line endings.
2006-11-22 Atsushi Enomoto <atsushi at ximian.com>
2006-11-22 Atsushi Enomoto <atsushi at ximian.com>
2006-11-22 Atsushi Enomoto <atsushi at ximian.com>
2006-11-27 Atsushi Enomoto <atsushi at ximian.com>
hm, yes let's clean up mixed line endings.
more mixed EOL fixes.
... and more.
time to set eol-style:native.
2006-11-28 Atsushi Enomoto <atsushi at ximian.com>
merged from trunk.
2006-11-28 Atsushi Enomoto <atsushi at ximian.com>
2006-11-28 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-11-30 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-01 Atsushi Enomoto <atsushi at ximian.com>
2006-12-04 Atsushi Enomoto <atsushi at ximian.com>
2006-12-04 Atsushi Enomoto <atsushi at ximian.com>
2006-12-05 Atsushi Enomoto <atsushi at ximian.com>
2006-12-05 Atsushi Enomoto <atsushi at ximian.com>
2006-12-11 Atsushi Enomoto <atsushi at ximian.com>
2006-12-11 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-11 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
2006-12-12 Atsushi Enomoto <atsushi at ximian.com>
hispalinux -> myrealbox.
2006-12-14 Atsushi Enomoto <atsushi at ximian.com>
2006-12-14 Atsushi Enomoto <atsushi at ximian.com>
2006-12-14 Atsushi Enomoto <atsushi at ximian.com>
2006-12-14 Atsushi Enomoto <atsushi at ximian.com>
2006-12-15 Atsushi Enomoto <atsushi at ximian.com>
2006-12-15 Atsushi Enomoto <atsushi at ximian.com>
2006-12-15 Atsushi Enomoto <atsushi at ximian.com>
2006-12-15 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-18 Atsushi Enomoto <atsushi at ximian.com>
2006-12-19 Atsushi Enomoto <atsushi at ximian.com>
2006-12-19 Atsushi Enomoto <atsushi at ximian.com>
2006-12-19 Atsushi Enomoto <atsushi at ximian.com>
2006-12-19 Atsushi Enomoto <atsushi at ximian.com>
2006-12-20 Atsushi Enomoto <atsushi at ximian.com>
2006-12-20 Atsushi Enomoto <atsushi at ximian.com>
2006-12-21 Atsushi Enomoto <atsushi at ximian.com>
2006-12-21 Atsushi Enomoto <atsushi at ximian.com>
2006-12-21 Atsushi Enomoto <atsushi at ximian.com>
2006-12-22 Atsushi Enomoto <atsushi at ximian.com>
2006-12-22 Atsushi Enomoto <atsushi at ximian.com>
2006-12-22 Atsushi Enomoto <atsushi at ximian.com>
2006-12-22 Atsushi Enomoto <atsushi at ximian.com>
2006-12-25 Atsushi Enomoto <atsushi at ximian.com>
2006-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-01-05 Atsushi Enomoto <atsushi at ximian.com>
merged Sys.Web.Services 2.0 support in my branch:
2006-01-05 Atsushi Enomoto <atsushi at ximian.com>
2007-01-05 Atsushi Enomoto <atsushi at ximian.com>
2007-01-05 Atsushi Enomoto <atsushi at ximian.com>
2007-01-07 Atsushi Enomoto <atsushi at ximian.com>
2007-01-09 Atsushi Enomoto <atsushi at ximian.com>
2007-01-09 Atsushi Enomoto <atsushi at ximian.com>
2007-01-10 Atsushi Enomoto <atsushi at ximian.com>
2007-01-12 Atsushi Enomoto <atsushi at ximian.com>
2007-01-12 Atsushi Enomoto <atsushi at ximian.com>
2007-01-12 Atsushi Enomoto <atsushi at ximian.com>
2007-01-12 Atsushi Enomoto <atsushi at ximian.com>
2007-01-15 Atsushi Enomoto <atsushi at ximian.com>
2007-01-15 Atsushi Enomoto <atsushi at ximian.com>
2007-01-16 Atsushi Enomoto <atsushi at ximian.com>
2007-01-17 Atsushi Enomoto <atsushi at ximian.com>
2007-01-18 Atsushi Enomoto <atsushi at ximian.com>
2007-01-18 Atsushi Enomoto <atsushi at ximian.com>
2007-01-18 Atsushi Enomoto <atsushi at ximian.com>
2007-01-19 Atsushi Enomoto <atsushi at ximian.com>
2007-01-19 Atsushi Enomoto <atsushi at ximian.com>
2007-01-19 Atsushi Enomoto <atsushi at ximian.com>
2007-01-22 Atsushi Enomoto <atsushi at ximian.com>
2007-01-22 Atsushi Enomoto <atsushi at ximian.com>
2007-01-22 Atsushi Enomoto <atsushi at ximian.com>
2007-01-22 Atsushi Enomoto <atsushi at ximian.com>
2007-01-22 Atsushi Enomoto <atsushi at ximian.com>
2007-01-23 Atsushi Enomoto <atsushi at ximian.com>
2007-01-23 Atsushi Enomoto <atsushi at ximian.com>
2007-01-23 Atsushi Enomoto <atsushi at ximian.com>
2007-01-25 Atsushi Enomoto <atsushi at ximian.com>
2007-01-25 Atsushi Enomoto <atsushi at ximian.com>
2007-01-25 Atsushi Enomoto <atsushi at ximian.com>
2007-01-25 Atsushi Enomoto <atsushi at ximian.com>
2007-01-29 Atsushi Enomoto <atsushi at ximian.com>
2007-01-30 Atsushi Enomoto <atsushi at ximian.com>
2007-01-30 Atsushi Enomoto <atsushi at ximian.com>
2007-01-31 Atsushi Enomoto <atsushi at ximian.com>
2007-01-31 Atsushi Enomoto <atsushi at ximian.com>
2007-02-01 Atsushi Enomoto <atsushi at ximian.com>
2007-02-01 Atsushi Enomoto <atsushi at ximian.com>
2007-02-01 Atsushi Enomoto <atsushi at ximian.com>
2007-02-03 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-07 Atsushi Enomoto <atsushi at ximian.com>
2007-02-14 Atsushi Enomoto <atsushi at ximian.com>
2007-02-15 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-19 Atsushi Enomoto <atsushi at ximian.com>
2007-02-20 Atsushi Enomoto <atsushi at ximian.com>
2007-02-20 Atsushi Enomoto <atsushi at ximian.com>
2007-02-20 Atsushi Enomoto <atsushi at ximian.com>
2007-02-20 Atsushi Enomoto <atsushi at ximian.com>
2007-02-26 Atsushi Enomoto <atsushi at ximian.com>
2007-02-26 Atsushi Enomoto <atsushi at ximian.com>
2007-02-28 Atsushi Enomoto <atsushi at ximian.com>
2007-02-28 Atsushi Enomoto <atsushi at ximian.com>
2007-03-05 Atsushi Enomoto <atsushi at ximian.com>
2007-03-06 Atsushi Enomoto <atsushi at ximian.com>
2007-03-06 Atsushi Enomoto <atsushi at ximian.com>
2007-03-22 Atsushi Enomoto <atsushi at ximian.com>
2007-04-03 Atsushi Enomoto <atsushi at ximian.com>
2007-04-10 Atsushi Enomoto <atsushi at ximian.com>
2007-04-10 Atsushi Enomoto <atsushi at ximian.com>
2007-04-16 Atsushi Enomoto <atsushi at ximian.com>
2007-04-17 Atsushi Enomoto <atsushi at ximian.com>
2007-04-17 Atsushi Enomoto <atsushi at ximian.com>
2007-04-17 Atsushi Enomoto <atsushi at ximian.com>
2007-04-17 Atsushi Enomoto <atsushi at ximian.com>
2007-04-17 Atsushi Enomoto <atsushi at ximian.com>
2007-04-18 Atsushi Enomoto <atsushi at ximian.com>
2007-04-19 Atsushi Enomoto <atsushi at ximian.com>
2007-04-20 Atsushi Enomoto <atsushi at ximian.com>
2007-04-23 Atsushi Enomoto <atsushi at ximian.com>
2007-04-23 Atsushi Enomoto <atsushi at ximian.com>
2007-04-24 Atsushi Enomoto <atsushi at ximian.com>
2007-04-24 Atsushi Enomoto <atsushi at ximian.com>
2007-04-24 Atsushi Enomoto <atsushi at ximian.com>
2007-04-24 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-25 Atsushi Enomoto <atsushi at ximian.com>
2007-04-27 Atsushi Enomoto <atsushi at ximian.com>
2007-04-27 Atsushi Enomoto <atsushi at ximian.com>
2007-05-03 Atsushi Enomoto <atsushi at ximian.com>
2007-05-08 Atsushi Enomoto <atsushi at ximian.com>
2007-05-08 Atsushi Enomoto <atsushi at ximian.com>
2007-05-08 Atsushi Enomoto <atsushi at ximian.com>
2007-05-08 Atsushi Enomoto <atsushi at ximian.com>
2007-05-10 Atsushi Enomoto <atsushi at ximian.com>
2007-05-11 Atsushi Enomoto <atsushi at ximian.com>
2007-05-11 Atsushi Enomoto <atsushi at ximian.com>
2007-05-11 Atsushi Enomoto <atsushi at ximian.com>
2007-05-14 Atsushi Enomoto <atsushi at ximian.com>
2007-05-15 Atsushi Enomoto <atsushi at ximian.com>
2007-05-15 Atsushi Enomoto <atsushi at ximian.com>
2007-05-17 Atsushi Enomoto <atsushi at ximian.com>
2007-05-17 Atsushi Enomoto <atsushi at ximian.com>
2007-05-18 Atsushi Enomoto <atsushi at ximian.com>
2007-05-19 Atsushi Enomoto <atsushi at ximian.com>
2007-05-19 Atsushi Enomoto <atsushi at ximian.com>
2007-05-18 Atsushi Enomoto <atsushi at ximian.com>
2007-05-21 Atsushi Enomoto <atsushi at ximian.com>
2007-05-23 Atsushi Enomoto <atsushi at ximian.com>
2007-05-22 Atsushi Enomoto <atsushi at ximian.com>
2007-05-23 Atsushi Enomoto <atsushi at ximian.com>
2007-05-23 Atsushi Enomoto <atsushi at ximian.com>
yuck.
2007-05-25 Atsushi Enomoto <atsushi at ximian.com>
2007-05-25 Atsushi Enomoto <atsushi at ximian.com>
forgot this one.
2007-05-25 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-28 Atsushi Enomoto <atsushi at ximian.com>
2007-05-30 Atsushi Enomoto <atsushi at ximian.com>
2007-05-30 Atsushi Enomoto <atsushi at ximian.com>
2007-05-30 Atsushi Enomoto <atsushi at ximian.com>
2007-05-30 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-05-31 Atsushi Enomoto <atsushi at ximian.com>
2007-06-01 Atsushi Enomoto <atsushi at ximian.com>
2007-06-01 Atsushi Enomoto <atsushi at ximian.com>
2007-06-01 Atsushi Enomoto <atsushi at ximian.com>
2007-06-04 Atsushi Enomoto <atsushi at ximian.com>
2007-06-04 Atsushi Enomoto <atsushi at ximian.com>
2007-06-06 Atsushi Enomoto <atsushi at ximian.com>
2007-06-11 Atsushi Enomoto <atsushi at ximian.com>
2007-06-13 Atsushi Enomoto <atsushi at ximian.com>
2007-06-13 Atsushi Enomoto <atsushi at ximian.com>
2007-06-13 Atsushi Enomoto <atsushi at ximian.com>
2007-06-13 Atsushi Enomoto <atsushi at ximian.com>
2007-06-13 Atsushi Enomoto <atsushi at ximian.com>
2007-06-18 Atsushi Enomoto <atsushi at ximian.com>
2007-06-20 Atsushi Enomoto <atsushi at ximian.com>
2007-06-20 Atsushi Enomoto <atsushi at ximian.com>
2007-06-21 Atsushi Enomoto <atsushi at ximian.com>
2007-06-21 Atsushi Enomoto <atsushi at ximian.com>
2007-06-22 Atsushi Enomoto <atsushi at ximian.com>
2007-06-28 Atsushi Enomoto <atsushi at ximian.com>
2007-07-02 Atsushi Enomoto <atsushi at ximian.com>
2007-07-02 Atsushi Enomoto <atsushi at ximian.com>
clearing ComVisibleAttribute noises in 2.0 API.
Eliminating ComVisible noises.
they are MonoTODOs, unfinished stuff.
2007-07-03 Atsushi Enomoto <atsushi at ximian.com>
2007-07-04 Atsushi Enomoto <atsushi at ximian.com>
oops, it is S.R.E, not S.R.
2007-07-04 Atsushi Enomoto <atsushi at ximian.com>
2007-07-04 Atsushi Enomoto <atsushi at ximian.com>
2007-07-04 Atsushi Enomoto <atsushi at ximian.com>
2007-07-04 Atsushi Enomoto <atsushi at ximian.com>
2007-07-06 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-09 Atsushi Enomoto <atsushi at ximian.com>
2007-07-10 Atsushi Enomoto <atsushi at ximian.com>
2007-07-10 Atsushi Enomoto <atsushi at ximian.com>
2007-07-10 Atsushi Enomoto <atsushi at ximian.com>
2007-07-11 Atsushi Enomoto <atsushi at ximian.com>
2007-07-12 Atsushi Enomoto <atsushi at ximian.com>
2007-07-17 Atsushi Enomoto <atsushi at ximian.com>
2007-07-17 Atsushi Enomoto <atsushi at ximian.com>
2007-07-18 Atsushi Enomoto <atsushi at ximian.com>
2007-07-18 Atsushi Enomoto <atsushi at ximian.com>
remove extra Console.WriteLine.
2007-07-19 Atsushi Enomoto <atsushi at ximian.com>
2007-07-19 Atsushi Enomoto <atsushi at ximian.com>
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
2007-07-25 Atsushi Enomoto <atsushi at ximian.com>
2007-07-26 Atsushi Enomoto <atsushi at ximian.com>
2007-08-01 Atsushi Enomoto <atsushi at ximian.com>
2007-08-01 Atsushi Enomoto <atsushi at ximian.com>
2007-08-01 Atsushi Enomoto <atsushi at ximian.com>
2007-08-01 Atsushi Enomoto <atsushi at ximian.com>
oy, forgot ©
2007-08-02 Atsushi Enomoto <atsushi at ximian.com>
2007-08-02 Atsushi Enomoto <atsushi at ximian.com>
2007-08-02 Atsushi Enomoto <atsushi at ximian.com>
2007-08-02 Atsushi Enomoto <atsushi at ximian.com>
2007-08-02 Atsushi Enomoto <atsushi at ximian.com>
2007-08-03 Atsushi Enomoto <atsushi at ximian.com>
2007-08-03 Atsushi Enomoto <atsushi at ximian.com>
2007-08-03 Atsushi Enomoto <atsushi at ximian.com>
2007-08-06 Atsushi Enomoto <atsushi at ximian.com>
2007-08-06 Atsushi Enomoto <atsushi at ximian.com>
2007-08-06 Atsushi Enomoto <atsushi at ximian.com>
2007-08-07 Atsushi Enomoto <atsushi at ximian.com>
2007-08-07 Atsushi Enomoto <atsushi at ximian.com>
2007-08-07 Atsushi Enomoto <atsushi at ximian.com>
2007-08-08 Atsushi Enomoto <atsushi at ximian.com>
2007-08-08 Atsushi Enomoto <atsushi at ximian.com>
2007-08-08 Atsushi Enomoto <atsushi at ximian.com>
2007-08-08 Atsushi Enomoto <atsushi at ximian.com>
another set of cosmetic 2.0 API fixes.
2007-08-09 Atsushi Enomoto <atsushi at ximian.com>
2007-08-09 Atsushi Enomoto <atsushi at ximian.com>
2007-08-09 Atsushi Enomoto <atsushi at ximian.com>
2007-08-09 Atsushi Enomoto <atsushi at ximian.com>
2007-08-10 Atsushi Enomoto <atsushi at ximian.com>
2007-08-10 Atsushi Enomoto <atsushi at ximian.com>
It is obsolete. We have WCF stuff in Olive.
2007-08-13 Atsushi Enomoto <atsushi at ximian.com>
a set of cosmetic part of 2.0 remoting API fixes.
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-21 Atsushi Enomoto <atsushi at ximian.com>
2007-08-22 Atsushi Enomoto <atsushi at ximian.com>
2007-08-24 Atsushi Enomoto <atsushi at ximian.com>
2007-08-24 Atsushi Enomoto <atsushi at ximian.com>
2007-08-24 Atsushi Enomoto <atsushi at ximian.com>
2007-08-27 Atsushi Enomoto <atsushi at ximian.com>
2007-08-27 Atsushi Enomoto <atsushi at ximian.com>
2007-08-27 Atsushi Enomoto <atsushi at ximian.com>
2007-08-29 Atsushi Enomoto <atsushi at ximian.com>
2007-08-29 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
there was a wrong and confusing description.
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-03 Atsushi Enomoto <atsushi at ximian.com>
2007-09-05 Atsushi Enomoto <atsushi at ximian.com>
2007-09-05 Atsushi Enomoto <atsushi at ximian.com>
2007-09-05 Atsushi Enomoto <atsushi at ximian.com>
2007-09-05 Atsushi Enomoto <atsushi at ximian.com>
2007-09-06 Atsushi Enomoto <atsushi at ximian.com>
2007-09-06 Atsushi Enomoto <atsushi at ximian.com>
2007-09-06 Atsushi Enomoto <atsushi at ximian.com>
2007-09-07 Atsushi Enomoto <atsushi at ximian.com>
oops
2007-09-10 Atsushi Enomoto <atsushi at ximian.com>
2007-09-10 Atsushi Enomoto <atsushi at ximian.com>
2007-09-10 Atsushi Enomoto <atsushi at ximian.com>
2007-09-13 Atsushi Enomoto <atsushi at ximian.com>
2007-09-13 Atsushi Enomoto <atsushi at ximian.com>
2007-09-21 Atsushi Enomoto <atsushi at ximian.com>
2007-09-21 Atsushi Enomoto <atsushi at ximian.com>
2007-09-25 Atsushi Enomoto <atsushi at ximian.com>
2007-09-25 Atsushi Enomoto <atsushi at ximian.com>
2007-09-25 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-27 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-09-28 Atsushi Enomoto <atsushi at ximian.com>
2007-10-01 Atsushi Enomoto <atsushi at ximian.com>
2007-10-02 Atsushi Enomoto <atsushi at ximian.com>
2007-10-02 Atsushi Enomoto <atsushi at ximian.com>
2007-10-03 Atsushi Enomoto <atsushi at ximian.com>
2007-10-03 Atsushi Enomoto <atsushi at ximian.com>
2007-10-03 Atsushi Enomoto <atsushi at ximian.com>
2007-10-03 Atsushi Enomoto <atsushi at ximian.com>
2007-10-04 Atsushi Enomoto <atsushi at ximian.com>
2007-10-04 Atsushi Enomoto <atsushi at ximian.com>
2007-10-04 Atsushi Enomoto <atsushi at ximian.com>
2007-10-04 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-05 Atsushi Enomoto <atsushi at ximian.com>
2007-10-09 Atsushi Enomoto <atsushi at ximian.com>
2007-10-09 Atsushi Enomoto <atsushi at ximian.com>
2007-10-09 Atsushi Enomoto <atsushi at ximian.com>
2007-10-09 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-10 Atsushi Enomoto <atsushi at ximian.com>
2007-10-16 Atsushi Enomoto <atsushi at ximian.com>
2007-10-16 Atsushi Enomoto <atsushi at ximian.com>
2007-10-16 Atsushi Enomoto <atsushi at ximian.com>
2007-10-16 Atsushi Enomoto <atsushi at ximian.com>
2007-10-16 Atsushi Enomoto <atsushi at ximian.com>
2007-10-17 Atsushi Enomoto <atsushi at ximian.com>
2007-10-17 Atsushi Enomoto <atsushi at ximian.com>
2007-10-17 Atsushi Enomoto <atsushi at ximian.com>
2007-10-17 Atsushi Enomoto <atsushi at ximian.com>
2007-10-19 Atsushi Enomoto <atsushi at ximian.com>
2007-10-19 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-22 Atsushi Enomoto <atsushi at ximian.com>
2007-10-23 Atsushi Enomoto <atsushi at ximian.com>
2007-10-23 Atsushi Enomoto <atsushi at ximian.com>
2007-10-23 Atsushi Enomoto <atsushi at ximian.com>
2007-10-23 Atsushi Enomoto <atsushi at ximian.com>
2007-10-24 Atsushi Enomoto <atsushi at ximian.com>
2007-10-24 Atsushi Enomoto <atsushi at ximian.com>
2007-10-24 Atsushi Enomoto <atsushi at ximian.com>
2007-10-25 Atsushi Enomoto <atsushi at ximian.com>
2007-10-25 Atsushi Enomoto <atsushi at ximian.com>
2007-10-26 Atsushi Enomoto <atsushi at ximian.com>
2007-10-26 Atsushi Enomoto <atsushi at ximian.com>
2007-10-26 Atsushi Enomoto <atsushi at ximian.com>
2007-10-26 Atsushi Enomoto <atsushi at ximian.com>
2007-10-27 Atsushi Enomoto <atsushi at ximian.com>
2007-10-29 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-29 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-30 Atsushi Enomoto <atsushi at ximian.com>
2007-10-31 Atsushi Enomoto <atsushi at ximian.com>
actually I gave wrong file name.
2007-11-01 Atsushi Enomotot <atsushi at ximian.com>
2007-11-01 Atsushi Enomoto <atsushi at ximian.com>
2007-11-01 Atsushi Enomoto <atsushi at ximian.com>
2007-11-01 Atsushi Enomoto <atsushi at ximian.com>
2007-11-01 Atsushi Enomoto <atsushi at ximian.com>
2007-11-02 Atsushi Enomoto <atsushi at ximian.com>
2007-11-02 Atsushi Enomoto <atsushi at ximian.com>
2007-11-02 Atsushi Enomoto <atsushi at ximian.com>
2007-11-03 Atsushi Enomoto <atsushi at ximian.com>
2007-11-03 Atsushi Enomoto <atsushi at ximian.com>
2007-11-03 Atsushi Enomoto <atsushi at ximian.com>
2007-11-03 Atsushi Enomoto <atsushi at ximian.com>
2007-11-03 Atsushi Enomoto <atsushi at ximian.com>
2007-11-05 Atsushi Enomoto <atsushi at ximian.com>
2007-11-05 Atsushi Enomoto <atsushi at ximian.com>
2007-11-06 Atsushi Enomoto <atsushi at ximian.com>
2007-11-07 Atsushi Enomoto <atsushi at ximian.com>
2007-11-07 Atsushi Enomoto <atsushi at ximian.com>
2005-11-07 Atsushi Enomoto <atsushi at ximian.com>
2007-11-07 Atsushi Enomoto <atsushi at ximian.com>
2007-11-07 Atsushi Enomoto <atsushi at ximian.com>
2007-11-09 Atsushi Enomoto <atsushi at ximian.com>
2007-11-09 Atsushi Enomoto <atsushi at ximian.com>
2007-11-09 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
oops.
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-13 Atsushi Enomoto <atsushi at ximian.com>
2007-11-14 Atushi Enomoto <atsushi at ximian.com>
2007-11-14 Atsushi Enomoto <atsushi at ximian.com>
2007-11-15 Atsushi Enomoto <atsushi at ximian.com>
2007-11-15 Atsushi Enomoto <atsushi at ximian.com>
2007-11-15 Atsushi Enomoto <atsushi at ximian.com>
2007-11-15 Atsushi Enomoto <atsushi at ximian.com>
2007-11-16 Atsushi Enomoto <atsushi at ximian.com>
2007-11-16 Atsushi Enomoto <atsushi at ximian.com>
2007-11-16 Atsushi Enomoto <atsushi at ximian.com>
2007-11-16 Atsushi Enomoto <atsushi at ximian.com>
2007-11-19 Atsushi Enomoto <atsushi at ximian.com>
2007-11-20 Atsushi Enomoto <atsushi at ximian.com>
2007-11-20 Atsushi Enomoto <atsushi at ximian.com>
2007-11-20 Atsushi Enomoto <atsushi at ximian.com>
2007-11-20 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
yuck, typo.
2007-11-21 Atsushi Enomoto <atsushi at ximian.com>
2007-11-22 Atsushi Enomoto <atsushi at ximian.com>
2007-11-27 Atsushi Enomoto <atsushi at ximian.com>
2007-11-27 Atsushi Enomoto <atsushi at ximian.com>
2007-11-29 Atsushi Enomoto <atsushi at ximian.com>
revert the broken change that even fails on .NET 2.0.
revert the regressing change.
moving XLinq stuff to mcs.
2007-11-29 Atsushi Enomoto <atsushi at ximian.com>
2007-12-05 Atsushi Enomoto <atsushi at ximian.com>
2007-12-05 Atsushi Enomoto <atsushi at ximian.com>
2007-12-05 Atsushi Enomoto <atsushi at ximian.com>
2007-12-06 Atsushi Enomoto <atsushi at ximian.com>
2007-12-06 Atsushi Enomoto <atsushi at ximian.com>
2007-12-06 Atsushi Enomoto <atsushi at ximian.com>
2007-12-06 Atsushi Enomoto <atsushi at ximian.com>
2007-12-06 Atsushi Enomoto <atsushi at ximian.com>
2007-12-07 Atsushi Enomoto <atsushi at ximian.com>
2007-12-14 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-17 Atsushi Enomoto <atsushi at ximian.com>
2007-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-12-27 Atsushi Enomoto <atsushi at ximian.com>
2007-12-28 Atsushi Enomoto <atsushi at ximian.com>
2007-12-28 Atsushi Enomoto <atsushi at ximian.com>
2008-01-08 Atsushi Enomoto <atsushi at ximian.com>
2008-01-08 Arina Itkes <arinai at mainsoft.com>
2008-01-09 Atsushi Enomoto <atsushi at ximian.com>
2008-01-09 Atsushi Enomoto <atsushi at ximian.com>
2008-01-09 Atsushi Enomoto <atsushi at ximian.com>
2008-01-15 Atsushi Enomoto <atsushi at ximian.com>
2008-01-15 Atsushi Enomoto <atsushi at ximian.com>
2008-01-17 Atsushi Enomoto <atsushi at ximian.com>
2008-01-19 Atsushi Enomoto <atsushi at ximian.com>
2008-01-24 Atsushi Enomoto <atsushi at ximian.com>
2008-01-25 Atsushi Enomoto <atsushi at ximian.com>
2008-01-26 Atsushi Enomoto <atsushi at ximian.com>
2008-01-28 Atsushi Enomoto <atsushi at ximian.com>
2008-01-29 Atsushi Enomoto <atsushi at ximian.com>
2008-01-29 Atsushi Enomoto <atsushi at ximian.com>
2008-01-29 Atsushi Enomoto <atsushi at ximian.com>
2008-01-29 Atsushi Enomoto <atsushi at ximian.com>
2008-01-30 Atsushi Enomoto <atsushi at ximian.com>
2008-02-04 Atsushi Enomoto <atsushi at ximian.com>
2008-02-10 Atsushi Enomoto <atsushi at ximian.com>
2008-02-10 Atsushi Enomoto <atsushi at ximian.com>
2008-02-10 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-11 Atsushi Enomoto <atsushi at ximian.com>
2008-02-12 Atsushi Enomoto <atsushi at ximian.com>
2008-02-12 Atsushi Enomoto <atsushi at ximian.com>
2008-02-15 Atsushi Enomoto <atsushi at ximian.com>
2008-02-16 Atsushi Enomoto <atsushi at ximian.com>
2008-02-18 Atsushi Enomoto <atsushi at ximian.com>
2008-02-19 Atsushi Enomoto <atsushi at ximian.com>
2008-02-19 Atsushi Enomoto <atsushi at ximian.com>
2008-02-19 Atsushi Enomoto <atsushi at ximian.com>
2008-02-22 Atsushi Enomoto <atsushi at ximian.com>
2008-02-25 Atsushi Enomoto <atsushi at ximian.com>
2008-02-26 Atsushi Enomoto <atsushi at ximian.com>
2008-02-26 Atsushi Enomoto <atsushi at ximian.com>
2008-02-27 Atsushi Enomoto <atsushi at ximian.com>
2008-03-04 Atsushi Enomoto <atsushi at ximian.com>
2008-03-12 Atsushi Enomoto <atsushi at ximian.com>
2008-03-12 Atsushi Enomoto <atsushi at ximian.com>
2008-03-14 Atsushi Enomoto <atsushi at ximian.com>
2008-03-14 Atsushi Enomoto <atsushi at ximian.com>
2008-03-17 Atsushi Enomoto <atsushi at ximian.com>
2008-03-21 Atsushi Enomoto <atsushi at ximian.com>
2008-03-21 Atsushi Enomoto <atsushi at ximian.com>
2008-03-21 Atsushi Enomoto <atsushi at ximian.com>
2008-03-27 Atsushi Enomoto <atsushi at ximian.com>
2008-03-27 Atsushi Enomoto <atsushi at ximian.com>
2008-03-28 Atsushi Enomoto <atsushi at ximian.com>
revert r99172, which caused couple of XIM failures in test-swf.
2008-04-02 Atsushi Enomoto <atsushi at ximian.com>
2008-04-02 Atsushi Enomoto <atsushi at ximian.com>
2008-04-02 Atsushi Enomoto <atsushi at ximian.com>
2008-04-02 Atsushi Enomoto <atsushi at ximian.com>
2008-04-07 Atsushi Enomoto <atsushi at ximian.com>
2008-04-08 Atsushi Enomoto <atsushi at ximian.com>
2008-04-08 Atsushi Enomoto <atsushi at ximian.com>
2008-04-08 Atsushi Enomoto <atsushi at ximian.com>
2008-04-09 Atsushi Enomoto <atsushi at ximian.com>
2008-04-09 Atsushi Enomoto <atsushi at ximian.com>
2008-04-10 Atsushi Enomoto <atsushi at ximian.com>
2008-04-10 Atsushi Enomoto <atsushi at ximian.com>
2008-04-11 Atsushi Enomoto <atsushi at ximian.com>
2008-04-11 Atsushi Enomoto <atsushi at ximian.com>
2008-04-11 Atsushi Enomoto <atsushi at ximian.com>
2008-04-14 Atsushi Enomoto <atsushi at ximian.com>
2008-04-16 Atsushi Enomoto <atsushi at ximian.com>
2008-04-17 Atsushi Enomoto <atsushi at ximian.com>
2008-04-30 Atsushi Enomoto <atsushi at ximian.com>
2008-05-02 Atsushi Enomoto <atsushi at ximian.com>
2008-05-02 Atsushi Enomoto <atsushi at ximian.com>
2008-05-07 Atsushi Enomoto <atsushi at ximian.com>
2008-05-12 Atsushi Enomoto <atsushi at ximian.com>
2008-05-12 Atsushi Enomoto <atsushi at ximian.com>
oops, forgot to commit.
2008-05-12 Atsushi Enomoto <atsushi at ximian.com>
2008-05-12 Atsushi Enomoto <atsushi at ximian.com>
2008-05-12 Atsushi Enomoto <atsushi at ximian.com>
2008-05-13 Atsushi Enomoto <atsushi at ximian.com>
2008-05-13 Atsushi Enomoto <atsushi at ximian.com>
2008-05-13 Atsushi Enomoto <atsushi at ximian.com>
2008-05-13 Atsushi Enomoto <atsushi at ximian.com>
2008-05-13 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-14 Atsushi Enomoto <atsushi at ximian.com>
2008-05-16 Atsushi Enomoto <atsushi at ximian.com>
2008-05-16 Atsushi Enomoto <atsushi at ximian.com>
2008-05-16 Atsushi Enomoto <atsushi at ximian.com>
2008-05-16 Atsushi Enomoto <atsushi at ximian.com>
2008-05-19 Atsushi Enomoto <atsushi at ximian.com>
remove old DLinq stub first.
new stub checkin.
ok, let me just add remaining stubs.
2008-05-21 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-05-22 Atsushi Enomoto <atsushi at ximian.com>
2008-06-02 Atsushi Enomoto <atsushi at ximian.com>
2008-06-02 Atsushi Enomoto <atsushi at ximian.com>
2008-06-03 Atsushi Enomoto <atsushi at ximian.com>
2008-06-03 Atsushi Enomoto <atsushi at ximian.com>
2008-06-03 Atsushi Enomoto <atsushi at ximian.com>
2008-06-03 Atsushi Enomoto <atsushi at ximian.com>
2008-06-04 Atsushi Enomoto <atsushi at ximian.com>
2008-06-04 Atsushi Enomoto <atsushi at ximian.com>
2008-06-04 Atsushi Enomoto <atsushi at ximian.com>
2008-06-05 Atsushi Enomoto <atsushi at ximian.com>
2008-06-05 Atsushi Enomoto <atsushi at ximian.com>
2008-06-05 Atsushi Enomoto <atsushi at ximian.com>
2008-06-06 James Fitzsimons <james.fitzsimons at gmail.com>
2008-06-06 Atsushi Enomoto <atsushi at ximian.com>
2008-06-06 Atsushi Enomoto <atsushi at ximian.com>
2008-06-06 Atsushi Enomoto <atsushi at ximian.com>
2008-06-06 Atsushi Enomoto <atsushi at ximian.com>
sort of reverting the previous change that breaks use of -pkg:dotnet
2008-06-09 Atsushi Enomoto <atsushi at ximian.com>
2008-06-09 Atsushi Enomoto <atsushi at ximian.com>
initial checkin. New assembly in Silverlight 2.0 beta 2.
2008-06-11 Atsushi Enomoto <atsushi at ximian.com>
2008-06-11 Atsushi Enomoto <atsushi at ximian.com>
2008-06-11 Atsushi Enomoto <atsushi at ximian.com>
2008-06-11 Atsushi Enomoto <atsushi at ximian.com>
2008-06-11 Atsushi Enomoto <atsushi at ximian.com>
2008-06-12 Atsushi Enomoto <atsushi at ximian.com>
2008-06-12 Atsushi Enomoto <atsushi at ximian.com>
2008-06-12 Atsushi Enomoto <atsushi at ximian.com>
2008-06-12 Atsushi Enomoto <atsushi at ximian.com>
2008-06-13 Atsushi Enomoto <atsushi at ximian.com>
2008-06-13 Atsushi Enomoto <atsushi at ximian.com>
2008-06-16 Atsushi Enomoto <atsushi at ximian.com>
2008-06-16 Atsushi Enomoto <atsushi at ximian.com>
2008-06-16 Atsushi Enomoto <atsushi at ximian.com>
2008-06-16 Atsushi Enomoto <atsushi at ximian.com>
2008-06-16 Atsushi Enomoto <atsushi at ximian.com>
2008-06-17 Atsushi Enomoto <atsushi at ximian.com>
2008-06-17 Atsushi Enomoto <atsushi at ximian.com>
2008-06-18 Atsushi Enomoto <atsushi at ximian.com>
2008-06-18 Atsushi Enomoto <atsushi at ximian.com>
2008-06-19 Atsushi Enomoto <atsushi at ximian.com>
2008-06-27 Atsushi Enomoto <atsushi at ximian.com>
2008-06-27 Atsushi Enomoto <atsushi at ximian.com>
2008-06-27 Atsushi Enomoto <atsushi at ximian.com>
too silly to document.
2008-06-27 Atsushi Enomoto <atsushi at ximian.com>
2008-06-27 Atsushi Enomoto <atsushi at ximian.com>
2008-07-01 Atsushi Enomoto <atsushi at ximian.com>
2008-07-01 Atsushi Enomoto <atsushi at ximian.com>
2008-07-01 Atsushi Enomoto <atsushi at ximian.com>
2008-07-01 Atsushi Enomoto <atsushi at ximian.com>
forgot in the previous commit.
2008-07-02 Atsushi Enomoto <atsushi at ximian.com>
2008-07-07 Atsushi Enomoto <atsushi at ximian.com>
2008-07-09 Atsushi Enomoto <atsushi at ximian.com>
2008-07-10 Atsushi Enomoto <atsushi at ximian.com>
2008-07-11 Atsushi Enomoto <atsushi at ximian.com>
2008-07-28 Atsushi Enomoto <atsushi at ximian.com>
2008-07-28 Atsushi Enomoto <atsushi at ximian.com>
2008-08-04 Atsushi Enomoto <atsushi at ximian.com>
2008-08-04 Atsushi Enomoto <atsushi at ximian.com>
2008-08-04 Atsushi Enomoto <atsushi at ximian.com>
2008-08-05 Atsushi Enomoto <atsushi at ximian.com>
2008-08-06 Atsushi Enomoto <atsushi at ximian.com>
2008-08-06 Atsushi Enomoto <atsushi at ximian.com>
2008-08-07 Atsushi Enomoto <atsushi at ximian.com>
2008-08-07 Atsushi Enomoto <atsushi at ximian.com>
2008-08-07 Atsushi Enomoto <atsushi at ximian.com>
2008-08-07 Atsushi Enomoto <atsushi at ximian.com>
2008-08-12 Atsushi Enomoto <atsushi at ximian.com>
2008-08-14 Atsushi Enomoto <atsushi at ximian.com>
2008-08-14 Atsushi Enomoto <atsushi at ximian.com>
2008-08-15 Atsushi Enomoto <atsushi at ximian.com>
2008-08-15 Atsushi Enomoto <atsushi at ximian.com>
2008-08-19 Atsushi Enomoto <atsushi at ximian.com>
2008-08-22 Atsushi Enomoto <atsushi at ximian.com>
comment out some Console.WriteLine().
2008-08-25 Atsushi Enomoto <atsushi at ximian.com>
2008-08-28 Atsushi Enomoto <atsushi at ximian.com>
2008-09-02 Atsushi Enomoto <atsushi at ximian.com>
2008-09-02 Atsushi Enomoto <atsushi at ximian.com>
2008-09-02 Atsushi Enomoto <atsushi at ximian.com>
initial sys.web.abstractions checkin. Mostly stubs and wrappers.
initial sys.web.routing checkin. Just stubs yet.
2008-09-05 Atsushi Enomoto <atsushi at ximian.com>
2008-09-06 Atsushi Enomoto <atsushi at ximian.com>
2008-09-09 Atsushi Enomoto <atsushi at ximian.com>
it's mostly done.
2008-09-10 Atsushi Enomoto <atsushi at ximian,com>
2008-09-10 Atsushi Enomoto <atsushi at ximian.com>
some implementations and tests.
Url parser implementation and some tests.
Route.GetRouteData() and HttpMethodConstraint.Match() with tests.
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-13 Atsushi Enomoto <atsushi at ximian.com>
2008-09-15 Atsushi Enomoto <atsushi at ximian.com>
ongoing UrlRoutingModule implementation and tests.
2008-09-17 Atsushi Enomoto <atsushi at ximian.com>
2008-09-17 Atsushi Enomoto <atsushi at ximian.com>
2008-09-17 Atsushi Enomoto <atsushi at ximian.com>
2008-09-17 Atsushi Enomoto <atsushi at ximian.com>
2008-09-17 Atsushi Enomoto <atsushi at ximian.com>
check invalid constraint and implement ProcessRequest().
Added LinqDataSource stuff (stubs).
2008-09-18 Atsushi Enomoto <atsushi at ximian.com>
2008-09-18 Atsushi Enomoto <atsushi at ximian.com>
RouteCollection.RouteExistingFiles support.
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-19 Atsushi Enomoto <atsushi at ximian.com>
2008-09-24 Atsushi Enomoto <atsushi at ximian.com>
2008-09-29 Atsushi Enomoto <atsushi at ximian.com>
2008-09-30 Atsushi Enomoto <atsushi at ximian.com>
2008-10-02 Atsushi Enomoto <atsushi at ximian.com>
2008-10-02 Atsushi Enomoto <atsushi at ximian.com>
couple of refactoring to make implementation more consistent.
ongoing refactoring.
2008-10-03 Atsushi Enomoto <atsushi at ximian.com>
2008-10-03 Atsushi Enomoto <atsushi at ximian.com>
2008-10-06 Atsushi Enomoto <atsushi at ximian.com>
2008-10-06 Atsushi Enomoto <atsushi at ximian.com>
2008-10-06 Atsushi Enomoto <atsushi at ximian.com>
2008-10-06 Atsushi Enomoto <atsushi at ximian.com>
2008-10-06 Atsushi Enomoto <atsushi at ximian.com>
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
initial import of DBLinq integration.
replace it in smooth way.
second step.
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
2008-10-08 Atsushi Enomoto <atsushi at ximian.com>
2008-10-08 Atsushi Enomoto <atsushi at ximian.com>
2008-10-08 Atsushi Enomoto <atsushi at ximian.com>
2008-10-08 Atsushi Enomoto <atsushi at ximian.com>
I forgot ChangeLog entry one month ago.
this too :(
2008-10-08 Atsushi Enomoto <atsushi at ximian.com>
2008-10-09 Atsushi Enomoto <atsushi at ximian.com>
2008-10-09 Atsushi Enomoto <atsushi at ximian.com>
2008-10-09 Atsushi Enomoto <atsushi at ximian.com>
2008-10-10 Atsushi Enomoto <atsushi at ximian.com>
2008-10-10 Atsushi Enomoto <atsushi at ximian.com>
2008-10-10 Atsushi Enomoto <atsushi at ximian.com>
2008-10-12 Atsushi Enomoto <atsushi at ximian.com>
initial System.ComponentModel.DataAnnotations checkin.
initial DynamicData checkin. They are almost all stubs.
2008-10-16 Atsushi Enomoto <atsushi at ximian.com>
checking in ongoing implementation before DynamicDataRoute.
2008-10-17 Atsushi Enomoto <atsushi at ximian.com>
2008-10-17 Atsushi Enomoto <atsushi at ximian.com>
2008-10-17 Atsushi Enomoto <atsushi at ximian.com>
import RabbitMQ.Client (see bug #432471 and
import AMQP/Rabbit based implementation by Michael Barker (see r116493).
add missing files (see bug #432471).
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-21 Atsushi Enomoto <atsushi at ximian.com>
2008-10-23 Atsushi Enomoto <atsushi at ximian.com>
2008-10-23 Atsushi Enomoto <atsushi at ximian.com>
2008-10-24 Atsushi Enomoto <atsushi at ximian.com>
2008-10-27 Atsushi Enomoto <atsushi at ximian.com>
2008-10-27 Atsushi Enomoto <atsushi at ximian.com>
2008-10-27 Atsushi Enomoto <atsushi at ximian.com>
fix bug #433774.
fix bug #435206.
2008-10-28 Atsushi Enomoto <atsushi at ximian.com>
2008-10-28 Atsushi Enomoto <atsushi at ximian.com>
2008-11-04 Atsushi Enomoto <atsushi at ximian.com>
2008-11-04 Atsushi Enomoto <atsushi at ximian.com>
2008-11-04 Atsushi Enomoto <atsushi at ximian.com>
2008-11-04 Atsushi Enomoto <atsushi at ximian.com>
2008-11-05 Atsushi Enomoto <atsushi at xiiman.com>
Fix for bug #430759.
2008-11-05 Atsushi Enomoto <atsushi at xiiman.com>
2008-11-05 Atsushi Enomoto <atsushi at ximian.com>
fix for inherited default namespace in compact syntax.
2008-11-11 Atsushi Enomoto <atsushi at xiiman.com>
2008-11-12 Atsushi Enomoto <atsushi at ximian.com>
2008-11-12 Atsushi Enomoto <atsushi at ximian.com>
merge XPath optimization branch. About 15% faster/less memory use so
2008-11-18 Atsushi Enomoto <atsushi at ximian.com>
2008-11-23 Atsushi Enomoto <atsushi at ximian.com>
2008-11-23 Atsushi Enomoto <atsushi at ximian.com>
2008-11-23 Atsushi Enomoto <atsushi at ximian.com>
2008-11-23 Atsushi Enomoto <atsushi at ximian.com>
2008-11-23 Atsushi Enomoto <atsushi at ximian.com>
2008-11-25 Atsushi Enomoto <atsushi at ximian.com>
2008-11-25 Atsushi Enomoto <atsushi at ximian.com>
update nunit options that break upgrade to 2.4.
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2008-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-25 Atsushi Enomoto <atsushi at ximian.com>
2005-11-26 Atsushi Enomoto <atsushi at ximian.com>
2005-11-26 Atsushi Enomoto <atsushi at ximian.com>
2008-11-26 Atsushi Enomoto <atsushi at ximian.com>
2008-11-26 Atsushi Enomoto <atsushi at ximian.com>
2008-11-26 Atsushi Enomoto <atsushi at ximian.com>
2008-11-27 Atsushi Enomoto <atsushi at ximian.com>
2008-11-28 Atsushi Enomoto <atsushi at ximian.com>
2008-11-28 Atsushi Enomoto <atsushi at ximian.com>
2008-11-28 Atsushi Enomoto <atsushi at ximian.com>
2008-11-28 Atsushi Enomoto <atsushi at ximian.com>
2008-12-02 Atsushi Enomoto <atsushi at ximian.com>
Apply RabbitMQ support patch by Michael Barker, on bug #457089.
importing messaging-2008 branch to trunk.
importing messaging-2008 branch to trunk, going on.
importing messaging-2008 branch to trunk [continued]
oops, forgot to apply the patch here in bug #457089 by Michael Barker.
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-08 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-09 Atsushi Enomoto <atsushi at ximian.com>
2008-12-10 Atsushi Enomoto <atsushi at ximian.com>
2008-12-10 Atsushi Enomoto <atsushi at ximian.com>
2008-12-10 Atsushi Enomoto <atsushi at ximian.com>
fix float test that has wrong value (exposed by nunit24).
2008-12-10 Atsushi Enomoto <atsushi at ximian.com>
2008-12-15 Atsushi Enomoto <atsushi at ximian.com>
2008-12-15 Atsushi Enomoto <atsushi at ximian.com>
2008-12-18 Atsushi Enomoto <atsushi at ximian.com>
2008-12-18 Atsushi Enomoto <atsushi at ximian.com>
2008-12-19 Atsushi Enomoto <atsushi at ximian.com>
2009-01-06 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-07 Astushi Enomoto <atsushi at ximian.com>
2009-01-07 Atsushi Enomoto <atsushi at ximian.com>
2009-01-08 Atsushi Enomoto <atsushi at ximian.com>
2009-01-11 Atsushi Enomoto <atsushi at ximian.com>
initial checkin of system.directoryservices.protocols stub.
2009-01-11 Atsushi Enomoto <atsushi at ximian.com>
2009-01-14 Atsushi Enomoto <atsushi at ximian.com>
2009-01-14 Atsushi Enomoto <atsushi at ximian.com>
2009-01-14 Atsushi Enomoto <atsushi at ximian.com>
2009-01-15 Atsushi Enomoto <atsushi at ximian.com>
2009-01-16 Atsushi Enomoto <atsushi at ximian.com>
2009-01-19 Atsushi Enomoto <atsushi at ximian.com>
2009-01-19 Atsushi Enomoto <atsushi at ximian.com>
2009-01-19 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
2009-01-20 Atsushi Enomoto <atsushi at ximian.com>
moved svcutil from olive.
2009-01-21 Atsushi Enomoto <atsushi at ximian.com>
revert the previous change.
2009-01-21 Atsushi Enomoto <atsushi at ximian.com>
2009-01-21 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-22 Atsushi Enomoto <atsushi at ximian.com>
2009-01-23 Atsushi Enomoto <atsushi at ximian.com>
2009-01-23 Atsushi Enomoto <atsushi at ximian.com>
2009-01-23 Atsushi Enomoto <atsushi at ximian.com>
2009-01-23 Atsushi Enomoto <atsushi at ximian.com>
2009-01-23 Atsushi Enomoto <atsushi at ximian.com>
2009-01-30 Atsushi Enomoto <atsushi at ximian.com>
2009-01-30 Atsushi Enomoto <atsushi at ximian.com>
2009-01-30 Atsushi Enomoto <atsushi at ximian.com>
2009-01-30 Atsushi Enomoto <atsushi at ximian.com>
2009-02-02 Atsushi Enomoto <atsushi at ximian.com>
2009-02-02 Atsushi Enomoto <atsushi at ximian.com>
2009-02-02 Atsushi Enomoto <atsushi at ximian.com>
2009-02-02 Atsushi Enomoto <atsushi at ximian.com>
2009-02-03 Atsushi Enomoto <atsushi at ximian.com>
2009-02-03 Atsushi Enomoto <atsushi at ximian.com>
2009-02-04 Atsushi Enomoto <atsushi at ximian.com>
2009-02-04 Atsushi Enomoto <atsushi at ximian.com>
2009-02-04 Atsushi Enomoto <atsushi at ximian.com>
2009-02-06 Atsushi Enomoto <atsushi at ximian.com>
2009-02-06 Atsushi Enomoto <atsushi at ximian.com>
2009-02-06 Atsushi Enomoto <atsushi at ximian.com>
2009-02-09 Atsushi Enomoto <atsushi at ximian.com>
2009-02-10 Atsushi Enomoto <atsushi at ximian.com>
2009-02-12 Atsushi Enomoto <atsushi at ximian.com>
2009-02-12 Atsushi Enomoto <atsushi at ximian.com>
2009-02-12 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-13 Atsushi Enomoto <atsushi at ximian.com>
2009-02-16 Atsushi Enomoto <atsushi at ximian.com>
2009-02-17 Atsushi Enomoto <atsushi at ximian.com>
2009-02-18 Atsushi Enomoto <atsushi at ximian.com>
2009-02-18 Atsushi Enomoto <atsushi at ximian.com>
2009-02-18 Atsushi Enomoto <atsushi at ximian.com>
2009-02-19 Atsushi Enomoto <atsushi at ximian.com>
2009-02-19 Atsushi Enomoto <atsushi at ximian.com>
2009-02-19 Atsushi Enomoto <atsushi at ximian.com>
2009-02-19 Atsushi Enomoto <atsushi at ximian.com>
2009-02-20 Atsushi Enomoto <atsushi at ximian.com>
2009-02-23 Atsushi Enomoto <atsushi at ximian.com>
2009-02-23 Atsushi Enomoto <atsushi at ximian.com>
2009-02-23 Atsushi Enomoto <atsushi at ximian.com>
Ignore all failing-under-dotnet tests.
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-26 Atsushi Enomoto <atsushi at ximian.com>
2009-02-27 Atsushi Enomoto <atsushi at ximian.com>
2009-02-27 Atsushi Enomoto <atsushi at ximian.com>
2009-02-27 Atsushi Enomoto <atsushi at ximian.com>
2009-02-27 Atsushi Enomoto <atsushi at ximian.com>
2009-02-27 Atsushi Enomoto <atsushi at ximian.com>
2009-03-04 Astushi Enomoto <atsushi at ximian.com>
2009-03-04 Atsushi Enomoto <atsushi at ximian.com>
2009-03-04 Atsushi Enomoto <atsushi at ximian.com>
2009-03-04 Atsushi Enomoto <atsushi at ximian.com>
2009-03-05 Atsushi Enomoto <atsushi at ximian.com>
2009-03-05 Atsushi Enomoto <atsushi at ximian.com>
2009-03-05 Atsushi Enomoto <atsushi at ximian.com>
2009-03-06 Atsushi Enomoto <atsushi at ximian.com>
2009-03-10 Atsushi Enomoto <atsushi at ximian.com>
2009-03-10 Atsushi Enomoto <atsushi at ximian.com>
2009-03-10 Atsushi Enomoto <atsushi at ximian.com>
2009-03-11 Atsushi Enomoto <atsushi at ximian.com>
2009-03-11 Atsushi Enomoto <atsushi at ximian.com>
2009-03-11 Atsushi Enomoto <atsushi at ximian.com>
2009-03-11 Atsushi Enomoto <atsushi at ximian.com>
2009-03-11 Atsushi Enomoto <atsushi at ximian.com>
2009-03-12 Atsushi Enomoto <atsushi at ximian.com>
2009-03-12 Atsushi Enomoto <atsushi at ximian.com>
2009-03-12 Atsushi Enomoto <atsushi at ximian.com>
2009-03-12 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
switch mono-xmltool here too.
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-16 Atsushi Enomoto <atsushi at ximian.com>
2009-03-17 Atsushi Enomoto <atsushi at ximian.com>
2009-03-17 Atsushi Enomoto <atsushi at ximian.com>
2009-03-17 Atsushi Enomoto <atsushi at ximian.com>
2009-03-17 Atsushi Enomoto <atsushi at ximian.com>
2009-03-18 Atsushi Enomoto <atsushi at ximian.com>
2009-03-18 Atsushi Enomoto <atsushi at ximian.com>
2009-03-18 Atsushi Enomoto <atsushi at ximian.com>
2009-03-18 Atsushi Enomoto <atsushi at ximian.com>
2009-03-19 Atsushi Enomoto <atsushi at ximian.com>
2009-03-24 Atsushi Enomoto <atsushi at ximian.com>
2009-03-25 Atsushi Enomoto <atsushi at ximian.com>
2009-03-26 Atsushi Enomoto <atsushi at ximian.com>
2009-03-26 Atsushi Enomoto <atsushi at ximian.com>
2009-03-26 Atsushi Enomoto <atsushi at ximian.com>
2009-03-26 Atsushi Enomoto <atsushi at ximian.com>
2009-03-26 Atsushi Enomoto <atsushi at ximian.com>
2009-03-27 Atsushi Enomoto <atsushi at ximian.com>
2009-03-27 Atsushi Enomoto <atsushi at ximian.com>
2009-03-27 Atsushi Enomoto <atsushi at ximian.com>
2009-03-31 Atsushi Enomoto <atsushi at ximian.com>
2009-03-31 Atsushi Enomoto <atsushi at ximian.com>
2009-03-31 Atsushi Enomoto <atsushi at ximian.com>
2009-03-31 Atsushi Enomoto <atsushi at ximian.com>
2009-03-31 Atsushi Enomoto <atsushi at ximian.com>
2009-03-13 Atsushi Enomoto <atsushi at ximian.com>
2009-04-01 Atsushi Enomoto <atsushi at ximian.com>
2009-04-01 Atsushi Enomoto <atsushi at ximian.com>
2009-04-01 Atsushi Enomoto <atsushi at ximian.com>
2009-04-01 Atsushi Enomoto <atsushi at ximian.com>
2009-04-02 Atsushi Enomoto <atsushi at ximian.com>
2009-04-02 Atsushi Enomoto <atsushi at ximian.com>
2009-04-03 Atsushi Enomoto <atsushi at ximian.com>
add MIT lines.
2009-04-03 Atsushi Enomoto <atsushi at ximian.com>
2009-04-06 Atsushi Enomoto <atsushi at ximian.com>
2009-04-06 Atsushi Enomoto <atsushi at ximian.com>
2009-04-06 Atsushi Enomoto <atsushi at ximian.com>
2009-04-07 Atsushi Enomoto <atsushi at ximian.com>
2009-04-07 Atsushi Enomoto <atsushi at ximian.com>
added IOnlineStatus.
2009-04-07 Atsushi Enomoto <atsushi at ximian.com>
2009-04-07 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-08 Atsushi Enomoto <atsushi at ximian.com>
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
oops, I happened to commit every pending ones and missed ChangeLog here :(
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
2009-04-15 Atsushi Enomoto <atsushi at ximian.com>
2009-04-16 Atsushi Enomoto <atsushi at ximian.com>
2009-04-16 Atsushi Enomoto <atsushi at ximian.com>
2009-04-17 Atsushi Enomoto <atsushi at ximian.com>
2009-04-17 Atsushi Enomoto <atsushi at ximian.com>
2009-04-20 Atsushi Enomoto <atsushi at ximian.com>
ongoing PeerTransportBindingElement implementation.
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-21 Atsushi Enomoto <atsushi at ximian.com>
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
bug # correction.
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
2009-04-22 Atsushi Enomoto <atsushi at ximian.com>
2009-04-23 Atsushi Enomoto <atsushi at ximian.com>
2009-04-23 Atsushi Enomoto <atsushi at ximian.com>
2009-04-23 Atsushi Enomoto <atsushi at ximian.com>
2009-04-27 Atsushi Enomoto <atsushi at ximian.com>
2009-04-27 Atsushi Enomoto <atsushi at ximian.com>
2009-04-27 Atsushi Enomoto <atsushi at ximian.com>
2009-04-27 Atsushi Enomoto <atsushi at ximian.com>
2009-04-27 Atsushi Enomoto <atsushi at ximian.com>
2009-04-28 Atsushi Enomoto <atsushi at ximian.com>
2009-04-28 Atsushi Enomoto <atsushi at ximian.com>
2009-04-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-02 Atsushi Enomoto <atsushi at ximian.com>
2009-05-07 Jonas Larsson <jonas.larsson at manodo.se>
2009-05-11 Atsushi Enomoto <atsushi at ximian.com>
2009-05-11 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
moving missing WCF assembly (mono-only one).
2009-05-14 Atsushi Enomoto <atsushi at ximian.com>
2009-05-14 Atsushi Enomoto <atsushi at ximian.com>
2009-05-14 Atsushi Enomoto <atsushi at ximian.com>
2009-05-14 Atsushi Enomoto <atsushi at ximian.com>
2009-05-14 Atsushi Enomoto <atsushi at ximian.com>
2009-05-15 Atsushi Enomoto <atsushi at ximian.com>
2009-05-13 Atsushi Enomoto <atsushi at ximian.com>
2009-05-15 Atsushi Enomoto <atsushi at ximian.com>
2009-05-15 Atsushi Enomoto <atsushi at ximian.com>
2009-05-15 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-18 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Atsushi Enomoto <atsushi at ximian.com>
2009-05-19 Jonas Larsson <jonas.larsson at manodo.se>
2009-05-20 Atsushi Enomoto <atsushi at ximian.com>
2009-05-21 Atsushi Enomoto <atsushi at ximian.com>
2009-05-21 Atsushi Enomoto <atsushi at ximian.com>
2009-05-21 Atsushi Enomoto <atsushi at ximian.com>
2009-05-21 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-22 Atsushi Enomoto <atsushi at ximian.com>
2009-05-23 Atsushi Enomoto <atsushi at ximian.com>
2009-05-25 Atsushi Enomoto <atsushi at ximian.com>
2009-05-25 Atsushi Enomoto <atsushi at ximian.com>
2009-05-25 Atsushi Enomoto <atsushi at ximian.com>
2009-05-25 Atsushi Enomoto <atsushi at ximian.com>
2009-05-25 Atsushi Enomoto <atsushi at ximian.com>
2009-05-26 Atsushi Enomoto <atsushi at ximian.com>
2009-05-26 Atsushi Enomoto <atsushi at ximian.com>
2009-05-26 Atsushi Enomoto <atsushi at ximian.com>
2009-05-26 Atsushi Enomoto <atsushi at ximian.com>
2009-05-26 Atsushi Enomoto <atsushi at ximian.com>
2009-05-27 Atsushi Enomoto <atsushi at ximian.com>
2009-05-27 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-28 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-05-29 Atsushi Enomoto <atsushi at ximian.com>
2009-06-01 Atsushi Enomoto <atsushi at ximian.com>
2009-06-01 Atsushi Enomoto <atsushi at ximian.com>
2009-06-01 Atsushi Enomoto <atsushi at ximian.com>
2009-06-01 Atsushi Enomoto <atsushi at ximian.com>
2009-06-03 Atsushi Enomoto <atsushi at ximian.com>
2009-06-05 Atsushi Enomoto <atsushi at ximian.com>
2009-06-05 Atsushi Enomoto <atsushi at ximian.com>
2009-06-08 Atsushi Enomoto <atsushi at ximian.com>
fix inconsistent EOLs.
fix inconsistent EOLs.
another EOL inconsistency.
svn:eol-style native.
2009-06-08 Atsushi Enomoto <atsushi at ximian.com>
2009-06-08 Atsushi Enomoto <atsushi at ximian.com>
2009-06-08 Atsushi Enomoto <atsushi at ximian.com>
2009-06-08 Atsushi Enomoto <atsushi at ximian.com>
Prepare ServiceThorottle implementation.
2009-06-09 Atsushi Enomoto <atsushi at ximian.com>
2009-06-09 Atsushi Enomoto <atsushi at ximian.com>
2009-06-10 Atsushi Enomoto <atsushi at ximian.com>
2009-06-10 Atsushi Enomoto <atsushi at ximian.com>
2009-06-10 Atsushi Enomoto <atsushi at ximian.com>
2009-06-10 Atsushi Enomoto <atsushi at ximian.com>
2009-06-11 Atsushi Enomoto <atsushi at ximian.com>
2009-06-11 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-12 Atsushi Enomoto <atsushi at ximian.com>
2009-06-15 Atsushi Enomoto <atsushi at ximian.com>
2009-06-15 Atsushi Enomoto <atsushi at ximian.com>
2009-06-15 Atsushi Enomoto <atsushi at ximian.com>
2009-06-16 Atsushi Enomoto <atsushi at ximian.com>
2009-06-16 Atsushi Enomoto <atsushi at ximian.com>
2009-06-16 Atsushi Enomoto <atsushi at ximian.com>
2009-06-16 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2009-06-18 Atsushi Enomoto <atsushi at ximian.com>
2008-06-19 Atsushi Enomoto <atsushi at ximian.com>
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
2009-06-25 Astushi Enomoto <atsushi at ximian.com>
2009-06-25 Atsushi Enomoto <atsushi at ximian.com>
2009-06-25 Atsushi Enomoto <atsushi at ximian.com>
2009-06-25 Atsushi Enomoto <atsushi at ximian.com>
2009-06-25 Atsushi Enomoto <atsushi at ximian.com>
dos2unix.
another dos2unix.
2009-06-26 Atsushi Enomoto <atsushi at ximian.com>
2009-06-26 Atsushi Enomoto <atsushi at ximian.com>
2009-06-26 Atsushi Enomoto <atsushi at ximian.com>
2009-06-26 Atsushi Enomoto <atsushi at ximian.com>
2009-06-29 Atsushi Enomoto <atsushi at ximian.com>
2009-06-29 Atsushi Enomoto <atsushi at ximian.com>
2009-07-02 Atsushi Enomoto <atsushi at ximian.com>
2009-07-02 Atsushi Enomoto <atsushi at ximian.com>
2009-07-02 Atsushi Enomoto <atsushi at ximian.com>
2009-07-02 Atsushi Enomoto <atsushi at ximian.com>
2009-07-02 Atsushi Enomoto <atsushi at ximian.com>
2009-07-07 Atsushi Enomoto <atsushi at ximian.com>
2009-07-07 Atsushi Enomoto <atsushi at ximian.com>
2009-07-07 Atsushi Enomoto <atsushi at ximian.com>
2009-07-07 Atsushi Enomoto <atsushi at ximian.com>
2009-07-07 Atsushi Enomoto <atsushi at ximian.com>
2009-07-08 Atsushi Enomoto <atsushi at ximian.com>
2009-07-08 Atsushi Enomoto <atsushi at ximian.com>
2009-07-08 Atsushi Enomoto <atsushi at ximian.com>
2009-07-08 Atsushi Enomoto <atsushi at ximian.com>
2009-07-08 Atsushi Enomoto <atsushi at ximian.com>
2009-07-09 Atsushi Enomoto <atsushi at ximian.com>
2009-07-09 Atsushi Enomoto <atsushi at ximian.com>
2009-07-09 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
2009-07-10 Atsushi Enomoto <atsushi at ximian.com>
migration to newer nunit style.
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-14 Atsushi Enomoto <atsushi at ximian.com>
2009-07-17 Atsushi Enomoto <atsushi at ximian.com>
2009-07-17 Atsushi Enomoto <atsushi at ximian.com>
2009-07-17 Atsushi Enomoto <atsushi at ximian.com>
2009-07-17 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-21 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-22 Atsushi Enomoto <atsushi at ximian.com>
2009-07-23 Atsushi Enomoto <atsushi at ximian.com>
2009-07-23 Atsushi Enomoto <atsushi at ximian.com>
2009-07-23 Atsushi Enomoto <atsushi at ximian.com>
2009-07-23 Atsushi Enomoto <atsushi at ximian.com>
2009-07-23 Atsushi Enomoto <atsushi at ximian.com>
2009-07-24 Atsushi Enomoto <atsushi at ximian.com>
2009-07-24 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Astushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-28 Atsushi Enomoto <atsushi at ximian.com>
2009-07-30 Atsushi Enomoto <atsushi at ximian.com>
2009-07-30 Atsushi Enomoto <atsushi at ximian.com>
2009-07-30 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-07-31 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-04 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-05 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-06 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Astushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-07 Atsushi Enomoto <atsushi at ximian.com>
2009-08-10 Atsushi Enomoto <atsushi at ximian.com>
2009-08-10 Atsushi Enomoto <atsushi at ximian.com>
2009-08-10 Atsushi Enomoto <atsushi at ximian.com>
2009-08-10 Atsushi Enomoto <atsushi at ximian.com>
2009-08-10 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-11 Atsushi Enomoto <atsushi at ximian.com>
2009-08-13 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-14 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-17 Atsushi Enomoto <atsushi at ximian.com>
2009-08-18 Atsushi Enomoto <atsushi at ximian.com>
2009-08-18 Atsushi Enomoto <atsushi at ximian.com>
Adding System.IO.Pipes implementation.
2009-08-18 Atsushi Enomoto <atsushi at ximian.com>
2009-08-19 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-20 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-21 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-24 Atsushi Enomoto <atsushi at ximian.com>
2009-08-26 Atsushi Enomoto <atsushi at ximian.com>
2009-08-26 Atsushi Enomoto <atsushi at ximian.com>
2009-08-26 Atsushi Enomoto <atsushi at ximian.com>
2009-08-26 Atsushi Enomoto <atsushi at ximian.com>
2009-08-26 Atsushi Enomoto <atsushi at ximian.com>
2009-08-27 Atsushi Enomoto <atsushi at ximian.com>
2009-08-28 Atsushi Enomoto <atsushi at ximian.com>
2009-08-28 Atsushi Enomoto <atsushi at ximian.com>
2009-08-28 Atsushi Enomoto <atsushi at ximian.com>
2009-08-28 Atsushi Enomoto <atsushi at ximian.com>
2009-08-28 Atsushi Enomoto <atsushi at ximian.com>
2009-08-31 Atsushi Enomoto <atsushi at ximian.com>
2009-08-31 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-01 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-02 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-03 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-04 Atsushi Enomoto <atsushi at ximian.com>
2009-09-06 Atsushi Enomoto <atsushi at ximian.com>
2009-09-06 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
forgot to add.
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2008-09-07 Atsushi Enomoto <atsushi at ximian.com>
2008-09-07 Atsushi Enomoto <atsushi at ximian.com>
2008-09-07 Atsushi Enomoto <atsushi at ximian.com>
2008-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-07 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-11 Atsushi Enomoto <atsushi at ximian.com>
2009-09-14 Atsushi Enomoto <atsushi at ximian.com>
2009-09-14 Atsushi Enomoto <atsushi at ximian.com>
2007-09-14 Atsushi Enomoto <atsushi at ximian.com>
2007-09-14 Atsushi Enomoto <atsushi at ximian.com>
2009-09-14 Atsushi Enomoto <atsushi at ximian.com>
2009-09-14 Atsushi Enomoto <atsushi at ximian.com>
2009-09-14 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-15 Atsushi Enomoto <atsushi at ximian.com>
2009-09-16 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-17 Atsushi Enomoto <atsushi at ximian.com>
2009-09-18 Atsushi Enomoto <atsushi at ximian.com>
2009-09-18 Atsushi Enomoto <atsushi at ximian.com>
2009-09-22 Atsushi Enomoto <atsushi at ximian.com>
2009-09-22 Atsushi Enomoto <atsushi at ximian.com>
2009-09-22 Atsushi Enomoto <atsushi at ximian.com>
2009-09-26 Astushi Enomoto <atsushi at ximian.com>
2009-09-28 Atsushi Enomoto <atsushi at ximian.com>
2009-09-28 Atsushi Enomoto <atsushi at ximian.com>
2009-09-28 Atsushi Enomoto <atsushi at ximian.com>
2009-09-28 Atsushi Enomoto <atsushi at ximian.com>
2009-09-29 Atsushi Enomoto <atsushi at ximian.com>
2009-09-29 Atsushi Enomoto <atsushi at ximian.com>
2009-09-29 Atsushi Enomoto <atsushi at ximian.com>
2009-09-29 Atsushi Enomoto <atsushi at ximian.com>
tsushi Enomoto <atsushi at ximian.com>
2009-09-30 Atsushi Enomoto <atsushi at ximian.com>
2009-09-30 Atsushi Enomoto <atsushi at ximian.com>
2009-09-30 Atsushi Enomoto <atsushi at ximian.com>
2009-09-30 Atsushi Enomoto <atsushi at ximian.com>
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
I have accidentally edit different ChangeLog.
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
2009-10-01 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Atsushi Enomoto <atsushi at ximian.com>
2009-10-02 Astushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-05 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-06 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2008-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
revert accidental commit.
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-07 Atsushi Enomoto <atsushi at ximian.com>
2009-10-08 Atsushi Enomoto <atsushi at ximian.com>
2009-10-08 Atsushi Enomoto <atsushi at ximian.com>
2009-10-08 Atsushi Enomoto <atsushi at ximian.com>
2009-10-08 Atsushi Enomoto <atsushi at ximian.com>
2009-10-09 Atsushi Enomoto <atsushi at ximian.com>
2009-10-09 Atsushi Enomoto <atsushi at ximian.com>
2009-10-09 Atsushi Enomoto <atsushi at ximian.com>
2009-10-13 Atsushi Enomoto <atsushi at ximian.com>
2009-10-13 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-15 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-16 Atsushi Enomoto <atsushi at ximian.com>
2009-10-20 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
2009-10-22 Atsushi Enomoto <atsushi at ximian.com>
add experimental monotouch build.
2009-10-23 Atsushi Enomoto <atsushi at ximian.com>
2009-10-23 Atsushi Enomoto <atsushi at ximian.com>
2009-11-11 Atsushi Enomoto <atsushi at ximian.com>
2009-11-11 Atsushi Enomoto <atsushi at ximian.com>
2009-11-12 Atsushi Enomoto <atsushi at ximian.com>
2009-11-12 Atsushi Enomoto <atsushi at ximian.com>
2009-11-17 Atsushi Enomoto <atsushi at ximian.com>
2009-11-17 Atsushi Enomoto <atsushi at ximian.com>
2009-11-17 Atsushi Enomoto <atsushi at ximian.com>
2009-11-17 Atsushi Enomoto <atsushi at ximian.com>
2009-11-17 Atsushi Enomoto <atsushi at ximian.com>
2009-11-20 Atsushi Enomoto <atsushi at ximian.com>
2009-11-20 Atsushi Enomoto <atsushi at ximian.com>
2009-11-25 Astushi Enomoto <atsushi at ximian.com>
2009-11-26 Astushi Enomoto <atsushi at ximian.com>
2009-11-27 Atsushi Enomoto <atsushi at ximian.com>
2009-11-27 Atsushi Enomoto <atsushi at ximian.com>
2009-12-01 Atsushi Enomoto <atsushi at ximian.com>
2009-12-01 Atsushi Enomoto <atsushi at ximian.com>
2009-12-01 Atsushi Enomoto <atsushi at ximian.com>
2009-12-01 Atsushi Enomoto <atsushi at ximian.com>
2009-12-02 Atsushi Enomoto <atsushi at ximian.com>
2009-12-03 Atsushi Enomoto <atsushi at ximian.com>
2009-12-03 Atsushi Enomoto <atsushi at ximian.com>
2009-12-03 Astushi Enomoto <atsushi at ximian.com>
2009-12-04 Atsushi Enomoto <atsushi at ximian.com>
2009-12-04 Atsushi Enomoto <atsushi at ximian.com>
2009-12-04 Atsushi Enomoto <atsushi at ximian.com>
2009-12-04 Atsushi Enomoto <atsushi at ximian.com>
2009-12-07 Atsushi Enomoto <atsushi at ximian.com>
2009-12-07 Atsushi Enomoto <atsushi at ximian.com>
2009-12-07 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
2009-12-10 Atsushi Enomoto <atsushi at ximian.com>
initial checkin for WCF 4.0 Routing.
2009-12-11 Atsushi Enomoto <atsushi at ximian.com>
2009-12-11 Atsushi Enomoto <atsushi at ximian.com>
2009-12-14 Atsushi Enomoto <atsushi at ximian.com>
2009-12-14 Atsushi Enomoto <atsushi at ximian.com>
2009-12-14 Atsushi Enomoto <atsushi at ximian.com>
2009-12-14 Atsushi Enomoto <atsushi at ximian.com>
2009-12-14 Atsushi Enomoto <atsushi at ximian.com>
2009-12-16 Atsushi Enomoto <atsushi at ximian.com>
2009-12-17 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-18 Atsushi Enomoto <atsushi at ximian.com>
2009-12-21 Atsushi Enomoto <atsushi at ximian.com>
2009-12-22 Atsushi Enomoto <atsushi at ximian.com>
2009-12-26 Atsushi Enomoto <atsushi at ximian.com>
2009-12-26 Atsushi Enomoto <atsushi at ximian.com>
2009-12-26 Atsushi Enomoto <atsushi at ximian.com>
2009-12-26 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Astushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-06 Atsushi Enomoto <atsushi at ximian.com>
2010-01-07 Atsushi Enomoto <atsushi at ximian.com>
2010-01-07 Astushi Enomoto <atsushi at ximian.com>
2010-01-07 Atsushi Enomoto <atsushi at ximian.com>
2010-01-07 Atsushi Enomoto <atsushi at ximian.com>
2010-01-07 Atsushi Enomoto <atsushi at ximian.com>
2010-01-08 Atsushi Enomoto <atsushi at ximian.com>
2010-01-08 Atsushi Enomoto <atsushi at ximian.com>
2010-01-08 Atsushi Enomoto <atsushi at ximian.com>
2010-01-08 Atsushi Enomoto <atsushi at ximian.com>
2010-01-09 Atsushi Enomoto <atsushi at ximian.com>
2010-01-10 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
forgot ChangeLog.
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-12 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Astushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
forgot to commit.
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-13 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Astushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-15 Atsushi Enomoto <atsushi at ximian.com>
2010-01-18 Atsushi Enomoto <atsushi at ximian.com>
2010-01-19 Atsushi Enomoto <atsushi at ximian.com>
2010-01-19 Atsushi Enomoto <atsushi at ximian.com>
2010-01-19 Atsushi Enomoto <atsushi at ximian.com>
2010-01-20 Atsushi Enomoto <atsushi at ximian.com>
2010-01-20 Atsushi Enomoto <atsushi at ximian.com>
2010-01-20 Atsushi Enomoto <atsushi at ximian.com>
2010-01-20 Atsushi Enomoto <atsushi at ximian.com>
2010-01-20 Atsushi Enomoto <atsushi at ximian.com>
2010-01-21 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-22 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-25 Atsushi Enomoto <atsushi at ximian.com>
2010-01-26 Atsushi Enomoto <atsushi at ximian.com>
2010-01-26 Atsushi Enomoto <atsushi at ximian.com>
2010-01-26 Atsushi Enomoto <atsushi at ximian.com>
2010-01-26 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-27 Atsushi Enomoto <atsushi at ximian.com>
2010-01-28 Atsushi Enomoto <atsushi at ximian.com>
2010-01-28 Atsushi Enomoto <atsushi at ximian.com>
2010-01-28 Atsushi Enomoto <atsushi at ximian.com>
2010-01-28 Atsushi Enomoto <atsushi at ximian.com>
2010-02-02 Atsushi Enomoto <atsushi at ximian.com>
2010-02-02 Atsushi Enomoto <atsushi at ximian.com>
2010-02-02 Atsushi Enomoto <atsushi at ximian.com>
2010-02-03 Astushi Enomoto <atsushi at ximian.com>
2010-02-04 Atsushi Enomoto <atsushi at ximian.com>
2010-02-04 Atsushi Enomoto <atsushi at ximian.com>
2010-02-04 Atsushi Enomoto <atsushi at ximian.com>
2010-02-04 Atsushi Enomoto <atsushi at ximian.com>
2010-02-04 Astushi Enomoto <atsushi at ximian.com>
2010-02-05 Atsushi Enomoto <atsushi at ximian.com>
2010-02-05 Atsushi Enomoto <atsushi at ximian.com>
2010-02-05 Atsushi Enomoto <atsushi at ximian.com>
2010-02-05 Atsushi Enomoto <atsushi at ximian.com>
2010-02-05 Atsushi Enomoto <atsushi at ximian.com>
2010-02-08 Atsushi Enomoto <atsushi at ximian.com>
2010-02-08 Atsushi Enomoto <atsushi at ximian.com>
2010-02-08 Atsushi Enomoto <atsushi at ximian.com>
2010-02-09 Atsushi Enomoto <atsushi at ximian.com>
2010-02-09 Atsushi Enomoto <atsushi at ximian.com>
2010-02-09 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Astushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
tiny changelog correction.
2010-02-10 Astushi Enomoto <atsushi at ximian.com>
sigh, just disable it. make dist is somehow broken.
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
after getting no answer on irc and rather being asked to fix build, I figured
2010-02-11 Atsushi Enomoto <atsushi at ximian.com>
2010-02-16 Atsushi Enomoto <atsushi at ximian.com>
2010-02-17 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-18 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Atsushi Enomoto <atsushi at ximian.com>
2010-02-19 Astushi Enomoto <atsushi at ximian.com>
2010-02-22 Atsushi Enomoto <atsushi at ximian.com>
2010-02-22 Atsushi Enomoto <atsushi at ximian.com>
2010-02-23 Atsushi Enomoto <atsushi at ximian.com>
2010-02-23 Atsushi Enomoto <atsushi at ximian.com>
2010-02-23 Atsushi Enomoto <atsushi at ximian.com>
2010-02-23 Atsushi Enomoto <atsushi at ximian.com>
2010-02-24 Atsushi Enomoto <atsushi at ximian.com>
2010-02-24 Atsushi Enomoto <atsushi at ximian.com>
2010-02-24 Atsushi Enomoto <atsushi at ximian.com>
2010-02-26 Atsushi Enomoto <atsushi at ximian.com>
2010-02-26 Atsushi Enomoto <atsushi at ximian.com>
2010-02-26 Atsushi Enomoto <atsushi at ximian.com>
2010-02-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-01 Atsushi Enomoto <atsushi at ximian.com>
2010-03-02 Atsushi Enomoto <atsushi at ximian.com>
2010-03-03 Atsushi Enomoto <atsushi at ximian.com>
2010-03-03 Atsushi Enomoto <atsushi at ximian.com>
2010-03-03 Atsushi Enomoto <atsushi at ximian.com>
2010-02-10 Atsushi Enomoto <atsushi at ximian.com>
2010-03-03 Atsushi Enomoto <atsushi at ximian.com>
2010-03-03 Atsushi Enomoto <atsushi at ximian.com>
2010-03-04 Atsushi Enomoto <atsushi at ximian.com>
2010-03-04 Atsushi Enomoto <atsushi at ximian.com>
2010-03-04 Atsushi Enomoto <atsushi at ximian.com>
2010-03-04 Atsushi Enomoto <atsushi at ximian.com>
2010-03-04 Atsushi Enomoto <atsushi at ximian.com>
2010-03-08 Atsushi Enomoto <atsushi at ximian.com>
2010-03-08 Atsushi Enomoto <atsushi at ximian.com>
2010-03-08 Atsushi Enomoto <atsushi at ximian.com>
2010-03-09 Atsushi Enomoto <atsushi at ximian.com>
2010-03-09 Atsushi Enomoto <atsushi at ximian.com>
2010-03-09 Atsushi Enomoto <atsushi at ximian.com>
2010-03-10 Atsushi Enomoto <atsushi at ximian.com>
2010-03-10 Atsushi Enomoto <atsushi at ximian.com>
2010-03-10 Atsushi Enomoto <atsushi at ximian.com>
2010-03-10 Atsushi Enomoto <atsushi at ximian.com>
2010-03-12 Atsushi Enomoto <atsushi at ximian.com>
2010-03-11 Atsushi Enomoto <atsushi at ximian.com>
2010-03-11 Atsushi Enomoto <atsushi at ximian.com>
forgot to add.
2010-03-11 Atsushi Enomoto <atsushi at ximian.com>
2010-03-11 Atsushi Enomoto <atsushi at ximian.com>
2010-03-12 Atsushi Enomoto <atsushi at ximian.com>
2010-03-12 Atsushi Enomoto <atsushi at ximian.com>
2010-03-15 Astushi Enomoto <atsushi at ximian.com>
2010-03-15 Atsushi Enomoto <atsushi at ximian.com>
2010-03-15 Astushi Enomoto <atsushi at ximian.com>
2010-03-15 Atsushi Enomoto <atsushi at ximian.com>
2010-03-15 Atsushi Enomoto <atsushi at ximian.com>
2010-03-15 Atsushi Enomoto <atsushi at ximian.com>
2010-03-16 Atsushi Enomoto <atsushi at ximian.com>
2010-03-16 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-17 Atsushi Enomoto <atsushi at ximian.com>
2010-03-18 Atsushi Enomoto <atsushi at ximian.com>
2010-03-18 Atsushi Enomoto <atsushi at ximian.com>
2010-03-19 Atsushi Enomoto <atsushi at ximian.com>
2010-03-19 Atsushi Enomoto <atsushi at ximian.com>
initial checkin for new assembly.
2010-03-23 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-24 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-25 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-26 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-29 Atsushi Enomoto <atsushi at ximian.com>
2010-03-30 Atsushi Enomoto <atsushi at ximian.com>
2010-03-30 Atsushi Enomoto <atsushi at ximian.com>
2010-03-30 Atsushi Enomoto <atsushi at ximian.com>
2010-03-30 Atsushi Enomoto <atsushi at ximian.com>
2010-04-01 Atsushi Enomoto <atsushi at ximian.com>
2010-04-01 Atsushi Enomoto <atsushi at ximian.com>
2010-04-01 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-02 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-05 Atsushi Enomoto <atsushi at ximian.com>
2010-04-06 Atsushi Enomoto <atsushi at ximian.com>
2010-04-06 Atsushi Enomoto <atsushi at ximian.com>
2010-04-06 Atsushi Enomoto <atsushi at ximian.com>
2010-04-06 Atsushi Enomoto <atsushi at ximian.com>
2010-04-07 Atsushi Enomoto <atsushi at ximian.com>
initial checkin.
2010-04-08 Atsushi Enomoto <atsushi at ximian.com>
another bunch of implementation.
2010-04-08 Atsushi Enomoto <atsushi at ximian.com>
ongoing implementation.
ongoing implementation.
2010-04-09 Atsushi Enomoto <atsushi at ximian.com>
ongoing implementation.
2010-04-09 Atsushi Enomoto <atsushi at ximian.com>
ongoing implementation: TypeConverter support
implemented XamlXmlWriter.
2010-04-10 Atsushi Enomoto <atsushi at ximian.com>
XamlObjectReader implementation.
2010-04-11 Atsushi Enomoto <atsushi at ximian.com>
2010-04-11 Atsushi Enomoto <atsushi at ximian.com>
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
further type system implementation.
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
2010-04-12 Atsushi Enomoto <atsushi at ximian.com>
2010-04-13 Atsushi Enomoto <atsushi at ximian.com>
2010-04-13 Atsushi Enomoto <atsushi at ximian.com>
XamlObjectWriter implementation.
2010-04-13 Atsushi Enomoto <atsushi at ximian.com>
implement ValueSerializer.
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
XamlXmlReader implementation.
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
implemented XamlTypeName.
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
implement TypeExtensionConverter and several fixes around.
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-14 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-15 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-16 Atsushi Enomoto <atsushi at ximian.com>
2010-04-18 Atsushi Enomoto <atsushi at ximian.com>
2010-04-18 Atsushi Enomoto <atsushi at ximian.com>
2010-04-18 Atsushi Enomoto <atsushi at ximian.com>
2010-04-18 Atsushi Enomoto <atsushi at ximian.com>
2010-04-19 Atsushi Enomoto <atsushi at ximian.com>
2010-04-19 Atsushi Enomoto <atsushi at ximian.com>
2010-04-20 Atsushi Enomoto <atsushi at ximian.com>
2010-04-20 Astushi Enomoto <atsushi at ximian.com>
2010-04-20 Atsushi Enomoto <atsushi at ximian.com>
2010-04-20 Atsushi Enomoto <atsushi at ximian.com>
2010-04-20 Atsushi Enomoto <atsushi at ximian.com>
2010-04-20 Atsushi Enomoto <atsushi at ximian.com>
2010-04-21 Atsushi Enomoto <atsushi at ximian.com>
2010-04-21 Atsushi Enomoto <atsushi at ximian.com>
2010-04-21 Atsushi Enomoto <atsushi at ximian.com>
2010-04-21 Astushi Enomoto <atsushi at ximian.com>
2010-04-21 Atsushi Enomoto <atsushi at ximian.com>
2010-04-22 Atsushi Enomoto <atsushi at ximian.com>
2010-04-22 Atsushi Enomoto <atsushi at ximian.com>
2010-04-22 Atsushi Enomoto <atsushi at ximian.com>
2010-04-22 Atsushi Enomoto <atsushi at ximian.com>
2010-04-22 Atsushi Enomoto <atsushi at ximian.com>
2010-04-23 Atsushi Enomoto <atsushi at ximian.com>
2010-04-23 Atsushi Enomoto <atsushi at ximian.com>
2010-04-23 Atsushi Enomoto <atsushi at ximian.com>
2010-04-23 Atsushi Enomoto <atsushi at ximian.com>
2010-04-23 Astushi Enomoto <atsushi at ximian.com>
2010-04-24 Atsushi Enomoto <atsushi at ximian.com>
2010-04-26 Atsushi Enomoto <atsushi at ximian.com>
2010-04-26 Atsushi Enomoto <atsushi at ximian.com>
2010-04-26 Atsushi Enomoto <atsushi at ximian.com>
2010-04-28 Atsushi Enomoto <atsushi at ximian.com>
2010-04-28 Atsushi Enomoto <atsushi at ximian.com>
2010-04-28 Atsushi Enomoto <atsushi at ximian.com>
2010-04-28 Atsushi Enomoto <atsushi at ximian.com>
2010-04-30 Atsushi Enomoto <atsushi at ximian.com>
2010-05-11 Atsushi Enomoto <atsushi at ximian.com>
check in the stubs that was written while waiting for several windows builds.
2010-05-12 Atsushi Enomoto <atsushi at ximian.com>
2010-05-12 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Andreia Gaita <avidigal at novell.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-17 Atsushi Enomoto <atsushi at ximian.com>
2010-05-17 Atsushi Enomoto <atsushi at ximian.com>
2010-05-17 Atsushi Enomoto <atsushi at ximian.com>
2010-05-18 Atsushi Enomoto <atsushi at ximian.com>
2010-05-18 Atsushi Enomoto <atsushi at ximian.com>
2010-05-19 Atsushi Enomoto <atsushi at ximian.com>
2010-05-19 Atsushi Enomoto <atsushi at ximian.com>
2010-05-19 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-21 Atsushi Enomoto <atsushi at ximian.com>
2010-05-24 Atsushi Enomoto <atsushi at ximian.com>
2010-05-24 Atsushi Enomoto <atsushi at ximian.com>
2010-05-25 Atsushi Enomoto <atsushi at ximian.com>
this bug had nothing to do with it.
2010-05-26 Atsushi Enomoto <atsushi at ximian.com>
2010-05-26 Atsushi Enomoto <atsushi at ximian.com>
2010-05-26 Atsushi Enomoto <atsushi at ximian.com>
2010-05-27 Atsushi Enomoto <atsushi at ximian.com>
2010-05-27 Atsushi Enomoto <atsushi at ximian.com>
2010-05-27 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Astushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-05-31 Atsushi Enomoto <atsushi at ximian.com>
2010-05-31 Atsushi Enomoto <atsushi at ximian.com>
2010-05-31 Atsushi Enomoto <atsushi at ximian.com>
2010-06-01 Atsushi Enomoto <atsushi at ximian.com>
2010-06-01 Atsushi Enomoto <atsushi at ximian.com>
2010-06-02 Atsushi Enomoto <atsushi at ximian.com>
2010-06-02 Atsushi Enomoto <atsushi at ximian.com>
2010-06-03 Atsushi Enomoto <atsushi at ximian.com>
2010-06-03 Atsushi Enomoto <atsushi at ximian.com>
2010-06-03 Atsushi Enomoto <atsushi at ximian.com>
2010-06-04 Atsushi Enomoto <atsushi at ximian.com>
2010-06-04 Atsushi Enomoto <atsushi at ximian.com>
Fix bug #612191, patch by Carlos Martin.
2010-06-14 Atsushi Enomoto <atsushi at ximian.com>
2010-06-14 Atsushi Enomoto <atsushi at ximian.com>
2010-06-14 Atsushi Enomoto <atsushi at ximian.com>
2010-06-14 Atsushi Enomoto <atsushi at ximian.com>
2010-05-28 Atsushi Enomoto <atsushi at ximian.com>
2010-06-15 Atsushi Enomoto <atsushi at ximian.com>
2010-06-16 Atsushi Enomoto <atsushi at ximian.com>
2010-06-16 Atsushi Enomoto <atsushi at ximian.com>
2010-06-17 Atsushi Enomoto <atsushi at ximian.com>
2010-06-17 Atsushi Enomoto <atsushi at ximian.com>
2010-06-17 Atsushi Enomoto <atsushi at ximian.com>
2010-06-17 Atsushi Enomoto <atsushi at ximian.com>
2010-06-18 Atsushi Enomoto <atsushi at ximian.com>
2010-06-18 Atsushi Enomoto <atsushi at ximian.com>
2010-06-18 Atsushi Enomoto <atsushi at ximian.com>
2010-06-21 Atsushi Enomoto <atsushi at ximian.com>
2010-06-21 Atsushi Enomoto <atsushi at ximian.com>
2010-06-21 Atsushi Enomoto <atsushi at ximian.com>
2010-06-21 Atsushi Enomoto <atsushi at ximian.com>
2010-06-21 Atsushi Enomoto <atsushi at ximian.com>
2010-06-22 Atsushi Enomoto <atsushi at ximian.com>
2010-06-22 Atsushi Enomoto <atsushi at ximian.com>
propset eol-style:native.
more eol-style:native.
2010-06-23 Atsushi Enomoto <atsushi at ximian.com>
2010-06-23 Atsushi Enomoto <atsushi at ximian.com>
2010-06-23 Atsushi Enomoto <atsushi at ximian.com>
2010-06-23 Atsushi Enomoto <atsushi at ximian.com>
2010-06-23 Atsushi Enomoto <atsushi at ximian.com>
2010-06-24 Atsushi Enomoto <atsushi at ximian.com>
2010-06-24 Atsushi Enomoto <atsushi at ximian.com>
2010-06-24 Atsushi Enomoto <atsushi at ximian.com>
2010-06-24 Atsushi Enomoto <atsushi at ximian.com>
2010-06-25 Atsushi Enomoto <atsushi at ximian.com>
2010-06-28 Astushi Enomoto <atsushi at ximian.com>
should be !NET_2_1.
I had some hack in this library too.
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-06-30 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-02 Atsushi Enomoto <atsushi at ximian.com>
2010-07-05 Atsushi Enomoto <atsushi at ximian.com>
2010-07-05 Atsushi Enomoto <atsushi at ximian.com>
2010-07-05 Atsushi Enomoto <atsushi at ximian.com>
move old code to temporary dir (keep them for a while for reference.)
2010-07-05 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
2010-07-06 Atsushi Enomoto <atsushi at ximian.com>
couple of warning cleanups.
2010-07-08 Atsushi Enomoto <atsushi at ximian.com>
2010-07-08 Atsushi Enomoto <atsushi at ximian.com>
2010-07-08 Atsushi Enomoto <atsushi at ximian.com>
2010-07-08 Atsushi Enomoto <atsushi at ximian.com>
2010-07-08 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-09 Atsushi Enomoto <atsushi at ximian.com>
2010-07-12 Atsushi Enomoto <atsushi at ximian.com>
2010-07-12 Astushi Enomoto <atsushi at ximian.com>
moved bunch of security internal classes to System.ServiceModel.Channels.Security directory.
(forgot to add new ChangeLog)
more internal namespace moving.
move MessageSecurityBindingSupport.cs too.
2010-07-12 Atsushi Enomoto <atsushi at ximian.com>
2010-07-13 Atsushi Enomoto <atsushi at ximian.com>
2010-07-14 Atsushi Enomoto <atsushi at ximian.com>
2010-07-14 Atsushi Enomoto <atsushi at ximian.com>
2010-07-14 Atsushi Enomoto <atsushi at ximian.com>
add new 2.1-only directory.
this too.
this too.
remove extra package line and add it to each profile directory.
updated to the latest code from Mono.Security.
batch commit from local git changes.
fill missing members in Mtom / ongoing sslnego WS-Trust work.
2010-07-23 Atsushi Enomoto <atsushi at ximian.com>
2010-07-23 Atsushi Enomoto <atsushi at ximian.com>
Merge branch 'master' of github.com:mono/mono
2010-07-23 Atsushi Enomoto <atsushi at ximian.com>
2010-07-23 Atsushi Enomoto <atsushi at ximian.com>
2010-07-26 Atsushi Enomoto <atsushi at ximian.com>
2010-07-26 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
2010-07-27 Atsushi Enomoto <atsushi at ximian.com>
ongoing sys.sm.discovery work.
KnownTypes should return the actual types.
For IXmlSerializable types it should first try static GetSchema() for QName. WS-DD uses it.
fix exception type and make nunit tests pass.
Implement DiscoveryMessageSequence* types serialization.
support Uri in WriteValue().
implement FindCriteria serialization (deserialization is not yet).
oops, they should not write wrapper element twice.
EncoderFallback support in UTF8Encoding. Fixed bug #565129 and regression in d961246.
Merge branch 'master' of github.com:mono/mono
Cosmetic corcompare fix.
implement MessageEncodingBindingElement.GetProperty<T>().
ongoing endpoint implementation.
flush ongoing hack. add UDP transport. Headers on configuration sources.
Fix pinvoked function name and marshaling of MIB stats.
Fix infinite loop in .ctor. Use simpler way to check IPv4 availability.
add new AddServiceEndpoint() overload in 4.0.
ongoing AnnouncementService work.
ongoing UdpAnnouncementEndpoint work.
Add new constructors in 4.0.
ChannelFactory<T> and ClientBase<T> do not reject ServiceEndpoint with null Binding or Address.
ongoing AnnouncementClient implementation.
Do not try to create InnerChannel while retrieving State. It tries to change the state itself and moreover causes invalid operations.
Do not try to create InnerChannel when not necessary. Add more AnnouncementClient tests.
ChannelDispatcherBase could be non-ChannelDispatcher. In WCF Discovery such type actually seems to exist, so it's not theoretical anymore.
ongoing announcement and discovery work as well as several bugfixes.
ongoing DiscoveryEndpoint work.
forgot to add some files.
Add simplex Discovery contract interfaces.
Add contract existence check when calling AddServiceEndpoint(ServiceEndpoint).
ContractDescription aren't compared decently. Compare their types instead.
Implement discovery contract interfaces in DiscoveryService.
Flush DiscoveryProxy work.
Do not expect non-null ChannelDispatcherBase.Listener property.
implement ServiceDiscoveryBehavior and EndpointDiscoveryBehavior.
Request-reply channel factory should not reject one-way operation. It should just ignore the void reply.
Add ServiceDiscoveryBehavior hosting test case.
Implemented basic UDP transport.
Do not overwrite Via URI on ClientRuntime after applying behaviors.
Several fixes to get client Via URI used correctly.
Use correct Uri to connect in UDP client.
UdpClient.Receive() often returns null. Not sure this undocumented behavior is correct, but workaround anyways.
TargetInvocationException is often unexpected. Throw InnerException if applicable.
Use expected MessageVersion for OutgoingMessageHeaders (and raise errors whenever expected).
Made a couple of listener channel fixes.
ongoing DiscoveryClient work. May need further contract fixes.
When closing the listeners, TryDequeueRequest() could be somehow invoked after the listener entry was removed, so expect null search result.
ongoing Announcement fixes. Now it accepts messages from .NET AnnouncementClient (does not process them yet).
Hello message does not have ProbeMatchType, so it is optional.
Disable separate loop for HttpListener context acquisition. It prevents HttpStandaloneChannelListener from closing itself.
Fire AnnouncementService events when messages are arrived.
Ongoing discovery client and service implementation.
ongoing DiscoveryClientBindingElement implementation.
Avoid NRE when ServiceEndpoint neither have Binding nor Contract.
flush pending DiscoveryClientBindingElement work.
Add missing constructors (new in 4.0 ones as well as old 3.0 ones).
Prepare duplex client types for Adhoc mode for DiscoveryClient.
Add timeout in duplex (UDP) client. Set Via URI to not raise scheme mismatch.
Add IsSystemEndpoint property and treat system endpoints as non-service.
They are system endpoints.
Add integrated test case.
XmlWriterSettings could be null.
Use XmlConvert.EncodeLocalName() to not introduce xml syntax violation for not-WF member names.
ISerializable type didn't iterate all base types to pick up all target fields.
Add workaround for bug #633945. On Windows async operation does not work.
Add not-working code for TransferMode support.
Fix bogus discovery contract wrapper names.
Add TimeSpan support in Read*ContentAs() methods.
Uri was also not supported in Read*ContentAs().
Fix a couple of Hello/Probe serialization issues.
Avoid NRE when converting contract-based instances to contract-neutral objects. Add Windows async workaround all around to not block further hacking.
implement Find operation in request-reply contract in Discovery Service, using FindRequestContext.
Add IdentityElement implementation and some supplemental extension methods for discovery.
Add a bunch of missing configuration members etc. based on corcompare results.
Allow empty element in ReadElementContent*() e.g. for empty list.
Use CollectionDataContractAttribute.ItemName for collection item serialization.
Add another roundtrip case.
Couple of fixes in FindCriteria and relevant contract types for Find operation.
Fix parameter order for TempAsyncResult.
Fill Duration value. Got managed mode use case working.
Throw EndpointNotFoundException when it cannot connect to the remote server.
Close AnnouncementService in the test cases. Assert that relevant ports become available.
moonlight build workaround: smcs somehow rejects to compile this code.
Repeat UDP message sending, and do not process duplicate messages received. Makes UDP transmit robust.
Cosmetic exception type change and suppress test failures.
Add some argument check. RemoteAddress could be null for callback client runtime channel.
Fix another non-null RemoteAddress dependency.
Ongoing Discovery duplex (UDP) implementation (not working yet).
Fix NetworkInterface marshaling size on OSX and avoid crash.
Avoid crash for use of deprecated InstallTrackingHandler in Snow Leopard.
It should not fail to generate client proxy generation for having two "IsRequest=false" messages (it is set only in ContractDescriptionGenerator).
Avoid holding WebRequest. This should fix part of bug #636500.
Ongoing WCF discovery configuration implementation.
Remove unnecessary common types (as they are imported from internal-visible ones).
Add lacking property initializer.
Implement discovery version converter.
Cosmetic warning cleanups.
Add missing members and implement most of it.
Flush ongoing WCF Discovery configuration work.
Remove USE_DATA_CONTRACT_IMPORTER conditional compilation flag.
implemented large parts of WCF standard endpoints and configuration support.
Remove Console.WriteLine.
Avoid crash by missing config attributes.
Add new properties in 4.0.
ongoing standard endpoint configuration support work.
Add NET_4_0.
add more NET_4_0.
Add the trickiest line that had me; AddElementName is not on ConfigurationProperty here.
Contract is settable in 4.0.
Return new instance.
Implement some additional logic around AddServiceEndpoint() to achive standard endpoint support.
Add ProtocolMapping support.
Merge branch 'master' of github.com:mono/mono
Add working .svc handler in 4.0 web.config, fix standard endpoint handling and get xsp4 working.
ProtocolMapping needed config section, default items and support in ServiceHostBase.
Add missing Properties property.
Fix (isolate) internal namespace for Udp transport.
Override IsContentTypeSupported() in per-encoding-binding-element implementation to work as expected.
Filter requests only by paths, excluding host and port.
Fix duplex proxy constructor arg names.
Assign identical operation name for each contract version so that they don't conflict each other.
Rework TCP listening model, and fix AcceptTcpClient() to not drop timed out requests that actually steals next requests in the air.
TCP channel listener: remove extra complication (threads) in the previous change.
Fix the issue that callback contract often gets confused by picking unexpected contract type.
[wcf discovery] Use appropriate MessageVersion defined in DiscoveryVersion.
[wcf-discovery] Fix MessageEncoder retrieval, failure on EndReceive and ExclusiveAddressUse.
[wcf-discovery] ExclusiveAddressUse won't work. AcceptChannel() should nreturn null when it is being closed.
Add some missing StructLayoutAttributes.
Add missing members.
Add DataContractResolver stuff (dummy), and fix Id reference from inside the referenced object.
Remove extra call to HttpResponse.Flush() which would crash.
[wcf] serialization member namespace was wrong when root namesp ace is given. Fixed possible infinite loop during DefaultTypeMap initialization.
Remove old code.
rename source file.
A couple of fixes around XamlSchemaContext.GetXamlType(XamlTypeName) and get XamlXmlReader pass with unknown type names.
remove extraneous reference to sys.configuration.
Get constructor arguments (x:Arguments) working on XamlXmlWriter and XamlObjectReader.
Handle Initialization correctly.
Adjust namespace prefix indexes as it is repeatedly used. (It could result in duplicate prefix.)
Implement DataContractResolver support. At least TryResolveType in serializer should work.
Get List<int> working with XamlXmlReader and XamlObjectWriter.
Fix DataContractResolver.ResolveName() support in deserializer. Add roundtrip test.
Do not overwrite properly configured ServiceBehaviorElement.Name.
When finding SerializationMap for resolved type, use type as the key rather than name.
Add ContentProperty support in XamlXmlReader. Add some testcases.
Use MarkupExtension.ProvideValue() so that XamlObjectReader can return expected Result. Implement internal IXamlNameResolver for Reference resolution.
Add more complicated state transition to XamlXmlReader and now it can handle GetObject.
Significant XamlObjectWriter rewrite for solid state transition. And now it supports Array(Extension) and other MarkupExtension types.
Do not reject contract from the same method, could happen by a type with multiple service contracts within the typie hierarchy.
Add couple of (not-working) object reader testcases. Add some comments and commented code on XamlObjectReader.
Add missing file.
Eliminate IReplyChannel dependency in security support and make room for (TCP) duplex channel.
Add SecurityDuplexSessionChannel, and making room for duplex channel, phase 2.
Fill NetTcpBinding security implementation a bit.
Implement NetTcpBinding.CanBuildChannelFactory/Listener and several related stuff.
The previous changes somehow regressed on olive samples, so give quick fixes.
Enable SecurityBindingElement.CanBuildChannelListener implementation again with fix.
Fix 2.1 build.
fixity fix.
Support ArrayExtension Items and GetObject node in XamlObjectReader.
Differentiate Instance property and internal object stack to retrieve properties.
Remove wrong stack push of members.
Write null value as NullExtension regardless of its member type.
For empty collection, do not put meaningless Items member and GetObject.
enable one more test.
XamlXmlWriter.WriteValue() accepts only string.
Take TypeConverter into consideration in XamlObjectReader.
Several fixes for types that include static members.
XmlDocument.InnerText is overriden to explicitly throw IOE in 4.0.
Enable working test (that was blocked just by XmlDocument API).
StaticExtension also puts PositionalParameters (not sure why, but it's like TypeExtension).
Handle x:* attributes and look for standard directives in XamlXmlReader. Factory method got working.
Implement FactoryMethod and Arguments support in XamlObjectWriter.
Array takes ArrayExtension shape and thus won't reach here, so remove NIE.
Add Dictionary reader test and made some fixes towards it.
Make XamlType.GetMember() and XamlType.GetAllMembers() consistent. Return Items for Dictionary.
Add complicated dictionary state and support dictionary in XamlObjectReader.
Add System.Security.Authentication.ExtendedProtection stubs, referenced by WCF 4.0.
ExtendedProtection Configuration types are also used in WCF 4.0.
Add ExtendedProtectionPolicy members. Required by .config files by .NET svcutil.
Forgot #if NET_4_0.
Add #if NET_2_1 and SupportFaults member for Silverlight SlSvcUtil proxy.
Add some WCF types in moonlight_raw System.Xml.Serialization.dll.
Remove ExtensionData from moonlight proxy.
Async end operation needs cast.
Make generated type names unique.
Void event should not have Result of type void.
Since event arg type name can be EventArgs1, do not match by type name. Check rather base type instead.
OnEndXxx() methods should not try to let void return to a local variable.
Make generated type names unique.
Don't put KnownTypeAttributes on enums.
Small refactoring on enumerating message schema element contents.
It should not have to import all schema elements, but those only used by contracts.
We can use ImportAllEndpoints().
Add a couple of writer tests (NotWorking) and fixed XamlServices to not omit xmldecl.
Write some special names back when writing xaml to XmlWriter.
Refactoring namespace declaration output for getting .NET-like attribute output.
Add PositionalParameters tests (NotWorking).
checkin forgotten files.
Improve namespace collector implementation to prepare for positional parameters.
ItemType returns Value item for Dictionary type.
Add Dictionary related tests.
XamlLanguage.Items is not correctly supported in XamlObjectReader.
Fix wrong lookup base call.
Uncommend code that prohibits XamlMemberInvoker.GetValue() on XamlDirective.
Move member ordering code to LookupAllMembers().
Add a few more default value tests.
Some internal refactoring for new XamlObjectReader implementation.
Remove extra DateTime handling and add some rules for PositionalParameters.
Add more complicated PositionalParameters test (which actually does not use it).
Add another couple of MarkupExtension related tests.
Use ArrayList like .NET (no practical changes).
Fix XamlType.Name to take TypeArguments into consideration.
Add more object reader tests with corner cases.
Add empty List<int> case.
Collected tested types into a new file.
Add GetItems tests for collection invoker.
Introduce new XamlObjectReader implementation.
Fix JsonWriterTest.WriteRaw() regression. WriteRaw() is (looking) almost identical to WriteString() here.
GetAllMSeveral fixes regarding property readability and writability.
More compliant ordering of GetAllMembers() results. ConstructorArguments and PositionalParameters go first.
Make it strict to apply PositionalParameters to limit to only simple arguments.
Added some notes on how we can use and/or test this XamlReader under .NET.
(Finally) replace old XamlObjectReader implementation with new one.
Remove old code.
Add tests for all types that are tested for XamlObjectReader (mostly NotWorking).
Move around some members (to correct/appropriate places) for isolated xaml writer implementation.
Extracted PrefixLookup to another file. Add more XamlTypeName.ToString() tests.
Move XamlType-generic PositionalParameter stuff from XamlObjectReader-specific source for writer support.
indent text xml.
MarkupExtension type xml names are omitted their "Extension" parts.
Add new XamlXmlWriter implementation. Marked some as NotWorking while removed a lot.
Implement member pending at StartMember when it should be indeterminant. Lots of code cleanup.
Add support for ContentPropertyAttribute (e.g. Reference) in XamlXmlWriter.
Dictionary key might be inappropriately serialized into an attribute.
Fixed member order in Dictionary key and item in XamlObjectReader.
Forgot to remove old internal stuff.
Fix PositionalParameter serialization in collections.
Fix attribute state management to handle x:Key inside MarkupExtension correctly.
Fix positional parameter argument output location check.
Forgot to add a test xml.
Fix generic XamlTypeName output and GetType() to get some xml reader case working.
Making XamlObjectReader tests for common basis to XamlXmlReader.
Add and/or altered a bunch of XamlXmlReader tests based on common reader tests.
removed xml output code (mostly harmless but could break xml files).
Fix readonly collection check (should use IsWritePublic).
Split XamlNode.cs to object-reader specific code and else.
Remove extra copy lines.
Remove old code (overwrite).
When collection instance returned null, do not try to GetItems().
XamlMember.TypeConverter should return correct converter now.
Add new ValueSerializerContext and use it everywhere appropriate.
Add test for writing PropertyDefinition.
Actually XamlXmlReader was already working for PropertyDefinition.
Add support for MarkupExtension attribute in XamlXmlReader.
Fix XamlMember comparison and get relevant tests working.
Extension types may have omitted "Extension" from XML name.
XamlSchemaContext.GetXamlType(XamlTypeName) now resolves assemblies then types.
Fix wrong attribute value string indexing.
Return XamlLanguage.Items for dictionary and ContentProperty as implicit member.
Pass IValueSerializerContext as ITypeDescriptorContext.
Use CanConvertTo(typeof(string)) before converting to string. Add Object writer tests.
Make string convertibility check more strictly.
cleaning up some FIXMEs.
Removed unused code / commented out unused test lines.
Remove for-object-writer-only code from common non-object writer base.
ContentProperty will just show up as an ordinal property, so no need to worry here.
Remove some illogical hacks in GetSerializerFor().
Made a couple of PositionalParameter related fixes, disabling test, etc.
Consider PositionalParametesr in XamlObjectWriter.
Get object instantiation correctly invoked when non-constructive StartMember is invoked.
Add test for writing string and native Type value as PositionalParameters.
Add missing test file.
Rewrote ValueSerializer.GetSerializerFor() with couple of tests.
Add TypeValueSerializer, as it does not seem to work fine with TypeConverter. And tests.
Gave up finding "correct" way to deserialize XamlType and made it special case :(
Avoid examining converted type after using TypeConverter. Add ArgumentAttributed test for object writer.
Support x:Arguments in XamlObjectWriter.
Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
Merge branch 'myeisha-xml-fixes'
The test is network dependent.
Remove unnecessary code. String type check is only for XamlXmlWriter.
Fix TypeValueSerializer and ValueSerializerContext to work fine with XamlObjectWriter.
Call OnWriteStratObject() after pushing current state.
Implement XamlType.CanAssignTo(). Remove extra writer state members.
Parse() and ToString() array type name correctly.
Merge branch 'master' of github.com:mono/mono
ParseNameList() failed to parse nested generic type names.
Eliminate XamlObjectWriter-dependent test lines.
More changes for XamlObjectWriter unification.
Add refresh XamlObjectWriter implementation.
Remove extra CWL.
Do not add 'zzz' to all DateTime formats blindly. Fixed bug #655089.
Add not-working tets for some MarkupExtension wrapper types.
Add List of Type test case, and some FIXMEs.
Add missing test xml files.
Refactoring Instance handling for consistent MarkupExtension reading.
TypeExtension and StaticExtension should now be correctly written and read.
Return different instances of XmlSchemaInfo for each validated node in XmlSchemaValidatingReader.
Implemented XDocument.Validate().
Handle more type conversion.
Use AttributeSchemaType as it is 2.0 API. This fixes incorrectly skipped type validation.
Support attribute validation.
Extract XamlObjectReaderTest class into another file. Files are to be renamed.
Renamed test files.
Add another reader/writer test, for List of Array.
Add another test xml file.
Do not retrive properties with get parameters (indexers).
Fill List's implementation details gap.
Call GetObject only once per current member.
empty namespace should be successfully parsed.
Add another XData test case.
Add name reference test (not working).
Add test xml files.
Add name reference tests to all readers/writers.
Make room for XamlNameResolver in XamlObjectReader, and some related changes.
Members are not ordered by collection kind.
Implemented reference support (almost working, except for Reference contents).
Now object reader returns PositionalParameters for non-root Reference objects.
Rename source.
Split internal base class into new file.
name resolver could also be name provider.
Implemented Reference resolution in XamlObjectWriter.
Add missing files.
Enable another test.
Finally got XData tests that make sense. Implemented IsXData.
Add missing xml file.
Add another couple of IXmlSerializable tests.
Implemented XData object reader support. Add missing test files.
XData support in XamlXmlWriter.
Implement XData support in XamlXmlReader.
Implemented XData support in XamlObjectWriter.
Fix enum serialization too.
add missing method in IAmbientProvider.
Add experimental "#if NET_2_1" mode (it builds w/o s.x.permissions).
For IXmlSerializable/XData, Instance property returns null (!)
Implement XamlType.GetAllAttachableProperties() and family, except for events.
Add attachable event support in XamlType (not yet in readers and writers).
Implemented support for attached properties in xamlreaders and xamlwriters.
Use DateTime ToBinary() and FromBinary() for DateTime serialization.
Several fixes in XNodeNavigator to pass XPath tests from System.Xml.
Add another bunch of tests from XPathNavigatorTests.
Add tests from XPathNavigatorEvaluateTests.
Fix incorrect internal node cleanup in MoveToRoot(). Fixed bug #654433.
Actually we have almost what we need on mobile profiles.
AssemblyPath support, patch by Michel Faucault.
Fix ToDateTime() with serialization mode to not mess hour based on timezone.
Fix cygwin build.
backport JavaScriptObjectDeserializer encoding detection fix.
add public NetTcpSecurity .ctor() and close #667429.
Fixed bug #666872; XElement.Changed and .Changing were not triggered.
Do not return DocumentFragment from AppendChild() etc. Fixed bug #666249.
in NET_4_0, remove types that went into System.Xaml.dll. Change build order.
quick build workaround.
Members in the base type in different namespace are serialized in base ns.
Serialize non-mapped message parameter as body content. Part of bug #656020 fix.
Fix template match logic to first check HTTP-method-matching ones.
Enable duplicate "UriMatched" error check, with couple of FIXMEs.
Read body content if required. Fixed all issues in bug #656020.
Sessions should not be keyed by MessageId but be done by channel SessionId.
Rename InstanceBhavior, too ambiguous among IXxxBehavior interfaces.
And rename source file name.
Fix regression, avoid null key.
Make sure to close session once the client opened one.
Avoid possible list modification error during close process.
Implemented a couple of async methods in InstanceContext as well as disposing.
Manage opened proxy channels and close them when ChannelFactory is closed.
Members in the base type in different namespace are serialized in base ns.
standard endpoint and protocol mapping support were lacking at client side.
Implement GetInheritedContracts(), towards bugfix #668089.
Now operations are collected per corresponding ContractDescription.
Callback contract should be distinguished from others for DispatchOperation.
Duplex client has its own listener loop, so special care on reply is needed.
handle IsTerminating.
Open and close client/service runtime channels in chains. Fixed bug #663278.
Contract-based type must ensure that the base type is also contract-based.
There's a tricky namespace-mismatching deserialization in .NET implementation.
For complexType simpleContent restriction, fill attributes from base type.
Simple content restriction was not validated when it is in further reference.
Fix bug #661400 - fix complicated namespace resolution issue.
Support ServiceKnownTypes. Fixed another case on bug #652331.
Recent ContractDescription fix uncovered wrong contracts in discovery.
Fix wrong async completion handling in UDP channel receive.
Fix a couple of addressing namespace fixes (found in April2005 version).
support UdpTranspoerSettings.MulticastInterfaceId. This should fix bug #669328.
Bassam Tabbara (1):
Fix for 666225
Ben Maurer (954):
Updated by TortoiseCVS
Added myself
oops
Made monostyle.cs able to run on itself.
Ok, it seem that the last patch did not fix everything. This one should
* ArrayList.cs
Made ArrayList.GetRange () make a wrapper around the array list, like Microsoft does. Fixes bug #39724.
*** empty log message ***
* AUTHORS: Added self
* Directory.cs (GetLogicalDrives) Marked as MonoTODO
PathTest.cs
2003-05-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-08 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-11 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-18 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-21 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-21 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-22 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-27 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-05-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-02 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-04 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-08 Ben Maurer <bmaurer at users.sourceforge.net>
Oops, wrong format.
Change back the copyright. I guess I should not look for a carrear as a lawyer ;-)
FINALLY!
2003-06-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-06-20 Ben Maurer <bmaurer at users.sourceforge.net>
Ignore user's files
2003-07-24 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-28 Ben Maurer <bmaurer at users.sourceforge.net>
fix the build
Here comes managed XSLT! WOOOOOHOOOOOO!
2003-07-29 Ben Maurer <bmaurer at users.sourceforge.net>
build fix for jackson
forgot to commit this before. dont worry, am not slacking ;-)
2003-07-30 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-30 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-07-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-01 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-01 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-04 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-04 Ben Maurer <bmaurer at users.sourceforge.net>
type s/null/""
2003-08-04 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-04 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-05 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-07 Ben Maurer <bmaurer at users.sourceforge.net>
003-08-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
forgot to add
2003-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
forgot to commit
2003-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
i will write change logs correctly
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
Passed file through bug filter (aka, gonzalo)
Passed file though syntax checker (aka, gonzalo) ;-).
003-08-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-20 Ben Maurer <bmaurer at users.sourceforge.net>
Small typo
2003-08-21 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-21 Ben Maurer <bmaurer at users.sourceforge.net>
Get attributes working correctly for text output (Oleg).
2003-08-21 Ben Maurer <bmaurer at users.sourceforge.net>
Remove HighWaterStack for the time being.
forgot to update this
Moving build to use the 1.1 target, per Miguel's request.
.cvsignore update
2003-08-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-08-28 Ben Maurer <bmaurer at users.sourceforge.net>
Oleg's output patch
autogen jay
initial pattern work
WOOOOHOOOO PATTERNS WORK
Template priority; flush XmlWriter
typo fixing
2003-09-01 Ben Maurer <bmaurer at users.sourceforge.net>
typo correction
Fixed typo; thanks Miguel for bug report
that was just a pathetic bug...
2003-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
buggies
performance hacking
thanks tberman, nice catch of the warning
Optimize
more optimization
Dont make function call to StringBuffer
Flush after you use it
make one, not two calls to the hashtable
optimize collection allocation
No IEnumerators, please
XSLT will never be able to tell the XPathResultType of a variable, so lets just save the lookup
Boxing is evil
Memory conservation in AVTs
Resolve local variables at compile time in XSLT. 2x speed on TOH test
*** empty log message ***
lots o optimizations
tons of regressions char + long == char
get static context to Pattern
pass context to Evaluate* so that we dont have to clone the expression
reduce enumerator allocation
2003-09-15 Ben Maurer <bmaurer at users.sourceforge.net>
compliance work: attribset
2003-09-16 Ben Maurer <bmaurer at users.sourceforge.net>
fix nullref when using in global context
impl sum & translate
2003-09-19 Ben Maurer <bmaurer at users.sourceforge.net>
NaN.ToString () != INF.
2003-09-19 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-20 Ben Maurer <bmaurer at users.sourceforge.net>
making optimizatons in preperation for Jackson's jay patch
so *this* is why c# has definate assignment@
fix up //
paren matching
2003-09-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-27 Ben Maurer <bmaurer at users.sourceforge.net>
2003-09-27 Ben Maurer <bmaurer at users.sourceforge.net>
remove old debug check
warning --> error for html output (just use xml
2003-10-08 Ben Maurer <bmaurer at users.sourceforge.net>
build fix
2003-10-13 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-18 Ben Maurer <bmaurer at users.sourceforge.net>
Lots-o-stubbing
add some .cvsignore files
2003-10-21 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-21 Ben Maurer <bmaurer at users.sourceforge.net>
render the next month button so that aligns to the right
typo fix
2003-10-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-10-26 Ben Maurer <bmaurer at users.sourceforge.net>
typo
2003-10-29 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-02 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-04 Ben Maurer <bmaurer at users.sourceforge.net>
add WebResource.axd support
2003-11-06 Ben Maurer <bmaurer at users.sourceforge.net>
more interfaces
implement for v2
get this in sync
2003-11-07 Ben Maurer <bmaurer at users.sourceforge.net>
get #if stuff right
2003-11-08 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-08 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-09 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-09 Ben Maurer <bmaurer at users.sourceforge.net>
v2 stuff
2003-11-09 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-09 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-11 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-11 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-11 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-11 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-11 Ben Maurer <bmaurer at users.sourceforge.net>
recursion fixing
recursion
2003-11-14 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-16 Ben Maurer <bmaurer at users.sourceforge.net>
shutup, cvs
2003-11-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-17 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-17 Ben Maurer <bmaurer at users.sourceforge.net>
I am reverting todd's patch because it kills the build on the generics tree
2003-11-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-21 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-22 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-22 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-22 Ben Maurer <bmaurer at users.sourceforge.net>
add sources
2003-11-25 Ben Maurer <bmaurer at users.sourceforge.net>
update sources
2003-11-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-11-27 Ben Maurer <bmaurer at users.sourceforge.net>
some work on msxml script
2003-11-27 Ben Maurer <bmaurer at users.sourceforge.net>
bug fixie
2003-11-30 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-02 Ben Maurer <bmaurer at users.sourceforge.net>
Revert Martin's patch using generics, see the email to ximian-mono-list
revert
2003-12-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-07 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-08 Ben Maurer <bmaurer at users.sourceforge.net>
get corlib times in here
2003-12-08 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-08 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-08 Ben Maurer <bmaurer at users.sourceforge.net>
add a profile target
de-warn-ify
2003-12-11 Ben Maurer <bmaurer at users.sourceforge.net>
build fix
2003-12-12 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-20 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-20 Ben Maurer <bmaurer at users.sourceforge.net>
oops
cvsignoreify
oops
2003-12-22 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-23 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-23 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-23 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-24 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-25 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-26 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-27 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-27 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
forgot to remove dead code
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-28 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-29 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-29 Ben Maurer <bmaurer at users.sourceforge.net>
ok, so i did not need a +1 there; i hate off by one errors
2003-12-30 Ben Maurer <bmaurer at users.sourceforge.net>
We fail on this variation of CS0121, where an interface has two identical methods from base interfaces, leaving an ambigious call
2003-12-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-31 Ben Maurer <bmaurer at users.sourceforge.net>
2003-12-31 Ben Maurer <bmaurer at users.sourceforge.net>
we do not report cs0229 at all really
another way we dont catch cs0121
2004-01-01 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-01 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-02 Ben Maurer <bmaurer at users.sourceforge.net>
more stuff
add info about generational GC
group all the memory related stuff together, add boxing info
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
my change log was incorrect
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-03 Ben Maurer <bmaurer at users.sourceforge.net>
backing out change
unbackout with bugfix
we fail some error testing here
typo fix
add mono-develop
2004-01-12 Ben Maurer <bmaurer at users.sourceforge.net>
miscommit
2004-01-18 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-19 Ben Maurer <bmaurer at users.sourceforge.net>
2004-01-19 Ben Maurer <bmaurer at users.sourceforge.net>
build fix
2004-02-12 Ben Maurer <bmaurer at users.sourceforge.net>
here ya go, miggy
build fix
2004-02-15 Ben Maurer <bmaurer at users.sourceforge.net>
2004-02-23 Ben Maurer <bmaurer at users.sourceforge.net>
explain
2004-02-27 Ben Maurer <bmaurer at users.sourceforge.net>
add regression test
2004-03-07 Ben Maurer <bmaurer at users.sourceforge.net>
add monop here
add monop
new tests
2004-03-11 Ben Maurer <bmaurer at users.sourceforge.net>
make work on MS
show base types
sort
2004-03-14 Ben Maurer <bmaurer at users.sourceforge.net>
more friendlyification
add gtk#
structs
code cleanup
support for events
buffer
2004-03-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-20 Ben Maurer <bmaurer at users.sourceforge.net>
test for fp comparison
build fixie for 1.2
2004-03-22 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-22 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-22 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-22 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-24 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-24 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-25 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-25 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-25 Ben Maurer <bmaurer at users.sourceforge.net>
build fix for 1.2 prof
2004-03-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-28 Ben Maurer <bmaurer at users.sourceforge.net>
test case
2004-03-28 Ben Maurer <bmaurer at users.sourceforge.net>
more test
2004-03-28 Ben Maurer <bmaurer at users.sourceforge.net>
revert -- breaks build
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
get the right #
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
move along now
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
Monop: the all requrests station
2004-04-01 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-01 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-05 Ben Maurer <bmaurer at users.sourceforge.net>
build fixes, someone should do the correct thing...
cls happyfication
2004-04-10 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-18 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-19 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-27 Ben Maurer <bmaurer at users.sourceforge.net>
a bit cleaner
2004-04-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-29 Ben Maurer <bmaurer at users.sourceforge.net>
readonly-lovin'
const/readonly lovin'
...
constify
2004-04-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-04-30 Ben Maurer <bmaurer at users.sourceforge.net>
oops
2004-04-30 Ben Maurer <bmaurer at users.sourceforge.net>
constify
readonlyificate
more readonly/const
some nice little micro-benchmarks
version
ver
shhhhh
2004-05-07 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-07 Ben Maurer <bmaurer at users.sourceforge.net>
new cases for stuff I have been working on
fix build
2004-05-13 Ben Maurer <bmaurer at users.sourceforge.net>
move on now
share runtime code, r=zoltan
2004-05-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-23 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-24 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-25 Ben Maurer <bmaurer at users.sourceforge.net>
test the regression
import .6
fixeypoo
2004-05-30 Ben Maurer <bmaurer at users.sourceforge.net>
add this
2004-05-30 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-31 Marek Safar <marek.safar at seznam.cz>
revert this patch, it broke the build
2004-05-30 Ben Maurer <bmaurer at users.sourceforge.net>
disable this for now
hush little baby, dont say a word
add multi-6
2004-06-02 Ben Maurer <bmaurer at users.sourceforge.net>
2004-06-12 Ben Maurer <bmaurer at users.sourceforge.net>
2004-06-16 Ben Maurer <bmaurer at ximian.com>
*** empty log message ***
2004-06-17 Ben Maurer <bmaurer at ximian.com>
new test
2004-06-18 Ben Maurer <bmaurer at ximian.com>
more v2 classes some workarounds are here for gmcs bugs
2004-06-23 Ben Maurer <bmaurer at ximian.com>
test case for 60669
2004-06-25 Ben Maurer <bmaurer at ximian.com>
Add some new benchmarks. They will be added to the makefile after the freeze
the runtime part of the intrinsic OffsetToStringData patch
2004-06-30 Ben Maurer <bmaurer at ximian.com>
2004-07-06 Ben Maurer <bmaurer at ximian.com>
2004-07-06 Ben Maurer <bmaurer at ximian.com>
2004-07-06 Ben Maurer <bmaurer at ximian.com>
document about gc roots in C
build fix
build fix
First part of the GC patch
2004-07-09 Ben Maurer <bmaurer at ximian.com>
2004-07-09 Ben Maurer <bmaurer at ximain.com>
2004-07-09 Ben Maurer <bmaurer at ximian.com>
2004-07-09 Ben Maurer <bmaurer at ximian.com>
2004-07-09 Ben Maurer <bmaurer at ximian.com>
remove useless stuff
2004-07-09 Miguel de Icaza <miguel at ximian.com>
new test
merge
2004-07-12 Ben Maurer <bmaurer at ximian.com>
2004-07-14 Ben Maurer <bmaurer at ximain.com>
2004-07-16 Ben Maurer <bmaurer at ximain.com>
2004-07-16 Ben Maurer <bmaurer at ximain.com>
2004-07-16 Ben Maurer <bmaurer at ximian.com>
comment this
2004-07-22 Ben Maurer <bmaurer at ximian.com>
2004-07-22 Ben Maurer <bmaurer at ximian.com>
docs
2004-07-27 Ben Maurer <bmaurer at ximain.com>
2004-07-28 Ben Maurer <bmaurer at ximian.com>
2004-07-28 Ben Maurer <bmaurer at ximian.com>
2004-07-29 Ben Maurer <bmaurer at ximian.com>
2004-07-29 Ben Maurer <bmaurer at ximian.com>
head -n4 ChangeLog
2004-07-30 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
fix
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-03 Ben Maurer <bmaurer at ximian.com>
2004-08-14 Ben Maurer <bmaurer at ximian.com>
2004-08-14 Ben Maurer <bmaurer at ximian.com>
hush cvs
2004-08-14 Ben Maurer <bmaurer at ximian.com>
2004-08-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-17 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-17 Ben Maurer <bmaurer at users.sourceforge.net>
thread local alloc
2004-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-18 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-19 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-20 Ben Maurer <bmaurer at users.sourceforge.net>
commentify for miggypoo
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-27 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-27 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-27 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-28 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-26 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-31 Ben Maurer <bmaurer at users.sourceforge.net>
Support short forms of push imm
2004-08-30 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-02 Ben Maurer <bmaurer at users.sourceforge.net>
ignorify
2004-09-02 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
oops
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-05 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
fix this
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
fix warning
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Dick Porter <dick at ximian.com>
Decision to follow knuth over ms results
Decision to follow knuth over ms results
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-06 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-07 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-07 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-07 Ben Maurer <bmaurer at users.sourceforge.net>
2004-08-29 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
2004-09-11 Ben Maurer <bmaurer at users.sourceforge.net>
oops
2004-09-12 Ben Maurer <bmaurer at ximian.com>
2004-09-12 Ben Maurer <bmaurer at ximian.com>
2004-09-12 Ben Maurer <bmaurer at ximian.com>
2004-09-25 Ben Maurer <bmaurer at ximian.com>
2004-09-25 Ben Maurer <bmaurer at ximian.com>
2004-09-29 Ben Maurer <bmaurer at ximian.com>
2004-09-29 Ben Maurer <bmaurer at ximian.com>
2004-10-02 Ben Maurer <bmaurer at ximian.com>
2004-10-02 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
build fixeroo
2004-10-03 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Ben Maurer <bmaurer at ximian.com>
build-fix
2004-10-17 Ben Maurer <bmaurer at ximian.com>
2004-10-27 Ben Maurer <bmaurer at ximian.com>
2004-10-27 Ben Maurer <bmaurer at ximian.com>
2004-10-28 Ben Maurer <bmaurer at ximian.com>
2004-11-01 Ben Maurer <bmaurer at ximian.com>
2004-11-02 Ben Maurer <bmaurer at ximian.com>
test for that bug
oops
2004-11-02 Ben Maurer <bmaurer at ximian.com>
fix this up for the migster
2004-11-04 Ben Maurer <bmaurer at ximian.com>
2004-11-04 Ben Maurer <bmaurer at ximian.com>
2004-11-04 Ben Maurer <bmaurer at ximian.com>
2004-11-04 Ben Maurer <bmaurer at ximian.com>
2004-11-04 Ben Maurer <bmaurer at ximian.com>
2004-11-05 Ben Maurer <bmaurer at ximian.com>
oops missed one
2004-11-05 Ben Maurer <bmaurer at ximian.com>
2004-11-06 Ben Maurer <bmaurer at ximian.com>
2004-11-06 Ben Maurer <bmaurer at ximian.com>
2004-11-06 Ben Maurer <bmaurer at ximian.com>
2004-11-06 Ben Maurer <bmaurer at ximian.com>
2004-11-07 Ben Maurer <bmaurer at ximian.com>
2004-11-07 Ben Maurer <bmaurer at ximian.com>
wack-a-mole time...
2004-11-07 Ben Maurer <bmaurer at ximian.com>
2004-11-07 Ben Maurer <bmaurer at ximian.com>
2004-11-07 Ben Maurer <bmaurer at ximian.com>
warning fix
wack-a-mole
2004-11-07 Ben Maurer <bmaurer at ximian.com>
fix this
generics doesnt like me...
fix
2004-11-08 Ben Maurer <bmaurer at ximian.com>
2004-11-08 Ben Maurer <bmaurer at ximian.com>
a few warning fixes
revert the stackalloc part of the patch -- it is not in favor with the security guys ;-)
2004-11-08 Ben Maurer <bmaurer at ximian.com>
add static, thansk mig
merge all of this from head
2004-11-08 Ben Maurer <bmaurer at ximian.com>
merge
2004-11-08 Ben Maurer <bmaurer at ximian.com>
merge
2004-11-08 Ben Maurer <bmaurer at ximian.com>
2004-11-11 Ben Maurer <bmaurer at ximian.com>
2004-11-11 Ben Maurer <bmaurer at ximian.com>
2004-11-12 Ben Maurer <bmaurer at ximian.com>
2004-11-13 Ben Maurer <bmaurer at ximian.com>
2004-11-13 Ben Maurer <bmaurer at ximian.com>
* reflection.c: Remove *_ATOMIC macros. We really shouldn't
2004-11-14 Ben Maurer <bmaurer at ximian.com>
2004-11-14 Ben Maurer <bmaurer at ximian.com>
2004-11-22 Ben Maurer <bmaurer at ximian.com>
2004-11-23 Ben Maurer <bmaurer at ximian.com>
2004-11-23 Ben Maurer <bmaurer at ximian.com>
fix this
2004-11-25 Ben Maurer <bmaurer at ximian.com>
this wanst a gmcs bug
In mcs:
2004-11-25 Ben Maurer <bmaurer at ximian.com>
try this
2004-11-27 Ben Maurer <bmaurer at ximian.com>
2004-11-29 Ben Maurer <bmaurer at ximian.com>
(ves_icall_System_Environment_get_TickCount): No need for #if
2004-11-29 Ben Maurer <bmaurer at ximian.com>
fix up $ type stuff that got left over from cvs2svn. This will not come back again
In Test/System.IO:
2004-12-05 Ben Maurer <bmaurer at ximian.com>
2004-12-06 Ben Maurer <bmaurer at ximian.com>
2004-12-06 Ben Maurer <bmaurer at ximian.com>
2004-12-06 Ben Maurer <bmaurer at ximian.com>
2004-12-07 Ben Maurer <bmaurer at ximian.com>
eol style
eol style
eol style
2004-12-11 Ben Maurer <bmaurer at ximian.com>
In mini:
2004-12-12 Ben Maurer <bmaurer at ximian.com>
In tools/locale-builder:
2004-12-13 Ben Maurer <bmaurer at ximian.com>
less unsafe code
shhh
Revert, per Miguel
Reverting r37935, see my coments on mono-devel-list
some warning silence
2004-12-19 Ben Maurer <bmaurer at ximian.com>
oops, fucked up that commit
* mini.c (ip_in_bb): new method.
* mini-x86.c (peephole_pass): Peephole pass to make
* mini.c (type_to_eval_stack_type): Make this handle the void type
2004-12-20 Ben Maurer <bmaurer at ximian.com>
(handle_loaded_temps): Do not create a temporary variable for
2004-12-20 Ben Maurer <bmaurer at ximian.com>
* mini-x86.c (mono_arch_output_basic_block): Rather than
2004-12-20 Ben Maurer <bmaurer at ximian.com>
* Hashtable.cs (Find): Before calling KeyEquals, check to see if k
* Hashtable.cs: Remove GetImpl and inline it.
* Hashtable.cs (Find): Some minor optimizations here.
In metadata:
2004-12-21 Ben Maurer <bmaurer at ximian.com>
* iltests.il: New test for LDELEMA on an array of ref types.
2004-12-21 Ben Maurer <bmaurer at ximian.com>
2004-12-21 Ben Maurer <bmaurer at ximian.com>
2004-12-21 Ben Maurer <bmaurer at ximian.com>
* Hashtable.cs (get_Item): duplicate Find here, as we can
* mini.c (mono_method_to_ir): It turns out that some of the
2004-12-23 Ben Maurer <bmaurer at ximian.com>
2004-12-23 Ben Maurer <bmaurer at ximian.com>
2004-12-23 Ben Maurer <bmaurer at ximian.com>
2004-12-24 Ben Maurer <bmaurer at ximian.com>
2004-12-24 Ben Maurer <bmaurer at ximian.com>
* metadata-internals.h, marshal.c, reflection.c: More
2004-12-25 Ben Maurer <bmaurer at ximian.com>
2004-12-26 Ben Maurer <bmaurer at ximian.com>
2004-12-27 Ben Maurer <bmaurer at ximian.com>
uh add this
2004-12-27 Ben Maurer <bmaurer at ximian.com>
* Stack.cs: Stupid bug fixes.
In .:
2005-01-02 Ben Maurer <bmaurer at ximian.com>
2005-01-03 Ben Maurer <bmaurer at ximian.com>
2005-01-08 Ben Maurer <bmaurer at ximian.com>
2005-01-15 Ben Maurer <bmaurer at ximian.com>
2005-01-21 Ben Maurer <bmaurer at ximian.com>
2005-01-21 Ben Maurer <bmaurer at ximian.com>
2005-01-22 Ben Maurer <bmaurer at ximian.com>
2005-01-22 Ben Maurer <bmaurer at ximian.com>
2005-01-22 Ben Maurer <bmaurer at ximian.com>
* outline.cs (OutlineProperty) handle mixed accessability.
typo
undo all those hacks I added for 2.0
2005-01-24 Ben Maurer <bmaurer at ximian.com>
build error here, revert until fixed
oops, build systemf fuck up
In System.Collections.Generic:
In mono/metadata:
2005-01-31 Ben Maurer <bmaurer at ximian.com>
2005-01-31 Ben Maurer <bmaurer at ximian.com>
2005-02-02 Ben Maurer <bmaurer at ximian.com>
In Test/System:
patch revering stupidity
2005-02-03 Ben Maurer <bmaurer at ximian.com>
2005-02-05 Ben Maurer <bmaurer at ximian.com>
* mono-debug-debugger.c: use iters
2005-02-05 Ben Maurer <bmaurer at ximian.com>
* object.c: Use iters.
oops
* marshal.c: Iter usage.
* monodiet.c: More iters!
2005-02-06 Ben Maurer <bmaurer at ximian.com>
2005-02-07 Ben Maurer <bmaurer at ximian.com>
apparently, what I did was wrong
2005-02-09 Ben Maurer <bmaurer at ximian.com>
2005-02-09 Ben Maurer <bmaurer at ximian.com>
fixes for tests that fail
2005-02-12 Ben Maurer <bmaurer at ximian.com>
remove unreliable stuff
In System:
In mono/metadata:
* Boolean.cs (CompareTo): make this really work for generics
oops
2005-02-12 Ben Maurer <bmaurer at ximian.com>
* Version.cs (CompareTo, Equals): Make sure the versions for
fix hang
remove .cvsignore, as this is not used anymore
2005-02-16 Ben Maurer <bmaurer at ximian.com>
threading tests fuck 2.0, news at 11
NotWorking fixes for 2.0
more failing tests
0 failures here. YAY
avoid writing stuff to the assembly dir. use the temp folder
typo
2005-02-19 Ben Maurer <bmaurer at ximian.com>
2005-02-21 Ben Maurer <bmaurer at ximian.com>
2005-03-08 Ben Maurer <bmaurer at ximian.com>
2005-03-09 Ben Maurer <bmaurer at ximian.com>
chmod +x monogrind.pl
2005-03-09 Ben Maurer <bmaurer at ximian.com>
2005-03-20 Ben Maurer <bmaurer at ximian.com>
2005-03-26 Ben Maurer <bmaurer at ximian.com>
* configure.in: Use mono_libdir rather than libdir in
Use mono_libdir to avoid confustion
2005-04-01 Ben Maurer <bmaurer at ximian.com>
2005-04-02 Ben Maurer <bmaurer at ximian.com>
In .:
In .:
Do a move to kill signs of hackishness
2005-04-04 Ben Maurer <bmaurer at ximian.com>
2005-04-16 Ben Maurer <bmaurer at ximian.com>
new test
disable fixup crap until this works on ppc
fix up for when corlib changes versions
2005-04-23 Ben Maurer <bmaurer at ximian.com>
2005-04-25 Ben Maurer <bmaurer at ximian.com>
2005-04-25 Ben Maurer <bmaurer at ximian.com>
2005-04-29 Ben Maurer <bmaurer at ximian.com>
2005-04-30 Ben Maurer <bmaurer at ximian.com>
2005-04-30 Ben Maurer <bmaurer at ximian.com>
2005-04-30 Ben Maurer <bmaurer at ximian.com>
In Test/System.IO:
In Test/System.Text:
fix eol
stupid eol
save teh changelog from trouble
In Test/System.Reflection:
In System:
2005-05-08 Ben Maurer <bmaurer at ximian.com>
2005-05-09 Ben Maurer <bmaurer at ximian.com>
In System:
2005-05-20 Ben Maurer <bmaurer at ximian.com>
fix dist
2005-05-20 Ben Maurer <bmaurer at ximian.com>
2005-05-21 Ben Maurer <bmaurer at ximian.com>
2004-10-03 Gert Driesen <drieseng at users.sourceforge.net>
2005-05-21 Ben Maurer <bmaurer at ximian.com>
2005-05-21 Ben Maurer <bmaurer at ximian.com>
2005-05-22 Ben Maurer <bmaurer at ximian.com>
2005-05-22 Ben Maurer <bmaurer at ximian.com>
2005-05-25 Ben Maurer <bmaurer at ximian.com>
2005-05-25 Ben Maurer <bmaurer at ximian.com>
2005-05-25 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
new test; changelog eol sanity.
2005-05-26 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
* Encoding.cs: Use static object for locking. `volatile' to
2005-05-26 Ben Maurer <bmaurer at ximian.com>
2005-05-26 Ben Maurer <bmaurer at ximian.com>
locking fixes
lock fixes
locking fixes
locking fixes
locking fixes
lock fixing
eek. locking on strings
2005-05-28 Ben Maurer <bmaurer at ximian.com>
re-enable now that it is fixed
2005-05-30 Ben Maurer <bmaurer at ximian.com>
2005-05-30 Ben Maurer <bmaurer at ximian.com>
2005-06-01 Ben Maurer <bmaurer at ximian.com>
DUH
2005-06-01 Ben Maurer <bmaurer at ximian.com>
2005-06-04 Ben Maurer <bmaurer at ximian.com>
2005-06-04 Ben Maurer <bmaurer at ximian.com>
* *.cs: More 2.0 API fixups
2005-06-04 Ben Maurer <bmaurer at ximian.com>
* corlib.dll.sources: IEqualityComparer, etc
fix failure
oops
2005-06-05 Ben Maurer <bmaurer at ximian.com>
2005-06-06 Ben Maurer <bmaurer at ximian.com>
2005-06-06 Ben Maurer <bmaurer at ximian.com>
Bye
dist fix
depreciated
depreciated
depreciated
depreciated
depreciated
depreciated
* mono.spec.in: Remove. This is horribly out of date. A real spec
2005-06-08 Ben Maurer <bmaurer at ximian.com>
2005-06-08 Ben Maurer <bmaurer at ximian.com>
2005-06-09 Ben Maurer <bmaurer at ximian.com>
fix freeze
re-disable stuff
warnings
2005-06-10 Ben Maurer <bmaurer at ximian.com>
tag stuff noworking
NotWorking stuff
fix
fix distcheck
fix distcheck
another test thats not working...
distcheck fix
2005-06-12 Ben Maurer <bmaurer at ximian.com>
bump
bump
oops
In mono/tests:
Remove copy and paste reuse for Locale.cs.
more copy and paste reuse going away
* configure.in: echo the version number to
use the version from configure.in
fix up dist build
oops
2005-06-15 Ben Maurer <bmaurer at ximian.com>
* configure.in: Another attempt at the portable "find libX11.so"
more locale stuff
last time, I promise
2005-06-18 Ben Maurer <bmaurer at ximian.com>
remove s.xml. It doesn't really pass
fix fc4
In Test/System.Text:
correction to the changelog
2005-06-22 Ben Maurer <bmaurer at ximian.com>
line endings
In System.Collections:
eol style
2005-06-26 Ben Maurer <bmaurer at ximian.com>
2005-06-26 Ben Maurer <bmaurer at ximian.com>
remove svn:executable from .cs files
remove executable bit from changelogs
remove .cvsignore from everywhere, as it is useless on svn
more executable bits
more executable bits
more executable bits
one more
don't polute the cwd
use unix paths
make s.d tests pass by ignoring failures
S.Data works yay
tests may not use the cwd for temp files
new file
use test configuration thingy
oops
2005-06-27 Ben Maurer <bmaurer at ximian.com>
add mono.c5
ignore non-working tests
add System
oops
more stuff that is somehow failing now
consistant line endings
be less verbose
line ending sanity
2005-06-27 Ben Maurer <bmaurer at ximian.com>
2005-06-28 Ben Maurer <bmaurer at ximian.com>
2005-06-28 Elliott Draper <el at eldiablo.co.uk>
2005-06-29 Ben Maurer <bmaurer at ximian.com>
2005-06-29 Ben Maurer <bmaurer at ximian.com>
2005-06-29 Ben Maurer <bmaurer at ximian.com>
2005-06-29 Ben Maurer <bmaurer at ximian.com>
rename a la miguel
rename
2005-06-30 Ben Maurer <bmaurer at ximian.com>
2005-06-30 Ben Maurer <bmaurer at ximian.com>
2005-06-30 Ben Maurer <bmaurer at ximian.com>
(wait_for_tids_or_state_change): We were using the wrong variable
2005-07-03 Ben Maurer <bmaurer at ximian.com>
2005-07-03 Ben Maurer <bmaurer at ximian.com>
2005-07-03 Ben Maurer <bmaurer at ximian.com>
* *: begin support for 2.0
2005-07-03 Ben Maurer <bmaurer at ximian.com>
* outline.cs: Support for methods with generic parameters.
2005-07-04 Ben Maurer <bmaurer at ximian.com>
* outline.cs: use tabs, not spaces, for indentation.
* outline.cs: filter out interfaces in generic constraint clauses
2005-07-04 Ben Maurer <bmaurer at ximian.com>
you can't depend on gtk# having been installed
2005-07-04 Ben Maurer <bmaurer at ximian.com>
2005-07-05 Ben Maurer <bmaurer at ximian.com>
2005-07-07 Ben Maurer <bmaurer at ximian.com>
Gonzalito from Ben's computer
2005-07-09 Ben Maurer <bmaurer at ximian.com>
* outline.cs: Friendly display of ifaces on -d
typo ;-)
* outline.cs: Actually get the namespacing conditions right so
2005-07-10 Ben Maurer <bmaurer at ximian.com>
add more todos
sort
2005-07-16 Ben Maurer <bmaurer at ximian.com>
keep make check working
2005-07-19 Ben Maurer <bmaurer at ximian.com>
this didn't save teh warning as i could have sworn it did
2005-07-19 Ben Maurer <bmaurer at ximian.com>
eol
eol
2005-07-26 Ben Maurer <bmaurer at ximian.com>
2005-08-19 Ben Maurer <bmaurer at novell.com>
2005-08-22 Ben Maurer <bmaurer at ximian.com>
2005-08-04 Ben Maurer <bmaurer at ximian.com>
Add
Tests
Add
round one
round two
native
2005-09-11 Ben Maurer <bmaurer at ximian.com>
2005-09-22 Ben Maurer <bmaurer at ximian.com>
oops
In Test/System.Web.UI:
chmod -x
eol-style
fix formatting
In mono/metadata:
* class-internals.h (mono_field_is_deleted): Do the test for
In Test/System.IO:
2005-10-10 Ben Maurer <bmaurer at ximian.com>
In System:
keep ctest working (I use it out of habit :-)
update after Zoltan's change
2005-12-02 Ben Maurer <bmaurer at ximian.com>
In mcs:
In mini:
2005-12-05 Ben Maurer <bmaurer at ximian.com>
In mono/metadata:
In gmcs:
2006-01-12 Ben Maurer <bmaurer at andrew.cmu.edu>
2006-01-12 Ben Maurer <bmaurer at andrew.cmu.edu>
In Microsoft.Win32.SafeHandles:
In Test/System.IO:
2006-01-13 Ben Maurer <bmaurer at andrew.cmu.edu>
In Test/System.IO:
no +x
2006-10-25 Ben Maurer <bmaurer at andrew.cmu.edu>
Benjamin Jemlich (1):
2004-04-15 Benjamin Jemlich <pcgod at gmx.net>
Bernie Solomon (170):
2003-09-22 Bernie Solomon <bernard at ugsolutions.com>
2003-9-22 Bernie Solomon <bernard at ugsolutions.com>
2003-09-24 Bernie Solomon <bernard at ugsolutions.com>
2003-09-24 Bernie Solomon <bernard at ugsolutions.com>
2003-09-24 Bernie Solomon <bernard at ugsolutions.com>
2003-9-24 Bernie Solomon <bernard at ugsolutions.com>
2003-09-25 Bernie Solomon <bernard at ugsolutions.com>
2003-09-30 Bernie Solomon <bernard at ugsolutions.com>
2003-10-02 Bernie Solomon <bernard at ugsolutions.com>
2003-10-03 Bernie Solomon <bernard at ugsolutions.com>
2003-10-03 Bernie Solomon <bernard at ugsolutions.com>
2003-10-04 Bernie Solomon <bernard at ugsolutions.com>
2003-10-06 Bernie Solomon <bernard at ugsolutions.com>
2003-10-07 Bernie Solomon <bernard at ugsolutions.com>
2003-10-07 Bernie Solomon <bernard at ugsolutions.com>
2003-10-07 Bernie Solomon <bernard at ugsolutions.com>
2003-10-08 Bernie Solomon <bernard at ugsolutions.com>
2003-10-09 Bernie Solomon <bernard at ugsolutions.com>
2003-10-09 Bernie Solomon <bernard at ugsolutions.com>
2003-10-09 Bernie Solomon <bernard at ugsolutions.com>
2003-10-12 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-13 Bernie Solomon <bernard at ugsolutions.com>
2003-10-14 Bernie Solomon <bernard at ugsolutions.com>
2003-10-30 Bernie Solomon <bernard at ugsolutions.com>
2003-10-30 Bernie Solomon <bernard at ugsolutions.com>
2003-10-30 Bernie Solomon <bernard at ugsolutions.com>
2003-11-03 Bernie Solomon <bernard at ugsolutions.com>
2003-11-07 Bernie Solomon <bernard at ugsolutions.com>
2003-12-02 Bernie Solomon <bernard at ugsolutions.com>
2003-12-02 Bernie Solomon <bernard at ugsolutions.com>
2003-13-08 Bernie Solomon <bernard at ugsolutions.com>
2003-12-10 Bernie Solomon <bernard at ugsolutions.com>
2003-12-12 Bernie Solomon <bernard at ugsolutions.com>
2003-12-15 Bernie Solomon <bernard at ugsolutions.com>
Left in debug setting by mistake
More debug removed
2003-12-15 Bernie Solomon <bernard at ugsolutions.com>
2003-12-15 Bernie Solomon <bernard at ugsolutions.com>
2003-12-19 Bernie Solomon <bernard at ugsolutions.com>
2003-12-19 Bernie Solomon <bernard at ugsolutions.com>
2003-12-19 Bernie Solomon <bernard at ugsolutions.com>
2003-12-19 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
Initialize handle to InvalidHandle as well
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2003-12-22 Bernie Solomon <bernard at ugsolutions.com>
2004-01-13 Bernie Solomon <bernard at ugsolutions.com>
2004-01-19 Bernie Solomon <bernard at ugsolutions.com>
2004-01-20 Bernie Solomon <bernard at ugsolutions.com>
2004-01-27 Bernie Solomon <bernard at ugsolutions.com>
2004-02-08 Bernie Solomon <bernard at ugsolutions.com>
2004-02-19 Bernie Solomon <bernard at ugsolutions.com>
2004-03-09 Bernie Solomon <bernard at ugsolutions.com>
2004-03-15 Bernie Solomon <bernard at ugsolutions.com>
2004-03-15 Bernie Solomon <bernard at ugsolutions.com>
2004-03-15 Bernie Solomon <bernard at ugsolutions.com>
2004-03-15 Bernie Solomon <bernard at ugsolutions.com>
2004-03-17 Bernie Solomon <bernard at ugsolutions.com>
2004-03-23 Bernie Solomon <bernard at ugsolutions.com>
2004-03-23 Bernie Solomon <bernard at ugsolutions.com>
2004-03-25 Bernie Solomon <bernard at ugsolutions.com>
2004-03-29 Bernie Solomon <bernard at ugsolutions.com>
2004-03-29 Bernie Solomon <bernard at ugsolutions.com>
2004-03-29 Bernie Solomon <bernard at ugsolutions.com>
2004-03-29 Bernie Solomon <bernard at ugsolutions.com>
2004-04-02 Bernie Solomon <bernard at ugsolutions.com>
2004-04-05 Bernie Solomon <bernard at ugsolutions.com>
2004-04-06 Bernie Solomon <bernard at ugsolutions.com>
2004-04-06 Bernie Solomon <bernard at ugsolutions.com>
2004-04-07 Bernie Solomon <bernard at ugsolutions.com>
2004-04-07 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-08 Bernie Solomon <bernard at ugsolutions.com>
2004-04-10 Bernie Solomon <bernard at ugsolutions.com>
2004-04-14 Bernie Solomon <bernard at ugsolutions.com>
2004-04-15 Bernie Solomon <bernard at ugsolutions.com>
2004-04-15 Bernie Solomon <bernard at ugsolutions.com>
2004-04-18 Bernie Solomon <bernard at ugsolutions.com>
2004-04-19 Bernie Solomon <bernard at ugsolutions.com>
2004-04-21 Bernie Solomon <bernard at ugsolutions.com>
* interp.c: reenable instruction tracing for DEBUG_INTERP
2004-04-26 Bernie Solomon <bernard at ugsolutions.com>
2004-04-28 Bernie Solomon <bernard at ugsolutions.com>
2004-04-28 Bernie Solomon <bernard at ugsolutions.com>
2004-04-28 Bernie Solomon <bernard at ugsolutions.com>
2004-04-28 Bernie Solomon <bernard at ugsolutions.com>
2004-04-29 Bernie Solomon <bernard at ugsolutions.com>
2004-04-29 Bernie Solomon <bernard at ugsolutions.com>
2004-04-29 Bernie Solomon <bernard at ugsolutions.com>
2004-05-05 Bernie Solomon <bernard at ugsolutions.com>
2004-05-06 Bernie Solomon <bernard at ugsolutions.com>
2004-05-07 Bernie Solomon <bernard at ugsolutions.com>
2004-05-07 Bernie Solomon <bernard at ugsolutions.com>
2004-05-21 Bernie Solomon <bernard at ugsolutions.com>
2004-07-21 Bernie Solomon <bernard at ugsolutions.com>
2004-07-21 Bernie Solomon <bernard at ugsolutions.com>
2004-07-21 Bernie Solomon <bernard at ugsolutions.com>
forgot Changelog first time
2004-07-21 Bernie Solomon <bernard at ugsolutions.com>
2004-04-21 Bernie Solomon <bernard at ugsolutions.com>
2004-07-26 Bernie Solomon <bernard at ugsolutions.com>
2004-07-27 Bernie Solomon <bernard at ugsolutions.com>
2004-07-29 Bernie Solomon <bernard at ugsolutions.com>
2004-07-29 Bernie Solomon <bernard at ugsolutions.com>
2004-07-30 Bernie Solomon <bernard at ugsolutions.com>
2004-07-31 Bernie Solomon <bernard at ugsolutions.com>
2004-08-02 Bernie Solomon <bernard at ugsolutions.com>
2004-08-04 Bernie Solomon <bernard at ugsolutions.com>
2004-08-05 Bernie Solomon <bernard at ugsolutions.com>
2004-08-05 Bernie Solomon <bernard at ugsolutions.com>
2004-08-05 Bernie Solomon <bernard at ugsolutions.com>
forgot to use tabs
2004-08-05 Bernie Solomon <bernard at ugsolutions.com>
2004-08-06 Bernie Solomon <bernard at ugsolutions.com>
2004-08-06 Bernie Solomon <bernard at Ugsolutions.com>
2004-08-07 Bernie Solomon <bernard at ugsolutions.com>
* mb-parser.jay:
2004-08-07 Bernie Solomon <bernard at ugsolutions.com>
forgot it in last checkin
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
Forgot Test.Sources, use Tabs in EnumB.vb
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
2004-08-11 Bernie Solomon <bernard at ugsolutions.com>
2004-08-14 Bernie Solomon <bernard at ugsolutions.com>
2004-08-14 Bernie Solomon <bernard at ugsolutions.com>
2004-08-19 Bernie Solomon <bernard at ugsolutions.com>
2004-08-23 Bernie Solomon <bernard at ugsolutions.com>
2004-08-23 Bernie Solomon <bernard at ugsolutions.com>
2004-08-25 Bernie Solomon <bernard at ugsolutions.com>
2004-08-26 Bernie Solomon <bernard at ugsolutions.com>
2004-08-30 Bernie Solomon <bernard at ugsolutions.com>
* decl.cs (SetupCache): constructors are not
2004-09-07 Bernie Solomon <bernard at ugsolutions.com>
2004-09-07 Bernie Solomon <bernard at ugsolutions.com>
2004-07-07 Bernie Solomon <bernard at ugsolutions.com>
2004-09-07 Bernie Solomon <bernard at ugsolutions.com>
2004-09-07 Bernie Solomon <bernard at ugsolutions.com>
2004-07-07 Bernie Solomon <bernard at ugsolutions.com>
2004-09-08 Bernie Solomon <bernard at ugsolutions.com>
2004-09-08 Bernie Solomon <bernard at ugsolutions.com>
2004-09-08 Bernie Solomon <bernard at ugsolutions.com>
2004-09-09 Bernie Solomon <bernard at ugsolutions.com>
2004-09-14 Bernie Solomon <bernard at ugsolutions.com>
2004-10-20 Bernie Solomon <bernard at ugsolutions.com>
2004-12-02 Bernie Solomon <bernard at ugsolutions.com>
2005-01-20 Bernie Solomon <bernard at ugsolutions.com>
2005-01-20 Bernie Solomon <bernard at ugsolutions.com>
2005-01-31 Bernie Solomon <bernard at ugsolutions.com>
Bill Holmes (159):
* cs3005-6.cs
2007-03-21 Bill Holmes <billholmes54 at gmail.com>
2007-07-06 William Holmes <billholmes54 at gmail.com>
2007-07-18 William Holmes <billholmes54 at gmail.com>
2007-07-23 William Holmes <billholmes54 at gmail.com>
2007-07-31 William Holmes <billholmes54 at gmail.com>
2007-08-01 William Holmes <billholmes54 at gmail.com>
2007-08-04 William Holmes <billholmes54 at gmail.com>
2007-08-04 William Holmes <billholmes54 at gmail.com>
2007-08-15 William Holmes <billholmes54 at gmail.com>
2007-08-20 William Holmes <billholmes54 at gmail.com>
2007-08-20 William Holmes <billholmes54 at gmail.com>
2007-09-10 William Holmes <billholmes54 at gmail.com>
fixing my ChangeLog mistake
2007-10-17 William Holmes <billholmes54 at gmail.com>
2007-10-20 William Holmes <billholmes54 at gmail.com>
2008-01-31 William Holmes <billholmes54 at gmail.com>
2008-01-31 Bill Holmes <billholmes54 at gmail.com>
2007-03-10 Bill Holmes <billholmes54 at gmail.com>
2007-03-19 Bill Holmes <billholmes54 at gmail.com>
Fixing date in my last ChangeLog entry.
2008-04-04 Bill Holmes <billholmes54 at gmail.com>
2008-05-01 Bill Holmes <billholmes54 at gmail.com>
2008-04-29 Bill Holmes <billholmes54 at gmail.com>
2008-06-02 Bill Holmes <billholmes54 at gmail.com>
2008-06-02 Bill Holmes <billholmes54 at gmail.com>
2008-06-02 William Holmes <billholmes54 at gmail.com>
2008-06-02 Bill Holmes <billholmes54 at gmail.com>
2008-06-05 Bill Holmes <billholmes54 at gmail.com>
2008-06-05 Bill Holmes <billholmes54 at gmail.com>
2008-06-05 Bill Holmes <billholmes54 at gmail.com>
2008-06-05 Bill Holmes <billholmes54 at gmail.com>
2008-06-12 Bill Holmes <billholmes54 at gmail.com>
2008-06-12 Bill Holmes <billholmes54 at gmail.com>
2008-07-07 Bill Holmes <billholmes54 at gmail.com>
2008-07-07 Bill Holmes <billholmes54 at gmail.com>
2008-07-07 Bill Holmes <billholmes54 at gmail.com>
2008-07-07 Bill Holmes <billholmes54 at gmail.com>
2008-07-09 Bill Holmes <billholmes54 at gmail.com>
2008-07-09 Bill Holmes <billholmes54 at gmail.com>
2008-07-10 Bill Holmes <billholmes54 at gmail.com>
2008-07-21 Bill Holmes <billholmes54 at gmail.com>
2008-07-21 Bill Holmes <billholmes54 at gmail.com>
2008-07-21 Bill Holmes <billholmes54 at gmail.com>
2008-07-21 Bill Holmes <billholmes54 at gmail.com>
2008-07-28 Bill Holmes <billholmes54 at gmail.com>
2008-07-28 Bill Holmes <billholmes54 at gmail.com>
2008-07-31 Bill Holmes <billholmes54 at gmail.com>
2008-08-04 Bill Holmes <billholmes54 at gmail.com>
2008-08-04 Bill Holmes <billholmes54 at gmail.com>
2008-08-12 Bill Holmes <billholmes54 at gmail.com>
2008-08-12 Bill Holmes <billholmes54 at gmail.com>
2008-08-20 Bill Holmes <billholmes54 at gmail.com>
2008-08-20 Bill Holmes <billholmes54 at gmail.com>
2008-08-20 Bill Holmes <billholmes54 at gmail.com>
2008-08-27 Bill Holmes <billholmes54 at gmail.com>
2008-08-27 Bill Holmes <billholmes54 at gmail.com>
2008-08-27 Bill Holmes <billholmes54 at gmail.com>
2008-08-28 Bill Holmes <billholmes54 at gmail.com>
2008-09-02 Bill Holmes <billholmes54 at gmail.com>
2008-09-10 Bill Holmes <billholmes54 at gmail.com>
2008-09-10 Bill Holmes <billholmes54 at gmail.com>
2008-09-10 Bill Holmes <billholmes54 at gmail.com>
2008-09-16 Bill Holmes <billholmes54 at gmail.com>
2008-09-16 Bill Holmes <billholmes54 at gmail.com>
2008-09-18 Bill Holmes <billholmes54 at gmail.com>
2008-09-26 Bill Holmes <billholmes54 at gmail.com>
2008-09-26 Bill Holmes <billholmes54 at gmail.com>
2008-10-01 Bill Holmes <billholmes54 at gmail.com>
2008-10-07 Bill Holmes <billholmes54 at gmail.com>
2008-10-07 Bill Holmes <billholmes54 at gmail.com>
2008-10-07 Bill Holmes <billholmes54 at gmail.com>
2008-10-07 Bill Holmes <billholmes54 at gmail.com>
2008-10-07 Bill Holmes <billholmes54 at gmail.com>
2008-10-08 Bill Holmes <billholmes54 at gmail.com>
2008-10-08 Bill Holmes <billholmes54 at gmail.com>
2008-10-08 Bill Holmes <billholmes54 at gmail.com>
2008-10-13 Bill Holmes <billholmes54 at gmail.com>
2008-10-13 Bill Holmes <billholmes54 at gmail.com>
2008-10-13 Bill Holmes <billholmes54 at gmail.com>
2008-10-17 Bill Holmes <billholmes54 at gmail.com>
2008-10-21 Bill Holmes <billholmes54 at gmail.com>
2008-11-05 Bill Holmes <billholmes54 at gmail.com>
Cleaning up eol's and adding the property.
2008-11-06 Bill Holmes <billholmes54 at gmail.com>
2008-11-06 Bill Holmes <billholmes54 at gmail.com>
2008-11-07 Bill Holmes <billholmes54 at gmail.com>
2008-11-07 Bill Holmes <billholmes54 at gmail.com>
2008-11-09 William Holmes <billholmes54 at gmail.com>
Adding svn:eol-style for TextReaderTest.cs
2008-11-10 Bill Holmes <billholmes54 at gmail.com>
2008-11-13 Bill Holmes <billholmes54 at gmail.com>
2008-11-13 Bill Holmes <billholmes54 at gmail.com>
2008-11-13 Bill Holmes <billholmes54 at gmail.com>
2008-11-13 Bill Holmes <billholmes54 at gmail.com>
2008-11-17 Bill Holmes <billholmes54 at gmail.com>
2008-11-17 Bill Holmes <billholmes54 at gmail.com>
2008-11-17 Bill Holmes <billholmes54 at gmail.com>
2008-11-17 Bill Holmes <billholmes54 at gmail.com>
2008-12-04 Bill Holmes <billholmes54 at gmail.com>
2008-12-09 Bill Holmes <billholmes54 at gmail.com>
2008-12-09 Bill Holmes <billholmes54 at gmail.com>
2008-12-09 Bill Holmes <billholmes54 at gmail.com>
2008-12-10 Bill Holmes <billholmes54 at gmail.com>
2008-12-10 Bill Holmes <billholmes54 at gmail.com>
2008-12-16 Bill Holmes <billholmes54 at gmail.com>
2008-12-19 Bill Holmes <billholmes54 at gmail.com>
2008-12-19 Bill Holmes <billholmes54 at gmail.com>
2008-12-19 Bill Holmes <billholmes54 at gmail.com>
2008-12-30 Bill Holmes <billholmes54 at gmail.com>
2008-12-30 Bill Holmes <billholmes54 at gmail.com>
2009-01-05 Bill Holmes <billholmes54 at gmail.com>
2009-10-07 Tom Hindle <tom_hindle at sil.org>
2009-01-07 Bill Holmes <billholmes54 at gmail.com>
2009-01-08 Bill Holmes <billholmes54 at gmail.com>
2009-01-08 Bill Holmes <billholmes54 at gmail.com>
2009-01-09 Bill Holmes <billholmes54 at gmail.com>
2009-01-12 Bill Holmes <billholmes54 at gmail.com>
2009-01-12 Bill Holmes <billholmes54 at gmail.com>
2009-01-19 Bill Holmes <billholmes54 at gmail.com>
2009-01-19 Bill Holmes <billholmes54 at gmail.com>
2009-01-28 Bill Holmes <billholmes54 at gmail.com>
2009-02-11 Bill Holmes <billholmes54 at gmail.com>
2009-02-11 Bill Holmes <billholmes54 at gmail.com>
2009-02-11 Bill Holmes <billholmes54 at gmail.com>
2009-02-12 Bill Holmes <billholmes54 at gmail.com>
2009-02-16 Bill Holmes <billholmes54 at gmail.com>
2009-02-18 Bill Holmes <billholmes54 at gmail.com>
2009-02-18 Bill Holmes <billholmes54 at gmail.com>
2009-01-19 Bill Holmes <billholmes54 at gmail.com>
2009-02-19 Bill Holmes <billholmes54 at gmail.com>
2009-03-05 Bill Holmes <billholmes54 at gmail.com>
2009-04-08 Bill Holmes <billholmes54 at gmail.com>
2009-04-08 Bill Holmes <billholmes54 at gmail.com>
2009-04-09 Bill Holmes <billholmes54 at gmail.com>
2009-04-13 Bill Holmes <billholmes54 at gmail.com>
2009-04-13 Bill Holmes <billholmes54 at gmail.com>
2009-04-13 Bill Holmes <billholmes54 at gmail.com>
2009-04-13 Bill Holmes <billholmes54 at gmail.com>
2009-04-24 Bill Holmes <billholmes54 at gmail.com>
2009-04-24 Bill Holmes <billholmes54 at gmail.com>
2009-05-04 Bill Holmes <billholmes54 at gmail.com>
2009-06-02 Bill Holmes <billholmes54 at gmail.com>
2009-06-04 Bill Holmes <billholmes54 at gmail.com>
2009-06-12 Bill Holmes <billholmes54 at gmail.com>
2009-06-22 Bill Holmes <billholmes54 at gmail.com>
2009-06-22 Bill Holmes <billholmes54 at gmail.com>
2009-06-25 Sylvain Dupont <duposyl at gmail.com>
2009-06-25 Sylvain Dupont <duposyl at gmail.com>
2009-07-14 Bill Holmes <billholmes54 at gmail.com>
2009-09-10 Bill Holmes <billholmes54 at gmail.com>
2009-10-01 Bill Holmes <billholmes54 at gmail.com>
2009-10-13 Bill Holmes <billholmes54 at gmail.com>
2009-10-13 Bill Holmes <billholmes54 at gmail.com>
2009-10-16 Bill Holmes <billholmes54 at gmail.com>
2009-10-16 Bill Holmes <billholmes54 at gmail.com>
2010-01-18 Bill Holmes <billholmes54 at gmail.com>
2010-01-19 Sylvain Dupont <duposyl at gmail.com>
2010-05-25 Bill Holmes <billholmes54 at gmail.com>
Bit Diff (1):
Fixes #527447 whereby it was not possible to pass additional arguments to mono-service2 (if your executable required command-line arguments of it's own).
Bob Doan (3):
Added Boolean Test Suite
* BooleanTest.cs: Use correct argument order in AssertEquals
DoubleTest.cs: Added parse tests to Double test suite, removed GetHashCodeTests
Bob Smith (34):
Implemented the System.Random class. I dont have a C# compiler, so someone will need to test it when (s)he has time.
Random.cs compile fix.
Added System.Random NUnit test.
Updated class.xml
Random.cs compile fixes.
RandomTest.cs compile fixes.
Another Random.cs compile fix.
More RandomTest.cs compile fixes.
Random.cs: API sync.
RandomTest.cs: Sync with new Random.cs.
RandomTest.cs: Better testing.
System.Web: New Implementations.
Class.xml update
Notes added.
Compile fixes.
Bug fixes.
Started work on System.Web.UI.Control
Took ownership of System.Web.UI.Control
Control.cs: More implementation.
Added more notes for later use.
More implementations.
Updated class.xml
LiteralControl implemented, and HtmlContainerControl bugfixed.
Control.cs: More implementation. Events reworked for performance.
Control.cs: Bug fixes.
Control.cs: Bug fixes and implementations.
Lots of implementations.
*** empty log message ***
Control.cs: Figured out some undocumented API.
HttpWorkerRequest.cs: Partial Implementation.
*** empty log message ***
More implementation/stubbing.
*** empty log message ***
HtmlAnchor.cs, HtmlTextArea.cs: Initial implementation. - Leen Toelen
Bojan Rajkovic (4):
Use SIGXFSZ on FreeBSD too by checking for the __FreeBSD__ define. Like Apple and OpenBSD, it doesn't have SIGPWR.
Update build-csproj2k5 script to use /bin/sh, since there are no obvious bash-isms in the script.
Add FreeBSD to the list of supported platforms for SGen on i386 and x86_64.
Correct LDFLAGS on the Darwin platform so the profiler will build.
Boris Kirzner (228):
DataColumnCollection.cs : Since unique constraint is added now
* DataTable.cs :
DataTable.cs : Ensure that DataSet property is not null before using it in Clear().
* DataSet.cs :
* MergeManager.cs : In AdjustSchema() source table clone should be added and not the table itself.
*XmlSchemaMapper.cs : Check for not null unique constraint in ReadXmlSchemaKeyref() before creating and adding foreign key constraint and relation.
Constraint.cs : Small perfomance fix (avoid unnesessary string concatenation).
DataTable.cs : Small perfomance fix (avoid unnesessary string concatenation).
* DbDataAdapter.cs : Fixed bug in Fill :
* DataColumnMappingCollection.cs : Small fix in exception message thrown.
* DataColumn.cs : Small perfomance fix (avoid unnesessary string concatenation).
* DataRow.cs :
* ColumnReference.cs : using DataRow _inExpressionEvaluation before accessing row value to get an access to deleted rows also.
* UniqueConstraint.cs : There is no reason to mark constraint's columns as unique, because each of the columns should not be unique, but only all the constraint's columns together.
* DataRow.cs : Bug fix in CopyValuesToRow().
* MergeManager.cs : added ( incomplete yet ) support for merging DataSet schema.
* UniqueConstraint.cs : Constraint columns becaomes unique after adding constraint ifand only if constraint is defined on single column.
* DataView.cs , DataRowView.cs : Added implementation to basic methods and properties.
* UniqueConstraint.cs - added comment.
* DataColumn.cs, DataColumnChangeEventArgs.cs, DataColumnCollection.cs, DataRow.cs, DataRowCollection.cs, DataTable.cs, Index.cs : Data storage in the row is redesigned. Now data is stored in typed containers inside DataColumn. Row holds its versions as indexes inside each of data container, accessed through the row that holds it.
* System.Data.dll.sources : Added DataContainer.cs, RecordCache.cs
* RecordCache.cs - added. Each instance of record cache belongs to specific table and manages pool of records ( indexes into data containers) to be used by data rows.
* DataColumn.cs - removed default member attribute.
* DataColumn.cs : In set_Item[int] - if autoincrement, adjust next autoincrement value.
* MergeManager.cs : AdjustSchema now updates by reference new created table, so in Merge you do not need to lookup for it (were unable to do this for unnamed tables). Code styling.
* Datacontainer.cs : CompareValues reviewed. set_Item and get_Item of null and DBNull values in case of DataContainers for primitive types reviewed. Added check for null values when reading from IDataRecord.
* DataContainer.cs : Bug fixes in BitDataContainer.get_Item and StringDataContainer.SetValue .
DataRow.cs :
* Comparison.cs - use 'as' to avoid NullReferenceExeption in casting.
* Datacontainer.cs :
* RecordCache.cs : Added CopyRecord mathod that copies single record from one table to another.
* DataColumn.cs :
* DataColumnCollection.cs :
* DataRow.cs :
* DataTable.cs :
* DataRowCollection.cs : Removed onColumnRemoved since it iss not in use.
* ChangeLog : Fix for misspelled words.
DirectoryServicesDirectoryEntryTest.cs: New. Unit tests for DirectoryServices.DirectoryEntry.
DirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test
When adding new entry, do not set "objectclass" property to include schemaClassName value
DirectorySearcher.cs :
* DirectoryEntries.cs :
* DirectoryServicesDirectoryEntryTest.cs:
According to RFC 2251 newSuperior should be sent as context-specific 0 type rather than octet string.
DirectorySearcher.cs :
DirectoryEntry.cs :
Fix for : According to RFC 2251 newSuperior should be sent as context-specific 0 type rather than octet string.
LdapModifyDNRequest.cs : create RfcModifyDNRequest with RfcLdapSuperDN instead of RfcLdapDN.
Added Novell.Directory.Ldap.Rfc2251/RfcLdapSuperDN.cs to sources.
DirectoryServicesDirectoryEntryTest.cs:
Drop of Mainsoft.System.Data
Drop of Mainsoft.System.Data
Drop of Mainsoft.System.Data
Drop of Mainsoft.System.Data
Drop of Mainsoft.System.Data
Drop of Mainsoft.System.Data
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43729
Restore NET_2_0 defines. Code cleanup.
Restoring original mono version.
Changes toward common code base with TARGET_JVM
Added files and folders for TARGET_JVM code base
Added copyright info to TARGET_JVM code base
DataRow.cs : SetParentRow on Detached row with no Default version throws an exception. Added RowNotInTableException_Generate.cs test
DirectorySearcher.cs : AdsPath property should not appear in the query
Added ifdef to exclude the code not used in TARGET_JVM.
Implementet rootDse and default ldap server features. Fixes for properties loading.
Added project file for TARGET_JVM.
Added solution and project files fo rTARGET_JVM.
Added solution and project files for TARGET_JVM.
Reflecting changes in location of Locale.cs and MonoTODOAttribute.cs
Project and solution files converted to Developer Edition format.
Project file converted to Developer Edition format.
ForeignKeyConstraint.IsConstraintViolated() should check for Table.EnforceConstraints.
Put log message to the correct ChangeLog files
Removed source control information from TARGET_JVM project and solution files.
Added ifdef TARGET_JVM to fix the project build.
Added ifdef for TARGET_JVM.
Fix LdapException treat of inner exceptions.
Changed location of rt.dll in TARGET_JVM project file.
Removed unnecessary CLSCompliantAttribute(true).
Initial implementation of Kerberos support for TARGET_JVM.
Added support for secure authentication by underlined provider.
Data relations should be processed after the keys, so no redundant constraints created while relations processing.
Test cases and fixes for GraphicsPath.jvm.cs
Fixes for TARGET_JVM secure binding.
Added authenticationmech supported key example.
Bug fixes for TARGET_JVM.
Small bug fixes for TARGET_JVM.
Fixed build for TARGET_JVM.
Changed reference to Consts.cs in TARGET_JVM project file.
Changed reference to Consts.cs
Set max fetch size for jdbc statement.
Do not check for 'select ... from'.
Create guid from the string fetched.
Fixed TARGET_JVM project file.
Fixed build
Table indexes should be always updated.
Changelog fixes.
Bug fix.
Fix parameters type convertions for TARGET_JVM.
Bug fix.
Fixed GraphicsPath implementation and tests for TARGET_JVM.
Improve GraphicsPath perfomance.
Changed reference to Consts.cs.in.
Do not convert value if container type is System.Object.
Fix DbType to SqlDbType convertion for TARGET_JVM.
Check for derived parameters array length.
Fix SqlDbType to JDBC type convertion for TARGET_JVM.
Fix for TARGET_JVM project file.
Implemented Equals() and GetHashCode() for IExpression classes.
Reusing indexes in DataTable.Select() and supporting fixes.
Fixed reference to Consts.cs.in
Fixed reference to Consts.cs.in
Added generated resx files and fixed referencing resources.
Avoid ArrayTypeMismatch exception in SqlBinary constructor.
Small fixes.
Fixes for RefreshCache().
Use app.config with TestConfiguration class for tests settings.
Fix for TARGET_JVM. Provider name can be in any case.
TARGET_JVM fix. Throw exception if MSSQL port resolution failed.
Proper handle of return value
merge -r 53523:53525
Added solution and project files for building TARGET_JVM tests.
Fix object disposing.
Added objects disposing to the tests.
Added ifdef for TARGET_JVM.
Added solution and
Added MonoTODO attributes.
Added a bulk of tests from Mainsoft repository.
Fixing build.
Rremoved redundant call to RebuildIndex() in constructor.
Drop dependend indexes on column removal.
Added column and reference caching to ColumnReference.
Tests refactoring with NotWorking.
Tests refactoring for TARGET_JVM.
Added ifdefs, projects, solutions and support for TARGET_JVM.
Tests refactoring for TARGET_JVM.
Added batch files for automatic testing for TARGET_JVM.
Added initial stuff for TARGET_JVM.
Updated run test script for TARGET_JVM.
Added support for automated testing for TARGET_JVM
Added automated testing support for TARGET_JVM.
Added automated testing support for TARGET_JVM
Fix testing scripts for TARGET_JVM
Fix test scripts for TARGET_JVM
Added SqlClient automated tests for TARGET_JVM
Fixes to nunit results xslt transform
Ifdef code that is not supposed to pass in TARGET_JVM by now
Fix spelling
Expand OleDbOracleProvider with ResultSet wrappers
Added OracleProvider implementation for TARGET_JVM
merge -r 58185:58216
merge -r 58060:58217
Fix Soap Serialization .NET compatibility
Fix possible NullReferenceException
merge -r 52249:58569
Revert disconnected to r 58178
Fix .Net Soap serialization compatibility.
Fix project file for TARGET_JVM.
merge -r 58927:58928 (resolved conflicts)
Fix .Net Soap serialization compatibility.
merge -r 58946:58947
Added provider for Sql Server 2005
merge -r 58741:59263
Handle NVARCHAR type as VARCHAR for Sql Server 2005 database metadata.
merge -r 60375:60376
Added XmlHelper.cs to TARGET_JVM project
Handling NCHAR as CHAR
merge 60376:60436
Use specialized methods only for input parameters
merge -r 60447:60448
Fix connection string builders logic.
merge -r 60690:60700
Disable running secure mode tests by default
Pass java security parameters to jvm.
Filename fix
Refactoring.
Added MonoTODO.
merge -r60979:60980
Fix resources handling with msbuild trick. UTF-8 encoding for project file
Fix batch file and tests code for NET_2_0 run. UTF-8 encoding for project file
Batch fixes, solution and project files for NET_2_0 tests run.
Fix array size for NET_2_0
Merked test as NotWorking.
Enable NET_2_0 tests run for TARGET_JVM.
Restore line endings.
Pass parameters in correct order.
Added NET_2_0 solution and project files.
Added assembly info.
Fixes for NET_2_0 tests run for TARGET_JVM
Added TARGET_JVM NET_2_0 tests projects and run scripts.
Small fixes for TARGET_JVM tests.
Added timestamp to log file names.
Added timestamp to log file names.
Added timestamp to log file names.
Fixes for TARGET_JVM tests.
Fixes for TARGET_JVM tests.
Fixes for TARGET_JVM tests.
Fix tests build for TARGET_JVM.
Fix log file names for TARGET_JVM.
Small fixes for TARGET_JVM.
Small fixes for TARGET_JVM test scripts.
Small fixes for TARGET_JVM test scripts.
Small fixes for TARGET_JVM test scripts.
Reworked test scripts for TARGET_JVM.
Fixes for TARGET_JVM tests run.
Fixes for net_2_0 tests run.
Fix compilation error.
Marked not working tests.
Marked not working tests for TARGET_JVM.
Fixed references path.
Log files naming fix.
Fix build for TARGET_JVM.
Tests batch fix.
Mark tests not working in TARGET_JVM.
Enable secure tests for TARGET_JVM.
Fixed references path.
Fixing TARGET_JVM test scripts
Use System.IO tests for TARGET_JVM.
Fix test project configurations. Use explicit java io temp path.
Test fixes for TARGET_JVM.
Fix tests for TARGET_JVM.
Ifdef test not working in TARGET_JVM.
Test script fix for TARGET_JVM.
Path handling fixes in File, Directory and Path including windows-specific negative flows.
Test ifdefs for TARGET_JVM.
Fix order of InvalidPathChars on windows.
Convert solution and project files for TARGET_JVM.
Brad Taylor (8):
2008-10-21 Brad Taylor <brad at getcoded.net>
2008-12-05 Brad Taylor <brad at getcoded.net>
2008-12-15 Brad Taylor <brad at getcoded.net>
2008-12-18 Brad Taylor <brad at getcoded.net>
2009-01-08 Brad Taylor <brad at getcoded.net>
2009-04-27 Brad Taylor <brad at getcoded.net>
2009-05-08 Brad Taylor <brad at getcoded.net>
2009-05-08 Brad Taylor <brad at getcoded.net>
Brian Luczkiewicz (1):
Enable --aot (but not --aot=full) on osx/x86
Brian Ritchie (10):
Brian Ritchie
Brian Ritchie
Added dllmapping for odbc32
Changed odbc32 to odbc32.dll to support dllmapping in mono
Modified SQLDescribeCol to work around bug in pinvoke...when doing a ref on a typed enum
- Transaction Isolation Level is supported
Implemented full error handling support: OdbcException, OdbcError, OdbcErrorCollection
Initial version
Fixed section loader in sample app.config
Added Description property to Provider
C.J. Adams-Collier (9):
typo correction
2008-05-06T1808 C.J. Adams-Collier <cjac at colliertech.org>
2008-05-21T0620 C.J. Adams-collier <cjac at colliertech.org>
copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history preserved
patched for post-mono-2-2
noted that I'll maintain revived mono-api-diff
added some noise to the gitignore filter
first pass at adding RegexOption.Compiled to constructor in tests
processed with astyle
Carlo Kok (2):
* RuntimeLicenseContext.cs: Support for the resourceAssembly parameter.
* Fixed AssemblyInfo.cs to reflect proper copyright.
Carlos Alberto Cortez (1123):
Added the --private option to monop to show private/family members
Support for delegates and nestedt types added
System.Collections.Generic.Collection added
corlib.sources.dll updated
Small improvements for Collection.cs
Small style improvement for System.Collections.Generic.Collection
System.Collections.Generic.ReadOnlyCollection.cs file added.
ReadOnlyCollection added to corlib.dll.sources.
Add support por accessor modifiers
Add Changelog entry for accessor modifiers
New error tests at mcs/errors for accessor modifiers
New tests for accessor modifiers
2004-11-17 Carlos Alberto Cortez <carlos at unixmexico.org>
2004-11-17 Carlos Alberto Cortez Guevara <carlos at unixmexico.org>
2004-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2004-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2004-11-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2004-12-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2004-12-17 Carlos Cortez <calberto.cortez at gmail.com>
2004-12-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-02-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
svn path=/trunk/mono/; revision=41140
2005-02-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-02-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
Change log added for last changes.
2005-02-35 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-04-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
svn path=/trunk/mono/; revision=45382
2005-06-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-07-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-07-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-07-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-07-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-07-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
2005-08-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-08-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-08-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-09-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-09-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-09-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-10-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-11-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-12-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* CSFriendAssembly-lib.cs: Update friend assembly info
2005-12-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FtpRequestCreator.cs:
2005-02-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-02-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FtpWebRequest.cs: Add supportedCommands array with the sorted
2006-02-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FtpWebRequest.cs: Remove WebExceptionStatus argument
2006-02-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* SerialPort.cs:
2006-02-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-02-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-03-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-04-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* SerialPort.cs:
2005-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2005-05-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBox.cs: Don't call Sort () when setting
2006-07-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-07-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBox.cs: Call CollectionChanged when modifying
2006-08-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-08-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-09-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* MonthCalendar.cs: Handle arrow keys as input keys. Also
2006-09-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-09-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-10-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-11-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-12-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
2006-01-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-01-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-02-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
2007-03-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-03-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: Forgot to make Invalidate internal.
2007-04-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
svn path=/trunk/mcs/; revision=75622
2007-04-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-04-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBox.cs: When calculating the horizontal scrollbar
2007-05-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-05-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
2007-05-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Implement 2.0 RedrawItems method.
2007-06-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
2007-06-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: In ItemControl.ItemsMouseMove, refactor
2007-06-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-06-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Set ListView.focused_item from ListViewItem.Focused
* ListViewItemTest.cs: Add tests for Focused property.
2007-07-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: When enter is pressed and selection is non empty,
* ListView.cs: Implement the so-incredibly broken 2.0
* ListViewItem.cs: Implement the small 2.0 GetSubItemAt method.
2007-07-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: In Details view, set the location of item_control
2007-07-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Implement initial support for Groups. Split some of the
2007-07-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-07-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewGroupCollection.cs: Forgot to mimic an issue
* ListView.cs: When doing layout calculations don't use a ref
2007-08-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewGroupCollection.cs: Fix a typo of the previous patch.
2007-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Add a pair of missing 2.0 ListViewItemCollection.Insert
2007-08-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-08-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Put item padding info in a single place
2007-08-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ColumnHeaderSample.cs: Use 5 pixels as extra height instead of 8
2007-09-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: When handling MouseUp event and we are
2007-09-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: max_label_wrapping is now 30 pixels instead of 38,
2007-09-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeView.cs: When calling ExpandAll, set SelectedNode to the top
* TreeView.cs: When calling Expand on a TreeNode, and we need to
2007-09-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FolderBrowserDialog.cs: Fix the recursive FindPathInNodes method.
2007-09-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007_10-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-10-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeView.cs: When Keys.Left is pressed, before trying to Collapse
2007-10-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: When the last item is focused and is removed,
2007-10-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FolderBrowserDialog.cs: When running on Windows,
2007-10-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeView.cs: drag_begin_x and drag_begin_y are now set to -1,
2007-10-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: When retrieving the focused state, the index check
* FolderBrowserDialog.cs: When a node is right clicked and the "New
2007-10-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* PropertyGridView.cs: When showing the textbox for a grid item,
2007-10-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* PropertyGridView.cs: If a property has an UIEditor available,
2007-10-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-10-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Dnd.cs: When starting a new drag operation, reset the static
2007-11-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: Implement 2.0 IndentCount property.
2007-11-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItemTest.cs: Mark RemoveFocusedItem as NotWorking.
2007-11-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* PropertyGridView.cs: When clicking drop-down button,
* ListViewGroup.cs: Adda TypeConverter attribute for this class,
* ListView.cs: Add 2.0 BackgroundImageTiled property.
2007-11-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs:
2007-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-11-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItemTest.cs: Added new 2.0 Position test.
2007-12-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Add DesignerSerializationVisibility attribute to
2007-12-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-12-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* Binding.cs: Don't avoid the Format event if the control
* BindingTest.cs: Add DataSourceNullTest test - for #324286.
2008-01-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-01-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingsCollectionTest.cs: New file.
2008-02-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008_02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* Binding.cs: Ooooops, forgot to take into account the data_source
2008-02-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-22 Carlos Alberto Cortez <calberto.cortez@ŋmail.com>
2008-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-02-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingTest.cs: Added a new test for 2.0 BindableComponent property
2008-03-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ControlBindingsCollection.cs: Implement last 2.0
2008-03-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource..cs: Take into account DataMember when re-creating the
* BindingSourceTest.cs: New assertion for DataMember_ListRelationship
2008-03-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBindingHelper.cs: Actually implement GetListName method.
* ListBindingHelper.cs: New test for GetListName method.
2008-03-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource.cs: IsBindingSuspended, ResumeBinding and
* BindingSourceTest.cs: More event tests and also a new ones for
2008-04-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource.cs: EndEdit and CancelEdit should call EndCurrentEdit
2008-04-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingContext.cs: When retrieving a BindingManagerBase, if the
* BindingContextTest.cs: New test for ICurrencyManagerProvider
2008-04-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBindingHelper.cs: When returning properties, only return those
2008-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSourceTest.cs: Enable some old not working tests.
2008-04-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* Binding.cs: Just realized we don't need to have a handler for
2008-04-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ThemeWin32Classic.cs: When drawing ListViewItem instancesin Details
* ListView.cs: When changing the size in VirtualMode, also Reset the
2008-04-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs:
* ListViewGroup.cs: When returning the actual item count, return the
2008-04-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Use display indexes for selection in Details view, as
2008-04-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Dnd.cs: Wehn the drag and drop operation is cancelled don't
2008-04-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Dnd.cs: When canceling the operation, automatically restore the
2008-04-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: When doing a key search use FindItemWithText method
2008-04-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs:
* ListView.cs: Ouch, forgot to commit.
2008-04-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-04-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSourceTest.cs: New Filter/RemoveFilter tests.
2008-05-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource.cs: Implement Sort, ApplySort overloads, and
2008-05-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource.cs: Implement Find methods.
2008-04-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2006-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSOurceTest.cs: New assertion for
* BindingSource.cs: Setting DataSource should only reset DataMember if
* BindingSourceTest.cs: Activate a pair of tests.
* BindingSource.cs: Minor fixes to the the ApplySort and Remove sort
* BindingSourceTest.cs: New tests for ApplySort and RemoveSort methods.
2008-05-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingSource.cs: When calling IsSynchronized, return the value of
2008-05-08 Carlos Alberto Cortez <calebrto.cortez at gmail.com>
2008-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FileDialog.cs: Apply the custom filter typed by the user in the file
* ListView.cs: When calculating scrollbars, set horizontal scroll bar
2008-05-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: When handle is created call UpdateComboBoxBounds to
2008-05-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControlPainter.cs: Use HotPrefix.Show as the value of
2008-05-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* Control.cs: In ControlCollection.RemoveInternal, remove the
2008-05-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControl.cs: When invalidating in SelectedIndex and we need to
2008-05-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: Minor correction to previous patch: PageDown should
2008-05-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControl.cs: Only clicks with the left button should be
2008-05-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBox.cs: Compute the precise amount to vertically scroll when
2008-05-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-05-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: page_size as well as vscrollbar.LargeChange should be 1
2008-06-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: I'm an idiiot - forgot to commit the last ComboBox
2008-06-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListBox.cs: When SelectionMode is None, clicking an item should move focus
2008-06-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-06-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListViewItem.cs: When invalidating, add some extra space to bounds,
2008-07-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs:
2008-07-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TextBox.cs: Implement navigation support for auto complete in
* TextBox.cs: Auto complete stuff in WndProc should be 2.0 only.
2008-07-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-07-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* XplatUIX11.cs: The check inside EnterNotify case to fire MouseEnter
2008-08-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Dnd.cs: Don't fire pseudo motion DragOver events if we haven't
2008-08-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-08-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* BindingTest.cs: New test for nested properties using a DataSet.
2008-09-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2007-09-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* FileDialog.cs: Take into account Tile view when selecting the view
2008-09-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-09-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-10-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-11-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2008-12-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-16 Carlos Alberto Cortez <calberto.cortez at ggmail.com>
2009-01-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ClipboardTest.cs: Ouch, I am an idiot - the members used in the new
2009-01-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2209-01-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2000-01-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-01-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeNode.cs: Don't return TreeView.BackColor when retrieving our own
2009-02-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* MaskedTextBox.cs: Forgot to update the call of the new method
2009-02-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-02-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2209-03-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Structs:
2009-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-03-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-04-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TextBox.cs: Expose IsAutoCompleteAvailable as internal.
2009-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-05-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ColorDialog.cs: Actually add the help button to the form, so it can
2009-06-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-18 Tom Hindle <tom_hindle at sil.org>
2009-06-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-06-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ToolBar.cs: Isolate the event logic related to OnButtonClick. Also
2009-07-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Dnd.cs: Implement support for XdndActionList, so we can get the
2009-07-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-07-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* XplatUIX11.cs:
2009-07-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGrid.cs: When handling mouse down on a column, don't do any sort
2009-08-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGridTest.cs: Don't use DataGrid.Rows.Add() for our latest test,
2009-08-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ToolStripItem.cs: When the owner changes its Font, call the
2009-08-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGrid.cs: If we are *not* changing a row
* TreeNodeCollection.cs: Correctly implement Contains by using a
* Control.cs: Remove the ancient code in ResetText, which was setting
2009-08-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-08-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-09-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: Tile view and VirtualMode can't be applied together.
2009-09-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ListView.cs: When retrieving the top item, take into account the
2009-10-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ColumnHeader.cs: Remove the double linear search in the Index
* ListView.cs: When retrieving an item in virtual mode, as part of the
2009-10-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-10-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGrid.cs: Implement removal of rows the Correct Way by creating a
* TabControl.cs: In OnKeyDown call the base implementation first -
2009-11-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGrid.cs: The large value for our vertical scrollbar should
* DataGridTextBoxColumn.cs:
2009-11-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGrid.cs: When we get notified by a change in the position of our
* DataGrid.cs: CurrentCell should be *used* if the new value is the
* DataGrid.cs: When removing the cells, don't do anything if the
2009-11-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* XplatUICarbon.cs: Implement the overriden AudibleAlert
2009-11-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-23 Juraj Skripsky <js at hotfeet.ch>
2009-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-28 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-11-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-12-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-12-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-12-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2009-12-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: When use manually setting DropDownHeight, ignore the
2010-01-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ComboBox.cs: When the normal drop down window is closed, make sure
2010-01-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-01-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-10 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
In .:
2010-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-02-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* X11Keyboard.cs: Small correction for the previous patch: I forgot to
* TreeView.cs: When receiving a double click on a node, toggle it only
2010-03-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TimeSpan.cs: Implement 4.0 overloads of TryParse/Parse.
2010-03-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TimeSpan.cs: In 4.0 if the part parsed as days exceeds the allowed
2010-03-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-18 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TimeSpan.cs: When parsing ticks, we used to only parse
2010-03-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-29 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-30 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-03-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* DataGridView.cs: Call the base Paint impl last, instead of do that
* TreeView.cs: We must use the comparer supplied by TreeViewNodeSorter
2010-04-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* NotifyIcon.cs: Make BalloonWindow expose the owner's Handle.
2010-04-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-22 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-04-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-01 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeNodeCollection.cs: When Adding a new node don't remove it from
2010-05-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeView.cs: Set our internal fields related to the starting drag
* ComboBox.cs: our internal textbox should show selection only if it
2010-05-03 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeNodeCollection.cs: When adding a sorted node return the correct
2010-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeNodeCollection.cs: Do some clean up by renaming some of our
2010-05-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-12 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-14 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
0201-05-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControlPainter.cs: Don't use FocusRectSpacing or BorderThickess
2010-05-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-15 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* IsolatedStorageFileStream.cs: When creating the instance, we should check
2010-05-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-26 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-27 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* IsolatedStorageFileTest.cs: New test case for CopyFile.
2010-05-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-05-31 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-04 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-06 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* IsolatedStorageFile.cs: Remove and DeleteFile must report any
* IsolatedStorageFileTest.cs: New test for DeleteFile.
* IsolatedStorageFile.cs: GetUserStoreForSite is only throwing a
* IsolatedStorageFileTest.cs: New test for GetUserStoreForSite.
2010-06-08 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-16 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-17 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControl.cs: Show the tooltip depending on the value
2010-06-20 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-21 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TreeNode.cs: Clone should detect the type of the current instance
2010-06-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-24 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* TabControl.cs: Call Invalidate when removing a tab page. We were
2010-06-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-06-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-02 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-05 Carlos Alberto Cortez <calberto.cortez at gmail.com>
* ResourceWriter.cs: Implement 4.0 TypeNameConverter.
2010-07-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-07 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-09 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-11 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-13 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-19 Carlos Alberto Cortez <calberto.cortez at gmail.com>
2010-07-25 Carlos Alberto Cortez <calberto.cortez at gmail.com>
Merge branch 'master' of git://github.com/mono/mono
Move subkey info routines into KeyHandler to handle volatile keys.
Add tests for GetSubKeyNames and DeleteSubKey rotines with volatile keys.
Implement 4.0 DeleteSubKeyTree overload.
New test for the 4.0 DeleteSubKeyTree overload.
Implement RegistryKey.FromHandle.
New tests for RegistryKey.FromHandle.
Implement 4.0 simple overloads of some RegistryKey methods.
Implement 4.0 RegistryKey.Handle property.
Add None to RegistryValueKind enumeration.
New test for 4.0 RegistryKey.Handle property.
Make RegistryKey.Dispose public.
Implement SafeRegistryHandle.ReleaseHandle and update call sites.
[fix] #622318: ListView.Dispose should not call dispose on its implicit scrollbars.
New test for ListView.Dispose firing extra Layout events.
[fix] #620618: Make sure the header in ListView is always on top.
[fix] #626034: Properly handle Form.Dispose to not close other visible forms.
[fix] #621475: Properly clear selection when setting Text to empty.
Remove all NET_2_0 directives for ListViewItem.
[fix] #621749: Update selection when adding/inserting a ListViewItem.
Augment our ListView selection events test.
[fix] #625214: Allow DataGridView navigation even if ScrollBars is None.
Add all the new 4.0 properties of SerializationInfo.
Add new SerializationInfoTest.cs file.
Add SerializationInfoTest.cs to our list of test sources.
Add 4.0 SerializationBinder.BindToName.
Add SerializationBinderTest.cs to our test sources.
Add new file SerializationBinderTest.cs.
Remove NET_1_1 directive from FormatterServices.cs.
Add 4.0 FormatterServices.IGetSurrogateForCyclicalReference.
Simplify the ObjectWriter .ctor and update call sites.
Set 4.0 members in SerializationInfo.SetType.
Add a new test for SerializationInfo.SetType.
Add tests for SerializationBinder.BindToName usage with BinaryFormatter.
Actually make use of SerializationBinder.BindToName for BinaryFormatter.
[fix] #581287: Use menu color to paint the background of NotifyIcon.
[fix] #512136: Invalidate the selection border in ListBox when scrolling.
Remove the NET_2_0 directives from AttributeCollection.cs.
Add 4.0 Attributes property and protected ctor to AttributeCollection.
Add new AttributeCollectionTest file.
Add AttributeCollectionTest.cs to System_test.dll.sources.
Remove the NET_2_0 directives from CultureInfoConverter.cs
Implement CultureInfoConverter.GetCultureName.
New test for CultureInfoConverter.GetCultureName.
Implement System.ComponentModel.DateTimeOffsetConverter.
Add new DateTimeOffsetConverterTests.cs test file.
Add DateTimeOffsetConverter.cs and DateTimeOffsetConverterTests.cs to our build.
Use the DateTimeOffset .ctor that .net uses when converting it to InstanceDescriptor.
Add a test case for DateTimeOffsetConverter converting to InstanceDescriptor.
Remove the NET_2_0 directive from TypeDescriptionProvider.cs
Implement IsSupportedType, GetExtenderProviders and GetRuntimeType for TypeDescriptionProvider.
Add new TypeDescriptionProviderTest.cs test file.
Include TypeDescriptionProviderTest.cs in our build.
Remove the NET_2_0 and ONLY_1_1 directives from TypeDescriptorTests.cs
Remove the NET_2_0 directives from TypeDescriptor.cs
Implement TypeDescriptor.InterfaceType.
Add a new test for TypeDescriptor.InterfaceType.
In 4.0 the constructors of TypeConverter.SimplePropertyDescriptor are protected.
Implement AddProviderTransparent and RemoveProviderTransparent for TypeDescriptor.
Implement TypeDescriptionProviderService.
Implement IDesignerHostTransactionState.cs
Add IDesignerHostTransactionState.cs and TypeDescriptionProviderService.cs to our build.
Add IDesignerLoaderHost2.cs to our build.
Implement IDesignerLoaderHost2 interface.
[fix] #639939: Manually and properly convert the bytes returned by XLookupString.
[fix] #631810: Form.DialogResult needs to call its close events *before* closing.
[fix] #648449: When updating Z-order for our controls add the scrollbars as well.
[fix] #647689: Fire the Mouse* events on ComboBox when using the child TextBox.
Add MsmqTransportSecurityTest.cs to our test suite.
Properly set the default values for MsmqTransportSecurity.
Implement IPolicyExportExtension support for HttpTransportBindingElement.
Implement IPolicyExportExtension support for ConnectionOrientedTransportBindingElement.
Implement IPoliciExportExtension support for MsmqBindingElementBase.
Add IPolicyExportExtension tests for classes in System.ServiceModel.Channels.
Add our new System.ServiceModel.Channel test files to the build.
Carlos Guzmán Álvarez (97):
Added my information of mono contributor
Added new abstract base class for cipher suite implementations
Added new class for SSL3 Cipher Suites
Added new Factory class for Cipher Suites
Added new enumeration for TLS compression methods
TlsCipherSuite now inhers from TlsAbstractCipherSuite class, fixed problem with padding length calculation with new AES cipher suites
Static method moved to TlsCipherSuiteFactory class
Updated CompressionMethod property of session context
Added new CompressionMethod property
Updated file
Fill and parse message replace by specific process method for each protocol supported
Sync file
Updated Changelog
Recommit change done by Pedro
Updated Changelog
*** empty log message ***
*** empty log message ***
Updated ChangeLog
Added partial implementation of SSL3 protocol (not finished yet). Renamed TlsAbstractCipherSuite.cs to CipherSuite.cs. Renamed TlsAbstractCipherSuite class as CipherSuite
Updated ChangeLog
TlsAbstractCipherSuite.cs renamed as CipherSuite.cs
Removed AssemblyInfo.cs file
Added new files to build script
Added changelog file
2003-11-04 Carlos Guzm�n �lvarez <carlosga at telefonica.net>
Changed line endings
Updated TLS/SSL implementation files with unix-like line endings
2003-11-17 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2003-11-22 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-02-09 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
Added new TLS source files definitions
2004-02-09 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
Removed old file
Updated Changelog (Removed old file- TlsSessionState.cs)
Ssl Server class without implementation ( methods signatures only ). Matches MS .NET 1.2 documentation
Throw exception if the Private Key is null
2004-02-10 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-14 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-14 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-15 Carlos Guzm��n ��lvarez <carlosga at te...>
2004-02-16 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-17 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-17 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
Changed to unix line endings
2004-02-17 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-17 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-18 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-18 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-18 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-20 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
Added 2 new files and removed 1 from the sources list
2004-02-20 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-20 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
2004-02-20 Carlos Guzm��n ��lvarez <carlosga at telefonica.net>
Rollback latest change. Sorry
Updated information about the Firebird ADO.NET Data Provider
2004-02-21 Carlos Guzman Alvarez <carlosga at telefonica.net>
Updated information about the Firebird ADO.NET Data Provider
2004-02-23 Carlos Guzman Alvarez <carlosga at telefonica.net>
Update Mono.Security sources list
2004-02-24 Carlos Guzman Alvarez <carlosga at telefonica.net>
Updated Mono.Security sources list
Updated information about the Firebird ADO.NET data provider
2004-02-26 Carlos Guzman Alvarez <carlosga at telefonica.net>
Added HandshakeState.cs file to the source list
Updated Firebird ADO.NET Data Provider information
2004-03-04 Carlos Guzman Alvarez <carlosga at telefonica.net>
Updated list of source files
2004-03-06 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-03-06 Carlos Guzman Alvarez <carlosga at telefonica.net>
Changed line endings to unix style
2004-03-10 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-03-17 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-03-19 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-04-15 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-04-15 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-04-16 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-04-16 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-04-21 Carlos Guzman Alvarez <carlosga at telefonica.net>
Added a new class file
2004-05-09 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-05-11 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-07-14 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-07-14 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-07-27 Carlos Guzman Alvarez <carlosga at telefonica.net>
2004-09-24 Carlos Guzman Alvarez <carlosga at telefonica.net>
svn path=/trunk/mcs/; revision=39278
Fix ClearArrayHandles method by checking for Array fields only
Fix ClearArrayHandles method by checking for Array fields only
Update Firebird provider sources to RC1
Updated Firebird Provider to the RC2 sources
Updated Firebird provider with latest sources from sourceforge
Added missing file
Removed UTF-8 signature
Added missing file
Updated Firebird provider sources to 1.7.1 RC1 version
Updated sources with latest fixes from Sourceforge
Carsten Schlote (3):
[System.Configuration] Fixed GetEvidenceHash() function to produce valid filenames
[System.Configuration] Fixed GetProductName() function
[System.Configuration] Added check for SettingProviderAttribute on settings class
Cedric Vivier (4):
2008-10-20 Cedric Vivier <cedricv at neonux.com>
2008-10-20 Cedric Vivier <cedricv at neonux.com>
2008-11-12 Cedric Vivier <cedricv at neonux.com>
2008-11-12 Cedric Vivier <cedricv at neonux.com>
Charles Iliya Krempeaux (1):
2003-04-16 Charles Iliya Krempeaux <charles at reptile.ca>
Chema Celorio (1):
fix a typo s/gnome-config/monodis
Chris (1):
Added ccrewrite library, tool and tests.
Chris Bacon (12):
2010-06-28 Chris Bacon <chrisbacon76 at gmail.com>
Add documentation for System.Diagnostics.Contracts namespace.
Improvements as suggested by Marek
Minor changes
Minor updates
Merge remote branch 'upstream/master'
Tidy up
Moved back to Cecil version 0.6.*
Merge remote branch 'upstream/master'
Removed code that is no longer required due to change to Cecil 0.6.*
Added man page for ccrewrite
Added ccrewrite.1 man page to makefile
Chris J. Breisch (26):
Needed for Microsoft.VisualBasic.Collection
First real version
Removed erroneous StructLayoutAttribute
Fixed to conform to Mono standards for incomplete functionality
Fixed to conform to Mono standards for incomplete functionality.
Removed erroneous StructLayoutKindAttribute
Fixed Namespace
This namespace needs it too.
Removed erroneous StructLayoutKindAttribute.
Removed erroneous StructLayoutKindAttribute
Fixed to conform to Mono standards for incomplete functionality.
Changed to conform to Mono standards for incomplete functionality.
Shouldn't have been in this directory.
Test case suite for Collection class
Should build Microsoft.VisualBasic and Test properly now.
Added Microsoft.VisualBasic
First 'real' version
Fixed so that 'test' is run in 'test' and not 'all'
Added ConversionTest for testing Conversion class
Fixed to copy System.dll into Test directory so that tests will run properly.
Clean-up of System.dll when finished.
Updated as I should've been doing all along
Modified per Dan Lewis' instructions
Dummy version so the build will complete.
First real version
Added DateAndTime tests
Chris Lahey (1):
Fix Sqlite encoding bug.
Chris Toshok (1367):
initial import
2004-08-27 Chris Toshok <toshok at ximian.com>
2004-09-13 Chris Toshok <toshok at ximian.com>
2004-10-12 Chris Toshok <toshok at ximian.com>
2004-10-21 Chris Toshok <toshok at ximian.com>
2004-10-21 Chris Toshok <toshok at ximian.com>
2004-10-21 Chris Toshok <toshok at ximian.com>
2004-10-22 Chris Toshok <toshok at ximian.com>
2004-10-27 Chris Toshok <toshok at ximian.com>
2004-11-23 Chris Toshok <toshok at ximian.com>
2004-12-21 Chris Toshok <toshok at ximian.com>
2004-12-21 Chris Toshok <toshok at ximian.com>
2005-02-12 Chris Toshok <toshok at ximian.com>
remove incorrect comment
2005-02-23 Chris Toshok <toshok at ximian.com>
2005-02-23 Chris Toshok <toshok at ximian.com>
2005-03-02 Chris Toshok <toshok at ximian.com>
2005-03-02 Chris Toshok <toshok at ximian.com>
2005-03-23 Chris Toshok <toshok at ximian.com>
2005-04-13 Chris Toshok <toshok at ximian.com>
2005-05-11 Chris Toshok <toshok at ximian.com>
2005-06-20 Chris Toshok <toshok at ximian.com>
2005-08-17 Chris Toshok <toshok at ximian.com>
Tests
Add
Add
2005-08-27 Chris Toshok <toshok at ximian.com>
2005-08-27 Chris Toshok <toshok at ximian.com>
2005-08-27 Chris Toshok <toshok at ximian.com>
two 2.0 tests. one tests HtmlForm.DefaultButton (defaultbutton.aspx), and the other tests HtmlForm.DefaultFocus along with which setting takes precedence (defaultfocus.aspx)
2005-08-27 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-28 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
add sample of callback usage
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
add an example I found on the web
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
2005-08-31 Chris Toshok <toshok at ximian.com>
use to figure out where things are being called, and what the type of our navigators are
bugzilla bug 75682 test case.
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-08-29 Chris Toshok <toshok at ximian.com>
add missing (and empty) WebSysDescription
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-09-01 Chris Toshok <toshok at ximian.com>
2005-09-01 Chris Toshok <toshok at ximian.com>
add check to see that HtmlInputReset isn't setting base.CausesValidation or base.ValidationGroup to something else
2005-09-02 Chris Toshok <toshok at ximian.com>
add a test for DataSourceID support in HtmlSelect
2005-09-02 Chris Toshok <toshok at ximian.com>
2005-09-02 Chris Toshok <toshok at ximian.com>
fix 1.x build
add a blurb about CreateControlCollection
2005-09-04 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
2005-09-05 Chris Toshok <toshok at ximian.com>
add the new tests
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
add patch file for browscap.ini to get client side validation working. and add it to the Hacking.FAQ
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
test for SubmitDisabledControls
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
add a test for validators/validationsummary's without id attributes
oops
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-06 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
make this 2.0 only
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-07 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-09 Chris Toshok <toshok at ximian.com>
2005-09-11 Chris Toshok <toshok at ximian.com>
2005-09-11 Chris Toshok <toshok at ximian.com>
2005-09-11 Chris Toshok <toshok at ximian.com>
2005-09-13 Chris Toshok <toshok at ximian.com>
2005-09-13 Chris Toshok <toshok at ximian.com>
add a test for bug #76087.
2005-09-13 Chris Toshok <toshok at ximian.com>
2005-09-13 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-14 Chris Toshok <toshok at ximian.com>
typo
2005-09-14 Chris Toshok <toshok at ximian.com>
2005-09-15 Chris Toshok <toshok at ximian.com>
2005-09-15 Chris Toshok <toshok at ximian.com>
2005-09-15 Chris Toshok <toshok at ximian.com>
2005-09-15 Chris Toshok <toshok at ximian.com>
HelloWorld test
add some examples gleaned from atlas.asp.net, and augmented with some code to exercise them.
doh, remove this
add MS's atlas web.config, hacked up slightly since we don't support everything yet.
fix unterminated comment
2005-09-16 Chris Toshok <toshok at ximian.com>
err
2005-09-18 Chris Toshok <toshok at ximian.com>
2005-09-18 Chris Toshok <toshok at ximian.com>
2005-09-19 Chris Toshok <toshok at ximian.com>
2005-09-19 Chris Toshok <toshok at ximian.com>
2005-09-19 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-20 Chris Toshok <toshok at ximian.com>
2005-09-21 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
* System.Configuration/TimeSpanValidatorTest.cs: new test.
Add TimeSpanValidatorTest.cs
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-22 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-23 Chris Toshok <toshok at ximian.com>
2005-09-26 Chris Toshok <toshok at ximian.com>
2005-09-26 Chris Toshok <toshok at ximian.com>
start with some config level testing since the unit testing is getting nowhere fast.
add an empty app settings section test (t2), and a test for setting overriding (t3)
add a test for removing specific keys
add test for separate appSettings file
add test for missing file referenced by <appSettings file="..." />
add the first connectionStrings test, and fix some of the others
fix missing newline
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
2005-09-27 Chris Toshok <toshok at ximian.com>
add a couple of tests for manipulating the collections we get back from ConfigurationManager.AppSettings and ConfigurationManager.ConnectionStrings
2005-09-28 Chris Toshok <toshok at ximian.com>
2005-09-28 Chris Toshok <toshok at ximian.com>
2005-09-28 Chris Toshok <toshok at ximian.com>
2005-09-28 Chris Toshok <toshok at ximian.com>
add test for a <clear /> element with an illegal property
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
add myself as an author
correct comment
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-05 Chris Toshok <toshok at ximian.com>
2005-10-06 Chris Toshok <toshok at ximian.com>
2005-10-06 Chris Toshok <toshok at ximian.com>
2005-10-06 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
add test of custom section with validator and property attributes
add test for custom section where the default value's type doesn't match the property
add both new tests
2005-10-07 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
2005-10-07 Chris Toshok <toshok at ximian.com>
out the type of the exception raised
fix c&p
add tests for collections with different add/remove/clear item names
2005-10-11 Chris Toshok <toshok at ximian.com>
2005-10-11 Chris Toshok <toshok at ximian.com>
2005-10-12 Chris Toshok <toshok at ximian.com>
2005-10-12 Chris Toshok <toshok at ximian.com>
2005-10-12 Chris Toshok <toshok at ximian.com>
2005-10-18 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
modify t3 slightly
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
update the expected output
2005-10-24 Chris Toshok <toshok at ximian.com>
fix config and expected files for t13 and t14
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
add TypeNameConverter{Test}.cs
2005-10-24 Chris Toshok <toshok at ximian.com>
2005-10-24 Chris Toshok <toshok at ximian.com>
add the TimeSpanSecondsOrInfiniteConverter stuff
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
add positive time span validator
2005-10-25 Chris Toshok <toshok at ximian.com>
add System.Web.UI.Design.WebControls/DataProviderNameConverter.c
remove property
add DebuggerVisualizerAttribute, and make all the attributes available in the 1.1 profile, just internal.
notyet
add DebuggerVisualizerAttribute.cs
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
add GenericEnumConverter + test
class should be sealed
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
add InfiniteIntConverter{Test}.cs
2005-10-25 Chris Toshok <toshok at ximian.com>
2005-10-25 Chris Toshok <toshok at ximian.com>
add InfiniteTimeSpanConverter{Test}
2005-10-31 Chris Toshok <toshok at ximian.com>
start populating the new System.Web.Configuration_2.0 dir
move many 2.0-only classes into System.Web.Configuration_2.0
2005-11-01 Chris Toshok <toshok at ximian.com>
2005-11-01 Chris Toshok <toshok at ximian.com>
add VirtualPathUtility.cs and its test
2005-11-02 Chris Toshok <toshok at ximian.com>
2005-11-02 Chris Toshok <toshok at ximian.com>
2005-11-02 Chris Toshok <toshok at ximian.com>
2005-11-03 Chris Toshok <toshok at ximian.com>
2005-11-03 Chris Toshok <toshok at ximian.com>
add all the stubbed out System.Web.Profile stuff.
back out the Profile changes for the time being.
2005-11-03 Chris Toshok <toshok at ximian.com>
add lots of stubbed out System.Configuration classes
2005-11-04 Chris Toshok <toshok at ximian.com>
2005-11-04 Chris Toshok <toshok at ximian.com>
2005-11-04 Chris Toshok <toshok at ximian.com>
okay, add the System.Web.Profile stuff back to the build (hopefully it won't break it this time).
2005-11-09 Chris Toshok <toshok at ximian.com>
2005-11-09 Chris Toshok <toshok at ximian.com>
2005-11-09 Chris Toshok <toshok at ximian.com>
2005-11-09 Chris Toshok <toshok at ximian.com>
add a bunch of stuff to the build
nuke spew
remove spew
2005-11-10 Chris Toshok <toshok at ximian.com>
2005-11-12 Chris Toshok <toshok at ximian.com>
2005-11-13 Chris Toshok <toshok at ximian.com>
2005-11-13 Chris Toshok <toshok at ximian.com>
2005-11-13 Chris Toshok <toshok at ximian.com>
2005-11-13 Chris Toshok <toshok at ximian.com>
2005-11-14 Chris Toshok <toshok at ximian.com>
2005-11-14 Chris Toshok <toshok at ximian.com>
2005-11-14 Chris Toshok <toshok at ximian.com>
2005-11-14 Chris Toshok <toshok at ximian.com>
add new files to the build
2005-11-14 Chris Toshok <toshok at ximian.com>
2005-11-14 Chris Toshok <toshok at ximian.com>
2005-11-18 Chris Toshok <toshok at ximian.com>
2005-11-18 Chris Toshok <toshok at ximian.com>
2005-11-18 Chris Toshok <toshok at ximian.com>
2005-11-18 Chris Toshok <toshok at ximian.com>
back out change
2005-11-18 Chris Toshok <toshok at ximian.com>
add System.Web.Configuration_2.0/Compiler{Collection}.cs
2005-11-19 Chris Toshok <toshok at ximian.com>
2005-11-19 Chris Toshok <toshok at ximian.com>
2005-11-23 Chris Toshok <toshok at ximian.com>
2005-11-23 Chris Toshok <toshok at ximian.com>
2005-11-23 Chris Toshok <toshok at ximian.com>
2005-11-23 Chris Toshok <toshok at ximian.com>
add PropertyHelper.cs and ProfilePropertyNameValidator.cs
2005-11-24 Chris Toshok <toshok at ximian.com>
2005-11-24 Chris Toshok <toshok at ximian.com>
2005-11-24 Chris Toshok <toshok at ximian.com>
2005-11-24 Chris Toshok <toshok at ximian.com>
add tons of 2.0 config classes to the build.
2005-11-24 Chris Toshok <toshok at ximian.com>
add an anonymous id example
add header comment
2005-11-25 Chris Toshok <toshok at ximian.com>
svn path=/trunk/mcs/; revision=53502
add reflection dumping utility, along with the current microsoft output.
2005-11-26 Chris Toshok <toshok at ximian.com>
2005-11-27 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-28 Chris Toshok <toshok at ximian.com>
2005-11-30 Chris Toshok <toshok at ximian.com>
2005-11-30 Chris Toshok <toshok at ximian.com>
2005-11-30 Chris Toshok <toshok at ximian.com>
2005-12-01 Chris Toshok <toshok at ximian.com>
make one test use deny instead of allow.
2005-12-01 Chris Toshok <toshok at ximian.com>
2005-12-01 Chris Toshok <toshok at ximian.com>
2005-12-01 Chris Toshok <toshok at ximian.com>
fix build
add protected section test
2005-12-02 Chris Toshok <toshok at ximian.com>
add missing Debuggable attribute in the 2.0 case
add a simple test for config file loading/saving with connectionStrings modification
2005-12-02 Chris Toshok <toshok at ximian.com>
2005-12-02 Chris Toshok <toshok at ximian.com>
2005-12-02 Chris Toshok <toshok at ximian.com>
2005-12-02 Chris Toshok <toshok at ximian.com>
add a bunch of 2.0 config tests
2005-12-02 Chris Toshok <toshok at ximian.com>
2005-12-04 Chris Toshok <toshok at ximian.com>
2005-12-04 Chris Toshok <toshok at ximian.com>
2005-12-05 Chris Toshok <toshok at ximian.com>
add new tests
2005-12-05 Chris Toshok <toshok at ximian.com>
2005-12-06 Chris Toshok <toshok at ximian.com>
2005-12-06 Chris Toshok <toshok at ximian.com>
2005-12-06 Chris Toshok <toshok at ximian.com>
2005-12-07 Chris Toshok <toshok at ximian.com>
add example from bug #76924
2005-12-11 Chris Toshok <toshok at ximian.com>
2005-12-11 Chris Toshok <toshok at ximian.com>
2005-12-12 Chris Toshok <toshok at ximian.com>
2005-12-13 Chris Toshok <toshok at ximian.com>
2005-12-13 Chris Toshok <toshok at ximian.com>
2005-12-14 Chris Toshok <toshok at ximian.com>
2005-12-14 Chris Toshok <toshok at ximian.com>
more System.Net.Configuration 2.0 work
bunch of new tests, mostly centering around the lock* attributes
oops, don't commit these
add test for invalid attribute name in lockAllAttributesExcept attribute
2005-12-15 Chris Toshok <toshok at ximian.com>
2005-12-15 Chris Toshok <toshok at ximian.com>
2005-12-16 Chris Toshok <toshok at ximian.com>
2005-12-16 Chris Toshok <toshok at ximian.com>
add raw xml test. need to get the expected output from windows still.
2006-01-02 Chris Toshok <toshok at ximian.com>
add expected output for t20
2006-01-02 Chris Toshok <toshok at ximian.com>
2006-01-02 Chris Toshok <toshok at ximian.com>
add three tests for instantiation of ProtectedConfigurationProviders
2006-01-02 Chris Toshok <toshok at ximian.com>
2006-01-02 Chris Toshok <toshok at ximian.com>
add some more rsa provider properties
2006-01-02 Chris Toshok <toshok at ximian.com>
add a test for protecting a section with a nonexistant provider (24), and a series of chained tests that encrypt (25) and decrypt (26) a connection strings section (27 tests the decrypted config).
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
add System.Security.dll reference
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-03 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
2006-01-04 Chris Toshok <toshok at ximian.com>
new tests
2006-01-05 Chris Toshok <toshok at ximian.com>
2006-01-05 Chris Toshok <toshok at ximian.com>
remove a couple of MonoTODO's
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
add new test
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
2006-01-09 Chris Toshok <toshok at ximian.com>
some new tests
2006-01-09 Chris Toshok <toshok at ximian.com>
commit the reflection based configuration dumping utility
the dumper stuff was moved to System.Configuration/
2006-01-09 Chris Toshok <toshok at ximian.com>
use the 1.x default for enableViewStateMac
2006-01-10 Chris Toshok <toshok at ximian.com>
2006-01-10 Chris Toshok <toshok at ximian.com>
remove the pages section altogether, as all the attributes we specify are in fact the section defaults.
2006-01-10 Chris Toshok <toshok at ximian.com>
stub out the 2.0 System.Web.Compilation stuff.
add all the 2.0 compilation stubs to the build.
2006-01-10 Chris Toshok <toshok at ximian.com>
2006-01-11 Chris Toshok <toshok at ximian.com>
2006-01-13 Chris Toshok <toshok at ximian.com>
2006-01-16 Chris Toshok <toshok at ximian.com>
2006-01-16 Chris Toshok <toshok at ximian.com>
2006-01-16 Chris Toshok <toshok at ximian.com>
2006-01-16 Chris Toshok <toshok at ximian.com>
2006-01-17 Chris Toshok <toshok at ximian.com>
2006-01-18 Chris Toshok <toshok at ximian.com>
2006-01-18 Chris Toshok <toshok at ximian.com>
2006-01-18 Chris Toshok <toshok at ximian.com>
2006-01-20 Chris Toshok <toshok at ximian.com>
2006-01-20 Chris Toshok <toshok at ximian.com>
add ClientBuildManagerParameterTest
2006-01-20 Chris Toshok <toshok at ximian.com>
2006-01-20 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
oops. fix build.
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-22 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-25 Chris Toshok <toshok at ximian.com>
add two tests for <location> elements at various levels in a configuration
2006-01-25 Chris Toshok <toshok at ximian.com>
2006-01-26 Chris Toshok <toshok at ximian.com>
clean up
2006-01-26 Chris Toshok <toshok at ximian.com>
Add ClientConfigurationSystem.cs to the build
2006-01-26 Chris Toshok <toshok at ximian.com>
add HttpConfigurationSystem.cs
2006-01-26 Chris Toshok <toshok at ximian.com>
2006-01-26 Chris Toshok <toshok at ximian.com>
add tests from bugzilla bugs 75402 and 77278
2006-01-27 Chris Toshok <toshok at ximian.com>
2006-01-29 Chris Toshok <toshok at ximian.com>
add a nested master page test from odetocode
add a nested master page example where we have duplicate/conflicting placeholder/template names. presently fails on mono, works on MS
2006-01-30 Chris Toshok <toshok at ximian.com>
new tests
add WebConfigurationManager tests
2006-01-31 Chris Toshok <toshok at ximian.com>
indent/format this properly
add example of a ListControl with AppendDataBoundItems == true
fix test breakage
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
no need to define CONFIGURATION_2_0 now.
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
2006-02-01 Chris Toshok <toshok at ximian.com>
a simple two level web.config test that loads both configurations. load subdir/index.aspx to see it work.
add a usage of GetSection(string,string) and label the asp:Labels
2006-02-02 Chris Toshok <toshok at ximian.com>
2006-02-07 Chris Toshok <toshok at ximian.com>
2006-02-07 Chris Toshok <toshok at ximian.com>
2006-02-07 Chris Toshok <toshok at ximian.com>
add BaseTemplateParser.cs and MasterPageControlBuilder.cs, and track ContentControlBuilderInternal name change.
fix typo
2006-02-07 Chris Toshok <toshok at ximian.com>
2006-02-07 Chris Toshok <toshok at ximian.com>
an example of using the <%@ Page ... Title directive
2006-02-07 Chris Toshok <toshok at ximian.com>
2006-02-07 Chris Toshok <toshok at ximian.com>
make this test a bit more complicated by putting a server control in the contentplaceholder's fallback
2006-02-07 Chris Toshok <toshok at ximian.com>
2006-02-08 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
2006-02-17 Chris Toshok <toshok at ximian.com>
In System.Data.OleDb:
2006-02-21 Chris Toshok <toshok at ximian.com>
2006-02-21 Chris Toshok <toshok at ximian.com>
2006-02-21 Chris Toshok <toshok at ximian.com>
add sql/access tests
2006-02-22 Chris Toshok <toshok at ximian.com>
add a (not enabled) provider factory test
2006-02-22 Chris Toshok <toshok at ximian.com>
2006-02-22 Chris Toshok <toshok at ximian.com>
In System.Web.UI:
2006-02-23 Chris Toshok <toshok at ximian.com>
2006-02-23 Chris Toshok <toshok at ximian.com>
In System.Web.Compilation:
oops
In System.Web.UI:
* ListSourceHelper.cs: this class is static.
* TemplateControl.cs: corcompare work.
In System.Web.Configuration.Internal:
In System.Web:
2006-02-28 Chris Toshok <toshok at ximian.com>
In System.Web.UI:
2006-03-07 Chris Toshok <toshok at ximian.com>
2006-03-07 Chris Toshok <toshok at ximian.com>
2006-03-07 Chris Toshok <toshok at ximian.com>
In System.Web.UI:
2006-03-08 Chris Toshok <toshok at ximian.com>
add some theme tests
2006-03-08 Chris Toshok <toshok at ximian.com>
In System.Web.Configuration_2.0:
2006-03-08 Chris Toshok <toshok at ximian.com>
2006-03-10 Chris Toshok <toshok at ximian.com>
2006-03-10 Chris Toshok <toshok at ximian.com>
* HttpRequest.cs (CheckString): add back in the check for \xff1c
enable these tests on MS, and remove the expected exception.
* StaticSiteMapProvider.cs (UrlToNode): this entire file is #if
2006-03-13 Chris Toshok <toshok at ximian.com>
2006-03-13 Chris Toshok <toshok at ximian.com>
add test for client side compare validator
2006-03-13 Chris Toshok <toshok at ximian.com>
2006-03-13 Chris Toshok <toshok at ximian.com>
add test for master page references in other directories
remove unused file
* HtmlTextWriterTag.cs: no [Serializable] in 2.0.
some interface rework
bored, more compare work in webparts.
In .:
2006-03-15 Chris Toshok <toshok at ximian.com>
* XmlSiteMapProvider.cs (RemoveProvider): oops, no override.
2006-03-15 Chris Toshok <toshok at ximian.com>
* SiteMapPath.cs (InitializeItem): in the Current and Root node
2006-03-22 Chris Toshok <toshok at ximian.com>
2006-03-22 Chris Toshok <toshok at ximian.com>
2006-03-22 Chris Toshok <toshok at ximian.com>
2006-03-23 Chris Toshok <toshok at ximian.com>
* Roles.cs: make this 2.0 configuration aware.
move some sql text to the start of the methods, and add a MonoTODO to DeleteRole
add internal GetDbProviderFactory method, to actually instantiate a factory and fall back to SqlClientFactory
remove Item since it conflicts with 'this []'
add sections for system.codedom and system.data
add a couple more tests
2006-03-24 Chris Toshok <toshok at ximian.com>
2006-03-24 Chris Toshok <toshok at ximian.com>
fix another NRE
2006-03-24 Chris Toshok <toshok at ximian.com>
* WebConfigurationManager.cs (GetConfig): add a fallback case for
2006-03-29 Chris Toshok <toshok at ximian.com>
2006-03-31 Chris Toshok <toshok at ximian.com>
2006-04-02 Chris Toshok <toshok at ximian.com>
In System.Net:
2006-04-07 Chris Toshok <toshok at ximian.com>
* data/net_2_0/machine.config: oh, and
2006-04-10 Chris Toshok <toshok at ximian.com>
2006-04-11 Chris Toshok <toshok at ximian.com>
2006-04-11 Chris Toshok <toshok at ximian.com>
2006-04-11 Chris Toshok <toshok at ximian.com>
2006-04-11 Chris Toshok <toshok at ximian.com>
2006-04-12 Chris Toshok <toshok at ximian.com>
2006-04-13 Chris Toshok <toshok at ximian.com>
oops, leave the system.data section out until a pending change in System.Data goes in
2006-04-20 Chris Toshok <toshok at ximian.com>
2006-04-24 Chris Toshok <toshok at ximian.com>
2006-04-25 Chris Toshok <toshok at ximian.com>
2006-04-25 Chris Toshok <toshok at ximian.com>
* WebConfigurationHost.cs (InitForConfiguration): actually, use
* AuthorizationRule.cs (Reset): finally figure out what this
2006-04-25 Chris Toshok <toshok at ximian.com>
2006-04-26 Chris Toshok <toshok at ximian.com>
2006-04-27 Chris Toshok <toshok at ximian.com>
2006-04-27 Chris Toshok <toshok at ximian.com>
2006-05-01 Chris Toshok <toshok at ximian.com>
oops. committed the wrong revision
2006-05-01 Chris Toshok <toshok at ximian.com>
* MembershipProvider.cs (GetAlg): switch from Exception to
* Membership.cs (GeneratePassword): don't include quotes (',",`)
2006-05-01 Chris Toshok <toshok at ximian.com>
add standalone test for sqlmembershipprovider
2006-05-02 Chris Toshok <toshok at ximian.com>
get encrypted passwords working
really fix this
2006-05-03 Chris Toshok <toshok at ximian.com>
2006-05-04 Chris Toshok <toshok at ximian.com>
add tests for bug 78256
2006-05-05 Chris Toshok <toshok at ximian.com>
fix up the System.Configuration unit tests.
2006-05-05 Chris Toshok <toshok at ximian.com>
* LocalFileSettingsProvider.cs (IsUserSetting): more
add WinSerialStream.cs to fix the build
2006-05-08 Chris Toshok <toshok at ximian.com>
2006-05-08 Chris Toshok <toshok at ximian.com>
78616 -> 76818
add 76818's testcase
add test for LinkedStyleSheet support with themes
2006-05-11 Chris Toshok <toshok at ximian.com>
we still need a guard here, for invalid_list.Count == 0
2006-05-12 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs (ScrollWindow): optimize copying.
* ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
2006-05-12 Chris Toshok <toshok at ximian.com>
(OnMouseUpSB): remove the call to refresh when releasing the
2006-05-12 Chris Toshok <toshok at ximian.com>
2006-05-15 Chris Toshok <toshok at ximian.com>
[ fixes bug #78011 ]
2006-05-16 Chris Toshok <toshok at ximian.com>
2006-05-23 Chris Toshok <toshok at ximian.com>
* DataGridColumnStyle.cs
* DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
2006-05-23 Chris Toshok <toshok at ximian.com>
2006-05-24 Chris Toshok <toshok at ximian.com>
* DataGridBoolColumn.cs (Abort): revert back to the saved setting.
2006-05-25 Chris Toshok <toshok at ximian.com>
2006-05-25 Chris Toshok <toshok at ximian.com>
* DataGrid.cs (EnsureCellVisibility): remove some code to fix a
2006-05-26 Chris Toshok <toshok at ximian.com>
2006-05-28 Chris Toshok <toshok at ximian.com>
2006-05-31 Chris Toshok <toshok at ximian.com>
2006-06-01 Chris Toshok <toshok at ximian.com>
more test work
2006-06-05 Chris Toshok <toshok at ximian.com>
2006-06-06 Chris Toshok <toshok at ximian.com>
In System.Web.Services.Description:
2006-06-08 Chris Toshok <toshok at ximian.com>
2006-06-12 Chris Toshok <toshok at ximian.com>
* DataGridTextBox.cs (.ctor): isedit defaults to false.
* DataGrid.cs (set_CurrentCell): concede focus as we move around.
2006-06-13 Chris Toshok <toshok at ximian.com>
oops
2006-06-19 Chris Toshok <toshok at ximian.com>
In .:
update the ifdefed-out code to use BindingMemberInfo
oops. this was left out of the previous commit
* PropertyManager.cs: the PropertyChangedHandler is invoked when
2006-06-20 Chris Toshok <toshok at ximian.com>
2006-06-21 Chris Toshok <toshok at ximian.com>
2006-06-21 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: add in some basic navigation stuff (navigating to a
In .:
add more tests
2006-06-23 Chris Toshok <toshok at ximian.com>
remove spew
2006-06-26 Chris Toshok <toshok at ximian.com>
2006-06-27 Chris Toshok <toshok at ximian.com>
* ThemeWin32Classic.cs: s/grid.grid_drawing/grid
remove DataGridDrawingLogic from the build.
2006-06-30 Chris Toshok <toshok at ximian.com>
2006-07-06 Chris Toshok <toshok at ximian.com>
* LinkLabel.cs (.ctor): SetStyle Selectable to true.
* LinkLabel.cs: revert the SetStyle change.
2006-07-07 Chris Toshok <toshok at ximian.com>
* LinkLabel.cs (Select): if we chain up to the parent, set
* Control.cs (Dispose): release any Capture when disposing.
2006-07-07 Chris Toshok <toshok at ximian.com>
svn path=/trunk/mcs/; revision=62411
formatting
2006-07-10 Chris Toshok <toshok at ximian.com>
2006-07-10 Chris Toshok <toshok at ximian.com>
* DataGridTextBoxColumn.cs: if when we Commit we're in navigate
* DataGridTableStyle.cs: just check if the property type is bool.
2006-07-20 Chris Toshok <toshok at ximian.com>
* ToolBar.cs: When we redraw a button, for whatever reason,
2006-07-21 Chris Toshok <toshok at ximian.com>
2006-07-26 Chris Toshok <toshok at ximian.com>
add some resources for use by the print preview dialog
2006-07-26 Chris Toshok <toshok at ximian.com>
2006-07-31 Chris Toshok <toshok at ximian.com>
* RelatedPropertyManager.cs: Don't always chain up to the parent
* ThemeWin32Classic.cs: use grid.RowsCount here instead of
2006-08-01 Chris Toshok <toshok at ximian.com>
* PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
2006-08-02 Chris Toshok <toshok at ximian.com>
2006-08-02 Chris Toshok <toshok at ximian.com>
2006-08-08 Chris Toshok <toshok at ximian.com>
2006-08-08 Chris Toshok <toshok at ximian.com>
2006-08-08 Chris Toshok <toshok at ximian.com>
* GridTableStylesCollection.cs: raise a CollectionChangeEvent
* DataGrid.cs: make BeginInit/EndInit actually do what they're
2006-08-10 Chris Toshok <toshok at ximian.com>
2006-08-10 Chris Toshok <toshok at ximian.com>
2006-08-10 Chris Toshok <toshok at ximian.com>
2006-08-12 Chris Toshok <toshok at ximian.com>
* ThemeWin32Classic.cs: fix the bottom right corner painting. had
* ToolBarButton.cs: make Layout return a boolean, if something to
2006-08-14 Chris Toshok <toshok at ximian.com>
remove writeline
2006-08-14 Chris Toshok <toshok at ximian.com>
2006-08-15 Chris Toshok <toshok at ximian.com>
* Binding.cs: fix PullData/SetPropertyValue. We don't want to
2006-08-19 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: after further communication with pdb, we get the
remove ;
2006-08-20 Chris Toshok <toshok at ximian.com>
* test/array.c (test_array_big): add a test from the glib
2006-08-23 Chris Toshok <toshok at ximian.com>
2006-08-23 Chris Toshok <toshok at ximian.com>
* DataGrid.cs (EndEdit): only invalidate the row header when we
oops
* DataGrid.cs: fix flickering when scrolling vertically.
2006-08-24 Chris Toshok <toshok at ximian.com>
2006-08-27 Chris Toshok <toshok at ximian.com>
2006-08-28 Chris Toshok <toshok at ximian.com>
* Control.cs: err, fix this the right way, by locking on controls
* NativeWindow.cs: lock around accesses to window_collection.
* Form.cs: remove unused "active_form" static field.
2006-08-29 Chris Toshok <toshok at ximian.com>
add a couple of datagridcolumnstyle tests
2006-08-31 Chris Toshok <toshok at ximian.com>
2006-08-31 Chris Toshok <toshok at ximian.com>
* DataGridTextBoxColumn.cs: only hide the textbox if it's still
2006-09-01 Chris Toshok <toshok at ximian.com>
2006-09-01 Chris Toshok <toshok at ximian.com>
2006-09-07 Chris Toshok <toshok at ximian.com>
* MenuAPI.cs: move the PerformClick call to OnMouseUp. Fixes bug
2006-09-08 Chris Toshok <toshok at ximian.com>
2006-09-11 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: deal with queue being null, which happens in all
* DataGrid.cs (set_DataSource): make this work for both the
* XEventQueue.cs: add a DispatchIdle property.
oops
2006-09-12 Chris Toshok <toshok at ximian.com>
put in the right namespace
2006-09-13 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: rework window destruction slightly.
* XplatUIX11.cs: more destroy work. Jackson pointed out that my
2006-09-15 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
* Application.cs: add locking around the static message_filters
* XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly. If
* XplatUIX11.cs:
2006-09-19 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: a couple of blanket code massage passes to clean
2006-09-21 Chris Toshok <toshok at ximian.com>
2006-09-26 Chris Toshok <toshok at ximian.com>
2006-09-26 Chris Toshok <toshok at ximian.com>
2006-09-26 Chris Toshok <toshok at ximian.com>
* Control.cs (ChildNeedsRecreating): this should return true if
2006-09-26 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
2006-09-27 Chris Toshok <toshok at ximian.com>
* MessageBox.cs (CreateParams): the styles should be |'ed with our
* Theme.cs (SystemResPool): make the "if hashtable[key] == null
* ComboBox.cs: use Invalidate when scrolling the dropdown list.
* DataGrid.cs: return false if alt isn't pressed when '0' is
* PropertyGridView.cs: half of the fix for #78190. Clicking on
2006-09-27 Chris Toshok <toshok at ximian.com>
* DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
* XplatUIX11.cs (SetWMStyles): more metacity wonderment. turns
2006-09-28 Chris Toshok <toshok at ximian.com>
2006-09-29 Chris Toshok <toshok at ximian.com>
* LinkLabel.cs (CreatePiecesFromText): calculate the length of a
* LinkLabel.cs: more handling of the default link collection in
2006-09-29 Chris Toshok <toshok at ximian.com>
* DataGrid.cs (CurrentCell): if we try to navigate to the add row
* Application.cs: when entering a runloop with a modal, make sure
2006-10-01 Chris Toshok <toshok at ximian.com>
* NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
* ScrollableControl.cs: make sure neither right_edge or
2006-10-02 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
2006-10-03 Chris Toshok <toshok at ximian.com>
2006-10-03 Chris Toshok <toshok at ximian.com>
2006-10-03 Chris Toshok <toshok at ximian.com>
2006-10-05 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: move back to a more lazy scheme for creating the
* DataGridBoolColumn.cs: Nuke the code from ConcedeFocus. I'm
2006-10-06 Chris Toshok <toshok at ximian.com>
* NotifyIcon.cs (HandleMouseUp): only show the context menu on
2006-10-06 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: This is perhaps a dangerous change, but it seems
2006-10-09 Chris Toshok <toshok at ximian.com>
2006-10-09 Chris Toshok <toshok at ximian.com>
2006-10-10 Chris Toshok <toshok at ximian.com>
remove warning
2006-10-10 Chris Toshok <toshok at ximian.com>
2006-10-10 Chris Toshok <toshok at ximian.com>
* Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
2006-10-11 Chris Toshok <toshok at ximian.com>
2006-10-11 Chris Toshok <toshok at ximian.com>
2006-10-10 Chris Toshok <toshok at ximian.com>
2006-10-11 Chris Toshok <toshok at ximian.com>
* Control.cs: switch to using an "invalid_region" to track which
curse you, svn, curse youuuuuuuuu
i suck, part two
2006-10-11 Chris Toshok <toshok at ximian.com>
nuke PropertyGridEntry.cs
* Control.cs (OnInvalidated): fix NRE relating to last change.
2006-10-13 Chris Toshok <toshok at ximian.com>
2006-10-13 Chris Toshok <toshok at ximian.com>
* ColorEditor.cs: we also need to make sure we set selected_color
2006-10-13 Chris Toshok <toshok at ximian.com>
* Control.cs (OnInvalidated) only futz with the invalid_region if
2006-10-13 Chris Toshok <toshok at ximian.com>
2006-10-13 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: more Destroy work. the current code does the
2006-10-16 Chris Toshok <toshok at ximian.com>
2006-10-17 Chris Toshok <toshok at ximian.com>
oops, left some debug spew of my own in
2006-10-18 Chris Toshok <toshok at ximian.com>
* Form.cs: when getting the backcolor of the form, don't get
* XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
2006-10-20 Chris Toshok <toshok at ximian.com>
2006-10-20 Chris Toshok <toshok at ximian.com>
2006-10-24 Chris Toshok <toshok at ximian.com>
2006-10-25 Chris Toshok <toshok at ximian.com>
* PropertyGridView.cs: factor out the up/down handling, and reuse
2006-10-25 Chris Toshok <toshok at ximian.com>
* PropertyGridView.cs: do some cleanup of the brush used to draw
* PropertyGridView.cs: factor out the splitter invalidation code
2006-10-26 Chris Toshok <toshok at ximian.com>
* PropertyGrid.cs: make set_SelectedObject call
2006-10-26 Chris Toshok <toshok at ximian.com>
add a toolbarbutton test
2006-10-27 Chris Toshok <toshok at ximian.com>
add the textbox tests to the assembly, and add another test which shows at least part of #79052, so we can test it without running nunit and its gui tests
add some more binding tests
include the already existing DataGridColumnStyleTests in the test dll, and add a couple for ControlBindingsConverterTest
* DataGridTableStyle.cs: reproduce buggy MS behavior (with
* Control.cs: implement Control.FromChildHandle in a way that
fix these tests so that they succeed on windows
lots of test work. enable some tests which were disabled, and try to make sure we Dispose of forms when we're done using them. this makes things a little snappier on the X side of things
2006-10-29 Chris Toshok <toshok at ximian.com>
* Form.cs: remove the try-catch's around calls to GetWindowState.
* ListControl.cs (set_DataSource): throw Exception here, not
2006-10-29 Chris Toshok <toshok at ximian.com>
* Control.cs (get_TopLevelControl): fix bug #79781.
add some ListManager tests
more tests
2006-10-30 Chris Toshok <toshok at ximian.com>
* ApplicationContext.cs: guard against a NRE.
* XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
* XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
* Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
[ fixes the oversized notify icon issue in bug #79745 ]
2006-10-31 Chris Toshok <toshok at ximian.com>
* Control.cs (set_Capture): make a logic a little easier to
flesh out a couple of these tests
* ListControl.cs (set_SelectedValue): don't throw exceptions on
* UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
enable a whole bunch more tests, all of which pass on windows (some of which fail on mono). Fix the Control Invoke test (needs to be running an additional thread), and fix the paths in the System.Resources tests
label tests which don't work under mono as NotWorking, and remove some that will never work. more cleanup is needed, but we now pass all tests which we run
2006-11-01 Chris Toshok <toshok at ximian.com>
disable some more tests which no longer work
make all forms we show not appear in the taskbar. removes some more of the desktop flickering
* XplatUIX11.cs: revert the #79790 fix, as the simple.
2006-11-02 Chris Toshok <toshok at ximian.com>
2006-11-03 Chris Toshok <toshok at ximian.com>
svn path=/trunk/mcs/; revision=67320
oops, forgot this
switch the category on 'Lines' to be Appearance, to match MS
2006-11-03 Chris Toshok <toshok at ximian.com>
* Form.cs (Close): if the form is modal, don't Dispose of it, only
clean these tests up so we can include them
pseudo-revert the change to the expected exception types. the framework version we have on monobuild3 at least (1.1.4322.2300) has these exceptions in their previous form. the 2.0 framework definitely throws ArgumentOutOfRangeException
revert the exception change. .net 1.1.4322.2300 has them as ArgumentException
2006-11-04 Chris Toshok <toshok at ximian.com>
add FormTest
* FormTest.cs: add a few more tests to determine various aspects
2006-11-04 Chris Toshok <toshok at ximian.com>
* Theme.cs: add a Clamp method, just for kicks.
2006-11-04 Chris Toshok <toshok at ximian.com>
* ControlTest.cs: enable a bunch more of these on linux, and split
clean this up a bit and enable some of the commented-out assertions
add Control.Name test here
enable a bunch of Label assertions, clean some of them up and remove some duplicates from ControlTest. Also, we only need 1 set of label tests, not 2.
2006-11-06 Chris Toshok <toshok at ximian.com>
add test for initial SelectedGridItem value not being null
clean these up a bit, and enable most of the numeric updown tests (the EditText/Validate test is still NotWorking)
* NumericUpDown.cs: fix the ToString method for some unit test
2006-11-06 Chris Toshok <toshok at ximian.com>
2006-11-07 Chris Toshok <toshok at ximian.com>
2006-11-07 Chris Toshok <toshok at ximian.com>
this test works now
2006-11-07 Chris Toshok <toshok at ximian.com>
get rid of the ^M's, and also fix up the nonworking imagelist and imemode tests
* RelatedPropertyManager.cs: set property_name in our ctor. fixes
this test is working now
enable this test too
* ProgressBar.cs: fix a typo in ToString(). fixes a unit test.
enable more unit tests
2006-11-07 Chris Toshok <toshok at ximian.com>
add two non-working StatusBarPanel tests
add a ToString test
2006-11-08 Chris Toshok <toshok at ximian.com>
remove unused field
2006-11-08 Chris Toshok <toshok at ximian.com>
add a bunch more property grid tests (some of which aren't working with mono)
add another (notworking) test
fix this test for MS
In .:
these tests work now
update the ancient README
2006-11-08 Chris Toshok <toshok at ximian.com>
2006-11-09 Chris Toshok <toshok at ximian.com>
add some PropertyDescriptor tests for IsReadOnly
2006-11-09 Chris Toshok <toshok at ximian.com>
add tests inspired by bug #76647
2006-11-09 Chris Toshok <toshok at ximian.com>
we pass this test now
* TabControl.cs: initialize row_count to 0, and set it to 1 when
this test works on mono
remove some layout/rendering specific asserts, and fix the RowCount property in TabControl, so we can enable this test.
remove theme specific font size check
2006-11-10 Chris Toshok <toshok at ximian.com>
2006-11-13 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: fix #79917 for window managers which support
* XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2006-11-13 Chris Toshok <toshok at ximian.com>
start of refactoring work on X backend. this is nowhere near usable yet.
add a TODO
more stuff
more blurbs about hwnd expose stuff
commit the stripped down XplatUIX11.cs here for now.
2006-11-15 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: use AddExpose instead of sending a message.
[ fixes #79933 ]
* XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2006-11-15 Chris Toshok <toshok at ximian.com>
add some tests for Form/ApplicationContext interaction
add a unit test dealing with disposing of a form's owner
add some HandleDestroyed tests (to see if it's generated from RecreateHandle), and another check for disposing of a form's owner.
2006-11-15 Chris Toshok <toshok at ximian.com>
Application unit tests
add ApplicationTest.cs and ApplicationContextTest.cs
* Application.cs: null out the context's MainForm when we exit
2006-11-16 Chris Toshok <toshok at ximian.com>
2006-11-16 Chris Toshok <toshok at ximian.com>
more work. timers should be working now.
add the new X11 backend to the build
2006-11-16 Chris Toshok <toshok at ximian.com>
* XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
2006-11-17 Chris Toshok <toshok at ximian.com>
more work
2006-11-17 Chris Toshok <toshok at ximian.com>
2006-11-17 Chris Toshok <toshok at ximian.com>
these are font size dependent. remove them
this is font size dependent
this is font size dependent
2006-11-20 Chris Toshok <toshok at ximian.com>
general not area
2006-11-20 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
* Xlib.cs: remove the static keyword from the class
* X11Hwnd.cs: the IntPtr atom change broke the Array.Sort stuff I
2006-11-27 Chris Toshok <toshok at ximian.com>
2006-11-27 Chris Toshok <toshok at ximian.com>
more notes
2006-11-28 Chris Toshok <toshok at ximian.com>
2006-11-28 Chris Toshok <toshok at ximian.com>
set svn:eol-style to native
* X11ThreadQueue.cs: factor out all the commonality from
add (NotWorking) test to see which properties cause control handles to be created (turns out none of the listed ones do)
split out the tests dealing with setting width/height, changing orientation, and checking width/height. they're NotWorking
remove idea about multithreaded access to Invalidate. people should be using Control.Invoke.
2006-11-29 Chris Toshok <toshok at ximian.com>
In Test/System.Windows.Forms:
* DataGrid.cs: detect when we should be double the double click
renumber these assertions
* MenuItem.cs: fix the NRE when we assign text (and therefore call
* DataGrid.cs: keep from going into an infinite loop redrawing a
In System.Windows.Forms:
doh, fix the uint-ness
* Form.cs (set_TransparencyKey): only call SetWindowTransparency
* XplatUIWin32.cs (GetWindowTransparency): check return value of
2006-12-01 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: call SetDataSource instead of CalcGridAreas in
* Form.cs: Form.ControlCollection already stores off the
* TreeView.cs: doh, the Begin* events should be
In .:
2006-12-01 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
stop suppressing the 108 warning. we're missing valuable info because of it. we still have 13 warnings to fix, but that's much better than the initial state of things
eh, open the floodgates. stop suppressing these warnings.
* ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
2006-12-01 Chris Toshok <toshok at ximian.com>
[ after removing all warning suppressions, this cleans up over 100 warnings. ]
In System.Windows.Forms.RTF:
2006-12-04 Chris Toshok <toshok at ximian.com>
remove 2 CWL's. sorry about that
2006-12-04 Chris Toshok <toshok at ximian.com>
(SetDataGrid): call CheckValidDataSourceSystem.Windows.Forms/DataGridColumnStyle.cs
i'm having a bad day with svn today... back out some CWL's i didn't want to commit
i'm having a bad day with svn today... back out some CWL's i didn't want to commit
2006-12-04 Chris Toshok <toshok at ximian.com>
* DataGridTextBoxColumn.cs: remove some spew.
2006-12-04 Chris Toshok <toshok at ximian.com>
* DataGridColumnStyle.cs: set the column's readonly property
* DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
* DataGridTableStyle.cs: remove the gross calling of
2006-12-04 Chris Toshok <toshok at ximian.com>
2006-12-04 Chris Toshok <toshok at ximian.com>
2006-12-05 Chris Toshok <toshok at ximian.com>
2006-12-05 Chris Toshok <toshok at ximian.com>
* DataGridView.cs: fix compiler warnings.
2006-12-05 Chris Toshok <toshok at ximian.com>
2006-12-05 Chris Toshok <toshok at ximian.com>
2006-12-05 Chris Toshok <toshok at ximian.com>
2006-12-05 Chris Toshok <toshok at ximian.com>
2006-12-06 Chris Toshok <toshok at ximian.com>
* System.Windows.Forms/GroupBox.cs,
2006-12-06 Chris Toshok <toshok at ximian.com>
2006-12-06 Chris Toshok <toshok at ximian.com>
* AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
* Control.cs: make right_to_left and context_menu fields private.
* Timer.cs, Control.cs, Menu.cs: make control_tag private.
In .:
In Test/System.ComponentModel:
In Test/System.ComponentModel:
In Test/System.ComponentModel:
In Test/System.Windows.Forms:
* ButtonBase.cs: remove all uses of is_enabled from this code.
* TextBox.cs: remove the explicit assignments to has_focus.
In System.Windows.Forms:
* Control.cs: make tab_stop private.
2006-12-06 Chris Toshok <toshok at ximian.com>
In Test/System.Windows.Forms:
* ScrollBar.cs: change the assignment of cursor to Cursor. not
* ListView.cs: the BackgroundImage override is just to set
* ToolTip.cs: use Visible instead of is_visible.
[ I wanna be like BenM when I grow up ]
* Control.cs: reindent WndProc.
2006-12-07 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
In Test/System.Data:
In System.Windows.Forms:
2006-12-08 Chris Toshok <toshok at ximian.com>
2006-12-08 Chris Toshok <toshok at ximian.com>
[ Fixes bug #80167 ]
* DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
* ThemeWin32Classic.cs (DataGridPaintRows): handle case where
oops, update ChangeLog entry
2006-12-08 Chris Toshok <toshok at ximian.com>
In Test/System.Windows.Forms:
make sure we don't NRE here
* DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
2006-12-10 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
In Test/System.Data:
In System.Windows.Forms.X11Internal:
revert r69151
2006-12-15 Chris Toshok <toshok at ximian.com>
2006-12-15 Chris Toshok <toshok at ximian.com>
2006-12-16 Chris Toshok <toshok at ximian.com>
resync
2006-12-17 Chris Toshok <toshok at ximian.com>
2006-12-17 Chris Toshok <toshok at ximian.com>
resync
In .:
In .:
fix typo
In Test/System.ComponentModel:
In .:
2006-12-19 Chris Toshok <toshok at ximian.com>
* ToolStripItem.cs: add the implementation of the 4 IDropTarget
2006-12-19 Chris Toshok <toshok at ximian.com>
In Test/System.ComponentModel:
In Test/System.ComponentModel:
In Test/System.ComponentModel:
In Test/System.Windows.Forms:
tons more corcompare work
2006-12-21 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: guard against the initial state of selection, where
In System.Windows.Forms:
In Test/System.Windows.Forms.Layout:
fix build error
2006-12-24 Chris Toshok <toshok at ximian.com>
* Control.cs: corecompare work here too.
* GridTablesFactory.cs: 2.0 corcompare work.
more corcompare work
fix build
2006-12-25 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
In System.Windows.Forms:
* Control.cs: fix compiler warning.
* Application.cs: add a couple of 2.0 events.
fix 'new' usage
2006-12-26 Chris Toshok <toshok at ximian.com>
svn path=/trunk/mcs/; revision=70111
make another pass at corcompare, mostly attributes on classes/properties/events/etc
a little more corcompare attribute work
In .:
* Control.cs: fix a couple of place where we were creating handles
In Test/System.Windows.Forms:
In Test/System.Windows.Forms:
do the /exclude:Interactive thing in a way the existing library.make supports.
In Test/System.Windows.Forms:
* ContainerControl.cs: make sure we throw the exception if the
revert the previous change. it's more 'right', but causes everything else to break
2006-12-31 Chris Toshok <toshok at ximian.com>
2006-12-31 Chris Toshok <toshok at ximian.com>
* ControlEventTest.cs: add SizeChanged to the resize/layout event
2007-01-02 Chris Toshok <toshok at ximian.com>
2007-01-03 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: the Alt+0 handling was wrong, it should have been
2007-01-04 Chris Toshok <toshok at ximian.com>
2007-01-05 Chris Toshok <toshok at ximian.com>
also, disable the call do BindColumns in
hack for automated X11 testing
2007-01-05 Chris Toshok <toshok at ximian.com>
2007-01-10 Chris Toshok <toshok at ximian.com>
2007-01-10 Chris Toshok <toshok at ximian.com>
* Application.cs: fix compilation errors when debug is enabled.
2007-01-10 Chris Toshok <toshok at ximian.com>
2007-01-10 Chris Toshok <toshok at ximian.com>
* Splitter.cs: clearing some outstanding changes from my tree.
* UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
* Form.cs: move the call to SendControlFocus into the same
2007-01-11 Chris Toshok <toshok at ximian.com>
* LinkLabel.cs: make sure to call base.Select in our Select method
In System.Windows.Forms.X11Internal:
2007-01-15 Chris Toshok <toshok at ximian.com>
* ComboBox.cs: same.
2007-01-16 Chris Toshok <toshok at ximian.com>
2007-01-16 Chris Toshok <toshok at ximian.com>
enable a couple more assertions
svn path=/trunk/mcs/; revision=71257
2007-01-18 Chris Toshok <toshok at ximian.com>
remove the NotWorking's from a bunch of these
2007-01-18 Chris Toshok <toshok at ximian.com>
doh, remove the non-working interactive test
2007-01-19 Chris Toshok <toshok at ximian.com>
* DataGridTextBoxColumnTest.cs: add a couple more tests to see how
2007-01-19 Chris Toshok <toshok at ximian.com>
\!COMPLETE
In System.Windows.Forms.VisualStyles:
In Test/System.ComponentModel:
add BindingList to the build/tests
* InheritanceLevel.cs: 2.0 class-status work.
2007-01-23 Chris Toshok <toshok at ximian.com>
* BindingSourceTest.cs: initial BindingSource tests. not built
2007-01-23 Chris Toshok <toshok at ximian.com>
* Control.cs: throw an ArgumentException if a toplevel control is
* Control.cs: ControlCollection seems to have super-secret
* Control.cs: fix the checks so that they work correctly for mdi
2006-01-24 Chris Toshok <toshok at ximian.com>
2007-01-24 Chris Toshok <toshok at ximian.com>
fix this in a better way
2007-01-25 Chris Toshok <toshok at ximian.com>
In System.Windows.Forms:
x2007-01-29 Chris Toshok <toshok at ximian.com>
2007-01-29 Chris Toshok <toshok at ximian.com>
2007-01-30 Chris Toshok <toshok at ximian.com>
* X11Display.cs: port over jackson's XplatUIX11.cs fix for DND
2007-02-01 Chris Toshok <toshok at ximian.com>
* ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
* DataGridTextBoxColumn.cs: clean up the
2007-02-01 Chris Toshok <toshok at ximian.com>
2007-02-07 Chris Toshok <toshok at ximian.com>
* MessageBox.cs: fix #80625. don't always show the Help button in
* DataGrid.cs: return immediately from Edit() when there are no
* ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
2007-02-08 Chris Toshok <toshok at ximian.com>
sync up the project files
2007-02-09 Chris Toshok <toshok at ximian.com>
2007-02-09 Chris Toshok <toshok at ximian.com>
2007-02-10 Chris Toshok <toshok at ximian.com>
revert r72565 and r72581. these will go on a branch and be merged back in once they stabilize and don't break everyone.
In Test/System.Windows.Forms:
2007-03-07 Chris Toshok <toshok at ximian.com>
track changes to .dll.sources
2007-03-08 Chris Toshok <toshok at ximian.com>
2007-03-09 Chris Toshok <toshok at ximian.com>
add more tests
enable the bindingsource tests
resync these
* Control.cs: really remove the call to XplatUI.SetVisible from
2007-03-09 Chris Toshok <toshok at ximian.com>
add test to confirm behavior of Control.SetVisibleCore, and remove some redundant tests which are covered by ControlHandleTest
2007-03-12 Chris Toshok <toshok at ximian.com>
enable this test. works now.
2007-03-14 Chris Toshok <toshok at ximian.com>
update this directory to include the handle branch changes, as well as the SendParentNotify changes rolf made
In System.Windows.Forms:
In Test/System.Windows.Forms:
In Test/System.Windows.Forms:
* Hwnd.cs: add an internal field for the cached_window_state.
In System.Windows.Forms:
2007-03-19 Chris Toshok <toshok at ximian.com>
2007-03-19 Chris Toshok <toshok at ximian.com>
* ScrollableControl.cs: the scroll position should not effect the
2007-03-19 Chris Toshok <toshok at ximian.com>
2007-03-19 Chris Toshok <toshok at ximian.com>
2007-03-19 Chris Toshok <toshok at ximian.com>
2007-03-22 Chris Toshok <toshok at ximian.com>
2007-03-22 Chris Toshok <toshok at ximian.com>
2007-03-22 Chris Toshok <toshok at ximian.com>
2007-03-23 Chris Toshok <toshok at ximian.com>
2007-03-23 Chris Toshok <toshok at ximian.com>
2007-03-28 Chris Toshok <toshok at ximian.com>
2007-04-02 Chris Toshok <toshok at ximian.com>
2007-04-04 Chris Toshok <toshok at ximian.com>
add some (mostly non-working) data binding tests
2007-04-17 Chris Toshok <toshok at ximian.com>
2007-04-17 Chris Toshok <toshok at ximian.com>
2007-04-17 Chris Toshok <toshok at ximian.com>
2007-04-19 Chris Toshok <toshok at ximian.com>
databinding test work
2007-04-23 Chris Toshok <toshok at ximian.com>
add disambiguating line about CategoryAttribute
2007-04-27 Chris Toshok <toshok at ximian.com>
2007-04-27 Chris Toshok <toshok at ximian.com>
2007-05-03 Chris Toshok <toshok at ximian.com>
2007-05-03 Chris Toshok <toshok at ximian.com>
In Test/System.Windows.Forms:
run this file through dos2unix
sync up the .csproj files
remove the ^M and set eol-style to native
In Test/System.Data:
2007-05-21 Chris Toshok <toshok at ximian.com>
2007-05-30 Chris Toshok <toshok at ximian.com>
2007-06-01 Chris Toshok <toshok at ximian.com>
* DataGrid.cs: remove the XXX'ed check at the top of
add a dependency on the descriptor resources, so we'll rebuild the linker when they change
2008-02-27 Chris Toshok <toshok at ximian.com>
2008-11-04 Chris Toshok <toshok at ximian.com>
fix build
Mono.Moonlight.dll is dead. Long live System.Windows.dll.
2009-01-21 Chris Toshok <toshok at ximian.com>
In System.Runtime.Serialization/System.Xml:
2009-04-29 Chris Toshok <toshok at ximian.com>
in class/corlib/System.Collections.Generic/:
in System.ServiceModel.Web/System.Runtime.Serialization.Json:
2009-12-08 Chris Toshok <toshok at ximian.com>
2009-12-09 Chris Toshok <toshok at ximian.com>
in System.Runtime.Serialization.Json:
2010-02-06 Chris Toshok <toshok at ximian.com>
2010-02-09 Chris Toshok <toshok at ximian.com>
2010-02-09 Chris Toshok <toshok at ximian.com>
fix build
2010-05-05 Chris Toshok <toshok at ximian.com>
add TargetFrameworkAttribute to the moonlight build so we can start at least looking at SL4 apps.
2010-06-18 Chris Toshok <toshok at ximian.com>
move the call to mono_gc_base_init into mono_debug_init
if we're building with moonlight enabled, don't build mdb.
built a separate libmonoruntime for moonlight, so we can do -DMOONLIGHT just in the moonlight lib instead of globally.
Christian Hergert (21):
2008-10-07 Christian Hergert <christian.hergert at gmail.com>
2008-12-09 Christian Hergert <christian.hergert at gmail.com>
2009-01-19 Christian Hergert <christian.hergert at gmail.com>
2009-01-19 Christian Hergert <christian.hergert at gmail.com>
2009-01-19 Christian Hergert <christian.hergert at gmail.com>
2009-01-21 Christian Hergert <christian.hergert at gmail.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
2009-08-18 Christian Hergert <chris at dronelabs.com>
Fix broken g_int_hash/g_int_equal semantics
Christian Hoff (1):
2009-09-24 Christian Hoff <christian_hoff at gmx.net>
Christian Meyer (9):
Added Bitmap.cs.
Added method headers (Bitmap.cs).
Cleaned up the code a little bit...
Fixed typo.
Uppercased several files.
Added Metafile.cs. No impl. Not finished, just stubs. 50% of ctors are done.
Added ChangeLog file.
Ximian is new copyright holder now.
Ximian is new copyright holder now.
Christopher Bockner (17):
Mono.Data.DB2Client/DB2ClientConnect.cs: Replaced SQLConnect with SQLDriverConnect, cleaned handles passed to DB2, cleaned up error handling. SQLDriverConnect requires no parsing for the connection string.
Mono.Data.DB2Client: DB2ClientException.cs We need to check for SQL_NO_DATA and a non-negative return from SQLGetDiagRec, not SQL_SUCCESS_WITH_INFO.
DB2ClientCommand.cs: Finished transition to SQLDriverConnect.
Some structural changes to implement Prepared Statements (prepared statements won't be done until I finish the parameter support though).
DB2ClientParameter.cs: Adding the parameter class so we can implement prepared statements.
DB2ClientParameterCollection.cs: Adding this class to support prepared statements.
DB2ClientCommand.cs: Various changes, mostly to support prepared statements.
DB2ClientConnection.cs: Added error checking on SQLDisconnect.
DB2ClientConstants.cs:
DB2ClientDataReader.cs:
DB2ClientPrototypes.cs
Changes to enable prepared statements, which sort of work now (need more testing).
Added parameter Describe functionality.
Added a describe function so that parameters can get their information from DB2.
Removed the unsafe dependencies from the driver.
:i
Changes to prepare for LOB locators.
Christopher Podurgiel (16):
2001-08-24 Christopher Podurgiel <cpodurgiel at msn.com>
ConfigurationSettings.cs: No longer references the NameValueSectionHandler directly. Instead it uses System.Reflection to call the Create() method for the appropriate SectionHandler as defined in the .config file.
No longer references the NameValueSectionHandler directly. Instead it uses System.Reflection to call the Create() method for the appropriate SectionHandler as defined in the .config file.
Added Implementation of Create() method.
Added reference to System.Xml.
Now returns proper message rather than "System Exception".
2001-08-28 Christopher Podurgiel <cpodurgiel at msn.com>
Christopher Podurgiel <cpodurgiel at msn.com>
Added Files.
* Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
* Updated all Enums, Interfaces, and Delegates in System.Data
UnCommented System.Data as it now builds correctly.
* DataColumnChangeEventArgs.cs : Added
2002-03-01 Christopher Podurgiel <cpodurgiel at msn.com>
Changed the Namespace on some Enums from mono.System.Data to System.Data
* System.Data.IDbDataParameter: Added Interface to IDataParameter.
Crestez Dan Leonard (4):
Added new tests
msbuild: test fixes. Implemented GlobalEngine and project unloading
msbuild: cleanup in BuildItem/TaskItem
msbuild: Fix typo
César Natarén (659):
Added the "domain" parameter to the mono_domain_assembly_open function example.
Added files: PowerBroadcastStatus.cs, ServiceAccount.cs,
mcs/class: Added assembly directory System.ServiceProcess
Added test for error CS0201.
Added file cs0201.cs
Added file cs0225.cs
Added file cs0230.cs
Added the IVsa interfaces that are used for runtime support of script engines.
Added Microsoft.JScript assembly and namespace, that will be used by the Jscript compiler.
mcs/class: Added directories Microsoft.JScript and Microsoft.Vsa that will have the runtime and CodeDom support for the JScript compiler.
Fixed typo.
Added a ChangeLog file, makefile.gnu for *nix building and the file lsit for it.
Added some files for the compiler's parsing phase (antlr generad files, and the grammar itself).
Added a readme file, explaining the dependencies and build process.
ChangeLog entry, README file added.
Added syntatic rules for: switch_statement, case_block, case_clauses, case_clause, default_clause, labelled_statement, try_statement, catch_exp, finally_exp, with_statement, object_literal, ( expression ), property_name_and_value_list, property_name, expression.
Added myself to the team page.
Added more syntatic and lexical rules. See ChangeLog.
Added more syntatic rules: if_statement, while and for-in statements, initial array_litetal definition, and elision.
Added continue_statement, break_statement, return_statement, throw_statement and single line comments, syntatic and lexical rules.
Changes caused by the new continue_statement, break_statement, return_statement, throw_statement, and single line comments.
Added some classes from the public API of Microsoft.JScript.
Made some changes to get closer to Microsoft.JScript public API and for the building process. See ChangeLog entries from April's 19 and 20.
Added the files: makefile.gnu and unix.args.
Added ChangeLog
Added Antlr.Runtime/antlr, needed for compiling the files generated by antlr compiler/compiler.
Added Antlr.Runtime/antlr.collections and Antlr.Runtime/antlr.collections/AST.cs.
Added/Commited antlr.collections.impl
Added files from directory antlr.debug. See ChangeLog entry from April 21.
Added/Committed the files for antlr.debug.misc.
ChangeLog entry, and makefile.gnu little fixes.
Added photo.
Added some more lexical and syntatic grammar changes. See ChangeLog entry from 2003-05-03.
Added ChangeLog entry
Reflect changes from the grammar file
added initial support for Semantic Analysis
added initial support for Semantic Analysis
added Visit method for Semantic Analysis
header style correction
Added Visit method, for Semantic Analysis
Added abstract Visit method, for Semantic Analysis
Added AST support for program, source_element, statement, variable_statement, variable_declaration (and dependencies), function_declaration (and dependencies)
Added some instructions to build the AST of a program (for testing).
reflect changes on grammar file
Added Visitor interface
Added VariableDeclaration AST representation
Added Statement class (logical representation of an Ecmascript statement
Added VariableStatement class
Added FormalParameterList class
Added some new files to unix.args (see ChangeLog entry)
Added Semantic Analyzer stub
Added SymbolTable and IdentificationTable
I forgot to write and commit my ChangeLog entry from monday's changes.
*** empty log message ***
New ChangeLog entries from the last patch
Reflect the changes on the grammar
2003-07-09 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
these commits will add the full Microsoft.JScript public API. Now only last to fill in the blanks :-)
If did not miss something this will complete the Mirosoft.JScript public API. Now the only thing left to do is...fill in the blanks :)
I have to fill in the blanks
oops! forgot to add this files
2003-07-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-07-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
no more bugging messages :)
2003-07-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updating generated files from grammar
forgot to add Literal.cs :) (sorry it's 6am)
Adding Enum.cs
Added new files to the build
2003-09-07 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
some notes about the structure of the classes at Microsoft.JScript.
more organizational docs
2003-09-19 <cesar at ciencias.unam.mx>
2003-09-20 <cesar at ciencias.unam.mx>
jaja, forgot to commit this
updates from the grammar
2003-09-20 <cesar at ciencias.unam.mx>
changelog entry
2003-09-20 <cesar at ciencias.unam.mx>
2003-09-20 <cesar at ciencias.unam.mx>
2003-09-20 <cesar at ciencias.unam.mx>
2003-09-20 <cesar at ciencias.unam.mx>
2003-09-20 <cesar at ciencias.unam.mx>
2003-09-21 <cesar at ciencias.unam.mx>
2003-09-22 <cesar at ciencias.unam.mx>
now it's on the proper namespace, as always had to be
now it's on the proper namespace dir
added new Exception, VsaException
2003-09-24 <cesar at ciencias.unam.mx>
*** empty log message ***
2003-09-24 <cesar at ciencias.unam.mx>
deleted VsaEngine
changed targets to proper dir
2003-09-24 <cesar at ciencias.unam.mx>
*** empty log message ***
2003-09-25 <cesar at ciencias.unam.mx>
2003-09-28 <cesar at ciencias.unam.mx>
ChangeLog entry
test cases for VsaItems. People write more test please :-)
add ChangeLog file
2003-09-28 <cesar at ciencias.unam.mx>
2003-09-28 <cesar at ciencias.unam.mx>
indentation fix
2003-09-29 <cesar at ciencias.unam.mx>
ChangeLog entry
2003-09-29 <cesar at ciencias.unam.mx>
entry
added Microsoft.JScript_test.dll.sources
allow tests build
added VsaGlobalItem.cs
added VsaReference.cs
added VsaCodeItem.cs
2003-09-29 <cesar at ciencias.unam.mx>
2003-09-29 <cesar at ciencias.unam.mx>
added ChangeLog
2003-09-29 <cesar at ciencias.unam.mx>
2003-09-29 <cesar at ciencias.unam.mx>
2003-09-29 <cesar at ciencias.unam.mx>
rewritten EcmaScript grammar
changelog entry for grammar changes
2003-10-10 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-10 cesar lopez nataren <cesar at ciencias.unam.mx>
If you want to help on the Mono Jscript .Net compiler effort, here is
2003-10-21 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-21 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-21 cesar lopez nataren <cesar at ciencias.unam.mx>
all code related to expressions will go here. added expression.cs
added expression.cs to the build
2003-10-21 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
updates for function_decl_or_expr tree building
updates from grammar changes
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-22 cesar lopez nataren <cesar at ciencias.unam.mx>
ChangeLog entry
2003-10-24 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-28 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-28 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-10-30 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-11-03 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-11-03 <cesar at ciencias.unam.mx>
*** empty log message ***
* FormalParameterList.cs: Added FormalParam class. Change Add method to receive the id and the type annotation from function's parameters.
* FunctionObject.cs: Added MethodAttributes and type_annot
* IdentificationTable.cs: Added ToString method. Retrieve now returns an AST not a VariableDeclaration.
* SemanticAnalizer.cs: Fixed the file name (maybe I should erase it
* Statement.cs: Deleted Statement class (it was being used for
* SymbolTable.cs: Added Add method that receives the id and the
* jscript-lexer-parser.g: Added parsing support for formal
ChangeLog entries.
updates from grammar changes
2003-11-04 cesar lopez nataren <cesar at ciencias.unam.mx>
2003-11-04 cesar lopez nataren <cesar at ciencias.unam.mx>
grammar updates
* jscript-lexer-parser.g: Now we take care of parents. This allows
* Block.cs, FunctionObject.cs, VariableDeclaration.cs: Added 'AST parent' field.
* ScriptBlock.cs: Initiate the global block with 'null' as parent.
ChangeLog entries.
updates from grammar
2003-11-06 cesar lopez nataren <cesar at ciencias.unam.mx>
it's the global object not the activation object
2003-11-08 cesar lopez nataren <cesar at ciencias.unam.mx>
changelog entry
FormalParameterList.cs
delete the Visitor interface as won't be used.
don't build Visitor.cs anymore
ChangeLog entries
2003-11-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-11-27 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
more Emit method addings
2003-11-29 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2003-11-30 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-11-30 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changelog entries
added dir jerrors and jtests
2003-12-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
tracking parent references, and object_literal rule fix.
changes from grammar updates
2003-12-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changes resulting from grammar changes
2003-12-07 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2003-12-10 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2003-12-17 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2003-12-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2003-12-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
ChangeLog entries
updates from grammar changes.
2004-01-13 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-15 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-15 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar
deleted debugging message
stole this makefile from Anirban's btests
added initial list of tests
initial set of tests
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-01-16 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
added new file
2004-01-23 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
Changelog entries
updates from grammar changes
tests for function decls
added some more tests
2004-01-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changelog entry
added ChangeLog file
tests for relational operators
new tests added to the list
entry
added some really important todos
* jscript-lexer-parser.g: build If's ast. Keep track of expr parent.
* expression.cs: At class Conditional renamed fields. Class
* VariableDeclaration.cs: updates needed because of EmitContext change.
* Statement.cs: added parent param to If constructor. Implement
* Relational.cs: Set parent. The boxing happens in the containing statement.
* FunctionDeclaration.cs: Added func_type field, will be used to determine the
* FormalParameterList.cs, Literal.cs, StringLiteral.cs: use
* Convert.cs: Do not throw the NotImplementedException anymore for
* CodeGenerator.cs: Deleted one of ILGenerator fields
* Block.cs: In order to implement the comma operator (i.e., expression,
changelog entries
updates from grammar changes
use EmitContext's current ILGenerator
2004-03-13 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
*** empty log message ***
* VariableDeclaration.cs: Deleted Decl class, field_info and
* expression.cs: refactored Emit code from Identifier, now we take
ChangeLog entries
2004-03-13 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
ChangeLog entry
2004-03-13 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
ChangeLog entry and updates from grammar changes
2004-03-14 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-03-14 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
Convert.cs: added rule for string conversion.
Plus.cs: added rule for string addition.
* PostOrPrefixOperator.cs: added constructor, returned to Microsoft.JScript ns, initial Resolve and Emit (cases where there's no real operator).
StringLiteral.cs: now implements Exp as can appear as a simple exp in global code. Added check for Pop generation.
* expression.cs: added IL generation code for print func call.
* jscript-lexer-parser.g: postfix_expr rule now returns a simple
* FormalParameterList.cs: added get_element, retrieves nth element.
changelog entries
updates from grammar changes
2004-03-31 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-03-31 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-03-31 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2004-03-31 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-03-31 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-04-02 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changelog entry
2004-04-14 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
ChangeLog entry
2004-04-14 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-04-17 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
added tests for while and do-while statements.
2004-04-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
added iteration-stmts
2004-04-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-04-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
changelog entries
test for operator's precedence
add precedence.js tests
2004-04-26 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-18 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
*** empty log message ***
updates from grammar changes for building for_stm ast
2004-05-21 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-05-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
back to Microsoft.JScript namespace
added parent parameter to Continue's constructor. Added parent_is_itr_stm
allow continue ast building tree. fixed parent references at iteration_stm
updates from grammar changes
ChangeLog entries
set parent of switch's clauses
2004-05-28 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
updates from grammar changes
2004-05-28 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
* CodeGenerator.cs: Added LoopBegin and LoopEnd to EmitContext, they are used by
* Statement.cs: class If.Emit, call fall_true instead of fall_false so we don't
* ast.cs: Added InLoop and InSwitch.
* jscript-lexer-parser.g: pass parent to break_stm. Added block as
changelog entries
updates from grammar changes
* jscript-lexer-parser.g: added ast building for object_literal, it's disabled for now while I fix the block Vs object_literal nodeterminism problem on the parser. Added rule for array_literal. Build PropertyName ast build.
* Literal.cs: fixed the negative numbers code generation (we must
* ArrayLiteral.cs: added internal size field as an ArrayLiteral can have
* ASTList.cs: added Size property.CVS: ----------------------------------------------------------------------
* Globals.cs, ASTList.cs: Back to the useful namespace (M.J).
changelog entries
back to M.J namespace
updates from grammar changes
token class for new lexer
port of rhino's lexer for Mono
port of rhino's parser for Mono
2004-07-19 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
added error test
added error test
added error test
Added ChangeLog for dir
2004-07-29 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-08-21 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changelog entries
2004-08-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-08-23 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-08-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-08-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-08-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
changelog entry
2004-08-26 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
marked as built in
mark methods as built in
mark methods as built in
marked methods as built in, added JSBuiltin.Global_GetObject.
marked as built in
marked methods as built in
* LenientNumberPrototype.cs: added new keyboard to toLocaleString field.
marked methods as built in
marked methods as built in
2004-09-20 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
* expression.cs: added semantic analysis for accessing fields on
* ast.cs: added check for parent equal to ScriptBlock.
* SymbolTable.cs: added method Remove.
* Statement.cs: Added abstract class Jump of which Continue and
* SemanticAnalizer.cs: added hash global_env and
* Relational.cs: added code generation for ops instanceof and
* Parser.cs:fixes to keep track of the inheritance chain.
* MathObject.cs: added internal constructor.
* JSFunctionAttribute.cs: added fields value and built_in_function
* IdentificationTable.cs: added method Remove.
* CodeGenerator.cs: fixes for fall_true & fall_false for taking care of ast when is a Expre\ssion.
changelog entries
delete files generated by antlr.
remove antlr stuff
remove antl stuff.
remove antlr stuff.
remove antlr stuff.
good bye antlr
2004-09-21 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-09-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-09-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-09-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-11 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-11 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-11 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
Added TypeManager.cs to the build
2004-10-19 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-20 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-10-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-07 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
update README
use inherited constructor
2004-11-08 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-08 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-08 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-10 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-12 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
Parser.cs, expression.cs: discriminate among =, +=, -=, etc. Add overload for ToJSToken.
changelogs
2004-11-15 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
runtime support
fix typo
2004-11-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-22 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
update TODO
added Object to emit_create_instance
added RegExp to emit_create_instance
2004-11-24 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-11-25 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
added Mozilla Public License, that applies to Microsoft.JScript
add reference to MPL license
2004-11-30 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
missed on last commit
2004-12-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-12-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
update readme
update object system hierarchy
delete newline
more todo's updates
fix type
fix type
return math object
add Object field
add todo's
back to proper namespace
add to the build
add constructor and Attributes property
add JSPropertyInfo.cs to build
more building instructions
2004-12-13 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2004-12-15 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-05 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
2005-01-06 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
add interna ClassName property
add ctr's
delete unused variable
implement CreateInstance
2005-01-10 Cesar Lopez Nataren <cesar at ciencias.unam.mx>
implement toString
2005-01-11 Cesar Lopez Nataren <cnataren at novell.com>
2005-01-13 Cesar Lopez Nataren <cnataren at novell.com>
don't need the instance
2005-01-17 Cesar Lopez Nataren <cnataren at novell.com>
fix loading of VsaEngine
remove unused variable
2005-02-05 Cesar Lopez Nataren <cnataren at novell.com>
changelog entries
2005-02-05 Cesar Lopez Nataren <cnataren at novell.com>
Delete SymbolTable.cs, all the control of environments is at IdentificationTable.cs
fix typo
2005-02-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-08 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-09 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-10 Cesar Lopez Nataren <cnataren at novell.com>
fix for global inc/dec op
remove debug msg
added mjs dir, which contains the driver for jscript's compiler
Delete binaries.
2005-02-12 Cesar Lopez Nataren <cnataren at novell.com>
added mjs for script creation
changelog entry
indicate var name
disable the building of mjs while I solve the problem with the unexposed ctr of Context
2005-02-14 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-14 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-14 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-14 Cesar Lopez Nataren <cnataren at novell.com>
enable building mjs again
2005-02-20 Cesar Lopez Nataren <cnataren at novell.com>
remove msg
2005-02-20 Cesar Lopez Nataren <cnataren at novell.com>
svn path=/trunk/mcs/; revision=40965
2005-02-22 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-22 Cesar Lopez Nataren <cnataren at novell.com>
delete building instructions as M.J.dll gets build by default
2005-02-27 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-27 Cesar Lopez Nataren <cnataren at novell.com>
2005-02-28 Cesar Lopez Nataren <cnataren at novell.com>
2005-03-16 Cesar Lopez Nataren <cnataren at novell.com>
delete unneeded dependency
2005-03-29 Cesar Lopez Nataren <cnataren at novell.com>
2005-03-29 Cesar Lopez Nataren <cnataren at novell.com>
2005-03-30 Cesar Lopez Nataren <cnataren at novell.com>
point to correct path
2005-04-08 Cesar Lopez Nataren <cnataren at novell.com>
fix the build
set the parent
2005-04-10 Cesar Lopez Nataren <cnataren at novell.com>
2005-04-14 Cesar Lopez Nataren <cnataren at novell.com>
change type
delete debug msg
2005-04-15 Cesar Lopez Nataren <cnataren at novell.com>
2005-04-18 Cesar Lopez Nataren <cnataren at novell.com>
2005-04-28 Cesar Lopez Nataren <cnataren at novell.com>
BinaryOp.cs: Changes for MS API compliance.
Changes for API compliance
Changes for MS API compliance
Changes for MS API compliance
Changes for MS API compliance
changelog entries
fix infinite recursion
2005-05-02 Cesar Lopez Nataren <cnataren at novell.com>
ChangeLog entries
Add more COM, interop and debug interfaces
add interop interfaces to the build
add to the build
add to the build
ChangeLog entries
fixes for api compliance
fixes for api compliance
add to the build, api compliance addition
api compliance
add VSAITEMTYPE2.cs to the build.
ChangeLog entries
ChangeLog entries
2005-05-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-05-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-05-06 Cesar Lopez Nataren <cnataren at novell.com>
add missing CreateField method
`head -n 9 ChangeLog`
`head -n 4 ChangeLog`
add com interop classes
add interop class
add generic methods
2005-05-17 Cesar Lopez Nataren <cnataren at novell.com>
oops
changelog entries
fix incorrect condition
fix typo
add error msg info
svn propset svn:eol-style native ChangeLog
svn propset svn:eol-style native ChangeLog
2005-05-19 Cesar Lopez Nataren <cnataren at novell.com>
Patch from efren.serra.ctr at metnet.navy.mil> that implements EvaluateBitwiseBinary
last patch broke the build reverting
revert last commit that applied patch Efren
2005-05-30 Cesar Lopez Nataren <cnataren at novell.com>
2005-05-31 Cesar Lopez Nataren <cnataren at novell.com>
2005-06-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-06-10 Cesar Lopez Nataren <cnataren at novell.com>
better error msg
changelog entries
the driver is now at mcs/tools/mjs/mjs.cs
2005-07-02 Florian Gross <flgr at ccan.de>
patch fom Florian Gross <flgr at ccan.de
ChangeLog entries from Florian Gross <flgr at ccan.de>
2005-07-04 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-05 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-05 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-05 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-09 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-07 Florian Gross <flgr at ccan.de>
Changes from Florian Gross
2005-07-17 Florian Gross <flgr at ccan.de>
2005-07-24 Florian Gross <flgr at ccan.de>
2005-07-25 Cesar Lopez Nataren <cnataren at novell.com>
changelog entry
2005-07-25 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-27 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-28 Cesar Lopez Nataren <cnataren at novell.com>
2005-07-29 Cesar Lopez Nataren <cnataren at novell.com>
`head -n 5 ChangeLog`
2005-08-02 Cesar Lopez Nataren <cnataren at novell.com>
add location support
Add Decompiler.cs to the source code repo
2005-08-09 Cesar Lopez Nataren <cnataren at novell.com>
2005-08-03 Florian Gross <flgr at ccan.de>
add Decompiler.cs to the build
fix typo
2005-08-19 Cesar Lopez Nataren <cnataren at novell.com>
2005-08-19 Cesar Lopez Nataren <cnataren at novell.com>
2005-08-19 Cesar Lopez Nataren <cnataren at novell.com>
2005-08-31 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-02 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-02 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-03 Cesar Lopez Nataren <cnataren at novell.com>
added ecma/Number/15.7.3.5-2.js to mjs-most.fail too
2005-09-06 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-08 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-08 Cesar Lopez Nataren <cnataren at novell.com>
runtime error on js1_4/Regress/function-003.js
2005-09-08 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-08 Cesar Lopez Nataren <cnataren at novell.com>
disable js1_1/regress/function-001.js
2005-09-09 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-11 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-13 Cesar Lopez Nataren <cnataren at novell.com>
no need to reference mcs.exe
2005-09-13 Cesar Lopez Nataren <cnataren at novell.com>
changelog entries
2005-09-13 Cesar Lopez Nataren <cnataren at novell.com>
2005-09-13 Cesar Lopez Nataren <cnataren at novell.com>
reference mcs.exe, needed for namespaces lookup
no need to reference mcs.exe
2005-09-30 Cesar Lopez Nataren <cnataren at novell.com>
2005-10-01 Cesar Lopez Nataren <cnataren at novell.com>
2005-10-11 Cesar Lopez Nataren <cnataren at novell.com>
2005-10-11 Cesar Lopez Nataren <cnataren at novell.com>
2005-10-11 Cesar Lopez Nataren <cnataren at novell.com>
update error cause
handle /about
2005-10-23 Florian Gross <flgr at ccan.de>
2005-11-21 Cesar Lopez Nataren <cnataren at novell.com>
2005-11-22 Cesar Lopez Nataren <cnataren at novell.com>
2005-11-25 Cesar Lopez Nataren <cnataren at novell.com>
2005-11-25 Cesar Lopez Nataren <cnataren at novell.com>
raise a warning keep compiling. Give us 8 passing tests
2005-12-08 Cesar Lopez Nataren <cnataren at novell.com>
update TODO
2005-12-10 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-10 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-10 Florian Gross <flgr at ccan.de> and
2005-12-10 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-15 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-15 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-15 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-15 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-16 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-16 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-17 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-20 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-20 Cesar Lopez Nataren <cnataren at novell.com>
2005-12-21 Cesar Lopez Nataren <cnataren at novell.com>
delete error message as it passes now
2005-12-21 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-08 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-08 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-08 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-10 Cesar Lopez Nataren <cnataren at novell.com>
update the cause of the error
2006-01-11 Evan Briones <evan at evanbriones.com>
2006-01-11 Evan Briones <evan at evanbriones.com>
2006-01-11 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-13 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-13 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-13 Cesar Lopez Nataren <cnataren at novell.com>
update the error cause
2006-01-17 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-17 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-17 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-18 Evan Briones <evan at evanbriones.com>
2006-01-24 Cesar Lopez Nataren <cnataren at novell.com>
2006-01-25 Cesar Lopez Nataren <cnataren at novell.com>
2006-02-12 Cesar Lopez Nataren <cnataren at novell.com>
2006-02-12 Cesar Lopez Nataren <cnataren at novell.com>
2006-02-12 Cesar Lopez Nataren <cnataren at novell.com>
System.Web.dll.sources: Added System.Web.UI/ChtmlTextWriter.cs
2006-02-22 Cesar Lopez Nataren <cnataren at novell.com>
2006-02-22 Cesar Lopez Nataren <cnataren at novell.com>
2006-04-18 Cesar Lopez Nataren <cesar.nataren at medsphere.com>
2006-06-08 Cesar Lopez Nataren <cesar.nataren at medsphere.com>
2006-07-26 César Octavio López Natarén <cesar.nataren at gmail.com>
2006-07-26 César Octavio López Natarén <cesar.nataren at gmail.com>
Specify the tasks required to complete JScript support.
Dan Lewis (65):
Regex tests. Initial revision - just the Perl trials.
Regex classes, initial revision.
added System.Text.RegularExpressions suite.
Branch bug was affecting FastRepeat: a(?:b|c|d)*(.) threw a stack overflow.
Removed /nowarn:1595, added /noconfig flag to build file (CSC was using the
Was part of PerlTest.cs: modified to use result description instead of checksum.
added ecma character categories to parser.
copy System.dll into Test directory.
String.Format() implementation.
String.Format() tests.
added {{ escape to String.Format
{{ escape test for String.Format
}} escape for String.Format
}} escape String.Format
added custom format string test.
Modified and added stubs to allow corlib to compile without referencing mscorlib
Removed Enum.cs from _cmp and _res builds. Fixes problem with reflection.
Internal call tool, first revision. (mucho experimental)
Removed System.Exception from cmp and res builds. Was causing NUnit troubles.
Added System.Buffer support. Moved file io calls to FileStream.
Implmented System.Buffer. Added buffering to System.IO.FileStream.
Cleaned up buffer implementation.
Removed unsafe modifiers from methods.
Added disposal/finalization code. Stream now flushes upon closure.
Dispose() tweaks.
Moved glob code into the corlib.
2002-03-18 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-18 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-19 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-19 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-19 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-20 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-29 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-27 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-27 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-27 Dan Lewis <dihlewis at yahoo.co.uk>
2002-03-28 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-03 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-04 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-04 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-04 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-06 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-15 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-19 Dan Lewis <dihlewis at yahoo.co.uk>
2000-04-20 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-20 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-21 Dan Lewis <dihlewis at yahoo.co.uk>
removed extra space.
2002-04-22 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-21 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-21 Dan Lewis <dihlewis at yahoo.co.uk>
2002-04-21 Dan Lewis <dihlewis at yahoo.co.uk>
forgot to check for null lower bounds array.
2002-04-25 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-06 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-08 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-10 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-10 Dan Lewis <dihlewis at yahoo.co.uk>
Added zero-initialise benchmark.
2002-05-13 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-13 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-14 Dan Lewis <dihlewis at yahoo.co.uk>
2002-05-14 Dan Lewis <dihlewis at yahoo.co.uk>
Tidied up copyrights.
2002-05-17 Dan Lewis <dihlewis at yahoo.co.uk>
Dan Winship (2):
* outline.cs (OutlineType, OutlineOperator, OperatorFromName):
* convert.cs (Error_CannotImplicitConversion): fix two bugs in
Daniel Carrera (9):
Minor update to FeatureSupport.cs.
PCL-CVS
*** empty log message ***
PCL-CVS
Fixed "extra byte" problem (see ChangeLong)
Fixed "extra byte" problem (see ChangeLong)
Added new classes.
*** empty log message ***
Added stubbs from Scroll* to StatusBar.cs
Daniel Drake (13):
2005-07-01 Daniel Drake <dsd at gentoo.org>
2005-07-01 Daniel Drake <dsd at gentoo.org>
2005-07-01 Daniel Drake <dsd at gentoo.org>
2005-07-02 Daniel Drake <dsd at gentoo.org>
2005-07-02 Daniel Drake <dsd at gentoo.org>
2005-07-08 Daniel Drake <dsd at gentoo.org>
2005-07-12 Daniel Drake <dsd at gentoo.org>
2005-07-12 Daniel Drake <dsd at gentoo.org>
2005-08-16 Daniel Drake <dsd at gentoo.org>
2005-08-17 Daniel Drake <dsd at gentoo.org>
2005-12-01 Daniel Drake <dsd at gentoo.org>
2006-05-01 Daniel Drake <dsd at gentoo.org>
2006-05-01 Daniel Drake <dsd at gentoo.org>
Daniel J Sell (1):
[asp.net] Fix for bug #653192. making MasterPageFile handle relative paths
Daniel Lopez Ridruejo (1):
2003-03-16 Daniel Lopez Ridruejo <daniel @ rawbyte.com>
Daniel Morgan (284):
does
*** empty log message ***
*** empty log message ***
2002-04-16 Daniel Morgan <danmorg at sc.rr.com>
2002-04-16 Daniel Morgan <danmorg at sc.rr.com>
2002-04-17 Daniel Morgan <danmorg at sc.rr.com>
2002-04-20 Daniel Morgan <danmorg at sc.rr.com>
*** empty log message ***
2002-04-21 Daniel Morgan <danmorg at sc.rr.com>
2002-04-23 Daniel Morgan <danmorg at sc.rr.com>
2002-04-23 Daniel Morgan <danmorg at sc.rr.com>
2002-04-23 Daniel Morgan <danmorg at sc.rr.com>
2002-04-23 Daniel Morgan <danmorg at sc.rr.com>
2002-04-27 Daniel Morgan <danmorg at sc.rr.com>
2002-04-28 Daniel Morgan <danmorg at sc.rr.com>
*** empty log message ***
2002-04-29 Daniel Morgan <danmorg at sc.rr.com>
2002-05-01 Daniel Morgan <danmorg at sc.rr.com>
2002-05-01 Daniel Morgan <danmorg at sc.rr.com>
2002-05-02 Daniel Morgan <danmorg at sc.rr.com>
2002-05-03 Daniel Morgan <danmorg at sc.rr.com>
2002-05-03 Daniel Morgan <danmorg at sc.rr.com>
2002-05-04 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-05 Daniel Morgan <danmorg at sc.rr.com>
2002-05-06 Daniel Morgan <danmorg at sc.rr.com>
2002-05-09 Daniel Morgan <danmorg at sc.rr.com>
2002-05-09 Daniel Morgan <danmorg at sc.rr.com>
Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg at sc.rr.com>
2002-05-09 Daniel Morgan <danmorg at sc.rr.com>
2002-05-09 Daniel Morgan <danmorg at sc.rr.com>
2002-05-10 Daniel Morgan <danmorg at sc.rr.com>
2002-05-11 Daniel Morgan <danmorg at sc.rr.com>
2002-05-11 Daniel Morgan <danmorg at sc.rr.com>
2002-05-11 Daniel Morgan <danmorg at sc.rr.com>
2002-05-11 Daniel Morgan <danmorg at sc.rr.com>
2002-05-12 Daniel Morgan <danmorg at sc.rr.com>
2002-05-12 Daniel Morgan <danmorg at sc.rr.com>
2002-05-16 Daniel Morgan <danmorg at sc.rr.com>
2002-05-17 Daniel Morgan <danmorg at sc.rr.com>
2002-05-18 Daniel Morgan <danmorg at sc.rr.com>
2002-05-18 Daniel Morgan <danmorg at sc.rr.com>
2002-05-18 Daniel Morgan <danmorg at sc.rr.com>
2002-05-19 Daniel Morgan <danmorg at sc.rr.com>
2002-05-21 Daniel Morgan <danmorg at sc.rr.com>
2002-05-22 Daniel Morgan <danmorg at sc.rr.com>
2002-05-22 Daniel Morgan <danmorg at sc.rr.com>
2002-05-23 Daniel Morgan <danmorg at sc.rr.com>
2002-05-23 Daniel Morgan <danmorg at sc.rr.com>
2002-05-26 Daniel Morgan <danmorg at sc.rr.com>
2002-05-26 Daniel Morgan <danmorg at sc.rr.com>
2002-05-26 Daniel Morgan <danmorg at sc.rr.com>
2002-05-27 Daniel Morgan <danmorg at sc.rr.com>
2002-05-28 Daniel Morgan <danmorg at sc.rr.com>
2002-05-30 Daniel Morgan <danmorg at sc.rr.com>
*** empty log message ***
2002-05-30 Daniel Morgan <danmorg at sc.rr.com>
2002-05-30 Daniel Morgan <danmorg at sc.rr.com>
2002-05-30 Daniel Morgan <danmorg at sc.rr.com>
2002-08-13 Daniel Morgan <danmorg at sc.rr.com>
2002-08-13 Daniel Morgan <danmorg at sc.rr.com>
2002-08-14 Daniel Morgan <danmorg at sc.rr.com>
2002-08-22 Daniel Morgan <danmorg at sc.rr.com>
2002-10-04 Daniel Morgan <danmorg at sc.rr.com>
2002-10-09 Daniel Morgan <danmorg at sc.rr.com>
2002-10-09 Daniel Morgan <danmorg at sc.rr.com>
2002-10-10 Daniel Morgan <danmorg at sc.rr.com>
*** empty log message ***
2002-10-10 Daniel Morgan <danmorg at sc.rr.com>
2002-10-10 Daniel Morgan <danmorg at sc.rr.com>
2002-10-11 Daniel Morgan <danmorg at sc.rr.com>
2002-10-11 Daniel Morgan <danmorg at sc.rr.com>
2002-10-12 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-13 Daniel Morgan <danmorg at sc.rr.com>
2002-10-15 Daniel Morgan <danmorg at sc.rr.com>
2002-10-15 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-16 Daniel Morgan <danmorg at sc.rr.com>
2002-10-17 Daniel Morgan <danmorg at sc.rr.com>
2002-10-18 Daniel Morgan <danmorg at sc.rr.com>
2002-10-18 Daniel Morgan <danmorg at sc.rr.com>
2002-10-21 Daniel Morgan <danmorg at sc.rr.com>
2002-10-25 Daniel Morgan <danmorg at sc.rr.com>
2002-10-25 Daniel Morgan <danmorg at sc.rr.com>
2002-10-25 Daniel Morgan <danmorg at sc.rr.com>
2002-10-26 Daniel Morgan <danmorg at sc.rr.com>
2002-10-26 Daniel Morgan <danmorg at sc.rr.com>
mysql exception classes forgot to be added cvs
2002-10-29 Daniel Morgan <danmorg at sc.rr.com>
2002-10-31 Daniel Morgan <danmorg at sc.rr.com>
2002-11-01 Daniel Morgan <danmorg at sc.rr.com>
2002-11-01 Daniel Morgan <danmorg at sc.rr.com>
2002-11-01 Daniel Morgan <danmorg at sc.rr.com>
2002-11-01 Daniel Morgan <danmorg at sc.rr.com>
2002-11-01 Daniel Morgan <danmorg at sc.rr.com>
2002-11-04 Daniel Morgan <danmorg at sc.rr.com>
2002-11-04 Stuart Caborn <stuart.caborn at clearswift.com>
2002-11-06 Daniel Morgan <danmorg at sc.rr.com>
no longer needed
2002-11-11 Daniel Morgan <danmorg at sc.rr.com>
2002-11-12 Daniel Morgan <danmorg at sc.rr.com>
2002-11-13 Daniel Morgan <danmorg at sc.rr.com>
2002-11-14 Daniel Morgan <danmorg at sc.rr.com>
2002-11-14 Daniel Morgan <danmorg at sc.rr.com>
2002-11-16 Daniel Morgan <danmorg at sc.rr.com>
2002-11-16 Daniel Morgan <danmorg at sc.rr.com>
2002-11-16 Daniel Morgan <danmorg at sc.rr.com>
2002-11-17 Daniel Morgan <danmorg at sc.rr.com>
2002-11-19 Carlos Guzm�n �lvarez <carlosga at telefonica.net>
2002-11-19 Daniel Morgan <danmorg at sc.rr.com>
2002-11-20 Daniel Morgan <danmorg at sc.rr.com>
2002-11-21 Daniel Morgan <danmorg at sc.rr.com>
2002-11-26 Daniel Morgan <danmorg at sc.rr.com>
2002-11-26 Daniel morgan <danmorg at sc.rr.com>
makefile.gnu not buidling from topdir makefile.gnu
2002-11-28 Daniel Morgan <danmorg at sc.rr.com>
2002-11-29 Daniel Morgan <danmorg at sc.rr.com>
INSTALL was renamed to INSTALL.txt so make install will on Windows
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-11-30 Daniel Morgan <danmorg at sc.rr.com>
2002-12-05 Daniel Morgan <danmorg at sc.rr.com>
2002-12-06 Daniel Morgan <danmorg at sc.rr.com>
2002-12-08 Daniel Morgan <danmorg at sc.rr.com>
2002-12-09 Daniel Morgan <danmorg at sc.rr.com>
2002-12-10 Daniel Morgan <danmorg at sc.rr.com>
2002-12-10 Daniel Morgan <danmorg at sc.rr.com>
2002-12-10 Daniel Morgan <danmorg at sc.rr.com>
2002-12-10 Daniel Morgan <danmorg at sc.rr.com>
2002-12-12 Daniel Morgan <danmorg at sc.rr.com>
2002-12-12 Daniel Morgan <danmorg at sc.rr.com>
2002-12-14 Daniel Morgan <danmorg at sc.rr.com>
2002-12-30 Daniel Morgan <danmorg at sc.rr.com>
remove bit-rotted tests
2003-01-16 Daniel Morgan <danmorg at sc.rr.com>
2003-01-16 Daniel Morgan <danmorg at sc.rr.com>
2003-01-17 Daniel Morgan <danmorg at sc.rr.com>
2003-01-18 Daniel Morgan <danmorg at sc.rr.com>
forgot to add ChangeLog file
2003-01-19 Daniel Morgan <danmorg at sc.rr.com>
2003-01-20 Daniel Morgan <danmorg at sc.rr.com>
2003-01-24 Daniel Morgan <danmorg at sc.rr.com>
2003-01-26 Daniel Morgan <danmorg at sc.rr.com>
2003-01-26 Daniel Morgan <danmorg at sc.rr.com>
2003-01-26 Daniel Morgan <danmorg at sc.rr.com>
2003-01-26 Daniel Morgan <danmorg at sc.rr.com>
2003-01-28 Daniel Morgan <danmorg at sc.rr.com>
2003-01-28 Daniel Morgan <danmorg at sc.rr.com>
2003-01-29 Daniel Morgan <danmorg at sc.rr.com>
2003-02-12 Daniel Morgan <danmorg at sc.rr.com>
2003-02-13 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-16 Daniel Morgan <danmorg at sc.rr.com>
2003-02-17 Daniel Morgan <danmorg at sc.rr.com>
2003-02-18 Daniel Morgan <danmorg at sc.rr.com>
2003-02-19 Daniel Morgan <danmorg at sc.rr.com>
2003-03-10 Daniel Morgan <danmorg at sc.rr.com>
2003-03-14 Daniel Morgan <danmorg at sc.rr.com>
2002-03-14 Daniel Morgan <danmorg at sc.rr.com>
2002-03-14 Daniel Morgan <danmorg at sc.rr.com>
2003-03-14 Daniel Morgan <danmorg at sc.rr.com>
2003-03-15 Daniel Morgan <danmorg at sc.rr.com>
2003-03-15 Daniel Morgan <danmorg at sc.rr.com>
2003-03-15 Daniel Morgan <danmorg at sc.rr.com>
2003-03-16 Daniel Morgan <danmorg at sc.rr.com>
2003-03-17 Daniel Morgan <danmorg at sc.rr.com>
add myself to team
2003-04-14 Daniel Morgan <danmorg at sc.rr.com>
update my location and email
2003-10-16 Daniel Morgan <danielmorgan at verizon.net>
2003-10-16 Daniel Morgan <danielmorgan at verizon.net>
updated news about gtk# windows installer. updated me on the team page.
update postgresql web page
update mono index web page about gtk# 0.12 release
update ADO.NET and provider web pages
2004-01-04 Daniel Morgan <danielmorgan at verizon.net>
update web pages
2004-01-11 Daniel Morgan <danielmorgan at verizon.net>
2004-04-10 Daniel Morgan <danielmorgan at verizon.net>
2004-10-21 Daniel Morgan <danielmorgan at verizon.net>
updated readme
update readme again
update sqlsharp man page
2004-10-22 Daniel Morgan <danielmorgan at verizon.net>
2004-12-19 Daniel Morgan <danielmorgan at verizon.net>
2004-12-26 Daniel Morgan <danielmorgan at verizon.net>
2005-01-06 Daniel Morgan <danielmorgan at verizon.net>
2005-01-09 Daniel Morgan <danielmorgan at verizon.net>
2005-01-10 Daniel Morgan <danielmorgan at verizon.net>
2005-01-16 Daniel Morgan <danielmorgan at verizon.net>
2005-01-16 Daniel Morgan <danielmorgan at verizon.net>
2005-01-16 Daniel Morgan <danielmorgan at verizon.net>
2005-02-07 Daniel Morgan <danielmorgan at verizon.net>
2005-02-20 Daniel Morgan <danielmorgan at verizon.net>
2005-02-20 Daniel Morgan <danielmorgan at verizon.net>
2005-02-20 Daniel Morgan <danielmorgan at verizon.net>
2005-02-25 Daniel Morgan <danielmorgan at verizon.net>
2005-03-06 Daniel Morgan <danielmorgan at verizon.net>
2005-03-06 Daniel Morgan <danielmorgan at verizon.net>
2005-07-08 Daniel Morgan <danielmorgan at verizon.net>
2005-07-10 Daniel Morgan <danielmorgan at verizon.net>
2005-07-16 Daniel Morgan <danielmorgan at verizon.net>
2005-07-17 Daniel Morgan <danielmorgan at verizon.net>
2005-07-17 Daniel Morgan <danielmorgan at verizon.net>
2005-07-17 Daniel Morgan <danielmorgan at verizon.net>
2005-07-17 Daniel Morgan <danielmorgan at verizon.net>
2005-07-25 Daniel Morgan <danielmorgan at verizon.net>
2005-08-10 Daniel Morgan <danielmorgan at verizon.net>
2005-08-12 Daniel Morgan <danielmorgan at verizon.net>
REF CURSOR support. See ChangeLog for 2005-12-11 Daniel Morgan <danielmorgan at verizon.net>
2005-12-13 Daniel Morgan <danielmorgan at verizon.net>
2005-12-19 Daniel Morgan <danielmorgan at verizon.net>
2005-12-20 Daniel Morgan <danielmorgan at verizon.net>
update man page sqlsharp.1 for the mysql provider
2005-12-25 Daniel Morgan <danielmorgan at verizon.net>
2005-12-31 Daniel Morgan <danielmorgan at verizon.net>
2006-01-01 Daniel Morgan <danielmorgan at verizon.net>
2006-01-01 Daniel Morgan <danielmorgan at verizon.net>
2006-01-02 Daniel Morgan <danielmorgan at verizon.net>
2006-02-13 Daniel Morgan <danielmorgan at verizon.net>
2006-02-13 Daniel Morgan <danielmorgan at verizon.net>
2008-08-20 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-23 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-25 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-26 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-08-27 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-04 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-04 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-06 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-06 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-06 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-06 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-08 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-10 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-11 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-13 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-13 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-14 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-14 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-16 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-16 Daniel Morgan <monodanmorg at yahoo.com>
2008-09-24 Daniel Morgan <monodanmorg at yahoo.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2008-10-07 Daniel Morgan <monodanmorg at yahoo.com>
2009-03-20 Daniel Morgan <monodanmorg at yahoo.com>
2009-09-20 Daniel Morgan <monodanmorg at yahoo.com>
2009-11-19 Daniel Morgan <monodanmorg at yahoo.com>
svn path=/trunk/mcs/; revision=146672
2009-11-21 Daniel Morgan <monodanmorg at yahoo.com>
2009-11-21 Daniel Morgan <monodanmorg at yahoo.com>
2009-11-25 Daniel Morgan <monodanmorg at yahoo.com>
Daniel Nauck (45):
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-15 Daniel Nauck <dna at mono-project.de>
2006-12-16 Daniel Nauck <dna at mono-project.de>
2006-12-16 Daniel Nauck <dna at mono-project.de>
2006-12-16 Daniel Nauck <dna at mono-project.de>
2006-12-17 Daniel Nauck <dna at mono-project.de>
2006-12-17 Daniel Nauck <dna at mono-project.de>
2006-12-17 Daniel Nauck <dna at mono-project.de>
2006-12-18 Daniel Nauck <dna at mono-project.de>
2006-12-19 Daniel Nauck <dna at mono-project.de>
2006-12-19 Daniel Nauck <dna at mono-project.de>
2006-12-21 Daniel Nauck <dna at mono-project.de>
2006-12-23 Daniel Nauck <dna at mono-project.de>
2007-04-17 Daniel Nauck <dna at mono-project.de>
2007-09-19 Daniel Nauck <dna at mono-project.de>
2007-11-22 Daniel Nauck <dna at mono-project.de>
2007-11-22 Daniel Nauck <dna at mono-project.de>
2007-11-22 Daniel Nauck <dna at mono-project.de>
2007-11-23 Daniel Nauck <dna at mono-project.de>
2008-01-26 Daniel Nauck <dna at mono-project.de>
2008-01-26 Daniel Nauck <dna at mono-project.de>
2008-01-26 Daniel Nauck <dna at mono-project.de>
2008-01-26 Daniel Nauck <dna at mono-project.de>
2008-01-27 Daniel Nauck <dna at mono-project.de>
2008-02-09 Daniel Nauck <dna at mono-project.de>
Fixed compile error on 1.0 profile.
2008-02-09 Daniel Nauck <dna at mono-project.de>
2008-02-09 Daniel Nauck <dna at mono-project.de>
2008-02-17 Daniel Nauck <dna at mono-project.de>
fixed typo
2008-09-26 Daniel Nauck <dna at mono-project.de>
2008-09-26 Daniel Nauck <dna at mono-project.de>
fix build
2008-09-26 Daniel Nauck <dna at mono-project.de>
2008-10-09 Daniel Nauck <dna at mono-project.de>
2008-10-09 Daniel Nauck <dna at mono-project.de>
2009-03-22 Daniel Nauck <dna at mono-project.de>
2009-04-25 Daniel Nauck <dna at mono-project.de>
2010-05-08 Daniel Nauck <dna at mono-project.de>
2010-05-08 Daniel Nauck <dna at mono-project.de>
2010-05-08 Daniel Nauck <dna at mono-project.de>
Daniel Sell (1):
Fix Expression.MakeBinary so it can return ArrayIndex nodes
Daniel Stodden (13):
- CultureInfo implements IFormatProvider
simple testcase for multicastdelegates::combine and ::remove
- Fast RemoveImpl() for delegates, with test cases
added delegate tests and changelog entries
- wrong date in changelog
- System.CodeDom review, ns more or less complete now
added top_srcdir to includes.
big patch:
made Version return an empty version for now.
fixed bug 28306: Delegate invocation works in reverse order
Delegate.Equals in insensitive w/ regards to the exact Type of the operand itself. just target types and methods count.
OpCode overrides ToString to Name
* ListDictionary.cs:
Daniel Weber (21):
add new System.Xml classes
finish adding stubs to begin work on XmlDocuemnt.Load(file)
Added myself as maintainer of several System.Xml classes, replacing Joe Hildebrand in class.xml
*** empty log message ***
Correct System.Xml.XPath error, implement InsertAfter
Implement events, add constructors
Add constructor
Fix constructors
Move XPath classes to their own directory (System.Xml.XPath)
Fix build bug on XPathNavigator
Implement NextSibling, PreviousSibling, RemoveAll, InsertBefore(), InsertAfter, prepend, append in XmlNode.cs
Initial implementation of XmlException
Add copyright information
Implement basic functionality, still missing CloneNode, WriteTo, innerXml, outerXml
Add descriptions to enumerations
Add summary information to enumerations.
Internal class to handle Xml 1.0 character/name validation
* XmlAttribute.cs re-arrange source file to put attributes first. Implement
First cut at Xml Parser
Check in latest version to fix build errors
Check in latest build versions
Dave Bettin (7):
o Added stubs for Discovery namespace
o Added Discovery classes to list
o Added atributes and some basic implementation
o Moved tests to nunit2 guidelines
o Modified WebService to house a HttpContext member instead of HttpApplication
o fixes for windows build
o Implemented GetHashCode for UsernameToken and X509SecurityToken
David Brandt (19):
Adding some tests for Char
Adding CharTest to AllTests
Beefing up StringTest
Introducing ArrayTest
Adding ArrayTest to AllTests
Introducing ArrayListTest
Adding ArrayListTest to AllTests
touching up TODO
Adding System.IO.StreamReaderTest. Only non-inherited methods are tested.
Adding StreamReaderTest to AllTests
Fixing small incorrectness in test.
Adding 'StreamWriterTest.cs' - mostly finished.
Added StreamWriterTest to AllTests
Fleshing out Hashtable tests. Testing exceptions.
Adding tests for System.Console. Write (and WriteLine) are not exhautively tested.
Adding ConsoleTest to AllTests
Introducing EnumTest.
1. Added EnumTest to AllTests
Introducing ObjectTest.
David Dawkins (4):
New file (IFormatter.cs)
New file (ISerializationSurrogate.cs)
New file (ISurrogateSelector.cs)
New files (IFieldInfo.cs,ISoapMessage.cs,ChangeLog)
David Elkind (10):
* Attachment.cs - proper file name handling added
Date changed
* SmtpSection.cs : Removed unnecessary initialization
Removed WriteLine
private implementation removed under TARGET_JVM
MailAddress compliance problem fixed
ChangeToSSLSocket made simpler
* FtpAsyncResult.cs : FTP request is now working and covers about 100% of .NET API
FtpStatus.cs added to sources and GH project
useDefaultCredentials is initialized to false
David Sheldon (43):
2003-12-14 David Sheldon <dave-mono at earth.li> (First commit)
2003-12-14 David Sheldon <dave-mono at earth.li>
2003-12-17 David Sheldon <dave-mono at earth.li>
2003-12-17 David Sheldon <dave-mono at earth.li>
2004-01-04 David Sheldon <dave-mono at earth.li>
2003-01-04 David Sheldon <dave-mono at earth.li>
2003-01-04 David Sheldon <dave-mono at earth.li>
2004-01-05 David Sheldon <dave-mono at earth.li>
Added more checking of restriction facets.
2004-01-11 David Sheldon <dave-mono at earth.li>
Improved handling of length facets on non-standard data types. Fixed bug
2004-01-14 David Sheldon <dave-mono at earth.li>
2004-01-16 David Sheldon <dave-mono at earth.li>
2004-01-18 David Sheldon <dave-mono at earth.li>
2004-01-18 David Sheldon <dave-mono at earth.li>
2004-01-22 David Sheldon <dave-mono at earth.li>
2004-01-22 David Sheldon <dave-mono at earth.li>
2004-01-22 David Sheldon <dave-mono at earth.li>
2004-01-24 David Sheldon <dave-mono at earth.li>
2004-01-24 David Sheldon <dave-mono at earth.li>
2004-01-25 David Sheldon <dave-mono at earth.li>
2004-01-25 David Sheldon <dave-mono at earth.li>
2004-01-27 David Sheldon <dave-mono at earth.li>
2004-01-31 David Sheldon <dave-mono at earth.li>
2004-01-31 David Sheldon <dave-mono at earth.li>
2003-01-31 David Sheldon <dave-mono at earth.li>
Oops, forgot to make this change before committing.
2004-02-06 David Sheldon <dave-mono at earth.li>
2004-02-08 David Sheldon <dave-mono at earth.li>
2004-03-13 David Sheldon <dave-mono at earth.li>
2004-03-13 David Sheldon <dave-mono at earth.li>
2004-03-13 David Sheldon <dave-mono at earth.li>
2003-03-18 David Sheldon <dave-mono at earth.li>
2004-03-18 David Sheldon <dave-mono at earth.li>
2004-03-19 David Sheldon <dave-mono at earth.li>
2004-04-09 David Sheldon <dave-mono at earth.li>
2004-04-12 David Sheldon <dave-mono at earth.li>
2004-04-12 David Sheldon <dave-mono at earth.li>
2004-05-30 David Sheldon <dave-mono at earth.li>
2004-05-30 David Sheldon <dave-mono at earth.li>
2004-10-10 David Sheldon <dave-mono at earth.li>
2004-10-10 David Sheldon <dave-mono at earth.li>
2004-10-11 David Sheldon <dave-mono at earth.li>
David Stone (1):
Add System.ComponentModel.DisplayAttribute
David Waite (14):
* HttpRequest.cs: Url property switched to use the ServerName rather than LocalAddress
* image.c: load_metadata_ptrs changed to correctly increment past the
2004-04-26 David Waite <mass at akuma.org>
2004-04-26 David Waite <mass at akuma.org>
2004-04-26 David Waite <mass at akuma.org>
06/24/2004 David Waite <mass at akuma.org>
2005-06-16 David Waite <mass at akuma.org>
2005-06-21 David Waite <mass at akuma.org>
2005-06-20 David Waite <mass at akuma.org>
2005-06-20 David waite <mass at akuma.org>
2005-09-04 David Waite <mass at akuma.org>
2005-09-04 David Waite <mass at akuma.org>
2005-09-04 David Waite <mass at akuma.org>
svn path=/trunk/mcs/; revision=49416
Dean Brettle (10):
++ Test/mainsoft/ChangeLog (working copy)
++ data/net_2_0/Browsers/ChangeLog (revision 0)
++ class/System.Web/Test/mainsoft/ChangeLog (working copy)
++ Test/mainsoft/ChangeLog (working copy)
++ System.Web.UI.HtmlControls/ChangeLog (working copy)
Changes approved via private email from Marek Habersack <mhabersack at novell.com> on 2008-10-05.
Changes approved via private email from Marek Habersack <mhabersack at novell.com> on 2008-10-05.
++ System.Web/ChangeLog (working copy)
++ System.Web/ChangeLog (working copy)
2009-03-12 Dean Brettle <dean at brettle.com>
Dennis Hayes (236):
** Inital File checkin **
** Removed orignial stub code that would break build if included**
* Initial file check in. *
* included stuff left out of initial check in *
* init and final checkin for a bunch of enum classes in System.Drawing *
* All system.Drawing.Imaging enums complete *
* inital and final checkin *
* All system.Drawing.Text enums complete *
* All system.Drawing.Printing enums complete *
fixed bugs with isknowncolor, compiles now
* A stake in the ground *
* Initial checkin for all interfaces *
* Initial checkin for a number of enums *
* Initial checkin for all delegates *
* Minor changes to copyright block. added date, .cs to file name comment, corrected case in email address. *
* Minor changes to copyright block. added date, .cs to file name comment, corrected case in email address. *
* Corrected Enum Values. *
* Corrected Enum Values. *
* Corrected Enum Values. *
* added [Flags} attribute that I mistakenly removed before the first commit. *
* Added enums delagtes interfaces and stubbed out classes. *
* Added all classes from F to H. Stubbed and commented out. *
*** empty log message ***
* Took enums a* - d* that were in System.Windows.Forms.enums.cs and:
* added BorderStyle.cs, it got left out in the last commit
* Corrected some enum values.
* removed enums.cs. These enums have been put in seperate files, and moved to System.Windows.Forms\System.Windows.Forms, as they should have been to begin with.
* Dennis Hayes <dennish at raytek.com>
* Dennis hayes <dennish at raytek.com>
* 5-6-2002 Dennis Hayes <dennish at raytek.com>
2002-5-8 Dennis Hayes <dennish at raytek.com>
2002-5-8 Dennis Hayes <dennish at raytek.com>
2002-5-8 Dennis Hayes <dennish at raytek.com>
2002-5-8 Dennis Hayes <dennish at raytek.com>
2002-5-9 Dennis Hayes
2002-5-10 Dennis Hayes
DennisHayes <dennish at raytek.com>
DennisHayes <dennish at raytek.com>
2002-5-27 DennisHayes <dennish at raytek.com>
2002-5-27 DennisHayes <dennish at raytek.com>
2002-5-27 DennisHayes <dennish at raytek.com>
2002-5-31 DennisHayes <dennish at raytek.com>
2002-5-31 DennisHayes <dennish at raytek.com>
2002-6-4 DennisHayes <dennish at raytek.com>
2002-6-4 DennisHayes <dennish at raytek.com>
2002-6-4 DennisHayes <dennish at raytek.com>
2002-5-31 DennisHayes <dennish at raytek.com>
2002-5-31 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-5 DennisHayes <dennish at raytek.com>
2002-6-18 DennisHayes <dennish at raytek.com>
2002-6-18 DennisHayes <dennish at raytek.com>
2002-6-18 DennisHayes <dennish at raytek.com>
2002-6-24 DennisHayes <dennish at raytek.com>
2002-6-28 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-1 DennisHayes <dennish at raytek.com>
2002-7-2 DennisHayes <dennish at raytek.com>
2002-7-2 DennisHayes <dennish at raytek.com>
2002-7-2 DennisHayes <dennish at raytek.com>
2002-7-3 DennisHayes <dennish at raytek.com>
2002-7-3 DennisHayes <dennish at raytek.com>
2002-7-6 DennisHayes <dennish at raytek.com>
*** empty log message ***
2002-7-6 DennisHayes <dennish at raytek.com>
2002-7-6 DennisHayes <dennish at raytek.com>
2002-7-6 DennisHayes <dennish at raytek.com>
2002-7-7 DennisHayes <dennish at raytek.com>
2002-7-6 DennisHayes <dennish at raytek.com>
*** empty log message ***
*** empty log message ***
2002-7-7 DennisHayes <dennish at raytek.com>
2002-7-21 DennisHayes <dennish at raytek.com>
*** empty log message ***
2002-7-22 DennisHayes <dennish at raytek.com>
2002-7-22 DennisHayes <dennish at raytek.com>
*** empty log message ***
2002-8-1 DennisHayes <dennish at raytek.com>
2002-8-1 DennisHayes <dennish at raytek.com>
2002-8-1 DennisHayes <dennish at raytek.com>
2002-8-1 DennisHayes <dennish at raytek.com>
2002-8-1 DennisHayes <dennish at raytek.com>
2002-8-2 DennisHayes <dennish at raytek.com>
2002-8-6 DennisHayes <dennish at raytek.com>
2002-8-6 DennisHayes <dennish at raytek.com>
2002-8-4 DennisHayes <dennish at raytek.com>
2002-8-4 DennisHayes <dennish at raytek.com>
2002-8-7 DennisHayes <dennish at raytek.com>
2002-8-6 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-2 DennisHayes <dennish at raytek.com>
2002-9-13 DennisHayes <dennish at raytek.com>
2002-9-13 Dennis Hayes (dennish at raytek.com)
2002-09-13 Dennis Hayes (dennish at raytek.com)
2002-10-13 DennisHayes <dennish at raytek.com>
2002-10-13 DennisHayes <dennish at raytek.com>
*** empty log message ***
2002-10-14 Dennis Hayes (dennish at raytek.com)
2002-10-13 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-18 DennisHayes <dennish at raytek.com>
2002-10-24 DennisHayes <dennish at raytek.com>
Added CheckOutList to keep track of who's working on what.
2002-10-26 DennisHayes <dennish at raytek.com>
2002-10-26 DennisHayes <dennish at raytek.com>
*** empty log message ***
Added .sln file for SWF
2002-10-26 DennisHayes <dennish at raytek.com>
see last logfile
tweaks
updated
updated
more implmentation CE complete on scrollbar and ScrollableControl
implmented
added and implmented
updated
minor changes for Alexandre
added test file for Alexandre
start of implmenting menus. checkin for Alexandre Pigolkine (pigolkine at gmx.de)
minor changes to last mene classes checkin
stub for picturebox.cs - last unstubbed function in swf
updated
2002-10-29 DennisHayes <dennish at raytek.com>
added new win32 stuff, see next log
2002-11-17 DennisHayes <dennish at raytek.com>
removing old win32 stuff
replaced win32.cs with new win32 code
added new win32 stuff to makefile
replaced 2 byte eol with 1 byte, unix style
removed comvisible
removing SWF from build. mcs error need fixing
file added for matt stump
added mising files to makefile
backout makefile changes
2002-11-23 DennisHayes <dennish at raytek.com>
2002-11-24 DennisHayes <dennish at raytek.com>
tweaked win32 defs for regclass and reg windows
2002-11-27 DennisHayes <dennish at raytek.com>
cvs.txt
2002-11-28 DennisHayes <dennish at raytek.com>
see last checkin
added SWFTest to sln
2002-11-28 DennisHayes <dennish at raytek.com>
See last log message
test form with all but one control
removed extra using ms.win32
2002-12-3 DennisHayes <dennish at raytek.com>
switched to unix style line terminators
2002-12-6 DennisHayes <dennish at raytek.com>
2002-12-9 DennisHayes <dennish at raytek.com>
see last entry
se last entry
added new api function
updated menutest
more menu implmentation
removed some 'extras'
monir tweaks
rollback
check in for Alexandre Pigolkine
updates
checkin for Alexandre Pigolkine, a lot more stuff working, see changelog for sample tests
see last note
*** empty log message ***
additions to get SWF to compile
getting swf to compile
getting SWF to compile
checkin for Alexandre Pigolkine see chagelog
Samples\QuickStart\winforms\samples\controlreference\comboboxctl\cs
see last entry
removed inherited members, removed a throw not implmented, added comments
updated checkout list
converted to unix newlines and rolled copyright to 2002/3
updated copyrights and converted to unix style newlines
Cosmetic issues with member signitures
see last msg
2003-06-09 Dennis Hayes <dennish at raytek.com>
2003-08-08 Dennis Hayes <dennish at raytek.com>
*** empty log message ***
signiture fixes
signiture fixes
signiture fixes. added control as base class for ComponentEditorForm.cs
fixed signtures
signiture fix
signiture stuff
signiture stuff
signiture fixes
signture fixes.
signiture fixes
signiture fixes
signture fixes
Signitour compatablity added private constructors to prevent auto creation of public constructors
signture corrections
signture corrections
signture corrections
signture fix
signture fix
signture corrections - fixed compile warning too
signture corrections
signiture fixes
signture fixes
Complete. Includes code from both Mono and Mainsoft.
added to changelog
Removed extra parameter from StrCmp
Added Mainsoft java code, lots of todos where the code has not been completly translated.
current mono code at top, commented out work in progress code below. Jujst gets some stuff under version control
fixed compiler warning
VBUtils.cs added for Mainsoft compatablity
added VBUtils.cs to build for Mainsoft compatablity
big changes to ObjectType from Mainsoft Java code. Cleanup in other files. several more complete
more java code from Mainsoft converted, cleaned
Derek Holden (9):
initial checkin
Small typo in PercentPositivePattern and CurrencyPositivePattern
ToString formatter for integral types
ToString's now using IntegerFormatter
updated
percision -> precision in 446 places
out of range error on FormatGeneral for uints
IntegerFormatter test
2001-11-27 Derek Holden <dholden at draper.com>
Dick Porter (808):
2001-09-05 Dick Porter <dick at ximian.com>
Added the other constructor, so that System.Threading exceptions can
Added a stub for the IsValueType property.
System.Threading class stubs.
More System.Threading stubs, in the System assembly.
Set the correct enum values.
2001-09-14 Dick Porter <dick at ximian.com>
2001-09-21 Dick Porter <dick at ximian.com>
System.Threading.ThreadExceptionEventArgs is done.
2001-09-21 Dick Porter <dick at ximian.com>
Sample threading app
2001-09-23 Dick Porter <dick at ximian.com>
2001-09-23 Dick Porter <dick at ximian.com>
2001-09-23 Dick Porter <dick at ximian.com>
Cope with systems that have pthread.h but no libpthread
Forgot this file
2001-09-25 Dick Porter <dick at ximian.com>
Implemented more System.Threading.Thread members
2001-09-25 Dick Porter <dick at ximian.com>
2001-09-28 Dick Porter <dick at ximian.com>
2001-09-28 Dick Porter <dick at ximian.com>
Added required 'Using' directive
2001-10-04 Dick Porter <dick at ximian.com>
2001-10-03 Dick Porter <dick at ximian.com>
Temporary kludge to work around older linuxthreads implementations that
2001-10-05 Dick Porter <dick at ximian.com>
Updated status
Fixed thinko in usec/nsec time compare in pthread_mutex_timedlock()
Fixed syntax errors
2001-11-09 Dick Porter <dick at ximian.com>
2001-11-10 Dick Porter <dick at ximian.com>
2001-11-12 Dick Porter <dick at ximian.com>
2001-11-12 Dick Porter <dick at ximian.com>
2001-11-13 Dick Porter <dick at ximian.com>
2001-11-13 Dick Porter <dick at ximian.com>
2001-11-15 Dick Porter <dick at ximian.com>
Forgot some wait tidy-up
2001-11-21 Dick Porter <dick at ximian.com>
2001-11-21 Dick Porter <dick at ximian.com>
2001-11-22 Dick Porter <dick at ximian.com>
2001-11-26 Dick Porter <dick at ximian.com>
2001-11-26 Dick Porter <dick at ximian.com>
2001-11-30 Dick Porter <dick at ximian.com>
2001-12-11 Dick Porter <dick at ximian.com>
2001-12-11 Dick Porter <dick at ximian.com>
Fixed 32 bit -> 64 bit arithmetic problem found by Paolo
2001-12-18 Dick Porter <dick at ximian.com>
Fix the case of the CorCompare file name
Fix MonoTODO attribute name
2002-01-10 Dick Porter <dick at ximian.com>
2002-01-10 Dick Porter <dick at ximian.com>
Fix memory leak
2002-01-15 Dick Porter <dick at ximian.com>
2002-01-15 Dick Porter <dick at ximian.com>
2002-01-20 Dick Porter <dick at ximian.com>
Fix a typo
2002-01-23 Dick Porter <dick at ximian.com>
2002-01-23 Dick Porter <dick at ximian.com>
Added the MIS web server
Added a comment
2002-02-13 Dick Porter <dick at ximian.com>
2002-02-13 Dick Porter <dick at ximian.com>
2002-02-19 Dick Porter <dick at ximian.com>
Updated cvsignores
2002-02-20 Dick Porter <dick at ximian.com>
Updated build instructions, and convenience scripts for Linux and Windows.
Use go-mono.com instead of go-mono.org, default CVSROOT
Some doc fixes by Christophe
2002-03-18 Dick Porter <dick at ximian.com>
2002-03-19 Dick Porter <dick at ximian.com>
2002-03-21 Dick Porter <dick at ximian.com>
2002-03-22 Dick Porter <dick at ximian.com>
2002-03-23 Dick Porter <dick at ximian.com>
2002-03-26 Dick Porter <dick at ximian.com>
2002-03-26 Dick Porter <dick at ximian.com>
2002-03-26 Dick Porter <dick at ximian.com>
2002-03-28 Dick Porter <dick at ximian.com>
2002-03-31 Dick Porter <dick at ximian.com>
2002-03-31 Dick Porter <dick at ximian.com>
2002-03-31 Dick Porter <dick at ximian.com>
2002-04-02 Dick Porter <dick at ximian.com>
2002-04-04 Dick Porter <dick at ximian.com>
2002-04-08 Dick Porter <dick at ximian.com>
2002-04-15 Dick Porter <dick at ximian.com>
2002-04-16 Dick Porter <dick at ximian.com>
Build libgc with threading support. This stops it going into a recursive
2002-04-24 Dick Porter <dick at ximian.com>
2002-04-30 Dick Porter <dick at ximian.com>
2002-04-30 Dick Porter <dick at ximian.com>
Use the cygwin stable autotools, code from Serge.
2002-05-02 Dick Porter <dick at ximian.com>
2002-05-05 Dick Porter <dick at ximian.com>
Fix windows build
*** empty log message ***
Boilerplate comments
2002-05-09 Dick Porter <dick at ximian.com>
Put network includes in sockets.h
Made message fit in 80 cols without wrapping, fixed typo too.
2002-05-14 Dick Porter <dick at ximian.com>
2002-05-15 Dick Porter <dick at ximian.com>
2002-06-10 Jaroslaw Kowalski <jarek at atm.com.pl>
2002-06-12 Dick Porter <dick at ximian.com>
2002-06-24 Dick Porter <dick at ximian.com>
2002-06-24 Dick Porter <dick at ximian.com>
2002-06-25 Dick Porter <dick at ximian.com>
*** empty log message ***
2002-06-25 Dick Porter <dick at ximian.com>
2002-06-25 Dick Porter <dick at ximian.com>
2002-06-25 Dick Porter <dick at ximian.com>
2002-06-26 Dick Porter <dick at ximian.com>
2002-06-27 Dick Porter <dick at ximian.com>
2002-07-01 Dick Porter <dick at ximian.com>
2002-07-02 Dick Porter <dick at ximian.com>
2002-07-02 Dick Porter <dick at ximian.com>
2002-07-03 Dick Porter <dick at ximian.com>
2002-07-04 Dick Porter <dick at ximian.com>
2002-07-04 Dick Porter <dick at ximian.com>
2002-07-09 Dick Porter <dick at ximian.com>
2002-07-10 Dennis Haney <davh at davh.dk>
2002-07-12 Dick Porter <dick at ximian.com>
2002-07-12 Dick Porter <dick at ximian.com>
2002-07-12 Dick Porter <dick at ximian.com>
Fixed spelling
2002-07-15 Dick Porter <dick at ximian.com>
2002-07-17 Dick Porter <dick at ximian.com>
Updated ignores for shared lib builds
2002-07-20 Dick Porter <dick at ximian.com>
2002-07-20 Dick Porter <dick at ximian.com>
2002-08-01 Dick Porter <dick at ximian.com>
2002-08-02 Dick Porter <dick at ximian.com>
Shut cvs up
2002-08-12 Dick Porter <dick at ximian.com>
2002-08-12 Dick Porter <dick at ximian.com>
Give the patch author proper credit
2002-08-14 Dick Porter <dick at ximian.com>
2002-08-14 Dick Porter <dick at ximian.com>
2002-08-14 Dick Porter <dick at ximian.com>
2002-08-14 Dick Porter <dick at ximian.com>
Update source list
2002-08-18 Dick Porter <dick at ximian.com>
2002-08-18 Dick Porter <dick at ximian.com>
2002-08-18 Dick Porter <dick at ximian.com>
2002-08-18 Dick Porter <dick at ximian.com>
2002-08-18 Dick Porter <dick at ximian.com>
2002-08-19 Dick Porter <dick at ximian.com>
2002-08-19 Dick Porter <dick at ximian.com>
Optimisation suggested by Gonzalo, to avoid creating extra hashtable
Missed one
2002-08-19 Dick Porter <dick at ximian.com>
2002-08-20 Dick Porter <dick at ximian.com>
2002-08-20 Dick Porter <dick at ximian.com>
2002-08-22 Dick Porter <dick at ximian.com>
2002-08-28 Dick Porter <dick at ximian.com>
New versions of the build scripts. The windows one checks that automake
Pass LDFLAGS when linking monoburg
Cope with the cygwin pkgconfig being installed
Insist that the cygwin libiconv package is installed (seems to work around
2002-09-03 Dick Porter <dick at ximian.com>
2002-09-03 Dick Porter <dick at ximian.com>
Can't do the automake check until the mono dir has been checked out of CVS.
More automake lines rearranging: select the "stable" version _after_ we've
Point at updated gimp-for-w32 files
2002-09-09 Dick Porter <dick at ximian.com>
2002-09-11 Dick Porter <dick at ximian.com>
2002-09-12 Dick Porter <dick at ximian.com>
2002-09-12 Dick Porter <dick at ximian.com>
2002-09-18 Dick Porter <dick at ximian.com>
2002-09-27 Dick Porter <dick at ximian.com>
2002-09-27 Dick Porter <dick at ximian.com>
2002-09-27 Dick Porter <dick at ximian.com>
2002-09-27 Dick Porter <dick at ximian.com>
cygwin needs to link another library now
2002-09-30 Dick Porter <dick at ximian.com>
2002-09-30 Dick Porter <dick at ximian.com>
2002-10-01 Dick Porter <dick at ximian.com>
2002-10-02 Dick Porter <dick at ximian.com>
2002-10-03 Dick Porter <dick at ximian.com>
2002-10-03 Dick Porter <dick at ximian.com>
2002-10-03 Dick Porter <dick at ximian.com>
2002-10-03 Dick Porter <dick at ximian.com>
2002-10-03 Dick Porter <dick at ximian.com>
2002-10-07 Dick Porter <dick at ximian.com>
2002-10-08 Dick Porter <dick at ximian.com>
Don't try to compile stuff that wants to reference System.Xml, or their
2002-10-17 Dick Porter <dick at ximian.com>
2002-10-18 Dick Porter <dick at ximian.com>
2002-10-23 Dick Porter <dick at ximian.com>
2002-10-23 Dick Porter <dick at ximian.com>
Compile fix
Dead chickens and other voodoo to shut automake 1.6 up
2002-10-31 Dick Porter <dick at ximian.com>
2002-10-31 Dick Porter <dick at ximian.com>
Work around missing mcs dir for binaries in the same way as for assemblies.
2002-11-13 Dick Porter <dick at ximian.com>
2002-11-15 Dick Porter <dick at ximian.com>
Debugging messages
2002-11-18 Dick Porter <dick at ximian.com>
2002-11-20 Dick Porter <dick at ximian.com>
Don't assume that jay is on the path
Don't abort the build if any of the prebuilt assemblies can't be found
2002-12-10 Dick Porter <dick at ximian.com>
2002-12-10 Dick Porter <dick at ximian.com>
Fixed some debug messages
2003-01-08 Dick Porter <dick at ximian.com>
2003-01-08 Dick Porter <dick at ximian.com>
Build Mono.Data.DB2Client with nant
Run all managed code in a subthread. Re-enable GC threaded finalisation.
2003-01-23 Dick Porter <dick at ximian.com>
Added a book about threading.
2003-01-29 Dick Porter <dick at ximian.com>
Renamed mono_new_thread_init() to mono_thread_new_init() to conform to
2003-01-29 Dick Porter <dick at ximian.com>
Only look for iconv headers in well-defined locations
2003-02-11 Dick Porter <dick at ximian.com>
2003-02-11 Dick Porter <dick at ximian.com>
2003-02-17 Dick Porter <dick at ximian.com>
2003-02-17 Dick Porter <dick at ximian.com>
2003-02-17 Dick Porter <dick at ximian.com>
2003-02-18 Dick Porter <dick at ximian.com>
Need to request optimisation on windows build to get "extern inline"
2003-02-21 Dick Porter <dick at ximian.com>
2003-02-21 Dick Porter <dick at ximian.com>
2003-02-21 Dick Porter <dick at ximian.com>
2003-02-25 Dick Porter <dick at ximian.com>
2003-02-26 Dick Porter <dick at ximian.com>
2003-03-03 Dick Porter <dick at ximian.com>
2003-03-03 Dick Porter <dick at ximian.com>
2003-03-04 Dick Porter <dick at ximian.com>
2003-03-04 Dick Porter <dick at ximian.com>
And the changelog
2003-03-05 Dick Porter <dick at ximian.com>
Fix build
Thread doc
Fix cygwin build
2003-03-18 Dick Porter <dick at ximian.com>
2003-03-18 Dick Porter <dick at ximian.com>
Forgot to set the accessibility
2003-03-19 Dick Porter <dick at ximian.com>
2003-03-20 Dick Porter <dick at ximian.com>
2003-03-20 Dick Porter <dick at ximian.com>
Fix typo
Fix for gcc 3.2 printing gratuitous warnings, and configure thinking a test
2003-03-28 Dick Porter <dick at ximian.com>
2003-04-04 Dick Porter <dick at ximian.com>
2003-04-09 Dick Porter <dick at ximian.com>
2003-04-11 Dick Porter <dick at ximian.com>
<AOL/>
2003-04-25 Dick Porter <dick at ximian.com>
Fix cygwin build
2003-05-02 Dick Porter <dick at ximian.com>
Forgot this one when making cilc build on cygwin
Build fix for cygwin
2003-05-10 Dick Porter <dick at ximian.com>
2003-05-12 Dick Porter <dick at ximian.com>
2003-05-12 Dick Porter <dick at ximian.com>
Serialization tests
Warning fixes
Build fixes
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-16 Dick Porter <dick at ximian.com>
2003-05-19 Dick Porter <dick at ximian.com>
2003-05-19 Dick Porter <dick at ximian.com>
2003-05-20 Dick Porter <dick at ximian.com>
Build fix
Updated URL
2003-06-05 Dick Porter <dick at ximian.com>
2003-06-05 Dick Porter <dick at ximian.com>
2003-06-05 Dick Porter <dick at ximian.com>
2003-06-09 Dick Porter <dick at ximian.com>
Build fix
2003-06-10 Dick Porter <dick at ximian.com>
2003-06-11 Dick Porter <dick at ximian.com>
Simple script to print a stack trace and also look up all the managed
Make print_method_from_ip() print the pointer it's looking up, to make
2003-06-14 Dick Porter <dick at ximian.com>
2003-06-17 Dick Porter <dick at ximian.com>
Cygwin build fix
2003-06-25 Dick Porter <dick at ximian.com>
2003-06-25 Dick Porter <dick at ximian.com>
2003-07-01 Dick Porter <dick at ximian.com>
2003-07-01 Dick Porter <dick at ximian.com>
2003-07-02 Dick Porter <dick at ximian.com>
Combined the two changelogs, deleted "changelog" so I can check this dir out
2003-07-15 Dick Porter <dick at ximian.com>
2003-07-15 Dick Porter <dick at ximian.com>
Workaround for building on cygwin
2003-07-16 Dick Porter <dick at ximian.com>
Shut CVS up
2003-07-23 Dick Porter <dick at ximian.com>
2003-07-23 Dick Porter <dick at ximian.com>
Build fix.
Fix diff cut&paste syntax error that mcs didnt notice
2003-08-28 Dick Porter <dick at ximian.com>
2003-09-02 Dick Porter <dick at ximian.com>
Compile fix
Compile fix
2003-09-07 Dick Porter <dick at ximian.com>
2003-10-09 Dick Porter <dick at ximian.com>
2003-10-09 Dick Porter <dick at ximian.com>
Add MONO_ARCH_SAVE_REGS (noticed by Gonzalo)
Line up the optional library status display
Compile fixes
2003-10-21 Dick Porter <dick at ximian.com>
2003-10-21 Dick Porter <dick at ximian.com>
2003-10-22 Dick Porter <dick at ximian.com>
2003-10-22 Dick Porter <dick at ximian.com>
2003-10-28 Dick Porter <dick at ximian.com>
2003-10-29 Dick Porter <dick at ximian.com>
2003-10-29 Dick Porter <dick at ximian.com>
2003-11-10 Dick Porter <dick at ximian.com>
Compile fix
Previous change breaks autoconf 2.13
Reverting the previous change to sockets.h, because config.h should not
2003-11-20 Dick Porter <dick at ximian.com>
Do string compares with the Invariant culture.
Fix build
2003-12-01 Dick Porter <dick at ximian.com>
2003-12-01 Dick Porter <dick at ximian.com>
2003-12-01 Dick Porter <dick at ximian.com>
2003-12-02 Dick Porter <dick at ximian.com>
2003-12-02 Dick Porter <dick at ximian.com>
2003-12-02 Dick Porter <dick at ximian.com>
2003-12-02 Dick Porter <dick at ximian.com>
This needs to be thread-safe. Spotted by Gonzalo.
2003-12-03 Dick Porter <dick at ximian.com>
2003-12-04 Dick Porter <dick at ximian.com>
2003-12-04 Dick Porter <dick at ximian.com>
2003-12-06 Dick Porter <dick at ximian.com>
2003-12-06 Dick Porter <dick at ximian.com>
2003-12-17 Dick Porter <dick at ximian.com>
2003-12-19 Dick Porter <dick at ximian.com>
2004-03-03 Dave Camp <dave at ximian.com>
2004-03-19 Dick Porter <dick at ximian.com>
2004-03-22 Dick Porter <dick at ximian.com>
2004-03-23 Dick Porter <dick at ximian.com>
2004-03-23 Dick Porter <dick at ximian.com>
2004-03-31 Dick Porter <dick at ximian.com>
2004-04-02 Dick Porter <dick at ximian.com>
2004-04-02 Dick Porter <dick at ximian.com>
2004-04-08 Dick Porter <dick at ximian.com>
2004-04-08 Dick Porter <dick at ximian.com>
2004-04-15 Dick Porter <dick at ximian.com>
2004-04-16 Dick Porter <dick at ximian.com>
Fix the build
2004-04-22 Dick Porter <dick at ximian.com>
2004-04-28 Dick Porter <dick at ximian.com>
2004-04-28 Dick Porter <dick at ximian.com>
Whoops, need to change pthread_mutex functions to mono_mutex here.
2004-04-30 Dick Porter <dick at ximian.com>
2004-05-04 Dick Porter <dick at ximian.com>
2004-05-07 Dick Porter <dick at ximian.com>
2004-05-07 Dick Porter <dick at ximian.com>
2004-05-07 Dick Porter <dick at ximian.com>
2004-05-11 Dick Porter <dick at ximian.com>
2004-05-12 Dick Porter <dick at ximian.com>
2004-05-12 Dick Porter <dick at ximian.com>
Unbreak the build
2004-05-12 Dick Porter <dick at ximian.com>
2004-05-13 Dick Porter <dick at ximian.com>
2004-05-13 Dick Porter <dick at ximian.com>
Fix build
Shut CVS up
2004-05-14 Dick Porter <dick at ximian.com>
Build fixes
2004-05-17 Dick Porter <dick at ximian.com>
2004-05-21 Dick Porter <dick at ximian.com>
File share mode notes
2004-05-27 Dick Porter <dick at ximian.com>
2004-05-27 Dick Porter <dick at ximian.com>
Shut up gcc warnings
2004-05-27 Dick Porter <dick at ximian.com>
2004-06-08 Dick Porter <dick at ximian.com>
2004-06-08 Dick Porter <dick at ximian.com>
2004-06-08 Dick Porter <dick at ximian.com>
2004-06-08 Dick Porter <dick at ximian.com>
2004-06-14 Dick Porter <dick at ximian.com>
2004-06-14 Dick Porter <dick at ximian.com>
2004-06-15 Dick Porter <dick at ximian.com>
2004-06-16 Dick Porter <dick at ximian.com>
2004-06-18 Dick Porter <dick at ximian.com>
2004-06-18 Dick Porter <dick at ximian.com>
Thread exiting behaviour
2004-06-18 Dick Porter <dick at ximian.com>
2004-06-22 Dick Porter <dick at ximian.com>
Fix for older automake
2004-06-22 Dick Porter <dick at ximian.com>
Fix the build
2004-06-23 Dick Porter <dick at ximian.com>
2004-06-24 Dick Porter <dick at ximian.com>
2004-06-24 Dick Porter <dick at ximian.com>
2004-06-24 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-05 Dick Porter <dick at ximian.com>
2004-07-06 Dick Porter <dick at ximian.com>
2004-07-06 Dick Porter <dick at ximian.com>
2004-07-06 Dick Porter <dick at ximian.com>
2004-07-06 Dick Porter <dick at ximian.com>
2004-07-08 Dick Porter <dick at ximian.com>
2004-07-08 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-09 Dick Porter <dick at ximian.com>
2004-07-13 Peter Williams <peter at newton.cx>
2004-07-13 Peter Williams <peter at newton.cx>
2004-07-14 Dick Porter <dick at ximian.com>
2004-07-14 Dick Porter <dick at ximian.com>
2004-07-15 Dick Porter <dick at ximian.com>
2004-07-15 Dick Porter <dick at ximian.com>
2004-07-15 Dick Porter <dick at ximian.com>
2004-07-15 Dick Porter <dick at ximian.com>
Revert this part, it broke things.
Revert this part, it broke things.
2004-07-22 Dick Porter <dick at ximian.com>
2004-07-22 Dick Porter <dick at ximian.com>
2004-07-23 Dick Porter <dick at ximian.com>
2004-07-23 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-07-28 Dick Porter <dick at ximian.com>
2004-08-04 Dick Porter <dick at ximian.com>
2004-08-04 Dick Porter <dick at ximian.com>
2004-08-11 Dick Porter <dick at ximian.com>
2004-08-13 Dick Porter <dick at ximian.com>
2004-08-13 Dick Porter <dick at ximian.com>
Revert incorrect change.
2004-08-16 Dick Porter <dick at ximian.com>
2004-08-17 Dick Porter <dick at ximian.com>
2004-08-17 Dick Porter <dick at ximian.com>
2004-08-17 Dick Porter <dick at ximian.com>
2004-08-18 Dick Porter <dick at ximian.com>
2004-08-18 Dick Porter <dick at ximian.com>
2004-08-18 Dick Porter <dick at ximian.com>
2004-08-19 Dick Porter <dick at ximian.com>
Compile fixes.
2004-09-01 Dick Porter <dick at ximian.com>
Compile fix
Compile fix
2004-09-06 Dick Porter <dick at ximian.com>
2004-09-06 Dick Porter <dick at ximian.com>
2004-09-06 Dick Porter <dick at ximian.com>
2004-09-06 Dick Porter <dick at ximian.com>
Bug fixes resulting from stress testing the process forking code with
Bug fixes resulting from stress testing the process forking code with
Merge from HEAD of the handles-as-file-descriptors work.
2004-09-07 Dick Porter <dick at ximian.com>
2004-09-07 Dick Porter <dick at ximian.com>
Compile fixes
2004-09-09 Dick Porter <dick at ximian.com>
2004-09-09 Dick Porter <dick at ximian.com>
Compile fix
2004-09-19 Dick Porter <dick at ximian.com>
2004-09-19 Dick Porter <dick at ximian.com>
2004-09-24 Dick Porter <dick at ximian.com>
2004-09-24 Dick Porter <dick at ximian.com>
2004-09-28 Dick Porter <dick at ximian.com>
2004-09-28 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-10-14 Dick Porter <dick at ximian.com>
2004-11-19 Dick Porter <dick at ximian.com>
Quick fix to get the tree building again. The configure.in change is
2004-12-09 Dick Porter <dick at ximian.com>
2005-01-07 Dick Porter <dick at ximian.com>
2005-01-10 Dick Porter <dick at ximian.com>
2005-01-11 Dick Porter <dick at ximian.com>
2005-01-11 Dick Porter <dick at ximian.com>
2005-01-17 Dick Porter <dick at ximian.com>
2005-01-20 Dick Porter <dick at ximian.com>
2005-01-25 Dick Porter <dick at ximian.com>
Fix a compile warning
Branch for io-layer daemonectomy work
Daemon-less io-layer code dump.
Synchronising with test machines.
Add an explanatory comment about ftruncate.
Fix sleeps in the keepalive thread. Stop timestamp updates racing with
Merge revisions 39842:41043 into this branch
2005-02-23 Dick Porter <dick at ximian.com>
2005-02-23 Dick Porter <dick at ximian.com>
2005-03-07 Dick Porter <dick at ximian.com>
2005-03-09 Dick Porter <dick at ximian.com>
2005-03-09 Dick Porter <dick at ximian.com>
2005-03-09 Dick Porter <dick at ximian.com>
More stability fixes. This code has been running on the dual xeon for
Merge revisions 41043:41641 into this branch
Don't let new file references be blown away if a collection happens too soon
Remove svn change marker
More locking for file shares
Disable gmcs for now, revert this when it builds again
The handle mutexes aren't used with shared handle types, so don't try and
Process forking and waiting, without using a daemon either.
Ignore the handles tools dir for now
Removed temporary usage of -Werror
Merge revisions 41642:42764 into this branch
Remove some dead code, and make process kill work again
Check conditions before blocking
2005-04-12 Dick Porter <dick at ximian.com>
2005-04-13 Dick Porter <dick at ximian.com>
2005-04-13 Dick Porter <dick at ximian.com>
Forgot to turn off some debug output
2005-04-13 Dick Porter <dick at ximian.com>
2005-04-15 Dick Porter <dick at ximian.com>
2005-04-19 Dick Porter <dick at ximian.com>
2005-04-21 Dick Porter <dick at ximian.com>
2005-04-21 Dick Porter <dick at ximian.com>
2005-04-21 Dick Porter <dick at ximian.com>
2005-04-21 Dick Porter <dick at ximian.com>
2005-04-25 Dick Porter <dick at ximian.com>
2005-04-25 Dick Porter <dick at ximian.com>
2005-04-25 Dick Porter <dick at ximian.com>
MONO_DISABLE_SHM env var not used any more
2005-04-26 Dick Porter <dick at ximian.com>
2005-04-28 Dick Porter <dick at ximian.com>
2005-04-29 Dick Porter <dick at ximian.com>
2005-04-29 Dick Porter <dick at ximian.com>
2005-05-06 Dick Porter <dick at ximian.com>
2005-05-17 Dick Porter <dick at ximian.com>
2005-06-21 Dick Porter <dick at ximian.com>
2005-06-30 Dick Porter <dick at ximian.com>
2005-07-01 Dick Porter <dick at ximian.com>
2005-07-04 Dick Porter <dick at ximian.com>
2005-07-05 Dick Porter <dick at ximian.com>
2005-07-05 Dick Porter <dick at ximian.com>
2005-08-19 Dick Porter <dick at ximian.com>
2005-08-19 Dick Porter <dick at ximian.com>
2005-07-27 Dick Porter <dick at ximian.com>
Tests
Add
2005-09-20 Dick Porter <dick at ximian.com>
Fix thinko spotted by Gonzalo
2005-09-23 Dick Porter <dick at ximian.com>
2005-10-05 Dick Porter <dick at ximian.com>
fix build
2005-10-11 Dick Porter <dick at ximian.com>
2005-10-11 Dick Porter <dick at ximian.com>
2005-10-11 Dick Porter <dick at ximian.com>
2005-10-19 Dick Porter <dick at ximian.com>
2005-10-20 Dick Porter <dick at ximian.com>
2005-10-21 Dick Porter <dick at ximian.com>
(_wapi_handle_unref): And when the deleted shared part is pointed
2005-10-31 Dick Porter <dick at ximian.com>
2005-11-04 Dick Porter <dick at ximian.com>
2005-11-04 Dick Porter <dick at ximian.com>
2005-11-10 Dick Porter <dick at ximian.com>
2005-11-11 Dick Porter <dick at ximian.com>
2005-11-11 Dick Porter <dick at ximian.com>
2005-11-17 Dick Porter <dick at ximian.com>
2005-11-17 Dick Porter <dick at ximian.com>
2005-11-24 Dick Porter <dick at ximian.com>
2005-11-26 Dick Porter <dick at ximian.com>
2005-11-26 Dick Porter <dick at ximian.com>
2005-12-06 Dick Porter <dick at ximian.com>
2005-12-06 Dick Porter <dick at ximian.com>
2005-12-15 Dick Porter <dick at ximian.com>
2005-12-17 Dick Porter <dick at ximian.com>
2005-12-23 Dick Porter <dick at ximian.com>
2005-12-23 Dick Porter <dick at ximian.com>
Fix the build fix
2006-02-09 Dick Porter <dick at ximian.com>
2006-02-16 Dick Porter <dick at ximian.com>
2006-02-16 Dick Porter <dick at ximian.com>
2006-02-17 Dick Porter <dick at ximian.com>
2006-02-22 Dick Porter <dick at ximian.com>
Remove unused files
2006-02-27 Dick Porter <dick at ximian.com>
2006-03-03 Dick Porter <dick at ximian.com>
2006-03-03 Dick Porter <dick at ximian.com>
2006-03-03 Dick Porter <dick at ximian.com>
2006-03-09 Dick Porter <dick at ximian.com>
2006-03-14 Dick Porter <dick at ximian.com>
2006-03-15 Dick Porter <dick at ximian.com>
2006-03-22 Dick Porter <dick at ximian.com>
2006-03-24 Dick Porter <dick at ximian.com>
2006-03-27 Dick Porter <dick at ximian.com>
2006-04-06 Dick Porter <dick at ximian.com>
2006-04-06 Dick Porter <dick at ximian.com>
2006-04-07 Dick Porter <dick at ximian.com>
2006-04-21 Dick Porter <dick at ximian.com>
2006-04-26 Dick Porter <dick at ximian.com>
2006-05-12 Dick Porter <dick at ximian.com>
2006-05-16 Dick Porter <dick at ximian.com>
2006-05-16 Dick Porter <dick at ximian.com>
2006-05-24 Dick Porter <dick at ximian.com>
2006-05-25 Dick Porter <dick at ximian.com>
2006-06-14 Dick Porter <dick at ximian.com>
2006-06-14 Dick Porter <dick at ximian.com>
2006-06-23 Dick Porter <dick at ximian.com>
2006-07-05 Dick Porter <dick at ximian.com>
2006-07-06 Dick Porter <dick at ximian.com>
2006-07-06 Dick Porter <dick at ximian.com>
2006-07-06 Dick Porter <dick at ximian.com>
2006-07-14 Dick Porter <dick at ximian.com>
2006-07-17 Dick Porter <dick at ximian.com>
2006-07-20 Dick Porter <dick at ximian.com>
2006-07-20 Dick Porter <dick at ximian.com>
2006-07-20 Dick Porter <dick at ximian.com>
2006-07-25 Dick Porter <dick at ximian.com>
Fix gcc warnings
2006-07-28 Dick Porter <dick at ximian.com>
2006-08-10 Dick Porter <dick at ximian.com>
2006-08-09 Dick Porter <dick at ximian.com>
2006-08-10 Dick Porter <dick at ximian.com>
2006-08-11 Dick Porter <dick at ximian.com>
2006-10-03 Dick Porter <dick at ximian.com>
2006-10-11 Dick Porter <dick at ximian.com>
2006-10-11 Dick Porter <dick at ximian.com>
2006-10-12 Dick Porter <dick at ximian.com>
2006-10-26 Dick Porter <dick at ximian.com>
2006-10-27 Dick Porter <dick at ximian.com>
2006-11-02 Dick Porter <dick at ximian.com>
2006-11-02 Dick Porter <dick at ximian.com>
Forgot to mark up new internal function prototype.
2006-11-03 Dick Porter <dick at ximian.com>
2006-11-03 Dick Porter <dick at ximian.com>
2006-11-03 Dick Porter <dick at ximian.com>
2006-11-03 Jensen Somers <jensen.somers at gmail.com>
2006-11-07 Dick Porter <dick at ximian.com>
2006-11-07 Dick Porter <dick at ximian.com>
2006-11-07 Dick Porter <dick at ximian.com>
2006-11-07 Dick Porter <dick at ximian.com>
2006-11-07 Dick Porter <dick at ximian.com>
2006-11-09 Dick Porter <dick at ximian.com>
2006-11-09 Dick Porter <dick at ximian.com>
2006-11-13 Dick Porter <dick at ximian.com>
2006-11-13 Dick Porter <dick at ximian.com>
2006-11-13 Dick Porter <dick at ximian.com>
Several typos and const-correctness fixes
2006-11-22 Dick Porter <dick at ximian.com>
2006-11-23 Dick Porter <dick at ximian.com>
2006-11-23 Dick Porter <dick at ximian.com>
2006-11-24 Dick Porter <dick at ximian.com>
2006-12-08 Dick Porter <dick at ximian.com>
2007-01-11 Dick Porter <dick at ximian.com>
2007-01-11 Dick Porter <dick at ximian.com>
2007-01-11 Dick Porter <dick at ximian.com>
2007-01-20 Dick Porter <dick at ximian.com>
2007-01-23 Dick Porter <dick at ximian.com>
2007-01-23 Dick Porter <dick at ximian.com>
2007-01-24 Dick Porter <dick at ximian.com>
2007-01-24 Dick Porter <dick at ximian.com>
2007-01-24 Dick Porter <dick at ximian.com>
2007-01-26 Dick Porter <dick at ximian.com>
2007-01-26 Dick Porter <dick at ximian.com>
2007-01-26 Dick Porter <dick at ximian.com>
2007-02-16 Dick Porter <dick at ximian.com>
2007-02-22 Dick Porter <dick at ximian.com>
2007-03-22 Dick Porter <dick at ximian.com>
2007-03-27 Dick Porter <dick at ximian.com>
2007-03-27 Dick Porter <dick at ximian.com>
2007-03-27 Dick Porter <dick at ximian.com>
2007-04-05 Dick Porter <dick at ximian.com>
2007-04-05 Dick Porter <dick at ximian.com>
2007-04-13 Dick Porter <dick at ximian.com>
Revert this while I figure out why monodevelop breaks
Revert this while I figure out why monodevelop breaks
2007-04-24 Dick Porter <dick at ximian.com>
Reinstate this patch, now I've fixed a double-free bug. Thanks to Rolf for
Reinstate this change.
2007-04-25 Dick Porter <dick at ximian.com>
2007-04-26 Dick Porter <dick at ximian.com>
2007-04-26 Dick Porter <dick at ximian.com>
2007-04-30 Dick Porter <dick at ximian.com>
2007-04-30 Dick Porter <dick at ximian.com>
2007-05-01 Dick Porter <dick at ximian.com>
2007-05-01 Dick Porter <dick at ximian.com>
2007-05-02 Dick Porter <dick at ximian.com>
2007-05-02 Dick Porter <dick at ximian.com>
2007-05-03 Dick Porter <dick at ximian.com>
2007-05-10 Dick Porter <dick at ximian.com>
2007-05-14 Dick Porter <dick at ximian.com>
2007-05-16 Dick Porter <dick at ximian.com>
2007-05-16 Dick Porter <dick at ximian.com>
2007-05-21 Dick Porter <dick at ximian.com>
2007-06-13 Dick Porter <dick at ximian.com>
2007-06-19 Dick Porter <dick at ximian.com>
2007-06-21 Dick Porter <dick at ximian.com>
2007-06-21 Dick Porter <dick at ximian.com>
2007-06-21 Dick Porter <dick at ximian.com>
2007-06-22 Dick Porter <dick at ximian.com>
2007-07-04 Dick Porter <dick at ximian.com>
2007-07-26 Dick Porter <dick at ximian.com>
2007-07-31 Dick Porter <dick at ximian.com>
2007-08-01 Dick Porter <dick at ximian.com>
2007-08-01 Dick Porter <dick at ximian.com>
2007-08-01 Dick Porter <dick at ximian.com>
2007-08-02 Dick Porter <dick at ximian.com>
2007-08-02 Dick Porter <dick at ximian.com>
2007-06-28 Chris Howie <cdhowie at nerdshack.com>
2007-08-10 Gert Driesen <drieseng at users.sourceforge.net>
2007-08-10 Dick Porter <dick at ximian.com>
2007-08-30 Dick Porter <dick at ximian.com>
2007-08-30 Dick Porter <dick at ximian.com>
Back out the thread lock changes until they work
Back out the thread lock changes until they work
2007-09-06 Dick Porter <dick at ximian.com>
2007-09-07 Dick Porter <dick at ximian.com>
2007-09-25 Dick Porter <dick at ximian.com>
2007-09-25 Dick Porter <dick at ximian.com>
2007-09-26 Dick Porter <dick at ximian.com>
2007-10-05 Dick Porter <dick at ximian.com>
2007-10-15 Dick Porter <dick at ximian.com>
2007-10-15 Dick Porter <dick at ximian.com>
2007-10-19 Dick Porter <dick at ximian.com>
2007-10-19 Dick Porter <dick at ximian.com>
2007-10-24 Dick Porter <dick at ximian.com>
2007-10-24 Dick Porter <dick at ximian.com>
2007-10-26 Dick Porter <dick at ximian.com>
2007-10-26 Dick Porter <dick at ximian.com>
2007-10-26 Dick Porter <dick at ximian.com>
2007-10-30 Dick Porter <dick at ximian.com>
2007-11-08 Dick Porter <dick at ximian.com>
2007-11-15 Dick Porter <dick at ximian.com>
2007-11-15 Dick Porter <dick at ximian.com>
2007-11-15 Dick Porter <dick at ximian.com>
2007-11-15 Dick Porter <dick at ximian.com>
2007-11-20 Dick Porter <dick at ximian.com>
2007-11-21 Dick Porter <dick at ximian.com>
2007-11-21 Dick Porter <dick at ximian.com>
2007-11-22 Dick Porter <dick at ximian.com>
2007-11-22 Dick Porter <dick at ximian.com>
2007-11-22 Dick Porter <dick at ximian.com>
2007-12-05 Dick Porter <dick at ximian.com>
2007-12-05 Dick Porter <dick at ximian.com>
2007-12-06 Dick Porter <dick at ximian.com>
2007-12-19 Dick Porter <dick at ximian.com>
2008-01-04 Dick Porter <dick at ximian.com>
2008-01-04 Dick Porter <dick at ximian.com>
2008-01-09 Dick Porter <dick at ximian.com>
2008-01-16 Dick Porter <dick at ximian.com>
2008-01-16 Dick Porter <dick at ximian.com>
2008-01-19 Dick Porter <dick at ximian.com>
2008-01-23 Dick Porter <dick at ximian.com>
2008-01-23 Dick Porter <dick at ximian.com>
2008-02-01 Dick Porter <dick at ximian.com>
2008-02-05 Dick Porter <dick at ximian.com>
2008-03-25 Dick Porter <dick at ximian.com>
2008-03-26 Dick Porter <dick at ximian.com>
2008-03-26 Dick Porter <dick at ximian.com>
2008-03-27 Dick Porter <dick at ximian.com>
2008-03-27 Dick Porter <dick at ximian.com>
2008-03-28 Dick Porter <dick at ximian.com>
2008-03-28 Dick Porter <dick at ximian.com>
2008-04-01 Dick Porter <dick at ximian.com>
2008-04-03 Dick Porter <dick at ximian.com>
2008-04-03 Dick Porter <dick at ximian.com>
2008-04-03 Dick Porter <dick at ximian.com>
2008-04-04 Dick Porter <dick at ximian.com>
Shut gcc up
2008-04-04 Dick Porter <dick at ximian.com>
2008-04-04 Dick Porter <dick at ximian.com>
2008-04-04 Dick Porter <dick at ximian.com>
2008-04-07 Dick Porter <dick at ximian.com>
2008-04-08 Dick Porter <dick at ximian.com>
2008-04-17 Dick Porter <dick at ximian.com>
2008-04-17 Dick Porter <dick at ximian.com>
2008-04-17 Dick Porter <dick at ximian.com>
2008-04-17 Dick Porter <dick at ximian.com>
2008-04-21 Dick Porter <dick at ximian.com>
2008-04-22 Dick Porter <dick at ximian.com>
2008-04-22 Dick Porter <dick at ximian.com>
2008-05-01 Dick Porter <dick at ximian.com>
2008-05-07 Dick Porter <dick at ximian.com>
2008-05-08 Dick Porter <dick at ximian.com>
2008-05-29 Dick Porter <dick at ximian.com>
2008-06-02 Dick Porter <dick at ximian.com>
2008-06-02 Dick Porter <dick at ximian.com>
2008-06-19 Dick Porter <dick at ximian.com>
2008-06-19 Dick Porter <dick at ximian.com>
2008-06-19 Dick Porter <dick at ximian.com>
Fix thinko in ChangeLog
2008-06-19 Dick Porter <dick at ximian.com>
2008-06-20 Dick Porter <dick at ximian.com>
2008-06-20 Dick Porter <dick at ximian.com>
2008-06-27 Dick Porter <dick at ximian.com>
Add a comment regarding potential future issues with 64 bit systems and
2008-07-28 Dick Porter <dick at ximian.com>
2008-07-28 Dick Porter <dick at ximian.com>
2008-07-28 Dick Porter <dick at ximian.com>
2008-07-29 Dick Porter <dick at ximian.com>
2008-09-01 Dick Porter <dick at ximian.com>
2008-09-25 Dick Porter <dick at ximian.com>
2009-01-09 Dick Porter <dick at ximian.com>
2009-05-20 Dick Porter <dick at acm.org>
2009-10-12 Dick Porter <dporter at codicesoftware.com>
2010-06-22 Dick Porter <dporter at codicesoftware.com>
2010-06-24 Dick Porter <dporter at codicesoftware.com>
2010-07-05 Dick Porter <dporter at codicesoftware.com>
Diego Sevilla Ruiz (2):
2002-09-02 Diego Sevilla Ruiz <dsevilla at um.es>
2002-10-04 Diego Sevilla Ruiz <dsevilla at um.es>
Dietmar Maurer (758):
*** empty log message ***
*** empty log message ***
Dietmar Maurer <dietmar at ximian.com>
2001-07-31 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2001-08-01 Dietmar Maurer <dietmar at ximian.com>
2001-08-01 Dietmar Maurer <dietmar at ximian.com>
* image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
* loader.c (mono_get_string_class_info): do a strcmp to check
2001-08-02 Dietmar Maurer <dietmar at ximian.com>
removed a typo
2001-08-06 Dietmar Maurer <dietmar at ximian.com>
2001-08-06 Dietmar Maurer <dietmar at ximian.com>
2001-08-06 Dietmar Maurer <dietmar at ximian.com>
pinvoke bug fix
2001-08-09 Dietmar Maurer <dietmar at ximian.com>
2001-08-10 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2001-08-10 Dietmar Maurer <dietmar at ximian.com>
2001-08-10 Dietmar Maurer <dietmar at ximian.com>
2001-08-10 Dietmar Maurer <dietmar at ximian.com>
* Object.cs: changed MemberWiseClone to MemberwiseClone, and
*** empty log message ***
* object.c (mono_object_clone): impl.
added UnixWrapper, FileStream and Stream Class + various fixes
2001-08-20 Dietmar Maurer <dietmar at ximian.com>
2001-08-20 Dietmar Maurer <dietmar at ximian.com>
fixes to make it compile again
merged the cli and metadata directories - everything is now in metadata
added ltconfig to .cvsignore
* class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
removed some unused code
2001-08-21 Dietmar Maurer <dietmar at ximian.com>
added some documentation
added mint to cvsignore
replaced mono-int with mint, disable debugging mode
2001-08-23 Dietmar Maurer <dietmar at ximian.com>
2001-08-24 Dietmar Maurer <dietmar at ximian.com>
2001-08-24 Dietmar Maurer <dietmar at ximian.com>
added MonoDummy.cs and TimeSpan.cs to common.src
2001-08-28 Dietmar Maurer <dietmar at ximian.com>
2001-08-28 Dietmar Maurer <dietmar at ximian.com>
2001-08-28 Dietmar Maurer <dietmar at ximian.com>
2001-08-29 Dietmar Maurer <dietmar at ximian.com>
2001-08-30 Dietmar Maurer <dietmar at ximian.com>
remove libffi
monoburg implementation
added reachability check
bug fixes, added ChangeLog
*** empty log message ***
run automake, aotoconf, ...
2001-09-08 Dietmar Maurer <dietmar at ximian.com>
added the jit prototype, small fixes
*** empty log message ***
*** empty log message ***
*** empty log message ***
added some thoughts
2001-09-13 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2001-09-14 Dietmar Maurer <dietmar at ximian.com>
added more ideas
2001-09-15 Dietmar Maurer <dietmar at ximian.com>
2001-09-17 Dietmar Maurer <dietmar at ximian.com>
2001-09-17 Dietmar Maurer <dietmar at ximian.com>
2001-09-17 Dietmar Maurer <dietmar at ximian.com>
(tree_get_address): make sure that we can only jump to the first
2001-09-18 Dietmar Maurer <dietmar at ximian.com>
2001-09-19 Dietmar Maurer <dietmar at ximian.com>
2001-09-19 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2001-09-19 Dietmar Maurer <dietmar at ximian.com>
code cleanup
2001-09-20 Dietmar Maurer <dietmar at ximian.com>
* x86.brg: addes basic support for itype "long"
2001-09-21 Dietmar Maurer <dietmar at ximian.com>
x86.brg: (MB_OPT_LEVEL): define optimisation level macro
*** empty log message ***
implemented more opcodes
* monoburg.c (create_term): bug fix: g_strdup strings from the parser
* monoburg.y (strndup): terminate string with 0
* monoburg.y (strndup): removed, use g_strndup instead
added more documentation
2001-09-23 Dietmar Maurer <dietmar at ximian.com>
2001-09-24 Dietmar Maurer <dietmar at ximian.com>
* mono/jit/x86.brg: impl. more opcodes
(ves_exec_method): bug fix for NOT/NEG
2001-09-25 Dietmar Maurer <dietmar at ximian.com>
2001-09-26 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2001-09-27 Dietmar Maurer <dietmar at ximian.com>
cleanup
cleanup
2001-10-01 Dietmar Maurer <dietmar at ximian.com>
2001-10-02 Dietmar Maurer <dietmar at ximian.com>
2001-10-02 Dietmar Maurer <dietmar at ximian.com>
2001-10-02 Dietmar Maurer <dietmar at ximian.com>
another test (does not work at the moment)
more tests
2001-10-10 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
more documentation
2001-10-15 Dietmar Maurer <dietmar at ximian.com>
use relative numbering for runtime type checks
the jit is now using a control flow graph
2001-11-02 Dietmar Maurer <dietmar at ximian.com>
2001-11-03 Dietmar Maurer <dietmar at ximian.com>
2001-11-05 Dietmar Maurer <dietmar at ximian.com>
2001-11-06 Dietmar Maurer <dietmar at ximian.com>
2001-11-07 Dietmar Maurer <dietmar at ximian.com>
2001-11-09 Dietmar Maurer <dietmar at ximian.com>
2001-11-09 Dietmar Maurer <dietmar at ximian.com>
bug fix in BOX
2001-11-10 Dietmar Maurer <dietmar at ximian.com>
2001-11-15 Dietmar Maurer <dietmar at ximian.com>
2001-11-16 Dietmar Maurer <dietmar at ximian.com>
s/Utf7_Encoding/UTF7Encoding/
2001-11-19 Dietmar Maurer <dietmar at ximian.com>
use (class == mono_defaults.string_class) instead of a strcmp
2001-11-19 Dietmar Maurer <dietmar at ximian.com>
another test for exceptions
etmar Maurer <dietmar at ximian.com>
2001-11-28 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
don't print debug infos
2001-11-28 Dietmar Maurer <dietmar at ximian.com>
documentation
bug fixes, code cleanup
2001-11-30 Dietmar Maurer <dietmar at ximian.com>
2001-12-04 Dietmar Maurer <dietmar at ximian.com>
2001-12-06 Dietmar Maurer <dietmar at ximian.com>
etmar Maurer <dietmar at ximian.com>
*** empty log message ***
use x86_inc/x86_dec, bug fix in getNow()
2001-12-10 Dietmar Maurer <dietmar at ximian.com>
added a new test that fails with mint
etmar Maurer <dietmar at ximian.com>
2001-12-16 Dietmar Maurer <dietmar at ximian.com>
2001-12-17 Dietmar Maurer <dietmar at ximian.com>
(_wapi_unicode_to_utf8): only swap bytes on LE systems, remove bug
2001-12-17 Dietmar Maurer <dietmar at ximian.com>
new abstract classes
unicode support (using iconv)
switched to glib2.0, unicode support, bug fixes
*** empty log message ***
small bug fix
2002-01-04 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-01-11 Dietmar Maurer <dietmar at ximian.com>
2002-01-11 Dietmar Maurer <dietmar at ximian.com>
2002-01-14 Dietmar Maurer <dietmar at ximian.com>
2002-01-14 Dietmar Maurer <dietmar at ximian.com>
added exception6.cs
* mono/tests/exception6.cs: added tests for SUB_OVF, SUB_OVF_UN
* x86.brg (EMIT_COND_EXCEPTION): added signed flag, impl. more _OVF opcodes
2002-01-16 Dietmar Maurer <dietmar at ximian.com>
2002-01-17 Dietmar Maurer <dietmar at ximian.com>
fix various alignment problems
updates for System.Text namespace
status updates for System.IO
added some AppDomain methods
more bug fixes
more appdomain work
more AppDomain updates
more appdomain update
bug fix
vtable bug fix
impl. LDFTN, more bug fixes
impl. CEQ for lreg, more bug fixes
mono_wrapper_readdir: add check for null pointer
fix the bug in the previous bug fix
removed the hack
SHR/SHL impl.
fix endian problem with old libiconv
impl. Array_Address icall, TOSTRING for pinvoke String return values
2002-02-05 Dietmar Maurer <dietmar at ximian.com>
2002-02-05 Dietmar Maurer <dietmar at ximian.com>
more tests
impl. Enum.Parse
added array bound checking
fixed most compiler warnings, code cleanup
bug fix in String::Compare
object layout change
update
pass the domain to mono_string_new
bug fix in newobj
revert last change
added some docu
fixed NEWOBJ and SIZEOF bugs
bug fix in static delegate invoke
dont compile methods more than once gives better performance ;-)
committed patch from Ajay
2002-02-18 Dietmar Maurer <dietmar at ximian.com>
2002-02-18 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
new test
2002-02-19 Dietmar Maurer <dietmar at ximian.com>
(mono_init): set the domain name in a ms compatible way
* icall.c (ves_icall_System_Array_SetValue): check for null values.
2002-02-19 Dietmar Maurer <dietmar at ximian.com>
2002-02-19 Dietmar Maurer <dietmar at ximian.com>
(arch_create_jit_trampoline): cache trampoline code
* Array.cs (CopyTo): use GetLength() instead of GetUpperBound()
fixed testjit target (set LD_LIBRARY_PATH)
new option to print the vtable --print-vtable
2002-02-21 Dietmar Maurer <dietmar at ximian.com>
added files from chris
2002-02-22 Dietmar Maurer <dietmar at ximian.com>
test for vararg support
2002-02-26 Dietmar Maurer <dietmar at ximian.com>
removed unnecessary assertion
2002-02-26 Dietmar Maurer <dietmar at ximian.com>
2002-02-26 Dietmar Maurer <dietmar at ximian.com>
2002-02-27 Dietmar Maurer <dietmar at ximian.com>
2002-02-28 Dietmar Maurer <dietmar at ximian.com>
impl CALL_I8(INTF_ADDR)
impl. more CONV opcodes
bug fix im REM_UN
2002-03-01 Dietmar Maurer <dietmar at ximian.com>
removed unnecessary assertion from last commit
2002-03-01 Dietmar Maurer <dietmar at ximian.com>
(arch_compile_method): make the jit thread save
(x86_magic_trampoline): moved lock/unlock to x86_magic_trampoline
s/WapiCriticalSection/CRITICAL_SECTION/
reduce allocated code size with better estimation
* jit.c (MAKE_SPILLED_BI_ALU): remove unnecessary assertions
object.h (MONO_CHECK_ARG_NULL): check if argument name exists
2002-03-05 Dietmar Maurer <dietmar at ximian.com>
x86.brg: use x86_widen_reg for CONV opcodes
2002-03-06 Dietmar Maurer <dietmar at ximian.com>
jit.c (mono_find_final_block): find correct finally handler.
2002-03-06 Dietmar Maurer <dietmar at ximian.com>
* x86.brg: impl. MUL_OVF_UN (reg, reg)
2002-03-07 Dietmar Maurer <dietmar at ximian.com>
2002-03-07 Dietmar Maurer <dietmar at ximian.com>
etmar Maurer <dietmar at ximian.com>
2002-03-08 Dietmar Maurer <dietmar at ximian.com>
imported delegate patches from Daniel, new GetHashCode icalls
imported delegate patches from Daniel, new GetHashCode icalls
added obj_address again
added obj_address again
2002-03-12 Dietmar Maurer <dietmar at ximian.com>
added more documentation
2002-03-14 Dietmar Maurer <dietmar at ximian.com>
2002-03-14 Dietmar Maurer <dietmar at ximian.com>
* emit-x86.c: (arch_create_native_wrapper): free allocated strings, bug fixes
remove wrong assertion
* class.c (mono_class_init): removed hardcoded GHC_SLOT
made mono_jit_info_table domain dependent
more docu
fixed section numbers
2002-03-15 Dietmar Maurer <dietmar at ximian.com>
documentation updates
*** empty log message ***
new test for enum equals
bug fix in Enum::Equals
impl. more opcodes
2002-03-18 Dietmar Maurer <dietmar at ximian.com>
new tests for NaN
new test for async invoke
support for BeginInvoke/EndInvoke
impl. MonoAsyncResult
added a list of books and papers
added some papers
2002-03-20 Dietmar Maurer <dietmar at ximian.com>
2002-03-20 Dietmar Maurer <dietmar at ximian.com>
2002-03-21 Dietmar Maurer <dietmar at ximian.com>
2002-03-21 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
remove mono_jit_abort
2002-03-21 Dietmar Maurer <dietmar at ximian.com>
avoid cyclic dependency in CEE_LDFTN
new remoting classes
added GetTransparentProxy stub
started proxy support
added proxy support
2002-03-28 Dietmar Maurer <dietmar at ximian.com>
etmar Maurer <dietmar at ximian.com>
2002-03-28 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-03-28 Dietmar Maurer <dietmar at ximian.com>
2002-03-30 Dietmar Maurer <dietmar at ximian.com>
2002-03-30 Dietmar Maurer <dietmar at ximian.com>
fixed compiler warnings
*** empty log message ***
2002-03-30 Dietmar Maurer <dietmar at ximian.com>
2002-03-30 Dietmar Maurer <dietmar at ximian.com>
2002-04-02 Dietmar Maurer <dietmar at ximian.com>
2002-04-03 Dietmar Maurer <dietmar at ximian.com>
fixed compiler warnings
fixed more compiler warnings
compiler warning fixes
(ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
* appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
* debug-symfile.h: use char* instead of gpointer to avoid
fixed broken build
2002-04-04 Dietmar Maurer <dietmar at ximian.com>
some docu
2002-04-05 Dietmar Maurer <dietmar at ximian.com>
documentation
2002-04-05 Dietmar Maurer <dietmar at ximian.com>
added a note about Ingo's book
2002-04-06 Dietmar Maurer <dietmar at ximian.com>
2002-04-06 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
install dummy runtime_invoke()
2002-04-08 Dietmar Maurer <dietmar at ximian.com>
2002-04-08 Dietmar Maurer <dietmar at ximian.com>
(mono_class_vtable): use g_malloc instead of GC_malloc when possible
2002-04-08 Dietmar Maurer <dietmar at ximian.com>
alignment fixes
2002-04-09 Dietmar Maurer <dietmar at ximian.com>
2002-04-09 Dietmar Maurer <dietmar at ximian.com>
2002-04-15 Dietmar Maurer <dietmar at ximian.com>
2002-04-15 Dietmar Maurer <dietmar at ximian.com>
new test
added another paper
added a new field to TransparentProxy
2002-04-17 Dietmar Maurer <dietmar at ximian.com>
added a comment howto avoid saving LMF
2002-04-18 Dietmar Maurer <dietmar at ximian.com>
2002-04-19 Dietmar Maurer <dietmar at ximian.com>
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
use internal call constructors
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
bug fix in Concat
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
2002-04-20 Dietmar Maurer <dietmar at ximian.com>
2002-04-23 Dietmar Maurer <dietmar at ximian.com>
(mono_analyze_stack): don't store constants in temp. variables for CEE_DUP
2002-04-23 Dietmar Maurer <dietmar at ximian.com>
2002-04-25 Dietmar Maurer <dietmar at ximian.com>
new test
2002-04-29 Dietmar Maurer <dietmar at ximian.com>
2002-04-29 Dietmar Maurer <dietmar at ximian.com>
(mono_analyze_stack): emit right CONV_UX opcodes: fixes bug 23547
x86.brg: added more CONV_U rules
* jit.c (mono_analyze_stack): dont call methods on Object with
2002-04-29 Dietmar Maurer <dietmar at ximian.com>
* x86.brg (LDLEN, UNBOX): removed unnecessary NULL check.
2002-04-30 Dietmar Maurer <dietmar at ximian.com>
2002-04-30 Dietmar Maurer <dietmar at ximian.com>
(MUL) use shift when possible.
2002-04-30 Dietmar Maurer <dietmar at ximian.com>
2002-05-02 Dietmar Maurer <dietmar at ximian.com>
2002-05-03 Dietmar Maurer <dietmar at ximian.com>
2002-05-03 Dietmar Maurer <dietmar at ximian.com>
2002-05-03 Dietmar Maurer <dietmar at ximian.com>
added linear scan to mono (use --ls to enable it)
use Paolo's great bitset implementation.
2002-05-10 Dietmar Maurer <dietmar at ximian.com>
2002-05-10 Dietmar Maurer <dietmar at ximian.com>
2002-05-10 Dietmar Maurer <dietmar at ximian.com>
2002-05-11 Dietmar Maurer <dietmar at ximian.com>
2002-05-11 Dietmar Maurer <dietmar at ximian.com>
2002-05-11 Dietmar Maurer <dietmar at ximian.com>
2002-05-11 Dietmar Maurer <dietmar at ximian.com>
fixed my last commit
Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
added initlocals.exe test
s/mono_find_var/mono_copy_used_var/
2002-05-13 Dietmar Maurer <dietmar at ximian.com>
2002-05-13 Dietmar Maurer <dietmar at ximian.com>
disable OPT_BOOL
2002-05-13 Dietmar Maurer <dietmar at ximian.com>
2002-05-14 Dietmar Maurer <dietmar at ximian.com>
2002-05-14 Dietmar Maurer <dietmar at ximian.com>
2002-05-15 Dietmar Maurer <dietmar at ximian.com>
(mono_thread_start_cb): set end_of_stack
another test
2002-05-15 Dietmar Maurer <dietmar at ximian.com>
better comment
2002-05-15 Dietmar Maurer <dietmar at ximian.com>
another test
2002-05-15 Dietmar Maurer <dietmar at ximian.com>
removed exception9.cs because that test have to fail
(mono_runtime_delegate_invoke): impl.
added original copyright notice
exception fixes - unfortunately this does not work with mcs compiled binaries
another test
2002-05-16 Dietmar Maurer <dietmar at ximian.com>
removed #include <mono/io-layer/threads.h>
2002-05-17 Dietmar Maurer <dietmar at ximian.com>
new test
2002-05-17 Dietmar Maurer <dietmar at ximian.com>
2002-05-21 Dietmar Maurer <dietmar at ximian.com>
2002-05-21 Dietmar Maurer <dietmar at ximian.com>
2002-05-21 Dietmar Maurer <dietmar at ximian.com>
2002-05-22 Dietmar Maurer <dietmar at ximian.com>
2002-05-22 Dietmar Maurer <dietmar at ximian.com>
create debugging symbols
2002-05-23 Dietmar Maurer <dietmar at ximian.com>
code cleanups
2002-05-23 Dietmar Maurer <dietmar at ximian.com>
2002-05-24 Dietmar Maurer <dietmar at ximian.com>
fixed typo pointed out by Richard Torkar
2002-05-24 Dietmar Maurer <dietmar at ximian.com>
2002-05-27 Dietmar Maurer <dietmar at ximian.com>
2002-05-27 Dietmar Maurer <dietmar at ximian.com>
2002-05-28 Dietmar Maurer <dietmar at ximian.com>
2002-05-28 Dietmar Maurer <dietmar at ximian.com>
added new test from Sergey
2002-05-28 Dietmar Maurer <dietmar at ximian.com>
2002-05-29 Dietmar Maurer <dietmar at ximian.com>
2002-05-29 Dietmar Maurer <dietmar at ximian.com>
2002-05-29 Dietmar Maurer <dietmar at ximian.com>
2002-05-29 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
s/+=/=/
2002-05-30 Dietmar Maurer <dietmar at ximian.com>
s/MonoValueKind/MonoVarType/
2002-05-31 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
2002-06-18 Dietmar Maurer <dietmar at ximian.com>
2002-06-18 Dietmar Maurer <dietmar at ximian.com>
small fix
2002-06-18 Dietmar Maurer <dietmar at ximian.com>
2002-06-18 Dietmar Maurer <dietmar at ximian.com>
2002-06-19 Dietmar Maurer <dietmar at ximian.com>
* Marshal.cs: impl. Copy()
2002-06-24 Dietmar Maurer <dietmar at ximian.com>
marshal tests
remove useless init code
2002-07-01 Dietmar Maurer <dietmar at ximian.com>
added StructureToPtr/SizeOf/PtrToStructure internal calls
architecture independent marshaling code
Dietmar Maurer <dietmar at ximian.com>
(mono_marshal_get_native_wrapper): make it comp. with the old code
(mono_marshal_get_native_wrapper): support boolean
2002-07-11 Dietmar Maurer <dietmar at ximian.com>
(mono_marshal_get_managed_wrapper): support more types
2002-07-12 Dietmar Maurer <dietmar at ximian.com>
2002-07-12 Dietmar Maurer <dietmar at ximian.com>
2002-07-12 Dietmar Maurer <dietmar at ximian.com>
better hash func (mono_signature_hash)
small fix
2002-07-12 Dietmar Maurer <dietmar at ximian.com>
2002-07-15 Dietmar Maurer <dietmar at ximian.com>
2002-07-15 Dietmar Maurer <dietmar at ximian.com>
(mono_marshal_get_delegate_begin_invoke):
2002-07-16 Dietmar Maurer <dietmar at ximian.com>
bug fix
2002-07-16 Dietmar Maurer <dietmar at ximian.com>
2002-07-16 Dietmar Maurer <dietmar at ximian.com>
2002-07-17 Dietmar Maurer <dietmar at ximian.com>
2002-07-17 Dietmar Maurer <dietmar at ximian.com>
2002-07-17 Dietmar Maurer <dietmar at ximian.com>
2002-07-17 Dietmar Maurer <dietmar at ximian.com>
fix wrong bug#
(mono_marshal_get_native_wrapper): allow byref arguments
(ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
added more icalls
added more icalls
(ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
(ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl. + bug fixes
new DestroyStructure icall
2002-07-18 Dietmar Maurer <dietmar at ximian.com>
2002-07-18 Dietmar Maurer <dietmar at ximian.com>
2002-07-19 Dietmar Maurer <dietmar at ximian.com>
2002-07-19 Dietmar Maurer <dietmar at ximian.com>
2002-07-19 Dietmar Maurer <dietmar at ximian.com>
fix bug from previous commit
2002-07-19 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-07-19 Dietmar Maurer <dietmar at ximian.com>
impl. mono_method_get_last_managed ()
2002-07-22 Dietmar Maurer <dietmar at ximian.com>
2002-07-22 Dietmar Maurer <dietmar at ximian.com>
(mono_type_stack_size): removed some test code
2002-07-22 Dietmar Maurer <dietmar at ximian.com>
* metadata.c (mono_type_stack_size): added temporary fix for new gcc
2002-07-22 Dietmar Maurer <dietmar at ximian.com>
2002-07-23 Dietmar Maurer <dietmar at ximian.com>
removed unnecessary files
2002-07-23 Dietmar Maurer <dietmar at ximian.com>
2002-07-24 Dietmar Maurer <dietmar at ximian.com>
2002-07-24 Dietmar Maurer <dietmar at ximian.com>
disabled a test which crashes gcc 2.96 on Redhat
2002-07-24 Dietmar Maurer <dietmar at ximian.com>
2002-07-24 Dietmar Maurer <dietmar at ximian.com>
2002-07-25 Dietmar Maurer <dietmar at ximian.com>
(mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
emit CEE_RET at the end of end_invoke
2002-07-27 Dietmar Maurer <dietmar at ximian.com>
2002-07-27 Dietmar Maurer <dietmar at ximian.com>
update
2002-07-29 Dietmar Maurer <dietmar at ximian.com>
2002-07-29 Dietmar Maurer <dietmar at ximian.com>
2002-07-30 Dietmar Maurer <dietmar at ximian.com>
2002-07-31 Dietmar Maurer <dietmar at ximian.com>
2002-07-31 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-08-01 Dietmar Maurer <dietmar at ximian.com>
2002-08-01 Dietmar Maurer <dietmar at ximian.com>
bug fix
2002-08-01 Dietmar Maurer <dietmar at ximian.com>
removed some debugging output
2002-08-02 Dietmar Maurer <dietmar at ximian.com>
2002-08-02 Dietmar Maurer <dietmar at ximian.com>
some docu about LDFLD/STFLD for transparent proxies
2002-08-05 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2002-08-05 Dietmar Maurer <dietmar at ximian.com>
2002-08-05 Dietmar Maurer <dietmar at ximian.com>
new test
2002-08-06 Dietmar Maurer <dietmar at ximian.com>
(arch_jit_compile_cfg): do not waste memory
(arch_jit_compile_cfg): use a mempool to store native code. This
2002-08-07 Dietmar Maurer <dietmar at ximian.com>
2002-08-07 Dietmar Maurer <dietmar at ximian.com>
removed TODO attribute
(mono_analyze_stack): special case Array::Address()
added a comment about sigaction
2002-08-08 Dietmar Maurer <dietmar at ximian.com>
2002-08-08 Dietmar Maurer <dietmar at ximian.com>
2002-08-12 Dietmar Maurer <dietmar at ximian.com>
Thread::Abort() support
2002-08-13 Dietmar Maurer <dietmar at ximian.com>
2002-08-13 Dietmar Maurer <dietmar at ximian.com>
2002-08-14 Dietmar Maurer <dietmar at ximian.com>
2002-08-14 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
only added a comment
use Directory.GetCurrentDirectory () to make it work on windows
2002-08-16 Dietmar Maurer <dietmar at ximian.com>
2002-08-16 Dietmar Maurer <dietmar at ximian.com>
created an new assembly System.Runtime.Remoting
added missing files
added missing file
removed TcpChannel
2002-08-21 Dietmar Maurer <dietmar at ximian.com>
2002-08-21 Dietmar Maurer <dietmar at ximian.com>
2002-08-21 Dietmar Maurer <dietmar at ximian.com>
call the binary formatter
revert previous change
more tcp channel code, renamed soap namespace to Soap
2002-08-27 Dietmar Maurer <dietmar at ximian.com>
2002-08-28 Dietmar Maurer <dietmar at ximian.com>
2002-08-29 Dietmar Maurer <dietmar at ximian.com>
channel example implementation
added an example, semove unnecessary WriteLine
2002-08-30 Dietmar Maurer <dietmar at ximian.com>
removed unnecessary writeline
added missing files
* ObjRef.cs: gather the channel date at creation time.
CORBA Channel, ObjRef serialisation support
2002-09-03 Dietmar Maurer <dietmar at ximian.com>
revert my last change - it needs to be public
2002-09-03 Dietmar Maurer <dietmar at ximian.com>
2002-09-03 Dietmar Maurer <dietmar at ximian.com>
2002-09-06 Dietmar Maurer <dietmar at ximian.com>
only set ESP if necessary
2002-09-09 Dietmar Maurer <dietmar at ximian.com>
fix for bug 29365
2002-09-12 Dietmar Maurer <dietmar at ximian.com>
2002-09-12 Dietmar Maurer <dietmar at ximian.com>
array code cleanup
2002-09-18 Dietmar Maurer <dietmar at ximian.com>
2002-09-25 Dietmar Maurer <dietmar at ximian.com>
2002-09-26 Dietmar Maurer <dietmar at ximian.com>
2002-09-30 Dietmar Maurer <dietmar at ximian.com>
2002-10-03 Dietmar Maurer <dietmar at ximian.com>
2002-10-03 Dietmar Maurer <dietmar at ximian.com>
bug fix for dag_mode
2002-10-09 Dietmar Maurer <dietmar at ximian.com>
2002-10-11 Dietmar Maurer <dietmar at ximian.com>
2002-10-11 Dietmar Maurer <dietmar at ximian.com>
(emit_label_func): make it possible to print operator names in
2002-10-17 Dietmar Maurer <dietmar at ximian.com>
2002-10-28 Dietmar Maurer <dietmar at ximian.com>
2002-10-31 Dietmar Maurer <dietmar at ximian.com>
2002-11-04 Dietmar Maurer <dietmar at ximian.com>
added exvar_offset used by the new jit
make exvar_offset signed
fix bug #2721
*** empty log message ***
2002-11-11 Dietmar Maurer <dietmar at ximian.com>
2002-11-14 Dietmar Maurer <dietmar at ximian.com>
2002-11-22 Dietmar Maurer <dietmar at ximian.com>
2002-11-27 Dietmar Maurer <dietmar at ximian.com>
2002-11-28 Dietmar Maurer <dietmar at ximian.com>
2002-11-28 Dietmar Maurer <dietmar at ximian.com>
2002-11-28 Dietmar Maurer <dietmar at ximian.com>
2002-12-02 root <dietmar at ximian.com>
2002-12-02 Dietmar Maurer <dietmar at ximian.com>
2002-12-03 Dietmar Maurer <dietmar at ximian.com>
2002-12-05 Dietmar Maurer <dietmar at ximian.com>
2003-01-03 Dietmar Maurer <dietmar at ximian.com>
2003-01-07 Dietmar Maurer <dietmar at ximian.com>
2003-01-07 Dietmar Maurer <dietmar at ximian.com>
2003-01-08 Dietmar Maurer <dietmar at ximian.com>
(x86_unwind_native_frame): disable unnecessary assertion
2003-01-08 Dietmar Maurer <dietmar at ximian.com>
2003-01-09 Dietmar Maurer <dietmar at ximian.com>
new test
also test isinst
2003-01-10 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2003-01-10 Dietmar Maurer <dietmar at ximian.com>
more explicit layout related fixes
2003-01-10 Dietmar Maurer <dietmar at ximian.com>
2003-01-14 Dietmar Maurer <dietmar at ximian.com>
2003-01-16 Dietmar Maurer <dietmar at ximian.com>
2003-01-17 Dietmar Maurer <dietmar at ximian.com>
2003-01-21 Dietmar Maurer <dietmar at ximian.com>
another test
2003-01-28 Dietmar Maurer <dietmar at ximian.com>
2003-01-28 Dietmar Maurer <dietmar at ximian.com>
2003-01-28 Dietmar Maurer <dietmar at ximian.com>
2003-01-28 Dietmar Maurer <dietmar at ximian.com>
2003-01-29 Dietmar Maurer <dietmar at ximian.com>
2003-01-29 Dietmar Maurer <dietmar at ximian.com>
fix for the previous fix
(mono_marshal_get_struct_to_ptr): generate valid IL code
(*): correctly set sig->pinvoke, we need to memdup the signature
(mono_analyze_stack): RETOBJ always returns native sized objects
2003-01-30 Dietmar Maurer <dietmar at ximian.com>
2003-01-31 Dietmar Maurer <dietmar at ximian.com>
2003-02-04 Dietmar Maurer <dietmar at ximian.com>
2003-02-04 Dietmar Maurer <dietmar at ximian.com>
2003-02-05 Dietmar Maurer <dietmar at ximian.com>
2003-02-05 Dietmar Maurer <dietmar at ximian.com>
added some docu
new test
2003-02-06 Dietmar Maurer <dietmar at ximian.com>
2003-02-07 Dietmar Maurer <dietmar at ximian.com>
fix: use MONO_ARCH_SAVE_REGS for mono_ldstr
use gconstpointer in mono_marshal_get_icall_wrapper()
2003-02-12 Dietmar Maurer <dietmar at ximian.com>
(mono_ldtoken): use mono_defaults.fieldhandle_class;
2003-02-14 Dietmar Maurer <dietmar at ximian.com>
2003-02-18 Dietmar Maurer <dietmar at ximian.com>
2003-02-26 Dietmar Maurer <dietmar at ximian.com>
2003-02-26 Dietmar Maurer <dietmar at ximian.com>
2003-02-27 Dietmar Maurer <dietmar at ximian.com>
new test
added class init test from zoltan
2003-03-05 Dietmar Maurer <dietmar at ximian.com>
change the class name to Tests
a test for cond. const propagation in switch statements
*** empty log message ***
test the result
test inlining, not const. propagation
new macro MONO_TYPE_IS_VOID
2003-04-07 Dietmar Maurer <dietmar at ximian.com>
another inlining test
some experimental code - disabled
2003-04-07 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2003-04-07 Dietmar Maurer <dietmar at ximian.com>
2003-04-09 Dietmar Maurer <dietmar at ximian.com>
dded the new mono book
2003-04-11 Dietmar Maurer <dietmar at ximian.com>
2003-04-11 Dietmar Maurer <dietmar at ximian.com>
another test
another benchmark
use the computed value to avoid dead code elimination
2003-04-15 Dietmar Maurer <dietmar at ximian.com>
2003-04-16 Dietmar Maurer <dietmar at ximian.com>
code cleanup
2003-04-17 Dietmar Maurer <dietmar at ximian.com>
another test
*** empty log message ***
*** empty log message ***
*** empty log message ***
2003-04-18 Dietmar Maurer <dietmar at ximian.com>
2003-04-22 Dietmar Maurer <dietmar at ximian.com>
2003-04-22 Dietmar Maurer <dietmar at ximian.com>
2003-04-23 Dietmar Maurer <dietmar at ximian.com>
2003-04-25 Dietmar Maurer <dietmar at ximian.com>
another test
2003-04-29 Dietmar Maurer <dietmar at ximian.com>
cleanups
2003-04-29 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2003-04-29 Dietmar Maurer <dietmar at ximian.com>
2003-05-05 Dietmar Maurer <dietmar at ximian.com>
2003-05-05 Dietmar Maurer <dietmar at ximian.com>
2003-05-05 Dietmar Maurer <dietmar at ximian.com>
another test
use jerome's test case instead
2003-05-06 Dietmar Maurer <dietmar at ximian.com>
fix bug reported by Richard Torkar
2003-05-07 Dietmar Maurer <dietmar at ximian.com>
2003-05-07 Dietmar Maurer <dietmar at ximian.com>
2003-05-08 Dietmar Maurer <dietmar at ximian.com>
2003-05-08 Dietmar Maurer <dietmar at ximian.com>
2003-05-08 Dietmar Maurer <dietmar at ximian.com>
2003-05-09 Dietmar Maurer <dietmar at ximian.com>
2003-05-12 Dietmar Maurer <dietmar at ximian.com>
2003-05-13 Dietmar Maurer <dietmar at ximian.com>
fix for the previous fix
2003-05-13 Dietmar Maurer <dietmar at ximian.com>
2003-05-13 Dietmar Maurer <dietmar at ximian.com>
added another inlining test
2003-05-14 Dietmar Maurer <dietmar at ximian.com>
2003-05-15 Dietmar Maurer <dietmar at ximian.com>
2003-05-16 Dietmar Maurer <dietmar at ximian.com>
(mono_method_check_inlining): enable inlining of all kinds of wrappers
2003-05-16 Dietmar Maurer <dietmar at ximian.com>
2003-05-19 Dietmar Maurer <dietmar at ximian.com>
disable the intvar code because it breaks mcs compilation
2003-05-20 Dietmar Maurer <dietmar at ximian.com>
2003-05-21 Dietmar Maurer <dietmar at ximian.com>
2003-05-21 Dietmar Maurer <dietmar at ximian.com>
2003-05-21 Dietmar Maurer <dietmar at ximian.com>
2003-05-22 Dietmar Maurer <dietmar at ximian.com>
only add START_HANDLER for finally/filter clauses
update
added infos about exception handling
*** empty log message ***
2003-05-22 Dietmar Maurer <dietmar at ximian.com>
*** empty log message ***
2003-05-22 Dietmar Maurer <dietmar at ximian.com>
2003-05-23 Dietmar Maurer <dietmar at ximian.com>
2003-05-26 Dietmar Maurer <dietmar at ximian.com>
2003-05-26 Dietmar Maurer <dietmar at ximian.com>
2003-05-26 Dietmar Maurer <dietmar at ximian.com>
2003-05-27 Dietmar Maurer <dietmar at ximian.com>
2003-05-27 Dietmar Maurer <dietmar at ximian.com>
2003-05-30 Dietmar Maurer <dietmar at ximian.com>
disable the previous patch
2003-06-02 Dietmar Maurer <dietmar at ximian.com>
2003-06-03 Dietmar Maurer <dietmar at ximian.com>
(mono_delegate_to_ftnptr): consider marshalling specifications
new test
2003-06-04 Dietmar Maurer <dietmar at ximian.com>
2003-06-04 Dietmar Maurer <dietmar at ximian.com>
2003-06-04 Dietmar Maurer <dietmar at ximian.com>
2003-06-04 Dietmar Maurer <dietmar at ximian.com>
(mono_arch_output_basic_block): fix bug 43499
more tests
2003-06-05 Dietmar Maurer <dietmar at ximian.com>
add pinvoke14.cs
(mono_marshal_get_native_wrapper): better string marshaling support.
2003-06-06 Dietmar Maurer <dietmar at ximian.com>
2003-05-28 Dietmar Maurer <dietmar at ximian.com>
2003-06-11 Dietmar Maurer <dietmar at ximian.com>
2003-06-12 Dietmar Maurer <dietmar at ximian.com>
bug fix
2003-06-13 Dietmar Maurer <dietmar at ximian.com>
increase length of localloc
another test
2003-06-27 Dietmar Maurer <dietmar at ximian.com>
use delegate async invoke where posssible
added some tests for threadpool
another microbench
2003-07-04 Dietmar Maurer <dietmar at ximian.com>
2003-07-11 Dietmar Maurer <dietmar at ximian.com>
latest libgc already defines GC_WIN32_THREADS
Duco Fijma (33):
Added TimeSpanTest
Created
Finalized IResourceReader and IResourceWriter. Made other files compileable
Removed <excludes> for System.Resources from corlib.build
Created _AppDomain.cs
REALLY removed System.Resources from <excludes>
Created all System.Diagnostics.SymbolWriter interfaces
Created IAppDomainSetup
Finalized SymAddressKind
Created INormalizeForIsolatedStorage
Added some MonoTODO attributes
Created Guid.cs
Finished Guid.cs except for Guid.NewGuid
Implemented Guid.NewGuid
Created RandomNumberGenerator.cs
Change implementation of Guid.NewGuid
Created first test for System.Guid
Implementation for Guid.Guid(string) (including test cases)
Fixed Guid.Guid(string)
Completed GuidTest.cs, created BitConverterTest.cs
Implemented System.TimeSpan.FromMilliseconds
Minor changes to System.Guid and System.TimeSpan
Documented confusion on two System.Guid methods
Completed BitConverterTest, fixed bugs found in BitConverter.ToString methods
Fix bug in BitConverter.ToString
Created new tests for System.Attribute and System.CharEnumerator
Completed cases in CharEnumeratorTest.cs
Created tests for System.Version and fixed the bugs they revealed
Fixes for System.CharEnumerator and System.Version
CharEnumerator: stronger test, new failures, fixed them
Removed custom format strings from System.TimeSpan, as these are not supported
Corrected typo in System._AppDomain
AppDomain.GetDate also renamed to GetData
Duncan Mak (744):
2001-12-11 Duncan Mak <duncan at ximian.com>
2001-12-11 Duncan Mak <duncan at ximian.com>
2002-01-09 Duncan Mak <duncan at ximian.com>
* ResourceManager.cs: Removed MonoTODO attribute on GetString
Added MonoTODO to InternalGetResourceSet(). I forgot to save before my last
2002-01-15 Duncan Mak <duncan at ximian.com>
2002-01-16 Duncan Mak <duncan at ximian.com>
2002-01-16 Duncan Mak <duncan at ximian.com>
2002-01-17 Duncan Mak <duncan at ximian.com>
2002-01-17 Duncan Mak <duncan at ximian.com>
2002-1-17 Duncan Mak <duncan at 192.168.10-120.masq>
2002-1-17 Duncan Mak <duncan at duncan@ximian.com>
indentation fix
Minor fixes
Some more minor fixes
2002-1-18 Duncan Mak <duncan at ximian.com>
2002-01-18 Duncan Mak <duncan at ximian.com>
2002-01-18 Duncan Mak <duncan at ximian.com>
Forgot to cvs add
Updated pending-classes.in, removing classes that I commited in the last few days
Remove one more exception from the list
Forgot about DllNotFoundException
2002-1-18 Duncan Mak <duncan at 192.168.10-120.masq>
Fix e-mail address in ChangeLog
Killed a stray semicolon.
* ContextStaticAttribute.cs: Added [Serializable] attribute and
2002-01-18 Duncan Mak <duncan at ximian.com>
* CharEnumerator.cs: Implemented.
Added missing Exceptions in System.IO and System.Security.Policy
Reset should set it to -1, not 0
Reset should set it to -1, not 0
Stupid tabs
Huge indentation fix. Don't worry, I tested so no typos were introduced. ;-)
2002-01-20 Duncan Mak <duncan at ximian.com>
Beh, typo
This is gonna be painful, fixing typos i just introduced ;-(
another typo. i'm feeling embarrassed now.
2002-01-23 Duncan Mak <duncan at ximian.com>
2002-01-23 Duncan Mak <duncan at ximian.com>
Flush, mostly indent differences
2002-01-31 Duncan Mak <duncan at ximian.com>
Added more stuff to various Exceptions to make them serializable
2002-2-1 Duncan Mak <duncan at localhost.localdomain>
Added Mono namespace block
Stupid ChangeLog commit
2002-02-05 Duncan Mak <duncan at ximian.com>
2002-02-05 Duncan Mak <duncan at ximian.com>
2002-02-05 Duncan Mak <duncan at ximian.com>
2002-02-07 Duncan Mak <duncan at ximian.com>
Serialization bits for System.Collection.Hashtable, System.Reflection.AssemblyName and System.Security.SecurityException
2002-02-07 Duncan Mak <duncan at ximian.com>
2002-02-08 Duncan Mak <duncan at ximian.com>
Reverting patch to not break the build. Sorry.
Added a link to a paper on .NET security
2002-02-11 Duncan Mak <duncan at ximian.com>
2002-02-11 Duncan Mak <duncan at ximian.com>
2002-02-12 Duncan Mak <duncan at ximian.com>
Fixed a typo.
2002-02-12 Duncan Mak <duncan at ximian.com>
2002-02-15 Duncan Mak <duncan at ximian.com>
2002-02-16 Duncan Mak <duncan at ximian.com>
2002-02-16 Duncan Mak <duncan at ximian.com>
Forgot to change this too.
2002-02-17 Duncan Mak <duncan at ximian.com>
2002-02-17 Duncan Mak <duncan at ximian.com>
2002-02-17 Duncan Mak <duncan at ximian.com>
2002-02-18 Duncan Mak <duncan at ximian.com>
2002-02-18 Duncan Mak <duncan at ximian.com>
2002-02-18 Duncan Mak <duncan at ximian.com>
2002-02-19 Duncan Mak <duncan at ximian.com>
2002-02-19 Duncan Mak <duncan at ximian.com>
2002-02-19 Duncan Mak <duncan at ximian.com>
2002-02-19 Duncan Mak <duncan at ximian.com>
fixed a typo.
Add missing MonoTODO attribute
2002-02-22 Duncan Mak <duncan at ximian.com>
2002-02-24 Duncan Mak <duncan at ximian.com>
2002-02-24 Duncan Mak <duncan at ximian.com>
2002-02-24 Duncan Mak <duncan at ximian.com>
2002-02-24 Duncan Mak <duncan at ximian.com>
2002-02-25 Duncan Mak <duncan at ximian.com>
2002-02-25 Duncan Mak <duncan at ximian.com>
2002-02-25 Duncan Mak <duncan at ximian.com>
2002-02-26 Duncan Mak <duncan at ximian.com>
2002-02-26 Duncan Mak <duncan at ximian.com>
2002-02-26 Duncan Mak <duncan at ximian.com>
Forgot about this....
2002-02-26 Duncan Mak <duncan at ximian.com>
Committed for Ajay Kumar Dwivedi.
Test for System.Xml.NameTable.
* XmlCDataSection.cs: Initial implementation.
2002-02-26 Duncan Mak <duncan at ximian.com>
2002-02-26 Duncan Mak <duncan at ximian.com>
2002-02-26 Duncan Mak <duncan at ximian.com>
2002-02-27 Duncan Mak <duncan at ximian.com>
2002-02-28 Duncan Mak <duncan at ximian.com>
2002-02-28 Duncan Mak <duncan at ximian.com>
2002-02-28 Duncan Mak <duncan at ximian.com>
2002-03-01 Duncan Mak <duncan at ximian.com>
2002-03-05 Duncan Mak <duncan at ximian.com>
2002-03-05 Duncan Mak <duncan at ximian.com>
2002-03-05 Duncan Mak <duncan at ximian.com>
2002-03-05 Duncan Mak <duncan at ximian.com>
Fixed the build. Stupid typos.
2002-03-07 Duncan Mak <duncan at ximian.com>
2002-03-08 Duncan Mak <duncan at ximian.com>
2002-03-11 Duncan Mak <duncan at ximian.com>
2002-03-12 Duncan Mak <duncan at ximian.com>
2002-03-12 Duncan Mak <duncan at ximian.com>
2002-03-12 Duncan Mak <duncan at ximian.com>
2002-03-13 Duncan Mak <duncan at ximian.com>
2002-03-13 Duncan Mak <duncan at ximian.com>
I mis-read the docs and implemented the method the wrong way.. ;-(
2002-03-13 Duncan Mak <duncan at ximian.com>
2002-03-13 Duncan Mak <duncan at ximian.com>
2002-03-13 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-14 Duncan Mak <duncan at ximian.com>
2002-03-15 Duncan Mak <duncan at ximian.com>
2002-03-15 Duncan Mak <duncan at ximian.com>
2002-03-19 Duncan Mak <duncan at ximian.com>
2002-03-19 Duncan Mak <duncan at ximian.com>
2002-03-20 Duncan Mak <duncan at ximian.com>
2002-03-20 Duncan Mak <duncan at ximian.com>
2002-03-22 Duncan Mak <duncan at ximian.com>
2002-03-22 Duncan Mak <duncan at ximian.com>
2002-03-24 Duncan Mak <duncan at ximian.com>
2002-03-25 Duncan Mak <duncan at ximian.com>
2002-03-26 Duncan Mak <duncan at ximian.com>
2002-03-26 Duncan Mak <duncan at ximian.com>
2002-03-26 Duncan Mak <duncan at ximian.com>
2002-03-26 Duncan Mak <duncan at ximian.com>
2002-03-26 Duncan Mak <duncan at ximian.com>
2002-03-27 Duncan Mak <duncan at ximian.com>
Reverting changes to the makefile
2002-03-28 Duncan Mak <duncan at ximian.com>
2002-04-10 Duncan Mak <duncan at ximian.com>
2002-04-10 Duncan Mak <duncan at ximian.com>
2002-04-12 Duncan Mak <duncan at ximian.com>
Forgot about this
2002-04-12 Duncan Mak <duncan at ximian.com>
This is a ValueType, return 0 instead of null.
2002-04-12 Duncan Mak <duncan at ximian.com>
2002-04-12 Duncan Mak <duncan at ximian.com>
2002-04-12 Duncan Mak <duncan at ximian.com>
2002-04-12 Duncan Mak <duncan at ximian.com>
Woohoo, I got a line of code into the compiler!
2002-04-16 Duncan Mak <duncan at ximian.com>
Test case for triggering CS0020, Division by constant zero.
2002-04-22 Duncan Mak <duncan at ximian.com>
2002-04-22 Duncan Mak <duncan at ximian.com>
Flush.
2002-04-22 Duncan Mak <duncan at ximian.com>
2002-04-26 Duncan Mak <duncan at ximian.com>
2002-04-26 Duncan Mak <duncan at ximian.com>
Flush
2002-04-28 Duncan Mak <duncan at ximian.com>
2002-04-28 Duncan Mak <duncan at ximian.com>
(FixedSize): Fixed typo.
2002-04-28 Duncan Mak <duncan at ximian.com>;
2002-04-28 Duncan Mak <duncan at ximian.com>
2002-04-28 Duncan Mak <duncan at ximian.com>
2002-04-30 Duncan Mak <duncan at ximian.com>
2002-04-30 Duncan Mak <duncan at ximian.com>
Fix typos.
2002-05-01 Duncan Mak <duncan at ximian.com>
2002-05-01 Duncan Mak <duncan at ximian.com>
Serialization constructors should be protected.
2002-05-01 Duncan Mak <duncan at ximian.com>
2002-05-01 Duncan Mak <duncan at ximian.com>
2002-05-03 Duncan Mak <duncan at ximian.com>
Added a missing line to enable Locale.GetText.
2002-05-06 Duncan Mak <duncan at ximian.com>
2002-05-07 Duncan Mak <duncan at ximian.com>
2002-05-07 Duncan Mak <duncan at ximian.com>
2002-05-07 Duncan Mak <duncan at ximian.com>
2002-05-07 Duncan Mak <duncan at ximian.com>
2002-05-10 Duncan Mak <duncan at ximian.com>
2002-05-10 Duncan Mak <duncan at ximian.com>
2002-05-10 Duncan Mak <duncan at ximian.com>
2002-05-10 Duncan Mak <duncan at ximian.com>
2002-05-14 Duncan Mak <duncan at ximian.com>
2002-05-14 Duncan Mak <duncan at ximian.com>
Adding references to Delta-Forth to the language page.
2002-05-17 Duncan Mak <duncan at ximian.com>
2002-05-21 Duncan Mak <duncan at ximian.com>
2002-05-21 Duncan Mak <duncan at ximian.com>
2002-05-21 Duncan Mak <duncan at ximian.com>
2002-05-22 Duncan Mak <duncan at ximian.com>
2002-05-22 Duncan Mak <duncan at ximian.com>
2002-05-23 Duncan Mak <duncan at ximian.com>
2002-05-24 Duncan Mak <duncan at ximian.com>
2002-05-24 Duncan Mak <duncan at ximian.com>
2002-05-24 Duncan Mak <duncan at ximian.com>
2002-05-24 Duncan Mak <duncan at ximian.com>
2002-06-02 Duncan Mak <duncan at ximian.com>
2002-06-02 Duncan Mak <duncan at ximian.com>
2002-06-02 Duncan Mak <duncan at ximian.com>
2002-06-02 Duncan Mak <duncan at ximian.com>
2002-06-03 Duncan Mak <duncan at ximian.com>
2002-06-08 Duncan Mak <duncan at ximian.com>
2002-06-08 Duncan Mak <duncan at ximian.com>
2002-06-09 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-10 Duncan Mak <duncan at ximian.com>
2002-06-12 Duncan Mak <duncan at ximian.com>
2002-06-12 Duncan Mak <duncan at ximian.com>
2002-06-14 Duncan Mak <duncan at ximian.com>
Add frontpage links to various download sites with Mono packages.
Add news item for gtk# sample apps.
2002-06-26 Duncan Mak <duncan at ximian.com>
Merged in patches from Jesus Suarez (gsus at brujula.net).
2002-07-23 Duncan Mak <duncan at ximian.com>
Added missing using statements.
Revert patches to ProxyAttribute (oops) and add them to
2002-07-23 Duncan Mak <duncan at ximian.com>
2002-07-23 Duncan Mak <duncan at ximian.com>
Added missing brackets.
2002-07-24 Duncan Mak <duncan at ximian.com>
2002-07-24 Duncan Mak <duncan at ximian.com>
2002-07-24 Duncan Mak <duncan at ximian.com>
2002-07-24 Duncan Mak <duncan at ximian.com>
2002-07-24 Duncan Mak <duncan at ximian.com>
Minor tweaks.
More minor tweaks, sigh
Sigh, more build fixes.
Committing BufferTest for Cesar Octavio Lopez Nataren <cesar at ciencias.unam.mx>.
Remove stupid crud.
2002-07-24 Duncan Mak <duncan at ximian.com>
Fix build issues by reindenting? How strange....
Forgot about this interface
2002-07-29 Duncan Mak <duncan at ximian.com>
* IContributeServerContentSink.cs: Removed.
2002-07-30 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
2002-07-31 Duncan Mak <duncan at ximian.com>
Various compilation fixes.
More compilation fixes, sigh.
2002-08-01 Duncan Mak <duncan at ximian.com>
Committing fix for Juli.
Forgot to commit this for acs last night. sorry.
2002-08-02 Duncan Mak <duncan at ximian.com>
Fix compilation issues.
2002-08-02 Duncan Mak <duncan at ximian.com>
More visibility fixes.
More visibility fixes, and revert my previous patch on ContextAttribute.
2002-08-03 Duncan Mak <duncan at ximian.com>
More fixes from new CorCompare output.
Add missing file to compilation list.
Various serialization patches from Cesar.
2002-08-29 Duncan Mak <duncan at ximian.com>
2002-09-15 Duncan Mak <duncan at ximian.com>
2002-09-19 Duncan Mak <duncan at ximian.com>
2002-09-16 Duncan Mak <duncan at ximian.com>
2002-09-20 Duncan Mak <duncan at ximian.com>
2002-09-23 Duncan Mak <duncan at ximian.com>
2002-10-01 Duncan Mak <duncan at ximian.com>
2002-10-01 Duncan Mak <duncan at ximian.com>
Flush
More build fixes
2002-10-04 Duncan Mak <duncan at ximian.com>
Flush
2002-10-11 Duncan Mak <duncan at ximian.com>
2002-10-17 Duncan Mak <duncan at ximian.com>
2002-10-18 Duncan Mak <duncan at ximian.com>
2002-10-21 Duncan Mak <duncan at ximian.com>
2002-10-28 Duncan Mak <duncan at ximian.com>
2002-11-02 Duncan Mak <duncan at ximian.com>
Adding .cvsignores
This one too.
Reflect the move from System.Security.Cryptography to System.Security.Cryptography.X509Certificates.
Add a .cvsignore here too.
Fixed a cut-n-paste error found by tbf.
Add a missing comma to make it compile.
2002-11-13 Duncan Mak <duncan at ximian.com>
2002-11-19 Duncan Mak <duncan at ximian.com>
Kill that extra line, blah.
2002-11-24 Duncan Mak <duncan at ximian.com>
2002-12-06 Duncan Mak <duncan at ximian.com>
2002-12-06 Duncan Mak <duncan at ximian.com>
Add some .cvsignore files.
2002-12-06 Duncan Mak <duncan at ximian.com>
2002-12-28 Duncan Mak <duncan at ximian.com>
2002-12-31 Duncan Mak <duncan at ximian.com>
2003-01-10 Duncan Mak <duncan at ximian.com>
2003-01-10 Duncan Mak <duncan at ximian.com>
2003-01-13 Duncan Mak <duncan at ximian.com>
2003-01-12 Varga Zoltan <vargaz at freemail.hu>
Bump the version number to 0.18.
Update the webpage
Comment out the SuSE part for now until we build packages for it.
2003-01-13 Duncan Mak <duncan at ximian.com>
2003-01-14 Duncan Mak <duncan at ximian.com>
2003-01-15 Duncan Mak <duncan at ximian.com>
2003-01-17 Duncan Mak <duncan at ximian.com>
2003-01-20 Duncan Mak <duncan at ximian.com>
~head -4 ChangeLog~
2003-01-20 Duncan Mak <duncan at ximian.com>
Update the links. Thanks for Andy Oliver for the report.
(ToType): Implement this using Convert.ToType.
Add alpha
Add to the distro
Add
Forgot to commit before my tag ;-(
Forgot to commit before tagging for the release ;-(
Release 0.22
XmlElement.cs (Name): Only append prefix + ':' when prefix is
2003-03-17 Duncan Mak <duncan at ximian.com>
2003-03-20 Duncan Mak <duncan at ximian.com>
Add some more error checking.
Stupid formatting.
Add link to Python.NET
2003-03-22 Duncan Mak <duncan at ximian.com>
2003-03-24 Duncan Mak <duncan at ximian.com>
2003-03-25 Duncan Mak <duncan at ximian.com>
2003-03-26 Duncan Mak <duncan at ximian.com>
Fix the build
Temporarily remove the references to
* doc/web/commands:
* doc/web/team.xml: Remove the comment.
Fix stupid typo.
Add images
* doc/web/render-team-page.cs: Make it use 'none.png' if no image
Client for writing out team.xml entries
Fixity Fix
XML Serialization isn't completely working yet ;(
Fix ContributorComparer.
* doc/web/render-team-page.cs (Compare): Correctly fix
2003-04-11 Duncan Mak <duncan at ximian.com>
Revert the last patch.
2003-04-11 Duncan Mak <duncan at ximian.com>
Move ChangeLog is the parent folder
Move ChangeLog to the parent folder.
2003-04-11 Duncan Mak <duncan at ximian.com>
2003-04-12 Duncan Mak <duncan at ximian.com>
* README: Added to explain how to fill out the CultureInfo XML files.
Add some more docs.
* makefile: Added a makefile.
Make it a bit cleaner.
Remove these files
Add ThreeLetterWindowsLanguageName
Make it handle TextInfo, NumberFormatInfo, and
* scripts/Makefile.am:
* makefile:
(Requires): Add libxml2 and libxslt dependency on
(CreateInstance): Throw a TypeLoadException if the
2003-06-08 Duncan Mak <duncan at ximian.com>
2003-06-09 Duncan Mak <duncan at ximian.com>
2003-06-09 Duncan Mak <duncan at ximian.com>
2003-06-10 Duncan Mak <duncan at ximian.com>
2003-06-10 Duncan Mak <duncan at ximian.com>
2003-06-12 Duncan Mak <duncan at ximian.com>
Fix the attribution.
Fixes to various System.Collections class, with test cases included.
Fixes the enumerator for SortedList.
Miguel forgot to commit this before leaving for Dublin.
Update the filenames to the actual filenames on the server. Commented
Add distro-correct filenames for gtk-sharp and monodoc (redhat-80-i386
Update the src rpm link for 0.25 release. For now, we have a symlink
Add Gtk# and Monodoc links for Mandrake 9.1
Add links to the Xr-related libraries for RH9.
2003-06-27 Duncan Mak <duncan at ximian.com>
Remove sqlsharp as we no longer distribute it.
remove sqlsharp from monobins_DATA too
* DateTimeFormatInfo.cs: theInvariantDateTimeFormatInfo should not
Oops, this part was backed out.
(GetFolderPath): Make it not print out CS0162
(Equals):
* XmlDocument.cs (GetIdenticalAttribute): Temporarily remove test
Little fixity fix! ;-)
* TransportHeaders.cs: Added Serializable attribute.
* Site.cs:
CreateIdentityPermission should be a public method, tested on MS.
Added links to Wine packages
Add links to the MonoWinePackages page in the Wiki.
Me refers to Duncan in this case.
* IsolatedStorageFile.cs:
* TimeoutException.cs:
* XPathException.cs
* DataAdapter.cs (CloneInternals): Mark with ObsoleteAttribute for
* Site.cs (IsValidSite): new method for checking the validing of
* StrongNameMembershipCondition.cs:
2003-08-04 Duncan Mak <duncan at ximian.com>
* Convert.cs (ToUInt16): Throw an OverflowException correctly, as
* FloatingPointFormatter.cs (Normalize): Apply a patch from Aleksey
* AllMembershipCondition.cs:
2003-08-04 Duncan Mak <duncan at ximian.com>
* IsolatedStorageFilePermission.cs:
* ZoneMembershipCondition.cs: Added.
(GetTokenIndex): Add implementation for
beh.
beh, again.
What's going on with the letter c today?
* ItfImage.cs: Reformatted and removed sections that were
* Xr/Bitmap.cs: Reformatted. All public methods turn into
* Graphics.cs (DrawArc):
(DrawBezier): Fixed.
2003-08-09 Duncan Mak <duncan at ximian.com>
(Version): Return the same numbers as the MS
* DictionaryBase.cs: Applied patch from Carlos Barcenilla
* makefile:
(assemblies_DATA): Add Mono.Cairo.dll.
(SUBDIRS): Add Mono.Cairo.dll
Added test case submitted by Tum in bug #45036.
Add DictionaryBaseTest.cs by Carlos
(Pattern): Re-enable this. This
* Mono.Cairo/Cairo.cs: Now that the namespace is called 'Cairo',
csc was having trouble resolving the type name because the namespace
Update the mono-wine package number.
(constructor): Properly implement RFC 2396, Par. 5.2,
Bump version number to 0.26
Bump version number to 0.26
Last minute: Add xsd to the release
Adding xsd.in
Try my best to update the tables. I hate <table>s and <tr>s and <td>s.
Add mod_mono 0.4.
Change references to ByteFX.Data.MySQLClient to the
Missed this one too.
(PutImpl): Patch from Luca Barbieri <lb at lb.ods.org>.
Update links for Red Hat 8, added links to SuSE packages and Windows
2003-08-20 Duncan Mak <duncan at ximian.com>
(ReleaseConnection): A patch from Joerg
Add link to the Daily Snapshosts so that people can get to them
Added DictionaryBaseTest.cs
Late night patch applying actions ...
Brian Takita posted a revision to the winforms list.
64-bit related fixes from Laurent Morichetti
(FillEllipse): Implemented.
2003-08-24 Duncan Mak <duncan at ximian.com>
2003-08-24 Duncan Mak <duncan at ximian.com>
Fix the link to the ADO.Net and ASP.Net page; thanks to John Thomas
Make all references to the enums (Cairo.Foo) be just
* System.Drawing.dll.sources: Add Cairo implementation.
2003-09-02 Duncan Mak <duncan at ximian.com>
Remove this bogus assembly
Update mono-wine packages.
Integrate the patches contributed by Alon Gazit <along at mainsoft.com>.
Add Alon's name to the Authors.
* Mono.Cairo/Cairo.cs: Update to the new API in CVS. Change all
(cairo_set_target_drawable):
2003-09-04 Duncan Mak <duncan at ximian.com>
(Tolerance): Fix typo.
2003-09-08 Duncan Mak <duncan at ximian.com>
* Mono.Cairo/Surface.cs (PutImage): Removed.
Some late-night patch commits for Miguel.
Update version to 0.27 for the interim release
Update the version to 0.27 for the interim release
Add wsdl.exe
Sigh, here too
Fix double Locale.GetText bug reported by davejp at volny.cz. This fixes
Patches from Eran Domb <erand at mainsoft.com>.
Patches from Eran Domb <erand at mainsoft.com>.
Add script for genxs.
More patches from Eran Domb <erand at mainsoft.com>.
Add genxs correctly
Little fix
Distribute the new wrapper scripts
Forgot to commit this
Ignore the new scripts.
Bumpity bump.
Bumpity bump.
Fixity fix. Remove Xr packages, update mono-wine packages.
Re-enable the Win32 package link. The package has been uploaded.
Add link to threading paper.
* Mono.Cairo/Cairo.cs (cairo_set_target_drawable): Not available anymore, removed.
Added TlsAbstractCipherSuite.cs, TlsCipherSuiteFactory.cs and
2003-10-20 Duncan Mak <duncan at ximian.com>
Executive summary:
* Graphics.cs (DrawPie):
(DrawPie): Use DrawPieI instead of DrawPie and fix
(GdipDrawRectangle): Add call to gdip_pen_setup so
(DrawEllipse): Fix Width, Height ordering.
2003-11-13 Duncan Mak <duncan at ximian.com>
* general.c (gdip_get_status): Take cairo_status_t instead of
2003-11-16 Duncan Mak <duncan at ximian.com>
* Bitmap.cs (LockBits):
* gdipFunctions.cs (GdipGetMatrixElements): Fix signature.
* Matrix.cs: Rewrote to use GDI+ implementation, doing all the
* Brush.cs (CreateBrush): new internal factory method for creating
(CompoundArray): Hide this for now.
* Graphics.cs (DrawArc): Fixed the method signature and hooked it
* graphics-path.c:
* graphics.c (DrawBezier, DrawBezierI): Well, it's pretty obvious
* Matrix.cs (ToString): Cache the elements inside a local variable
Oops.
Import GraphicsPath functions from GDI+.
I've been busy with school and also with preparing for the upcoming
(GdipGetPathTypes, GdipGetPathPoints): Add
2004-01-23 Duncan Mak <duncan at ximian.com>
* bitmap.c:
Add more details to the ChangeLog.
(GdipCreateBitmapFromScan0): Set allocate memory for scan0 if it
(GdipDrawPath): Doh! Added stupid breaks inside the
* bitmap.c (GdipCreateBitmapFromScan0): Use GdipAlloc here instead
Oops, typo.
* gdipFunctions.cs
Add prototype for"ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
(AddPie): Corrected arguments sent to P/Invoke. This fixes the strange
2004-02-01 Duncan Mak <duncan at ximian.com>
(ToType): Always let a Convert.ChangeType call
* GraphicsPath.cs (PathCount): Corrected. The name should be PointCount.
Indentation.
2004-03-07 Duncan Mak <duncan at ximian.com>
(MakeCert.exe, cert2spc.exe, certmgr.exe):
It's MakeCert!
(setreg.exe): Remember to install them to mono/runtime.
Fix the filename
Remove Changelog, it's ChangeLog now
* ForEachEnum.cs:
Remove OpenModeTypes
* GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.
(PrintTypes): show the number of types in the assembly as well.
* GraphicsPath.cs (GraphicsPath): Filled out the missing
Added a case where the sweep angle is greater than 360
Try this as well.
(EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
Add gmcs.in
($(monobins_DATA)): Add sn.exe and sn.
Add gmcs here as well
* runtime/net_1_1/Makefile.am (non_gac_assemblies):
Added Assembly/AssemblyInfo.cs and Locale.cs to build.
2004-04-30 Duncan Mak <duncan at ximian.com>
Slience CVS for a bit
* Npgsql/AssemblyInfo.cs: Enable delay signing, using Npgsql.pub.
(gac_assemblies_list): Add
* runtime/net_1_1/Makefile.am:
Why am I such a loser sometimes?
2004-05-02 Duncan Mak <duncan at ximian.com>
2004-05-02 Duncan Mak <duncan at ximian.com>
2004-05-02 Duncan Mak <duncan at ximian.com>
Sync from web site
Add link to packagers page.
* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
Instead of casting null to an IntPtr, use IntPtr.Zero instead. Thanks
Untabify and fixed coding style.
Added section on Nemerle, per request from Kamil Skalski.
Sync the ByteFX source tree to the latest version:
* Makefile: Add reference to Mono.Posix.dll.
Build fix
(CreateUnixSocketStream): Instead of hostList [0], which is a char,
Gonzalo reminded me that I need to update the version number as
The file was mostly in DOS endings already, for the sake of
Reformat the whole file to use Unix line endings for consistency.
2004-05-22 Duncan Mak <duncan at ximian.com>
Remove debug messages
* DirectoryInfo.cs:
Fix embarrassing typo.
(Close): Remember to set the 'closed' flag.
Fix typo.
2004-05-27 Duncan Mak <duncan at ximian.com>
2004-05-26 Duncan Mak <duncan at ximian.com>
* scripts/Makefile.am: Include mono-find-provides and
* runtime/Makefile.am:
Add mono-find-provides and mono-find-requires
Fixity fix
Weird! How did that get in there?
2004-05-28 Duncan Mak <duncan at ximian.com>
2004-05-28 Duncan Mak <duncan at ximian.com>
Fix
Use the correct yum-repository.
Remove the Description field and use Comment, this makes it consistent
What happened to this line?
Take out redundant gtk# listing.
Add section for Fedora Core 2.
* FileStream.cs (SetLength): The other exceptions have precendence
Fix embarrassing typos.
* Exception.cs (Source): This can return null.
Fix the brokeness that I introduced earlier
Add mono.snk
(RegisterObject): Throw ArgumentOutOfRangeException if the objectID
Add MacOS X installer.
(StreamReader):
* File.cs: Fix line endings, took out ^Ms.
Make it work on Windows as well
Fix embarrassment
(GetParentOfRootDirectory): Add test for
(IsRootDirectory): New helper method for determining if a path is the
Use something more portable. Thanks for the suggestion, Gonzalo!
* SerializationInfoEnumerator.cs: Instead of using
* BufferedStream.cs (SetLength): Add checks and throw the
(RegisterObject): Add checks for ArgumentNullException as well.
Add license and copyright to all source files in corlib
Add IBM.Data.DB2 to the build
* IBM.Data.DB2/IBM.Data.DB2.dll.sources:
Add section for beta 3
Uncomment the MacOS X section
In sounds better than On
Enable FC2
Add license and copyright to Mono.Cairo
Add MIT license to System.dll
Add MIT license to System.XML.DLL
Add MIT license to System.Web.Services.DLL
Add MIT license to System.Security.DLL
Remove duplicate licenses
Remove the keyword "abstract" to fix the build.
Add licensing info
Add licensing info
Remove duplicate license
Add RC info
Fix version number in CVS, fix already on the live server
Fix date
ONE POINT OH, BABY!
Little fix
A bit more
2004-07-12 Duncan Mak <duncan at ximian.com>
* CER.cs:
2004-07-21 Duncan Mak <duncan at ximian.com>
2004-07-21 Duncan Mak <duncan at ximian.com>
Added OperandType information to each of the public opcodes with the
it's OpCodeType, not OperandType
Forgot to add this type for "contrained."
(mcs2.exe, mcs3.exe): add $(EXTRA_SOURCES).
Added new enums and interfaces and re-ordered alphabetically.
2004-08-02 Duncan Mak <duncan at ximian.com>
* BuildProviderResultFlags.cs:
2004-08-02 Duncan Mak <duncan at ximian.com>
* IAppManagerAppDomainFactory.cs:
2004-08-02 Duncan Mak <duncan at ximian.com>
2004-08-02 Duncan Mak <duncan at ximian.com>
* ApplicationShutdownReason.cs:
* System.Web.dll.sources: Added new enums.
* IAppManagerAppDomainFactory.cs:
* RuleFiringRecord.cs:
* ApplicationShutdownReason.cs: Fixed typos.
(MapPath): Add [In] attribute.
Add a hack to work around the issue with a 2.0 corlib.
Add a hack to work around the issue with a 2.0 corlib.
* cil-opcodes.xml:
* OpCodes.cs: Instead pushing the data onto the stack when each OpCode
Forgot to add OpCodeNames to the build.
(TakesSingleByteArgument): Add this back.
* ConfigurationElement.cs: Added stubs.
(PrintRequires): Since assembly versions are not changing with
(PrintRequires): Since assembly versions are not changing with
* ProtectedConfigurationProvider.cs:
Use XML_DEP.
Flush
Change the AttributeUsage to AttributeTargets.Class, from
* System.dll.sources: Added new classes in System.Configuration.
Use XML_DEP.
Use XML_DEP
Add attributes.
(PrintProvides): Fix the handling of 2.0 mscorlib.
(PrintProvides): Fix the handling of 2.0 mscorlib.
(test-2): Use /langversion instead of -v2. This fixes the compiler test build.
Add an unsafe section to the code that's using direct pointers. This
Forgot about this bit too
2004-09-07 Duncan Mak <duncan at ximian.com>
* runtime/Makefile.am (monobins_DATA): Add the various mdb files
2004-09-23 Martin Garton <martin at wrasse.demon.co.uk>
2004-09-23 Martin Garton <martin at wrasse.demon.co.uk>
2004-10-11 Duncan Mak <duncan at ximian.com>
2004-10-18 <vargaz at freemail.hu>
2004-10-18 <vargaz at freemail.hu>
Fix typo
Add XML_DEP, this should fix the build.
grrrrr
Move Jon's ChangeLog entries to the new ChangeLog in mono/support.
Move the configure.in entries back, enough ChangeLog hackery for tonight
2004-11-30 Duncan Mak <duncan at ximian.com>
2004-12-02 Duncan Mak <duncan at ximian.com>
2004-12-02 Duncan Mak <duncan at ximian.com>
2004-12-12 Duncan Mak <duncan at ximian.com>
2004-12-28 Duncan Mak <duncan at ximian.com>
2004-12-29 Duncan Mak <duncan at ximian.com>
2004-12-29 Duncan Mak <duncan at ximian.com>
Fix the name in the error
2004-12-29 Duncan Mak <duncan at ximian.com>
2004-12-30 Duncan Mak <duncan at ximian.com>
2004-12-30 Duncan Mak <duncan at ximian.com>
2004-12-30 Duncan Mak <duncan at ximian.com>
2004-12-29 Duncan Mak <duncan at ximian.com>
Add test-330
2005-01-01 Duncan Mak <duncan at ximian.com>
Fix my last ChangeLog entry
2005-01-04 Duncan Mak <duncan at ximian.com>
2005-01-04 Duncan Mak <duncan at ximian.com>
Cleanup the changelog entry a bit
2005-01-06 Duncan Mak <duncan at ximian.com>
Let's keep this alphabetical
Committing this for Atsushi,
2005-02-01 Duncan Mak <duncan at ximian.com>
2005-02-14 Duncan Mak <duncan at ximian.com>
2005-02-15 Duncan Mak <duncan at novell.com>
2005-03-07 Duncan Mak <duncan at novell.com>
Revert my unfinished patches that were accidentally committed
2005-05-11 Duncan Mak <duncan at novell.com>
2005-05-24 Duncan Mak <duncan at novell.com>
Forgot to say that it fixes #68711
2005-06-09 Duncan Mak <duncan at novell.com>
2005-06-10 Duncan Mak <duncan at novell.com>
2005-06-15 Duncan Mak <duncan at novell.com>
2005-06-23 Duncan Mak <duncan at novell.com>
2005-06-23 Duncan Mak <duncan at novell.com>
2005-07-21 Duncan Mak <duncan at novell.com>
Tests
2006-02-18 Duncan Mak <duncan at novell.com>
2006-06-29 Duncan Mak <duncan at novell.com>
2006-06-30 Duncan Mak <duncan at novell.com>
2006-08-05 Duncan Mak <duncan at novell.com>
Record the bug number as well.
2006-08-06 Duncan Mak <duncan at novell.com>
2006-08-08 Duncan Mak <duncan at novell.com>
2006-08-09 Duncan Mak <duncan at novell.com>
2006-08-09 Duncan Mak <duncan at novell.com>
2006-08-12 Duncan Mak <duncan at novell.com>
2006-08-16 Duncan Mak <duncan at a-chinaman.com>
2006-08-17 Duncan Mak <duncan at a-chinaman.com>
2006-08-17 Duncan Mak <duncan at a-chinaman.com>
Fix header file.
2006-08-17 Duncan Mak <duncan at a-chinaman.com>
Removed the implemented GSList functions
Fix the test. Moving right along.....
(g_slist_insert_sorted): Implemented.
2006-08-17 Duncan Mak <duncan at a-chinaman.com>
2006-08-18 Duncan Mak <duncan at a-chinaman.com>
Remove the g_list_* functions.
2006-08-18 Duncan Mak <duncan at a-chinaman.com>
Fix the leaks.
Implment g_list_insert_before.
I am the GQ(ueue) man.
Add some missing frees. Somehow, test_queue_push and
Fix 2.0 buglets exposed by the MOMA tool.
Oops, this one was missed by the last commit.
Fix more buglets exposed by the MOMA tool.
2007-04-12 Duncan Mak <duncan at a-chinaman.com>
2007-04-29 Duncan Mak <duncan at a-chinaman.com>
Eduardo Garcia Cebollero (14):
Added System.Threading suite and inside it, System.Threading.Thread suite
Added MonoTests.System.Threading.ThreadTest , NUnit test for System.Threading.Thread
Added A Test Suite for System.Threading.Mutex
2002-12-07 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
2002-12-07 Peter Williams <peterw at ximian.com>
2002-12-14 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
2002-12-16 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
2003-04-15 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
2003-04-15 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
Oooops, compilation of the test fixed, thanks to gonzalo for reporting
2003-04-18 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
2003-04-18 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
Added my Data And Fixed �The XML. (A <contributor> added himself after
Incomplete daily snapshots url in corlib is out of sync error.
Elijah Taylor (23):
Add configure support for Google Native Client (NACL).
Add hooks to the codegen macros to support NACL codegen.
Add support to the x86 backend for generating code compatible with Google
Use 32 as the min alignment when running under NACL.
Don't use mmap/munmap under NACL.
Add a test for running the regression tests in a full-aot+static environment.
Add dummy implementation of g_module functions for NACL.
Disable sockets and locking when using NACL.
Allow mscorlib to be loaded from disk when using NACL.
Disable sockets and a few other things when using NACL.
Changes to mono/arch/amd64 for Native Client
Merge mono/io-layer, mono/metadata, mono/arch/x86 and configure.in for Native Client
Merged in rest of Native Client changes, untested
NaCl build and test scripts
Changes to get NaCl builds working minimally
Add back SHARED_MONO line that got deleted accidentally, always enable shared mono for NaCl
Merge selective files from fsa branch
fix comment
fix IMT_REG assignments that got switched for non-nacl builds, provide no-op versions of nacl routines to avoid #ifdef's all over
change first batch of __native_client_codegen__ && TARGET_AMD64 to __mono_ilp32__ where appropriate
more ilp32 defines
Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
Merge remote branch 'upstream/master'
Eran Domb (49):
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
2003-10-27 Eran Domb <erand at mainsoft.com>
* DataColumn.cs (DefaultValue) : Changing null value to DBNull. Checking that the type of the new default value
* DataRow.cs (CheckChildRows) : Improving the implementation - checking child for all FK, and not
* DataView.cs (ctor) : Changing default RowStateFilter to CurrentRow.
* DataColumn.cs (AllowDBNull) : Throw an exception.
* DataRow.cs : Throw exceptions if Row is Detached.
XmlTextWriter.cs (WriteStartAttribute) : Check if the ket already exists in the newAttributeNamespaces table
Addding remarks to ChangeLog
DbDataAdapter.cs : Check if there is mapping to avoid exception.
Adding remark.
ExpressionElement.cs (ValidateExpression) : Turning ValidateExpression to static.
* DataColumnCollection.cs (this[string name]) : Use IndexOf to find the column.
Add remarks to ChangeLog.
* DataColumn.cs (Expression) : Validate the expression.
Added remarks.
Added included types as a derived classes of object.
Added remark
change XSD primtive types map.
Added remark.
DataRelationCollection.cs : Use IndexOf in indexer.
DataSet.cs : Adding support for WriteXml with diffgram. Code style changes.
Add remarks.
Fix method access modifier.
Fix a bug. No need to load the document.
Fix a bug. Check if table is in DataSet before adding it.
DataSet.cs (ReadXml) : Fix bugs. Read correctly the xml file with XmlReadMode of DiffGram, InferSchema, ReadSchema and IgnoreSchema.
Add remarks.
Fix a big in Close () method - close the underlying stream.
Fix a bug : Convert the value from xml using XmlConvert.
Use ExecuteReader instead of ExecuteNonQuery. We need to use the CommandBehavior parameter, so the connection will be closed if neede.
Check for empty elements to avoid NullReferenceException.
XmlDataLoader.cs (AddRowToTable) : Give thre new relation correct name.
XmlConstants.cs : Added some constants.
Add Indentation to xml only if we create the XmlWriter.
Add rowId to DataRow. Initiate new rows with id -1. These is mostly for preformance improvement.
Add remarks.
Changes in DataSet for interoperability with MS.Net
DataRowCollection.cs (InsertAt): Add a check for null row. Replace check of IndexOf with RowId for
Fix some bugs in recognizing the kind of xml we are parsing.
XmlSchemaMapper.cs : Read columns is they were written as SimpleContent or as Attributes.
Added new file ComparerFactory.
Index.cs : Added.
Added Node.cs.
Added resources to System.Data.dll.sources.
XmlDataLoader.cs : Xml reading reviewed. Added support for additional xml formats as described
Eric Maupin (2):
Added System.Data.Services sources
* System.Linq/Lookup.cs: Support null keys
Erik Dasque (5):
updated the --version output to use mscorlib.dll instead of corlib.dll
Cleaned up some more --help / --version type stuff
added two "In the news" items. Don't know where to put images for now
added MonoBeta1PressCoverage.htm for Beta 1 press coverage in may. Updated indexes
added new site news item
Ettore Perazzoli (1):
2003-10-17 Ettore Perazzoli <ettore at ximian.com>
Everaldo Canuto (368):
scroll visible area when change SelectedIndex
Dont paint inner lines of 3D border when it dont need
Deactivate menu on mouse up when menus it is already activated
Toolbar mouse clicks fixes
Fix left click checking.
Fix MouseRelease to only release MouseState after create wParam for message
Ignore right click for menu actions
Remove tooltips when ToolButton click events.
Prevent toolbar to open more than one tooltip at same.
Prevent disabled button to highlight.
Fix wrong separator size
Fixes ToolBar DropDownButton..
Fix drowp down arrow borders
Ignore right mouse clicks in toolbar
Revert changes in SWF.csproj
Trigger buttons click event for DropDown Button
Fixes in DropDown arrows drawing operations
Increase vertical and horizontal position by 1 when button is pressed
Set default value for TabStop to false
Fixes behavior when menu is opened by kerboard and later navigate by mouse
Fix text redenring when button is pressed
Fix toolbar drop down arrow size.
Fix drop down appearance when ToolBar.Appearance is normal
Fixe size of ToolBar when AutoSize is false
Paint toolbar toggle button background with dotted brush
Fixes and simplify toolbar button layout
Create a invalidate method for menu item
Fix an regression in ButtonSize
Remove NotWorking category from PropertyTest
2006-11-01 Everaldo Canuto <everaldo at simios.org>
In Test/System.Windows.Forms:
2006-11-01 Everaldo Canuto <everaldo at simios.org>
2006-11-02 Everaldo Canuto <everaldo at simios.org>
2006-11-04 Everaldo Canuto <everaldo at simios.org>
2006-12-04 Everaldo Canuto <everaldo at simios.org>
2006-12-11 Everaldo Canuto <everaldo at simios.org>
2006-12-11 Everaldo Canuto <everaldo at simios.org>
2006-12-12 Everaldo Canuto <everaldo at simios.org>
2006-12-13 Everaldo Canuto <everaldo at simios.org>
2006-12-17 Everaldo Canuto <everaldo at simios.org>
Fix message change log
2006-12-18 Everaldo Canuto <everaldo at simios.org>
2006-12-18 Everaldo Canuto <everaldo at simios.org>
event for top menu itens. Fixes #80271.
* MenuAPI.cs: Dont trigger select event when closes top menu
* MenuItem.cs: Invalidate menu item rectangle after change Enable
2006-12-22 Everaldo Canuto <everaldo at simios.org>
2006-12-23 Everaldo Canuto <everaldo at simios.org>
* MenuAPI.cs: When deselect items deselect also selected subitems.
* Menu.cs: Update information about FindMenuItem, method to be
* Menu.cs: Name property added for 2.0 profile.
2006-12-26 Everaldo Canuto <everaldo at simios.org>
2006-12-26 Everaldo Canuto <everaldo at simios.org>
2006-12-29 Everaldo Canuto <everaldo at simios.org>
2006-12-31 Everaldo Canuto <everaldo at simios.org>
Clean code and fix identation
Revert MenuAPI wrong commit
2006-12-31 Everaldo Canuto <everaldo at simios.org>
Fix ChangeLog date
* ThemeWin32Classic.cs: Use float numbers to calculate size and
2007-01-02 Everaldo Canuto <everaldo at simios.org>
* MenuAPI.cs:
* MenuAPI.cs: Prevent second level and beyond submenus to close
* MenuItem.cs: In MdiWindowClickHandler uses sender instead of
2007-01-05 Everaldo Canuto <everaldo at simios.org>
* XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
In System.Windows.Forms:
* Hwnd.cs: Gives more code legibility to GetWindowRectangle.
2007-01-07 Everaldo Canuto <everaldo at simios.org>
007-01-08 Everaldo Canuto <everaldo at simios.org>
2007-01-09 Everaldo Canuto <everaldo at simios.org>
2007-01-11 Everaldo Canuto <everaldo at simios.org>
* Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
Fix source code identation
Fix source code identation
In Test/System.Windows.Forms:
2007-01-15 Everaldo Canuto <everaldo at simios.org>
2007-01-15 Everaldo Canuto <everaldo at simios.org>
2007-01-15 Everaldo Canuto <everaldo at simios.org>
2007-01-16 Everaldo Canuto <everaldo at simios.org>
* ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button
2007-01-17 Everaldo Canuto <everaldo at simios.org>
2007-01-23 Everaldo Canuto <everaldo at simios.org>
2007-01-23 Everaldo Canuto <everaldo at simios.org>
2007-01-23 Everaldo Canuto <everaldo at simios.org>
* Control.cs: In OnParentBackgroundImageChanged remove conditions to call
* ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test.
2007-01-26 Everaldo Canuto <everaldo at simios.org>
2007-02-01 Everaldo Canuto <everaldo at simios.org>
* LabelTest.cs: StyleTest created to test #79537. TesHelper as used.
Fix log message
2007-01-06 Everaldo Canuto <everaldo at simios.org>
Remove unused comment
2007-02-08 Everaldo Canuto <everaldo at simios.org>
2007-02-12 Everaldo Canuto <everaldo at simios.org>
2007-02-12 Everaldo Canuto <everaldo at simios.org>
* Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and
* LabelTest.cs: "NotWorking" removed from PreferredHeight test.
2007-02-13 Everaldo Canuto <everaldo at simios.org>
2007-02-13 Everaldo Canuto <everaldo at simios.org>
* ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string
* ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from
* ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
2007-02-19 Everaldo Canuto <everaldo at simios.org>
2007-02-19 Everaldo Canuto <everaldo at simios.org>
In System.Windows.Forms:
Fix last commit
Fix source code identation problems
Remove debug info
2007-02-23 Everaldo Canuto <everaldo at simios.org>
* ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
2007-02-23 Everaldo Canuto <everaldo at simios.org>
2007-02-27 Everaldo Canuto <everaldo at simios.org>
2007-02-27 Everaldo Canuto <everaldo at simios.org>
2007-02-28 Everaldo Canuto <everaldo at simios.org>
* LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
2007-03-01 Everaldo Canuto <everaldo at simios.org>
2007-03-11 Everaldo Canuto <everaldo at simios.org>
2007-03-11 Everaldo Canuto <everaldo at simios.org>
2007-03-12 Everaldo Canuto <everaldo at simios.org>
2007-03-15 Everaldo Canuto <everaldo at simios.org>
* CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
2007-03-18 Everaldo Canuto <everaldo at simios.org>
2007-03-18 Everaldo Canuto <everaldo at simios.org>
2007-03-19 Everaldo Canuto <everaldo at simios.org>
2007-03-19 Everaldo Canuto <everaldo at simios.org>
2007-03-19 Everaldo Canuto <everaldo at simios.org>
In System.Windows.Forms:
2007-03-20 Everaldo Canuto <everaldo at simios.org>
* XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2007-03-20 Everaldo Canuto <everaldo at simios.org>
In System.Windows.Forms:
2007-03-20 Everaldo Canuto <everaldo at simios.org>
2007-03-21 Everaldo Canuto <everaldo at simios.org>
2007-03-22 Everaldo Canuto <everaldo at simios.org>
2007-03-22 Everaldo Canuto <everaldo at simios.org>
* MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
Fix wrong 81410 bug number, the right number is 80410
2007-03-26 Everaldo Canuto <everaldo at simios.org>
* NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2007-03-26 Everaldo Canuto <everaldo at simios.org>
2007-03-27 Everaldo Canuto <everaldo at simios.org>
2007-03-27 Everaldo Canuto <everaldo at simios.org>
2007-03-26 Everaldo Canuto <everaldo at simios.org>
2007-03-27 Everaldo Canuto <everaldo at simios.org>
2007-03-27 Everaldo Canuto <everaldo at simios.org>
In System.Windows.Forms:
* XplatUIX11.cs: Prevent system to open more than one balloon.
* XplatUIX11-new.cs: Prevent system to open more than one balloon.
* NotifyIcon.cs: Prevent Balloon to show in task bar.
2007-03-29 Everaldo Canuto <everaldo at simios.org>
16x16 dialog icons added
16x16 dialog icons added
2007-03-29 Everaldo Canuto <everaldo at simios.org>
* ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon.
2007-03-29 Everaldo Canuto <everaldo at simios.org>
2007-03-30 Everaldo Canuto <everaldo at simios.org>
svn path=/trunk/mcs/; revision=75372
* Form.cs: Fix mouse position when send back mouse event after closes
2007-04-04 Everaldo Canuto <everaldo at simios.org>
* MenuAPI.cs:
2007-04-11 Everaldo Canuto <everaldo at simios.org>
2007-04-12 Everaldo Canuto <everaldo at simios.org>
2007-04-16 Everaldo Canuto <everaldo at simios.org>
* XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
2007-04-17 Everaldo Canuto <everaldo at simios.org>
* ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior
2007-04-18 Everaldo Canuto <everaldo at simios.org>
2007-04-26 Everaldo Canuto <everaldo at simios.org>
2007-04-26 Everaldo Canuto <everaldo at simios.org>
2007-04-27 Everaldo Canuto <everaldo at simios.org>
* MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
2007-04-27 Everaldo Canuto <everaldo at simios.org>
2007-05-01 Everaldo Canuto <everaldo at simios.org>
2007-05-08 Everaldo Canuto <everaldo at simios.org>
2007-05-08 Everaldo Canuto <everaldo at simios.org>
2007-05-10 Everaldo Canuto <everaldo at simios.org>
2007-05-10 Everaldo Canuto <everaldo at simios.org>
2007-05-11 Everaldo Canuto <everaldo at simios.org>
* ToolBar.cs: Save default_size on create handle to use later for buttons
* ToolBar.cs: Check for handle created in redraw to prevent unneeded size
2007-05-11 Everaldo Canuto <everaldo at simios.org>
* ToolBar.cs: Adjust size to default size when button theres no text and
* ToolBar.cs: Fix autosize and get it working only after hadle is created,
2007-05-10 Everaldo Canuto <everaldo at simios.org>
2007-05-11 Everaldo Canuto <everaldo at simios.org>
2007-05-16 Everaldo Canuto <ecanuto at novell.com>
2007-05-17 Everaldo Canuto <ecanuto at novell.com>
2007-05-17 Everaldo Canuto <ecanuto at novell.com>
2007-05-17 Everaldo Canuto <ecanuto at novell.com>
2007-05-18 Everaldo Canuto <ecanuto at novell.com>
* ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox
* Control.cs: According to MSDN controls created in the designer theres
* ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar
* Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
2007-05-22 Everaldo Canuto <ecanuto at novell.com>
2007-05-22 Everaldo Canuto <ecanuto at novell.com>
Fix last changelog patch
Fix last changelog patch
2007-05-23 Everaldo Canuto <ecanuto at novell.com>
Remove accidentally return statement
* ContextMenu.cs: Implement ProcessCmdKey with control parameter.
2007-05-23 Everaldo Canuto <ecanuto at novell.com>
* TestHelper.cs: Event log added.
* TestHelper.cs: Remove Event log we already have a EventLogger class.
* MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
2007-05-23 Everaldo Canuto <ecanuto at novell.com>
* LinkLabel.cs: Implement public Padding property.
* LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
* LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
2007-05-28 Everaldo Canuto <ecanuto at novell.com>
2007-05-29 Everaldo Canuto <ecanuto at novell.com>
* DataGridColumnStyle.cs: Add char trimming column header text format.
* DataGridTextBoxColumn.cs: Fix texbox position to prevent override grid
* DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
2007-05-31 Everaldo Canuto <ecanuto at novell.com>
Rollback r78168 that causes some unit test errors
2007-05-23 Everaldo Canuto <ecanuto at novell.com>
2007-06-01 Everaldo Canuto <ecanuto at novell.com>
2007-07-26 Everaldo Canuto <ecanuto at novell.com>
2007-07-27 Everaldo Canuto <ecanuto at novell.com>
2007-08-18 Everaldo Canuto <ecanuto at novell.com>
Just fix text position
* MessageBox.cs: When there is no form that invoked the MessageBox, shows
* MenuAPI.cs: Fix popup menu position when the size is larger than distance
* XplatUIX11.cs: Apply patch from Jurek Bartuszek to fix DrawReversibleFrame
2007-08-18 Everaldo Canuto <ecanuto at novell.com>
* Form.cs: Add WS_EX_CONTROLPARENT to forms to make it selectable using
* TabControl.cs: Fix tab size when image height is less than text height.
* TabControlPainter.cs: Adjust vertical image position on tab. Fixes #81837.
2007-08-18 Everaldo Canuto <ecanuto at novell.com>
2007-08-19 Everaldo Canuto <ecanuto at novell.com>
2007-08-19 Everaldo Canuto <ecanuto at novell.com>
Fixes changelog
* TabControl.cs: Fix tab page text area removing padding. Fixes #82471.
* TabControl.cs: Fix regression in default padding x.
* TabControlPainter.cs: Fix regression in default padding x.
Remove wrong code from old patch
2007-08-19 Everaldo Canuto <ecanuto at novell.com>
[Fixes #80118]
* FormTest.cs: Add test for opacity.
* Form.cs: Fix the max and min value for opacity (0~1).
2007-08-20 Everaldo Canuto <ecanuto at novell.com>
2007-08-22 Everaldo Canuto <ecanuto at novell.com>
2007-08-22 Everaldo Canuto <ecanuto at novell.com>
2007-08-27 Everaldo Canuto <ecanuto at novell.com>
* Theme.cs: Revert last patch, it causes error under win32.
* Form.cs: Uses opacity var instead of Opacity property in CreateHandle
2007-05-29 Everaldo Canuto <everaldo at simios.org>
2007-08-30 Everaldo Canuto <everaldo at simios.org>
2007-09-04 Everaldo Canuto <everaldo at simios.org>
2007-09-04 Everaldo Canuto <everaldo at simios.org>
2007-09-05 Everaldo Canuto <everaldo at simios.org>
* Control.cs: Fix last patch regression, prevent forms to update zorder when
* ComboBox.cs: Adjust combobox button state to reflect current state when
In System.Windows.Forms:
In System.Windows.Forms:
In System.Windows.Forms:
In System.Windows.Forms:
In System.Windows.Forms:
svn path=/trunk/mcs/; revision=87309
svn path=/trunk/mcs/; revision=87555
* Form.cs: Change SelectActiveControl to internal, we need to call it in
2007-10-22 Everaldo Canuto <ecanuto at novell.com>
* MdiClient.cs: Maximize new active mdi child when a maximized child is
2007-10-24 Everaldo Canuto <ecanuto at novell.com>
2007-11-13 Everaldo Canuto <ecanuto at novell.com>
2007-11-19 Everaldo Canuto <ecanuto at novell.com>
2007-11-19 Everaldo Canuto <ecanuto at novell.com>
2007-11-20 Everaldo Canuto <ecanuto at novell.com>
* ThemeWin32Classic.cs: Fix extra space on end of tooltip.
2007-11-22 Everaldo Canuto <ecanuto at novell.com>
2007-11-23 Everaldo Canuto <ecanuto at novell.com>
* MessageBox.cs: Calculate max amount for text area width, it must be 60% of
* MessageBox.cs: Calculate text area instead of just top left, this rect
2007-12-10 Everaldo Canuto <ecanuto at novell.com>
2007-12-18 Everaldo Canuto <ecanuto at novell.com>
2007-12-18 Everaldo Canuto <ecanuto at novell.com>
2007-12-28 Everaldo Canuto <ecanuto at novell.com>
2007-01-14 Everaldo Canuto <ecanuto at novell.com>
2008-01-14 Everaldo Canuto <ecanuto at novell.com>
2008-01-15 Everaldo Canuto <ecanuto at novell.com>
* MenuAPI.cs: On instance of MenuTracker check if source control is
svn path=/trunk/mcs/; revision=92957
2008-01-16 Everaldo Canuto <ecanuto at novell.com>
2008-01-16 Everaldo Canuto <ecanuto at novell.com>
2008-01-16 Everaldo Canuto <ecanuto at novell.com>
2008-01-16 Everaldo Canuto <ecanuto at novell.com>
svn path=/trunk/mcs/; revision=93577
svn path=/trunk/mcs/; revision=93587
svn path=/trunk/mcs/; revision=93588
svn path=/trunk/mcs/; revision=93591
svn path=/trunk/mcs/; revision=93592
svn path=/trunk/mcs/; revision=93645
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
Add Label Painter files.
Remove old Label drawing methods.
Remove old label drawing methods.
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
2008-01-23 Everaldo Canuto <ecanuto at novell.com>
* MenuAPI.cs: When FindForm fails uses FindRootParent to find the control to
2008-02-05 Everaldo Canuto <ecanuto at novell.com>
2008-04-08 Everaldo Canuto <ecanuto at novell.com>
2008-04-08 Everaldo Canuto <ecanuto at novell.com>
2008-04-08 Everaldo Canuto <ecanuto at novell.com>
2008-04-08 Everaldo Canuto <ecanuto at novell.com>
* X11keyboard.cs: Fix last patch, maxval must be less not greater than
2008-04-09 Everaldo Canuto <ecanuto at novell.com>
2008-04-12 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-04-28 Everaldo Canuto <ecanuto at novell.com>
2008-05-02 Everaldo Canuto <ecanuto at novell.com>
2008-05-02 Everaldo Canuto <ecanuto at novell.com>
2008-05-02 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
2008-05-03 Everaldo Canuto <ecanuto at novell.com>
* LinkLabelTest.cs: Put LinkTest and LinkCollectionTest classes outside of
2008-05-04 Everaldo Canuto <ecanuto at novell.com>
2008-05-04 Everaldo Canuto <ecanuto at novell.com>
2008-05-04 Everaldo Canuto <ecanuto at novell.com>
2008-05-04 Everaldo Canuto <ecanuto at novell.com>
2008-05-04 Everaldo Canuto <ecanuto at novell.com>
* LinkLabelTest.cs: Enable tests related to bug #346156.
2008-05-05 Everaldo Canuto <ecanuto at novell.com>
2008-05-05 Everaldo Canuto <ecanuto at novell.com>
2008-05-07 Everaldo Canuto <ecanuto at novell.com>
2008-05-08 Everaldo Canuto <ecanuto at novell.com>
2008-06-12 Everaldo Canuto <ecanuto at novell.com>
2008-06-14 Everaldo Canuto <ecanuto at novell.com>
2008-06-14 Everaldo Canuto <ecanuto at novell.com>
2008-07-30 Everaldo Canuto <ecanuto at novell.com>
* MenuAPI.cs: Chage grab_control to GrabControl and make it public.
2008-07-30 Everaldo Canuto <ecanuto at novell.com>
* MenuAPI.cs: For ContextMenu set GrabControl on TrackPopupMenu, it make
2008-07-30 Everaldo Canuto <ecanuto at novell.com>
Fix changelog
* MenuAPI.cs: When montion don't set the keyboard navigation state to
2008-07-30 Everaldo Canuto <ecanuto at novell.com>
2008-05-12 Everaldo Canuto <ecanuto at novell.com>
2008-05-12 Everaldo Canuto <ecanuto at novell.com>
2008-09-17 Everaldo Canuto <ecanuto at novell.com>
2008-09-17 Everaldo Canuto <ecanuto at novell.com>
2008-09-17 Everaldo Canuto <ecanuto at novell.com>
In System.Windows.Forms:
In System.Windows.Forms:
In System.Windows.Forms:
In .:
In System.Windows.Forms:
In Default:
2008-10-09 Everaldo Canuto <ecanuto at novell.com>
2008-11-24 Everaldo Canuto <ecanuto at novell.com>
2009-03-02 Everaldo Canuto <ecanuto at novell.com>
Eyal Alalouf (100):
Importing tests from Mainsoft
Standardized Mainsoft ConstraintCollection tests.
Simplified DataSetTests from Mainsoft
Standardized Mainsoft DataColumnCollection tests.
Standardized Mainsoft DataColumn tests.
Standardized Mainsoft DataRelationCollection tests.
Standardized Mainsoft System.Data tests except exception tests.
Added missing file.
Standardized Mainsoft System.Data exception tests.
Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils.
Initial compilation in TARGET_J2EE config
Added System.Web.J2EE/PageMapper.cs and fixed dependecies in J2EE config.
Added servlet binding for the Grasshoper J2EE configuration.
TARGET_J2EE compilation fixes.
TARGET_J2EE indentation fixes.
TARGET_J2EE compilation & integration fixes.
TARGET_J2EE compilation & integration fixes.
TARGET_J2EE compilation & integration fixes.
TARGET_J2EE compilation & integration fixes.
TARGET_J2EE compilation & integration fixes.
TARGET_J2EE compilation & integration fixes.
Making simple web app work with Grasshopper.
Making simple web app work with Grasshopper.
Making simple web app work with Grasshopper from svn.
Making simple web app work with Grasshopper from svn.
Making simple web app work with Grasshopper from svn.
Making simple web app work with Grasshopper from svn.
TARGET_J2EE ifdef reorder for readability
Removed unused member in ExpiresBuckets.cs.
TARGET_J2EE small fixes
Timeout of handling requests is not supported in TARGET_J2EE (Thread.Abort not supported)
Check for null config in FormsAuthenticationModule.OnAuthenticateRequest
TARGET_J2EE ifdef reorder for readability
Use class instead of struct in HtmlTextWriter.cs under TARGET_JVM for better perf.
Fixed loading of web.config for TARGET_J2EE.
Implement accessibility features for NET_1_1 configuration.
Destroy cahce in HttpRuntime.Dispose for TARGET_J2EE.
Share OnCookieAdd implementation with Mono (no #if TARGET_J2EE)
Use developer edition project file
TARGET_JVM fixes
TARGET_JVM fixes
TARGET_J2EE compilation
TARGET_J2EE compilation
TARGET_J2EE compilation
Fixing bug in prev commit
Fixing bug in prev commit
TARGET_J2EE/JVM fixes
TARGET_J2EE/JVM fixes
TARGET_J2EE fixes
TARGET_J2EE fixes.
Compile under Grasshopper (TARGET_JVM)
TARGET_J2EE fixes
Fixes for Grasshopper compilation
Fixes for Grasshopper runtime
Updated the date...
Fixes for Grasshopper
TARGET_J2EE runtime fixes
Grasshopper csc compilation fixes
TARGET_J2EE compilation
TARGET_J2EE compilation
TARGET_J2EE compilation
Workaround compiler crash when using csc in java profile.
Add flags for Release config (enable optimization).
Add flags for Release config (enable optimization).
Grasshopper now supports remoting.
Adding various attributes inheriting from MonoTODO.
Run unix2dos.
process relative URL to the image.
Add portal support
Added J2EE Portal support.
Added PortletNamespace proerty
Use getPortletInputStream for portlet.
Add support for multiple fomrs on the client side in case of TARGET_J2EE portal support.
Fixed a typo.
Fix last changes for TARGET_JVM.
Fix last changes for TARGET_JVM.
Fix NavigateUrl render for J2EE portlets.
ServerPort is the correct method for getting .Net LocalPort.
Fix failures when running tests in J2EE mode
Fix failures when running tests in J2EE mode
add Http callback support for J2EE portlets.
Use MonoNotSupported & MonoLimitation attribute to tag that DirectorySecurity is not supported.
Remove some warnings.
Port NUnit tests to TARGET_JVM configuration.
Port FileStreamTest to TARGET_JVM.
Mark tests as not working under TARGET_JVM
Update to ignore TargetJvmNotWorking & TargetJvmNotSupported
TARGET_JVM adjustments.
Fix backward compat problem.
Adapt for TARGET_JVM
Improve DateTime.Parse.
update change log.
Redesign System/NumberFormatter to improve primitive numeric types ToString performance.
Redesign System/NumberFormatter to improve primitive numeric types ToString performance.
Fix bug#353603 +-Infinity & NaN default ToString.
Fix NaN and +/-Infinity ToString("R")
Improve ToString perf of primitive types.
Fix unix2Dos
Fix arithemtic overflow in Double.ToString exposed by Bug #383531.
Fix arithemtic overflow in Double.ToString exposed by Bug #383531.
Fawad Halim (4):
For enum fields, GenerateField should emit the field name sans the type.
Added test cases for bug# 64995.
System.Environment.ExpandEnvironmentVariables: If an Environment variable value isn't found, leave the trailing % of the reference for further matches.
System.Environment.ExpandEnvironmentVariables: If an Environment variable value isn't found, leave the trailing % of the reference for further matches.
Federico Di Gregorio (13):
MethodCallExpression complete. Added ArrayIndex and ArrayLength.
Implemented Expression.Bind() method.
Implemented Call (except generics), Divide, Modulo, Multiply, MultiplyChecked.
Implemented Or and OrElse.
Implemented Subtract and SubtractChecked.
TypeIs now ok.
TypeAs now ok.
Implemented RightShift and LeftShift.
Implemented another 6 Expression methods.
Commented no-go test before holiday to make sure to not break the build process.
Added missing property Extend to Mono.Cairo.Pattern
Added missing property Extend to Mono.Cairo.Pattern
XDocumentType SYSTEMID fix
Florian Gross (22):
Fix for #75545
Test for #75545
Fix for ECMAScript \d
2005-07-28 Florian Gross <flgr at ccan.de>
2005-08-03 Florian Gross <flgr at ccan.de>
Imported tests
Imported tests
Imported tests
Fix call of .Substring with end index instead of length
Adjusted attributions of "JavaScript: The Definitive Guide" excerpts to the phrases suggested by O'Reilly
2005-08-13 Florian Gross <flgr at ccan.de>
2005-08-13 Florian Gross <flgr at ccan.de>
2005-08-17 Florian Gross <flgr at ccan.de>
2005-08-19 Florian Gross <flgr at ccan.de>
Added unexpected failure hints even on --full-run
deleted, compile your own
2005-08-30 Florian Gross <flgr at ccan.de>
2005-08-28 Florian Gross <flgr at ccan.de>
2005-09-06 Florian Gross <flgr at ccan.de>
2005-09-24 Florian Gross <flgr at ccan.de>
Removed debug logs left from last patch
added exit code output
Francisco Figueiredo Jr. (134):
Updated Npgsql version
Added key for strong name assembly.
Synchronized files from gborg repository
Synchronized files from gborg repository
2003-05-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-05-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-05-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-01 Francisco Figueiredo Jr <fxjrlists at yahoo.com.br>
2003-06-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-11 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-06-11 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-07-14: Francisco Figueiredo Jr. (fxjrlists at yahoo.com.br)
2003-10-15: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-10-15: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-10-15: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-10-16: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-10-24: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-10-24: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-11-28: Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2003-12-12 Francisco Figueiredo Jr. (fxjrlists at yahoo.com.br)
2003-12-21 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-01-10 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-01-10 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-01-10 Francisco Figueiredo Jr <fxjrlists at yahoo.com.br>
2004-01-17 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-01-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-10 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-10 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-14 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-14 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-28 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-02-29 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-06 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-13 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-28 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-03-28 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-04-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-04-21 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-13 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-13 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-23 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-05-29 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-06-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-06-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-06-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-08-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-08-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-08-31 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-07 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-07 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-07 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-11 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-12 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-12 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-14 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-15 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-18 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-23 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-26 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-09-30 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
* Initial import of BSD license of LargeObject support ported code.
2004-11-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-11-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2004-11-25 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-05 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-19 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2004-12-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2005-01-21 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2005-01-21 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2005-01-23 Francisco Figueiredo Jr. <fxjrlists at yahoo.com>
2005-01-27 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-02-08 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-02-13 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-02-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-05-22 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-05 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-08 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-08 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-19 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-19 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-07-29 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-05 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-06 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-06 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-21 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-27 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-08-27 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-12-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-12-12 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2005-12-13 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2006-04-27 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2006-04-27 Francisco Figueiredo Jr. <fxjrlist at yahoo.com.br>
2006-08-16 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2006-10-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2006-10-20 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2006-11-01 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2007-11-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2007-11-09 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2007-11-15 Francisco Figueiredo Jr. <fxjrlists at yahoo.com.br>
2008-05-05 Francisco Figueiredo Jr. <francisco at npgsql.org>
Updated Changelog
2008-11-05 Francisco Figueiredo Jr. <francisco at npgsql.org>
2008-11-05 Francisco Figueiredo Jr. <francisco at npgsql.org>
2008-11-06 Francisco Figueiredo Jr. <francisco at npgsql.org>
Frank Wilhelm (1):
Make Validate() less restrictive for contracts with explicit UriTemplate.
Franklin Wise (6):
*** empty log message ***
*** empty log message ***
More validation. Mostly to the point now where I need to work on DataTable
Cleaned up DataTable so I could start implementing it. Added a Test file
Added new tests for various System.Data classes. More flushing out of
Implemented GetHashCode for constraint classes. Added tests and continued
Gabriel Burt (1):
2010-02-18 Gabriel Burt <gabriel.burt at gmail.com>
Garrett Rooney (7):
*Stack.cs: Clone() doesn't need to check if it's synchronized, since
Ego boost commit. Add myself to AUTHORS.
2001-07-31 Garrett Rooney <rooneg at electricjellyfish.net>
2001-08-06 Garrett Rooney <rooneg at electricjellyfish.net>
Bring info on my classes up to date.
Oops, axe some debugging code that slipped in.
Add Uri.cs to common
Gaurav Vaish (283):
Added files:
Created freshly looking WebControl.cs
2001:11:09 Gaurav Vaish <gvaish at iitk.ac.in>
2001:11:09 Gaurav Vaish <gvaish at iitk.ac.in>
2001:11:11 Gaurav Vaish <gvaish at iitk.ac.in>
2001:11:11 Gaurav Vaish <gvaish at iitk.ac.in>
2001:11:12 Gaurav Vaish <gvaish at iitk.ac.in>
2001:11:13 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-13 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-15 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-16 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-29 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-29 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-11-30 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-01 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-01 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-01 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-02 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-02 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-02 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-02 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-15 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-15 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-16 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <GVaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-17 Gaurav Vaish <Gvaish at iitk.ac.in>
200-112-18 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <GVaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-18 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-19 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-19 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-19 Gaurav Vaish <Gvaish at iitk.ac.in>
2001-12-19 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-19 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-20 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-21 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-21 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-21 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-22 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-27 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-27 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-27 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-27 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-27 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2001-12-28 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-10 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-17 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-18 Gaurav Vaish <gvaish at iitk.ac.in>
2002-22-01 Gaurav Vaish <gvaish at iitk.ac.in>
2002-24-02 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-24 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-28 Gaurav vaish <gvaish at iitk.ac.in>
2002-01-30 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-30 Gaurav Vqaish <gvaish at iitk.ac.in>
2002-01-30 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-30 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-30 Gaurav Vaish <gvaish at iitk.ac.in>
2002-01-31 Gaurav vaish <gvaish at iitk.ac.in>
2002-01-31 Gaurav Vaish <gvaish at .iitk.ac.in>
2002-02-01 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-01 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-06 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-07 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-21 Gaurav Vaish <gvaish at iitk.ac.in>
2002-02-21 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-04 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-03 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-04 Gaurav Vaish <gvaish at iitk.ac.in>
*** empty log message ***
*** empty log message ***
2002-03-04 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-04 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-04 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-05 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-16 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-16 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-16 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-17 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-17 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-19 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-26 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-03-27 Gaurav Vaish <gvaish at iitk.ac.in>
2002-04-16 Gaurav Vaish <Gaurav.Vaish at iitk.ac.in>
2002-22-04 Gaurav Vaish <Gaurav.Vaish at iitk.ac.in>
2002-24-04 Gaurav Vaish <gvaish at iitk.ac.in>
2002-08-05 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-06 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-06 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-08 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-12 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-19 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-19 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-19 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-19 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-19 Gaurav Vaish <gvaish_mono at lycos.com>
2002-08-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-12 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-24
2002-09-25 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-16 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-28 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono at lycos.com>
2002-12-06 Gaurav Vaish <gvaish_mono at lycos.com>
2002-10-07 Gaurav Vaish <gvaish_mono at lycos.com>
2002-12-06 Gaurav Vaish <gvaish_mono at lycos.com>
2002-12-06 Gaurav Vaish <gvaish_mono at lycos.com>
2002-12-10 Gaurav Vaish <gvaish_mono at lycos.com>
2002-09-16 Gaurav Vaish <gvaish_mono at lycos.com>
2003-01-07 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-13 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-14 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-18 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-19 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-23 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-24 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-25 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-26 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-27 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-01-30 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-02-18 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-03-08 Gaurav Vaish <gvaish_mono AT lycos.com>
*** empty log message ***
2003-03-29 Gaurav Vaish <gvaish_mono at lycos.com>
2003-03-31 Gaurav Vaish <gvaish_mono at lycos.com>
2003-03-29 Gaurav Vaish <gvaish_mono at lycos.com>
2003-04-03 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-04 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-04 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-05 Gaurav Vaish
2003-04-05 Gaurav Vaish
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-07 Gaurav Vaish
2003-04-07 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-14 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-16 Gaurav Vaish
2003-04-22 Gaurav Vaish <gvaish_mono.nospam at nospam.lycos.com>
2003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-06-17 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-08-07 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-08-14 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-09-03 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-09-04 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-09-29 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono AT lycos.com>
2002-10-29 Gaurav Vaish <gvaish_mono AT lycos.com>
2002-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
2004-09-15 Gaurav Vaish <gaurav[dot]vaish[at]gmail[dot]com>
Geoff Norton (576):
Updated for B3
Patch for bug #58973 approved by Miguel.
Patch for #58973. Approved by miguel.
Patch for #58844 approved by lupus
Patch for #58844 approved by lupus
Patch for #61112. Approved by eno
Patch for #61112 aproved by eno.
Patch for bug #61802 (Approved by miguel)
Patch for bug #61802 (Approved by miguel)
Fix a missing \ to resolve make clean in HEAD.
Patch for bug #62532 implemention of a kqueue/kevent based FileSystemWatcher.
Patch for bug #62532 implemention of a kqueue/kevent based FileSystemWatcher.
2004-08-14 Geoff Norton <gnorton at customerdna.com>
2004-09-09 Geoff Norton <gnorton at customerndna.com>
2004-09-21 Geoff Norton <gnorton at customerdna.com>
2004-09-21 Geoff Norton <gnorton at customerdna.com>
Adding test case for bug #63841
OSX doesn't have O_SYNC; check to make sure O_SYNC is defined before compiling this part. Lets mono build on OSX again.
2004-09-29 Geoff Norton <gnorton at customerdna.com>
2004-09-30 Geoff Norton <gnorton at customerdna.com>
2004-09-30 Geoff Norton <gnorton at customerdna.com>
* mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
* mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
2004-11-2 Geoff Norton <gnorton at customerdna.com>
2004-11-2 Geoff Norton <gnorton at customerdna.com>
2004-11-05 Geoff Norton <gnorton at customerdna.com>
Minor change to otool command args to pretty up mono -v -v on OSX.
Forgot changelog for tracking.
tramp-ppc.c (ppc_magic_trampoline): Dont tramp methods between appdomains
2004-11-11 Geoff Norton <gnorton at customerdna.com>
Revent a small part of jon's BSD configure.in patches.
Add ChangeLog for support/ specific changes.
2004-11-14 Geoff Norton <gnorton at customerdna.com>
2004-11-17 Geoff Norton <gnorton at customerdna.com>
2004-11-18 Geoff Norton <gnorton at customerdna.com>
2004-11-19 Geoff Norton <gnorton at customerdna.com>
2004-11-19 Geoff Norton <gnorton at customerdna.com>
2004-11-23 Geoff Norton <gnorton at customerdna.com>
2004-12-02 Geoff Norton <gnorton at customerdna.com>
2004-12-03 Geoff Norton <gnorton at customerdna.com>
2004-11-07 Geoff Norton <gnorton at customerdna.com>
Its december not november
2004-12-07 Geoff Norton <gnorton at customerdna.com>
Per-directories ChangeLog; moving the comments.
More per-directory changelogs; moving the entires
2004-12-08 Geoff Norton <gnorton at customerdna.com>
2004-12-08 Geoff Norton <gnorton at customerdna.com>
2004-12-09 Geoff Norton <gnorton at customerdna.com>
2004-12-09 Geoff Norton <gnorton at customerdna.com>
Move these changelog entries where they belong
2004-12-12 Geoff Norton <gnorton at customerdna.com>
2004-12-17 Geoff Norton <gnorton at customerdna.com>
2004-12-17 Geoff Norton <gnorton at customerdna.com>
2004-12-17 Geoff Norton <gnorton at customerdna.com>
2004-12-19 Geoff Norton <gnorton at customerdna.com>
2004-12-19 Geoff Norton <gnorton at customerdna.com>
2004-12-28 Geoff Norton <gnorton at customerdna.com>
2005-01-02 Geoff Norton <gnorton at customerdna.com>
2005-01-05 Geoff Norton <gnorton at customerdna.com>
2005-01-05 Geoff Norton <gnorton at customerdna.com>
2005-01-05 Geoff Norton <gnorton at customerdna.com>
2005-01-07 Geoff Norton <gnorton at customerdna.com>
2005-01-08 Geoff Norton <gnorton at customerdna.com>
2005-01-12 Geoff Norton <gnorton at customerdna.com>
2005-01-13 Geoff Norton <gnorton at customerdna.com>
2005-01-18 Geoff Norton <gnorton at customerdna.com>
2005-01-18 Geoff Norton <gnorton at customerdna.com>
2005-01-19 Geoff Norton <gnorton at customerdna.com>
2005-01-19 Geoff Norton <gnorton at customerdna.com>
2005-01-19 Geoff Norton <gnorton at customerdna.com>
2005-01-23 Geoff Norton <gnorton at customerdna.com>
2005-01-23 Geoff Norton <gnorton at customerdna.com>
2005-01-23 Geoff Norton <gnorton at customerdna.com>
2005-01-31 Geoff Norton <gnorton at customerdna.com>
2005-01-31 Geoff Norton <gnorton at customerdna.com>
2005-01-31 Geoff Norton <gnorton at customerdna.com>
2005-01-31 Geoff Norton <gnorton at customerdna.com>
2005-01-31 Geoff Norton <gnorton at customerdna.com>
2005-02-01 Geoff Norton <gnorton at customerdna.com>
2005-02-07 Geoff Norton <gnorton at customerdna.com>
2005-02-07 Geoff Norton <gnorton at customerdna.com>
2005-02-07 Geoff Norton <gnorton at customerdna.com>
2005-02-07 Geoff Norton <gnorton at customerdna.com>
2005-02-09 Geoff Norton <gnorton at customerdna.com>
2005-02-10 Geoff Norton <gnorton at customerdna.com>
2005-02-10 Geoff Norton <gnorton at customerdna.com>
2005-02-10 Geoff Norton <gnorton at customerdna.com>
2005-02-11 Geoff Norton (gnorton at customerdna.com)
* CharConverter.cs: Implement the ability to convert from ""
2005-02-12 Geoff Norton <gnorton at customerdna.com>
* ResXNullRef.cs: Added to build
2005-02-22 Geoff Norton <gnorton at customerdna.com>
2005-02-24 Geoff Norton <gnorton at customerdna.com>
2005-03-12 Geoff Norton <gnorton at customerdna.com>
2005-03-17 Geoff Norton <gnorton at customerdna.com>
2005-03-24 Geoff Norton <gnorton at customerdna.com>
2005-03-24 Geoff Norton <gnorton at customerdna.com>
2005-03-30 Geoff Norton <gnorton at customerdna.com>
2005-03-30 Geoff Norton <gnorton at customerdna.com>
2005-04-10 Geoff Norton <gnorton at customerdna.com>
2005-04-12 Geoff Norton <gnorton at customerdna.com>
2005-04-15 Geoff Norton <gnorton at customerdna.com>
2005-05-03 Geoff Norton <gnorton at customerdna.com>
2005-05-09 Geoff Norotn <gnorton at customerdna.com>
2005-05-11 Geoff Norton <gnorton at customerdna.com>
2005-05-11 Geoff Norton <gnorton at customerdna.com>
2005-05-19 Geoff Norton <gnorton at customerdna.com>
2005-06-13 Geoff Norton <gnorton at customerdna.com>
2005-06-21 Geoff Norton <gnorton at customerdna.com>
2005-06-23 Geoff Norton <gnorton at customerdna.com>
2005-06-27 Geoff Norton <gnorton at customerdna.com>
2005-09-05 Geoff Norton <gnorton at customerdna.com>
2005-09-14 Geoff Norton <gnorton at customerdna.com>
2005-09-31 Geoff Norton <gnorton at customerdna.com>
2005-09-15 Geoff Norton <gnorton at customerdna.com>
2005-09-31 Geoff Norotn <gnorton at customerdna.com>
2005-09-31 Geoff Norton <gnorton at customerdna.com>
2005-10-13 Geoff Norton <gnorton at customerdna.com>
2005-10-18 Geoff Norton <gnorton at customerdna.com>
2005-10-26 Geoff Norton <gnorton at customerdna.com>
2005-10-26 Geoff Norton <gnorton at customerdna.com>
2006-01-03 Geoff Norton <gnorton at customerdna.com>
2006-04-20 Geoff Norton <gnorton at customerdna.com>
2006-04-20 Geoff Norton <gnorton at customerdna.com>
2006-04-27 Geoff Norton <gnorton at customerdna.com>
2006-06-02 Geoff Norton <gnorton at customerdna.com>
2006-08-31 Geoff Norton <gnorton at customerdna.com>
2007-02-01 Geoff Norton <gnorton at customerdna.com>
2007-02-01 Geoff Norton <gnorton at customerdna.com>
2007-02-01 Geoff Norton <gnorton at customerdna.com>
2007-02-01 Geoff Norton <gnorton at customerdna.com>
2007-02-16 Geoff Norton <gnorton at customerdna.com>
2007-02-19 Geoff Norton <gnorton at customerdna.com>
2007-02-18 Geoff Norton <gnorton at customerdna.com>
2007-02-18 Geoff Norton <gnorton at customerdna.com>
2007-06-20 Geoff Norton <gnorton at customerdna.com>
2007-07-12 Geoff Norton <gnorton at customerdna.com>
2007-08-10 Geoff Norton <gnorton at customerdna.com>
2007-10-09 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-17 Geoff Norton <gnorton at novell.com>
2007-10-22 Geoff Norton <gnorton at novell.com>
2007-10-22 Geoff Norton <gnorton at novell.com>
2007-10-23 Geoff Norton <gnorton at novell.com>
2007-10-24 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-01 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-05 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-06 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-07 Geoff Norton <gnorton at novell.com>
2007-11-15 Geoff Norton <gnorton at novell.com>
2007-11-15 Geoff Norton <gnorton at novell.com>
2007-11-15 Geoff Norton <gnorton at novell.com>
2007-11-21 Geoff Norton <gnorton at novell.com>
2007-11-21 Geoff Norton <gnorton at novell.com>
2007-12-07 Geoff Norton <gnorton at novell.com>
2007-12-07 Geoff Norton <gnorton at novell.com>
2007-12-07 Geoff Norton <gnorton at novell.com>
2007-12-11 Geoff Norton <gnorton at novell.com>
i007-12-11 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2007-12-21 Geoff Norton <gnorton at novell.com>
2008-01-04 Geoff Norton <gnorton at novell.com>
2008-01-04 Geoff Norton <gnorton at novell.com>
2008-01-07 Geoff Norton <gnorton at novell.com>
2008-01-09 Geoff Norton <gnorton at novell.com>
2008-01-09 Geoff Norton <gnorton at novell.com>
2008-01-09 Geoff Norton <gnorton at novell.com>
2008-01-10 Geoff Norton <gnorton at novell.com>
2008-01-10 Geoff Norton <gnorton at novell.com>
In .:
In .:
2008-01-15 Geoff Norton <gnorton at novell.com>
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In System.Windows.Forms:
In System.Windows.Forms:
In System.Drawing:
In System.Drawing:
In System.Windows.Forms:
In .:
In .:
In .:
svn path=/trunk/mcs/; revision=93754
In System.Windows.Forms.CarbonInternal:
In System.Windows.Forms:
In .:
In .:
In .:
In System.Drawing:
In System.Windows.Forms:
In .:
In .:
In System.Windows.Forms.CarbonInternal:
In System.Windows.Forms.CarbonInternal:
In System.Windows.Forms.CarbonInternal:
In System.Windows.Forms:
In System.Windows.Forms.CarbonInternal:
In System.Windows.Forms.CarbonInternal:
svn path=/trunk/mcs/; revision=94822
In .:
In .:
In .:
In System.Windows.Forms.CarbonInternal:
2008-03-12 Geoff Norton <gnorton at novell.com>
In .:
In .:
In .:
In .:
2008-03-17 Geoff Norton <gnorton at novell.com>
2008-03-18 Geoff Norton <gnorton at novell.com>
In .:
In System.Drawing:
In System.Windows.Forms.CarbonInternal:
In System.Net:
In Test/System.Net:
In .:
2008-04-11 Geoff Norton <gnorton at novell.com>
In .:
In .:
In .:
In .:
In .:
2008-04-20 Geoff Norton <gnorton at novell.com>
2008-04-20 Geoff Norton <gnorton at novell.com>
Merge branch 'local'
2008-04-23 Geoff Norton <gnorton at novell.com>
2008-04-28 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-10 Geoff Norton <gnorton at novell.com>
2008-05-29 Geoff Norton <gnorton at novell.com>
2008-07-28 Geoff Norton <gnorton at novell.com>
2008-08-12 Geoff Norton <gnorton at novell.com>
2008-08-14 Geoff Norton <gnorton at novell.com>
2008-08-14 Geoff Norton <gnorton at novell.com>
2008-08-14 Geoff Norton <gnorton at novell.com>
2008-08-15 Geoff Norton <gnorton at novell.com>
2008-08-17 Geoff Norton <gnorton at novell.com>
2008-08-18 Geoff Norton <gnorton at novell.com>
2008-08-19 Geoff Norton <gnorton at novell.com>
Drop the inssels from primates, as they're broken.
2008-08-28 Geoff Norton <gnorton at novell.com>
2008-08-28 Geoff Norton <gnorton at novell.com>
2008-08-29 Geoff Norton <gnorton at novell.com>
2008-08-29 Geoff Norton <gnorton at novell.com>
2008-08-29 Geoff Norton <gnorton at novell.com>
2008-08-29 Geoff Norton <gnorton at novell.com>
This file is auto-generated
2008-09-29 Geoff Norton <gnorton at novell.com>
2008-11-05 Geoff Norton <gnorton at novell.com>
2008-11-21 Geoff Norton <gnorton at novell.com>
2008-11-24 Geoff Norton <gnorton at novell.com>
2008-11-25 Geoff Norton <gnorton at novell.com>
2008-12-08 Geoff Norton <gnorton at novell.com>
2008-12-17 Geoff Norton <gnorton at novell.com>
2008-12-17 Geoff Norton <gnorton at novell.com>
2008-12-31 Geoff Norton <gnorton at novell.com>
2008-12-31 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-07 Geoff Norton <gnorton at novell.com>
2009-01-08 Geoff Norton <gnorton at novell.com>
2009-01-08 Geoff Norton <gnorton at novell.com>
2009-01-08 Geoff Norton <gnorton at novell.com>
2009-01-12 Geoff Norton <gnorton at novell.com>
2009-01-12 Geoff Norton <gnorton at novell.com>
2009-01-13 Geoff Norton <gnorton at novell.com>
2009-01-13 Geoff Norton <gnorton at novell.com>
2009-01-13 Geoff Norton <gnorton at novell.com>
2009-01-13 Geoff Norton <gnorton at novell.com>
2009-01-14 Geoff Norton <gnorton at novell.com>
2009-01-17 Geoff Norton <gnorton at novell.com>
2009-01-17 Geoff Norton <gnorton at novell.com>
2009-01-21 Geoff Norton <gnorton at novell.com>
2009-02-03 Geoff Norton <gnorton at novell.com>
2009-02-05 Geoff Norton <gnorton at novell.com>
2009-02-05 Geoff Norton <gnorton at novell.com>
2009-02-09 Geoff Norton <gnorton at novell.com>
2009-02-09 Geoff Norton <gnorton at novell.com>
2009-02-19 Geoff Norton <gnorton at novell.com>
2009-02-19 Geoff Norton <gnorton at novell.com>
2009-02-19 Geoff Norton <gnorton at novell.com>
2009-02-19 Geoff Norton <gnorton at novell.com>
2009-03-02 Geoff Norton <gnorton at novell.com>
2009-03-04 Geoff Norton <gnorton at novell.com>
whoops
2009-03-12 Geoff Norton <gnorton at novell.com>
whoops
2009-03-18 Geoff Norton <gnorton at novell.com>
2009-03-25 Geoff Norton <gnorton at novell.com>
fix the 1.1 build
2009-04-16 Geoff Norton <gnorton at novell.com>
2009-04-17 Geoff Norton <gnorton at novell.com>
2009-05-05 Geoff Norton <gnorton at novell.com>
2009-05-14 Geoff Norton <gnorton at novell.com>
2009-05-15 Geoff Norton <gnorton at novell.com>
2009-05-15 Geoff Norton <gnorton at novell.com>
2009-05-15 Geoff Norton <gnorton at novell.com>
Fix it for real
2009-05-22 Geoff Norton <gnorton at novell.com>
fix the build
2009-05-27 Geoff Norton <gnorton at novell.com>
This is dead now that 3.0 is out
2009-06-13 Geoff Norton <gnorton at novell.com>
2009-06-16 Geoff Norton <gnorton at novell.com>
2009-06-17 Geoff Norton <gnorton at novell.com>
2009-07-07 Geoff Norton <gnorton at novell.com>
fix a typo
2009-07-19 Geoff Norton <gnorton at novell.com>
2009-07-19 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-20 Geoff Norton <gnorton at novell.com>
2009-07-22 Geoff Norton <gnorton at novell.com>
2009-08-17 Geoff Norton <gnorton at novell.com>
2009-08-20 Geoff Norton <gnorton at novell.com>
2009-09-01 Geoff Norton <gnorton at novell.com>
Revert "2009-08-20 Geoff Norton <gnorton at novell.com>"
dont crash is config is null
disable this optimization on monotouch
fix monotouch build
Fix Mono.Security on MONOTOUCH
fix Personal on monotouch
fix thebuild on monotouch
fix monotouch build
Put WCF back in to monotouch
fix S.W.S on monotouch
Add AssemblyInfo so we can strong name the dll
Include async dns in monotouch
fix MONOTOUCH on trunk
restore some types to MT
make these public on monotouch
make uri no braindead on mt
update to the latest listening api
oops, backport using too
remove confusing debug spew
ensure we add punctuation as characters, patch from john moshakis
2009-11-05 Geoff Norton <gnorton at novell.com>
2009-11-05 Geoff Norton <gnorton at novell.com>
fix monotouch build
fix the moonlight build
Support building on 10.6
restore iso-8859-1 to monotouch
Add ReaderWriterLockSlim to monotouch
2009-11-11 Geoff Norton <gnorton at novell.com>
2009-11-12 Geoff Norton <gnorton at novell.com>
2009-11-12 Geoff Norton <gnorton at novell.com>
2009-11-24 Geoff Norton <gnorton at novell.com>
2009-12-02 Geoff Norton <gnorton at novell.com>
2009-12-04 Geoff Norton <gnorton at novell.com>
new defines for eglib
2009-12-07 Geoff Norton <gnorton at novell.com>
2009-12-08 Geoff Norton <gnorton at novell.com>
fix the build on the mac 10.4
2009-12-22 Geoff Norton <gnorton at novell.com>
2009-12-23 Geoff Norton <gnorton at novell.com>
2010-01-26 Geoff Norton <gnorton at novell.com>
2010-01-29 Geoff Norton <gnorton at novell.com>
fix compiling xdebug with DISABLE_AOT || DISABLE_JIT
make eglib work with c++
Move the last commit around a bit to make it a tad saner
2010-02-10 Geoff Norton <gnorton at novell.com>
2010-02-10 Geoff Norton <gnorton at novell.com>
2010-02-10 Geoff Norton <gnorton at novell.com>
2010-02-20 Geoff Norton <gnorton at novell.com>
Fix the MonoTouch build on trunk
Ensure we start the WWAN for web connections in MonoTouch
Disable entry points that are not available on the iphone
Add Mono.Cairo to monotouch
remove some spew
Really add cairo to the monotouch build
2010-02-20 Geoff Norton <gnorton at novell.com>
Lets ensure we generate some types in AOT when using these valuetypes for MonoTouch
Remove Info.plist from trunk since SDB is the recommended debugging solution, add CoreFoundation linkage for the new locale patch
2010-02-21 Geoff Norton <gnorton at novell.com>
fix the build on osx
Fix monodis on darwin
2010-02-25 Geoff Norton <gnorton at novell.com>
File.Exists cannot read outside the sandbox on monotouch
typo
fix build with disable_jit
macports is of course totally different
2010-03-04 Geoff Norton <gnorton at novell.com>
2010-03-04 Geoff Norton <gnorton at novell.com>
2010-03-04 Geoff Norton <gnorton at novell.com>
More GetOptions removal
2010-03-04 Geoff Norton <gnorton at novell.com>
fix windows build
fix signature
Revert "Add support for aborting invocations in the Soft Debugger."
Revert "Add support for aborting invocations."
revert this
Revert now that its fixed
2010-03-15 Geoff Norton <gnorton at novell.com>
2010-03-22 Geoff Norton <gnorton at novell.com>
2010-03-23 Geoff Norton <gnorton at novell.com>
We dont do MacOSX on MacOSX
Fix the moonlight build
revert
revert
2010-04-07 Geoff Norton <gnorton at novell.com>
Don't attempt to keep processing after processing all types.
2010-04-23 Geoff Norton <gnorton at novell.com>
2010-04-23 Geoff Norton <gnorton at novell.com>
2010-04-23 Geoff Norton <gnorton at novell.com>
2010-04-23 Geoff Norton <gnorton at novell.com>
2010-04-26 Geoff Norton <gnorton at novell.com>
2010-04-26 Geoff Norton <gnorton at novell.com>
2010-04-29 Geoff Norton <gnorton at novell.com>
2010-05-04 Geoff Norton <gnorton at novell.com>
2010-04-06 Geoff Norton <gnorton at novell.com>
2010-05-14 Geoff Norton <gnorton at novell.com>
2010-05-15 Geoff Norton <gnorton at novell.com>
2010-05-15 Geoff Norton <gnorton at novell.com>
2010-05-15 Geoff Norton <gnorton at novell.com>
2010-05-21 Geoff Norton <gnorton at novell.com>
Fix the build
2010-05-31 Geoff Norton <gnorton at novell.com>
2010-06-01 Geoff Norton <gnorton at novell.com>
2010-06-01 Geoff Norton <gnorton at novell.com>
2010-06-02 Geoff Norton <gnorton at novell.com>
2010-05-13 Geoff Norton <gnorton at novell.com>
2010-06-14 Geoff Norton <gnorton at novell.com>
oops
fix the mac ppc build
2010-06-17 Geoff Norton <gnorton at novell.com>
2010-06-17 Geoff Norton <gnorton at novell.com>
2010-06-17 Geoff Norton <gnorton at novell.com>
2010-06-22 Geoff Norton <gnorton at novell.com>
2010-06-22 Geoff Norton <gnorton at novell.com>
in utils:
2010-06-22 Geoff Norton <gnorton at novell.com>
fix the build
Fix the build
2010-06-29 Geoff Norton <gnorton at novell.com>
2010-06-29 Geoff Norton <gnorton at novell.com>
Fix the build
2010-07-07 Geoff Norton <gnorton at novell.com>
fix the build
2010-07-08 Geoff Norton <gnorton at novell.com>
Fix the monotouch build
Revert
Only posix/mach semaphores return a value
Fix for monotouch
Forward port this
2010-07-21 Geoff Norton <gnorton at novell.com>
2010-07-24 Geoff Norton <gnorton at novell.com>
Test
Fix sgen on amd64-darwin and amd64-linux
Dont track unneeded registers for amd64.
Fix GetDelegateForFunctionPointer for generic types
Ensure that we only reflect into monotouch if the type exists.
Fix build of mono-basic on ppc64
2009-12-14 Geoff Norton <gnorton at novell.com>
fix typo
Forward port this change for MonoVS
Implement GByteArray, g_hash_table_remove_all, g_queue_foreach and some missing byteswap macros.
Fix the build when compiling without shared handle support entirely
Rename major -> major_collector and drop unguarded usage of ucontext_t.
The tid is passed around internally as a unsigned value.
Fix the embedded mono on OSX code to support a symlinked mono into the framework.
Include TargetFrameworkAttribute in monotouch and monodroid as well
Fix a crash when using the embedding api
Its possible that we're calling Process_free_internal on a pseudo-handle.
Fix the build on windows
Expose ICredentialsByHost on NetworkCredential in the MOBILE profiles
[android] pthread_kill cannot be used safely on android
Fix windows build
Fix the profiler thread start/end hooks for threadpool threads
[OSX] Fix debug=casts on OSX (Bug: 639172)
[OSX] Fix DriveInfo.GetDrives on OSX [Bug #643910]
[OSX] Reintroduce Cocoa System.Drawing support
Fix the build
[RUNTIME] Ensure that we initialize the cpu for every thread [Bug #650439]
Implement the new logging profiler on OSX
[OSX] Disabled eglib tests build by default
[OSX] Prevent an invalid write to mono_lmf_addr
[OSX] Dont use nested functions to determine if we can use the system zlib
Fix a potential NRE when using bitmap contexts
Ensure we properly translate the CTM for NSView's when dealing with flipped views
Ensure we save and restore the gstate
Avoid leaking the name buffer since we already resolve this below
Avoid leaking our unwind ops when not populating the trampoline info
Ensure we always save the GState, not just when the context is flipped
Add some missing files needed for windows to the tarball
Bump winconfig version
Add CPSR to Apple arm ucontext macros as well
Fixed loadedllvm on OSX
Fix AOT on OSX/x86
Fix win32 build
Fix the win32 build
Fix a mach port leak
Avoid leaking the vmmap allocated by the kernel for the thread_act_array_t
Work around a full-aot issue for monotouch System.Json
Add pfx to the mobile profile
Fix the mobile build
Further .NET 4.0 ification of the mobile profile
MonoTouch doesnt support SRE, so we need to disable this code on MT
Dynamic methods are classes already here
Ensure we properly align the stack before resuming from breakpoint signal handlers
Include operands when emitting the IL stream to sdb clients
Dont leak loader errors in the aot compiler, as it could cause later methods to not get compiled erroneously
Bump SDB protocol so MonoDevelop can guard IL inspection of dynamic methods
Ensure we setup the vtable before accessing it
Avoid a crash when shutting down jit attached threads
Typo
Avoid a stack overflow when deactivating a window
George Giolfan (119):
2007-03-08 George Giolfan <georgegiolfan at yahoo.com>
2007-03-09 George Giolfan <georgegiolfan at yahoo.com>
2007-03-12 George Giolfan <georgegiolfan at yahoo.com>
2007-03-14 George Giolfan <georgegiolfan at yahoo.com>
2007-03-16 George Giolfan <georgegiolfan at yahoo.com>
2007-03-16 George Giolfan <georgegiolfan at yahoo.com>
2007-08-23 George Giolfan <georgegiolfan at yahoo.com>
2007-08-23 George Giolfan <georgegiolfan at yahoo.com>
2008-04-23 George Giolfan <georgegiolfan at yahoo.com>
2008-04-23 George Giolfan <georgegiolfan at yahoo.com>
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
svn path=/trunk/mcs/; revision=101770
2008-04-25 George Giolfan <georgegiolfan at yahoo.com>
2008-04-26 George Giolfan <georgegiolfan at yahoo.com>
2008-04-26 George Giolfan <georgegiolfan at yahoo.com>
2008-04-27 George Giolfan <georgegiolfan at yahoo.com>
2008-04-27 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-28 George Giolfan <georgegiolfan at yahoo.com>
2008-04-29 George Giolfan <georgegiolfan at yahoo.com>
2008-04-29 George Giolfan <georgegiolfan at yahoo.com>
2008-04-30 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-02 George Giolfan <georgegiolfan at yahoo.com>
2008-05-05 George Giolfan <georgegiolfan at yahoo.com>
2008-05-05 George Giolfan <georgegiolfan at yahoo.com>
2008-05-05 George Giolfan <georgegiolfan at yahoo.com>
2008-05-05 George Giolfan <georgegiolfan at yahoo.com>
2008-05-06 George Giolfan <georgegiolfan at yahoo.com>
2008-05-06 George Giolfan <georgegiolfan at yahoo.com>
2008-05-07 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-19 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-21 George Giolfan <georgegiolfan at yahoo.com>
2008-05-24 George Giolfan <georgegiolfan at yahoo.com>
2008-05-24 George Giolfan <georgegiolfan at yahoo.com>
2008-05-24 George Giolfan <georgegiolfan at yahoo.com>
2008-05-30 George Giolfan <georgegiolfan at yahoo.com>
2008-06-02 George Giolfan <georgegiolfan at yahoo.com>
2008-06-03 George Giolfan <georgegiolfan at yahoo.com>
2008-06-03 George Giolfan <georgegiolfan at yahoo.com>
2008-06-03 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-04 George Giolfan <georgegiolfan at yahoo.com>
2008-06-05 George Giolfan <georgegiolfan at yahoo.com>
2008-06-06 George Giolfan <georgegiolfan at yahoo.com>
2008-06-06 George Giolfan <georgegiolfan at yahoo.com>
2008-06-06 George Giolfan <georgegiolfan at yahoo.com>
2008-06-06 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-10 George Giolfan <georgegiolfan at yahoo.com>
2008-06-11 George Giolfan <georgegiolfan at yahoo.com>
2008-06-15 George Giolfan <georgegiolfan at yahoo.com>
2008-06-15 George Giolfan <georgegiolfan at yahoo.com>
2008-06-19 George Giolfan <georgegiolfan at yahoo.com>
2008-07-07 George Giolfan <georgegiolfan at yahoo.com>
2008-07-07 George Giolfan <georgegiolfan at yahoo.com>
2008-07-08 George Giolfan <georgegiolfan at yahoo.com>
2008-07-08 George Giolfan <georgegiolfan at yahoo.com>
2008-07-09 George Giolfan <georgegiolfan at yahoo.com>
2008-07-09 George Giolfan <georgegiolfan at yahoo.com>
2008-07-09 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-10 George Giolfan <georgegiolfan at yahoo.com>
2008-07-11 George Giolfan <georgegiolfan at yahoo.com>
2008-07-11 George Giolfan <georgegiolfan at yahoo.com>
2008-07-12 George Giolfan <georgegiolfan at yahoo.com>
2008-07-14 George Giolfan <georgegiolfan at yahoo.com>
2008-07-31 George Giolfan <georgegiolfan at yahoo.com>
2008-07-31 George Giolfan <georgegiolfan at yahoo.com>
Gert Driesen (1529):
explicit implementation of IDisposable to match MS corlib
* FileSystemInfo.cs: Implemented ISerializable.
* FileSystemInfo.cs: corrected COM visibility of UTC properties
* MonoDummy: added MonoTODO to make sure this class is removed when its
* class.c: Added comment to ensure the System.MonoDummy class is removed
* Assembly/AssemblyInfo.cs: Added
* Parameter.cs:
* OdbcType.cs : fixed linefeeds to DOS to match other sources
* OdbcType.cs: fixed typo UniqueIndetifier
* OdbcTransaction.cs: fixed signature to match MS.NET
* OdbcCommand: fixed linefeeds to DOS to match other sources
* OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order
* OdbcError.cs:
* OdbcException.cs : removed ErrorCode property, fixing signature
* SqlString.cs: changed accessibility of CompareOptions property
* OdbcDataReader.cs : added HasRows stub
* OleDbCommand.cs: removed setter for Parameters property to
* ComparerFactory.cs: marked internal
* DataTable.cs: removed TypeConverterAttribute, marked RowsExist
* Hashtable.cs: marked EnumeratorMode private
* AssemblyBuilder.cs: fixed warning
* DataTable: marked initStatus enum internal
* SoapFormatter.cs: sealed class and added ComVisible attribute
* Compiler.cs: marked ctor private to match MS.NET
Added class status pages for these assemblies:
rolled back change to use mono runtime, committed by accident
* System.Windows.Forms.Design/FolderNameEditor.cs: added stub
* System.Windows.Forms.Design/FolderNameEditor.cs:
* System.Design.dll.sources: remove MenusCommands, added
* System.Windows.Forms.Design/FileNameEditor.cs: code formatting
* System.Design.dll.sources: added IOleDragClient
* System.Design.dll.sources: remove DataBindingCollection
* Makefile: add reference to Accessibility assembly, needed
* AssemblyInfo.cs: System.Data.OracleClient is CLS compliant
* AssemblyInfo.cs: fixed assembly attributes to match MS
*** empty log message ***
* IConfigurationAttribute: added
* System.EnterpriseServices.dll.sources: Added IConfigurationAttribute
* ServiceDomain.cs: added private ctor to match MS
* ClerkInfo.cs: added internal ctor
* InstallContext.cs: removed setter for Parameters
* Consts.cs: Added
* System.Configuration.Install.dll.sources: added
* IManagedInstaller.cs: fixed signature
* EncoderParameterValueType.cs: fix Windows build (CSC),
* GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
* Graphics.cs: fixed warning
* ByteViewer.cs: removed Site property, added GetBytes sub,
* CodeDomSerializerException.cs: removed default public
* System.Design.dll.sources: added ISelectionUIHandler
* UnsafeNativeMethods.cs: added IEnumVariant interface,
* System.Windows.Forms.Design/ControlDesigner.cs:
* System.Windows.Forms.Design/DocumentDesigner.cs:
* System.Windows.Forms.Design/IMenuEditorService.cs:
* DirectoryServicesPermission.cs: marked sealed, added
* OdbcCategoryAttribute.cs: fixed namespace
* MonoProperty.cs: return correct MethodInfo for
* PropertyInfoTest.cs: New file. Added test for
* corlib_test.dll.sources: added PropertyInfoTest
* MonoType.cs: throw ArgumentNullException when type parameter in
* AttributeTest.cs: formatting, and remove commented
* MonoCustomAttrs.cs: respect Inherited property, and
* AttributeUsageAttribute.cs: Inherited property should be
* ThreadStaticAttribute.cs
* AutomationProxyAttribute.cs
* CustomConstantAttribute.cs
* DebuggerHiddenAttribute.cs
* AttributeTest.cs: added tests for Inherited and
* EventLogPermissionAttribute.cs:
* SqlClientPermissionAttribute.cs: change AllowMultiple and
* DbDataPermissionAttribute.cs: change AllowMultiple and
* OdbcPermissionAttribute.cs: change AllowMultiple and
* OleDbPermissionAttribute.cs: change AllowMultiple and
* MonoCustomAttrs.cs: Fixed issue with AllowMultiple, as MS
* monowiz.win32.nsi: do not include mono subdirectory in
* monowiz.win32.nsi: normalized line-endings to unix (LF)
* AssemblyBuilder.cs: removed extra method, fixes public API
* Compare.cs: Implemented ISerializable, fixes public API
* SetWin32ContextInIDispatchAttribute.cs: added
* corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
* CspProviderFlags.cs: Added missing enum field UseExistingKey
* XmlTextReader.cs: Added ProhibitDtd property for NET 1.1 to match
* Compare.cs: ISerializable should only be implemented
* System.Messaging/Acknowledgment.cs: added/corrected values,
* Type.cs: added missing attributes on InvokeMember
forgot to remove conflict indicators
* Assembly.cs: added missing ComVisible attribute on
* RemotingServices.cs: Added missing Conditional attribute and
* mono-api-diff.cs: also report mismatches in protected members
* ChangeLog: added file
* ChangeLog: added file
* ChangeLog: moved entries to ChangeLog in namespace directories
* XmlSerializationReader.cs: added missing protected members
* DirectoryEntries.cs: flagged field private to fix public API
* mono-api-info.cs: also check protected internal members
* Constraint.cs: marked methods internal to fix public API
* DataAdapter.cs: added missing protected ctor
* OdbcPermission.cs: moved Obsolete attribute to correct
* OleDbDataAdapter.cs: added stub for missing
* SqlClientPermission.cs: removed extra CreateInstance
* mono-api-info.cs: for checking API compatibility, we're only
* MonoCustomAttrs.cs: fixed issue where an empty array was
* icall.c (ves_icall_MonoType_GetEvent): Handle events without
* MethodRental.cs: Added check for method size to match MS.NET
* MethodRentalTest.cs: Added check for invalid method size,
* IsolatedStorage.cs: use private variable for holding scope,
* Context.cs: Added finalizer to match MS.NET
* CompressedStack.cs: Added finalizer to match public API of
* AssemblyNameTests.cs: added tests for AssemblyName.FullName
* MethodBuilder.cs: move check to see if type has already
* FieldBuilder.cs: fixed implementation to match MS.NET,
* TypeBuilderTest.cs: Added tests for completed/created type
* Image.cs: API signature fixes, meaning DisposeResources is now
* Delegate.cs: marked protected fields private to match public
* ToBase64Transform.cs: Uncomment finalizer to fix public API
* StrongNameIdentityPermission.cs: removed extra useless finalizer
* SignedXml.cs: API signature fixes
* Encoding.cs: Marked protected internal field as internal to
* RegexRunnerFactory.cs: removed comment, no longer throw exception
* Publisher.cs: removed extra finalizer to fix public API
* RegexRunner.cs: marked TODO, added missing protected internal
* RegexRunner.cs: fixed case mismatch of methods
* Information.cs: use Type.Name property instead of Type.get_Name()
* LingerOption.cs: marked field private to fix API signature
* SoapAttribute.cs: use protected field to store namespace value,
* AssemblyInstaller.cs: stubbed
* Installer.cs: use Type instead of string argument for
* Consts.cs: Replaced by Consts.cs from System.Messaging
* EventLogInstaller.cs: stubbed
* System.Configuration.Install.dll.sources: added
* ArrayEditor.cs: removed extra finalizer
* CalendarDataBindingHandler.cs: stubbed
* Makefile: added reference to System.Data assembly
* LogConverter.cs: stubbed
* MessageDesigner.cs: stubbed
* ServiceControllerDesigner.cs: stubbed
* System.Design.dll.sources: added more stubs for classes
* ChangeLog: added, and move entries from changelog in System.Design here
* AxParameterData.cs: stubbed
* System.Design.dll.sources: added more stub for classes
* ComponentEditorForm.cs: CRLF to LF
* RegistrationHelperTx.cs: added missing attribute on class
* ApplicationCrmEnabledAttribute: added missing
* IClrObjectFactory.cs: added missing DispId attributes
* SoapProtocolImporter.cs: Added stub for missing IsSoapEncodingPresent
* BaseEvent.cs: added missing attribute, removed extra finalizer
* corlib_test.dll.sources: added EnumBuilderTest and
* mono-api-info.cs: ignore non-public attributes
* Makefile: also delete System.Design.xml and System.Drawing.Design
* IsolatedStorage.cs: really mark the storage_scope field private
* IndentedTextWriter.cs: have DefaultTabString correspond with
* System_test.dll.sources: Added IndentedTextWriterTest to unit
*** empty log message ***
* IndentedTextWriterTest.cs: added test for IndentedTextWriter
* DashCap.cs: fixed mismatches in enum field values
* EmfPlusRecordType.cs: fixed mismatches in enum field values
* SchemaReference.cs: corrected namespace
* XmlSerializationWriter.cs: changed signature of protected method
* DisplayMode.cs: changed enum field values to match MS.NET
* OdbcDataReader.cs: changed GetData method to return IDataReader
* OleDbLiteral.cs: changed enum field values to match MS.NET
* AppDomainSetup.cs: added TODO for serialization
* MemoryStream.cs: added TODO for serialization
* XmlSyntaxException.cs: added missing serialization ctor
* ASCIIEncoding.cs: added TODO for serialization
* Thread.cs: changed return type of VolatileRead to UIntPtr
* Evidence.cs: added TODO for serialization
* DateTimeFormatInfo.cs: added TODO for serialization
* CaseInsensitiveComparer.cs: added TODO for serialization
* StackTrace.cs: added TODO for serialization
* AssemblyName.cs: added TODO for serialization
* MethodRental.cs: fixed value of JitOnDemand
* MethodImplAttribute.cs: changed field name to fix serialization
* ArrayWithOffset.cs: fixed GetOffset to return int instead of
* RemotingTimeoutException.cs: added missing serialization ctor
* TransportHeaders.cs: added TODO for serialization
* SynchronizationAttribute.cs: added TODO for serialization
* SoapHexBinary.cs: fixed serialization compatibility with MS.NET
* ObjectIDGenerator.cs: added TODO for serialization
* SoapMessage.cs: fixed serialization compatibility with MS.NET
* mono-api-diff.cs:
* DirectoryServicesPermission.cs: renamed field to match MS.NET
* AccessControlEntryType.cs: fixed enum field values to correspond
* AspNetHostingPermission.cs: marked serialiable, renamed field to
* ParameterModifier.cs: marked serializable, renamed field to match
* Pointer.cs: remove serializable attribute to match MS.NET
* BestFitMappingAttribute.cs: removed serializable attribute
* InvalidComObjectException.cs: marked serializable to match MS.NET
* MarshalDirectiveException.cs: marked serializable to match MS.NET
* ReturnMessage.cs: remove serializable attribute to match MS.NET
* ArrayWithOffset.cs: fixed GetOffset to return int instead of
* BINDPTR.cs: have layout and charset match MS.NET
* DateTime.cs: CRLF to LF
* ArgIterator.cs: changed layout to Auto
*** empty log message ***
* DBConcurrentcyException.cs: CRLF to LF
* OdbcError.cs: fixed serialization compatibility with MS.NET
* OleDbError.cs: fixed serialization compatibility with MS.NET
* SqlNullValueException.cs: fixed serialization
* AuthenticationOption.cs: fixed enum field values to match MS.NET
* Compensator.cs: fixed return value of CommitRecord method
* IComManagedImportUtil.cs: added missing marshalling attributes
* IAppDomainFactory.cs: added missing marshalling attributes
* IStateRuntime.cs: added missing marshalling attributes
* Consts.cs: Added
* SqlConnection.cs - spaces to tabs
SqlConnection.cs: added TODO on ConnectionString for keywords
* SqlConnectionTest.cs: Added testcases for bug #63165.
Added System.Data.SqlClient/SqlConnectionTest.cs to
* System.dll.sources: removed duplicate entry for System.Net.Configuration.
* XmlValidatingReader.cs: Added deprecation message.
* ReadOnlyCollection.cs: Moved to System assembly
* corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
* ReadOnlyCollection.cs: Moved over from corlib
* System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
* TypeBuilder.cs: throw NotSupportedException when defining default
ChangeLog: removed conflict indicators
* TypeBuilderTest.cs: Added test to ensure NotSupportedException is
* Tds70.cs: when type of parameter value is enum, convert value to
SqlCommandTest.cs: Added testcase for bug #66630.
* Tds70.cs: For numeric parameters, convert enum to numeric value.
* Tds70.cs: avoid unnecessary property call
* DoubleFormatterTest.cs: re-enabled test as bug #60110 is now fixed.
* Activator.cs: Match exceptions thrown by MS.NET for CreateInstance
* AssemblyTest.cs: Added test case for bug #74958.
* AssemblyTest.cs: Use SRE to emit assembly to ensure test for bug
* Uri.cs: throw UriFormatException if URI starts with colon.
* UriTest: fixed test failures introduced by bug fixes for #75125 and
* UriTest.cs: modified tests to reflect fixes in .NET 2.0.
* TcpListenerTest.cs: removed NotDotNet category from TcpListener test as its
* SocketTest.cs: added test for bug #75154.
* SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow
* IndentedTextWriter.cs: also output tabs in WriteLine () to match MS.NET.
* CodeGeneratorFromNamespaceTest.cs: re-enabled SimpleNamespaceTest and
* TypeDescriptor.cs: in .NET 2.0, GetComponentName returns null if object is
* SocketTest.cs: added test for bug #75158.
* Win32Exception.cs: improve error message for error 10047.
* OptionList.cs: Supported quoted arguments in response files.
* AssemblyTest.cs: Enabled test for bug #74958.
* CodeGeneratorFromCompileUnitTest.cs: Re-enabled tests as IntentedTextWriter
* VBCodeProviderTest.cs: moved to using NUNit 2.x Assert class, improved
* CodeGeneratorFromCompileUnitTest.cs: added test for bug #75190.
* TraceImpl.cs: Adjust internal indentlevel and indentsize before passing on
* TraceTest.cs: Fixed test failure.
* VBCodeCompiler.cs:
* VBCodeProviderTest.cs: Removed unnecessary asserts, added test for
* VBCodeProviderTest.cs: improved reporting of test failures as a result
* CSharpCodeGenerator.cs: Win32 resources are supported. Fixes bug #75218.
* FieldBuilder.cs: FieldBuilder.FieldHandle should throw NotSupportException
* StackTraceTest.cs: Mono does not support StraceTrace for thread. Test
* Uri.cs: Allow domain address with trailing period to indicate that the
* VBCodeProviderTest.cs: Fixed line endings
* VBCodeProviderTest.cs: Marked tests NotWorking on 2.0 profile as we don't
* AssemblyBuilderTest.cs: Added AssemblyName tests that currently fail on
* CSharpCodeCompiler.cs: Temp source files should have extension ".cs".
* VBCodeCompiler.cs: Temp source files should have extension ".vb".
* AssemblyBuilderTest.cs: Removed inheritance from deprecated Assertion class,
* AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has currently no
* DirectoryInfoTest.cs: Added tests for bug #75285.
* MethodBuilder.cs: In CreateMethodBody, throw ArgumentOutOfRangeException
* CodeGeneratorFromCompileUnitTest.cs: enabled test for bug #75190.
* CodeGenerator.cs: Removed debug code (for other fix), fixed line endings
* CodeGeneratorFromCompileUnitTest.cs: several tests to ensure code generated
* CodeGeneratorFromCompileUnitTest.cs: Added tests to verify code that is
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for Type
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for Type
* CodeMemberFieldTest.cs: Test for default value of Type attribute.
* CodeTypeReference.cs: Fixed line endings.
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for
Removed svn:executable property
* CodeGeneratorFromCompileUnitTest.cs: Added test for assembly-level attribute
* CodeMemberPropertyTest.cs: Test for default value of Type property.
* CodeGeneratorFromTypeTest.cs: Added tests for ctor level attributes and
* CodeGeneratorFromTypeTest.cs: Added tests to verify code generated for
* CodeGeneratorFromTypeTest.cs: Removed comment that does not apply to C#.
* CodeGeneratorFromTypeTest.cs: Make tests pass on MS.NET 1.x and 2.0, and
* CodeMemberPropertyTest.cs: Test for default value of Type property.
* System_test.dll.sources: Added System.CodeDom/CodeMemberPropertyTest.cs
* CodeGeneratorFromExpressionTest.cs: Added tests for
* CodeGeneratorFromExpressionTest.cs: No longer inherit from
* CodeGeneratorFromTypeTest.cs: Added additional property tests.
* CodeGeneratorFromTypeTest.cs: Added property indexer and parameter tests.
* CodeGeneratorFromTypeTest.cs: Added tests to ensure ImplementationTypes are
* CodeGeneratorFromTypeTest.cs: Added PrivateImplementationType tests
* CodeGeneratorFromTypeTest.cs: Added event ImplementationTypes tests. Added
* CodeGeneratorFromTypeTest.cs: Added test for ReturnTypeCustomAttributes.
* TypeTest.cs: Added test for bug #75408. Modified tests to use Assert
* UriTest.cs: Modified port tests to pass on .NET 2.0. HexUnescapeMultiByte test
* UriTest.cs: Added RelativeUri test (for bug #71053). Modified ParseOverride
* CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
* CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
* CodeGeneratorFromTypeTest.cs: Added BaseTypes and TypeConstructor
* CodeGeneratorFromTypeTest.cs: Added NewSlot tests.
* ComplexDataStructure.cs: Fixed test due to change in default value
* XmlSchemaInference.cs: Is sealed in Beta 2.
* expression.cs: Initialize FieldBase variable. Fixes build using csc
* AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET.
* mono-api-diff.cs: When multiple attributes of the same type
* AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET.
* XmlSchema.cs: XmlElementAttribute, XmlAttributeAttribute and
* AssemblyInfo.cs: Fixed attributes to match MS.NET.
* CollectionTest.cs: Added tests for IList implementation. No longer
* SortKey.cs: Marked Serializable to match MS.NET.
* Installer.cs: Browsable must be true on Parent.
* CompareInfo.cs: Marked UseManagedCollation internal to have API
* DataView.cs: Changed accessibility of dataTable, rowState and
* DbTypes.cs: Marked internal to fix public API.
* OdbcConnection.cs: Marked Init helper method private.
* OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
* EventLog.cs: Fixed Designer attribute to match MS.NET.
* IComponent.cs: Fixed Designer attribute to match MS.NET.
* SetWin32ContextInIDispatchAttribute.cs: Make this attribute also
* HtmlForm.cs: Added UniqueID override to match MS.NET. Fixed line
* TestColor.cs: Added test for ToString() on uninitialized color.
* Point.cs: Use invariant culture for converting numbers to string.
* TextInfoTest.cs: Added ListSeparator test.
* ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
* DocumentableItem.cs: DocumentationElement is also available in .NET
* SchemaReference.cs: DefaultValue of TargetNamespace should be null.
* XmlFormatExtensionPointAttribute.cs: AllowElements is true by
* SoapException.cs: Only mark serializable on 2.0 profile.
* RemotingClientProxy.cs: Marked abstract to match MS.NET.
* Color.cs: Fixed line endings. Set eol-style to native.
* TestBrushes.cs: Set eol-style to native.
* Color.cs: To match MS.NET, throw ArgumentException instead of
* ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
* ByteConverterTests.cs: Added tests for ByteConverter.
* Convert.cs: Numerous fixed in overloads taking base to match
* Convert.cs: For now, do not throw OverflowException if hex prefixed
* EditorBrowsableState.cs: Changed line ending from CRLF to LF to
* SingleConverter.cs: Implement conversion from string to match MS.NET.
* InheritanceAttribute.cs: Set eol-style to native.
* ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
* System_test.dll.sources: Added DecimalConverterTests.cs,
* Convert.cs: Throw OverflowException if result is larger than
* OdbcDataReader.cs: Marked GetPrimaryKeysBySQLStatistics unsafe.
* icall.c: add boolean argument to base64_to_byte_array and
* Convert.cs: In FromBase64String, return empty byte array for zero
* ColorConverter.cs: Add hex string tests. Fixed tests to pass on
* ColorConverter.cs: Use Int32Converter instead of Int32.Parse to
* ByteConverterTests.cs: Added ConvertToString and ConvertFromString
* TestPointConverter.cs: Use Assert class instead of deriving from
* DateTimeConverterTests.cs: Added tests for DateTimeConverter.
* TypeConverter.cs: Only return browsable properties in GetProperties.
* ImageConverter.cs: Use default TypeDescriptor implementation of
* TestImageConverter.cs: Re-enabled GetProperties test.
* VBCodeProviderTest.cs: Re-enabled CreateCompiler test as bug #75223
* MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.
* TypeConverterTests.cs: Added tests for TypeConverter.
* TypeTest.cs: Added test for bug #76150.
* MarshalTest.cs: Added test for bug #76123.
* XmlNodeChangedEventArgs.cs: Only make ctor publicly available
* XmlNodeChangedEventArgs.cs: Set eol-style to native.
* XmlResolver.cs: Fixed line endings.
* XmlConstructs.cs
* DataGridBoolColumn.cs: Marked CheckState private to fix public API.
* CodeTypeReferenceTest.cs: Added tests for CodeTypeParameter ctor,
* CodeTypeReference.cs: Added support for generic type parameters.
* CodeGeneratorTypeOutputTest.cs: Added tests for CSharpCodeGenerator.GetTypeOutput.
* WebConfigurationHost.cs: Added stubs for missing implementation
* threads.c: remove debug output.
* XmlAttribute.cs: InnerText and InnerXml do not override getters in
* XsltSettings.cs: Marked sealed.
* XPathNavigator.cs: [NET_2_0] Added DebuggerDisplay attribute,
* XPathNavigator.cs: Removed DebuggerDisplay attribute.
* TypeTest.cs: Added GetTypeCode test.
* CodeGeneratorTestBase.cs: Generate now returns code that was output,
* OracleException.cs: Pass message to base ctor, thereby avoiding
* HttpWebRequestElement.cs: Added missing properties and attributes.
* CodeTypeReferenceTest.cs: Enabled test case for bug #76535. Added
* CodeArgumentReferenceExpressionTest.cs: Added test for default ctor
* CodeArgumentReferenceExpressionTest.cs: Fixed namespace.
* CodeGeneratorTestBase.cs: Fixed line endings. Set eol-style to
* CodeGeneratorFromTypeTest.cs: Added tests for CodeEntryPointMethod
* System_test.dll.sources: Added CodeCastExpressionTest.cs,
* CodeExpressionCollectionTest.cs: Added tests for ctors and AddRange
* CodeExpressionCollection.cs: Fixed OutOfMemoryException when
* CodeExpressionCollectionTest.cs: Fixed test case for AddRange_Self
* codegen.cs: Fixed typo (speficied -> specified)
* CodeTypeParameterCollectionTest.cs: Added tests for ctors, and
* CodeEventReferenceExpression.cs: Set eol-style to native.
* CodeParameterDeclarationExpressionCollection.cs: Use CollectionBase
* CodeGeneratorFromExpressionTest.cs: Added test for
* CodeGeneratorFromStatementTest.cs: Added tests for
* XslTransformTest.cs: Added test for sorting an empty node set, which
* XslTransformTest.cs: Added test for MS bug, described in KB834667.
* XslTransformTests.cs: Undo formatting change.
* XslTransformTests.cs: Explicitly omit XML declaration, allowing test to
* BufferedGraphicsManager.cs: Removed duplicate code. Set eol-style to native.
* CodeGeneratorFromExpressionTest.cs: Added tests for
* VBCodeCompiler.cs: Set eol-style to native.
* corlib_test.dll.sources: Added ObjectManagerTest.cs in
* XmlTextWriterTests.cs: No longer derive from deprecated Assertion
* XmlTextWriterTests.cs: Fixed some tests that caught exception to
* XmlTextWriterTests.cs: Improved coverage of xml prefix tests.
* XslOutput.cs: Reduced indentation of cases in switch statement.
* XslTransformTests.cs: Added bug numbers to test cases.
* XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
* XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
* XslTransformTests.cs: Added working XML/HTML indentation tests.
* XslTransformTests.cs: Added forwards compatible tests.
* XslTransformTests.cs: Enabled forwards compatible tests.
* XmlNamespaceManagerTests.cs: Added tests for xml prefix.
* XmlTextWriterTests.cs: Renamed tests to avoid ambiguity, and
* XmlElementTests.cs: Fixed line endings.
* XmlTextWriterTests.cs: Allow all tests to pass on .NET 1.1.
* NameTableTests.cs: Added additional tests for Add and Get methods.
* XmlTextWriterTests.cs: Added tests for WriteWhitespace and WriteNmToken.
* XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
* XmlAttributesTests.cs: No longer derive from Assertion, number
* XslTransformTests.cs: Extended html indentation test (and marked it
* XmlSerializerTests.cs: Number individual tests.
* XmlSerializerTests.cs: Added serialization test for XmlSchema.
* XmlSchemaExporterTests.cs: Correct mistake.
* XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace
* XmlSchemaExporterTests.cs: Added tests for exporting structs, and
* XmlTextWriter.cs: Modified WriteWhitespace to throw ArgumentException
* System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
* XmlTypeMapping.cs: Fixed line endings.
* TypeTranslator.cs: Fixed line endings.
* XmlSchemaImporter.cs: Fixed line endings (to CRLF).
* XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes have
* ServiceDescriptionReflectorTest.cs: New test, currently marked NotWorking.
* ServiceDescriptionReflectorTest.cs: Use only one include as otherwise the
* XmlSchemaExporterTests.cs: Reworked tests that fail on Mono due to bug
* XmlSerializerTests.cs: No longer derive from Assertion, fixed tests that
* DeserializeTests.cs: Use Assert instead of deprecated Assertion. Renumbered
* XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0 profile
Test for setting eol-style to native (from Windows) on file that
* XmlTextAttributeTests.cs: Set eol-style to native.
Realy really test eol-style on simple test file, to retrict possible damage;-)
* XmlTypeAttributeTests.cs: Set eol-style to native.
* XmlSerializationWriterTests.cs: Use Assert instead of deprecated
* XmlSerializerTestClasses.cs: Added test classes.
* XmlSerializerTests.cs: Added constants for usage in new tests. Added methods
* SoapReflectionImporterTests.cs: Marked test NotDotNet.
Forgot to commit changelog entry for bug #77500.
* XmlTypeMapping.cs: Modified GetRealTypeMap to return current map if map
* XmlSerializerTests.cs: Fixed build after failed merge (time to call it a
* XmlSerializerTests.cs: Numbered some tests.
* CodeExporter.cs: Set eol-style to native.
* XmlSerializerTestClasses.cs: Fixed line endings (sigh).
* XmlReflectionImporterTests.cs: Added test for IDictionary import. Set eol
* XmlRootAttributeTests.cs: Set eol-style to CRLF.
* SoapAttributeAttribute.cs: Set eol-style to CRLF.
* TypeData.cs: Fixed the following issues when dealing with Array
* SerializationCodeGenerator.cs: Omit return statement in ReadObject method if
* FileStreamTest.cs: Spaces to tabs, (re)numbered tests.
* corlib.dll.sources: Removed DecimalFormatter.cs.
* FileStream.cs: To match MSFT, ignore FileShare.Inheritable on 2.0
* File.cs: In 2.0 profile, File.Get****Time(Utc) should not throw
* corlib.dll.sources: Remove DecimalFormatter.cs.
* ConstructorBuilder.cs: In AddDeclarativeSecurity, throw an
* XmlSchema.cs: Do not define namespace for zero-length TargetNamespace
* XmlSchemaAssertion.cs: Set eol-style to native.
* XmlSchemaCollectionTests.cs: Set eol-style to native.
* DeserializeTests.cs: Enabled tests for bug #77530.
* TypeDescriptorTests.cs: Added test for bug #76686.
* XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
* XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for
* XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
* XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
* TabControlTest.cs: Added test for bug #78121. Marked failing tests NotWorking. Set eol-style to native.
* UnixRegistryApi.cs: Only consider the "software" subkey a well-known
* UnixRegistryApi.cs: In KeyHandler.SetValue, immediately convert
* CodeGeneratorFromNamespaceTest.cs: Added tests for
* XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
* Enum.cs: Provide meaningful message when type of passed in value does not
* XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
* XmlSchemaExporter.cs: Introduce XmlSchemaObjectContainer class to
* SoapAttributesTests.cs: Added tests for bug #78205.
* DeserializeTests.cs: Improved TestDeserialize_Enum test for
* SoapSchemaExporterTests.cs: Sync expected results with changes in test
* System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
* TimerTest.cs: Added test for bug #78202. Marked individual tests
* TimerTest.cs: Corrected bug number (from #78202 to #78208).
* XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
* driver.cs: Pass filename without path to AssemblyBuilder's
* AssemblyTest.cs: Added tests for bugs #78464, #78465, #78466. Spaces to
* PropertyValueUIItemCas.cs: Fix compilation using csc 1.x.
* UnixRegistryApi.cs: GetSubKeyNames returns only names of subkeys, not the
* AssemblyTest.cs: Added tests for bug #78517.
* MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException for
* MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
* XsltContext.cs: Ctors are public in .NET 1.1. Fixes warnings in class status
* ASCIIEncoding.cs: Marked class ComVisible (true) on 2.0 profile.
* Char.cs: Removed duplicate (explicit) interface implementation.
* ErrorLevel.cs: Removed extra Serializable attribute in 2.0 profile.
* CaptureCollection.cs: Removed virtual keyword to fix API mismatches.
* NetworkStream.cs: Marked Dispose (bool) virtual on 1.x profile.
* ConfigurationException.cs: BareMessage, Filename and Line properties
* OracleLob.cs: Explicitly implement IDisposable interface. Fixes
* OciGlue.cs: Set eol-style to native.
* SoapWriter.cs: Fixed line endings. Set eol-style to CRLF.
* SoapCore.cs: Set eol-style to native.
* TcpClientChannel.cs: Set eol-style to native.
* TcpClientChannel.cs: Marked CreateMessageSink virtual.
* AccessChecksLevelOption.cs: Fixed line endings. Set eol-style to CRLF.
* SecurityRoleAttribute.cs: Set AllowMultiple to true.
* AppDomainHelper.cs: Set eol-style to native.
* ComManagedImportUtil.cs: Do not mark instance methods virtual. Fixes
* ClerkInfo.cs: Fixed line endings. Set eol-style to CRLF.
* TypeConverter.cs: Added explicit interface implementation for
* DesignerCollection.cs: Added explicit interface implemenation for
* SqlConnection.cs: Removed extra destructor, as destructor on
* ComplexDataStructure.cs: Added MS product feedback bug ID to test
* SoapFormatter.cs: Only apply ComVisible attribute to FilterLevel
* AssemblyInfo.cs: Added assembly level attributes on 2.0 profile to
* corlib_test.dll.sources: Added DynamicMethodTest.cs from
* Assembly.cs: When assembly is loaded from byte array, return null for
* StackFrameTest.cs: Spaces to tabs. Marked tests that fail on Mono
* Marshal.cs: Added stubs for GetTypeLibGuid (ITypeLib), GetTypeLibLcid
* System_test.dll.sources: Added X509Certificate2Test.cs.
* X509Certificate2Test.cs: Removed separate test for bug #78986, as it
* AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
* CSharpCodeProviderTest.cs: Modified tests to verify fix for bug
* EventInstance.cs: Added 2.0 class.
* System_test.dll.souces: Added EventSourceCreationDataTest.cs.
* UnixRegistryApi.cs: Consider HKLM\SYSTEM\CurrentControlSet\Services\
* EventLogTest.cs: new test, currently not enabled due to UnixRegistry
* EventLog.cs: For now, use null implementation.
* Registry.cs: Fixed copy/paste bug.
* RegistryKeyTest.cs: Added large batch of tests.
* UnixRegistryApi.cs: Undo change for new eventlog implementation that
* IRegistryApi.cs: Modified GetValue to take RegistryValueOptions enum
* InvalidEnumArgumentException.cs: Beautify error message.
* RegistryValueOptions.dll: Added the real one (sorry!).
* System.dll.sources: Added Win32EventLog.cs.
* mono.1 : Document MONO_EVENTLOG_TYPE, replaces MONO_EVENTLOG_PATH.
* EventInstanceTest.cs: Added tests for EventInstance.
* RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTest
Initial import of SWF based Event Viewer
* Makefile: Use standalone makefile as we cannot rely on the mcs build
* LocalFileEventLog.cs: When event log store does not exist, then we
* EventViewer.cs: Do not hide selection when focus is moved away from
Committed in wrong module, pff.
* EventLogTest.cs: Use a dedicated temp directory for testing the
* Win32EventLog.cs: Added and documented workarounds for bug #79117
* Win32EventLog.cs: Fixed error messages. Use RegisterEventSource
* NullEventLog.cs: Added dummy GetLogNames implementation.
* DataRowTest2.cs: Added test for bug #78885. Fixed line endings.
* DataRelationTest2.cs: Added test for bug #79233, currently marked
* Win32EventLog.cs: Removed workarounds for bug #79152 and bug #79117
* RegistryKeyTest.cs: Added RunningOnUnix property that is used
* ListViewTest.cs: Added test for bug #79076. Added tests for
* DynamicMethodTest.cs: Added ctor tests for name null check. Added
* ServiceControllerPermissionTest.cs: Set eol-style to native. Fixed
* DynamicMethod.cs: Allow empty name and null return type.
* loader.c: MonoLoaderError was cleared too soon on load failure.
* ServiceProcessInstaller.cs: Added some missing attributes. Fixes
* appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
* corlib_test.dll.sources: Added FileNotFoundExceptionTest.cs.
* ArithmeticException.cs: Modified default message to match MS, to
* AssemblyInfo.cs: AssemblyConfiguration and AssemblyTrademark
* SignedXmlTest.cs: Added tests for bug #79454 and #79483 (marked NotWorking).
* SoapReflectionImporterTests.cs: Added tests for bug #78206.
* OrderedDictionary.cs: IsReadOnly, indexers, Keys and Values should
* CollectionsUtil.cs: Set eol-style to CRLF.
* NameObjectCollectionBase.cs: Set eol-style to native.
* ListViewItem.cs: Collections of selected and checked items are now
* ServiceControllerTest.cs: Modifying ServiceService, DisplayName
* ChangeLog: forgot to commit ChangeLog.
* Enum.cs: Use different exception message depending on whether the
* DeserializeTest.cs: Added several tests.
Set eol-style to native.
Undo eol-style change.
* XmlSerializerTests.cs: Added a few tests. Fixed coding style.
* PropertyGridTest.cs: Added tests for PropertyGrid.
* PropertyGridTest.cs: Enabled previously not-working tests.
* DataRelationTest2.cs: Enabled test for bug #79233.
* corlib_test.dll.sources: Added BadImageFormatExceptionTest.cs.
* appdomain.c: Use mono_get_exception_bad_image_format2 to construct
* List.cs: Fixed binary serialization compatibility with MS.NET.
* AssemblyName.cs: Revert change where filename was not converted to
* VersionTest.cs: Reworked tests for NUnit 2.2.
* AppDomainTest.cs: Added tests for bug #79715, #79522, #79720.
* AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
* assembly.c: build_assembly_name should not consider a version
* AppDomainTest.cs: Modified test for bug #79720 to also check the
* AssemblyTest.cs: Enabled test for bug #79715.
* ForeignKeyConstraintTest2.cs: Added test for bug #79689.
* CrossAppDomainChannel.cs: Fixed line endings. Set eol-style to native.
* RemotingServices.cs: Explicitly set FormatterAssemblyStyle to Full
* ControlTest.cs: Fixed build using csc 1.x.
* TextBoxTest.cs: Added tests for part of bug #79799.
* ComboBoxTests.cs: Moved to correct namespace. Added test for bug
* PropertyGrid.cs: To match MS, remove default title and description
* TreeNodeCollection.cs: To match MS, in 1.0 profile throw
* TabControlTest.cs: Added test for bug #79847.
* DirectoryTest.cs: Use Assert class intead of deriving from
* PropertyGrid.cs: Avoid fixed height of help description label.
* System_test.dll.sources: Added ArrayConverterTests.cs.
* TextBoxTest.cs: Added test for bug #79851.
* ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
* TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
* TextBoxTest.cs: Added (NotWorking) test for bug #79909.
* ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
* ControlEventTest.cs: Added tests for Invalidated event.
* NumericUpDown.cs: Allow lowercase letters when in hex-mode.
A fix for bug #79810
* test-539.cs, gtest-297.cs: Added tests for bug #79810.
* cs1058.cs: Removed as CS1058 does not apply to 1.0 profile.
* NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
* ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
* MdiFormTest.cs: Improved Text test to also verify behavior when
* FormTest.cs: Added test for bug #80020.
* NumericUpDown.cs: In .NET 1.1, user entered text is still
* MdiFormTest.cs: Added NotWorking test for Form.Text.
* MdiFormTest.cs: Added test for bug #80036.
* FormTest.cs: Added test for bug #80052.
* DataSetReadXmlTest.cs: Added NotWorking test for bug #80045.
* DataSetReadXmlTest.cs: Added NotWorking test for bug #80048.
* ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
* MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
* DirectoryTest.cs: Use Assert.Ignore instead of silently ignoring test.
* CaseInsensitiveComparerTest.cs: Added tests for bug #80082 and bug #80076.
* MenuItemTest.cs: Added test for Text property.
* MdiFormTest.cs: Set eol-style to native.
* DataGridTextBoxColumnTest.cs: Set eol-style to native.
* SplitContainerTests.cs: Set eol-style to CRLF.
DataGridColumnStyleTest.cs: Set eol-style to native.
* DateTimeTest.cs: Added test for bug #80094. Remoted trailing tabs.
* DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
* DataGridTest.cs: Fixed build.
* CurrencyManagerTest.cs: Added test for bug #80107.
* SerializationCodeGenerator.cs: Initialize out parameters if they
* XmlSchemaExporterTests.cs: Added tests for (part of) bug #78214.
* XmlSerializerTests.cs: Only compile generic tests on 2.0 profile.
* XmlSerializerTests.cs: Undo some of Hagit's code formatting changes.
* Control.cs: Verify value set for Dock property. Code formatting
* ControlTest.cs: Improved Region test.
* MutexTest.cs: Added test for bug #79358. Code formatting, no longer
* TextBoxTest.cs: Added test for bug #80163.
* TabControlTest.cs: Added tests for Control.RemoveAt.
* Marshal.cs: Use SystemDefaultCharSize to determine whether to
* ControlTest.cs: Added (notworking) test for bug #80280.
* TreeViewTest.cs: Added tests for bug #80284.
* MonthCalendar.cs: Fixed InvalidCastException.
* ListViewItem.cs: Changed AddRange overloads to match MS: throw
* MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
* RichTextBoxTest.cs: Added test for bug #80301.
* RichTextBoxTest.cs: Improved PreferredHeight test.
* MemoryStreamTest.cs: Added (de)serialization tests for bug #80205.
* MemberDescriptor.cs: On 2.0 profile, take the DisplayNameAttribute
* ControlTest.cs: Enabled test for bug #80280.
* ColumnStyleTest.cs: Set eol-style to native.
Missed this one
* upDownTest.cs: Improved test for invalid Value.
* DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
* DataGridView.cs: Fixed several NullReferenceException in On* methods.
* DataGridView.cs: Fixed several NullReferenceException in On* methods.
* ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
* ComboBox.cs: Mergable=>MergableProperty. Fixes build.
* Control.cs: ControlCollection.Count must be public. Fixed build of
* System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
* MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
* ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
* ContainerTest.cs: Fixed compiler warning.
Set eol-style to native.
* IPAddress.cs: On 1.1, 4-byte addresses are not supported in the
* DnsPermissionAttribute.cs: Fixed line endings. Set eol-style.
* HttpWebRequest.jvm.cs: Fixed line endings.
* ControlTest.cs: Improved DoubleBufferedTest.
* Brush.cs: Fixed line endings.
* SystemFontsTest.cs: Added test for DefaultFont.
* SystemFontsTest.cs: Split DefaultFont test into two parts, since
* TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
* Theme.cs: Marked default_font as private, and initialize it in ctor
* Theme.cs: For now, revert back to 8pt font.
* ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
* DataGridTest.cs: Fixed compiler warnings.
* ResXResourceReader.cs: For invalid mime type, return value as string
* CultureTest.cs: Added SetUp and TearDown. Spaces to tabs.
* ResourceReader.cs: Support reading byte arrays in v2 resource files.
* System.Management.dll.sources: Added CodeLanguage.cs,
* ManagementObjectSearcher.cs: Stubbed out.
* NewMonoXSD.cs : Silently ignore /nologo switch for compatibility
* MethodDataCollection.cs: Throw NotImplementedException in methods
* ContainerControlTest.cs: Added tests for ActiveControl.
* ToolBarTest.cs: Added test for bug #80416.
* UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
* ToolBarTest.cs: Enabled test for bug #80416.
* CheckedListBox.cs: Fixed SelectionMode to match MS.
* ProcessTest.cs: Added null check tests.
* ControlTest.cs: Added FontHeight test.
* Theme.cs: Re-enabled DefaultFont change. Use const to refer to
* Control.cs: Lazy init layout engine. Do not directly use
* DirectoryTest.cs: Fixed compiler warning by improving test.
* CompareInfoTest.cs: Added test for checking valid CompareOptions for
* FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
* ControlStyleTest.cs: Added style test for LinkLabel with text, but
* scripts/Makefile.am: Added 'al2'.
* Makefile: Added al to net_2_0_SUBDIRS.
* Al.cs: Use DelaySign enum to capture whether a delaysign (+ or -)
* SoapHttpClientProtocolTest.cs: Added test for bug #79988.
* Form.cs: Provide meaningful message when MdiParent is assigned a
* BaseCompiler.cs: Fixed build on 1.0 profile.
* SmtpClient.cs: Added tests for default values.
Removed executable property.
* ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
* FormTest.cs: Added NotWorking test for bug #80604.
* StreamReaderTest.cs: Added test for bug #75526.
* WebProxyTest.cs: Move IsBypassed null check to separate test, and
* WebHeaderCollection.cs: Fixed binary serialization compatibility with MS.
* FileWebRequest.cs: Fixed PreAuthenticate and Proxy properties to
* IPAddressTest.cs: Added test for invalid addresses. Fixed 4-byte
* HttpWebRequestTest.cs: Added tests for case-sensitive dealing with
* StreamReaderTest.cs: Use Assert class instead of deprecation
* FileStream.cs: Always resolve to absolute paths for exceptions, when not
* EncodingTest.cs: Added tests for GetEncoding.
Fixed typo.
* Encoding.cs: Also set ParamName of the ArgumentException.
* StreamReader.cs: Removed checks for non-existing directory or file,
* StreamReader.cs: Removed checks for non-existing directory or file,
* WebProxy.cs: In IsBypassed, move address check back to satify unit
* Encoding.cs: Enabled ArgumentException in GetEncoding (string) again.
* FileWebRequestTest.cs: Separate tests that fail on Windows due to
* EventLogImpl.cs: When no log name is specified, return zero-length
* SocketResponder.cs: Fixed typo. Moved to correct namespace.
* ResXResourceReader.cs: Added support for BasePath (2.0 only). Lazy load
* PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
* PaddingConverter.cs: Fixed line endings.
* ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
* DataGridViewColumnTest.cs: Added test for bug #80746.
* AssemblyInfo.cs: Define AssemblyFileVersion on 2.0 profile.
* XmlCodeExporter.cs: Avoid hardcoding version numbers. Enable tests
* LogGenerator.cs: Generate code that can be built using csc 1.x.
* ControlTest.cs: Removed use of #pragma to allow tests to be built using
* FormTest.cs: Improved test for bug #80604.
* PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
* Form.cs: Improved exception messages in ShowDialog.
* Form.cs: Fixed typo in exception message. Fixes bug #80779.
* ResXResourceReader.cs: Add additional checks for validity of reader
* FontUnitTest.cs: Added test to verify locale dependent behavior of
Removed bogus eol-style:native properties.
Removed bogus eol-style:native properties.
* PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
* ResourceReader.cs: Fixed typo.
* TypeDescriptorTests.cs: Use Assert instead of deriving from
* monoresgen.cs: Added support for /useSourcePath option (2.0 only).
* DateTimeConverter.cs: Fixed typo in exception message.
Fixed line endings
* Web.config: enableSessionState only accepts "true", false" and
* PagesConfiguration.cs: Stop swallowing configuration exceptions.
* FileDialog.cs: Modify default text of filename and filetype labels
* FileDialog.cs: Removed need for separate fileName field. On 2.0
* ComboBox.cs: Setting Text should have no effect if item text of
* ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
* System.Web_test.dll.sources: Removed duplicate ImageFieldTest.cs
* CalendarTest.cs: Enabled tests for bug #80881. Fixed NotWorking
* DataSetReadXmlTest.cs: Enable test for bug #80048 on 2.0 profile.
* ComboBox.cs: Removed unnecessary initializations. Marked items field
* CSharpCodeCompiler.cs: Also generate temp filename for OutputAssembly
* VBCodeProviderTest.cs: Mark tests that rely on vbnc as NotWorking,
* VBCodeProviderTest.cs: Modified tests to also cover fix for bug
* FileDialog.cs: LabelEditEventArgs.Label now returns null when user
* ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
* FileDialog.cs: Fixed support for renaming files and directories.
* DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
* ListView.cs: Added bool argument to UpdateMultiSelection to specify
Fixed typo in comment.
* FileDialog.cs: Update FSEntry when move is successful. Fixes
* ListViewItem.cs: Cancel label edit when item is removed from
* HttpWebRequest.cs: Allow Proxy to be set to null on 2.0 profile.
* AppDomainSetup.cs: If configuration file is not an absolute path,
* MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
* ListViewCollectionsTest.cs: Added and improved tests for removing
* ListView.cs: Add fireEvent argument to ReorderColumn since the
* ConfigurationSettings.cs: On 2.0 profile, use ConfigurationManager
* DbProviderFactoriesConfigurationHandlerTest.cs: Fixed tests to
* app_test_2.0.config: Modified DbProviderFactories to allow testing
Set eol-style to native.
* SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
* EnumBuilder.cs: On 2.0 profile, using current EnumBuilder as
* corlib_test.dll.sources: Added IListTest.cs.
* ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
* EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
* DataGridView.cs: Comment out debug code.
* FormTest.cs: Added tests for bug #80791 and #80574.
* PagesSection.cs: Revert part of Adar's patch that regresses
* Comparer.cs: Renamed IComparableOfTComparer<T> to GenericComparer<T>
* corlib_test.dll.sources: Added StringComparerTest.cs.
* StringComparerTest.cs: Added tests for binary serialization compatiblity.
* loader.c: Reapply patch for bug #79424.
* ResXFileRef.cs: On 2.0 profile, special case files with .ico
* TextBoxTest.cs: Isolate BackColor tests.
* FormHandleTest.cs: Fixed build using csc 1.x.
* TcpClient.cs: Do not initialize network stream in Connect. In
* Delegate.cs: Fixed bootstrap build.
* FileDialog.cs: Use text of File name combobox to determine what
* ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
* ErrorProviderTest.cs: Enabled previously failing tests.
* TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
* RichTextBoxTest.cs: Marked failing test NotWorking.
* PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
* RichBoxTest.cs: Enabled ReadOnly test.
* RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
* FormHandleTest.cs: Added test for bug #81272.
* FormHandleTest.cs: Enabled test for bug #81272.
* RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
* MenuItem.cs: Use INavigateUIData.Description as ToolTip. Fixed line
* MutexTest.cs: Enabled test for bug #79358.
* TreeViewTest.cs: Added NotWorking test for bug #81319.
* TextBoxTest.cs: Added NotWorking test for bug #80620.
Added NotWorking test for bug #80626.
* ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
* WebTest.cs: Fixed compile using csc 1.x. Fixed line endings.
* UnitTest.cs: Added test for unit value with no integral part. Code
* Makefile: Do not output deprecated warnings.
* RecommendedAsConfigurableAttribute.cs: Mark obsolete on 2.0 profile.
* ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
* DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
Removed some extra tabs.
* DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
* HttpCookieTest.cs: Added test for bug #81333.
Removed invalid eol-style property.
* monoresgen.cs: Added support for 4 digit unicode escapes on 2.0
* monoresgen.cs: Clean up resources when resource file cannot be
Remove unused variable.
* ResXFileRef.cs: byte [] is only supported on 2.0 profile.
Really remove unused variable.
* FormTest.cs: Enabled test for bug #80773.
* TemplateParser.cs: On 2.0 profile, allow namespace in ClassName
* AspComponentFoundry.cs: Fixed build on 1.0 profile. Spaces to
* ArrayListTest.cs: Code formatting (indenting, spaces to tabs). Added
* ArrayTest.cs: Added test for Resize. Spaces to tabs.
* XplatUI.cs: Added MenuAccessKeysUnderlined.
* XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
* TcpClientTest.cs: Re-enabled test for bug #81105 since it passes
* TcpClientTest.cs: ... and disable it again, since it fails buildbot
* RichTextBoxTest.cs: Added test for bug #80620.
* CookieContainerTest.cs: Removed usage of deprecated Asssertion
* SocketResponder.cs: Thread-safety fixes.
* QueueTest.cs: Removed usage of deprecated Assertion class. Added
* DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
* DataBindingTest.cs: Avoid using anonymous methods to allow tests to
Forgot this one.
* RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
* DataGridViewColumn.cs: Initialize value of headercell to zero-length
* TypeTest.cs: Added test for Equals with null argument.
* corlib_test.dll.sources: Added ConstructorInfoTest.cs.
* MethodInfoTest.cs: Modified test for bug #81538 to verify both
* PagesConfigurationHandler.cs: To match MS, silently ignore child
Undo
* ControlTest.cs: Added test for UseWaitCursor.
* System.Windows.Forms_test.dll.sources: Added
* DebuggerDisplayAttributeTest.cs: Make test forward compatible.
* ToolStripItemCollectionTest.cs: Removed duplicate test.
* ControlBuilder.cs: Fixed exception message in MapType.
* FileDialog.cs: On 1.0 profile, do not support multidotted extensions.
* ThreadTest.cs: Fix build using csc 1.x.
* TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
* XmlWriterTests.cs: Added tests for Close that verify closing of
* TypeBuilder.cs (GetField): Return MonoField instance if the type is
* ThreadTest.cs: Use Assert instead of deprecated Assertion class.
Fixed bug number.
* WebConnectionStream.cs: On read timeout, throw WebException with
* HttpWebRequestTest.cs: Added test for exception thrown on read
* TreeView.cs: Modified DoubleBuffered to just use the base
Set eol-style to CRLF.
Set eol-style to CRLF.
Set eol-style.
* RichTextBox.cs: Recalculate the document after the ScrollBars
Set eol-style.
* threads.c: In "start_wrapper", set apartment_state to MTA if
* DoubleTest.cs: Use Assert instead of deprecated Assertion. Code
* MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
* XplatUIX11.cs: MinimumWindowSize on X11 is actually
* ThreadTest.cs: Added test for bug #81720. Improved test for
* PrintingServicesWin32.cs: Pass 0 as mode to DocumentProperties to
* UnmanagedMemoryStreamTest.cs: Fixed several tests and added several
* UnmanagedMemoryStream.cs: In Read and ReadByte, use Marshal.ReadByte
* XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
* TextBoxTest.cs: Improve tests for Copy, Cut and Paste to also cover
Enable this test too.
* XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
* XmlWriterTests.cs: Added NotWorking Create_XmlWriter2 test.
* TreeNodeCollection.cs: Minor corrections to exceptions to match MS.
* NumericUpDownTest.cs: Avoid use of global identifier since csc 1.x
* DateTimePickerTest.cs: Avoid test failures on Windows system with
* DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
Fixed dates in comments.
* SqlCommandTest.cs: Added test for bug #81710.
* PropertyGridTest.cs: Added test for bug #81796, and reworked
* MailMessageTest.cs: Improved test for To to verify bug #81817 is
* threads.c: When cleaning up thread, reset the Background bit.
* ThreadTest.cs: Enabled test for bug #81720.
* ObjectStateFormatter.cs: Avoid NRE in Serialize. Fixes bug #81851.
* LogicalMethodInfoTest.cs: Fixed namespace.
* MailAddress.cs: Throw ArgumentNullException if address is null.
* mono-api-info.cs: do not ignore overloaded operators.
* FileStreamTest.cs: Added test for bug #79250.
* locales.c: When constructing DateTimeFormat or NumberFormat for
* DirectoryTest.cs: Restore original CurrentCulture on teardown.
* mono-api-diff.cs: Fixed line endings.
* mono-api-diff.cs: For overloaded operators we need to include the return
* mono-api.xsl: Added support for nested classes.
* cormissing.css: Add support for nested classes.
Forgot to commit.
* ToolboxItem.cs: GetType (IDesignerHost) is 2.0 only.
* Margins.cs: Overloaded operators are 2.0 only.
* Uri.cs: Canonicalize is only obsolete from 2.0 onward. Fixed line
* PropertyDescriptorCollection.cs: Added missing explicit interface
* NetworkAccess.cs: Only mark as flags enum on 2.0.
* XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
* CodeIdentifier.cs: Default ctor is public on 1.0 profile too.
* DbDataAdapter.cs: Marked ICloneable.Clone obsolete to match MS.
* OdbcDataAdapter.cs: Only override Dispose on 1.0 profile. Added
ChangeLog for revision 81109.
* DataTableCollection.cs: CopyTo is 2.0 only. Removed extra tabs,
* ISqlNotificationReceiver.cs: Removed.
Set eol-style.
* RelatedDataView.cs: Fixed line endings.
* DataRowCollection.cs: Only override Count on 2.0 profile.
* OleDbParameter.cs: Code formatting.
* OleDbCommand.cs: Code formatting.
Corresponding changelog entry.
* OleDbDataReader.cs: Code formatting.
* OleDbCommand.cs: 2.0 API fixes. Build fix.
* OleDbConnection.cs: Derive from DbConnection on 2.0 profile, and
* EastAsianLunisolarCalenderTest.cs: Fixed build.
* CultureInfoTest.cs: Added extra info in order to troubleshoot
* MathTest.cs: No longer use Assertion as base class, and changed
* CaseInsensitiveHashCodeProvider.cs: In default ctor, do not save
* CaseInsensitiveHashCodeProvider.cs: Lazy init Default instance and
* MethodInfoTest.cs: Added test for bug #81997. Code formatting.
* TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
* DecoderReplacementFallbackTest.cs: Fixed DontChangeReadOnlyCodePage-
* TypeBuilder.cs: Implemented IsCOMObjectImpl.
* TypeBuilder.cs: Throw InvalidOperationException when attempting to
* DateTime.cs: In ParseExact, throw ArgumentNullException if format
* MethodBuilder.cs: Code formatting. Spaces to tabs.
* TableLayoutTest.cs: Added test for bug #82040.
* ThreadTest.cs: Removed tests for bug #81930, since other tests can
* Directory.cs: Renamed Move arguments to match MS. Allow Move to be
* Socket.cs: Code formatting. Marked not implemented methods as TODO.
* PropertyDescriptorTests.cs: Added tests for Igor's fixes for
* default.build: Fix relative path to key. Avoid use of ugly foreach
* TypeBuilderTest.cs: Modified enum tests to use already constructed
* HttpWebRequestTest.cs: Remove usage of deprecated Assertion class.
* ReflectionPropertyDescriptor.cs: For read-only properties,
* ListControl.cs: When changing CurrencyManager, disconnect event
* ListControl.cs: Build fix.
* HttpWebRequestTest.cs: Fixed and enabled InternalServerError test.
* corlib_test.dll.sources: added RuntimeMethodHandleTest.cs.
* BitConverter.cs: Fixed exceptions to match MS. Fixed invalid use
* InstanceDescriptor.cs: Allow null members. Fixed exception messages.
* DisplayNameAttribute.cs: To match MS, do not change null DisplayName
* AutoResetEventTest.cs: Added test for verifying effect of assigning
* DirectoryTest.cs: Added test for bug #82212.
* FileDialog.cs: Accept any FilterIndex value, and store it
* TypeTest.cs: Added test for bug #82211.
* TypeTest.cs: Uncomment test for bug #82211.
* XplatUI.cs: Added RunningOnUnix property to be used by controls
* ThemeNice.cs: Use XplatUI.RunningOnUnix instead of checking
Matching ChangeLog entry.
* PagesConfigurationHandler.cs: Use enum for EnableSessionState.
* ThreadTest.cs: Enabled test for bug #81658, and uncommented code
* ThemeWin32Classic.cs: On 2.0 profile, use ForeColor and BackColor of
* gtest-337.cs: Use -langversion:linq compiler option to test fix for
* corlib_test.dll.sources: Added System/ArgumentExceptionTest.cs.
* EventLog.cs: Do not allow all whitespace machine name. Do nothing
* AggregateCacheDependencyTest.cs: Added test for bug #82419.
Set eol-style.
* TypeTest.cs: Added IsDefined tests for bug #82431. Added tests for
* SocketTest.cs: Improved EndConnect test. Added test for bug #82446,
* MonoCustomAttrs.cs: In IsDefined, throw ArgumentNullException if
* AttributeTest.cs: Added test for IsDefined, GetCustomAttribute
* ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
* FieldInfoTest.cs: Enabled test for bug #82465.
* MasterPage.cs: Include relative URL of MasterPage in exception
* TypeDescriptorTests: Removed Ivan's local Category.
* ContextStackTest.cs: Fix build of unit tests on 1.0 profile.
* EnumConverter.cs: Conversion to and from Enum [] is 2.0 only.
Set eol-style.
* FileTest.cs: Added test for File.GetAttributes (and indirectly also
Set eol-style to native.
* ControlTest.cs: Added test for bug #82546. Spaces to tabs.
* Al.cs: Ignore AssemblyKeyAttribute in template when KeyFile is null
* FileDialog.cs: When Save/Open is clicked and no filename is selected
* BinaryReader.cs: Fixed line endings.
* ResourceReader.cs: Fixed exception message to match MS. Removed
* ResourceManagerTest.cs: Improved existing tests. Ensure all resources
* GridViewTest.cs: Code formatting.
* System.Windows.Forms_test.dll.sources: Added
* FolderBrowserDialog.cs: Removed need for separate description field.
* TreeView.cs: When editing label of node, ensure node is visible.
* FolderBrowserDialog.cs: When adding folder, immediately create the
* FolderBrowserDialog.cs: Set Tag of newly created node, and keep it
* AssemblyBuilder.cs: In DefineIconResource, open icon in read-only
* RegistryKeyTest.cs: Improve SetValue tests to ensure values are
* TypeConverter.cs: Fixed GetConvertFromException and
* System.Configuration_test.dll.sources: added ProviderBaseTest.cs.
* ConfigurationManager.cs: Fixed line endings. Avoid warning by
* ServiceDescription.cs: Do not require write access to file.
* TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
* test-583.cs: test for bug #82676.
* Timer.cs: On 2.0 profile, only allow 32-bit interval in ctor.
* TimerTest.cs: Added NotWorking test for bug #82701. Added ctor
* EnumConverterTest.cs: Enabled test for converting flag enum from
* ThreadTest.cs: Added test for bug #82700. Re-enabled and fixed some
* Application.cs: Modified ProductVersion to return value of
* DirectoryTest.cs: Added test for bug #82440.
* ResXResourceReaderTest.cs: Added type conversion test.
* ResourceManager.cs: BaseName(Field) should return only the name.
* ResourceManager.cs: Move code for determining manifest resource
* System_test.dll.sources: Added ComponentResourceManagerTest.cs.
Removed svn:executable property.
* RegexReplace.cs: Fixed compiler warning.
* Assembly.cs: In GetManifestResourceStream, throw ANE with type as
* test-586.cs: test for bug #325841.
* ThreadTest.cs: Added GetHashCode test for bug #325566.
* Enum.cs: Use regular single quotes in exception message.
* DiagnosticsConfigurationHandler.cs: Rename ValidateIntegralValue
* MemoryStreamTest.cs: Added test for bug #327053.
Flush local change.
* TypeBuilder.cs: Added test for bug #327484. Split up and improved
* Socket.cs: Removed unused method.
* DeflateStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.
* DiagnosticsConfigurationHandlerTest.cs: No longer derive from
* AssemblyTest.cs: Added test for ManifestModule.
* DataGridViewCellTest.cs: Code formatting. Removed useless SetUp and
* DataGridViewTest.cs: Added test for bug #325979. Code formatting.
* test-587.cs: test for bug #328136.
* UriTest.cs: Added test for Fragment with relative URI. Fixed line
* DirectoryTest.cs: Added RunningOnUnix property to use for enabling
* UriTest3.cs: Added test for bug #328768.
* HttpListenerRequestTest.cs: Added test for HasEntityBody.
Only applies to 2.0 profile.
* UriTest3.cs: Added test for bug #323542.
* HttpListenerRequest.cs: Do not store 'method' in upper case, but
* DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
* ControlTest.cs: Added test for bug #330501.
* ComboBoxTest.cs: Added test for bug #331144.
* gtest-344.cs: test for bug #331191
* ListViewItemTest.cs: Added test for bug #330415 and #331643.
* DateTimeFormatInfoTest.cs: Added test for bug #332553.
* TextBoxBase.cs: Invalidate selection before changing SelectionLength
* RichTextBoxTest.cs: Added tests for negative SelectionLength and
* ComboBox.cs: When focus is lost, deselect the text. When setting
* DelegateTest.cs: Added test for bug #333647. Added trivial tests
Set eol-style.
* DelegateTest.cs: Enabled test for bug #333647.
* RegistryKeyTest.cs: Added test for bug #322839.
* SecurityElement.cs: In ctors, do not assign to Tag property to
* SecurityElementTest.cs: Modified test for bug #333699 to use double
* SecurityElementTest.cs: Added tests for using single quotes as
* ILGenerator.cs: Added missing null checks. Removed extra tabs.
* DateTimeTest.cs: Added test for bug #322510.
* EnvironmentTest.cs: Added test for bug #333740. Made names of some
* SqlException.cs: Do not hide Message on 2.0 profile. Fixes bug
* WebRequestTest.cs: Fixed test for serialization ctor to match
Remove commented code.
Flush local changes.
* FtpWebRequest.cs: Added support for DELETE.
* UriTest.cs: Removed extra tabs.
* AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
* UTF8Encoding.cs: IsMailNewsSave should return true. Fixes bug
* ButtonBase.cs: Fixed IsDefault to use assigned value instead of
* DbTransactionTest.cs: Added test for bug #325397.
* bug-331958.cs: added.
* AssemblyTest.cs: Enabled test for bug #334204.
* cs0177-8.cs: New test based on #325478.
oops.
* SqlConnection.cs: On 1.0 profile, IsolationLevel.Unspecified is
* SqlConnection.cs: Avoid unnecessary initialization. Use string.Empty
* SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
* libodbc.cs: Spaces to tabs. Code formatting.
Set eol-style to native.
* OdbcTransaction.cs: Use OdbcIsolationLevel enum value instead of
* DbTransaction.cs: Do not perform a rollback in Dispose (bool).
* OdbcTransaction.cs: Clear connection in Commit and Rollback.
* DbTransactionTest.cs: Enabled test for bug #325397.
* System.Data_test.dll.sources: Added DbDataAdapterTest.cs,
* WebProxyTest.cs: Remove unused fields.
* SwitchesTest.cs: Fixed compiler warning.
* RegexBugs.cs: No longer derive from deprecated Assertion class.
* DataColumn.cs: Fixed ParamName of ArgumentNullException. Modified
* RegexTest.cs: Removed. Test was already moved to the appropriate
* ThreadTest.cs: On 2.0 profile, enable > 0 tests for GetHashCode.
* SortedListTest.cs: No longer derive from deprecated Assertion class.
* StaticFileHandler.cs: Modified 404 message to match MS.
* TypeTest.cs: Added test for bug #336841. Code formatting.
* SortedListTest.cs: Fixed deserialization test to pass on MS.
* ResourceManager.cs: Removed temporary workaround for bug #43567.
* Makefile: Removed dependency on gmcs.exe.config. Fixes build.
* OdbcDataReader.cs: Code formatting, spaces to tabs.
* XmlConvertTests.cs: Added link to MS bug report.
* MonoWSDL.cs: Backport part of fix for bug #336739 to WSDL for
* SoapProtocolImporter.cs: Only output Required argument for
* EnvironmentTest.cs: Enabled test for bug ##333740.
* GroupTest.cs: Improved test for null argument check.
* RegexReplace.cs: Fixed line endings.
Set eol-style to CRLF.
* HttpRuntime.cs: Always return a path with trailing directory
* ApplicationHost.cs: On 2.0, also make PrivateBinPath an absolute
* ArgumentExceptionTest.cs: Added trivial ctor tests.
* InvalidEnumArgumentExceptionTest.cs: Added ctor tests.
* PropertyGrid.cs: Fixed default value for PropertySort. Allow invalid
* Label.cs: Make AutoEllipsis internal on 1.0 profile. Code
* PropertyGrid.cs: In PropertySort, update the toolbar buttons even if
* PropertyGridTest.cs: Enabled and improved PropertySort tests.
* ArrayTest.cs: Improved tests for IEnumerable<T> implementation.
* UriBuilder.cs: Fixed regression introduced by patch for bug
* Exception.cs: Cosmetic change to default exception message on
* FormTest.cs: Added reference to bug #339641. Remove CWLs.
* SoundPlayer.cs: Addded support for playing WAV files on Windows.
Set eol-style to native.
Fixed 1.0 profile build.
* SecurityElementTest.cs: Allow TestToString to pass on 1.0 profile.
* Application.cs: In ProductVersion first try AssemblyFileVersion
* Tds.cs: Round milliseconds for datetime. Fixes part of bug #323646.
* ResourceWriterTest.cs: Added ctor tests. Added tests for AddResource
* MemberDescriptor.cs: Spaces to tabs, code formatting.
* Typetest.cs: Added and improve tests for InvokeMember. Enabled test
* mjs.cs: Added support for /warn option. Ignore /target:exe, and
* AppDomain.cs: Added some obsolete messages.
* ComboBoxTest.cs: Enabled test for bug #331144.
* DataGridViewTextBoxCell.cs: Removed CWL.
* icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
* Enum.cs: Fixed ParamName of Argument(Null)Exceptions to match MS.
* Enum.cs: Provided ParamName of Argument(Null)Exceptions. Rewrote
* AssemblyInfo.cs: InternalsVisibleTo is 2.0 only. Fixes 1.0 profile
* UdpClientTest.cs: Fixed line endings.
* MenuStripTest.cs: Added test for bug #342358.
* WebClient.cs: Modified argument checks to match MS, and wrap
* corlib_test.dll.sources: added ExternalExceptionTest.cs.
* System_test.dll.sources: Added Win32ExceptionTest.cs.
* process.c: When ProcessStartInfo.ErrorDialog is true, pass window
* Process.cs: Modified StartInfo to throw ArgumentNullException when
* DirectoryTest.cs: Added (NotWorking) tests for bug #346123.
* LinkLabelTest.cs: Added tests for bug #344012, bug #346154 and
* LocalFileEventLog.cs: To allow entry to be fully written before
* certmgr.cs: Fixed reflection magic to look for ServerCertificates in
* HttpCookieCollectionTest.cs: Added test for string indexer and
* AppDomain.cs: Added check for null AssemblyName, and invalid
* icall.c (property_accessor_nonpublic): new function to determine
* TypeTest.cs: Added GetProperty and GetProperties tests for bug
* Process.cs: In PriorityClass setter, first check whether value is
* CheckoutException.cs: Provide customized message and error code
* Environment.cs: Bump corlib version.
* appdomain.c: Bump corlib version.
* driver.cs: Ignore the /nologo option instead of considering it to
* ExternalExceptionTest.cs: Improved ctor test.
* BinaryFormatterTest.cs: Added test for inherited fields. Code formatting.
* TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
* Consts.cs.in: Add corlib assembly name.
* corlib_test.dll.sources: added Consts.cs.
* codegen.cs: Allow AssemblyVersion with only major version component.
* Component.cs: Moved Site property before Container to match MS. This
* assembly.c (build_assembly_name): return FALSE if length of token is
* AssemblyBuilder.cs (UnprotectedGetName): Set the public key token
* codegen.cs: AssemblyName.GetPublicKey returns a zero-length byte
Fixed year.
* typemanager.cs: On 2.0 profile, GetPublicKeyToken returns an empty
* icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
* AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
* AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
* WebClient.cs: Do not add trailing CRLF in UploadValuesCore. Fixes
* X509Certificate2.cs: NotAfter and NotBefore must return local time.
Set eol-style to native.
Set eol-style to native.
* AppDomain.cs: Also fix bug #350530 for overload taking evidence and
* COMException.cs: Added missing colon in ToString.
* corlib_test.dll.sources: added ReadOnlyCollectionTest.cs.
* XmlParserContextTests.cs: Added ctor tests.
* TypeTest.cs: Added test for GetConstructor (Type []).
* CodeGeneratorFromCompileUnitTest.cs: Avoid using "", and use
* icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
* TypeBuilder.cs (GetConstructorImpl): Use GetConstructor on created
* assembly.c (build_assembly_name): add arg for passing the assembly
* AppDomainTest.cs: Added test for DefineDynamicAssembly overload
* EnvironmentCas.cs: Fixed line ending.
* codegen.cs: Use magic value for AssemblyBuilderAccess to instruct
* AssemblyBuilder.cs: Introduce magic value for AssemblyBuilferAccess
* TestGraphics.cs: Added test for bug #355141.
* FileVersionInfoTest.cs: Added set of (mostly notworking) tests for
* System.Runtime.Remoting_test.dll.sources: add TcpChannelTest.cs.
* ActivationTests.cs: Only stop server if it was actually created.
* ResourceWriter.cs: On 2.0 profile, do not mistakenly identify an
* System.Windows.Forms_test.dll.sources: Added ImageListStreamerTest.cs.
* PropertiesTab.cs: Fixed argument name of GetDefaultProperty to match
* System.Windows.Forms.dll.sources: Moved PropertiesTab.cs from
* IPAddress.cs (Parse): Changed argument name to match MS.
* CSharpCodeGenerator.cs: Avoid ArgumentNullException when
* ResXResourceReader.cs: Avoid unnecessary initialization of
* ResXResourceReaderTest.cs: Added Mono-only ctor tests. Fixed
* AccessibleObject.cs: Modified argument names to match MS.
* RegistryKey.cs: Added missing checks on length of subkey and value
* MethodInfoTest.cs: Numbered tests. Improved existing tests.
* Variant.cs: Fixed line endings.
* TypeTest.cs (InvokeMember_WithoutDefaultValue): Fixed assert to
* CharCategoryTest.cs: Fixed line endings.
Set eol-style to CRLF.
Set eol-style to native.
* HttpException.cs: Removed CWL.
* CodeGen.cs: Use original filename as base name for debug file.
* AppSettingsExpressionBuilder.cs: Improve exception messages. Return
* HttpException.cs: Avoid IndexOutOfRangeException when there are no
* class.c: Include Retargetable spec in assembly name.
* Assembly.cs: Use icall for ToString/FullName. Fixes bug #318231.
* DelegateTest.cs: Added incomplete set of (notworking) tests for
* DelegateTest.cs: Added more tests for CreateDelegate, dealing with
* CharConverterTest.cs: Added tests for ConvertFrom and ConvertTo.
Set eol-style to native.
* CharConverter.cs: Use trimmed value in FormatException.
* DriveInfo.cs: Removed debug code.
* AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
* DesignerAttribute.cs: To match MS, throw NRE when designerTypeName argument
* ResourceManager.cs: Default to RuntimeResourceSet for all ctors.
* RuntimeResourceSet.cs: On 2.0 profile, throw ObjectDisposedException
* libodbc.cs: Always use unicode version of ODBC functions. Fixes part
* DataViewSettingCollection.cs: Corcompare fixes and code formatting.
* DbDataAdapter.cs: Corcompare fixes and code formatting.
* DataSet.cs: Corcompare fix.
* OdbcErrorCollection.cs: Corcompare fixes and code formatting.
* DataContainerTest.cs: Code formatting.
* DictionaryBase.cs: Restore previous behavior of indexer for the
* OdbcTransaction.cs: Use internal CreateOdbcException method on
driver.cs: Only define versioninfo resources if no win32 resource
* Win32Resources.cs: On 2.0 profile, initialize fixed info to empty
* FileVersionInfoTest.cs: Enabled tests that previously failed.
* 82078.xsd: Added new complex type as test for duplicate field
* XmlAttributeTests.cs: Use Assert instead of deprecated Assertion
* XmlDocumentTests.cs: Fixed line endings.
* XmlCodeExporterTests.cs: Remove CWL.
* cormissing.css: Allow nested enums and parameters to be collapsed.
* mono-api-diff.cs: Output type for extra classes, to allow it to
* cormissing.css: Properly indent parameters. Added support for
Set eol-style to native.
* TODO: Removed, as all items are obsolete.
* Makefile: Removed TODO from DISTFILES.
Modified argument name to fix corcompare error.
* PropertiesTab.cs: Modified argument name to fix corcompare error.
Fixed commit date.
* BindingContext.cs: Changed argument names to fix corcompare errors.
* WebBrowserBase.cs: Added missing attributes and fixed attributes.
* X500DistinguishedName.cs: Fixed line endings.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
* driver.cs: Use Mono.Security.StrongNameManager to perform strongname
Fixed comment.
* library.make: hidden -bootstrap option for gacutil is no longer
* File.cs: Changed argument names and thrown exception to better match
* DirectoryInfo.cs: Added new internal ctor, which takes a bool that
* Application.cs: Fixed ProductVersion to fallback to the assembly
* FileWebRequestTest.cs: Now that we have proper locking for file
* FileVerionInfoTest.cs: Enabled test for bug #374600.
* cormissing.js: Added support for argument classes.
* ControlTest.cs: Enabled test for bug #330501.
* DataRowView.cs: Modified argument names to match MS. Use
* DataColumnMappingCollection.cs: Modified argument names to match
* OdbcParameterCollection.cs: Changed argument names to match MS.
* OleDbDataAdapter.cs: Changed argument names to match MS. Removed
* SqlBulkCopyColumnMappingCollection.cs: Changed argument names to
* SqlDecimal.cs: Changed argument names to match MS. Code formatting.
* SqlDateTime.cs: Changed argument names to match MS. Code formatting.
* HttpResponse.cs: Use double quotes in link to match MS.
* MethodOnTypeBuilderInst.cs: Added overrides for ReturnType and
* MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
* DictionaryTest.cs: Added not working tests for bug #384723. Spaces
* DirectoryTest.cs: Do not use ExpectedException to avoid false
* corlib_test.dll.sources: Added ConstructorOnTypeBuilderInstTest.cs.
* VBCodeGenerator.cs: Fixed generated code for abstract properties.
* ConstructorBuilderTest.cs: Use Assert class instead of deriving from
* OracleTransaction.cs: Corcompare fixes for 2.0 profile. Implemented
* CSharpCodeGenerator.cs: On 2.0 profile, add support for params
* TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
* FieldBuilder.cs: Added null check for type.
* corlib_test.dll.sources: Addd MethodBaseTest.cs.
* VirtualPathProvider.cs: Removed debug code.
* Tds.cs: Do not return 0 for decimal/numeric columns with value NULL.
* SqlDataReader.cs (GetInt64): Removed workaround for TDS 7.0 handling
* TypeBuilder.cs (IsAssignableTo): When an interface is passed as
* mono-api.xsl: Added support for event accessors.
* String.cs: Changed exception to match MS. Fixed ToCharArray to use
* String.cs: Comment out 2.0 compatibility fix for SubString, since it
* StringTest.cs: Added/improved tests for ToLower and ToUpper.
* Bitmap.cs: Changed argument names to match MS. Changed spaces to
* GraphicsPath.cs: Changed argument names to match MS. Changed spaces
* ColorMatrix.cs: Changed argument names to match MS. Changed spaces
* Bitmap.cs: Changed argument names to match MS.
* SqlConnection.cs: Added support for '.' as alias for localhost.
* ServiceContainer.cs: In AddService, first check parent and end flow
* WebTest.cs: Fixed compilation using csc 1.x.
* PageInvoker.cs: Fixed line endings.
* HtmlAnchor.cs: Do not render empty name, target or title attribute.
* PropertyInfoTest.cs: Added test for bug #399985.
* TimerTest.cs: Removed NotWorking category from TestDisposeOnCallback
* PageTest.cs: Fixed compile error on MS (as it does not list the
* ServiceContainerTest.cs: Added tests for Dispose.
* Path.cs: Fixed exception arguments to match MS. Removed obsolete
* MarshalTest.cs: Added tests for GetHINSTANCE. Improved existing
* ModuleBuilderTest.cs: Added test for DefineType with interface as
* ConfigurationExceptionTest.cs: Added ctor tests.
* DictionarySectionHandler.cs: Fixed line endings.
* ApplicationSettingsBaseTest.cs: Fixed line endings.
* ConfigurationErrorsExceptionTest.cs: Added tests for ctors and
* DiagnosticsConfigurationHandler.cs: On 2.0 profile, throw
* System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
* EventDescriptorCollectionTests.cs: Enabled tests for Empty, Find and
* OracleDataAdapter_FillSchema_DsSt.cs: Ignore tests when not compiled
* Tds70.cs: Avoid accessing TdsDataColumnCollection indexer.
* Makefile: added test t46.
* t46.cs: Improve test coverage.
* data/net_1_1/machine.config: Ignore system.windows.forms section.
* ConfigurationManagerTest.cs: Added/improved tests for
* HttpListener2Test.cs: Added test for multiple responses.
Fixed typo.
* PropertyDescriptorCollectionTests.cs: Allow tests for pass on MS.
* OdbcDataAdapterTest.cs: Added test for UpdateBatchSize.
* SqlCommandTest.cs: Removed extra tabs. Update bug number.
* DataRow.cs: Added missing null checks. Cosmetic changes to exception
* DataColumnCollectionTest.cs: Added test for Add (String) with null
* ConstraintCollectionTest2.cs
Missed this one.
* DataRelationTest.cs
* Tds50.cs: Avoid accessing TdsDataColumnCollection indexer, and
* Tds.cs: Avoid accessing TdsDataColumnCollection indexer. On 2.0
* TdsConnectionPool.cs: On 1.0 profile, use object[] for list of
* TreeViewTest.cs: Add test for bug #406449.
* TdsConnectionPool.cs: When pooled connection cannot be reset, remove
* Tds50.cs: Fixed compiler warning. Removed extra tabs, and changed
* Tds70.cs: Removed extra tabs, and changed spaces to tabs. Code
* SqlException.cs: Modified HResult/ErrorCode to match MS. Removed
* PictureBoxTest.cs: Added (notworking) test for ImageLocation.
* TextBox.cs: Fixed NRE in LostFocus. Avoid unnecessary initialization.
* PictureBoxTest.cs: Split up ImageLocation test in sync and async
* OracleDataAdapter_FillSchema_DsSt.cs: Moved initialization of
* OracleDataReader_GetDateTime.cs: Moved initialization of
* ListViewItemTest.cs: Added ListViewSubItem (de)serialization tests,
* DataRowTest2.cs: Improved int indexer test for setting value of
* DataTableTest.cs
* XmlDataLoaderTest.cs: Use temporary file in TEMP dir instead of
* ListVewItemTest.cs: Fixed tests.
* LosFormatter.cs: Avoid using Position when stream is unseekable.
* ListViewItem.cs: Changed binary serialization to match MS. Fixes
* ListViewItemTest.cs: Marked SerializeExact_Mono as NotWorking to fix
* StringValueConverterTest.cs: Added test for StringValueConverter.
* AssemblyInstaller.cs: Fixed argument name to match MS.
Set eol-style to native.
* Consts.cs.in; Update FxFileVersion and VsFileVersion for 2.0 SP1.
* HttpWebResponse.cs: Initialize contentLength in ctor, as it must
* WebBrowser.cs: Removed debug output.
* X509CertificateTest.cs: Added asserts for Subject and Issuer.
* HttpCachePolicy.cs: Only add Expires header if expire date is
* HttpCachePolicy.cs: Removed extra tabs and regions. Code formatting.
* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
* ConnectionManager.cs: Fixed exception message. Code formatting.
* SqlNotificationRequestTest.cs: Added ctor and property tests.
* SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
* SqlCommandTest.cs: Moved tests that do not require connection to
* SqlConnection.cs(ChangeState): Return immediately when new state
Flush
* SqlConnection.cs: Use null as default value for connectionString
* SqlCommand.cs (Connection): Do not throw InvalidOperationException
* SqlCommand.cs: (Transaction): On the 1.0 profile, do not allow
* SqlCommand.cs: Avoid NRE in CloseDataReader when connection is NULL.
* SqlCommand.cs: Added bool argument to ValidateCommand to specify
* SqlCommand.cs: Fixed param name in ArgumentException for negative
* SqlCommand.cs: Fixed order of arguments for ArgumentException in
* SqlCommandTest.cs: Enabled test for bug #412569.
* FormEventTest.cs: Modified several tests to no longer require manual
* mini-x86.c (mono_arg_get_argument_info): Rename last occurrence of
* TraceListenerTest.cs: Added test for GetSupportedAttributes.
added test for bug #413203.
* SoapHexBinary.cs: In Byte [] ctor, actually save the value. Fixes
* Icon.cs (InitFromStreamWithSize): Move init of iconDir.idCount
* TestIcon.cs: Ignore test for bug #410608 on Unix, since it depends
* TestIcon.cs: Modified test for bug #410608 to work around bug
* TestIcon.cs: Add test case for bug #415581.
Removed empty dir.
* AssemblyInfo.cs: ComVisible attribute only applies to 2.0 profile.
* BinaryServerFormatterSink.cs: Fixed argument name to match MS.
* System.Runtime.Remoting_test.dll.sources: add SocketCachePolicy.cs.
* ServiceProcessInstaller.cs: Fixed argument name to match MS. Code
Revert part of r110042.
* IpcChannel.cs: Fixed argument names to match MS.
Removed extra spaces that I introduced.
* Boolean.cs
* IServiceProvider.cs: Added ComVisible attribute (1.0 only).
* corlib.dll.sources: Removed ReflectionSerializationHolder.cs.
Set eol-style to native.
* KeyInfoX509DataTest.cs
* DataTableTest2.cs: Added test for LoadDataRow with readonly columns.
* SqlConnection.cs: Convert keywords to lowercase instead of uppercase
* SqlConnection.cs: Use constants for min/max values. When value is
* DataViewTest2.cs (DataViewManager): Check for reference equality
* StreamWriter.cs: Removed duplicate argument checks from .ctor taking
* StreamWriter.cs: Change argument check for buffersize to require
* StreamWriterTest.cs: Removed Constructor2_Path_Whitespace test, as
* StreamWriterTest.cs: Only check paramname for buffersize exception on
* ExceptonTest.cs: Added GetObjectData and deserialization ctor tests.
* ExceptionCas.cs: Sync with method name change in ExceptionTest.cs.
* SmtpClient.cs: Fixed paramname of Argument(Null)Exceptions to match
* console-io.c: Removed debug output.
Removed merge failure leftover.
* Control.cs: Do not modify bounds directly in .ctor's. Fixes bug
* ResXFileRefTest.cs: Fixed/added attributes on SetUp and TearDown
* ListBoxTest.cs: Added tests for SetItemsCore. Added and improved tests
Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
* System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
* ConfigurationManagerTest.cs: Added test for bug #323622.
* DiagnosticsConfigurationHandler.cs (AddTraceAttributes): Avoid
* PerformanceCounter.cs:
* CustomizableFileSettingsProvider.cs (LoadPropertyValue): Do not
* HttpResponse.cs: Simplify code for outputting ASP.NET version, as
Fixed reference to bug number.
* ImageListTest.cs: Improved test for ICollection.CopyTo.
* XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).
* TypeDescriptorTests.cs:
* HttpWebRequestTest.cs: Added test for bug #429200.
* EventLogTest.cs: Fixed compiler warning.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
Set eol-style to native.
* HttpWebRequestTest.cs: Fixed test for bug #429200.
* cs1007-2.cs: New test from bug #436792.
* SqlConnectionTest.cs: Added test for bug #383061.
* TdsConnectionPool.cs: Added TdsConnectionPoolManager.GetConnection
* SqlConnection.cs (ClearPool): Added null check.
* Tds70.cs: Support writing negative (small)money values. Added
* SqlCommandTest.cs: Added tests for bug #428139. Added test for
* SqlCommandTest.cs: Added (SMALL)MONEY rounding tests.
* RegexBugs.cs: added test for bug #443841.
* SettingPropertyValue.cs: Do not return null for zero-length String
* test-695.cs:
Removed svn:executable.
* NoParamsInvoker.cs:
* SqlDbType: Added Date and Time (2.0 only).
* DataTableTest.cs: Allow NFIFromBug55978 test to pass when MONO_PATH
* BinarySerializationTest.cs: Change culture for culture-sensitive
* SqlStringTest.cs: Change spaces to tabs. Restore original culture
* SqlGuidTest.cs: Fixed line endings.
* SqlDecimalTest.cs
* XmlDataDocumentTest.cs: Change spaces to tabs. Removed CWLs.
* DbCommandBuilder.cs: Return a zero-length string when QuotePrefix or
* OdbcCommandTest.cs: Added test for bug #341743.
* DbCommandBuilder.cs: Fixed default value for ConflicOption.
* DbCommandBuilder.cs: When CatalogSeparator or SchemaSeparator are
* SqlXmlTest.cs: Minor improvements to tests. Marked tests as
* DataTools.cs
Set eol-style.
* DBConcurrencyException.cs: Marked .ctor taking DataRow [] as
* Tds.cs (LoadData): Improve exception message when attempting to
* Tds.cs (LoadData): Improve exception message when attempting to
* SqlConnectionTest.cs: Improve Database test.
* app-default.config: Renamed to app-net_1_1.config, and added
* System.Data_test.dll.sources: Added SqlCommandBuilderTest.cs
* TdsMetaParameter.cs: Define delegate for performing conversion for
* SqlParameter.cs: When setting ParameterName or sourceName to
* SqlParameterTest.cs: Added .ctor tests. Improved
* SqlCommandBuilder.cs: Only set SourceColumn for null check
* SqlCommand.cs: Moved connection reset before the throw.
* SqlDataReader.cs: Removed unused dataTypeNames, and
* SqlCommandBuilderTest.cs: Improve Get*Command tests.
Save as UTF-8.
* DataReaderTest.cs: Added tests for GetChars, GetOrdinal,
* Tds.cs: Added IsWideType method.
* SqlCommandBuilder.cs (RefreshSchema): Clear commands.
* SqlDataReader.cs: Added GetSchemaRowDbType overload for
* Tds.cs: Support detecting NULL value when sequentially reading
* SqlCommandBuilderTest.cs: Improved tests to also check
* DataReaderTest.cs: Added tests for GetValue. Improved test
* HandlerFactoryConfiguration.cs: Allow handlers with non-public
Improve test to also cover specifying value in .ctor.
Use existing sp for testing bug326182.
Improved test for DeriveParameters.
Added sp with mix of input and output parameters.
* TdsMetaParameter.cs: Modified signature of delegate to also allow
* SqlParameter.cs: Renamed isDirty to typeChanged; it is now now only
* SqlCommandBuilderTest.cs: Improved DeriveParameters test.
Added input param to sp_326182b.
* OdbcCommand.cs: Do not allow negative CommandTimeout. Reject invalid
* DataReaderTest.cs: Added indexer tests. Added/improved GetBytes
* OdbcDataReader.cs: Fixed GetBytes with limited length. Added reader
* SqlCommandTest.cs: Added test for bug #470579.
* HttpListener2Test.cs: Make tests quiet.
* UTF32Encoding.cs: Added missing argument check in GetByteCount
* UTF32EncodingTest.cs: Added tests for GetByteCount overloads.
* Control.cs: Make IsViewStateEnabled available on 1.0 profile
* HttpWebRequestTest.cs: Added Not-Modified-Since test. Updated
* Uri.cs: Moved UriKind check from TryCreate to exception-less .ctor,
* DnsTest.cs: Use Assert syntax, and spaces to tabs. Added tests
* Convert.cs: Do not throw InvalidCastException if IConvertible.ToType
* ConvertTest.cs: Avoid false positive in ChangeType test.
* app-net_1.1.config: Added ClientVersion to Engine section. Added
* HttpResponseTest.cs: Added tests for bug #485557 and #488702.
* HttpRuntime.cs: Avoid ANE on Windows when HttpRuntime is used
* CookieContainer.cs: Provide meaningful information in exception
* XmlSchemaTests.cs: added tests for bug #502115.
* XmlResolverTest.cs: Fix ResolveUri test on Windows when current
* HttpWebRequestTest.cs: Added tests for bugs #465613, #510661,
* bug-508538.cs: New regression test for bug #508538.
* ContextStack.cs: Added argument check to Type indexer, avoiding a
* corlib_test.dll.sources: Added test for InternalVisibleToAttribute.
* WebClient.cs: Use lowercase hex bytes to match MS. Avoid using
* HttpListener2Test.cs: Added test for bug #513849.
* SocketResponder.cs: Made a little more robust.
* HttpWebRequestTest.cs: Improved and enabled test for bug #510642.
* System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
* SocketTest.cs: Added tests for argument checks, and improved tests
* HttpWebRequestTest.cs: Added tests for bug #511851. Added tests
* HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
* WebConnectionStream.cs: Move and improve argument checks to match MS.
* XmlSchemaTests.cs: Fixed tests for bug #502115.
* BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
* HttpResponseStream.cs: Added argument checks to Write. Modified
* ContainerTest.cs: Added tests for Add, Dispose, ValidateName and
* Container.cs: Avoid NRE in Remove and RemoveWithoutUnsiting.
* Container.cs: Use generic list on 2.0 profile, and avoid using var
* BinderTests.cs: Modified SelectMethod_ByRef and BindToMethod_ByRef
* Container.cs: Replaced for loop with for loop.
* TdsConnectionPool.cs: Fixed typo in ResetConnectionPool.
* SqlParameter.cs: Improved support for SqlValue and SqlTypes.
* SqlCommandTest.cs: Improved test for invalid statement to cover
* SqlParameter.cs: Modified ConvertToFrameworkType to only perform
* SqlParameterTest.cs: Improved tests for bug #382589.
* app-net_1.1.config: added engine config for SQL Server 7.0. Fixed
* SqlParameter.cs (ConvertToFrameworkType): Only wrap FormatException
* SqlCommandBuilderTest.cs: Fixes for SQL Server 7.0 / TDS 7.
* SqlDataReaderTest.cs: Fixes for SQL Server 7.0 / TDS 7. Avoid
* sqlserver7.sql: Added script for SQL Server 7.0, with unicode
Gleb Novodran (1):
Initial implementation
Gonzalo Paniagua Javier (4607):
* IntegerFormatter.cs: added workaround for bug #22668. First patch to
2002-03-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Some changes to behave as MS does.
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Ooops
Forgot ChangeLog
2002-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
One-liner in the comments of decimal2string ()
2002-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added target 'clean' so as make clean in the parent directory does not fail.
2002-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-05-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Changed May 31st news
2002-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed link to CVS browsing
2002-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Updated to reflect current status, roadmap and how to help
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed typo.
2002-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed backup file. Thanks Juli!
2002-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
slightly changed view_state generation to allow multiple calls getting the same value.
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot...
2002-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at gnome-db.org>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed compilation.
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
MonoTODO in LoaderOptimization
2002-07-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Crap, forgot to compile it. Fixed compilation
2002-07-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added UserControl.cs
2002-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added SystemColor.cs
2002-07-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Use Attributes in Style
2002-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added a missing ;
2002-07-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
commented out attribute
2002-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Reverted my previous patch
2002-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-07-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
*** empty log message ***
2002-08-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed typo
changed CR/LF by CR and added GlobalizationConfiguration.cs
2002-08-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
flushed
2002-08-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
doh!
2002-08-17 Eduardo Garcia Cebollero <kiwnix at yahoo.es>
Removed double tests ?!
i'm dumb
2002-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Some updates to ASP.NET page
2002-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Updated list file
Added FormatterServices.cs
2002-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixes
added System.Runtime.Remoting
2002-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed debugging stuff
Removed BinaryArrayTypeEnum.cs. The file does not exist
2002-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed warning
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added CompilerError.cs
added )
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed. It's almost the same as InternalCopyTo in string-icalls.c
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Moving this file to System.Runtime.Remoting.dll
added TcpServerChannel.cs
Moved from System.Web.Utils to System.Web.Util
*** empty log message ***
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added 'clean' target to build file
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added IHttpMapPath.cs
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Oops
Added clean target.
2002-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed stuff included by mistake in my last commit.
2002-09-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2002-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed Sample.cs
2002-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added new stub
2002-09-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added list file and 'disabled' build with mcs
2002-09-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Actually build PEToolkit on unix
2002-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
implemented DefaultBinder and GetDefaultMembers
2002-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Make it build on unix
2002-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Little fix to clean target for PEToolkit
2002-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2002-09-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
little fixes
removed double topdir definition
2002-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added a few \n to the --help output
2002-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ChangeLog
2002-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix for bug #31730
2002-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
windoze
2002-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed unneeded stuff
Added appSettings
2002-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added new files in System.Data.Odbc
2002-10-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Update asp.net status
2002-10-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
sleep time is again 500ms
2002-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added WebTrace.cs
style
2002-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
style
2002-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
reference System.EnterpriseServices
added clean target
2002-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
System.Data depends on System.EnterpriseServices
2002-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
lalala
2002-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot these 3. WebEncoding.
Mono.Data.TdsClient.dll does not build on unix. Removing it by now.
2002-10-28 Gonzalo Paniagua Javier <gonzalo at gnome-db.org>
no NUnit tests in this assembly yet
2002-10-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
changelog
2002-10-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added missing files
style
2002-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
upload this test here
return false instead of throwing exception
2002-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
style
2002-11-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops. commited the wrong file.
2002-11-02 Gonzalo Paniagua Javier <gonzalo at gnome-db.org>
2002-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2002-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added missing files
little fix
2002-11-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed echoes
2002-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed trailing \
2002-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
flush
2002-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
object
2002-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Hope this is the last commit of the saga
Added missing file
2002-11-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added files
2002-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot changelog
2002-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added missing file
Added missing TODOAttribute
2002-11-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Changed backslash to /
2002-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Patch from dietmar that fixes stack unwinding for functions that call mono_stack_walk
2002-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated asp-net page
2002-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed teh build
don't cp on windows
2002-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
frees memory if it cannot load the specified assembly
Removed System.Configuration.Install from the build. It does not build.
Fixes the build on windows. Someone should check if this is correct.
fixed System.Configuration.Install and readded to the build
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Oops, now I unveiled my secret debugging tricks ;-)
2002-12-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this one
2002-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgotten in last commit
2002-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added ErrorLevel.cs
new sections
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops. Typo
updated list file
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated list file
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
check the _controls is not null
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Changes by Daniel Cazullino.
This class is already in System.dll
removed Process.cs
fixed the build on windows
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot this.
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed typo
2003-01-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added XmlDiffLoader.cs
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this one
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated version
Fixed the build
2003-01-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added assembly to some type names
2003-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed Console.WriteLines
2003-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed #line default
2003-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed type-reflector from install
2003-01-21 Tim Haynes <thaynes at openlinksw.com>
2003-01-21 Tim Haynes <thaynes at openlinksw.com>
2003-01-21 Aleksey Demakov <avd at openlinksw.com>
2003-01-22 Zdravko Tashev <ztashev at openlinksw.co.uk>
2003-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed CS0642s
2003-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
2003-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
compilation fix
2003-01-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added a few methods needed to compile s.w.f in *nix
2003-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed typo
oops. this is a bug in mcs
2003-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-04 Tim Haynes <thaynes at openlinksw.com>
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops.
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
InternalUnload is private
Initial check-in
2003-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
really remove Font.cs
2003-02-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot this one.
Fixes the build
2003-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
No comments.
2003-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this one
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added 'clean' target
Return the default context when no context set. Thanks to Patrik.
2003-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Reverted last patch. It breaks configuration reading
2003-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops. Thanks to danmorg for pointing this out.
2003-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added 3 missing assemblies for windows install target
documented MONO_CFG_DIR environment variable
2003-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
the cvsroot's been changed to 'mono'
2003-03-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
New assembly and new class.
2003-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
use the freshly built mcs.exe
Added missing file
2003-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Aleksey Demakov <avd at openlinksw.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
2003-03-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed the build
Commiting this for Sebastien
Committing for Sebastien
reference System
Sorted and added a few files that we already have
2003-03-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops. did the commit in the wrong tree
Stubbed all of these
2003-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
windows build fix
the fix of the week. Don't miss it.
2003-03-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-15 Lluis Sanchez Gual <lluis at ideary.com>
updated list file
2003-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added MONO_CONFIG
2003-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixes by George Kodinov <gkodinov at openlinksw.co.uk>
2003-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the build. MonoTODOAttribute is internal
2003-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
little oops with virtual path
2003-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed the comment and the build
2003-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Throw exception is no 'special' char found. Parse the port number using UInt32
Isolated MS bug and added 1 more test
fixed the build in linux
Fixed windows build
2003-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
referenced the same assemblies in .build and makefile.gnu
fix the build
8 spaces -> tab
2003-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added install target and update makefiles
2003-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-26 Aleksey Demakov <avd at openlinksw.com>
2003-03-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixety fix
Fixety fix
The nunit2 dll is now in class/lib
Exclude System.ComponentModel.Design.Serialization from the windows build to avoid breakage
2003-03-31 Stefan G�rling <stefan at gorling.se>
2003-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot this one
--target library
*** empty log message ***
2003-04-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot this
moved to its own module
remove nunit-gtk dir
2003-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added myself
Make it work again
2003-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added my *ahem* picture
2003-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed writeline
2003-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
little tweak to prevent 2 seconds pause when no finalizers pending
2003-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added 3 new files
2003-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
It's official: I gotta sleep
2003-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added RuntimeEnvironment.cs
2003-04-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added /unsafe
2003-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
*** empty log message ***
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed test file
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Set the assembly version correctly
CompilerParameters.ReferencedAssemblies do not have a set accessor
2003-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added section
fixed non ASCII chars
added new handler for machine.config
2003-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Don't use -C here
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added Lupus' bug check list to be used when reporting bugs
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Really revert Jaime's patch
2003-05-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
don't exclude these 2 files any more
renamed SessionStateModule to Session
2003-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed writelines
2003-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
GONspell
2003-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Ignore test that doesn't work under windows.
2003-05-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Copy the signature file to ../lib
forgot this one
2003-05-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added entry for Joshua's changes
2003-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
mmm, mcs does not compile this. csc does.
2003-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-05-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
small update
2003-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed compilation of sample
2003-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Reworked HttpWebRequest and related classes.
Crap. Forgot to restore the original timeout value. I knew it was gonna happen.
added authentionModules and defaultProxy sections
csc complained about this
2003-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
This compiled ok with mcs. Preparing bugreport.
Added webRequesModules configuration. Thanks to Lluis for pointing this out
2003-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Really fix partial reads.
2003-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
implementation and fixes by Andreas Nahr.
2003-06-23 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Forgot these
2003-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated monocharge URL
2003-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-06-25 Eric Lindvall <eric at 5stops.com>
2003-07-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added System.DirectoryServices
Added system.web/webService section
added WebServicesConfigurationSectionHandler.cs
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
aaaaargh
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed typo
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
changed version to 0.25.99
2003-07-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
somehow, this does not compile with csc
2003-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added a couple of files
More on ApplicationBase
2003-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added TODOAttribute.cs
added test target
added missing / in <remarks>
Fixed typo. Thanks to Sam Clegg <sam at superduper.net>
added 10040 - message too long
2003-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed Console.W
2003-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added bug report number
Ugh. Applied the wrong patch. Thanks again, Eric
class status fixes
2003-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Nothing escapes from Lluis' sight
sigh, i need more sleep :)
2003-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed namespace
2003-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Arrrgh. Wrong Eri[kc]
Forgot to add this
2003-07-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
New build system from Peter Williams (peter at newton.cx)
New build system from Peter Williams (peter at newton.cx)
New build system from Peter Williams (peter at newton.cx)
New build system
done
Fixed AssemblyInfo.cs directory
Missing file
*** empty log message ***
Install the libraries with 755 permissions
*** empty log message ***
Updated URLs. Thanks to Sam Clegg.
Updated
2003-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added a few CLSCompliant attributes needed
Renamed file to match the class name
Removed sample channel implementation files from the build
2003-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added new assembly to hold utility classes related to Http protocol
2003-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Changed USE_... by NET_1_X
update
2003-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
small fixes
fixlets
2003-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
install-local depends on the programs too
It has not been funny
2003-07-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-07-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added .ashx files support
2003-08-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Excluded these 2 files. Fixed compilation.
The set of /nowarn arguments is now set on a per library basis
2003-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this one
2003-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
don't exceed the maximum number of worker threads
2003-08-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix credits
2003-08-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-15 Jaroslaw Kowalski <jarek at atm.com.pl>
2003-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed dist target and updated version
2003-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Console.WriteLine strikes back
2003-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed the build on win
added rss -> text/xml mimetype
2003-08-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new MONO_DEBUG env. var.
2003-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added gthread
2003-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
console
Undo workaround. Zoltan fixed it.
2003-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Don't ask. Somehow this fixes compilation with csc 1.0
2003-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
readded sqlsharp.exe
2003-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
no need to allocate new array
Lluis needed some fixing
Check for null
2003-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Reverted patch by Eric.
2003-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix xsp version
updated asp.net page
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed suse links
2003-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
sigh
2003-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixed test build on windows
br
2003-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
2003-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
report about ICU
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added webControls section
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Decrypt file.
2003-10-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed list.unix files
2003-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added system.web/compilation section
2003-10-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Got tired of that warning
Added myself
Arghh
2003-10-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Reference ../Mono.Security.Tls/System.Security.dll to let plain 'make' work
2003-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added uninstall target
2003-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-19 Joerg Rosenkranz <joergr at voelcker.com>
2003-10-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix typo when locking
2 typos in error message
fix deserialization. thanks to lluis.
2003-10-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-10-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed duplicate file name
2003-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Ooops. Forgot to enable globalization section
2003-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Throw a plain Exception here
2003-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ay
2003-11-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
version
2003-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated to use new compare utils
bah
2003-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added System.Web.Services
2003-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Build fix on windows
2003-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added print-stack to DIST
2003-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
max_interface_id+1
2003-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
corlib->mscorlib
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Some benchmarks for ValueType Equals () and GetHashCode
assign correct parent for inner attributes
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix typo
forgot this one
2003-11-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
use Paolo's benchmark
2003-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed message in exception
2003-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
New tests
2003-11-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added httpRuntime section
2003-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix build on windows.
Fix build on windows
2003-11-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Updated LAMESPEC
2003-11-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix compilation for gcc 2.95
2003-11-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Shit happens
2003-11-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix typo
2003-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
re-added class-status.html (it was empty in go-mono.com). Fixed make clean.
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update changelog
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added DigestClient
fix typo
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update version
2003-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated version
Updated version
Removed obsolete files
2003-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix build on windows
2003-12-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added NtlmClient
Added NtlmClient to authentication modules
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Cannot preauthenticate
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
GetTempPath () ends in Path.DirectorySeparatorChar
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Remove Console.WriteLine
Avoid warnings
2003-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
entry
2003-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed Console.WriteLine
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
distribute browsercaps-updater.exe
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-16 Joerg Rosenkranz <joergr at voelcker.com>
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
typo
2003-12-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot cvs add
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated asp.net testing info
2004-01-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
reenabled Mono.Posix
remove generated files
2004-01-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added customErrors handler
2004-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added system.web/pages section
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-12-23 Jaroslaw Kowalski <jaak at zd.com.pl>
2004-01-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
install config, not config.in
2004-01-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Changed line endings
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix windows build
shame
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
documented MONO_MANAGED_WATCHER
MONO_MANAGED_WATCHER
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Small fix for test
2004-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
don't create the ManualResetEvent in the constructor
updated browser capabilities file
2004-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
mscorlib assembly is in our corlib directory
2004-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
stylized
upgrade version
stylized
2004-02-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-01-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
aaargh
more
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Thanks Lluis for noticing this.
2004-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Typo
2004-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Remove utf8 markers in wrong place. Fixes bug #54493.
2004-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
s/doc\//web\//g
2004-02-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Workaround weird bug #54839 in mcs
2004-02-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated
2004-02-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-27 Jaroslaw Kowalski <jaak at zd.com.pl>
2004-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Documented MONO_CODEDOM_NODELETE
updated browser capabilities file
define HAVE_GC_ENABLE for included libgc
2004-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-09 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-09 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-10 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-10 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added MONO_DISABLE_AIO
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
oop
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added new test
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Typo
2004-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot these
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
more build fixing
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Typos
2004-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-17 Francois Beauchemin <beauche at softhome.net>
2004-03-17 Francois Beauchemin <beauche at softhome.net>
2004-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
0.31.99
0.31.99
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this from George's patch
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated changelog
2004-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Don't dispose the handler
2004-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added socket-wrappers.h
2004-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the build on windows
2004-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed debugging output
2004-03-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Small patch from Gert to match MS
2004-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
lalala
2004-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Oops. This is for the ChangeLog entry on day 2004-03-27. Fixes bug #56080.
2004-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added comment on bug related to last change here
2004-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-16 David Sheldon <dave-mono at earth.li>
2004-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
xsp 0.10 and mod_mono 0.8 released
use 'exec'
2004-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
xsp 0.11
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix the build on windows
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed unused fields
Warnings
XSP 0.12
Documented -main
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
dum
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed XML link and added one for crypto
2004-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
no need to have gacutil.exe here. Reference System.Xml for EnumCheck.exe
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
undo. it doesn't fix anything
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-29 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
move previous 2 lines after checkig that we have no cycles
2004-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added version and publickeytoken
updated
2004-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
use g_ascii_strncasecmp. g_strcasecmp is deprecated.
2004-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
1.1 -> 1.0
2004-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed ^Ms
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update MONO_DEBUG
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
<pre> 12px
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ordered last 'In the news' by date
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed obsolete comment
2004-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Attempt to fix cyclic dependency issues.
0.91.99
0.91.99.0
2004-05-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Version
2004-05-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added cleanassemblies target to remove all dlls and exes
Don't try 2.0 on windows. It does not built yet.
lazy Canadians... ;-)
2004-05-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update win. installer
Cscompmgd -> cscompmgd
2004-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed Consoles and ^Ms
Removed Consoles and ^Ms
2004-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed extra <tr>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Got rid of those Internal(1) warnings
2004-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix ChangeLog entry to tell the truth
2004-05-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
warnings
added comment to m_value field
2004-05-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed comment
2004-05-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
no more IsEmptyString
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
*** empty log message ***
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Details...
fixed 59051
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
long time...
2004-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update and cleanup
update version
2004-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
*** empty log message ***
2004-05-30 Gert Driesen (drieseng at users.sourceforge.net)
2004-05-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-05-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
tired of those ^M
2004-05-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
missing 3 comments
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Replace only \n by <br>, not \r\n
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fixed link text for mod_mono
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added system.web/clientTarget handler
2004-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
windows installer is only for win2k and above
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed ^M added in the last patch
2004-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
style and ^Ms in last patch from Alon
updated with hints on attaching a file
2004-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
MONO_CODEDOM_NODELETE is MONO_ASPNET_NODELETE now
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
details, details
2004-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Don't copy Mono.CSharp.Debugger on windows as it's not built
LN_S should be just cp on windows
virtuoso
2004-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
aded a few default clientTargets
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
uploaded windows beta3 installer
2004-06-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
enable Mono.CSharp.Debugger on windows
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Store browscap.ini as a text file
2004-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Same thing as in HEAD.
2004-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-08 Pablo Baena <pbaena at gmail.com>
2004-07-08 Pablo Baena <pbaena at gmail.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2004-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2004-07-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2004-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
hit ]
2004-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-07-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
same fix as HEAD
2004-08-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Same fix as in HEAD
2004-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
same fix as in HEAD
2004-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
same fix as in HEAD
2004-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
1.0.1
fixes from HEAD
2004-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
same fix as in HEAD
2004-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
* Control.cs: don't create the EventHandlerList until requested.
* Control.cs: don't create the EventHandlerList until requested.
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
s/Behaviour/Behavior/g Fixes bug 67261
s/Behaviour/Behavior/g Fixes bug 67261
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed Console
2004-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgotten
2004-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from HEAD
oops
2004-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Removed files that are down net_x_x now
2004-10-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update
updated
2004-11-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Forgot this
2004-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Renamed!!! :)
2004-11-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Backported the following fixes from HEAD:
2004-11-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
sigh
2004-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
firefox is here!
2004-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
2004-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
eol
2004-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated entry
2004-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
stdout->stderr
typos
2004-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
this never happened. Forget it.
2004-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix this on solaris for real
2004-12-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
let's see if this fixes sparc build...
2004-12-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added permview.1
2004-12-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2004-12-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix
2005-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
argh
last but not least
2005-01-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
credits
2005-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
we want windows driver even on cygwin
2005-02-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ignore <strongNames>
2005-02-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
build fix
more
2005-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
undo r39947. See bugzilla #73073.
2005-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2005-03-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed unneeded if/endif
2005-03-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-17 Miguel de Icaza <miguel at novell.com>
2005-03-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated
2005-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
fix build
fix the build on windows
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
cygwin complained
more windows magic
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated
2005-04-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the test
2005-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2005-04-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ahoy
2005-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
bug #
reverted. Copyin from/to int16/char is not allowed
2005-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
for (int i = 0; i < 100; i++) Console.WriteLine ("I will remove Console.WriteLines before every commit.");
2005-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert this as Ben suggested
removed unused field
Fix warnings
warnings
null check
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
tag
2005-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fixlet
2005-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
missed the case when the expr. don't ends with whitespace
2005-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Use CultureInfo.DefaultInvariant instead of just the Default
2005-04-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
New test for Cache by Eyal Alayuf (Mainsoft)
updates
2005-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-04-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added new test
2005-05-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
leftover
2005-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated
2005-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Couldn't help removing those extra ^M
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2005-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
no #if for platform
2005-05-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Added test
2005-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
patches by Andres Nahr
Big oops
2005-05-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-15 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
fix typo
2005-05-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Patch by Gert Driesen that makes CodeDom compilers for VB.NET and C# handle
2005-05-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-05-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Patch by Gert Driesen that adds test for GenerateInMemory
this is a static buffer now
2005-05-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
remove
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
wrong bug number
2005-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
i need a cold shower
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Some formatting love for MONO_DEBUG suboptions
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
enable test as 75154 is fixed now
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Enabled a bunch of tests that work fine now
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add comment
add comment on bug status
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
now we don't always expect an exception here
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
changed NotWorking for platform checking
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
tricky namespace name. Otherwise conflicts with the class name and the compiler complains
2005-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
MS does not throw if abort is called before start
added install-local (empty) target. Fixes the build
2005-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated MONO_TRACE and MONO_TRACE_LISTENER
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix attribute
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
sigh
2005-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
mime-type was wrong
mime-type was wrong
mime-type was wrong. Sigh.
alright
2005-06-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Enabled test now that the bug is fixed
2005-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
\disabled is now documented in --help-trace
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert
fix typo
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
typo :)
2005-06-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add StrUtils.cs
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ahem
2005-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add new test and reference System.Data when compiling tests
2005-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
more trace stuff
oops
2005-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this one
2005-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
update
add
Add
Add
Tests
Add
quick fix for the build
2005-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
test module for printing events in the pipeline
2005-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
RegisterForm is 2.0 only
2005-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed obsolete file
removed obsolete file
2005-09-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new test
2005-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=49846
2005-09-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Create the DynamicBase directory here too
Bunch of fixes from HEAD
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
test from bug #76106
2005-09-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=50118
2005-09-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from HEAD
from HEAD. attrs
from HEAD. Attrs
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from HEAD
2005-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix thinko. It should work anyway
2005-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
compilation fixes
2005-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/branches/mono-1-1-9/mcs/; revision=50436
svn path=/branches/mono-1-1-9/mcs/; revision=50437
svn path=/branches/mono-1-1-9/mcs/; revision=50438
svn path=/branches/mono-1-1-9/mcs/; revision=50439
fix the build
2005-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
remove conflict line
2005-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
tests for cookieless + server.transfer.
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2 more assertions
2005-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
backport fixes from head
2005-09-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
console
from head
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
style
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
from head
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
svn path=/trunk/mcs/; revision=50894
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
use NotDotNet
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head. fixes the 2.0 build
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-09-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the 2.0 build
fix the 2.0 build
2005-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
from head. Fixes the build.
extra check
extra check
2005-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
otro
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=51153
2005-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
make this build
svn path=/branches/mono-1-1-9/mcs/; revision=51204
svn path=/branches/mono-1-1-9/mcs/; revision=51205
svn path=/branches/mono-1-1-9/mcs/; revision=51206
svn path=/branches/mono-1-1-9/mcs/; revision=51207
svn path=/branches/mono-1-1-9/mcs/; revision=51211
svn path=/branches/mono-1-1-9/mcs/; revision=51212
svn path=/branches/mono-1-1-9/mcs/; revision=51214
svn path=/branches/mono-1-1-9/mono/; revision=51215
svn path=/branches/mono-1-1-9/mcs/; revision=51216
svn path=/branches/mono-1-1-9/mono/; revision=51217
make the 2.0 profile build
add missing class
2005-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
from head
2005-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added -z option
2005-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
This from Miguel
2005-10-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=51832
2005-10-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix for 76415 + tests
2005-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the 2.0 build after my last commit
2005-10-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
GetViewStateString() does not need to be internal
2005-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-10-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
test for exception + redirect
2005-10-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix warning and typo
Hush 2.0 profile
Patch by Jason Diamond
2005-11-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new files
removed executable property
2005-11-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
patch by Michael Hutchinson to use the environment variable http_proxy
patch by Michael Hutchinson to use the environment variable http_proxy
2005-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Robert Jordan <robertj at gmx.net>
new tests by Robert Jordan
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mono/; revision=53658
2005-11-29 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-08 Robert Jordan <robertj at gmx.net>
2005-12-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Better yet. Thanks to Gert for watching.
2005-12-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
move reqPath into the try/catch too
2005-12-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Patch by D. Moonfire that fixes several issues with 2.0 page attributes.
2005-12-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2005-12-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
.Config extension is also forbidden. Fixes bug #77175
2006-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new directory
2006-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add Oleg to the list of authors
2006-01-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Fix the name of the class that handles system.net/settings
2006-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new source files
2006-01-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new file and fixes
2006-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
added .dll to the list of forbidden files
added .dll to the list of forbidden files
2006-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Disable the obsolete warning
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed a few files no longer needed
Removed bogus namespace
Removed System.Web.UI.Imaging
removed TODO attribute
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new files
new files
2006-01-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new test
2006-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new file
2006-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-01-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new files
build fix
2006-02-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot
2006-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed classes not in MS API
fix
2006-02-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Documented MONO_SHARED_HOSTNAME
2006-02-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
generate a mono-service2 script
added a few more extensions to the forbidden list
2006-02-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-02-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
this is not an exe
2006-03-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add requestLengthDiskThreshold to <httpRuntime>
rename method
2006-03-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
temporary workaround for compiler regression
2006-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-03-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=58971
2006-04-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed exec attribute
2006-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
bug #
2006-04-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
ChangeLog
revert accidental commit
2006-03-27 Joshua Tauberer <tauberer at for.net>
2006-04-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
more tests
2006-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
make this a case-insensitive comparison
2006-04-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-04-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed ^Ms
2006-05-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix typo
2006-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add this back
2006-05-17 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-05-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix namespace
2006-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
forgot this
svn path=/trunk/mcs/; revision=61511
2006-06-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-12 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Revert last change. It broke the build.
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new test
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-06-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add the new watcher
fix RH9 build
2006-07-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-07-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-02 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-03 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
remove conflict mark
2006-08-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
warnings
2006-08-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
removed executable prop
2006-08-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2006-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
make this build
struct_offset
2006-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2c
add g_strreverse. Fix leaks when running tests
done with g_module functions
svn path=/trunk/mono/; revision=63879
forgot this one
Copyright
moved basic datatypes to the top. added g_memdup decl.
allocate memory when returning an error. it iss freed by the caller
free the module
mo' stuff
fix my tests
more
2006-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mono/; revision=64202
svn path=/trunk/mono/; revision=64203
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
remove printf
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert. It broke a test
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
blah
bleh
Initial g_shell_parse_argv and tests
make g_get_current_dir actually expand the buffer (infinite loop)
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
do not exit after the first read!
one less to go
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mono/; revision=64420
2006-08-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
warnings
-O2 warnings
use fabs for comparing. It failed with -O2
2006-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mono/; revision=64595
2006-08-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix the mess with redirection. write the correct pid
2006-09-04 Robert Jordan <robertj at gmx.net>
2006-09-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
updated capabilities DB
2006-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
add ecmascriptvers/w3cdomversion attributes. Thanks to MArek Habersack.
2006-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-11 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
svn path=/trunk/mcs/; revision=65622
2006-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
fix windows
2006-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert my last patch. It broke a test
2006-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
remove writelines
2006-09-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-09-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-06 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-08 Gonzalo Paniagua Javier <gonzalo at ximian.com>
just in case sign extension kicks in
2006-10-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-18 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-26 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-10-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-01 Michael Hutchinson <m.j.hutchinson at gmail.com>
bootstrap fix
2006-11-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
oops
2006-11-07 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-13 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-14 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-14 Marek Habersack <grendel at caudium.net>
2006-11-15 Gonzalo Paniagua Javier <gonzalo at ximian.com>
revert r67514
2006-11-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-16 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-25 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-28 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-11-30 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-01 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-05 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-21 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
new httpcfg script for the 2.0 profile
2006-12-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-23 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-24 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2006-12-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2007-01-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2007-01-04 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2007-01-21 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-01-24 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-03-05 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-03-05 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
oops
2007-05-23 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-07-14 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-07-14 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-07-24 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-08-08 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2007-10-14 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-04-20 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-04-21 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-05-05 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-05-05 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-05-07 Gonzalo Panigua Javier <gonzalo.mono at gmail.com>
2008-05-24 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-05-28 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-09-19 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-09-28 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-10-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
2008-10-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
Stupid mistake
2008-10-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
svn path=/trunk/mcs/; revision=116505
remove duplicated asserts
2008-10-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
forgot this in my previous commit
update
add comment
2008-10-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove temporary/generated files
2008-10-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
Fix the build
2008-10-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
Fix typo
2008-10-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert
revert
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
add missing mono-lineeditor.pc when a JIT is supported
revert
2008-11-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove gdir.c, as it was splitted in gdir-unix.c and gdir-win32.c
2008-11-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
line not needed. might cause exception when writing
2008-11-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
Close() was missing in a bunch of tests
2008-11-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
2008-11-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
typo
2008-11-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert. found a better fix
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
ignore test by now
2008-11-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
grammar
2008-11-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix warning
2008-12-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert
2008-12-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert
2008-12-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-11-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2008-12-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
Use IndexOf (char)
2009-01-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
ignore test. Bug 464013
2009-01-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-08 Christian Prochnow <cproch at seculogix.de>
applied patch from bug #260588
applied patch from bug #260588
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
re-enable test. Works now.
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
Updated
2009-01-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
synch
2009-01-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the 1.1 build
2009-01-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
Do not throw exceptions when attempting to load satellite assemblies
Improved TDS connection pooling
fix ChangeLog
2009-01-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
Backported fixes from HEAD
2009-01-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
ChangeLog
2009-01-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-26 Christian Prochnow <cproch at seculogix.de>
2009-01-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-01-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the 1.x build. Patch from Marek Safar
2009-02-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
new tests for empty string
2009-02-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
test for bug 445326
remove warning
2009-02-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the windows build
2009-02-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
reverting this patch until it works with bug 354090 and 476138
2009-02-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
svn path=/trunk/mcs/; revision=127355
2009-02-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove warning. Either image or mp are not NULL
Implement WaitHandle.SignalAndWait
ChangeLogs for previos commit.
2009-02-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
ChangeLog
2009-02-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the 1.x build
2009-02-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
oops
2009-02-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix
2009-02-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
2009-02-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
typo
2009-02-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
missed these two
2009-03-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
unused var
2009-03-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
Found this lingering in my ChangeLog
2009-03-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
update corlib version
wrong bug
2009-03-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix
windows stub fix
2009-03-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
Patch from Matthew Metnestsky
2009-03-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-03-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix build
2009-03-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the 1.1 build
Contribute
2009-04-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove CWL
2009-04-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
update MonoTODO
2009-04-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix test
2009-04-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-04-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix prev patch
2009-05-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix test
499009 has been fixed. Remove the workaround.
2009-05-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-05-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert. more things broken than fixed
2009-06-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
enable test
2009-06-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-09 Gonzalo Paniagua, Miguel de Icaza <gonzalo at novell.com, miguel at novell.com>
re-disable the cache that was enabled by mistake
2009-06-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
typo
updated browscap.ini
2009-06-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
new files
new section in town
2009-06-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
make the ParseExact5 work for all timezones
2009-06-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
new tests
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
new test
2009-06-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix test
2009-06-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix timing issue
2009-06-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
2009-06-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
increase timeouts to make this work on machines under load
2009-06-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-06-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
make it compile
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
kick buildbot
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
prefer MonoIOMAP directive over MONO_IOMAP, update version, fix long line
2009-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
ignore test that fails on windows
2009-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove TODOs
2009-07-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
new class
build hacks
2009-07-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
free internal buffer
2009-07-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
do not nullify deflateStream
moved
2009-07-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2.0
Implement the 2.0 IsRestricted and add tests
2009-07-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
location,location,location. Fixes all the tests I broke last night
2009-07-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert 138474, causes bug# 525104
2009-07-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
2009-07-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-07-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove warnings
2009-08-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
Check GC_dont_gc just in case an embedder used it.
VS does not support zero-length arrays
2009-08-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
SIZEOF
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-11 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix packaging
fix take 2
new test case
2009-08-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
this is internal
2009-08-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-08-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
PAtch by Adam Wendt
fix
typo
2009-09-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
Fix the MSVC build. Part 1/2.
Fix the VS build. Part 2/2
We need the g_free symbol in the library
typo
Avoid nullref in 2.0 too
2009-09-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
Fixing the cygwin build: the saga continues
2009-09-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
avoid ISO C90 warning
2009-09-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-12 Gonzalo Paniagua Javier <gonzalo at novell.com>
painfully updated these
2009-09-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
add timeout here too
2009-09-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
comment out debugging method
2009-09-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
svn path=/trunk/mono/; revision=142693
2009-09-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
typo
fix
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
Fix 1.1 profile
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
add comment to unused struct field
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
undo. Proper fix was in BuildManager
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-09-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix the build
fix the build
remove empty directory
Patch by Joel Reed that implements a few network interface counters
2009-10-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
synch with 2.6
2009-10-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-12 Carlo Kok <ck at remobjects.com>
2009-10-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
add lc
2009-10-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix typo
2009-10-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
Add man page for lc
Added new library for TransmitFile (mswsock.lib)
2009-10-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
begin/end decls
2009-10-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-24 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-10-31 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
Add debugger-agent*
2009-11-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
one more
LAST one!
add new library for windows
2009-11-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-11-10 Gonzalo Paniagua Javier <gonzalo at novell.com>
new test
no need for g_strdup_printf here
2009-11-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
Make this build on windows. Probably does not work.
fix a warning
2009-11-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
one more
one more
more PLATFORM_WIN32 removal
more PLATFORM_WIN32 removal
more PLATFORM_WIN32 removal
removing PLATFORM_WIN32
removing PLATFORM_WIN32
removing PLATFORM_WIN32
slipped #if 1
PLATFORM_WIN32
2009-11-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-12-02 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove duplicate check for autoreg
oops
2009-12-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove obsolete file
2009-12-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
Disable the soft-debugger for cross-compilers.
2010-01-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
No valgrind on windows.
No soft debug for PS3 yet.
Use the pre-C99 printf formatting.
2010-01-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
-Remove unneeded assertion.
For the windows cross-compiler build.
add 3 more zip files needed
fix for cross-compiling on linux
do not build a few directories when building the cross compiler
add a few libraries needed when cross-compiling
exclude the support directory when cross compiling
2010-01-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
Define GMemChunk.
A few additions to better support PS3.
Little hack to support EGLIB (no GMemChunk).
Add 2 empty functions needed to compile in the PS3.
2010-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
A few more tests
2010-01-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
status fix
2010-01-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix T8 method
new files
signature fixes
new field
2010-01-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-01-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix signature
fix signature
new type
4.0 updates
2010-02-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
Added a bunch of [Obsolete]. Now it does not look as bad.
get rid of a bunch of warnings
2010-02-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
update year
2010-02-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
missed one F
2010-02-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix mac build
4.0
avoid warning when building with sgen enabled
avoid warning when building with sgen enabled
2010-02-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-02-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
fix building the documentation
fix the windows build
2010-03-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
Add 2 new attributes
new files
more attributes
2 more attributes
2010-03-03 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
add realm from HttpListener
2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
Moved chain building and validation from Mono.Security to System
remove commented out code
2010-03-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
fixup nsec for absolute time too
2010-03-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-21 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
commented out invalid test
fix the build
2010-03-25 Gonzalo Paniagua Javier <gonzalo at novell.com>
only check for the Mac library file once
Reworked the threadpool. See individual ChangeLog entries for details.
Reworked the threadpool. See individual ChangeLog entries for details.
2010-03-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
typos
typo
2010-03-26 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-27 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-03-30 Gonzalo Paniagua Javier <gonzalo at novell.com>
undo
entry for a change in HttpResponseStream.cs
2010-04-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
default is windows-style
cross-compilation fixes
cross-compilation fixes
2010-04-01 Gonzalo Paniagua Javier <gonzalo at novell.com>
shut up gcc in openbsd
revert openbsd patch
fix bug number
2010-04-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
by now, this code is only used by epoll
2010-04-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
add zlib functions
2010-04-07 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
CWL
2010-04-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
remove warning
2010-04-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-19 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-20 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-04-23 Gonzalo Paniagua Javier <gonzalo at novell.com>
Avoid nullref when shutting down
Ignore exceptions from the callback
2010-05-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-05-17 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-05-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-05-29 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-18 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-22 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-06-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
new address
2010-05-27 William Holmes <billholmes54 at gmail.com>
2010-05-27 William Holmes <billholmes54 at gmail.com>
2010-07-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-04 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-05 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-06 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-08 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-09 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-13 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-14 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-15 Gonzalo Paniagua Javier <gonzalo at novell.com>
revert. Not needed
2010-07-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
2010-07-16 Gonzalo Paniagua Javier <gonzalo at novell.com>
TEST
TEST 2
TEST 3
TEST 4
Merge branch 'master' of github.com:mono/mono
TEST 5
TEST
TEST 2
TEST 3
TEST 4
TEST 5
Throw exceptions from threadpool work items.
Adapt to changes in exceptions policy for TP.
.NET2 handling of exceptions in ThreadPool threads
Added missing files and sorted alphabetically.
Merge remote branch 'tgiphil/master'; commit 'c9bc218cd3ccfa17532a'
New threadpool + exception test.
Add tests. Make appdomain-unload work again
TlsGetValue/TlsSetValue match winapi closely.
-1 == NO_KEY and check return value of TlsSetValue
Synchronize WSQ create, destroy and clean up.
Don't display the exception when unloading.
Silently ignore ThreadAbortException in the tpool.
Ignore a few more files.
Proper tracking of ICMP requests and responses.
Fix the boundary in UploadFile().
Fixed parsing of content-type parameters.
Fix nullref.
AppDomainUnloadedException ignored.
New threadpool exception test
Adapt to new exception in threadpool behavior.
Formatting
Ignore TestResult.xml too
Merge branch 'work'
Quote arguments in Environment.CommandLineArgs
eglib build is now 'quiet' by default
No more warnings building eglib.
Try to make delegate2 test always pass
Fix permissions
Ignore removed ChangeLog files
Add --quiet-build (on by default)
Translate socket error to match .NET
Free allocated unmanaged memory.
Add more info for -z parameter
Fix the build
Add env.var. to control revocation mode.
Call SetEndOfSendNotification
Handle WAIT_IO_TIMEOUT in WaitAny call
Use the request itself as the key for the cache.
Avoid sending data in the challenge phase of NTLM
Add missing DT format
Remove Content-Length header when not needed
Return IPv6 addresses
Allow ordinal entry points in windows.
Linux /proc/mounts might have escaped characters
Use UTF8 instead of ASCII when reading mount info
Fixed GetLogicalDriveString
Fix return value of items_read
Add wsdl help generator to the 4.0 files
Add tests for g_strdupv
UDP sockets allow connections to Any
Fix the windows build
GetProcessById now works on the Mac too
Remove 2 extra calls to gettimeofday.
Fix typo. It has been there for 4 years.
Revert my last patch
Don't store objects in a Hashtable.
The Hashtable is back
LocalEndPoint works now for non-blocking connects
EpollEvent size adjustment
epoll_ctl takes an int, not IntPtr
Rework SocketAsyncEventArgs internals
Move async IO code to Socket_2_1
Made the moonlight profile happy.
Added support for ArraySegment
ConnectAsync() security checks
Bypass BeginInvoke for asynch. operations
Set LastOperation properly
Handle error creating xdb.il
Invoke the callback in separate threads
Avoid a few warnings
Schedule the user callback from unmanaged code
Handle error in BeginAcceptReceive
Create only 1 callback instance for read/write
The EndPoint cannot be null
Check class names in a better way
Fix line endings.
Check no longer needed.
Set have_response
Map SO_EXCLUSIVEADDRUSE to !SO_REUSEADDR
X509Chain always uses the LM store
Avoid a warning
Avoid warning
URL moved and use the raw format for certdata
Disabled test until ?mcs is fixed.
Fix CryptoStream.Dispose
Add support for EnableSsl in smtp config.
Allow -jX when compiling libgc
Undo mach_dep change.
Fix Marshal.SizeOf() for structs with explicit layout
Dispose calls FlushFinalBlock
[CryptoStream] Invalid enum in ctor
Buffer sizes
Remove warnings
Updated notes on using get-monolite-latest
Handle special case when disposing a socket.
Misc. fixes
[ThreadPool] Clear the thread state
Able to read MS serialized nullable<primitive>
Fix the collision handling code
Fix typo
No need to use a GArray in EnumProcesses
Replace EnumProcesses with OpenProcess
FromBinary does not need ToLocalTime
Remove arbitrary 1024 limit in GetProcesses
Update zlib to version 1.2.5
Update
Update mappings after latest changes to Mono.Posix
Sniff, sniff
Remove 'web' directory
Unbreak the world
BinaryWriter.BaseStream calls Flush()
Throw exceptions here instead of in DeflateStream
Use SocketAsyncEventArgs
Implemente HttpListenerRequest.KeepAlive
Add connection timers and reuses
Send Keep-Alive when reusing
Use ordinal comparison when looking for "::"
More StringComparison.Ordinal
Check that the default from is not empty
Avoid killing the thread if socket already null
Renaming a dangling symlink works now
Revert change in FromBinary
Avoid locking in WireupAutomaticEvents
TEST
Test 2
Test 3
Last test
Test 5
Last
i
iii
a2
a3
a4
a5
Don't disable IPv6 if bulding with VS.
Don't cache child nodes when security trimming is enabled.
make -jX should work in libgc/ now.
Get the user name from the UID not the USER env
User name and home directory initialization
Wrong return value in mono_sem_timedwait()
Fix typo.
Updated remove_wsq.
Fix g_dir_open et al for windows.
Don't throw when unable to write autogen keys
Hush cross-compilation warnings
Fix the build.
Web service help fix
[Timer] Use a WaitHandle instead of Wait/Pulse
[HttpListener] Use RWL instead of lock()
[HttpListener] Reduce the code inside lock {}
[File.ReadLines] Dispose the StreamReader in the right place.
[Sockets] Support Remote/LocalEndPoint for AF_UNIX
Handle closed sockets in the callbacks
Workaround bug in AcquireWriterLock
Fix Process.HasExited regression
Delete end local endpoint when stopping the server
Fixes problem with exceptions on init
InitOnce does not throw
Get system.web/httpRuntime only once
Line endings
Change parameter name.
Don't throw in EndReceive/EndSend + out error
[ThreadPool] Reset the abort state when unloading a domain
Mach uses wait_time not abs_time
[OSX] semaphore_timedwait might return > 0 for errors
Previous patch was wrong.
Add a case-insensitive hashtable
Socket is not connected after error
[sockets] Fixed reading blocking flag
[Windows] Implement GetDrives.
[windows] Improve drive search
Revert
Happy new year.
[System.Web] Razor works now (modulo DB)
[HttpListener] Fix incorrect 411 error
Fix Dispose()
Prevent abort
[HttpListener] Set each cookie in its own header
Allow forcing HTTP protocol version
Handle wrapped ThreadAbortException
[SmtpClient] Don't send empty display name.
[HttpWebRequest] Error handling for POST/PUT
[HttpWebRequest] Can't ignore erros here
[Socket] Fix invalid cast
[gzip] Allow partial flush
[HttpListenre] Avoid multiple calls to Close()
[HttpWebRequest] Avoid nullref on empty cookie header.
Guillaume Pouillet (1):
Fix bug in BlockingCollection<T>.TryTake Add corresponding unit test
Hagit Yidov (12):
Added Tests: ImageMapTest.cs , HotSpotCollectionTest.cs, HotSpotTest.cs, CircleHotSpotTest.cs, RectangleHotSpotTest.cs, PolygonHotSpotTest.cs
TreeNodeBindingTest.cs, TreeNodeCollectionTest.cs, TreeNodeStyleCollectionTest.cs, TreeNodeTest.cs, TreeViewTest.cs, , TreeNodeBindingCollectionTest.cs
deleted irrelevant marks
Adding ImageMap and HotSpotTests
svn path=/trunk/mcs/; revision=66180
Added tests to DataRowCollectionTest.cs, DataSetTest.cs, DataTableTest.cs. Updated ChangeLog.
added load tests to DataTableTest.cs and to DataSetTest.cs.
DataTableTest, ChangeLog, own_schema1.xsd, own_schema2.xsd)
DataTableReadXmlSchemaTest.cs new file.
DataTableReadXmlSchemaTest.cs fixed #ifNet2.0 and notworking
system.data20.vmwcsproj added new test DataTableReadXmlSchemaTest
ChangeLog, DeserializationTests, XmlSerializerTestClasses.cs, XmlSerializerTests.cs
Hector E. Gomez Morales (4):
Added my person to the team page :).
Added my picture.
*makefile.gnu: Added anonymous.cs to the compiler sources.
2006-03-15 Hector E. Gomez Morales <hectorgm at ciencias.unam.mx>
Hib Eris (10):
Don't link against missing libiconv on windows.
Include config.h in mono-profiler-aot.c
Use _vscprintf() for mingw-w64 compilers
Do not distribute eglib-config.h
Remove implementation details from public header io-layer.h
Use winternl.h instead of ddk (when available)
Let build-mingw32.sh script also work on dist tarballs
No longer include glib binaries in build-mingw32.sh builds.
Fix build-mingw32.sh for CROSS_PKG_CONFIG_DIR without *.pc files
Earlier undefine HAVE_GETPROCESSID when cross compiling
Hisham Mardam Bey (37):
Port to Cairo 0.5.x. API changed a lot, added much more tests.
Cleanups, remove deprecated methods.
Cairo.Graphics.ClipReset ()
Cairo.Graphics.StrokePreserve ()
added Cairo.Surface.XlibSetSize ()
fix font scaling, api change
ChangeLog update
changlog, param name fixes to FontSetSize, added FontSetMatrix
Very basic and incomplete X11 interface. For now this is meant for use only inside Mono.Cairo's samples. I will add more code to it and will commit the samples soon. (png and x11)
Mono.Cairo samples rendering to image (png) backend.
Added x11 samples and did some cleanups.
John Luke's patch. <john.luke at gmail.com>
* Mono.Cairo/Cairo.cs: p/invoke the windows dll name
P/invoke the win32 DLL name so Mono.Cairo will work on .NET
* Mono.Cairo/Cairo.cs: only use operators in cairo_operator_t
* Mono.Cairo/Cairo.cs: remove symbols not in cairo 1.0:
* Mono.Cairo/Surface.cs: make CreateSimilar non-static
Fixed Samples/png/* to work with new changes.
* Samples/png: Fixed samples with new changes.
* Mono.Cairo/Graphics.cs: the Relative path methods
* Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
More Label tests
* Mono.Cairo/Surface.cs: add two ImageSurface ctors
Work on ScrollBar unit test.
Fix all samples to work with new API
* FileDialog.cs :
* Mono.Cairo/Graphics.cs: add SelectFontFace and SetFontSize
* LabelTest.cs : Several new tests.
Implemented event firing order tests against MS.NET events so we can make
Fix image path.
* LabelTest.cs : Added messages to simulate Key* events.
* ScrollBarTest.cs : Add more tests for event firing order
* LabelTestl.cs : Added more event tests (external handlers)
* Common.cs : Add common things here.
Added samples directory with notepad.cs as a visual test and sample for scrolblar, multiline text, file save dialog, and menus.
remove stuff we dont need
Added mailclient.cs which illustrates boxes, multiline text, scrollbars, labels, single line text and combo boxes.
Iain McCoy (46):
2005-07-02 Iain McCoy <iain at mccoy.id.au>
2005-07-03 Iain McCoy <iain at mccoy.id.au>
2005-07-03 Iain McCoy <iain at mccoy.id.au>
2005-07-05 Iain McCoy <iain at mccoy.id.au>
2005-07-05 Iain McCoy <iain at mccoy.id.au>
2005-07-06 Iain McCoy <iain at mccoy.id.au>
2005-07-06 Iain McCoy <iain at mccoy.id.au>
2005-07-06 Iain McCoy <iain at mccoy.id.au>
2005-07-06 Iain McCoy <iain at mccoy.id.au>
2005-07-08 Iain McCoy <iain at mccoy.id.au>
2005-07-06 Iain McCoy <iain at mccoy.id.au>
2005-07-11 Iain McCoy <iain at mccoy.id.au>
2005-07-14 Iain McCoy <iain at mccoy.id.au>
2005-07-15 Iain McCoy <iain at mccoy.id.au>
2005-07-15 Iain McCoy <iain at mccoy.id.au>
2005-07-15 Iain McCoy <iain at mccoy.id.au>
2005-07-16 Iain McCoy <iain at mccoy.id.au>
2005-07-17 Iain McCoy <iain at mccoy.id.au>
2005-07-18 Iain McCoy <iain at mccoy.id.au>
2005-07-18 Iain McCoy <iain at mccoy.id.au>
2005-07-18 Iain McCoy <iain at mccoy.id.au>
2005-07-18 Iain McCoy <iain at mccoy.id.au>
2005-07-19 Iain McCoy <iain at mccoy.id.au>
2005-07-23 Iain McCoy <iain at mccoy.id.au>
2005-07-23 Iain McCoy <iain at mccoy.id.au>
2005-07-24 Iain McCoy <iain at mccoy.id.au>
2005-07-25 Iain McCoy <iain at mccoy.id.au>
2005-07-25 Iain McCoy <iain at mccoy.id.au>
2005-07-28 Iain McCoy <iain at mccoy.id.au>
2005-07-24 Iain McCoy <iain at mccoy.id.au>
2005-08-23 Iain McCoy <iain at mccoy.id.au>
2005-08-26 Iain McCoy <iain at mccoy.id.au>
2005-08-26 Iain McCoy <iain at mccoy.id.au>
2005-08-26 Iain McCoy <iain at mccoy.id.au>
2005-08-26 Iain McCoy <iain at mccoy.id.au>
2005-08-27 Iain McCoy <iain at mccoy.id.au>
2005-08-28 Iain McCoy <iain at mccoy.id.au>
2005-08-28 Iain McCoy <iain at mccoy.id.au>
2005-08-28 Iain McCoy <iain at mccoy.id.au>
2005-08-31 Iain McCoy <iain at mccoy.id.au>
2005-09-01 Iain McCoy <iain at mccoy.id.au>
2005-09-01 Iain McCoy <iain at mccoy.id.au>
2005-09-01 Iain McCoy <iain at mccoy.id.au>
2005-09-01 Iain McCoy <iain at mccoy.id.au>
2005-09-01 Iain McCoy <iain at mccoy.id.au>
2005-10-18 Iain McCoy <iain at mccoy.id.au>
Igor Zelmanovich (921):
implemented MaintainScrollPositionOnPostBack feature
fixed DataBind flow in HierarchicalDataBoundControl
fixed databinding feature
fixed data binding feature:
new tests were added
OnBubleEvent works properly - controls like Button, LinkButton nested into template can raise MenuItemClick event
When style is registered with StyleSheet AddAttributesToRender method adds class attribute but not style to writer
When empty style is registered IsEmpty returns false.
Fixed: Unit.ToString() already include unit (e.g. "3px")
fixed: CopyFrom and MergeWith behave differently between 1.1 and 2.0.
restored r63894: for 1.x is refactoring only
fixed: when removed the names from the bag also removed FontStyles.Names flag from fontstyles.
* Style.cs: restored r63894: for 1.x is refactoring only
fixed: when removed the names from the bag also removed FontStyles.Names flag from fontstyles.
fixed: AddAttributesToRender method calls FillStyleAttributes,
corrected rendering of static and dynamic items
corrected public interface
typo fix
fixed ToString method
New test was added
fixed data binding
refactoring
fixed CreateUser, parameter isApproved is considered.
implemented 2.0 features
LinkButton.cs: implemented 2.0 features
refactoring
typo fix
* ImageButton.cs: implemented 2.0 features
typo fix
implemented GetPostBackOptions + refactoring
refactoring: Button, ImageButton and LinkButton are used insted internal DataControlButton.
fixed: ContinueButtonClick occurs when the user clicks
fixed CreateUser,
fixed: InvalidPasswordErrorMessage is formatted correct.
fixed GetUser, when username is String.Empty method returns null.
fixed: when login attempt was not successful FailureText is shown.
instance can be serialized
fixed controltocompare attribute
HttpUtility.cs: fixed UrlPathEncode method
fix a typo
typo fix
fixed: background-image style attribute
Style.cs: implemented SetBit().
fixed: ViewState saved and restored correct
TreeView.cs: fixed: when specified image set is not one of the TreeViewImageSet values exception is threw.
TreeView.cs: fixed: when specified value is not one of the TreeNodeTypes values exception is threw.
TreeView.cs: corrected rendering: RenderBeginTag, RenderEndTag
TreeNodeCollection.cs: fixed: ViewState saved and restored correct
fixed: populating nodes flow.
fixed: ToggleExpandState().
fixed: populating nodes.
fixed: for PopulateOnDemand nodes expanded and checked state restored correct on PostBack
refactoring: makes Style class more flexible for inheriting and reuse
ViewState restored properly
corrected rendering: styles are applied correct
corrected rendering: HoverNodeStyle works
fixed tests, removed NotWorking attributes
corrected rendering
fixed tests, removed NotWorking attributes
implemented ValidationGroup feature on client side
implemented IButtonControl.Click, RaisePostBackEvent
implemented: RaisePostBackEvent,
* HtmlAnchor.cs:
make rendering of the onclick attribute to consider ValidationGroup property
make rendering of the onclick attribute to consider ValidationGroup property
make rendering of the onclick attribute to consider ValidationGroup property
* Page.cs: fixed: Title property works properly
* TextBox.cs:
* ListControl.cs:
make rendering of the onclick attribute to consider ValidationGroup property
make rendering of the onchange attribute to consider ValidationGroup property.
make rendering of the href attribute to consider ValidationGroup property.
* CheckBox.cs:
Page.Validate() is called when CausesValidation=true
* CheckBoxList.cs:
* RadioButtonList.cs:
* Page.cs: fixed: Cross-page postback feature in ASP.NET 2.0
2006-09-25 Igor Zelmanovich <igorz at mainsoft.com>
2006-09-28 Igor Zelmanovich <igorz at mainsoft.com>
2006-09-28 Igor Zelmanovich <igorz at mainsoft.com>
2006-09-28 Igor Zelmanovich <igorz at mainsoft.com>
restored row that was deleted by mistake
2006-10-03 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-03 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-03 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-04 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-04 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-05 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-05 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-05 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=66293
svn path=/trunk/mcs/; revision=66294
2006-10-05 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-08 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-08 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-22 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-24 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2006-10-24 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-24 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-25 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-25 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2006-10-31 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-01 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-01 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-01 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-01 Igor Zelmanovich <igorz at mainsoft.com>
fix directive
2006-11-02 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-02 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-02 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-06 Igor Zelmanovich <igorz at mainsoft.com>
fix directive
fix directive
fix directive
2006-11-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-09 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-13 Igor Zelmanovich <igorz at mainsoft.com>
missing files were added
2006-11-13 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-14 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-14 Igor Zelmanovich <igorz at mainsoft.com>
Removed unnecessary reference
removed "using System.Web.UI.WebControls.WebParts"
2006-11-15 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-15 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-16 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-20 Igor Zelmanovich <igorz at mainsoft.com>
Fixed CreateUser and EditUser pages
svn path=/trunk/mcs/; revision=68184
2006-11-20 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-20 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-20 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-22 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-22 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-22 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-22 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-23 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-26 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-26 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-27 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2006-11-28 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-03 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-03 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-14 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-05 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-06 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-06 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-06 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-07 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-07 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-07 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=69183
2006-12-07 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-07 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-11-29 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-10 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=69302
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
fix def
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2006-12-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-12 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-11 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-17 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-17 Igor Zelmanovich <igorz at mainsoft.com>
fixed NunitWeb tests
fixed tests
2006-12-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-19 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-21 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-26 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-27 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2006-12-28 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-28 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-31 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-31 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-31 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-31 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-02 Igor Zelmanovich <igorz at mainsoft.com>
2006-12-27 Igor Zelmanovich <igorz at mainsoft.com>
2006-01-02 Igor Zelmanovich <igorz at mainsoft.com>
2006-01-03 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-04 Igor Zelmanovich <igorz at mainsoft.com>
2006-01-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-04 Igor Zelmanovich <igorz at mainsoft.com>
added TARGET_JVM def.
TARGET_JVM: facultatively throw exception when loading profiles
2007-01-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-10 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-10 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-10 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-10 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-11 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-11 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-11 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-04 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-013 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-13 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-13 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
fixed tests
2006-02-15 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-15 Igor Zelmanovich <igorz at mainsoft.com>
fixed test
2007-02-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-18 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-18 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-14 Igor Zelmanovich <igorz at mainsoft.com>
2006-02-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-20 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-20 Igor Zelmanovich <igorz at mainsoft.com>
fixed test
2007-02-20 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-20 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2007-02-22 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-27 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-26 Igor Zelmanovich <igorz at mainsoft.com>
fixed tests
2007-02-27 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=73476
2007-02-27 Igor Zelmanovich <igorz at mainsoft.com>
fixed tests
svn path=/trunk/mcs/; revision=73496
2007-02-28 Igor Zelmanovich <igorz at mainsoft.com>
fixed tests
2007-02-28 Igor Zelmanovich <igorz at mainsoft.com>
2007-02-28 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-13 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-18 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-18 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
2007-03-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-20 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-20 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-20 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-22 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-27 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=75029
2007-03-27 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-28 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-28 Igor Zelmanovich <igorz at mainsoft.com>
2007-03-28 Igor Zelmanovich <igorz at mainsoft.com>
* TemplateControl: GetAssemblyResource is called with absolute virtual path
* TemplateControl: GetAssemblyResource is called with absolute virtual path
2007-04-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-05 Igor Zelmanovich <igorz at mainsoft.com>
fix typo
2007-04-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-18 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-18 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-18 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-19 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-19 Igor Zelmanovich <igorz at mainsoft.com>
Optimize configuration pathes to sections with allowDefinition="MachineToApplication"
Web Service' methods links in the test page are clear
* VirtualPathUtilityTest.cs: refactoring:
2007-04-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-04-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-02 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-02 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-02 Igor Zelmanovich <igorz at mainsoft.com>
added missing resources
2007-05-03 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-03 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-03 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
refactoring:
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
eol-style property set to native
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-09 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-10 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-03 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-13 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-14 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-16 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-17 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-21 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-21 Igor Zelmanovich <igorz at mainsoft.com>
fixed line ending
2007-05-24 Igor Zelmanovich <igorz at mainsoft.com>
2007-05-27 Igor Zelmanovich <igorz at mainsoft.com>
Initial drop for System.Web.Extensions assembly
Initial drop for System.Web.Extensions assembly
Initial drop for System.Web.Extensions assembly
Initial drop for System.Web.Extensions assembly
Initial drop for System.Web.Extensions assembly
Initial drop for System.Web.Extensions assembly
2007-05-29 Igor Zelmanovich <igorz at mainsoft.com>
2007-06-18 Igor Zelmanovich <igorz at mainsoft.com>
implemented ScriptResourceHandler using existing AssemblyResourceLoader
2007-06-18 Igor Zelmanovich <igorz at mainsoft.com>
Initial ScriptManager implementation
2007-06-18 Igor Zelmanovich <igorz at mainsoft.com>
Initial ScriptManager implementation
Implemented redirect from AsyncPostBack
implemented ScriptResource and NotifyScriptLoaded features
Initial UpdatePanel implementation
Initial ScriptManager implementation
Initial AsyncPostBackTrigger implementation
Initial PostBackTrigger implementation
Implemented EnableScriptGlobalization and EnableScriptLocalization properties
Implemented EnableScriptLocalization and ScriptPath features.
Initial ScriptManagerProxy implementation
Implemented RegisterClientScriptBlock and RegisterStartupScript.
Implemented RegisterArrayDeclaration.
Implemented RegisterClientScriptInclude and RegisterClientScriptResource
Implemented RegisterHiddenField
Implemented RegisterExpandoAttribute and RegisterOnSubmitStatement
rafactoring
2007-06-24 Igor Zelmanovich <igorz at mainsoft.com>
added DefaultSerializer property for internal use
Initial ScriptComponentDescriptor implementation
Initial ScriptBehaviorDescriptor implementation
Initial ExtenderControl implementation
Initial ScriptControlDescriptor implementation
implemented RegisterScriptControl and RegisterExtenderControl
Initial ScriptControl implementation
added new tests
Initial UpdateProgress implementation
Initial Timer implementation
implemented nested updatepanels support
Implemented EnablePartialRendering and SupportsPartialRendering properties
optimized clipping at AsyncPostBack.
support scenario, when Update panel is created programmatically
optimized WriteCallbackOutput
ScriptManager registers script includes after OnResolveScriptReference was called for all script references
2007-07-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-01 Igor Zelmanovich <igorz at mainsoft.com>
improved partial rendering.
Implemented RenderMode property
improved partial rendering.
Implemented RegisterDataItem methods
base.Render is called from overridden method
make ScriptMethodAttribute is optionally
Implemented EnablePageMethods feature
2007-07-03 Igor Zelmanovich <igorz at mainsoft.com>
JavaScriptSerializer.Deserialize method returns correct type object.
refactoring: make it works for TARGET_J2EE
doesn't consider CompilationSection for TARGET_J2EE
added/fixed project files
prepare test project
consider section 'system.web/deployment' is not supported for TARGET_J2EE
fixed project files
prepare selenium test environment
'theForm' must be defined at form beginning
fixed project files
2007-07-11 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-11 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-11 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-15 Igor Zelmanovich <igorz at mainsoft.com>
fixed WebForm_DoCallback function signature.
2007-07-15 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-16 Igor Zelmanovich <igorz at mainsoft.com>
2007-07-16 Igor Zelmanovich <igorz at mainsoft.com>
Implemented SetFocus feature
Implemented ScriptManager.Services property
Implemented ScriptManager.AllowCustomErrorsRedirect property
Implemented ScriptManager.AsyncPostBackErrorMessage property
AsyncPostBackError event is raised properly
Implemented RegisterDispose method
Implemented ScriptManager.LoadScriptsBeforeUI property
implemented SerializeScriptBlock method
2007-07-18 Igor Zelmanovich <igorz at mainsoft.com>
fixed service proxy for PageMethods
Implemented AuthenticationService and ProfileService properties
typo fix
added MicrosoftAjaxLibrary - System.Web.Extensions client scripts
added Microsoft Permissive License text
2007-07-28 Igor Zelmanovich <igorz at mainsoft.com>
fixed line ending
2007-07-24 Igor Zelmanovich <igorz at mainsoft.com>
Added selenium test suite.
2007-07-24 Igor Zelmanovich <igorz at mainsoft.com>
fixed paths to linked files
Integrate into build system
fixed test suite
consider TARGET_J2EE limitation for PathInfo
fixed test suite
2007-07-29 Igor Zelmanovich <igorz at mainsoft.com>
fixed test suite
fixed test suite
2007-07-30 Igor Zelmanovich <igorz at mainsoft.com>
fixed test suite
fixed test suite
consider TARGET_J2EE doesn't support PathInfo in url
consider last changes in selenium test infrastructure
fixed test suite
fixed test suite
fixed test suite
fixed test suite
fixed test suite
adder TARGET_JVM definition
2007-08-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-05 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-06 Igor Zelmanovich <igorz at mainsoft.com>
fixed project file
avoid Exception when request contents header "X-MicrosoftAjax",
2007-08-15 Igor Zelmanovich <igorz at mainsoft.com>
added new Mainsoft.Configuration module
added #if !TERGET_J2EE
2007-08-21 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-23 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-23 Igor Zelmanovich <igorz at mainsoft.com>
consider HtmlEncoding when parsing hidden fields
2007-08-23 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-30 Igor Zelmanovich <igorz at mainsoft.com>
fixed:
2007-08-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-08-30 Igor Zelmanovich <igorz at mainsoft.com>
added 'mainsoft.web' section declaration
consider MachineKeyRegistryStorage is not supported in TARGET_J2EE
added TARGET_J2EE def
added reference to Mainsoft.Configuration
2007-09-02 Igor Zelmanovich <igorz at mainsoft.com>
added new script files
added reference to Mainsoft.Configuration module,
refactoring
added support for multi form environment
2007-09-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-09-06 Igor Zelmanovich <igorz at mainsoft.com>
added JVM versions of scripts
JVM version of AJAX scripts are used
2007-10-17 Igor Zelmanovich <igorz at mainsoft.com>
return formAction in AJAX response.
for #TARGET_J2EE
removed #if TARGET_J2EE
2007-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-10-30 Igor Zelmanovich <igorz at mainsoft.com>
2007-10-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-10-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-10-31 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-01 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-05 Igor Zelmanovich <igorz at mainsoft.com>
added files to the project
added files to the project
2007-11-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-06 Igor Zelmanovich <igorz at mainsoft.com>
when validators state is restored, set flag is_validated=true,
2007-11-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-07 Igor Zelmanovich <igorz at mainsoft.com>
added #if NET_2_0
2007-11-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-07 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-08 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-12 Igor Zelmanovich <igorz at mainsoft.com>
2007-11-13 Igor Zelmanovich <igorz at mainsoft.com>
added ServletFacesPageHandlerFactory
fixed reference to faces api.
implement JSF life cycle on the page
added new interface for TARGET_J2EE use only
merged with GHServlet
initial implementation of 'unify request'
implemented writeState method
enhanced JSF implementation
enhanced JSF implementation
ClientScriptManager implement IStateManager
fix inheritance
svn path=/trunk/mcs/; revision=90674
added new Mainsoft.Web.Phantom project
added session support using SessionWrapper
fixed HttpContext.CurrentExecutionFilePath for Transfer/Execute
redesigned AspNetFacesContext
performance optimization in Save/Load state
performance optimization in Save/Load state
fixed ResolveClientUrl and UniqueID
added if #TARGET_JVM
fixed test
make Callback works with JSF
added DecodeNamespace method
2007-12-13 Igor Zelmanovich <igorz at mainsoft.com>
Wrap ExternalContext to provide correct requestPathInfo.
added readonly attributes
support Transfer/Execute and CrossPagePostBack
fixed handler replacing
2007-12-16 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/branches/mainsoft/JSF/mcs/; revision=91374
added System.Web.Phantom project
2007-12-16 Igor Zelmanovich <igorz at mainsoft.com>
switch to System.Web.Phantom
typo fix
svn path=/branches/mainsoft/JSF/mcs/; revision=91380
improved Enter/ExitThread semantics
Call ProcessRequest from createView
removed IHttpExtendedContext
refactoring:
refactoring:
removed dependency on J2EE.Helpers.
1. refactoring
used Trace/Debug.WriteLine instead Console.
used Trace/Debug.WriteLine instead Console.
typo fix
refactoring
2007-12-20 Igor Zelmanovich <igorz at mainsoft.com>
refactoring
2007-12-20 Igor Zelmanovich <igorz at mainsoft.com>
refactoring
refactoring
for TARGET_J2EE only:
for TARGET_J2EE only:
for TARGET_J2EE only:
removed dependency on J2EE.Helpers
refactoring
2007-12-24 Igor Zelmanovich <igorz at mainsoft.com>
update test with jsf implementation
2007-12-25 Igor Zelmanovich <igorz at mainsoft.com>
1. refactoring
added TARGET_J2EE
Upgrade test suite due to jsf integration
fixed/redesigned ScriptManagerProxy
2007-12-26 Igor Zelmanovich <igorz at mainsoft.com>
1. refactoring
refactoring
typo fix
fixed end lines
OutputStreamWrapper is cached.
UpdateProgress resolve ClienID of associated UpdatePanel
added 3.5 version
removed TARGET_JVM
fixed test
adjust rest services for 3.5 versions of client scripts
removed #if NET_3_5,
upgrade to 3.5 version
fixed exception handling for TARGET_J2EE
ResponseStateManager.getTreeStructureToRestore is called
typo fix
Page.ClientScript.RegisterForEventValidation is called from render phase
2008-01-01 Igor Zelmanovich <igorz at mainsoft.com>
added new classes.
added new classes.
added stubs for missing public API,
make it compatible with Sys.Web.Extensions scripts
implement GetRegisteredArrayDeclarations()
implement GetRegisteredExpandoAttributes()
initialize wrapped list if need
encode ExpandoAttribute if need.
implement GetRegisteredHiddenFields
implement GetRegisteredDisposeScripts()
implement
revert version to 1.0.61025.0
fixed RegisterStartupScript
added #if TARGET_DOTNET
added #if TARGET_DOTNET
added missing resources
fixed exception handling for TARGET_J2EE
typo fix
2007-01-06 Igor Zelmanovich <igorz at mainsoft.com>
2007-01-06 Igor Zelmanovich <igorz at mainsoft.com>
fixed RegisterScriptDescriptors and RegisterScriptReference
introduce new API IsProcessingInclude()
2008-01-07 Igor Zelmanovich <igorz at mainsoft.com>
fixed CreateActionUrl
2008-01-07 Igor Zelmanovich <igorz at mainsoft.com>
ScriptManager implements IScriptManager interface
added IScriptManager interface
added reference to System.Web.Phantom
GetService returns instance of the page if is.
added #if TARGET_J2EE
TARGET_J2EE:
2008-01-08 Igor Zelmanovich <igorz at mainsoft.com>
make WebForm_DoCallback useful within AJAX.
2008-01-09 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-09 Igor Zelmanovich <igorz at mainsoft.com>
avoid NullReferenceException
refactoring
2008-01-10 Igor Zelmanovich <igorz at mainsoft.com>
refactoring:
2008-01-10 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-13 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-13 Igor Zelmanovich <igorz at mainsoft.com>
refactoring
refactoring
removed 'mainsoft.web' section
remove PagesSection as obsolete
refactoring:
refactoring:
refactoring:
remove Console.WriteLine
remove Console.WriteLine
2008-01-14 Igor Zelmanovich <igorz at mainsoft.com>
TARGET_J2EE:
refactoring:
refactoring:
fixed class path.
remove TARGET_J2EE ifdef
added TARGET_J2EE ifdef
typo fix
consider args correctly
added TARGET_J2EE ifdef
fixed GenerateScriptTypes feature
fixed resolving relative path for services
register namespaces for script types if need
fixed GenerateScriptTypes feature
2008-01-16 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-16 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-17 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-17 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-17 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-17 Igor Zelmanovich <igorz at mainsoft.com>
set content encoding for HttpServletResponse (if any)
2008-01-21 Igor Zelmanovich <igorz at mainsoft.com>
typo fix
fixed web service proxy generation.
fix test suite
fix test
fix test suite
fix test suite
2008-01-23 Igor Zelmanovich <igorz at mainsoft.com>
refactoring
2008-01-23 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-27 Igor Zelmanovich <igorz at mainsoft.com>
added TARGET_JVM ifdefs
2008-01-28 Igor Zelmanovich <igorz at mainsoft.com>
refactoring
removed TARGET_JVM ifdef
refactoring
add #if TARGET_J2EE
add icons for tree view
2008-01-29 Igor Zelmanovich <igorz at mainsoft.com>
2008-01-29 Igor Zelmanovich <igorz at mainsoft.com>
TARGET_J2EE:
fix error messages
2008-01-30 Igor Zelmanovich <igorz at mainsoft.com>
fix exception propagation
2008-01-31 Igor Zelmanovich <igorz at mainsoft.com>
TARGET_JVM:
HttpWebRequest does not handle redirect,
2008-01-31 Igor Zelmanovich <igorz at mainsoft.com>
TARGET_JVM:
fix GetFilePath.
TARGET_J2EE:
2008-02-07 Igor Zelmanovich <igorz at mainsoft.com>
fix tests:
added TARGET_J2EE ifdef
added TARGET_J2EE ifdef
make Exception message more informative
merge r95480-95481
implement such JSF API for being compatible with using of log4j-1.2.13.jar with myfaces.
merge r95486-95487
add new internal interface for extending HttpWorkerRequest.
implement IHttpExtendedWorkerRequest
TARGET_J2EE:
TARGET_J2EE:
prevent InvalidCastExseption
merge r95956:95957
added TARGET_J2EE ifdef
TARGET_J2EE:
upgrade ProfileService up to used version of client scripts.
merge r96167:96168
refactoring:
refactoring
set user is authenticated state in client
merge r96240:96241
merge r96225:96227
2008-02-20 Igor Zelmanovich <igorz at mainsoft.com>
merge r96245:96256:
TARGET_J2EE:
TARGET_J2EE:
TARGET_J2EE:
TARGET_J2EE:
TARGET_J2EE:
2008-02-25 Igor Zelmanovich <igorz at mainsoft.com>
merge r96555:96556
TARGET_J2EE:
merge r96567:96568
set instance of IObjectsDeserializer into AppDomain
merge r96615:96616
2008-02-28 Igor Zelmanovich <igorz at mainsoft.com>
2008-02-28 Igor Zelmanovich <igorz at mainsoft.com>
refactoring: make the classes inheritable
revert changes from r 96616
merge r97270:97272
SYSTEM_WEB_EXTENSIONS:
merge r97285
ensure SaveViewState return correct value
merge r97295
format view state hidden field.
merge r97304
CharBucket consider Response Encoding.
merge r97323
fix bug #10016
fix getFacesContext()
merge r98121
refactoring
merge r98447
refactoring, add documentation
merge r98518
consider update panel correctly within follow api:
merge r98531
port test suite to TARGET_JVM
merge r98600
2008-03-20 Igor Zelmanovich <igorz at mainsoft.com>
svn path=/trunk/mcs/; revision=98681
fix BUG #10113
merge r98819
refactoring:
merge r98824
oreng: Fix TD bug 10127 - Upgraded 2.1 WAS/ Portal applications with assembly name different than virtual path are failed to start on GH 2.2
merge r98884
2008-04-14 Igor Zelmanovich <igorz at mainsoft.com>
switch to port 8080
add PageWithAdapter.aspx to the project
2008-05-04 Igor Zelmanovich <igorz at mainsoft.com>
2008-05-04 Igor Zelmanovich <igorz at mainsoft.com>
add TARGET_J2EE def
avoid NullReferenceException
2008-05-05 Igor Zelmanovich <igorz at mainsoft.com>
merge r108940-108941
merge r108947-108948
Ilya Kharmatsky (58):
svn path=/trunk/mcs/; revision=46204
svn path=/trunk/mcs/; revision=46205
svn path=/trunk/mcs/; revision=46206
svn path=/trunk/mcs/; revision=46207
svn path=/trunk/mcs/; revision=46208
svn path=/trunk/mcs/; revision=46209
svn path=/trunk/mcs/; revision=46210
svn path=/trunk/mcs/; revision=49276
Adding support for .net 2.0 property "BaseCompareValidator.CompareInvariantValues". The changes are also reflected in .net 1.1 implementations (the 2.0 related methods are defined
Bugs/implementations of Control's methods, reproduced by ControlTest from http://www.mono-project.com/ASPTests
Fixes and test refactoring for - VirtualPathUtility.cs class and respective test.
bug fix (wrong nunit API usage)
Implementation of ListControl.VerifyMultiSelect with method with proper overloading in derived types.
Fixed rendering problems in DetailsView control, related to an empty data source.
Added 'Ignore' attribute under TARGET_JVM directive.
Added 'Ignore' attribute under TARGET_JVM in order to workaround Grasshopper's bug.
Added 'Ignore' attributes, under TARGET_JVM directive in order to workaround
Workaround Grasshopper's bugs with 'Ignore' attributes.
Workaround Grasshopper's bugs with 'Ignore' and 'NotWorking' attribute / category.
Workaround not supported in Grasshopper property System.ArgumentNullException.ParamName.
Fixing the problems with compilation under JVM configuration (in Grasshopper),
Excluded under 'TARGET_JVM' not working test.
Fixed missed bracket under 'TARGET_JVM' directive.
Excluded test DefaultType in ToolboxItemAttributeTests.cs under 'TARGET_JVM'
In Dns.cs implemented proper exception handling when trying to resolve not existing address (under 'TARGET_JVM')
Updated list of files in Grasshopper's project file.
Additional stubs for net_2_0 methods inserted, bugs fixes (introduced help
Added SocketTest.jvm.cs - as a fork of SocketTest.cs, due to a big number of 'TARGET_JVM' specific changes.
Excluded the tests, which are not working under Grasshopper (all changes under 'TARGET_JVM' directive)
Changed SocketTest.cs to SocketTest.jvm.cs in project's file.
Excluded tests which are not working in Grasshopper.
In FileWebRequestTest and HttpWebRequestTest excluded not working under TARGET_JVM configuration tests.
Added 'Ignore' attribute in SortedDictionaryTest, under TARGET_JVM configuration
Ignoring non working tests, eol fix in SocketTest.jvm.cs
In ignore attribute, under TARGET_JVM replaced the message, which explains the resons.
WPS Membership provider implementation, based on PUMA API
Fixed paging in WPSMembershipProvider.cs
Removed unused field.
Added WPSMembershipProvider configuration.
temporarily removed WPSMembershipProvider configuration - till the whole integration of this feature.
Fixed methods GetUser, when the parameter username is null - should return 'current user'.
Small fixes and WPSGroupsRoleProvider implementation added.
Reverted back 'UserProperties' section in project file.
1. Renaming of WPS*.cs files and classes to WP*.cs
Comments and NET_2_0 derective.
Fixed RoleExists method - when wildcard used in "rolename" parameter.
Added stubs for implementation of WebSphere Profile Provider.
1. Fixed PumaServicesProvider.PumaController property
Integration of javax.portlet.PortletPreferences with SettingsPropertyValue.
1. Support of PortalPreferences, not defined in Web.config (and defined in portlet.xml)
1. Added WPAuthenticationModule.cs - WPS specific authentication module.
TD Bug fix: 7489 - the application should not throw an exception even if the configuration doesn't contain definition of JNDI entry for groups namespace.
Removed implementation of IsInRole - the question should be answered by RolePrincipal.
bug fixes
1. Ability to use AuthenticationModule also in servlet context, when the current user doesn't have security grants for accessing PUMA API.
Spell error in exception message fixed.
Fixed hardcoded 'Name' properties in different providers. Fixes TD bug (7751)
Proper exceptions throwing / handling under NET_2_0 target.
Ivan Zlatev (451):
2007-06-08 Ivan N. Zlatev <contact at i-nz.net>
2007-07-18 Ivan N. Zlatev <contact at i-nz.net>
2007-08-15 Ivan N. Zlatev <contact at i-nz.net>
2007-08-19 Ivan N. Zlatev <contact at i-nz.net>
Ops, forgot to remove the Test category.
2007-08-19 Ivan N. Zlatev <contact at i-nz.net>
2007-08-19 Ivan N. Zlatev <contact at i-nz.net>
2007-08-19 Ivan N. Zlatev <contact at i-nz.net>
2007-08-24 Ivan N. Zlatev <contact at i-nz.net>
ops.
2007-08-25 Ivan N. Zlatev <contact at i-nz.net>
2007-08-25 Ivan N. Zlatev <contact at i-nz.net>
2007-08-25 Ivan N. Zlatev <contact at i-nz.net>
2007-08-27 Ivan N. Zlatev <contact at i-nz.net>
2007-08-27 Ivan N. Zlatev <contact at i-nz.net>
2007-08-27 Ivan N. Zlatev <contact at i-nz.net>
2007-08-29 Ivan N. Zlatev <contact at i-nz.net>
2007-08-30 Ivan N. Zlatev <contact at i-nz.net>
2007-09-13 Ivan N. Zlatev <contact at i-nz.net>
2007-09-15 Ivan N. Zlatev <contact at i-nz.net>
2007-09-24 Ivan N. Zlatev <contact at i-nz.net>
2007-09-26 Ivan N.Zlatev <contact at i-nz.net>
2007-10-24 Ivan N. Zlatev <contact at i-nz.net>
2007-10-24 Ivan N. Zlatev <contact at i-nz.net>
2007-11-01 Ivan N. Zlatev <contact at i-nz.net>
2007-11-01 Ivan N. Zlatev <contact at i-nz.net>
2007-11-01 Ivan N. Zlatev <contact at i-nz.net>
2007-12-18 Ivan N. Zlatev <contact at i-nz.net>
2007-12-18 Ivan N. Zlatev <contact at i-nz.net>
2007-12-24 Ivan N. Zlatev <contact at i-nz.net>
2007-12-24 Ivan N. Zlatev <contact at i-nz.net>
2007-12-24 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-04 Ivan N. Zlatev <contact at i-nz.net>
2008-01-06 Ivan N. Zlatev <contact at i-nz.net>
2008-01-17 Ivan N. Zlatev <contact at i-nz.net>
2008-01-17 Ivan N. Zlatev <contact at i-nz.net>
2008-01-18 Ivan N. Zlatev <contact at i-nz.net>
2008-01-18 Ivan N. Zlatev <contact at i-nz.net>
2008-01-21 Ivan N. Zlatev <contact at i-nz.net>
2008-01-21 Ivan N. Zlatev <contact at i-nz.net>
2008-01-22 Ivan N. Zlatev <contact at i-nz.net>
2008-01-22 Ivan N. Zlatev <contact at i-nz.net>
2008-01-22 Ivan N. Zlatev <contact at i-nz.net>
2008-01-22 Ivan N. Zlatev <contact at i-nz.net>
2008-01-24 Ivan N. Zlatev <contact at i-nz.net>
2008-01-25 Ivan N. Zlatev <contact at i-nz.net>
2008-01-26 Ivan N. Zlatev <contact at i-nz.net>
2008-01-26 Ivan N. Zlatev <contact at i-nz.net>
2008-01-31 Ivan N. Zlatev <contact at i-nz.net>
2008-02-04 Ivan N. Zlatev <contact at i-nz.net>
2008-02-04 Ivan N. Zlatev <contact at i-nz.net>
2008-02-04 Ivan N. Zlatev <contact at i-nz.net>
2008-02-04 Ivan N. Zlatev <contact at i-nz.net>
2008-02-05 Ivan N. Zlatev <contact at i-nz.net>
2008-02-05 Ivan N. Zlatev <contact at i-nz.net>
2008-02-05 Ivan N. Zlatev <contact at i-nz.net>
2008-02-06 Ivan N. Zlatev <contact at i-nz.net>
2008-02-08 Ivan N. Zlatev <contact at i-nz.net>
2008-02-11 Ivan N. Zlatev <contact at i-nz.net>
2008-02-11 Ivan N. Zlatev <contact at i-nz.net>
2008-02-11 Ivan N. Zlatev <contact at i-nz.net>
2008-02-11 Ivan N. Zlatev <contact at i-nz.net>
2008-02-12 Ivan N. Zlatev <contact at i-nz.net>
2008-02-12 Ivan N. Zlatev <contact at i-nz.net>
2008-02-12 Ivan N. Zlatev <contact at i-nz.net>
2008-02-14 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-16 Ivan N. Zlatev <contact at i-nz.net>
2008-02-17 Ivan N. Zlatev <contact at i-nz.net>
2008-02-18 Ivan N. Zlatev <contact at i-nz.net>
2008-02-19 Ivan N. Zlatev <contact at i-nz.net>
2008-02-20 Ivan N. Zlatev <contact at i-nz.net>
2008-02-20 Ivan N. Zlatev <contact at i-nz.net>
2008-02-25 Ivan N. Zlatev <contact at i-nz.net>
2008-02-25 Ivan N. Zlatev <contact at i-nz.net>
2008-02-25 Ivan N. Zlatev <contact at i-nz.net>
2008-02-26 Ivan N. Zlatev <contact at i-nz.net>
2008-02-26 Ivan N. Zlatev <contact at i-nz.net>
2008-02-26 Ivan N. Zlatev <contact at i-nz.net>
2008-02-26 Ivan N. Zlatev <contact at i-nz.net>
2008-02-28 Ivan N. Zlatev <contact at i-nz.net>
2008-02-29 Ivan N. Zlatev <contact at i-nz.net>
2008-02-29 Ivan N. Zlatev <contact at i-nz.net>
2008-03-01 Ivan N. Zlatev <contact at i-nz.net>
2008-03-01 Ivan N. Zlatev <contact at i-nz.net>
2008-03-01 Ivan N. Zlatev <contact at i-nz.net>
2008-03-01 Ivan N. Zlatev <contact at i-nz.net>
2008-03-02 Ivan N. Zlatev <contact at i-nz.net>
2008-03-03 Ivan N. Zlatev <contact at i-nz.net>
2008-03-03 Ivan N. Zlatev <contact at i-nz.net>
2008-03-03 Ivan N. Zlatev <contact at i-nz.net>
2008-03-06 Ivan N. Zlatev <contact at i-nz.net>
2008-03-06 Ivan N. Zlatev <contact at i-nz.net>
2008-03-06 Ivan N. Zlatev <contact at i-nz.net>
2008-03-10 Ivan N. Zlatev <contact at i-nz.net>
2008-03-11 Ivan N. Zlatev <contact at i-nz.net>
2008-03-10 Ivan N. Zlatev <contact at i-nz.net>
2008-03-13 Ivan N. Zlatev <contact at i-nz.net>
2008-03-19 Ivan N. Zlatev <contact at i-nz.net>
2008-03-19 Ivan N. Zlatev <contact at i-nz.net>
2008-03-20 Ivan N. Zlatev <contact at i-nz.net>
2008-03-19 Ivan N. Zlatev <contact at i-nz.net>
2008-03-20 Ivan N. Zlatev <contact at i-nz.net>
2008-03-20 Ivan N. Zlatev <contact at i-nz.net>
2008-03-20 Ivan N. Zlatev <contact at i-nz.net>
2008-03-22 Ivan N. Zlatev <contact at i-nz.net>
2008-03-22 Ivan N. Zlatev <contact at i-nz.net>
2008-03-28 Ivan N. Zlatev <contact at i-nz.net>
2008-03-28 Ivan N. Zlatev <contact at i-nz.net>
2008-03-28 Ivan N. Zlatev <contact at i-nz.net>
2008-03-28 Ivan N. Zlatev <contact at i-nz.net>
2008-04-01 Ivan N. Zlatev <contact at i-nz.net>
2008-04-03 Ivan N. Zlatev <contact at i-nz.net>
2008-04-03 Ivan N. Zlatev <contact at i-nz.net>
2008-04-03 Ivan N. Zlatev <contact at i-nz.net>
2008-04-03 Ivan N. Zlatev <contact at i-nz.net>
2008-04-04 Ivan N. Zlatev <contact at i-nz.net>
2008-04-04 Ivan N. Zlatev <contact at i-nz.net>
2008-04-05 Ivan N. Zlatev <contact at i-nz.net>
2008-04-05 Ivan N. Zlatev <contact at i-nz.net>
2008-04-05 Ivan N. Zlatev <contact at i-nz.net>
2008-04-07 Ivan N. Zlatev <contact at i-nz.net>
2008-04-18 Ivan N. Zlatev <contact at i-nz.net>
2008-04-18 Ivan N. Zlatev <contact at i-nz.net>
2008-04-19 Ivan N. Zlatev <contact at i-nz.net>
2008-04-19 Ivan N. Zlatev <contact at i-nz.net>
2008-04-19 Ivan N. Zlatev <contact at i-nz.net>
2008-04-19 Ivan N. Zlatev <contact at i-nz.net>
revert an accidental commit.
2008-04-19 Ivan N. Zlatev <contact at i-nz.net>
2008-04-20 Ivan N. Zlatev <contact at i-nz.net>
2008-04-20 Ivan N. Zlatev <contact at i-nz.net>
2008-04-20 Ivan N. Zlatev <contact at i-nz.net>
2008-04-20 Ivan N. Zlatev <contact at i-nz.net>
2008-04-21 Ivan N. Zlatev <contact at i-nz.net>
2008-04-22 Ivan N. Zlatev <contact at i-nz.net>
2008-04-23 Ivan N. Zlatev <contact at i-nz.net>
2008-05-05 Ivan N. Zlatev <contact at i-nz.net>
2008-05-05 Ivan N. Zlatev <contact at i-nz.net>
2008-05-07 Ivan N. Zlatev <contact at i-nz.net>
2008-05-12 Ivan N. Zlatev <contact at i-nz.net>
2008-05-19 Ivan N. Zlatev <contact at i-nz.net>
2008-05-19 Ivan N. Zlatev <contact at i-nz.net>
2008-05-19 Ivan N. Zlatev <contact at i-nz.net>
2008-05-27 Ivan N. Zlatev <contact at i-nz.net>
2008-05-27 Ivan N. Zlatev <contact at i-nz.net>
2008-05-27 Ivan N. Zlatev <contact at i-nz.net>
2008-05-27 Ivan N. Zlatev <contact at i-nz.net>
2008-05-27 Ivan N. Zlatev <contact at i-nz.net>
2008-05-28 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-29 Ivan N. Zlatev <contact at i-nz.net>
2008-05-30 Ivan N. Zlatev <contact at i-nz.net>
2008-05-30 Ivan N. Zlatev <contact at i-nz.net>
2008-05-30 Ivan N. Zlatev <contact at i-nz.net>
2008-05-30 Ivan N. Zlatev <contact at i-nz.net>
2008-05-30 Ivan N. Zlatev <contact at i-nz.net>
2008-06-02 Ivan N. Zlatev <contact at i-nz.net>
2008-06-02 Ivan N. Zlatev <contact at i-nz.net>
2008-06-02 Ivan N. Zlatev <contact at i-nz.net>
2008-06-02 Andy Hume <andyhume32 at yahoo.co.uk>
2008-06-02 Ivan N. Zlatev <contact at i-nz.net>
2008-06-02 Ivan N. Zlatev <contact at i-nz.net>
2008-06-03 Ivan N. Zlatev <contact at i-nz.net>
2008-06-03 Ivan N. Zlatev <contact at i-nz.net>
2008-06-03 Ivan N. Zlatev <contact at i-nz.net>
2008-06-10 Ivan N. Zlatev <contact at i-nz.net>
2008-06-18 Ivan N. Zlatev <contact at i-nz.net>
2008-06-18 Ivan N. Zlatev <contact at i-nz.net>
2008-06-18 Ivan N. Zlatev <contact at i-nz.net>
2008-06-18 Ivan N. Zlatev <contact at i-nz.net>
2008-06-19 Andy Hume <andyhume32 at yahoo dot co dot uk>
2008-06-20 Ivan N. Zlatev <contact at i-nz.net>
2008-06-22 Ivan N. Zlatev <contact at i-nz.net>
2008-06-22 Ivan N. Zlatev <contact at i-nz.net>
2008-06-25 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-27 Ivan N. Zlatev <contact at i-nz.net>
2008-06-28 Ivan N. Zlatev <contact at i-nz.net>
2008-06-28 Ivan N. Zlatev <contact at i-nz.net>
2008-06-28 Ivan N. Zlatev <contact at i-nz.net>
2008-06-28 Ivan N. Zlatev <contact at i-nz.net>
2008-06-28 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-07 Ivan N. Zlatev <contact at i-nz.net>
2008-07-08 Ivan N. Zlatev <contact at i-nz.net>
2008-07-16 Ivan N. Zlatev <contact at i-nz.net>
2008-07-16 Ivan N. Zlatev <contact at i-nz.net>
2008-07-17 Ivan N. Zlatev <contact at i-nz.net>
2008-07-17 Ivan N. Zlatev <contact at i-nz.net>
2008-07-17 Ivan N. Zlatev <contact at i-nz.net>
2008-07-21 Ivan N. Zlatev <contact at i-nz.net>
2008-07-24 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-25 Ivan N. Zlatev <contact at i-nz.net>
2008-07-26 Ivan N. Zlatev <contact at i-nz.net>
2008-07-27 Ivan N. Zlatev <contact at i-nz.net>
2008-07-27 Ivan N. Zlatev <contact at i-nz.net>
2008-07-28 Ivan N. Zlatev <contact at i-nz.net>
2008-07-28 Ivan N. Zlatev <contact at i-nz.net>
2008-07-29 Ivan N. Zlatev <contact at i-nz.net>
2008-07-30 Ivan N. Zlatev <contact at i-nz.net>
2008-07-30 Ivan N. Zlatev <contact at i-nz.net>
2008-07-30 Ivan N. Zlatev <contact at i-nz.net>
2008-07-30 Ivan N. Zlatev <contact at i-nz.net>
2008-08-04 Ivan N. Zlatev <contact at i-nz.net>
2008-08-05 Ivan N. Zlatev <contact at i-nz.net>
2008-08-05 Ivan N. Zlatev <contact at i-nz.net>
2008-08-07 Ivan N. Zlatev <contact at i-nz.net>
2008-08-07 Ivan N. Zlatev <contact at i-nz.net>
2008-08-15 Ivan N. Zlatev <contact at i-nz.net>
2008-08-16 Ivan N. Zlatev <contact at i-nz.net>
2008-08-24 Ivan N. Zlatev <contact at i-nz.net>
2008-09-01 Ivan N. Zlatev <contact at i-nz.net>
2008-09-01 Ivan N. Zlatev <contact at i-nz.net>
2008-09-01 Ivan N. Zlatev <contact at i-nz.net>
2008-09-03 Ivan N. Zlatev <contact at i-nz.net>
2008-09-04 Ivan N. Zlatev <contact at i-nz.net>
2008-09-07 Ivan N. Zlatev <contact at i-nz.net>
2008-09-07 Ivan N. Zlatev <contact at i-nz.net>
2008-09-08 Ivan N. Zlatev <contact at i-nz.net>
2008-09-08 Ivan N. Zlatev <contact at i-nz.net>
2008-09-15 Ivan N. Zlatev <contact at i-nz.net>
2008-09-17 Ivan N. Zlatev <contact at i-nz.net>
2008-09-17 Ivan N. Zlatev <contact at i-nz.net>
2008-09-18 Ivan N. Zlatev <contact at i-nz.net>
2008-09-18 Ivan N. Zlatev <contact at i-nz.net>
2008-09-18 Ivan N. Zlatev <contact at i-nz.net>
2008-10-02 Ivan N. Zlatev <contact at i-nz.net>
2008-10-03 Ivan N. Zlatev <contact at i-nz.net>
2008-10-03 Ivan N. Zlatev <contact at i-nz.net>
2008-10-03 Ivan N. Zlatev <contact at i-nz.net>
2008-10-03 Ivan N. Zlatev <contact at i-nz.net>
2008-10-03 Ivan N. Zlatev <contact at i-nz.net>
2008-10-04 Ivan N. Zlatev <contact at i-nz.net>
2008-10-13 Ivan N. Zlatev <contact at i-nz.net>
2008-10-15 Ivan N. Zlatev <contact at i-nz.net>
2008-10-15 Ivan N. Zlatev <contact at i-nz.net>
2008-10-15 Ivan N. Zlatev <contact at i-nz.net>
2008-10-16 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-11-30 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-01 Ivan N. Zlatev <contact at i-nz.net>
2008-12-05 Ivan N. Zlatev <contact at i-nz.net>
2008-12-05 Ivan N. Zlatev <contact at i-nz.net>
2008-12-05 Ivan N. Zlatev <contact at i-nz.net>
2008-12-05 Ivan N. Zlatev <contact at i-nz.net>
2008-12-05 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-06 Ivan N. Zlatev <contact at i-nz.net>
2008-12-07 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-08 Ivan N. Zlatev <contact at i-nz.net>
2008-12-09 Ivan N. Zlatev <contact at i-nz.net>
2008-12-22 Ivan N. Zlatev <contact at i-nz.net>
2008-12-22 Ivan N. Zlatev <contact at i-nz.net>
2008-12-23 Ivan N. Zlatev <contact at i-nz.net>
2008-12-29 Ivan N. Zlatev <contact at i-nz.net>
2008-12-30 Ivan N. Zlatev <contact at i-nz.net>
2008-12-30 Ivan N. Zlatev <contact at i-nz.net>
2008-12-31 Ivan N. Zlatev <contact at i-nz.net>
2008-12-31 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-01 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-02 Ivan N. Zlatev <contact at i-nz.net>
2009-01-03 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-09 Ivan N. Zlatev <contact at i-nz.net>
2009-01-11 Ivan N. Zlatev <contact at i-nz.net>
2009-01-11 Ivan N. Zlatev <contact at i-nz.net>
2009-01-11 Ivan N. Zlatev <contact at i-nz.net>
2009-01-11 Ivan N. Zlatev <contact at i-nz.net>
2009-01-16 Ivan N. Zlatev <contact at i-nz.net>
2009-01-19 Ivan N. Zlatev <contact at i-nz.net>
2009-01-19 Ivan N. Zlatev <contact at i-nz.net>
2009-01-23 Ivan N. Zlatev <contact at i-nz.net>
2009-01-23 Ivan N. Zlatev <contact at i-nz.net>
2009-01-26 Ivan N. Zlatev <contact at i-nz.net>
2009-01-26 Ivan N. Zlatev <contact at i-nz.net>
2009-01-27 Ivan N. Zlatev <contact at i-nz.net>
2009-01-27 Ivan N. Zlatev <contact at i-nz.net>
2009-01-28 Ivan N. Zlatev <contact at i-nz.net>
2009-01-28 Ivan N. Zlatev <contact at i-nz.net>
2009-01-30 Ivan N. Zlatev <contact at i-nz.net>
2009-02-01 Ivan N. Zlatev <contact at i-nz.net>
2009-02-01 Ivan N. Zlatev <contact at i-nz.net>
2009-02-01 Ivan N. Zlatev <contact at i-nz.net>
2009-02-02 Ivan N. Zlatev <contact at i-nz.net>
2009-02-03 Ivan N. Zlatev <contact at i-nz.net>
2009-02-05 Ivan N. Zlatev <contact at i-nz.net>
2009-02-07 Ivan N. Zlatev <contact at i-nz.net>
2009-02-07 Ivan N. Zlatev <contact at i-nz.net>
2009-02-19 Ivan N. Zlatev <contact at i-nz.net>
2009-02-19 Ivan N. Zlatev <contact at i-nz.net>
2009-02-22 Ivan N. Zlatev <contact at i-nz.net>
2009-02-23 Ivan N. Zlatev <contact at i-nz.net>
2009-02-24 Ivan N. Zlatev <contact at i-nz.net>
2009-03-04 Ivan N. Zlatev <contact at i-nz.net>
2009-03-04 Ivan N. Zlatev <contact at i-nz.net>
2009-03-06 Ivan N. Zlatev <contact at i-nz.net>
2009-03-07 Ivan N. Zlatev <contact at i-nz.net>
2009-03-08 Ivan N. Zlatev <contact at i-nz.net>
2009-03-08 Ivan N. Zlatev <contact at i-nz.net>
2009-03-16 Ivan N. Zlatev <contact at i-nz.net>
2009-03-16 Ivan N. Zlatev <contact at i-nz.net>
2009-03-16 Ivan N. Zlatev <contact at i-nz.net>
2009-03-16 Ivan N. Zlatev <contact at i-nz.net>
2009-03-17 Ivan N. Zlatev <contact at i-nz.net>
2009-03-17 Ivan N. Zlatev <contact at i-nz.net>
2009-03-18 Ivan N. Zlatev <contact at i-nz.net>
2009-03-18 Ivan N. Zlatev <contact at i-nz.net>
2009-03-18 Ivan N. Zlatev <contact at i-nz.net>
2009-03-18 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-19 Ivan N. Zlatev <contact at i-nz.net>
2009-03-25 Ivan N. Zlatev <contact at i-nz.net>
2009-03-26 Ivan N. Zlatev <contact at i-nz.net>
2009-03-26 Ivan N. Zlatev <contact at i-nz.net>
2009-03-26 Ivan N. Zlatev <contact at i-nz.net>
2009-03-26 Ivan N. Zlatev <contact at i-nz.net>
2009-03-26 Ivan N. Zlatev <contact at i-nz.net>
2009-03-27 Ivan N. Zlatev <contact at i-nz.net>
2009-03-28 Ivan N. Zlatev <contact at i-nz.net>
2009-03-30 Tom Hindle <tom-hindle at sil.org>
2008-06-05 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-09 Ivan N. Zlatev <contact at i-nz.net>
2009-06-16 Ivan N. Zlatev <contact at i-nz.net>
2009-06-16 Ivan N. Zlatev <contact at i-nz.net>
2009-06-16 Ivan N. Zlatev <contact at i-nz.net>
2009-06-16 Ivan N. Zlatev <contact at i-nz.net>
2009-06-16 Ivan N. Zlatev <contact at i-nz.net>
2009-08-07 Ivan N. Zlatev <contact at i-nz.net>
2009-08-07 Ivan N. Zlatev <contact at i-nz.net>
2009-08-09 Ivan N. Zlatev <contact at i-nz.net>
2009-08-11 Ivan N. Zlatev <contact at i-nz.net>
2009-08-27 Ivan N. Zlatev <contact at i-nz.net>
2009-08-27 Ivan N. Zlatev <contact at i-nz.net>
2009-09-03 Ivan N. Zlatev <contact at i-nz.net>
2009-09-03 Ivan N. Zlatev <contact at i-nz.net>
2009-09-07 Ivan N. Zlatev <contact at i-nz.net>
2009-09-09 Ivan N. Zlatev <contact at i-nz.net>
2009-09-10 Ivan N. Zlatev <contact at i-nz.net>
2009-09-10 Ivan N. Zlatev <contact at i-nz.net>
2009-09-11 Ivan N. Zlatev <contact at i-nz.net>
2009-09-11 Ivan N. Zlatev <contact at i-nz.net>
2009-09-11 Ivan N. Zlatev <contact at i-nz.net>
2009-09-14 Ivan Zlatev <contact at i-nz.net>
2009-09-24 Ivan Zlatev <contact at i-nz.net>
2009-09-24 Ivan N. Zlatev <contact at i-nz.net>
2010-02-25 Ivan Zlatev <ivan at ivanz.com>
2010-02-25 Ivan Zlatev <ivan at ivanz.com>
2010-02-25 Ivan Zlatev <ivan at ivanz.com>
2010-04-24 Ivan Zlatev <ivan at ivanz.com>
2010-04-25 Ivan Zlatev <ivan at ivanz.com>
2010-04-26 Ivan Zlatev <ivan at ivanz.com>
2010-04-27 Ivan Zlatev <ivan at ivanz.com>
2010-05-02 Ivan Zlatev <ivan at ivanz.com>
Jackson Harper (2200):
Added test for Evidence class
AllMembershipCondition.cs: Made GetHashCode act more like MS version. All AllMembershipCondition instance's will return the same hashcode but this hashcode should still be unique to AllMembershipCondition's.
Added class
Implemented most methods
FirstMatchCodeGroup.cs, Hash.cs: New classes, somewhat finished
Added class
Changed FileName property to the correct name 'SourceFile'
Added file
Fixed (C) in file header
Fixed (C) in header
No longer waits untill mcs is finished running to read output, this should prevent crashes from buffers filling up
Added files
Added Microsoft.CSharp tests
Added Microsoft.CSharp/Compiler.cs to build
ToString() Do not show source file info if there was no source file in the error message
Added tests for the Microsoft.CSharp.CompilerError class
Updating changelog
Error levels are now lower case to match MS spec
Reordered ErrorLevel enumeration to match MS values
Fixed date in changelog
Made class sealed
Added mapping attribute to MachineFactories
Updated changelog
Added more tests
ToString now uses the SecurityElement class, Assembly byte data is cached after the first load
Added File
Added copyright
Added file
Added stub
Removed TODO attribute from abstract members
Removed Compiler classes that are being moved to their own assembly
Moving these classes to their own assembly
Moved files
Added file
Added files
Added Cscompmgd to the build
Put CSharpCodeGenerator.cs back in build
Fixed typo
Source text is now implemented so you can pass strings of C# code to be compiled
Moved StreamWriter creation into a try block
Remove references to soon to be removed Tests
ChangeLog
Removed compiler tests
Removed files
Partially implemented bugreport option, also only allow valid options now
Comment out UTF8... test (it does not exist)
Moved ErrorLevel enum into its own file
Copy constructor does not attempt to merge if it recieves a null ref
Use Path.GetFileNameWithoutExtension so an exception is not thrown when extensionless outputs are used
Move must_send_finished var declaration out of #if win32 block (this fixes the build on win32)
Add REGION flag to #region directives, and add checks to make sure that regions are being poped correctly
Add Cleanup method, also fix #region error messages.
Call lexer.Cleanup when the lexer reaches the EOF.
Remove cleanup stuff, it has been moved to a better spot.
Add cleanup call.
Set file name when specified with #line
Add parameters and locals set in catch blocks that might return to set vector
Check access levels when resolving types
Add ChangeLog
Addnew Driver, Add new tests directory
* Class.cs: Don't try to emit methods if we don't have any
* ILParser.jay: Add call instruction, other little fixes and additions
Add ChangeLog
Use new Driver.cs instead of Main.cs
Makfile update
Add ChangeLog, Add HelloWorld.il test
Resolve parameter types in a more proper manner.
Added file
Remove some debugging info.
* HelloWorld.il: Remove
Use .il files not .cs ;-)
Add Header, put in a namespace
* IlToken.cs: Add Dash Token (this is used for assembly names)
* ILParser.jay: Add dash token, allow assembly refs to have dashes in their names.
* ILParser.jay: Allow assembly names to have lots of dashes.
Handle .local and newobj
* Method.cs: Add functionality to define local variables
* test-2.il: Add new test
Change class name
Change class name
* TypeManager.cs: Add file
Handle argument lists better
Add TypeManager.cs to build
oops
forgot to commit changelog
Create type names properly
* TypeManager.cs: Fix error parsing type names
forgot changelog
Use full names for calling instructions
Use TypeManager to loopup types
* Class.cs: Resolve Methods before emiting
full names can be short names too (for members)
* test-3.il: Add file
* Method.cs: Add method to set parameters,
Use arg_list for method signatures, set method parameters
* test-4.il: Add file
* makefile: remove unneeded rm's
* mddump.cs: Comment out some stuff that does not need to be seen.
* MDStream.cs: Use PEUtils.GetString instead of new string (byte*)
* COFFHeader.cs: Convert to class, use Read and Write methods.
forgot ChangeLog savation ;-)
* MDStream.cs: Make Header a class and use a Read method to load it. Because it is no longer
ChangeLog
* Section.cs: Convert Header to a class and lowers it accesability.
* Section.cs: Make Read method safe
* Section.cs: Add Method to write Headers
* AssemblyInfo.cs: Add file
* Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
* Section.cs: Add method for writing Sections
* Image.cs: Write Sections
* Image.cs: Write CorHeader
ChangeLog
* CompilerError.cs: Use fields not properties, and remove unneeded finalizer
* MetaDataRoot.cs: Add method to write Metadata
* MDStream.cs: Add methods to write metadata streams
* Image.cs: Write Metadata root
Add PEAPI directory
* PEAPI.cs: Add file
* PEAPI.cs: Do not add file extensions to output names
* makefile.gnu: Add file
* makefile.gnu: Add PEAPI to the build
Forgot ChangeLog
* ClassTable.cs: Add file, this is a 'table' for storing classes
* CodeGen.cs: Reconfigure to work with new PEAPI emission system
changelog
* ILParser.jay: Reconfigure to work with new PEAPI emission system
* Driver.cs: Change a few calls to match new CodeGen
* makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
* ClassTable.cs: Add method for adding class definitions to the
changelog
* ILParser.jay: Pass null Location when adding class, concat dottedName pieces
* CodeGen.cs: Use class table for adding type definitions
* ClassTable.cs: Return ClassDef when defining types
* codegen/ClassTable.cs: Add method to check for undefined types
* makefile: add some tests
* AssemblyInfo.cs: Bump up version number, this new version is a major
* makefile, makefile.gnu: Add AssemblyInfo.cs to build
* ClassTable.cs, CodeGen.cs: Add methods to allow types to inherit from another type.
* ILParser.jay: Implemented class inheritence
* test-6.il: Define class that field references
* Driver.cs: If a file does not exist print an error and exit.
* test-8.il: New test, test creating a class that inherits from something other then System.Object
* CodeGen.cs: Add ExternTable property
* ILParser.jay: Reference external assemblies.
* makefile, makefile.gnu: Add ExternTable to build
* ILParser.jay: Create method attributes
* ExternTable.cs: Do not verify the existence of external types
* ILParser.jay: Add implemented interfaces
* main.c: Ouput implements clause as a comma seperated list.
* ILParser.jay: Set Call Conventions and Implementation Flags
* PEAPI.cs: (ImplAttr) Add Optil implementation flag (not supported
//
* TypeRef.cs: New file, used for pairing types and their names.
* ClassTable.cs: Add Method tables to Class tables, add method to get a
* makefile, makefile.gnu: Add MethodTable and TypeRef to build.
* ILParser.jay: Create TypeRefs instead of types, define methods.
* CodeGen.cs: Set current method when a new method is added.
* ILParser.jay: Set entrypoint
* ILParser.jay: Set MaxStack, clean up some typos
* CodeGen.cs: Add code buffer for il instructions when a new method is added.
* makefile, makefile.gnu: Add InstrTable to build
* ILTokenizer.cs: Use InstrTable for looking up and getting Opcodes
* ILParser.jay: Emit simple instructions
* InstrTable.cs: Fix instructions that have dots in their name
* ILParser.jay: Remove unused references
* InstrTable.cs: Add IntOps (instructions that take an integer param)
* ILTokenizer.cs: Use the IsInstr method for checking if a string is an instruction
* ILParser.jay: Emit instructions that take a single int32 as a param
* InstrTable.cs: Add TypeOps (instructions that take a type param)
* ILParser.jay: Emit instructions that take a single type as a param
* CodeGen.cs: Add method to get method references.
* ILParser.jay: Emit instructions that take a method def as a single param
* ILParser.jay: Create external method references
* InstrTable.cs: Add ldstr instruction
* ILParser.jay: Emit ldstr instruction
* InstrTable.cs: Add FieldOp instructions
* FieldTable.cs: New file, holds a classes fields
* makefile, makefile.gnu: Add FieldTable to build
* ClassTable.cs: Classes now store field tables
* ILParser.jay: Add fields to the field table, add field references,
* ILParser.jay: Add external field references
* ILParser.jay: de-bacwardificate values passed to add method,
* ILParser.jay: Add param_list definition, use param_list for method refs
* ILParser.jay: Define local variables
* ILTokenizer.cs: Fire an event when a new token is ready.
* Driver.cs: Add switch to display tokens as they are generated.
* ILParser.jay: Use assembly_ref for extern assemblies so names with dashes can be used.
* ILTokenizer.cs: Append tail to values so opcodes like ldarg.s
* ILParser.jay: .ctor and .cctor can also be method names.
* MethodTable.cs: Fire events when methods are defined and referenced
* Driver.cs: Add switch to display method definitions and references.
* test-9.il: New test, test instaniating a class
* ILParser.jay: Set CallConvs properly, use type_ref instead of type for
* test-9.il: Add output to the constructor so I know it is called, give
* ILParser.jay: Set CallConv for opcodes that have a call conv,
* MethodTable.cs: Add method to Check if all methods have been defined, set referenced methods properties when defining them
* ClassTable.cs: Set defined flag and type attributes for referenced
* ILParser.jay: Add object to primative types
* tests: Update to valid il code.
* ILParser.jay: Allow assembly refs to have dots in name.
* NumberHelper.cs: Handle strange number situations like 8:99:0
* ILParser.jay: .hash algorithm can be followed by bytes
added ilasm man page
* Driver.cs: Add switch to display parser debugging information.
* InstrTable.cs: Add branch ops switch, and lc.r*, also fix some
* ILReader.cs: Instead of mainting a buffer let the reader handle
* NumberHelper.cs: handle sci, hex, and byte
* ILParser.jay: New grammar that I haven't made a mess of, this
* ILTables.cs: Remove 'ptr' I can't find documentation for this
* ILTokenizer.cs: Take some special cases into account.
* Driver.cs: de-tabbify
* InstrTable.cs: Add Calli, detabify
* ExternTable.cs: Add method to lookup classes with a full name,
* ILParser.jay: Add code from old parser to declare and define classes.
* ILParser.jay: Implement most of type
* ILParser.jay: Concat slashed names properly
* ExternTable.cs: Remove some unsed fields.
* ILTokenizer.cs: Handle Ellipsis
* test-10.il: New test, does some bounded array stuff
* ILParser.jay: Add bound arrays
* NumberHelper.cs: handle situations like this 21452. properly
* ClassTable.cs: Do not append a . to names that are not in a
* ILParser.jay: Use the CodeGen CompleteClass method when a class
* ILParser.jay: Support pinned, modreq, and modopt types.
* ILParser.jay: Support pinned, modreq, and modopt types.CVS: ----------------------------------------------------------------------
* ILParser.jay: Add TypedRef primative type.
* ILParser.jay: Add Call conventions, fix primitive spelling.
Initialize call conv
* ILParser.jay: Proper names for native int and native uint
* ILParser.jay: Support most non-obsolete native types.
new test
* ILToken.cs: Add open angle bracket, and close angle bracket tokens.
* ILParser.jay: Add parameterized types to classes.
Add I
* ILParser.jay: Add parameterized method declarations.
* PEAPI.cs: Add GenericParameter table, and method to add generic
* ILParser.jay: Emit parameterized types
remove classref references
My picture.
Add my picture
* PEAPI.cs: Add indexes to GenericParameters, make string index
* ILParser.jay: Set type parameter index
* ILParser.jay: Implement most field features
* TypeRef.cs: Return FieldDef when adding a field def to a class
* ILParser.jay: Implement data items
forgot changelog
* ExternTypeRef.cs: New file - Represents a reference to a type in
* ILParser.jay: Use new types and methods to build a tree.
* TypeRef.cs: Rewrite - Typerefs are now resolved after parsing.
* Driver.cs: Call new codegen methods.
* PeapiTypeRef.cs: New file - base wrapper for type refs that are
* AssemblyInfo.cs: Increase version number.
* ExternTypeRef.cs: external types are classrefs
* ILParser.jay: Add external types to the extern type table.
* MethodDef.cs: New file - definition of a method.
* makefile: Add new types to build
* FieldDef.cs: Change peapi fielddef name.
* CodeGen.cs: Add method to add data
* ILParser.jay: Define data, fix repeat_opt allways being set.
* makefile: Add DataDef to build
"oops forgot to commit"
* ILTokenizer.cs: Get instructions from table and check if they
* InstrTable.cs: Much simpler system. All tokens go into one
* MethodDef.cs: Accept and emit instructions.
* makefile: Add instructions to build
* ILParser.jay: Implement non marshalled methodheads, method
forgot
Fix typo
* CodeGen.cs: Add outer classes to typedefs if necesary
* ILParser.jay: Fix a bunch of conversions, implement hexbytes
* TypeManager.cs: Check if type is defined before defining it.
* TypeManager.cs: Check if type is defined before defining it.
* CodeGen.cs: Define the contents of types after all types have
* AssemblyInfo.cs: Bump up version number
* ILParser.jay: Set int64's masquerading as int32 to upper and
* LdcInstr.cs: New file - lcd* instructions
Add new instructions to build.
* ILParser.jay: Use new MiscInstr.ldstr for ldstr, add INSTR_Rs
* ILParser.jay: Use new MiscInstr.ldstr for ldstr, add INSTR_Rs
* MethodDef.cs: Add ability to add and emit labels
Add BranchInstr to build.
* ILParser.jay: Add labels to methods, add branching instructions.
* SwitchInstr.cs: New file - implementation of switch instructions
Add SwitchInstr.cs to build
* ILParser.jay: Emit INSTR_I8 instructions as int
* ILParser.jay: Remove extraneous dotted_name, also make comp_name
* ILParser.jay: Remove dotted_name, it is not used at all
* TypeInstr.cs: New file - implementation of instructions that
Add TypeInstr to build.
* ILParser.jay: Add type instructions. NOTE - type_spec is not
* IMethodRef.cs: New file - Interface that method references must
Add new files to build.
* ILParser.jay: Add locals, method references, and method instructions
* ExternTypeRef.cs: Add methods to get classref and methodrefs
* MethodRef.cs: New file - Reference to a method in this assembly.
* ExternTable.cs: Alias corlib to mscorlib since these seem to get
* MethodDef.cs: Allways set max stack
* GlobalMethodRef.cs: New file - A reference to a global method
Add global method refs to build.
* ILParser.jay: Add global method references
* CodeGen.cs: Store global methods and fields in hashtables to
* IFieldRef.cs: New file - interface field references must implement
Add field types to build.
* ILParser.jay: Add field instructions
* PEAPI.cs: The class size in class layout metadata table is a
* TypeDef.cs: Add size and packing information
* ILParser.jay: Set size and packing information for types
* TypeDef.cs: Add named param table and methods to get named param
* ILParser.jay: Add tokens for instructions that take param and
* MethodDef.cs: Add named param table and methods to get named param
* ILTokenizer.cs: If toen.token does not create a keyword return
* ILParser.jay: Convert cast integers to floats.
* PEAPI.cs: Add methods to allow methods to be added to arrays.
* ExternMethodRef.cs: Accept and add calling conventions. Add
* ILParser.jay: Use new methods for converting types to
* Driver.cs: Return an error code if any errors occur during
* Driver.cs: Print error exception when compilation fails.
* ILParser.jay: When the float32 (0xFFFFFF) syntax is used the hex
* ILParser.jay: Same as below but with float64 ()
* Driver.cs: Add command switch to delete output files created if
* Driver.cs: Exit with 1 return code when no arguments are supplied.
* CalliInstr.cs: New file - The calli instruction
Add new instructions to build
* ILParser.jay: INT_I8s are not int instructions, currently the
* InstrTable.cs: ldc.i8 is a TOKEN_I8 and should be given the
* ILParser.jay: When converting from int32 to int64 do an exact
* ILParser.jay: Add ldc.r4 to INSTR_R int also fix cast to double.
* ILTables.cs: Comment out nan and inf keywords, these are not
* ILParser.jay: Comment out K_IMF and K_NAN these are not used in
* InstrTable.cs: Add unsigned conversion instructions.
* ILTokenizer.cs: When building instructions allow the '.' char so
* CatchBlock.cs: New file - Initial implementation of a catch
add new files to build.
* ILParser.jay: Implement label form structured exception handling.
* ILParser.jay: Remove top secret debugging code.
* CatchBlock.cs: Remove typo causing to labels to be the same as
* PEAPI.cs: Create a list of vararg signatures and add them all to
* CodeGen.cs: Add method to resolve global vararg methods.
* ILParser.jay: Pass call conv to methoref constructors. Add the
* PEAPI.cs: Initial work on implementing custom
* ILTables.cs: Add refany keyword which is just an alias for typedref.
* CustomAttr.cs: New file - Custom attributes
Add custom attributes to build.
* ILParser.jay: When looking up types first check to see if this
misc diff tests, proper tests to come soon.
more tests
* ILParser.jay: Use type instead of params for calli signatures.
* CodeGen.cs: Allow this assembly name to be set.
* ILParser.jay: Set assembly names. When looking up types in the
* ILParser.jay: Assembly and module names may have dashes in them
* EventDef.cs: New file - An event definition.
Add eventdefs and feature attrs to build
* ILParser.jay: Add generic type parameters to types. Implement events.
More tests
* TypeDef.cs: Fix silly null reference bug.
* TypeDef.cs: Add properties to types.
Add property def to build
* ILParser.jay: Implement properties
Another test.
* AssemblyInfo.cs: Bump version number up (way up) lots of
* Array.cs: Revert last patch, it broke some other functionality.
* EventDef.cs: Only add one method for addon, fire, other, and
* ITypeRef.cs, PeapiTypeRef.cs, TypeRef.cs: Quick hack for custom
* ILParser.jay: Implement custom modified types.
* CodeGen.cs: Add methods for setting corflags, subsystem, and corflags.
* ILTables.cs: Add imagebase keyword.
* ILParser.jay: Add set imagebase, subsystem, and corflags.
* CodeGen.cs: When creating nested types cache their names using
* CodeGen.cs: Fix buglet in cache name creating (I will claim this
* get.c: Fix modopt and modreq
* PEAPI.cs: Cleanup methods for generics, now that constraints and
* TypeDef.cs: Emit generic parameters.
* ILParser.jay: Seperate generic constraints from generic parameters.
* Makefile: Add the class/lib directory to the lib path so the
* PEAPI.cs: Allow generic constraints to be added, emit generic
* TypeDef.cs: Allow adding and emitting generic type
* ILParser.jay: Add generic type constraints and tokens used to
* ILTables.cs: Add tokens for generic constraints.
* test-11.il: Don't specify constraints with ids anymore
* Driver.cs: Use WriteLine for 'compilation succeeded'
* PEAPI.cs: Add GenericTypeSpec so generic members can be
* GenericTypeRef.cs: New File - A reference to a generic type
* ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build
* ILParser.jay: Add generic type refs, and fake generic class refs.
* image.c: Allow new metadata tables to be loaded without a
Some generics tests
* PEAPI.cs: Add methods to PEFile to allow fields and methods to
* GenericTypeInst.cs: New File - A type reference to an instance
Add new types to build.
* ILParser.jay: Do not use the AsClassRef method anymore to attach
Another generics test
Instantiate generic types so we don't get null pointers
* MethodDef.cs: Do not decremint param count for vararg methods,
* ILParser.jay: Set maxstack
* main.c: Dissasemble generic type parameters for type
* MEthodDef.cs: If methods do not have the static attribute give
* ExternFieldRef.cs: Resolve as a typespec field if neccasary, make
Add modifiable type to build.
* ILParser.jay: Use TypeRef.Ellipsis instead of null for a
* ExternFieldRef.cs: Resolve as a typespec field if neccasary, make
* CodeGen.cs: Do not create the PEFile untill the resolve phase. This
* CodeGen.cs: Set the assembly name when creating the PEFile.
* IInstr.cs: Instructions now get their parent method when being
* ILParser.jay: No longer need to supply method references
* FilterBlock.cs: Use a handler block for the this block. This
* ILParser.jay: Use new labeling system for handler blocks.
* ILParser.jay: Use new labeling system for handler blocks.
* PEAPI.cs: Allow labels to be created with an explicit offset
oops
* ILReader.cs: Incriment line numbers
* Driver.cs: Add some basic line number feedback when an error
* Driver.cs: Throw compile errors for now
* BranchInstr.cs: Allow explicit offsets for labels
* ILParser.jay: Create branch instructions with explicit offsets
new test
* ILReader.cs: Incremint colums while reading
* MethodDef.cs: Allow 0 offsets for labels
* MethodDef.cs: Allow 0 offsets for labels, and make sure to only
* ILParser.jay: Set from label, not to label for filter block handlers
* IMethodRef.cs: Method refs should expose their call conv. This is
* ExternMethodRef.cs: Remove top secret debugging code.
* PEAPI.cs: Offsets are not explicit offsets, they are just
* NumberHelper.cs: All numbers should allways be Int64
* ILParser.jay: Create label references where appropriate instead
Add LabelInfo to build
* LabelInfo.cs: Move this type outside of MethodDef, because other
* TypeDef.cs: Make types into value types if specified. Also
* ILParser.jay: Make value types and enum types.
* PEAPI.cs: Only give method definitions 0 RVAs if they are
* PEAPI.cs: New Sentinel type.
* IClassRef.cs: Add method for making types into value types
Add sentinel
* ILParser.jay: Use new sentinel type. Create valuetypes.
* CodeGen.cs: Fix tabbing
* ILParser.jay: Create an empty array list for empty type
* StringHelper.cs: If an escape is not valid just use
* StringHelper.cs: If an escape is not valid just use the \
* AssemblyInfo.cs: Bump up the vizzity-version number.
* Driver.cs: Report entry for each il file processed
* IClassRef.cs: Removed methods that have been moved into ITypeRef
* ILParser.jay: Add override methods.
* PEAPI.cs: Make no super method public so we can have types
* DataDef.cs: Make name public so data names can be looked up
* ILParser.jay: Implement address constants and string
* string-icalls.c (StringReplace): If their are no occurances of
* test-31.il: Added tests for static properties. Also made the code
* TypeDef.cs: By default types will have System.Object as their
* ILParser.jay: Fix typo in field inits. Methods attached to
* TypeRef.cs: Remove unused enum, this has been moved to the
* MethodInstr.cs: callvirt operation is implicitly instance.
* ILParser.jay: dashed names aren't legal for file names, if the
* FinallyBlock.cs: The sad thing is how long it took me to realize
First of many exception tests
* ILTables.cs: compilercontrolled is lowercase. I am guessing this
* InstrTable.cs: endfault instruction (which is just endfinally
Leave finally block with the endfinally instruction, not with leave
Another SEH test this one has a fault block
New seh test that uses a filter
* icall.c: Timezone patch from Zoltan Varga
* dis-cil.c: Output fault blocks, and filter blocks. If in a
leave try block
pop exception object off stack
Switch to divide by zero exception, make sure exception is thrown
New test uses two seh filters
New test multiple catch blocks
* PEAPI.cs: Rework to allow multiple constraints to be added to a
* TypeDef.cs: Rework so multiple constraints can be added to a
* PEAPI.cs: sigh, sometimes it is best to calculate variables
New tests for .data
* Driver.cs: Give codegen a report object
* CodeGen.cs: Add methods for adding data. CodeGen now takes a
* ILParser.jay: Define data
* PEAPI.cs: Fix pinvoke attributes, zero a methods RVA if it has
* MethodDef.cs: Allow PInvoke info to be added.
* ILParser.jay: Set pinvoke info. Allow param attributes in type
* LabelInfo.cs: Fix tabbing, add ToString so labels are printed
* main.c: Fix visibility level names, when outputing pinvoke info
* Driver.cs: Remove delete on error, add quiet option.
* MethodInfo.cs: Use report to display no label error message.
Make sure compilation fails when an undefined label is referenced.
New tests for pinvoke
* main.c: When dis. generic parameters the TypeOrMethodDef token
* PEAPI.cs: Add unbox.any instruction.
* get.c: simplify get_typd_or_methdef
* get.c/get.h add method to get a methoddef from an index, simplify
* main.c: NULL cnst_block so we dont explode on interfaces.
* main.c (dis_genericparam): oops, fix off-by-one error.
* PEAPI.cs: Remove methods for creating generic parameters without
* InstrTable.cs: Add unbox.any instruction.
* ILParser.jay: Attach generic type parameters to methods.
Test defining a generic method
* main.c (dis_genericparam): renamed to
* PEAPI.cs: Remove some old hacks for adding methods to arrays,
* PeapiTypeRef.cs: Remove old hackery for adding methods to
* PEAPI.cs: Add generic method Mvar type. Add MethodSpec table,
* main.c/get.c: Remove magic numbers, use constants.
* get.c/get.h: Add methods to get stringified methodspecs and
* get.c/get.h: Add methods to get stringified methodspecs and
* dump.c: When dumping methodspecs dump the full methodspec with
* PEAPI.cs: New GenericMethodSig class for creating generic method
* ILParser.jay: Create generic method refs.
* GenericTypeRef.cs: Allow Mvars to be a base type.
Add new generic method types to build
* get.c: stringify nested types properly ie Outer/Inner.
* MethodDef.cs: Check for null param lists in vararg
* typemanager.cs (TypeToCoreType): Add float and double this fixes
Tests to make sure comments are being handled properly
* ILTokenizer.cs: Fix /* */ comment blocks.
* dis-cil.c (get_encoded_user_string): Escape user strings when
* ILParser.jay: Set value types, set enums as value types. Use
* PEAPI.cs: Add proper support for short instructions, removing
* InstrTable.cs: Use short branch instructions instead of aliasing them
* ExternTable.cs: Separate class and value types into diff
* dis-cil.c (get_encoded_user_string): use g_strescape instead of
* util.c (hex_dump): Use uppercase hex so there are no conflicts
* PEAPI.cs: Use bytes not bits for constant sizes.
* get.c (get_fieldref_signature): Use MONO_MEMBERREF_SIGNATURE in
* main.c: Use escaped names for method, and type names. Initialize
* ExternTable.cs: This is now used to store ExternTypeRefs so we
* ILParser.jay: Use the ExternTable to create external type
changelog
* Driver.cs: Stub some command line args to maintain compatibility
* ExternTable.cs: Revert back to resolving value and class types
* SessionInProcHandler.cs: Compute timeouts
* HttpSessionState.cs: Do not allow timeout to be set to less then
* platforms/linux.make: Tell users to read INSTALL.txt not the
* INSTALL.txt: Tell users where to find monocharges, do not
* CheckBox.cs: Do not change the status of a checkbox when there
* CheckBox.cs: Do not change the status of a checkbox when there
* PagedDataSource.cs:
* HtmlControl.cs: Make disabled an attribute of the control so it
* DataGridColumn.cs: If an item style is set apply it to the
* ButtonColumn.cs: Format string and text to format were
Proper name so Mohammad gets his due credit.
* DataGridPagerStyle.cs: Do not allow page button counts to be set
* Repeater.cs: Throw an exception if the datasource is set to
* BoundColumn.cs: Render readonly columns. Patch by Mohammad
* HttpSessionState.cs: Make the SessionDictionary accessable
* System.Web.dll.sources: Add SessionSQLServerHandler.cs
* HttpResponse.cs (ContentEncoding): Throw
* HttpSessionState.cs (CopyTo): Copy values not keys. Patch by
* PagedDataSource.cs (PageCount): Return page count of 1 if there
* RepeatInfo.cs: When doing horizontal rendering use the repeat
* DataGridPagerStyle.cs: Name of view state attribute is
* DataGridPagerStyle.cs: Name of view state attribute is
* Repeater.cs: Always set alternating items to the AlternatingItem
* TemplateColumn.cs: If the item is selected but there is no
* DataList.cs:
* TemplateColumn.cs: Use the same renderer for selected items as
* AssemblyResourceLoader.cs: No method body for v1. This fixes the
* ValidationSummary.cs: Add Render method. Patch by Yaron Shkop.
* ISessionHandler.cs: Pass the SessionStateModule to handlers when
* System.web.dll.sources: Add SessionId.cs to build
* DataGrid.cs (CreateControlHierarchy): Current page index is
* ImageButton.cs: This is a workaround for bug #49819. It appears
* Control.cs (ResolveUrl): Special case for urls that consist of
* CompilationConfigurationHandler.cs: Trim extra versioning
* CompilationConfigurationHandler.cs: Append .dll to shortened
* Environment.cs: Add MyMusic and MyPictures to the SpecialFolder
* rules.make:
* Makefile: corlib is now named mscorlib.
* AssemblyInfo.cs: Change assembly name to mscorlib
* driver.cs: Use corlib.dll or mscorlib.dll when looking up the
* Makefile.am: corlib is now named mscorlib.dll
* assembly.c: Change corlib name to mscorlib. Add a temp. hack to
* monograph.c: Change default assembly name to mscorlib.dll
* mono-cov.c: Change default assembly name to mscorlib.dll
* TimeUtil.cs: Utility methods for dealing with time.
* System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
* HttpCachePolicy.cs: Make sure cacheability and maxage get
* Page.cs: Initial implementation of InitOutputCache.
* PageCompiler.cs: Call InitOutputCache when the OutputCache
* TemplateParser.cs: Page OutputCache options
* SessionInProcHandler.cs: Use AppDomain.SetData so data is
* Makefile.am: delete mscorlib.dll
* Driver.cs: If an arg isn't a switch and starts with a / add it
* ILParser.jay: Handle string instructions that are given byte
* Driver.cs: Give the parser an instance of the stream reader so
* PEAPI.cs: Allow strings to be loaded as bytearrays.
* LdstrInstr.cs: Allow strings to be created as bytearrays.
* ILParser.jay: Create strings from byte arrays. Fix parsing of
* XPathEditor.cs: .net 1.2 only
* PEAPI.cs: If the data length for a methods seh section is
* MethodDef.cs: Add support for .zeroinit. This is just another
* ILParser.jay: Add zeroinit.
* CurrencyWrapper.cs: Fix file name.
* doc/web/team.xml: New email address and job description
* TemplateParser.cs: Fix typo in error message.
* Control.cs: New method for resolving urls that use ~/ to denote
* HyperLink.cs: Use ResolveBaseUrl so that ~/ is interpreted as
* HyperLink.cs: Use ResolveUrl instead of ResolveBaseUrl.
* Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
* HttpWriter.cs: Use a constant for the buffer size so the cache
* Page.cs: Always set the cache expire time. Tell the response to
* System.web.dll.sources: add OutputCacheModule.cs and
* Cache.cs: New method so non public cache items can be added.
* data/machine.config: Add OutputCacheModule
* SqlConnection (SetDefaultConnectionParameters):
* Mono.Data.Tds/TdsMetaParameter.cs: Fixed Prepare to allow string
* Page.cs: Set vary by params when cache location is Server.
* HttpResponse.cs: When caching data set the content length in the
* System.web.dll.sources: Add CachedVaryBy.cs to the build
* OutputCacheModule.cs: Store a CachedVaryBy object for each
* OutputCacheModule.cs: Store a CachedVaryBy object for each
* ValidationSummary.cs: Fix number of messages and message
* regex.cs: Add CultureInvariant flag to RegexOptions.
* ServerIdentity.cs: Get non public types, so remote objects can
* RemoteStateServer.cs: The state server object that will reside
* System.web.dll.sources: Add State server classes to build.
* SessionStateServerHandler.cs: Parse connection string. Need to
* AltSerialization.cs: Utility methods for optimized
* System.web.dll.sources: Add AltSerialization.cs to the build
* HttpStaticObjectsCollection.cs: Add methods for serialization
* RemoteStateServer.cs: Update the session dictionary data and the
* SessionSQLServerHandler.cs: Fix typo in param name.
* OutputCacheModule.cs: Only cache a page if it has a 200 status
* TabsDrawMode.cs: OwnerDrawFixed (fix typo).
* BaseDataList.cs: Change && to || We will call that a typo so no
* TemplateParser.cs: Ignore aspCompat attribute. This fixes bug
* VBCodeCompiler.cs: use /wlevel for warning level. This is what
* VBCodeCompiler.cs: Put a space between Property and the
* VBCodeCompiler.cs: Put a space between Property and the
* DataGrid.cs: Call TrackViewState when loading bound columns view
* DataGrid.cs: Display paging controls even when there is no
* CheckBoxList.cs: A checkbox will have null post data if it is
* HtmlControl.cs: Fix disabled property. Patch by Alon Gazit
* WebControl.cs: Only allow access keys to be null or a single
* Page.cs: Implemented registered array declarations. Patch by
* UrlUtils.cs: Some methods for working with session ids in
* HttpResponse.cs: Actually apply an app path modifier in
* SessionStateModule.cs: If using cookieless sessions add an
* HtmlInputRadioButton.cs: Lookup name in postadata and compare to
* HttpValueCollection.cs: Allow blank value names. Posting
* HttpRequest.cs: Cleanup method.
* DataBinder.cs (GetIndexedPropertyValue): Check if container is
* SessionStateModule.cs: Add readonly property for readonly
* HyperLinkColumn.cs: Fix navigate url rendering. Patch by
* PageParser.cs: Ignore the SmartNavigation attribute for now.
* GlobalizationConfigurationHandler.cs: Handle creating some
* main.cs: escape module names.
* ModifiableType.cs: Put modifier and class in the list in the
* GlobalizationConfigurationHander.cs: Make unicode encodings case
* PagedDataSource.cs (PrivateICollectionEnumerator.MoveNext):
* ILParser.jay: vtable fixups can be int32s
* ILTokenizer.cs: Handle dotted ids as a single token. This allows
* ILParser.jay: Add COMP_NAME token.
* ExternTable.cs: Add methods to update a types name.
* ILParser.jay: Use the extern table for all extern type
* ModifiableType.cs: Allow the conversion list to be got/set.
* ILParser.jay: When modifying extern types, clone them and modify
* RepeatInfo.cs: When rendering vertically figure out how many
* Control.cs: Give null for the ID if it hasn't been explicitly
* UrlEditor.cs:
* System.Design.dll.sources: Add *UrlEditor files to build
* TraceContext.cs: Initial implementation of storing data.
* Page.cs: Use the context trace object.
* PageParser.cs: Add Trace and Trace mode attributes.
* PageCompiler.cs: Add Trace and TraceMode to framework initialize
* TraceContext.cs: Add incomplete render method.
* Page.cs: Render trace data when tracing is enabled.
* TraceContext.cs: Render all the data, and the stylesheet.
* icall.c: comment out call to mono_runtime_is_shutting_down to
* SchemaTableOptionalColumn.cs: Add to fix default build
* profiles/default.make:
* DataView.cs: Implement AddNew, Delete, and OnListChanged.
* DataViewTest.cs: Add some tests for new methods.
* Page.cs: Use the context trace object.
* TraceContext.cs: Write () methods are not warnings.
* HtmlInputFile.cs: Do not set value when loading post data.
* TableCell.cs: Setting a cells text should clear its control
* Page.cs: Throw error if the session is accessed when sessions
* SessionStateModule.cs: Handle SessionStateMode.Off properly in
* AspGenerator.cs: Allow scriptlets in javascript. This fixes bug
TemplateControlParser.cs: When registering tag prefixs make sure
* HttpCachePolicy.cs: Add internal method to get the vary by custom string
* OutputCacheModule.cs: VaryBy keys now need the HttpContext not just the request.
* CacheDependency.cs: Copy all the entries into the entries array,
* Cache.cs: Add method to get CacheEntry objects.
* HttpResponse.cs: Implement RemoveOutputCacheItem.
* OutputCacheModule.cs: Make raw repsonse entries dependent on
* OutputCacheModule.cs: Update the date header value.
* HttpResponse.cs: Set the cached response date header so it can
* OutputCacheModule.cs: Dont cache items when trace is enabled.
* TraceContext.cs: Store and render trace info times. Also render
* HandlerItem.cs: Fix typo so slashes are stripped from paths properly.
* DataView.cs: Set readonly property of property descriptor. This
* main.c: Add switch to dump typespec table.
* monodis.1: Add typespec switch
* monodis.1: Add --show-method-tokens switch
* TraceData.cs: New class for storing trace data. Data is stored
* Page.cs: Save trace data before rendering it.
* Page.cs: Save trace data before rendering it.
changelog
* HttpRuntime.cs: Add trace manager
* System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
* TraceContext.cs: Save the request path in the trace data.
* TraceHandler.cs: Implement.
fix
* data/machine.config: Add trace handler (Trace.axd)
* TraceConfig.cs: New class contains trace configuration data.
* System.Web.dll.sources: Add TraceConfig.cs and
* TraceContext.cs: Handle tracing when it is enabled in the config
* Page.cs: Handle trace being enabled in the config file.
add trace configuration handlers.
* HttpRequest.cs: Add property for determining if the request is
* TraceHandler.cs: Obey localOnly attribute.
* TraceManager.cs: Dont crash if there is no trace
* OutputCacheModule.cs: Remove varyby objects when there are no
* OutputCacheModule.cs: Remove varyby objects when there are no
* XmlSchemaComplexType.cs: Comment out line that was breaking
* TemplateParser.cs: Add VaryByControls and Shared output cache
* TemplateControlCompiler.cs: If an item has the partial caching
* GenericOutputter.cs: Add constructors that do not take an
* OutputCache.cs: Add all the outputcache attribute error
fix filename
* TemplateControlCompiler.cs: Is a user control is cached and
* BasePartialCachingControl.cs: Use varyby attributes in key
* TemplateParser.cs: If varybyparam is set to "none" make it null
* Page.cs: Don't tell the response to cache anymore. This is done
* HttpCachePolicy.cs: Add an event that is fired when the
* Cache.cs: When using sliding expiration update the cache objects
* HttpCachePolicy.cs: Expose duration and sliding properties.
* Page.cs: Set the cache's duration.
* Cache.cs: Return null when items are expired but have not been
* TraceData.cs: Fix some typos in the output text.
* Page.cs: If we have a postback that wasn't sent through a
* TraceData.cs: Fix control position when adding controls recursively.
* XmlSchemaContent.cs: Make actualBaseSchemaType protected (fixes
* TemplateParser.cs: Detect if we are parsing a control or page
* HttpCachePolicy.cs: Fix typo causing varyby params headers to be
* NpgslTypes/NpgsqlTypesHelper.cs: Add StringFixedLength type.
* TagAttribute.cs: attributes can be stored as encoded html so we
* FloatingPointFormatter.cs: Use the default decimal digits count
* HttpCachePolicy.cs: varybyparams::GetResponseHeader can return
* TemplateControlCompiler.cs: Call ToString on the types hashcode,
* Control.cs: Ensure that dynamically loaded controls are
Fix typo
* OutputCacheModule.cs: We can use file dependancies now.
* ResourceSet.cs: Do not throw an exception for null strings.
* CSharpCodeGenerator.cs: Don't write ToThrow statement if it is
* CodeGenerator.cs (GenerateExpression): Don't allow null
* CodeTypeMember.cs: Name is String.Empty if not set.
* VBCodeCompiler.cs: Set file extensions properly.
* VBCodeProviderTest.cs: Use mono to execute assembly.
* CacheDependency.cs: Handle cache keys that have not been added
* UriBuilder.cs: Do not call Uri::ToString for uri builders
* Uri.cs: Use UTF8 characters when escaping. Reduce paths. This
* Uri.cs: Do not escape querys or fragements. Only reduce certain
* Uri.cs: IsLoopback has different behavoir then
flush
* Page.cs: Set cacheability for server side caching.
* Cache.cs: Close entries that are removed.
* System.Web.dll.sources: Remove System.Web.Caching.Watcher from
* ExpiresBucket.cs: Remove duplicate code. Fixes bug #54031.
* CompilerParameters.cs: TempFiles should never return
* CSharpCodeCompiler.cs: Use the temp files collection for
* VBCodeCompiler.cs: Use the temp files collection for
* BaseCompiler.cs: Use the TempDirectory for compilation. Fixes
* Uri.cs: Preserve the trailing / if there is one when reducing
* AspTokenizer.cs: Collect discarded characters that might be used
* TemplateParser.cs: Use full path if the assembly is in the
* Uri.cs: If the relative uri passed to Uri (base_uri,
* TraceData.cs: Use ToString for cookie/header/var name values so
* Uri.cs: If we are sure we have a windows path use \ instead of
* AppDomainSetup.cs: If relative paths are used they should be
* SortedList.cs: Only .et 1.0 sets the capacity to a min of
* Calendar.cs: Match MS postback data. This allows sites that
* FileStream.cs: Throw some more exceptions for invalid
* Page.cs: Set cacheability for Location.DownStream.
flush
* FileTest.cs: We do not need to convert to local time because we
flush
* FloatingPointFormater.cs: Allow precision to be up to the number
* ResourceReaderTest.cs: Add a little logic for finding
* PEAPI.cs: Add a class for creating instances of class refs, this
* ExternTypeRefInst.cs: New file - represents an instance of an
* ilasm.exe.sources: Add ExternTypeRefInst to the build.
* ILParser.jay: Create ExternTypeRefInsts when a valuetype
* Monitor.cs: Fix spelleng.
* REAME.platforms/README.platforms: Remove references to
* LockCookie.cs: Add some fields for restoring locks.
* corlib.dll.sources: Add LockQueue.cs to build.
* ResourceReaderTest.cs: Make work on windows.
* File.cs: Report the filename when deleting a file fails. Patch
* Win32RegistryApi.cs: New file - pinvokes to the win32
* corlib.dll.sources: Add new registry files to the build.
Wrong maintainer name
* Win32RegistryApi.cs: Specify entry points.
* icall.c: Add icall to access char conversion tables.
* icall.c: Add icall to access char conversion tables.
* Char.cs: New managed implementation. Modified patch by
* CustomAttributeBuilder.cs: Add some argument checking. Handle
* AssemblyAlgorithmIdAttributeTest.cs:
* AssemblyBuilderAccessTest.cs:
* corlib_test.dll.sources: Add new test cases to the
* char-conversions.h: use 8 bits for numeric data its all we need
* Char.cs: Only use a byte for numeric data.
* icall.c:
* Win32RegistryApi.cs: Fix typo. Patch by Gert
* TestUri.cs: Make sure Uri::Equals is case insensitive for
* Uri.cs: Equals should be case insensitive for all parts except
* FloatingPointFormatter.cs: Set precision from number format info
* DoubleFormatterTest.cs: test setting the number of decimal
* RegexBugs.cs: Add test case for multiple matches.
* parser.cs: Use the group number as the name in mapping. Patch by Gert Driesen.
* gacutil.cs: Add culture to assemblies version string.
* get.c (get_constant): output bool consts as bool(true) or
* ILParser.jay: Set true and false literals properly. Add instance
* PeapiTypeRef.cs: Check for null bounds in bound arrays. Patch by
* ILParser.jay: Fix typo.
* main.c: Handle pinvoke info where there is not an impl_map
* ILTokenizer.cs: Add flag and special parsing routine for byte
* CodeGen.cs: Add a current assembly ref and methods to create/end
* ILParser.jay: Set a flag in the tokenizer when parsing byte
* Driver.cs: The parser now needs to take a scanner object in its
* reflection.c: Set culture for assembly references.
* PEAPI.cs: Allow hash algorithms to be any integer.
* CodeGen.cs: Allow setting assembly info.
* ILParser.jay: Set assembly info.
* ILParser.jay: Dont use hash alg enum its too restrictive
* CodeGen.cs: cast
* Driver.cs: Accept output option.
* Driver.cs: Accept output option. Usage shows /output instead of
* man/ilasm.1: Show /output instead of /out as the switch for
* DataTable.cs: Add rows to the row list if there is
* Makefile.am: Add culture-info private headers.
* CultureInfo.cs: Use new ICUless implementation in the runtime.
* Environment.cs: Increase corlib version number.
* appdomain.c: Revert extra patches, just wanted to bump the
* culture-info-tables.h: Fix date separator symbol.
* Thread.cs: Use new culture info method for constructing the
* ReaderWriterLock.cs: Fix tyop
* icall.c: Clairfy out of sync error message. It is not always
* culture-info-tables.h: Fix number of decimal digits for all
* ILParser.jay: Correct args for version numbers.
* culture-info-tables.h: Fix date formats for en-US culture.
* ILTokenizer.cs: Handle whitespace in hexbytes.
* appdomain.c: Set assembly references public token value when
* driver.c: parse config file before loading first assembly. This
* driver.c: parse config file before loading first assembly. This
* Assembly.cs: Add icall to determine if an assembly has been
* Environment.cs: Things going bump in the night.
* appdomain.c: Increment version number.
flush
Put libraries in profile dependant directories so we can build all profiles at once.
* Makefile.am: Grab libraries from lib/default now.
dummy
ignore things
* CultureInfo.cs: Make specific names lower case, because all data
* Makefile.am: Grab libraries from lib/default now.
* sn.cs: Attempt to load the strongnames.config file from the GAC
* gacutil.cs: Remove hack for removing strong name headers. The
* gacutil.cs: Temporarily disable strong name verification
delay sign assemblies with the ecma key
* Makefile: Add gacutil to the build
* scripts/Makefile.am:
* driver.cs: Attempt to load referenced assemblies from the
* runtime/Makefile.am: libs are now in profile dependant
* data/Makefile.am: cleanup browscap.ini
* Makefile: build the net_1_1 and net_2_0 profiles by
* configure.in: Add new Makefile.amS
* runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
Add 2.0 version attributes
* library.make: Install these bad actors to the GAC.
* library.make: Use the proper runtime, make sure gacutil is
* driver.cs: Prefer the corlib system version when looking for
* library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
optimize me baby
* locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
* AssemblyInfo.cs: Add 2.0 version attributes.
* MonoType.cs:
.cvsignore
use the bootstrap path to build gmcs
Attempt to bootstrap gmcs when the 2.0 profile is used.
* AssemblyInfo.cs: Set version number correctly for the bootstrap
* Makefile: Set MONO_PATH to use the bootstrap corlib
* Makefile: net_2_0 corlib goes to a special place.
* runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
* gacutil.cs: Allow a prefix to be specified. This is only for
specify a prefix to make packaging easier
pas de line breaks
add gmcs.exe
* Makefile: Put the PROFILE= stuff before the target, this is more
Add sn.exe
* runtime/net_2_0/Makefile.am:
flush
* library.make: Fix uninstall
* Makefile: Add dependancies.
* gacutil.cs: Use invariant culture for ToLower. Patch from
* gacutil.cs: Install config files.
* runtime/net_1_1/Makefile.am:
remove some unused, remove extension
* codegen.cs: Open keys readonly.
* appdomain.c: If the culture is neutral we set it to "".
* icall.c: Add new icall for Assembly::LoadWithPartialName
* Assembly.cs: Implement LoadWithPartialName. The bulk of this
* man/gacutil.1: Basic man page for gacutil. This doesn't include
Add gacutil
* assembly.c: This line was committed accidently and is
* gacutil.cs: We need to overwrite existing libraries if they
* ILParser.jay: Handle endian issues when converting numeric
* appdomain.c: Handle PublicKeyToken=null properly.
* Environment.cs: Make $HOME the personal directory.
* Assembly.cs: remove TODO, this is done.
* assembly.c: Check the usergac when loading with
* reflection.c: Handle null PublicTokens properly. alloc mem for
* locales.c
* locales.c: Remove the modifier from culture names.
* library.make: Allow assembly names to be different then their
* Makefile: Specify correct lowercase assembly name.
* runtime/net_1_1/Makefile.am:
* Makefile: Use mono and mcs to build gmcs
* platforms/linux.make:
* Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
* Makefile: Preserve MONO_PATH
* CultureInfo.cs: DateTimeFormat and NumberFormat can not be
* CultureInfo.cs: You can access DateTimeFormat and NumberFormat
* Makefile: default build is no longer the multi profile build. Do
* library.make: Install package files.
* library.make: Install package files. Get params in magical
* gacutil.cs: Always install the package files.
* culture-info.h: Make defines more consistent, add calendar data
* CultureInfo.cs: Initialize optional calendars. A pointer to an
* assembly.c: Remove user gac and implement MONO_GAC_PATH, this
* CultureInfo.cs: Properify error messages when invalid lcid's are
* CultureInfo.cs: Invariant culture has the invariant culture as
* CultureInfo.cs: Invariant culture has the invariant culture as
* tools/
Add locale builder
supplemental locale data
.cvsignore
ignore generated table
Ignore Makefile
* tools/
* DirectoryInfo.cs: Create subdirectories correctly if more then
* DirectoryInfoTest.cs: Add test for CreateSubdirectory.
* driver.cs: This is the new gacutil. Right now it wont get built,
* driver.cs: Add uninstall-specific option. This takes an assembly
* driver.cs: Do not allow gacdir and root to be specified at the
* driver.cs: Allow the root and gacdir to both be specified. In
oops
* driver.cs: More fiddling with paths.
* GlobalMethodRef.cs: Check for sentinel properly.
* ILParser.jay: Handle wchar, it is just an alias for char.
* ILParser.jay: [,] is short form for [...,...] this fixes bug
* InstrTable.cs: ldc.i4.M1 is aliased to ldc.i4.m1. Fixes bug
* MethodDef.cs: Cache vararg signatures so a new memberref is not
* Driver.cs: Filter on GetFiles so we only get the xml locale
* locales.c: When creating the current culture use the $LANGs
* Makefile.am: Extract xml files.
fix name
* parser.cs: Allow creating a regular expression using {,n} as the
* PEAPI.cs: zero RVAs for abstract, runtime, and internal call
* PEAPI.cs: Encode string constants as unicode before putting them
* PEAPI.cs: Set the has default flag on fields when a default data
* ILParser.jay: Fix casting for data type constants.
* locales.c: Fix some cut and paste errors.
* PEAPI.cs: When writing to the blob heap we always set a
* CustomAttributeBuilder.cs: GetBlob now takes a ref to the
* Environment.cs: Increment version number.
* appdomain.c: Increment version number.
* reflection.c/h: Take an assembly ref so that we dont create
* reflection.c: The modified type encoding was causing build
* reflection.c: Do not hardcode assembly versions or public key
* AssemblyInfo.cs: Sign corlib for net_2_0 now too.
* library.make: Install to 2.0 package if building with the
* PEAPI.cs: Do not null terminate byte arrays when writing to the
* Driver.cs: Do everything using the invariant culture.
* ILTokenizer.cs: Handle comments first, handle whitespace in hex
* assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
* driver.cs: Add -check_refs option to check if all referenced
* driver.cs Add install from list and uninstall from list
* driver.cs: When checking refs don't bother using an AppDomain
* AssemblyName.cs (GetAssemblyName): Send a fullpath to the
* gacutil.exe.sources: Make the new gacutil the default and return
reduce toods crying
Use the old one, there are a few issues that need to be resolved in the new one
* driver.cs: Don't append gacdir to /root. This breaks
* errors: This directory will contain assembly files that should
Make the new gacutil the default again.
* Driver.cs: Handle tokenization errors with the correct error
* ILTokenizingExpcetion.cs: New exception thrown by the tokenizer
* assembly.c: Use <path>/lib/mono/gac for the extra paths
Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
* driver.cs: We don't need to check if the canidate is a file in
* ILTables.cs: Remove opcodes, these are contained in codegen/IntrTable.cs
* man/mono.1: Add documentation for MONO_GAC_PREFIX.
* runtime/net_2_0/Makefile.am:
Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib.
* runtime/net_2_0/Makefile.am:
fix
* PEAPI.cs: Add new constructor so we can explicitly set the
* CodeGen.cs: Implement setting module names.
* ILParser.jay: Set module names.
* CodeGen.cs: Allow adding module refs.
* ILParser.jay: Add module refs, allow them to be referenced.
* PEAPI.cs: Add IExternRef interface and modify sigs so it can be
flush
* CodeGen.cs: Allow file refs to be added.
* ILParser.jay: Add file refs.
* ilasm.exe.sources: Add FileRef.cs
* driver.cs: Ensure that the -gacdir ends with /lib if it does not
* assembly.c: Make locales lower case when searching the GAC for
* CodeGenerator.cs: Make sure we are using invariant for non
* CompilerError.cs:
* Uri.cs: Use invariant culture.
* mono-logger.c: Change default logging level to ERROR. Make sure
* mono-logger.c/h: Add a trace mask option for tracing loading
* assembly.c: Trace loading assemblies.
* man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK
* MethodDef.cs: Add a method to create vararg signatures from a
* ILParser.jay: Resolve other modules global 'type'.
* InstrTable.cs: Add undocumented brnull opcode. This is really
Add instructions on setting multiple mask values.
* PEAPI.cs: Allow MethPtrTypes to be created from a signature
Give a little love
* PEAPI.cs: Make sure the sentinel is placed properly for vararg
* MethodPointerTypeRef.cs: New File - represents a method pointer
* ilasm.exe.sources: Add MethodPointerTypeRef.cs to the build.
* ILParser.jay: Resolve method pointers that are being treated as
* get.c: Fix name escaping so we dont escape everything in the
* get.c: New function to stringify function pointers.
* get.c/h: New function to stringify function pointers.
* dump.c/h: New function to dump the contents of the blob
* monodis.1: Document --blob
* InstrTable.cs: Add .u8 opcodes for ldind and ldelem these are
* SwitchInstr.cs: Allow switches with no labels.
* dis-cil.c: Handle switch statements with no labels.
* Decimal.cs: Make sure to use invariant culture when parsing
fix typo
* CSharpCodeGenerator.cs (GenerateLabeledStatement): Append a ": "
* MethodDef.cs: sigh, another varargs fix that probably breaks
* Driver.cs: Use the same success message as MS.
* Report.cs: Add new mehtod for displaying messages.
* MethodDef.cs: Report when defining methods just like MS.
* get.c: Add a few more keywords to be escaped.
* PEAPI.cs: Add a method to set the fields list. This is needed so
* TypeDef.cs: Preserve the order of fields in a class. Then after
* ILParser.jay: vtable fixups use the int32 or int64 keyword, not
* Report.cs: Fix quiet.
* man/gacutil.1: Update man with new command line options.
* Compiler.cs:
* PlatformID.cs: New 2.0 values.
oops
* RegexTest.cs: Add some simple tests for debugging/zen
* RegexTest.cs: Add some simple tests for debugging/zen
* get.c: Add float cast for outputing floats. Patch by Steve
* NumberHelper.cs: Handle real numbers. Thanks to steve brown for
* PEAPI.cs: Add custom attributes through the pefile so that we
* ILParser.jay: Add custom attributes to assemblyrefs.
* CodeGen.cs: Add assembly custom attributes to the pe file.
* main.c: Spaces after visibility types.
* get.c: Make "class" the default so only valuetypes get the
* PEAPI.cs: Don't build custom attributes twice.
* MethodDef.cs: Local lists are not lazyily allocated so they were
* PEAPI.cs: Use a byte array hash code provider and comprarer, so
* driver.cs: MONO_GAC_PREFIX not MONO_GAC_PATH.
* man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
slashes in multiline comments
* ILTokenizer.cs: Handle slashes in multiline comments
* PEAPI.cs: make sure small index sizes get set properly. Use a
Add MDTable.Field to the list of tables that can
* PEAPI.cs: Create ClassRefInsts with types not just
* ExternTypeRefInst.cs: Use the PeapiType so that modified types
* ILParser.jay: Clones ExternTypeRefInsts as well as
typo on last commit
* PEAPI.cs: Do all the index size checks. I always wondered why
* PEAPI.cs: Make the type index modifiable so ClassRefInsts will
* MethodDef.cs: Params are 1 based if the method is static.
fix changelog entry
* Driver.cs: Make debug switch compatible with MS's add debug to
* driver.cs: Check for and install .mdb (debuger symbol
Add flags and serializable attributes.
Initial checkin
Add HorizontalAlignment enum to build
* AssemblyBuilder.cs: "neutral" culture is invariant culture
Add pen_buttonface
Themes now handle default control properties so coloring will be consistent
Themes now handle default control properties
Get default properties from the theme.
Remove defaults, these are handled by the theme now.
These properties are handled by the theme now.
Use correct default back color
Add default window color properties
The theme engine now controls default window properties
Get default window properties from the theme
Use new color names
New names for control properties
Make the default font static, it is static in control so this doesn't change functionality and creating fonts is sloooooow.
Use known colors for default control colours
Add support for drawing status bar and get status bar item sizes
Add support for drawing status bar and getting status bar item sizes
Initial implementation of StatusBar
Initial checkin
Add status bar panel files to the build
Use default colors from the theme
Control will now handle the buffering code, so each control does not have to implement this.
Let Control handle all the buffering.
Let Control handle buffering.
Allow control to handle buffering
Allow control to handle buffering
* SystemColors.cs: Make Highlight colour match colour from windows
Implement DrawItem functionality
Add Draw Item
Add flags attribute
Initial implementation of status bar item drawing
Add StatusBarDrawItem stuff to build
Signature cleanup
Add Flags attribute
Create Brushes as little as possible
Get the paint message from WndProc
Add missing properties
Classes for handling status bar panel click events
Implement missing properties, events, and methods. Handle mouse clicking
Handle owner draw status bars
Don't forget things
SWF Timer
* Container.cs: Release all when we are supposed to release all.
HandleData is used for storing message information for window handles
Group multiple expose events in HandleData, make sure messages get the message field set to WM_NULL if they are not handled.
Check for more expose events before sending a WM_PAINT so they can all be grouped together. This makes dragging a window across another window redraw in a sane way.
union areas properly
union areas properly
Don't use KnownColor to create colours. It has a large startup time.
Initial checkin of the Panel
Add Panel to the build
Classes for sending Async messages through X/Win32
Use IntPtrs for ClientMessage extra data (TODO: This will screw up on 64 bit systems)
Lock before all X operations. Also added Async method functionality through XSendEvent
Implement Begininvoke
Expose functionality to send async messages through the driver
Timer Tick events are now handed through Controls Async mechanism so the callbacks are executed in the same thread as X
Use the SWF timer so callbacks are run in the correct thread
Use the SWF timer so callbacks are run in the correct thread
Remove unneeded finalizer
Implement EndInvoke
Make sure we have the mutex before we release it. Fixes BeginInvoke on windows
* ImageAnimator.cs: Run animator as a background thread so we do
Update the position through the Value property so the OnValueChanged event is raised.
Add some missing locks
Initial implementation of PictureBox
Add PictureBox to the build
oops. remove unused file
Use a queue for async messages instead of passing them as ClientMessages since that was totally broken. Also simply check for events and return an idle message if none are found. This gives us an idle handler, and prevents deadlocking when no messages are in the queue.
Move timers to the driver level. On X they are queued by the driver and checked on idle.
Temp hack to make picture boxes draw their full image
Remove top secret debugging code
Handle drawing picture boxes in the theme now. Draw picture box borders and obey sizing modes
Fix typo
First steps towards a new X event loop that manages to not crash. TODO: Add poll and cleanup timers
Do not call XDestroyWindow, X has already done this for us and the handle is no longer valid.
Only run the timers when updating the message queue. This effectively gives X messages a higher priority then timer messages. Timers still need love though
Timers are now handled in a second thread and post messages into the main threads message queue. This makes timing much more consistent. Both win2K and XP have a minimum timer value of 15 milliseconds, so we now do this too.
Remove test code so timers are updated properly
* make-map.cs: Use field value not name for #defines.
* Syscall.cs: Add support for poll ().
* support/map.c/h: Add poll events map functions. Use values
New message loop that uses poll so we don't get a busy loop
Text is never null
Temp build fixage
Partial implementation of the Tab Control and supporting classes. Initial checkin
Add tab classes to the build
Don't lock/enqueue/dequeue for unhandled messages. Gives us a nice little performance boost.
Do not redraw OnClick MouseUp/Down will handle the drawing
Give the build some love
* Graphics.cs: Use FromHdcInternal to set the X display
Set the X DisplayHandle in System.Drawing
Fix typo. Patch by John BouAntoun.
Implement the Close method so work on MessageBox can continue.
oops
When resizing the buffers should be invalidated. This should be handled in Control not in derived classes.
The control handles resizing the buffers now.
Let the base Control handle the buffers, derived classes should not have to CreateBuffers themselves.
Improve rendering of the radio button patch by John BouAntoun
Fix ctor
* pt.xml: We need a space after R$. Is there a better way to do
* culture-info-tables.h: regenerated.
* pt.xml: We need a space after R$. Is there a better way to do
* culture-info-tables.h: regenerate file.
New optimized event queue
commit correct version of file
Don't loose messages
Don't loose messages
Fix access modifier
Escape typedef names.
Flush
Queue properly
When invalidating areas only use XClearArea if clear is true, this way we do not get flicker from X repainting the background
Check to see if the window should have its background repainted by X when drawing.
oops
Make sure to update exposed regions when adding an expose event
* Version.cs: Add null check when creating versions from
add internal property to store the bounds of a tab page
New rendering and sizing code for tab controls
Add click handling, and proper sizing
Calculate whether the tab is on an edge properly. Remove top secret debugging code
signature fix
Store the tab pages row
Move the row with the selected tab to the bottom
Resize the tab pages and tabs when the tab control is resized
Initial implementation of the scrolly widgerywoo
remove debug code
Handle dropping rows on selection properly
Recalculate tab rows when resizing
Update for Mono.Posix changes
Remove superflous call to CalcTabRows
Do not call CreateHandle if the handle is already created
Implement SizeMode.FillToRight
Make tab pages non visible when added to the control
Reset show_slider so if the control is resized to a size where it is no longer needed it's not displayed anymore
When selected tabs are expanded make sure they don't go beyond the edges of the tab control
Put bottom rendered tabs in the right location
Render the little scrolling jimmi in the correct location with bottom aligned tabs
* ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
flush
* TabControl.cs: Calculate sizing and rects for left aligned tabs.
* TabControl.cs (CalcXPos): New helper method so we can determine
* ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
* ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
* ThemeWin32Classic.cs: Do not draw the selected tab if its not in
* ThemeWin32Classic.cs: Do not draw the selected tab if its not in
* TabControl.cs: You can only scroll left when the slider has
* ThemeWin32Classic.cs:
* TreeViewImageIndexConverter.cs: Initial implementation
* System.Windows.Forms.dll.sources: Add
* OwnerDrawPropertyBag.cs: Initial implementation
System.Windows.Forms.dll.sources: add OwnerDrawPropertyBag.cs to build
* XplatUIX11.cs: Use the new Mono.Unix namespace.
Update location and tasks
Initial Implementation
change log
* System.Windows.Forms.dll.sources: Add TreeNode love to the build.
change log
* TreeView.cs: Resize the hbar as well as the vbar on resize.
change log....again
flush
* PEAPI.cs: Allow DataConstants underlying type to be set.
* FieldDef.cs: Set the underlying type for data constants. This
* PEAPI.cs: Allow underlying types of ByteArrConsts to be set when
* FieldDef.cs: Set the underlying type for bytearray data constants. This
* MethodDef.cs: If the type is an interface auto set fields to
* MethodDef.cs: Abstract methods don't get bodies. Even if there
* ExternTypeRefInst.cs: When converting to arrays we loose our valuetypedness.
* TreeView.cs: When resizing the tree if the user is making it
* CultureInfo.cs: When creating the invariant culture's TextInfo
* Compiler.cs: mcs writes to stderr now.
* Compiler.cs: mcs writes to stderr now. Also read stdout so we
* System.Windows.Forms.dll.sources: Add keyboard love to the build.
Commit correct versions of files.
* X11Keyboard.cs: Fix to compile with csc.
* X11Keyboard.cs: Set messages hwnd.
* TreeView.cs: Pass the nodes image index to the image list when
Remove debug output
flush
* TreeView.cs: Store the treenodes plus/minus box bounds when it
* TreeNode.cs:
* XplatUIX11.cs: Get the modifier keys from the keyboard driver
* X11Keyboard.cs: Detect and use the num lock mask.
flush
* XplatUIStruct.cs: Add enum for dead keys
* XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
* TabControl.cs:
* X11Keyboard.cs: Send up/down input when generating
* XplatUIX11.cs: When generating mouse wparams get the modifier
* XplatUIX11.cs: Prune old keyboard code.
* XplatUIStructs.cs: Updated set of virtual keycodes.
* TreeNode.cs:
* TreeNode.cs:
* TreeView.cs: Align lines to the bottom of plus minus boxes properly.
* TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
* TreeView.cs: Draw checkmarks, handle detecting check mark clicks
* TreeView.cs:
* ThemeWin32Classic.cs:
* TreeNode.cs: Patches by Kazuki Oikawa (kazuki at panicode.com)
* XplatUIX11.cs (DoEvents): Implement, Just cast aside all
* X11Keyboard.cs: Remove unneeded var.
* ImageList.cs: Implment ctor
* Theme.cs: Speed up getting pens and solid brushes, by using
* ScrollableControl.cs: Lazy init the scrollbars.
* ListBox.cs: Don't allow the horizontal scrollbars maximum to be
* TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
* TreeNode.cs: Just update the single node when it is
* TreeView.cs: Only set the vbar's Maximum and LargeChange when
* TextBoxBase.cs: Clear window when scrolling (fixes build).
* SizeGrip.cs: New internal class that is used as a sizing
* TreeNodeCollection.cs: Refresh the tree when a new node is added.
* TreeView.cs: Implement fast scrolling. Now only the newly
Committed wrong file before.
* TreeView.cs:
* TreeView.cs: Try not to draw outside the clipping rectangle on
* TreeView.cs: Calculate the open node count while drawing. This
* TreeView.cs: When setting the hbar/vbar/grip position use
* driver.cs: Make sure the actual assembly file exists when
* TreeView.cs: Still need to draw lines to siblings even if out of
* TreeView.cs: Refresh the tree after sorting the nodes. Always
* PictureBox.cs: Implement missing methods (except ToString, need
* Control.cs: When erasing backgrounds use FromHwnd instead of
* Control.cs: When erasing backgrounds use FromHwnd instead of
* TreeView.cs: Draw a gray box instead of a grip in the lower
* TreeView.cs: Recalculate the tab pages when a new one is added
* TreeView.cs: Only invalidate the effected nodes bounds when
* NavigateEventArgs.cs: Fix base type.
* LinkLabel.cs: Sig fix
* TreeNode.cs: Implement editing. Add missing properties selected
* X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
* TreeView.cs: Hook up to the text controls leave event so we can
* X11Structs.cs: Add the modmaps to the keymask struct and tabify.
* XplatUIStructs.cs: More misc keys
remove debug code
* HebrewCalendar.cs: Patch by Juan C. Olivares
* TreeView.cs: Set the bounds for nodes properly. They were
* ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
* TabPage.cs: Add a new method so tab pages can force the tab
* TabControl.cs: Use cliping rectangle for blitting. Give the
* TabControl.cs: Set the SelectedIndex property when SelectedTab
* TabControl.cs: Implement FillToRight size mode with vertically
* TabControl.cs: Space vertically layed out tabs properly.
* TabControl.cs: Only refresh on mouseup if we are showing the
* TabControl.cs: Only invalidate the effected tabs when the
* TabControl.cs:
ChangeLog
- On windows the tabs are not filled to right if the slider is
* Region.cs: The default region constructor creates and infinite
If you love the build, the build will love you back.
* ScrollBar.cs: First part of my scrollbar fixups. This removes
* ScrollBar.cs: Make abstract
build fix
* ThemeWin32Classic.cs: Respect the clipping rect when
* MethodDef.cs: Don't die on duplicate local symbols. Fixes bug
* ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
* X11Keyboard.cs: We ignore some keys, but still need to set/reset
* BaseCollection.cs: Use property so we never access an
* BindingContext.cs:
* System.Windows.Forms.dll.sources: Add databinding classes
* BindingsCollection.cs: Remove some debug code.
* PropertyManager.cs: Implement property binding. This doesn't
flush
* BindingContext.cs: Use new PropertyManager constructor.
oops.
* PropertyManager.cs: Implement editing features
* CurrencyManager.cs: Add PositionChanged stuff.
* Binding.cs: Make property searches case-insensitive. Eliminate
* EventDescriptorCollection.cs: Handle null in the constructor properly.
* ReflectionEventDescriptor.cs: Bind handlers to the actual event so that
* Binding.cs: Bind to <Property>Changed events so we can detect
* Binding.cs: Support <Property>IsNull checks. Also bind to the
* Binding.cs: Implement data type parsing and converting on pulled
* Binding.cs: Format and parse data correctly. Use ASsignableFrom
* Binding.cs: Push data pushes from data -> property. Check if the
* DataViewManagerListItemTypeDescriptor.cs: Implement missing
* BindingManagerBase.cs: This method isn't used anymore as
* TabControl.cs: Raise the SelectedIndexChanged event.
* ThemeWin32Classic.cs: Use the proper func for drawing the focus
* ImageList.cs: When the image stream is set pull all the images
* TabControl.cs: Fix typo, emilinates an unneeded expose event.
* TabControl.cs: Account for the drawing of tabs borders when
* ApplicationSettingsBase.cs: We need this stub to do some 2.0
* TabControl.cs: Give the tab page focus when it is selected.
* TabControl.cs: Need a couple more pixels for the lines.
* Binding.cs: Handle null data members when pulling data.
* Binding.cs: Had some IsAssignableFrom calls backwards.
* Binding.cs: Implement IsBinding.
class/PEAPI.cs: Metadata tables that must be sorted are sorted
* BindingManagerBase.cs:
* ListControl.cs: Basic implementation of complex databinding.
* BindingContext.cs: Use weak references so these bad actors don't
* TreeView.cs: Set the TopNode properly when scrolling
* TreeView.cs: Add methods for setting the top and bottom visible
* ResXResourceReader.cs: Use serialization on values that have a
* TreeView.cs: Handle clicks when plus minus is disabled. Don't
* CursorConverter.cs: Initial implementation.
* TreeView.cs: Calculate plus minus bounds when there is a
* TreeView.cs: Calculate plus minus and checkbox bounds when
* CurrencyManager.cs: There are four rules for GetItemProperties:
* TreeView.cs: buglet that caused node images to get drawn
* XEventQueue.cs: Lock when getting the lockqueu size.
* PictureBox.cs: Call base OnPaint
* TreeNode.cs: Implement Handle stuff.
* System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
* Control.cs: Double buffering is handled differently now. As per
* TreeView.cs: Use the horizontal scrollbars height not width when
* Control.cs: Make sure that the first WM_PAINT does a full draw,
* ThemeWin32Classic.cs: Don't fill the background for picture
* ComboBox.cs: Just fill the clipping rect not the entire client
* BindingManagerBase.cs: Attach the current/position changed
* X11Keyboard.cs: Initialize a default keyboard and give a warning
* Control.cs: Don't expose functionality to touch the image buffers.
* ThemeWin32Classic.cs: Don't fill the middle of progress
* ThemeWin32Classic.cs: Remove some old debug code that was
* ThemeWin32Classic.cs: Don't draw list view items that are
* ThemeWin32Classic.cs: Don't clear the GC that will clear the
* TreeView.cs: Use dashed lines to connect nodes. Use the
* Splitter.cs: No decorations for the splitter form. Cache the
* ListView.cs: Remove redraw variable. Control now handles whether
* ListView.cs: Calculate the scrollbar positioning on resize and
* XplatUIX11.cs: Fix waking up the main loop.
* ILParser.jay: Handle lists of data items correctly.
* Control.cs: Paint control background images. Fix typo where
* Control.cs: Paint control background images.
* ThemeWin32Classic.cs: Draw the text for button tabs.
* TabControl.cs: New method that resizes the tab pages before
flush
Dont crash if no data is found.
Control.cs: Proper implementation of Product(Name/Version).
DataFormat.cs: We can't statically initialize this stuff because
* Control.cs: Add some internal methods so the DnD subsystem can
XplatUIX11.cs: Tie into the X11Dnd subsystem.
* Splitter.cs: Implement BorderStyle.
* System.Windows.Forms.dll.sources: Add X11Dnd.cs
* X11Dnd.cs: Attempting to keep at least one file in MWF
* ImageListStreamer.cs: Somewhat broken implementation of
* ThemeWin32Classic.cs: Clear the background area when drawing
* Guidelines:
* StatusBarPanel.cs: Signature cleanups. Implement
* XplatUIX11.cs: Use sizing cursors similar to the ones on
* XplatUIX11.cs: Mash numbers together properly, otherwise we get
* System.Windows.Forms.dll.sources: Add MdiClientContext to the
* SWF.csproj:
* TreeView.cs: Remove some TODOS.
Override SetAllowDrop on X11 so an error message isn't printed
* XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
* TabControl.cs: Add some missing methods that just call into the
* XplatUIX11.cs: Get the modifier keys from the keyboard driver.
* TabControl.cs: Keyboard handling. We now support CTRL-TAB,
* TabControl.cs: Stay in bounds when cycling. Make sure Handled is
oops. forgot to tabify
* TabControl.cs:
* TabControl.cs: Move to the left and right with the arrow
* TabControl.cs: Add missing event.
Add missing event.
* OpenTreeNodeEnumerator.cs: Don't move past the begining of the
* TreeView.cs: Implement keyboard navigation, currently supports,
Add support for
Add support for ADD and SUBTRACT (thanks peter).
* TreeView.cs (OnKeyDown): Support left and right properly
* Form.cs: Don't create an infinite loop when setting focus
* TabControl.cs: Make sure the bottom of the tab covers the pages
2005-07-18 Jackson Harper <jackson at ximian.com>
Tests
Add
* PagedDataSource.cs: If it's not a list or collection we don't
* NameValueCollection.cs: Don't crash when we have empty
* DataList.cs: Remove some debugging code that was starting to bug
* XplatUIX11.cs: Use the more hand looking hand (in most themes).
* TreeNode.cs: Call Before/After Expand not Collapse when
* Control.cs: Don't try to set the border style on the window if
* SessionStateModule.cs: Use a concat instead of a format (mucho
* TreeView.cs: Create the scrollbars when the handle is created
* Splitter.cs: Change the cursor appropriately when the splitter
* Splitter.cs: There are special cursors used for splitting.
* Splitter.cs: Set the cursor an easier way. (Thanks peter).
* Binding.cs:
* TreeView.cs: Display the selection box under the correct
* TreeView.cs: We don't need to expand the invalid area when the
* TreeView.cs: Attempt at proper sizing of the horizontal
* XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
* TreeView.cs: Allow the scrollbars to be reset with negative
* TreeView.cs: We can't just assume the node has a font. Use the
* ImageList.cs: Don't set the format when changing the image.
* ImageList.cs: Don't dispose the image after it is added to the
* TreeView.cs: Update the node bounds correctly regardless of
* Control.cs: Add functionality to the controls collection to add
* ListBox.cs:
* MdiChildContext.cs:
save -> commit
* Form.cs (CreateParams): Setup MDI forms correctly.
* MdiClient.cs: New mdi children need to be added to the back of
* MdiClient.cs: New mdi children need to be added to the back of
* Form.cs: Set the position of new mdi children correctly.
* MdiChildContext.cs: Obey rules for fixed sized windows (no
* TreeView.cs: Make sure that the checkboxes size is factored in
* ListBox.cs: Don't do a full refresh unless some data has
* Form.cs:
* ScrollBar.cs: Don't update position if it hasn't actually
* ScrollBar.cs: My last scrollbar patch was broken. This is a
* TreeView.cs: If updating the root node do a full refresh.
* X11DesktopColors.cs: Get menu colours for the gtk theme.
* TreeView.cs: There are no expand/collapse boxes if the node has
* FolderBrowserDialog.cs: redo the tree population code so a
* Form.cs: Add the parent before creating the child context cause
* MdiChildContext.cs: Use the new xplatui function to draw a
* MdiChildContext.cs: Clear out the old virtual position remove
* MdiChildContext.cs: Use the new borders instead of drawing them
* TreeView.cs: Don't try to find the clicked on node if there are
* TreeView.cs: Don't adjust the rect given to DrawString now that
* Form.cs: Use the property to get the window handle instead of
* XEventQueue.cs: Increase the default queue size (very simple
* TabControl.cs: Remove debug code.
* Hwnd.cs: Compute invalid area correctly (fixes my last commit
again
* TreeView.cs: Merge in patch by Rafael Teixeira to align strings
* MonthCalendar.cs: Don't create the numeric up down until our
* XplatUIX11.cs: Compress code a little bit. Only calculate the
* TabControl.cs: Don't refresh the whole control when the tabs are
* Control.cs: Don't invalidate empty rectangles.
* ImageList.cs: Dont kill the list when the colour depth is
- Same goes for setting the image size. Just resize them all
* TreeNodeCollection.cs: Insert is not supported on arrays, so
* TreeView.cs: We don't need to keep a count anymore.
* profiler.c: Don't put a . in front of types that are not in a
* FolderBrowserDialog.cs: End editing our treeview so the window
* TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
* ColorDialog.cs: Don't show the help button if it is not enabled
* TreeNodeCollection.cs: Remove items properly. Update the correct
* TreeNodeCollection.cs: Remove debug code.
* TreeNode.cs: Use the viewport rect for determining if a node
* TreeView.cs: We can always get input keys regardless of whether
* TreeView.cs: Make sure that when we invalidate a node the bounds
* TreeView.cs: New method to invalidate the plus minus area of a
* TreeNodeCollection.cs: When adding to an empty node we need to
* ListView.cs: Raise a double click event. Also tried to somewhat
* TreeNode.cs: Implement serialization so my DnD examples will
* X11Dnd.cs: Early implementation to support winforms being a drag
* X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
* Control.cs: Make the dnd_aware flag internal so the dnd
* X11Dnd.cs: We still need to reset the state even though a full
* TreeView.cs: Don't draw the selected node when we lose
* Control.cs: Consistently name the dnd methods. Make them
* ListBox.cs: Invalidate if the area is visible at all not just
* X11Dnd.cs: Change cursors based on drag action. Also attempt to
* X11Dnd.cs: Make sure to send a status message if the pointer
* X11Dnd.cs: Remove unneeded call to XAllowEvents.
* X11Dnd.cs: Remove unneeded call to XAllowEvents. Make sure that
* X11Dnd.cs:
* X11Dnd.cs: If the drag is going to and from a MWF window just
* TreeNode.cs: Don't cache the tree_view or index anymore, now
* TreeView.cs: Hookup the bits for drag and drop.
* TreeNodeConverter.cs: Implement to get off my class-status
* TreeView.cs: Implement the last of the missing methods.
opps debug code.
* TreeNodeCollection.cs: Remove should not be virtual.
* Menu.cs:
* TabControl.cs: Implement the remove method. Fix some broken
* ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
* CurrencyManager.cs: Implement the MetaDataChanged event.
* CurrencyManager.cs: Implement the MetaDataChanged event, the
* TreeNodeCollection.cs: Refresh when nodes are cleared from the
* TreeView.cs: When the tree is sorted null out the top_node so
- Use dotted lines instead of dashed lines to match MS better.
* ScrollableControl.cs: Calculate the maximum and change vars
* X11Dnd.cs: Set the X/Y positions on the DragEventArgs
* Control.cs: Allow non enum values to be used for
* MdiClient.cs: Calculate when to add and remove scrollbars
* MdiChildContext.cs: Adjust the y position to take the titlebar
- No height for FormBorderStyle.None
* MdiClient.cs: Fix typo so scrollbars show up correctly.
* Control.cs: Set WS_ styles for borders, so that the driver does
* XplatUIX11.cs: Just compute the mdi borders separately as they
* Control.cs: Put the enum check back in now that MDI doesnt have
- Get the move start position before adjusting for the titlebar
* MdiChildContext.cs: Handle all the buttons ourselves. We can't
remove debug code.
* XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
* Hwnd.cs: The adjustments for the menu bar are made when it is
* Hwnd.cs: Don't compute the menu size for
* MdiChildContext.cs: Don't size windows if they are
* MdiClient.cs: Size the scrollbars when resizing the window.
- Resize the maximized windows when the client is resized
* Form.cs: Make the child context available
expose the maximized var
* MdiClient.cs: Make this algorithm even more beautiful. And fix
* ListView.cs: Raise the click event when items are clicked.
* MdiClient.cs: Pass some signature methods through to base.
* FileDialog.cs: Implement missing bits, remove some dead
* FontDialog.cs: Implement missing Apply stuff, and ToString. Move
flush
* MdiClient.cs: Add a method for activating mdi children. Very
* TreeView.cs: raise a click when items are clicked.
* Menu.cs: We were misusing Add. Add goes behind the specified
* Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
* MdiChildContext.cs: Set the cloned menus forms, as these don't
* Menu.cs: Make sure the parent of the items get set correctly
- Don't let Mdi children draw/handle menus.
* Form.cs: Property is 2.0 only
* TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
* TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
* ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
* TreeView.cs: When imagelists are used the image area is
* TreeView.cs: When imagelists are used the image area is
* TreeView.cs: Make top_node internal so the TreeNodeCollections
* ImplicitHScrollBar.cs:
* System.Windows.Forms.dll.sources: New implicit scrollbars.
* Form.cs: If the child form has no menu the default main menu is
* MdiClient.cs: Fix warnings. Earn Mike's love.
* MdiChildContext.cs: reenable the sizing code.
* MdiChildContext.cs: Use Control.ResetCursor.
* Control.cs: Implement Invalidate (Region).
* Control.cs: Updates so we match behavoir for for implicit
* System.Windows.Forms.dll.sources: Add the new internal window
* Form.cs: Update styles after setting the border style regardless
* XplatUIX11.cs: Tool windows still need to respek focus.
InternalWindowManager.cs: Don't translate tool windows screen
* Control.cs: Make sure we have an active menu before trying to
* TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
* RichTextBox.cs: Expand statement to help out gmcs and fix the
* InternalWindowManager.cs:
* StatusBar.cs:
* StatusBar.cs: Statusbar handles its fore/back colours on it's
* Menu.cs: Use the system menu bar color for drawing menu
* TextBoxBase.cs: It's difficult to do, but you can have an empty
* XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
* ThemeWin32Classic.cs: Draw the text for all tab appearances.
* TabControl.cs: Give the panels focus, keyboard navigation is
- We need these key events also.
* ToolBar.cs: Remove some of the poor mans double buffering.
* AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
* Control.cs: Special case Invoking EventHandlers, this matches MS
* TreeNode.cs: redraw the node when its image index is changed.
* AsyncMethodData.cs: Check if the call is complete before doing a
fix 2.0 profile.
* MonthCalendar.cs: Removed DoEvents call to prevent a running
* TreeView.cs: Allow setting SelectedNode to null.
* TreeView.cs: Use the property for setting the selected node so
* X11Dnd.cs: Make sure to add all the text formats when adding
* ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
* ColorDialog.cs: Clear out the old form before adding the new
* Control.cs: Don't create the creator_thread until the controls
* TreeView.cs: On MS GetNodeAt never actually factors in the X
* ComboBox.cs: Set the initial value of the scrollbar to the
* ThemeWin32Classic.cs:
* Splitter.cs: Set the default dock style for the splitter control
* ComboBox.cs: Hookup the text controls keydown event so we get
* ButtonBase.cs: Just use the base CreateParams. They set
* ComboBox.cs:
flush
* UpDownBase.cs: Make the textbox handle all the selection and
* Control.cs: Don't allow selection of non visible controls,
* ComboBox.cs: Clamp the max value set for the vertical
* Help.cs: Allow param to be null. Patch by Don Edvalson.
* Control.cs (BeginInvoke): Automagically handle EventHandlers
* TreeNode.cs: Signature fix.
* TreeView.cs:
Remove unused using that was bugging me.
* FixedSizeTextBox.cs: New internal class that represents a
oops forgot to commit
* Control.cs: When a new Site is set on the component attempt to
* ScrollableControl.cs: Refactored the Recalculate method a
* Form.cs: If the forms handle hasn't been created yet don't
* ComboBox.cs: Dont manually set the top_item, this is computed
* TrackBar.cs: Process the input keys we need, and hookup to
* TrackBar.cs: The increment/decrements were backwards.
* Hwnd.cs: Add bits to track non client expose events.
* InternalWindowManager.cs: Remove a state reset that was
* InternalWindowManager.cs: Respek clipping when drawing MDi
* Form.cs: If a form is made into an MDI form update the styles
Kill the mdi_container when we dont need it anymore.
Add missing NOT.
* ComboBox.cs: Don't touch if null.
* MdiClient.cs: Handle the case where windows are too high or to
* InternalWindowManager.cs: We don't need the set visibility to
* XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
* XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
* XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
* XplatUIX11.cs: Use the correct caption height.
* XplatUIWin32.cs: When we create MDI windows we need to reset
flush
* Form.cs: The window manager needs to know when the window
* MimeIcon.cs: Don't crash when we can't load the GNOME stuff
* Control.cs: Change where implicit controls fall in the
* SizeGrip.cs: Remove the TODO as its been TODONE.
* SizeGrip.cs: Paint the background color before painting the
* MdiClient.cs: Add the sizegrip when both scrollbars are used.
* ScrollBar.cs: Refresh afterbeing resized.
* Hwnd.cs: Clear the nc pending when clearing the NC area, not
2006-03-03 Matt Hargett <matt at use.net>
Test updates by Matt Hargett
* MdiClient.cs: Redid scrolling logic a bit to create a virtual
MdiWindowManager.cs: Don't need to ensure scrollbars here
* PictureBox.cs: Revert line I accidently committed last week.
* Menu.cs:
flush
not needed anymore
* MenuAPI.cs: Make this available elsewhere. I need it in some
flush
* Form.cs: Make the window_state internal so the window managers
* Form.cs: We need to use the ActiveMenu when calculating menu
- Add a dummy item to the maximized menu so it always has the
* Form.cs: Fix nullref when the window manager hasn't been created yet.
* MdiWindowManager.cs: Recalc the NC area when a window is
* MdiWindowManager.cs: Use the system menu height. Fixes some
* X11Structs.cs: Add XIMProperties enum.
* X11Keyboard.cs: Begginnings of XIM support. We also now
* X11Keyboard.cs: Begginnings of XIM support. We also now
* TabControl.cs: Redraw the tabs when we resize so their newly
* BindingContext.cs: The currency manager needs the data member
* BindingContext.cs: Check the binding after its added so that
Oops last second 'cleanup' broke something. We need to allow
* TrackBar.cs: Debackwards the increment/decrement for handling
* Binding.cs:
* Control.cs: Use the viewport space when sizing not the
* BindingContext.cs: Cleanup to use the DataSourceEntrys instead
* DataGrid.cs: Bind the cached_currencymgr_events to the
- Use Implicit scrollbars on the datagrid so they arent
* KeyboardLayouts.cs: Add the czech layouts.
* keyboards.resx: The keyboards files.
flush old entry
* System.Windows.Forms.dll.resources: Add the keyboard
* System.Windows.Forms.dll.resources: Add the keyboard
Add the keyboard resources.
Add prebuilt resources file.
flush
* X11Keyboard.cs: improved layout detection. Move the nonchar
Remove debug.
* DataGrid.cs: Create columns when the binding context has been
* X11Structs.cs: Keysyms are uints.
* TabControl.cs: Remove the call to ProcessKeyEventArgs and let
* TreeNodeCollection.cs: If we are clearing the root node we
* ThemeWin32Classic.cs: This is a Flags so we need to check
* XplatUIX11.cs: Don't handle configurenotifys if PostQuitState
* ScrollBar.cs: When doing increments and decrements we need to
* ToolTip.cs: Tooltips get added to their container (when
* Form.cs: Don't set topmost when setting the owner if the
- Don't create tooltips for String.Empty. This prevents all
* ScrollableControl.cs: Special case negative sized areas, not
* MonthCalendar.cs: Save the rect of the clicked date so we can
* XplatUIX11.cs: Give a max idle time of one second, this
Implement TODO.
* ScrollBar.cs: Cap values when incrementing/decrementing.
* ScrollableControl.cs: Dont recalc if we are not visible.
* XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
* UpDownBase.cs: Don't CreateGraphics manually, use a
* Control.cs: Enable OnPaintInternal so we can use it for drawing
* KeyboardLayouts.cs: Remove warning.
* ButtonBase.cs:
2.0 build fixes.
* ComboBox.cs: Use borders instead of drawing our own
Remove combobox decoration drawing code,
- Remove unused DrawListBoxDecorationSize method.
* X11Dnd.cs:
* Binding.cs: Handle null values for Current and BindingContext.
* Form.cs: MdiChildren don't do default locations the same way
Get some of these databinding tests of off my HD.
* MdiClient.cs: Add a helper property to get the container form.
* Form.cs: Window managers need the old window state when
* Form.cs: Window managers need the old window state when
* X11Dnd.cs: Drop to a control with another control on top of
* X11Dnd.cs: Drop to a control with another control on top of
* MdiClient.cs: If the mdi clients parent form has a background
* MdiClient.cs: We need to remove the controls from the mdi
* MdiClient.cs: Active form is only sent to the back when using
* Form.cs: Match MS's DefaultSize for forms (they must have
* MdiClient.cs: Improved layout code.
* ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
Draw the icon correctly (broke right before checking in).
Remove extra icon draw.
* ThemeWin32Class.cs: Fixes for alignment and icon rendering in
* keyboards.resx:
* MdiClient.cs: Don't paint the parent background image if we
Fix test to work on windows.
* Theme.cs:
Accidently checked in wrong rectangle size.
* ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
* MdiClient.cs:
* TreeNode.cs: Bounds are computed 'on the fly' now. This
Remove debug code.
* TreeView.cs: Use begin/end update when doing expand/collapse
* ScrollBar.cs: New internal methods that allow us to change a
* TreeNodeCollection.cs: Dont't recalculate the visible order on
- Reenable SetBottom now that visible orders are set correctly,
- When drawing image nodes if there is an imagelist we draw the
* StatusBar.cs: We only need to update the sizes of the other
* TreeView.cs: Scrollable is true by default
- Fix VisibleCount to use the ViewportRectangle so that
* TreeView.cs: When we get focus if there is no selected
* TreeViewTest.cs: Add a couple of default properties.
* XplatUIX11.cs:
* TreeNodeCollection.cs: If the tree doesn't have a top node
* ControlPaint.cs:
* KeyboardLayouts.cs: Eliminate some dead code.
* KeyboardLayouts.cs: Eliminate some dead code.
* BindingContext.cs: Create the currency manager tables here.
Some tests for recent CurrencyManager work.
* BindingContext.cs: Create the currency manager tables here.
Some more tests.
* BindingManagerBase.cs: Remove somedebug code that creeped into
* BindingManagerBase.cs: Remove somedebug code that creeped into
* TreeView.cs: Set the default border style in the constructor.
* TreeView.cs: Set the default border style in the constructor.
TreeNode.cs: Make is_expanded internal so the treenode
* TreeView.cs: If the selected node isn't changed when we get
* TreeView.cs: Fix line drawing when scrolling. To do this each
- Fix Left/Right key handling to match MS. (It expand/collapses
* TreeNode.cs: We can't expand/collapse nodes with no children.
- Fix SetTop to work with new bound calculation code
* TreeNode.cs: Compute the next node for expanding/collapsing
* InternalWindowManager.cs: Set the bounds when updating the
* Control.cs: Use the property (instead of the field) to get the
* InternalWindowManager.cs: The OS doesn't give us an NCPAINT
- Set the titlebar button locations as soon as they are created,
* MdiWindowManager.cs: When the window is closed do an NCRecalc
* InternalWindowManager.cs: Draw the maximized windows buttons
* InternalWindowManager.cs: Simplify (and FIX) the window sizing
* OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
* TreeNode.cs: Recalculate the visible order before doing the
* Form.cs: Layout the MDI child windows when creating the parent
- Don't need an internal constructor anymore.
* InternalWindowManager.cs: Handle NC Double Clicks, passing the
- When doing PointToClient contain it in the workable desktop
* Theme.cs: Add a method to get the size of a managed window
* KeysConverter.cs: Make sure we handle the Ctrl special case
* MdiClient.cs: When we close a maximized mdi window, the next
- When a new window is activated repaint the decorations of the
Open up CreateButtons to base classes
* MdiWindowManager.cs: Hook up to the maximized menus paint
* MdiClient.cs: Only maximize the next child if the current one
I wanted to confirm these values, so I started a
* MdiClient.cs: Instead of just sizing maximized windows when
- Eliminate separate tracking of the active control, we can just
* InternalWindowManager.cs: We don't set the cursor
Remove some debug code.
input keys test
Things happen a little differently when control is created.
* InternalWindowManager.cs: Remove some debug code.
* MdiClient.cs: Don't bring the new child form to the front
* TabControl.cs:
* XplatUIX11.cs: Enable key auto repeat. If the user doesn't
Some simple focus unit tests.
* Control.cs (SelectNextControl): When checking the control's
* TextBoxBase.cs:
* ComboBox.cs: Remove some debug code that was blinding me.
* UpDownBase.cs: These controls actually aren't implicit, they
* Control.cs: When hiding a control only select the next control
* Control.cs: When hiding a control only select the next control
- Use the correct active control
* ContainerControl.cs: Override SETFOCUS in the container
* Control.cs: Optimze getting all the controls.
* Control.cs: Add OnGotFocusInternal. A new method that allows
* TextBoxBase.cs:
* ComboBox.cs: Pass off focus to the text control properly
Handle all styles.
* ComboBox.cs: Clear out old items before setting the item list.
- Switch the combobox to use indices whereever possible instead
- When the textboxes text is updated update our base Control
* ComboBox.cs: Revert the item->index part of my previous patch.
* TreeView.cs: Use LostFocus instead of Leave for
* TreeView.cs: When an edit is finished make sure that the
* TreeView.cs: Raise the OnAfterLabelEdit event correctly.
* TreeNode.cs:
* LabelEditTextBox.cs:
Add my focus tests.
- Use the client rectangle when setting the trees scrollbars, so
Test the container controls override of Select (bool, bool), and
Some more tests related to focus and its various dependencies.
Test GetNextControl with a flat control layout.
Fix test.
More testing. This time on the groupbox, which acts as a
* Control.cs: Use the directed select when selecting a control,
* UpDownBase.cs: Use an internal class for the textbox
* ContainerControl.cs: Add a field that disables auto selecting
* UpDownBase.cs: When the control is selected make the child
A test that currently fails, using GetNextControl on two
* XEventQueue.cs: Peek on both the x11 queue and the lock queue.
* TreeView.cs: Make sure the visible order is computed when we
* TreeNodeCollection.cs: Fix the clear method.
* TreeNodeCollection.cs: Fix the clear method.
* TextBoxBase.cs: Make ShowSelection invalidate when changed.
Test to make sure that setting focus activates the focused
* Control.cs: Setting focus needs to go through the whole
* ComboBox.cs: Cleanup selection and focus with the combobox.
Control.cs: Revert previous focus patch, it breaks reflector.
* ComboBox.cs: Don't show selection by default.
Simple test for nodes CopyTo method.
* TreeNodeCollection.cs: Fix copyto to use the correct nodes
- The SelectAll isn't needed here, since the focus code should
- DDL style lists to manual selection drawing, so when they
Another failing test :-(, this time using the tab control.
* Form.cs:
* Form.cs: Use the MdiClients MdiChildren property to access
* Form.cs: Fire the closing events for all the mdi child windows
* MdiWindowManager.cs: Do this closing cleanup in a Closed
* ComboBox.cs: Send the mouse down to the scrollbar.
* XplatUIX11.cs: Mouse wheel events go to the focused window.
* TreeView.cs: Specify treeview actions (old patch that didn't
* Control.cs:
* ErrorProvider.cs: Don't allow the error control to be
* FileDialog.cs: Paint the selection on the directory combobox
* Binding.cs: When validating if the value entered doesn't
* RadioButton.cs: Don't fire click when we get focus.
* Timer.cs: Track the thread that the timer is started in (NOT
* Binding.cs: We don't use IsBinding because it requires the
* TreeView.cs: Make sure both scrollbars get displayed and sized
- Use the original clip rectangle for checking if the area
* Form.cs: MdiClient is always at the back of the bus
* Control.cs: Make IsRecreating internal so that the driver can
* MdiClient.cs:
* TreeView.cs: Need to track selected node and highlighted node,
- Need to focus on rbutton mouse down. And redraw selection when
* Form.cs: When activated select the active control, if there is
* Splitter.cs: Don't do anything if there is no control to
* TreeView.cs: Bounding box for the mouse movement reverting
* GroupBox.cs: Instead of drawing over the lines of the
* TabControl.cs: Better calculation method for setting the
- Draw Image on tab pages if an image list is used.
* ThemeWin32Classic.cs: oops, forgot to commit. Draw the
* MenuAPI.cs: Deslect popup context menu items before closing
* TextControl.cs: Update the cursor position even if we don't
* TextControl.cs: Push the cursor record onto the undo stack
* XplatUI.cs:
* TextControl.cs: Fix print out in debug method.
* TextBoxBase.cs: When text is set bail if we are setting to the
* TextControl.cs: When getting a tag at the location there can
* TextControl.cs: When deleting characters make sure that any
* TextControl.cs: Use the Line to get the length of the line,
* XplatUIX11.cs: Don't hide the caret when it is being
* XplatUIWin32.cs: Clip the rect to the parent window.
* XplatUIX11.cs: Make sure that we don't reset window managers
* XplatUIX11.cs: When translating NC messages make sure we go
* InternalWindowManager.cs: New private method that factors title
* MdiClient.cs: Remove the calls to PaintWindowDecorations, this
* TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
* MdiClient.cs: Repaint the titlebars when the active window is
* MdiWindowManager.cs: When maximizing use the containers client
- Use the parent form's size for the menu position, since the
* NotifyIcon.cs: Derive the notify icon from a form, so things
* TextBoxBase.cs: Move the if value the same bail check up, we
* TabPage.cs: Ignore setting of Visible, and add an internal
* TabControl.cs: We need to invalidate the tab control area when
* TextBoxBase.cs: Ignore whether or not the scrollbar is
* TextBoxBase.cs: Set the default max values to MaxValue since
* TextControl.cs: Make sure the selection is offset by the
* TextBoxBase.cs: Implement horizontal autoscrolling.
* TreeView.cs: Don't update scrollbars when we aren't visible.
* TextBoxBase.cs: When we set the selection start position the
- Make sure that the selection_visible flag gets reset to false
* MenuItem.cs: Make sure to put the mdi child in the hashtable,
* TextControl.cs: use difference in old line count vs new count
* TextBoxBase.cs: Finish off the autoscrolling stuff.
* TextControl.cs: Special case for setting selection end to
* RTF.cs: When reading in chars use an int so that we can
* TextControl.cs: Do not show the caret and selection at the
* RTF.cs: Need to cast this to a char now.
* RichTextBox.cs: Handle some special chars better, and don't
* RTF.cs: Kick out of the text swallowing loop if we begin a new
- Skip over all OptDest tags, these are 'new' RTF features that
* TextMap.cs: Since we map udieresis as a standard char we need
* Major.cs:
* TextControl.cs: We need to clear the entire selection area
* XplatUIWin32.cs: When setting the parent change the controls
* TextControl.cs: When replacing the selection move the
* TextBoxBase.cs: Use client rectangle not bounds for checking
* TextControl.cs: Increment count by one, since in the update
* X11Dnd.cs: We always allow copy, since XDND implies Copy.
* TextBoxBase.cs: Don't bail from the scrollbar calcs for non
- Sorta a revert of the last patch. For multiline just
* TreeView.cs: Can't use the VisibleCount property when setting
* TextControl.cs: If a suitable wrapping position isn't found,
* TextControl.cs: These are 1 based.
* TreeNodeCollection.cs: Update scrollbars after clearing.
* TextBoxBase.cs: When converting to Text don't put line breaks
* TextControl.cs: There is an initial "fake" line in the
* TextControl.cs: When combining lines carry over the line end
* TextBoxBase.cs: Only rich text box can do full line selects.
- Make sure to set the cursor position when there is a click,
- Invalidate the selected area when setting it, if it is
* TextBoxBase.cs: The RichTextBox and textbox have very
* TreeView.cs: Use the currently highlighted node for the
* TextBoxBase.cs: There is no need to expand selection on
- CanUndo means 'is there any undo operations', not 'is undo
* TextBoxBase.cs: Don't select the word if we are on a line with
- We don't need to position the caret on mouse up, since
* TextControl.cs: When formatting text, compute the adjusted tag
oops commited some debug code.
* TreeView.cs: ActualItemHeight factors in the image height
* TextBoxBase.cs: Compute the value changes for the mouse wheel
* TextControl.cs: Make PageUp and PageDown more like the
* TextBoxBase.cs: When we set the text property position the
* TreeView.cs: Need to recalc the topnode when we expand or
* ThemeWin32Classic.cs: Special case for groupboxes with empty
* TreeView.cs: Allow more explicit setting of top node
* TextBoxBase.cs: When positioning the caret, use the line, pos
* TextControl.cs: When soft splitting a line, mark it as a soft
Also carry over the current line break to the next
* TextBoxBase.cs: Set the selection to the caret after
* TextControl.cs: new param for ReplaceSelection which
Shouldn't select the text in this path.
* TextBoxBase.cs: You can still change the selected text on a
* TextControl.cs: Lower magic number for wrap calculations. This
Fix test
* TextControl.cs: Do not update the view while inserting
* TextBoxTest: More of these tests work now.
* TextBoxBase.cs: Default selection length is -1, need to do
This one is fixed too.
* TextBoxBase.cs:
oops, accidental regression.
* TextBoxBase.cs: Fix off by one, since these are one-based.
* TextBox.cs: Select all the text when we get focus.
- Add a test to ensure that recieving focus selects all of the
* TextControl.cs: Redo Insert a little so that it use IndexOf
- Remove separate multiline handling from the Text
These tests work now.
* TextControl.cs: Make this operation undoable.
* TextBoxTest.cs: Add a test for Modified property.
* TextBoxBase.cs: Take HideSelection into account when
* TextBoxBase.cs: Reworked the mouse down code so I
- Constrain the double click handler to the double click size.
* TextControl.cs: We need to invalidate the textbox when we
* TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we
* TextControl.cs: Need to track undo levels ourself,
* TextControl.cs: Draw the caret and the selection when a flag
- If the window is resized and scrolling is no longer needed
* TextBoxBase.cs: We need to cap this value, since Maximum -
* TextBoxBase.cs: We need to cap this value, since Maximum -
* TextBox.cs: Don't tell the world that we have a context menu.
- Only do selection with the left mouse button.
* TextControl.cs: We were almost always drawing one more line
* RichTextBox.cs:
flush
- We need to invalidate the selection area when we replace the
* TextControl.cs: Don't increment the position here.
- When calculating char positions only add in the line break
* TextControl.cs: soft now means something different than what
* TreeView.cs: Make sure we factor in the vert scrollbar when
* TextBoxBase.cs: When changing the font across the document we
- PreferredHeight is a little different than i thought.
- When backspacing, move the caret before we do the actual char
- PreferredHeight is a little different than i thought.
precedence
* XplatUIX11.cs: We need to hide the caret when deleting it,
* TextBoxBase.cs: Kill then redraw the caret when scrolling.
* TextControl.cs: Attempt to reduce the number of times we need
* TextBoxBase.cs: We move the caret with the split now, so we
* TextControl.cs: Need to prevent wrap calculations when
* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
* TextControl.cs: When replacing a selection we need to
* TextControl.cs: We can't skip tags if any part of the tag is
* TextBox.cs:
* TextControl.cs: Calculate width properly.
* TextControl.cs:
oops left some debug code in.
* TextBoxBase.cs: When we move the caret we also need to move
* TextControl.cs: Add a Suspend/Resume for updating, basically
* TextControl.cs: Respect ShowSelection when deciding whether or
* TextControl.cs: For the last char of a line we need to use the
* TextBoxBase.cs: Deleting sections of text is undoable.
* FileDialog.cs: OnClickCancelButton gets called whenever the
* XplatUIX11.cs: Don't break when handling button release in
* X11Dnd.cs: Add support for handling the QueryContinue and
* XplatUIX11.cs: If you set the override cursor during a grab,
* X11Dnd.cs: Use IDataObject instead of the DataObject class.
* X11Dnd.cs: Take the keyboard on init to reduce coupling with
Remove fixme from the early twentieth century.
* X11Keyboard.cs: BACK+CTRL gets a special char code.
* TextControl.cs: Don't have crlfs when we are non multiline.
- Consolidate the line position.
* TreeView.cs: We need to check scrollbar visibility when window
* Cursor.cs: We want the override cursor to be reset to NULL
* RichTextBox.cs:
* KeysInit.cs:
* TextBoxBase.cs: Modified the method for inserting images to
* X11Dnd.cs: Implement aliases on mime handlers, so things like
* ListView.cs: Make AfterLabelEdit work correctly.
* FileDialog.cs: After changing the name of the folder, we have
* TextControl.cs: Remove RecalAlignments call, that was some
* DataGridViewRow.cs: Fix typo so height can actually be set.
* TreeView.cs: Calculate the top node 'on the fly', this
* TreeNode.cs: When a node is expanded, set its is_expanded flag
* RTF.cs: Pull pict groups out of opt dests. Don't handle the
* RTF.cs: break when we finish loading the image data, otherwise
* TextControl.cs: Try to never let the caret stay in a non-text
* TextBoxBase.cs: Update the caret.
* InternalWindowManager.cs: class status fix.
* TreeViewHitTestInfo.cs: implement.
* TreeView.cs: We can't get the bounds of the nodes before
* TreeView.cs: Implement 2.0 TopNode setter property.
- Implement 2.0 Sort method.
- Implement 2.0 LineColors property. Lets you change the color
- Implement 2.0 image key feature.
* TreeNode.cs: Add the 2.0 collapse method.
* TreeView.cs: Implement owner draw tree nodes. And a couple
* TreeView.cs: Show the correct image for selected node (this
* TextBoxBase.cs: Don't set the forecolor until the handle is
- Do not raise OnPaint, and removed some old debug code.
* TextBox.cs: Don't explicitly set our background colors.
- Need to invalidate when backcolor or readonly are changed.
* TextBox.cs: Set the background color, but reset the
* TextBoxBase.cs: Now that the handles are being created a
* TreeView.cs:
* TreeView.cs: Basically emulating some strangness here with
- oops made scrolling backwards.
* TreeNode.cs: We need to start nodes with a zero visible order,
* TextBoxBase.cs: Calculate the document before the handle is
* TextBoxBase.cs: Calculate the document before the handle is
* TreeView.cs: Some workarounds so that we can match event order
* TreeViewTest.cs: Some more tests pass now.
need to use the property.
* TextBoxBase.cs: Need to display the caret after letting the
Only returns true after the handle has been created.
* TextBoxBase.cs: Mess with the creation stuff a little. We need
* TextControl.cs:
- Set the background color to gray on 2.0 when we are readonly.
* RTF.cs: Added support for metafiles and use the new picture
* TextBoxBase.cs: Allow updating the selection position when the
* TreeView.cs: ScrollWindow works properly now, so we don't need
* RichTextBox.cs: Don't do this all fonts must match check if
* RichTextBox.cs: Enable shortcuts by default.
* TextControl.cs: Add an alignment property that all new lines
* TextBox.cs: Reduce the amount of invalidation we do.
* TextControl.cs: Need to use SelectionLength () not
* TreeView.cs: Don't offset the images, this was causing some
* TextControl.cs:
* RTF.cs: Make sure the image token gets set.
opps. flush this.
* TextControl.cs:
oops debug code.
* RichTextBox.cs: The selection_start and selection_end don't
New test.
This test works now!
flush
* TextControl.cs: Draw and measure line endings when in non
* TextMap.cs: Implement some more characters. I need to go
* TextMap.cs: New textmap. This should cover all the special
* RTF.cs: Use the documents encoding code page to decode unicode
* TextControl.cs: Improvements to non multiline line ending
* TextControl.cs: If a char delete removes a line ending, we
- Make sure the line ending calcs get called.
* TextControl.cs: When deleting text from non multiline
Add (slightly modified) tests from gert.
* TextBox.cs: Only select all on initial focus if the user has
* RichTextBox.cs: Use the new methods for setting the font and
* TextControl.cs: Make sure the attributes get set on the last
flush
- Still have to do the end tag if we have stepped all the ways
* TextBox.cs: LBUTTON does not make the textbox select all of
* TextBoxBase.cs: Scroll faster!
* TextBoxBase.cs: We need to calculate maximums even if this is
- Display the caret after doing a page up/down, we need to
* TextBoxBase.cs: Calculate the scrollbars before calculating
* TextControl.cs: Don't attempt to copy text for lines with no
* TextBoxBase.cs: When the user presses enter, insert a line
* TextControl.cs: When we delete multiple selection lines
* Picture.cs: Correct twips calculation.
* RTF.cs: look ahead for the end of the group, so we don't read
* TextControl.cs:
typo
* TextControl.cs: Move around the line endings when
- When combining lines, strip the ending text off the first
* TextControl.cs: We need to invalidate across the width of the
* TextBoxBase.cs: Don't delete into the line ending.
* TextBoxBase.cs: When a delete removes a line,
* TextControl.cs: We don't need this -1 on the line count
* TextControl.cs: Fix some off-by-one issues in line duplication
* TextControl.cs: Set the line ending correctly for the first
* TextBoxBase.cs: When enter is pressed, we need to update all
* RTF.cs:
* RichTextBox.cs: namespace cleanup.
Test harness and some initial tests.
* <everything>.cs: Make it a little easier for people to compile
* ScrollBar.cs: When setting values, make sure the current
* TextControl.cs: We can't move lines, then invalidate their
Before combining two lines for a delete, we need
* TextControl.cs: Pressing the end key shouldn't move the caret
* TextControl.cs: Oops, we need to use the ClientRect not the
* TextControl.cs: Move the margins to the document, add a method
* TextBox.cs: Move the has_been_focused into the base control,
* TreeView.cs: Simplify scrolling to the last node after
* UpDownBase.cs:
flush
* TreeView.cs: Dont try to unhighlight the selected node if
* TextBoxBase.cs: Non multiline textboxes shouldn't take the
* TreeView.cs: Do not create the treeview's handle when setting
* TextBoxBase.cs: Fixup the height of textboxes when the control
* TreeView.cs: Set the first node to the selected node when we
* TextBoxBase.cs: Better preferred height, FixedSingle gets the
* TreeView.cs: GotFocus differences between 1.1 and 2.0.
* TextControl.cs: Because the line endings are including in the
* TextControl.cs: Because the line endings are including in the
* TextBoxBase.cs: Implement some of the new 2.0 methods.
* TextBox.cs:
* TextBox.cs: Disable some of the menu options when using a
* TextBoxBase.cs: Recalculate the document when the word wrap
* TreeView.cs: Set the top node to the last child node when
* RichTextBox.cs: Recalculate the document after the scrollbars
* TreeView.cs: Setting top with a null node should set to the
* RichTextBox.cs: Set the line endings correctly, when flushing
* TextControl.cs: We need to manually break apart tabbed text
* TextControl.cs: Handle tabs in non multiline mode a little
* TextBoxBase.cs: Raise textchanged when cutting and pasting
SelectedText will handle the event firing here.
* X11Dnd.cs: Rework to make StartDrag a blocking call that runs
* X11Dnd.cs: Keep tracking until the xdnd finished event is
* X11Dnd.cs: Add a timer, so after drop, if a finish is not
* TreeNode.cs: Fix off by one on calculating whether or not a
* TreeView.cs: Make sure we don't get a bad visible order when
* X11Dnd.cs: Now that we have our own event loop, we need to
* TextControl.cs: Redid the pageup/pagedown a little to simplify
* TextBoxBase.cs: These seem to be the correct values.
* xamlg.1:
* xamlg.1:
* TreeView.cs: Update full row select invalidation to match the
* TextControl.cs: Remove some old unused text formatting stuff.
* UriBuilder.cs (ToString): Added Fragment property to the
Test for bug 323247.
* declsec.c (declsec_20_write_type): support for strings.
* LICENSE: Add long lost file.
* Uri.cs: 2.1 Uris do get a UriTypeConverter.
* MoonIsolatedStorageFile.cs: Allow paths in search patterns.
add ISupportInitialize to the moonlight build.
* Syscall.cs: Add bindings to the various epoll
On 64bit this is turning into a 16 byte struct, this works around the issue.
Parse RequestPathInvalidCharacters properly. Fixes urls with commas in them.
Jaime Anguiano Olarra (98):
Added two new questions and aswers. One is related to CORBA and ORBit. The second one is about if Ximian is going to offer certifications on Mono. There is also a little fix changing one AP(I for API.
Added the mono-contribution-howto.
Added reference to the mono-contribution-howto
Added a link to the mono-doc-contributing-howto
Added mono-contributing-howto
Added some questions and answers. Sent a file to Miguel containing those.
A first version of mono-common-problems added.
Added several questions/answers and a new "Mono and ASP.NET" section.
Added some more Q/A pairs and updated some others.
HTML-fied and nicely indented so it looks pretty in the web.
Updated the link to the mono-contribution-howto. Changed from
Changed "This project would not have been possible with every contribution"
Added the C# Free (GFDL) Spanish tutorial link.
Updated.
Added the mono-beginning page.
Added the mono-beginning.xml document from which you can generate the
Removed the mono-common-problems as a new doc (mono-beginning) replaces this.
Updated.
Replacement for mono-beginning.xml
Added mono-beginning and mono-beginning-xml
Added Beginning
Faq updated. Fixed the double "Oberon" in the first section. Fixed the Windows.Forms mention in the list of class libraries Mono will implement. (At least by the moment. Since I've noticed that this is causing confusion to some people). Added more Q/A pairs.
Added Mono Beginning Windows (Another HOWTO)
Added more Q/A pairs, updated one as Jason Diamond suggested (read my reply
Added the Mono Beginning Windows section to the web. Now going to add links
Reordered. Updated. New links.
Updated links
Fixed one link
Web makefile updated (mono-beginning-windows erased)
Added a new section Mono Common Problems. Links to Mono Common Problems :)
Links updated.
Updated. Please, let me know how to install corlib.dll exactly so I can
Some updates.
Some updates.
Fixed error on link to the Mono Keynote presentation at .NET ONE.
Added links to The Mono Tutorial and to The Mono Hispano site.
Added Skeleton for the System.Runtime.Remoting.SoapServices class.
Starting to implement the InitializeLifetimeService method.
Started implementation for the InitializeLifetimeService method.
Started InitializeLifetimeService and GetLifetimeService methods implementation.
Added test for the Error CS3005
Added test for C# Compiler ERROR CS0021
Test for the C# Compiler Error CS0022: Wrong number of fields in indexer.
Test for C# Compiler Error CS0027: Tried to used 'this' outside a constructor, method or property.
2nd Test for Error CS0027. In this case compile complains only of CS0026.
Test for C# Compiler Error CS0035: Ambiguous operator on operand of type foo.
Test for C# Compiler error CS0036. Attribute [In] can't accompany an out parameter.
Sorry I forgot the Line: 10
Test for the Error CS0050. Incompatible accessibility. Return type less accessible than method.
Test for C# Compiler error CS0052. Field type is less accessible than field.
Added more info.
Test for C# Compiler Error CS0053. Property return type less accessible than property.
Test for C# Compiler. Incompatible accessibility. Indexer return type less accessible than indexer.
Test for C# Compiler Error CS0055. Inconsistent accessibility. Parameter type less accessible than indexer.
Test for C# Compiler Error CS0056. Inconsistent accessibility. Operator return type less accessible than operator.
Test for C# Compiler Error CS0057. Inconsistent compatibility. Parameter type less accessible than operator.
Test for C# Compiler Error CS0058. Incompatible accessibility. Parameter type less accessible than delegate.
Added error line.
Test for C# Compiler ErrorCS0059. Inconsisten accessibility. Parameter type less accessible than delegate.
Test for C# Compiler Error CS0061. Inconsistent accessibility. Base interface less accessible than interface.
Test for C# Compiler Error CS0067. Event never used.
Test for C# Compiler Error CS0068. Events can't have initializers inside interfaces.
Test for C# Compiler Error CS0069. Interface events can't have add or remove accessors.
Test for C# Compiler Error CS0071. NOTE: Very strange behavior. See later
Test for C# Compiler ErrorCS0072. An event can only override another event.
With these new tests (73-79) we have completed the tests from CS0001 to
For the URL bar.
Updates.
*** empty log message ***
The CallContext skeleton.
Little fix
System.Runtime.Remoting.RemotingConfiguration.cs added to the CVS.
System.Runtime.Remoting/RemotingConfiguration.cs added to the build.
Added a pair Q/A. Not much general things the past days.
Fixing versions. Now all it's fine.
Added a custom Gtk# introduction.
Added the Gtk# intro page.
ApplicationName and AplicationID implemented.
Added the Process skeleton for Remoting use.
Added System.Diagnostics.Process.cs
Reimplemented the ProcessID property using the Process class.
Process is no longer visible.
Fixed typo.
Fix.
Added a readme for the newcomers.
Little fixes.
Links to mwn today and mwn archives
Fix.
Added link to the MWN item and archives.
More infoMore info..
Fixed test.
Fixed.
Yes. Here I am.
Added missing reference to VBBinder.cs
One check we were missing in one of the CreateInstance() methods
Fixed.
Added Q/A for generics support.
Building answer update.
Jambunathan K (122):
Fixed issues with Regex.Unescape() identified as part of
Added test case for exercising Regex.Unescape()
Created new resource bundlr for VB errors. Implemented almost nearly
Err Object related infrastructure is near complete. This is just a
Accidentally removed Conversion.cs from CVS. The file will be added back
Added back Conversion.cs !
Fixed a minor bug in Information.LBound() and Information.UBound()
Trivial changes to ExceptionUtils.cs
Added FinancialTest.cs to the list of test files
Ported VBFile.cs, BaseVBFile.cs and InputVBFile.cs from Mainsoft's codebase.
Committed a couple of FileSystem methods and associated Test cases
Ported OutPutVBFile.cs from Mainsoft's codebase. No assurance beyond the
Added BinaryVBFile.cs and RandomVBFile.cs. Just preliminary changes.
corcompare based fixes
* RandomVBFile.cs: Fixed FileGet() for Date and Decimal types
Fixed the vbCr, vbLf, vbCrLf and vbNewLine
Fixed definitions of vbCr, vbLf, vbCrLf and
* RegionDirectivesC1.vb:
* mb-parser.jay:
* mb-parser.jay: The original checkin hits a bug in mcs but
(Module): Oops. Reversed unintended checkin.
*** empty log message ***
Fixed miscellaneous bugs in handling of
Enhanced or Fixed tests for externalsource and conditional
* Makefile: Added /unsafe switch to the compiler command line.
* mb-tokenizer.cs: Fixed a bug where line nos were
* mb-tokenizer.cs: Oops. Also pulled out all of the old
Renaming Changelog to ChangeLog.
Reworded and Reformatted the Readme
* mb-tokenizer.cs:
* mb-tokenizer.cs:
Included the newly added pre-processor test cases
* RegionDirectivesC5.vb:
Changed expression grammar so that it now has a
Added 'mkdir -p $$logpath' to the make rules
Sanitized parser's generic error message
Regex pattern in CreateErrorFromString() now
Fixed NormalizeArgs so that when an option starts
* Interaction.cs:
* get.c: Changed dis_stringify_param to emit [opt] for parameters
* main.c: modified cattrs_for_method so that
* Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
* DateAndTime.cs (DateTime.Today): Changed signature of stime().
* main.c (dump_cattrs_list): Newly carved out of dump_cattrs.
Fixed formatting issues. For the sake of consistency
* reflection.c (mono_param_get_objects): Modified to return
Updated csproj to include Appearance.cs, CheckBox.cs, CheckState.cs
Added LineNo, ExpectedError and ErrorMessage to all negative test case
Perl driver for regressing mbas - first cut
InheritanceK.vb: Yet another test case
Added LineNo, ExpectedError and ErrorMessage to all negative test case
Oops !
Audited existing negative test cases that emit multiple, mutually
*** empty log message ***
some more test file changes !
More negative test cases !
More negative test cases !
These test cases were wrongly failing becuase 'Imports System'
Fixed up some more megative test cases !
Yet another negative test case !
Some negative test cases broken off from existing ones. Only the test
Added 'REM Target: library' to the files that need to be compiled as a
New folder for holding the VB.NET compiler test cases.
Migrating mbas test cases from mcs/btests to mcs/mbas/Test folder.
Migrating mbas's test helper dlls from the old folder to here.
Migarting the mbas' negative test cases from the old folder to here.
Migrating mbas' negative runtime test cases from the old folder to
Removed Unneeded files
Migrating mbas' test helper dlls from the old folder to here.
Oops
Some more test infrastructure related files. Requires some more work
*** empty log message ***
(MainDriver): Made the warning message a little less
Added a negative cache for failed type lookups in the TypeManager.
* mb-parser.jay: Refined the attributes grammar so that a
Oops.
Oops. Correcting the grave errors that I "committed" previously.
* test-mbas.pl:
Syntactic error handling for attribute grammar.
* attribute.cs: Removed the redundant AttributeSection class and
Removed the incomplete and (for now) unnecessary
* class.cs:
Removed the static field - RootContext:global_attribute.
(LateGet, LateSet): Ported the missing pieces
* typemanager.cs: Removed TypeManager.builder_to_attr which was
* attribute.cs: Injected a new virtual property
Coalesced the functionality of Property and
* attribute.cs: 1) Replaced the static method
* mb-parser.jay: During multi-file compilation, global
* attribute.cs: Temporarily made Attribute.UnManagedType public.
* Makefile: Run "make run-test" or "make run-test-ondotnet" to
* Makefile: Added new make target 'consolidate-test-results'.
* Makefile: Added new make target 'consolidate-test-results'.
* Makefile: Added new make target 'consolidate-test-results'.
Modified action for consolidate-test-results
* enum.cs: Factored out a new class EnumMember from the existing
* class.cs: Factored out classes - 1) GetMethod and SetMethod from
* (btests) : Removed. This directory is now superseded by
* README.tests: Added
Deleting this parser generated file from svn.
Merge to GMCS: 40534
VB.NET has no notion of User defined conversions. Assuming that UserDefinedConversion () returns null, propagated the resulting changes upstream.
Broadly, what C# spec terms as "Implicit" & "Explicit", VB.NET spec
* ecore.cs (StringToExpression):
* convert.cs: Added the following conversion routines:
* ecore.cs (ImplicitInvocation, ImplicitNew, FloatingToFixedCast): Added
Merged to GMCS: 41320
Oops ! Missed these changes while merging with GMCS: 41320
Merged with GMCS trunk 42056
* AssemblyInfo.cs: Set assembly version to 0.1
* constant.cs (DateConstant): Added (Booroed from mbas)
Fixed spelling error in the ChangeLog file !
* expression.cs (Binary.Operator): Renamed LogicalAnd/LogicalOr to
* expression.cs (Binary.Operator): Added Exponentiation,
* ecore.cs (ImplicitInvocation): Set eclass and type to that of the child
* constant.cs: Added conversions between various constants
* Information.cs(RGB): Change colour ordering, its BGR not RGB
* Makefile: Added '/r:Microsoft.VisualBasic.dll' to the compile
* convert.cs (ObjectTypeToPrimitiveTypes): Added. Converts an
* First cut changes for suporting Binary Operators. All changes
* convert.cs:
* expression.cs (Binary.CheckIsArguments): Added
James Willcox (6):
2004-04-08 James Willcox <james at ximian.com>
2004-04-09 James Willcox <james at ximian.com>
2005-04-11 James Willcox <james at ximian.com>
2005-04-28 James Willcox <james at ximian.com>
2005-04-28 James Willcox <james at ximian.com>
2005-05-04 James Willcox <james at ximian.com>
Jaroslaw Kowalski (2):
NpgsqlDataReader.RecordsAffected fix
fix for loading I18N.*.dll assemblies from the GAC
Jason Diamond (51):
Fixed build to test our XML classes and not Microsoft's. Added initial namespace support.
Initial implementation of XmlNamespaceManager. Added support for NamespaceURI property to XmlTextReader for elements.
Added support for namespaces on attributes.
Added simple test for XmlDocument. Made many fixes to existing code to get the test to pass.
Namespace declarations are now treated like attributes. Fixed bug in XmlNamespaceManager.HasNamespace. All tests now pass for both Mono and Microsoft.
Solution and project files to help debug System.XML.
Reformatted, added missing members, and MonoTODO attributes.
More reformatting to Mono standards. Added MonoTODO attributes. XmlTextReader now throws XmlException instead of System.Exception.
Ignore generated files and directories for those of us using VS.NET.
Initial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <kral.ferch at hotmail.com>.
XmlNamespaceManager now adds prefixes and namespaces to its name table.
Fixed off by one error in StringReader.Peek() and Read().
Got attributes and text nodes working while loading a document.
Implemented all of the CreateElement and CreateAttribute methods.
Forgot to check this in. Sorry.
Fixes for XmlComment, XmlProcessingInstruction, and XmlDocument courtesy of Kral Ferch <kral_ferch at hotmail.com>.
Disable warning CS0679.
Removed redundant code.
Stubbed out XPathExpression and XPathNavigator and everything else needed to get it to compile.
Updated XmlAttribute so that it can have child nodes and refactored some of the child node code in XmlDocument and XmlElement into XmlNode.
Removed some enumerations that might have been in Beta2 but aren't visible anymore. Moved some enumerations from the System.Xml namespace to System.Xml.XPath because that's where they belong (now?).
Implemented MoveToElement and MoveToFirstAttribute.
Added missing members to XmlParserContext and started using it from XmlTextReader.
MoveToElement after reading attributes instead of restoring the element properties early.
Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.
Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.
Added XPathScanner and Tests.
Can now scan most location paths (without predicates).
Removed XPathScannerTests from the project since VS.NET wasn't happy with it. Added the tests separately to the .build file so that I can still work.
Added System.Xml.Xsl stubs courtesy of Tim Coleman <tim at timcoleman.com>.
Style updates from Tim Coleman.
In System.Xml:
When will I ever remember to add my new files before committing?
Removed my incomplete XPathScanner code.
Added some tests for the SelectNodes method.
Ensure that an element's prefix and namespaceURI are String.Empty and not null.
Fixed MoveToParent issues with the navigator and attributes.
Use GetByteCount instead of GetMaxByteCount (which doesn't seem to be implemented correctly for UnicodeEncoding and doesn't make sense anyways--wouldn't you want your byte array to be the correct length?) when converting chars to bytes. This was causing the System.XML tests to crash with an assertion on Linux.
Fixed another bug to help get the System.XML tests running on Linux (no more assertions). Added a makefile to build the System.XML tests on Linux.
Return Encoding.Unicode from StringWriter.Encoding. XmlTextWriter relies on all writers having that property.
Added Kral's new test classes.
* makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
* makefile.gnu: Added test target. Please start using it.
2002-08-16 Jason Diamond <jason at injektilo.org>
2002-08-16 Jason Diamond <jason at injektilo.org>
2002-08-17 Jason Diamond <jason at injektilo.org>
Fixed matching on patterns that look like absolute XPath expressions.
Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <xrkune at tconl.com>.
Added implementation of namepsace qualified GetElementsByTagName courtesy of
Correction to previous GetElementsByTagName patch courtesy of Matt Hunter <xrkune at tconl.com>.
Implementation and tests for XmlAttributeCollection.RemoveAll and XmlElement.RemoveAllAttributes courtesy of Matt Hunter <xrkune at tconl.com>.
Jb Evain (2044):
2005-07-21 Jb Evain <jbevain at gmail.com>
2005-07-21 Jb Evain <jbevain at gmail.com>
2005-07-21 Jb Evain <jbevain at gmail.com>
2005-08-04 Jb Evain <jbevain at gmail.com>
2005-08-13 Jb Evain <jbevain at gmail.com>
2005-08-19 Jb Evain <jbevain at gmail.com>
2005-08-19 Jb Evain <jbevain at gmail.com>
2005-08-30 Jb Evain <jbevain at gmail.com>
2005-08-30 Jb Evain <jbevain at gmail.com>
2005-12-24 Jb Evain <jbevain at gmail.com>
in parser:
2005-12-24 Jb Evain <jbevain at gmail.com>
2006-01-05 Jb Evain <jbevain at gmail.com>
merge revision 55103 from mcs
2006-05-03 Jb Evain <jbevain at gmail.com>
2006-06-20 Jb Evain <jbevain at gmail.com>
2006-06-20 Jb Evain <jbevain at gmail.com>
2006-09-29 Jb Evain <jbevain at gmail.com>
2007-01-02 Jb Evain <jbevain at gmail.com>
2007-03-22 Jb Evain <jbevain at gmail.com>
2007-03-22 Jb Evain <jbevain at gmail.com>
update the man page too match last changes
2007-03-28 Jb Evain <jbevain at gmail.com>
2007-05-16 Jb Evain <jb at nurv.fr>
2007-05-21 Jb Evain <jb at nurv.fr>
oops, fix the build
2007-07-11 Jb Evain <jbevain at novell.com>
2007-07-11 Jb Evain <jbevain at novell.com>
on 2.1 install, create a link to the 2.0 gmcs in prefix/2.1
2007-07-11 Jb Evain <jbevain at novell.com>
delete the link if already present before re-creating it
2007-07-11 Jb Evain <jbevain at novell.com>
2007-07-11 Jb Evain <jbevain at novell.com>
hopefully fix make dist
fix mono_path
move old Makefile to standalone.make
add Makefile
props
move
rename
update this after the move
add Makefile
2007-07-17 Jb Evain <jbevain at novell.com>
2007-07-17 Jb Evain <jbevain at novell.com>
install Cecil to the gac only
add the resources to dist
add Cecil and the linker to the build
2007-07-17 Jb Evain <jbevain at novell.com>
move to mono
move to mono
2007-07-17 Jb Evain <jbevain at novell.com>
2007-07-18 Jb Evain <jbevain at novell.com>
delete empty man folder
bump version
compile monolinker in class/lib
actually, it's not a good idea
2007-07-18 Jb Evain <jbevain at novell.com>
props
tune on 2.1 install
2007-07-18 Jb Evain <jbevain at novell.com>
2007-07-18 Jb Evain <jbevain at novell.com>
2007-07-18 Jb Evain <jbevain at novell.com>
update
2007-07-18 Jb Evain <jbevain at novell.com>
2007-07-19 Jb Evain <jbevain at novell.com>
2007-07-19 Jb Evain <jbevain at novell.com>
actually fix the varargs handling
2007-07-19 Jb Evain <jbevain at novell.com>
fix for the case where gmcs can not find the 2.0 assemblies
2007-07-20 Jb Evain <jbevain at novell.com>
2007-07-20 Jb Evain <jbevain at novell.com>
update ToStrings to take sentinels into account
2007-07-21 Jb Evain <jbevain at novell.com>
2007-07-21 Jb Evain <jbevain at novell.com>
use new GetOriginalType method
rename
2007-07-22 Jb Evain <jbevain at novell.com>
2007-07-22 Jb Evain <jbevain at novell.com>
fix step name
refactor to use GetOriginalType
2007-07-23 Jb Evain <jbevain at novell.com>
update README
update
oops
blah
2007-07-25 Jb Evain <jbevain at novell.com>
Mark the type owning the entry point
blah
2007-07-25 Jb Evain <jbevain at novell.com>
2007-07-25 Jb Evain <jbevain at novell.com>
2007-07-25 Jb Evain <jbevain at novell.com>
smcs instead of gmcs
2007-07-26 Jb Evain <jbevain at novell.com>
for the record, we are July 26
Add types needed by smcs
add this one as well
blah
2007-07-26 Jb Evain <jbevain at novell.com>
2007-07-26 Jb Evain <jbevain at novell.com>
2007-07-26 Jb Evain <jbevain at novell.com>
make ready for distcheck
2007-07-27 Jb Evain <jbevain at novell.com>
props
include RemoveSerialization in the build
2007-07-27 Jb Evain <jbevain at novell.com>
clear split of the tasks depending on the profile
2007-07-27 Jb Evain <jbevain at novell.com>
2007-07-27 Jb Evain <jbevain at novell.com>
2007-07-27 Jb Evain <jbevain at novell.com>
remove that for now
revert net_2_1 change for now
blah
2007-07-27 Jb Evain <jbevain at novell.com>
use same trick as in the profile
build the tuner specific linker plugins
build smcs.exe in class/lib/net_2_1
tune on make all, not on install
provide the linker with complete MONO_PATH
return 1 on fatal error
2007-08-01 Jb Evain <jbevain at novell.com>
also remove useless serialization fields
activate the check visiblity step
parse method bodies as well
better error reporting
take nested visibility into account
update
add some regions
2007-08-02 Jb Evain <jbevain at novell.com>
oops, forgot a ;
where the magic comes from
remove code duplication
in System.Diagnostics:
2007-08-03 Jb Evain <jbevain at novell.com>
2007-08-03 Jb Evain <jbevain at novell.com>
2007-08-03 Jb Evain <jbevain at novell.com>
add csproj
use the new IsSomething methods
Fix getters of masked attributes
refine reports
preserve everything in ILGenerator and ModuleBuilder, so smcs can access them through reflection
fix
fix the fix
2007-08-04 Jb Evain <jbevain at novell.com>
2007-08-04 Jb Evain <jbevain at novell.com>
2007-08-03 Jb Evain <jbevain at novell.com>
2007-08-05 Jb Evain <jbevain at novell.com>
2007-08-05 Jb Evain <jbevain at novell.com>
add descriptors to DIST
protect some more types for smcs
update tests
2007-08-06 Jb Evain <jbevain at novell.com>
removing that as it breaks the 2.1 build
2007-08-08 Jb Evain <jbevain at novell.com>
2007-08-04 Jb Evain <jbevain at novell.com>
2007-08-04 Jb Evain <jbevain at novell.com>
2007-08-09 Jb Evain <jbevain at novell.com>
2007-08-09 Jb Evain <jbevain at novell.com>
reverted
2007-08-09 Jb Evain <jbevain at novell.com>
remove unneeded stuff for 2.1
continue cleaning
don't include sound resources in 2.1
2007-08-11 Jb Evain <jbevain at novell.com>
2007-08-11 Jb Evain <jbevain at novell.com>
2007-08-11 Jb Evain <jbevain at novell.com>
use the visibility hack for smcs
use the correct publickey
2007-08-11 Jb Evain <jbevain at novell.com>
remove useless .config
2007-08-11 Jb Evain <jbevain at novell.com>
2007-08-13 Jb Evain <jbevain at novell.com>
2007-08-13 Jb Evain <jbevain at novell.com>
add the mscorlib descriptor to the build
adjust
fix the 2.1 build
protect some more internals
again
use only 2.1 available AppendFormat method
2007-08-15 Jb Evain <jbveain at novell.com>
revert after 2.1 corlib fix
2007-08-15 Jb Evain <jbevain at novell.com>
most useful check-in *ever*
protect completely assembly builder
only reference 2.0 stuff to compile smcs.exe
2007-08-16 Jb Evain <jbevain at novell.com>
2007-08-16 Jb Evain <jbevain at novell.com>
2007-08-16 Jb Evain <jbevain at novell.com>
use 2.1 compatible parse method
2007-08-15 Jb Evain <jbevain at novell.com>
use 2.1 compatible Enum.Parse method
2007-08-19 Jb Evain <jbevain at novell.com>
in System.Collections.Generic:
2007-08-20 Jb Evain <jbevain at novell.com>
2007-08-20 Jb Evain <jbevain at novell.com>
2007-08-20 Jb Evain <jbevain at novell.com>
2007-08-20 Jb Evain <jbevain at novell.com>
smcs contains unsafe code
System.Xml.Core contains unsage code as well
in mono/mono/mini:
2007-08-20 Jb Evain <jbevain at novell.com>
define NET_3_5 only when not targetting net_2_1
fix by Marek, define NET_3_5 on 2.0 only
2007-08-21 Jb Evain <jbevain at novell.com>
re-install smcs.exe as well
2007-08-24 Jb Evain <jbevain at novell.com>
2007-08-24 Jb Evain <jbevain at novell.com>
moved
2007-08-27 Jb Evain <jbevain at novell.com>
add build files
delete
add readme and authors
2007-08-27 Jb Evain <jbevain at novell.com>
don't write method without debugging info
protect against null assembly
2007-08-27 Jb Evain <jbevain at novell.com>
2007-08-27 Jb Evain <jbevain at novell.com>
2007-08-28 Jb Evain <jbevain at novell.com>
create only one assembly for the tunning linker steps
adjust ignore
2007-08-28 Jb Evain <jbevain at novell.com>
2007-08-28 Jb Evain <jbevain at novell.com>
fix the 2.1 build
fix
2007-09-01 Jb Evain <jbevain at novell.com>
consider smcs
fix stupidity
fix 1.1 profiles
preserve the old behavior for 1.1 profiles
2007-09-04 Jb Evain <jbevain at novell.com>
2007-09-04 Jb Evain <jbevain at novell.com>
honor DESTDIR
2007-09-06 Jb Evain <jbevain at novell.com>
2007-09-09 Jb Evain <jbevain at novell.com>
2007-09-11 Jb Evain <jbevain at novell.com>
2007-09-11 Jb Evain <jbevain at novell.com>
2007-09-11 Jb Evain <jbevain at novell.com>
2007-09-12 Jb Evain <jbevain at novell.com>
2007-09-12 Jb Evain <jbevain at novell.com>
simplify use of getmodifiertype
refactor
the tuner takes care of the install
revert that for now
correctly install files
re-enable no_install
2007-09-14 Jb Evain <jbevain at novell.com>
attempt to fix the buildbots
remove code duplication
2007-09-18 Jb Evain <jbevain at novell.com>
2007-09-19 Jb Evain <jbevain at novell.com>
cleaning
after a FullLoad, the symbol reader is not needed anymore
2007-09-28 Jb Evain <jbevain at novell.com>
2007-09-28 Jb Evain <jbevain at novell.com>
remove dead code
2007-09-28 Jb Evain <jbevain at novell.com>
2007-09-28 Jb Evain <jbevain at novell.com>
typo
2007-09-28 Jb Evain <jbevain at novell.com>
2007-09-28 Jb Evain <jbevain at novell.com>
fix the Is* method setters
Add new Is* methods to AssemblyNameReference
2007-10-02 Jb Evain <jbevain at novell.com>
v0.6
v0.2
add new tool
update revision
2007-10-05 Jb Evain <jbevain at novell.com>
2007-10-06 Jb Evain <jbevain at novell.com>
2007-10-06 Jb Evain <jbevain at novell.com>
use version numbers that fit in ushorts
2007-10-07 Jb Evain <jbevain at novell.com>
2007-10-07 Jb Evain <jbevain at novell.com>
2007-10-07 Jb Evain <jbevain at novell.com>
2007-10-07 Jb Evain <jbevain at novell.com>
avoid uncessary null check
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
2007-10-09 Jb Evain <jbevain at novell.com>
disable once again
disable once again
2007-10-10 Jb Evain <jbevain at novell.com>
add the file for real
2007-10-10 Jb Evain <jbevain at novell.com>
enable
2007-10-11 Jb Evain <jbevain at novell.com>
2007-10-18 Jb Evain <jbevain at novell.com>
2007-10-18 Jb Evain <jbevain at novell.com>
2007-10-22 Jb Evain <jbevain at novell.com>
move the adjust visibility step to where it belongs: the tuner
rename
forgot to add that
fix the 2.1 build
2007-10-25 Jb Evain <jbevain at novell.com>
2007-10-25 Jb Evain <jbevain at novell.com>
avoid keeping huge xml files in memory
update
update
2007-10-25 Jb Evain <jbevain at novell.com>
rename files
update
update
2007-10-25 Jb Evain <jbevain at novell.com>
2007-10-25 Jb Evain <jbevain at novell.com>
2007-10-26 Jb Evain <jbevain at novell.com>
2007-10-26 Jb Evain <jbevain at novell.com>
update
fix csproj
fix csproj
2007-10-31 Jb Evain <jbevain at novell.com>
Fix for cloning methods with marshalers on return type.
2007-11-06 Jb Evain <jbevain at novell.com>
2007-11-06 Jb Evain <jbevain at novell.com>
2007-11-06 Jb Evain <jbevain at novell.com>
add the EnumerableTest
in System.Collections:
reverting r89121 as it breaks the build (in the tuner)
remove warning
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
protect against KeyNotFoundException
cuter
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-08 Jb Evain <jbevain at novell.com>
2007-11-09 Jb Evain <jbevain at novell.com>
clean
2007-11-13 Jb Evain <jbevain at novell.com>
2007-11-13 Jb Evain <jbevain at novell.com>
enable
2007-11-15 Jb Evain <jbevain at novell.com>
revert
2007-11-15 Jb Evain <jbevain at novell.com>
2007-11-16 Jb Evain <jbevain at novell.com>
2007-11-12 Juraj Skripsky <js at hotfeet.ch>
2007-11-17 Jb Evain <jbevain at novell.com>
SetInitialValue: add bool
2007-11-20 Jb Evain <jbevain at novell.com>
protect SecurityCriticalAttribute
preserve SafeCriticalAttribute and TransparentAttribue
add test for xml patterns
enable test for xml pattern
2007-11-21 Jb Evain <jbevain at novell.com>
protect default constructors of the converters
2007-11-22 Jb Evain <jbevain at novell.com>
oh the joy of deleting code
2007-11-28 Jb Evain <jbevain at novell.com>
2007-11-28 Jb Evain <jbevain at novell.com>
tests for HashSet
add HashSetTest
2007-11-28 Jb Evain <jbevain at novell.com>
null dance
tabs
2007-11-30 Jb Evain <jbevain at novell.com>
2007-12-06 Jb Evain <jbevain at novell.com>
delete
extract checks
remove non sensical code
add test
add test
cleol
2007-12-15 Jb Evain <jbevain at novell.com>
alright alright
2007-12-15 Jb Evain <jbevain at novell.com>
2007-12-17 Jb Evain <jbevain at novell.com>
2007-12-17 Jb Evain <jbevain at novell.com>
2007-12-18 Jb Evain <jbevain at novell.com>
2007-12-18 Jb Evain <jbevain at novell.com>
2007-12-19 Jb Evain <jbevain at novell.com>
2007-12-21 Jb Evain <jbevain at novell.com>
2007-12-30 Jb Evain <jbevain at novell.com>
2008-01-03 Jb Evain <jbevain at novell.com>
2008-01-04 Jb Evain <jbevain at novell.com>
2008-01-04 Jb Evain <jbevain at novell.com>
2008-01-07 Jb Evain <jbevain at novell.com>
2008-01-07 Jb Evain <jbevain at novell.com>
fix build with csc
2008-01-09 Jb Evain <jbevain at novell.com>
reformating
2008-01-09 Jb Evain <jbevain at novell.com>
tabs instead of spaces
2008-01-09 Jb Evain <jbevain at novell.com>
tabs instead of spaces
props
2008-01-09 Jb Evain <jbevain at novell.com>
2008-01-09 Jb Evain <jbevain at novell.com>
2008-01-09 Jb Evain <jbevain at novell.com>
tabs instead of spaces
2008-01-09 Jb Evain <jbevain at novell.com>
tabs instead of spaces
tabs instead of spaces
2008-01-09 Jb Evain <jbevain at novell.com>
2008-01-09 Jb Evain <jbevain at novell.com>
add file
avoid another visual tree of tests
2008-01-09 Jb Evain <jbevain at novell.com>
2008-01-09 Jb Evain <jbevain at novell.com>
fix GetActionType for the non generic type
2008-01-10 Jb Evain <jbevain at novell.com>
stub Expression::Lambda
spaces to tabs
make some room
fresh impl
corcompare work
2008-01-14 Jb Evain <jbevain at novell.com>
deal with power
2008-01-14 Jb Evain <jbevain at novell.com>
2008-01-14 Jb Evain <jbevain at novell.com>
2008-01-14 Jb Evain <jbevain at novell.com>
add passing tests
I hate myself, I hate myself
2008-01-14 Jb Evain <jbevain at novell.com>
we pass TypeAs
2008-01-14 Jb Evain <jbevain at novell.com>
we pass ArrayLength
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
fix a couple of StackOverflow
add vs solutions as per Marek's wish
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
what a wonderful place to use the null coalescing operator
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
condition tests passes
add new .ctor
rename the specialized Call test fixture
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
2008-01-15 Jb Evain <jbevain at novell.com>
add CallWithExpression tests
update csproj
2008-01-16 Jb Evain <jbevain at novell.com>
2008-01-16 Jb Evain <jbevain at novell.com>
2008-01-17 Jb Evain <jbevain at novell.com>
2008-01-17 Jb Evain <jbevain at novell.com>
we pass ArrayIndex tests
2008-01-17 Jb Evain <jbevain at novell.com>
spaces to tabs
use common params [] to IEnumerable pattern
2008-01-18 Jb Evain <jbevain at novell.com>
2008-01-18 Jb Evain <jbevain at novell.com>
we pass not, negate and unaryplus tests
2008-01-18 Jb Evain <jbevain at novell.com>
add new files
we pass lessthan and greatherthan tests
constant rocks
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
remove until Miguel check them in
oh, they're already in :)
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
2008-01-21 Jb Evain <jbevain at novell.com>
fix ToDictionary comparer
2008-01-22 Jb Evain <jbevain at novell.com>
enable new Enumerable tests
one namespace to rule them all
complete tests
2008-01-22 Jb Evain <jbevain at novell.com>
small refactoring
small refactoring
small refactoring
add Sum checks
working
checks
working
tests for NewArrayBounds
2008-01-22 Jb Evain <jbevain at novell.com>
add NewArrayInit tests
2008-01-22 Jb Evain <jbevain at novell.com>
we pass NewArrayBounds and NewArrayList
fix typo
should be fixed now
2008-01-24 Jb Evain <jbevain at novell.com>
we pass Field and Property
we pass ExclusiveOr tests
update
2008-01-25 Jb Evain <jbevain at novell.com>
we pass PropertyOrField
2008-01-25 Jb Evain <jbevain at novell.com>
2008-01-25 Jb Evain <jbevain at novell.com>
we pass Bind
make fields private
simplify
2008-01-27 Jb Evain <jbevain at novell.com>
2008-01-27 Jb Evain <jbevain at novell.com>
remove useless field
2008-01-27 Jb Evain <jbevain at novell.com>
2008-01-27 Jb Evain <jbevain at novell.com>
2008-01-27 Jb Evain <jbevain at novell.com>
2008-01-27 Jb Evain <jbevain at novell.com>
add some tests for New
2008-01-29 Jb Evain <jbevain at novell.com>
we pass New
2008-01-29 Jb Evain <jbevain at novell.com>
not working yet
we pass some of those
add tests for call arguments
check call arguments
refactoring
fix AndAlso like OrElse
we pass AndAlso
2008-01-29 Jb Evain <jbevain at novell.com>
2008-01-30 Jb Evain <jbevain at novell.com>
adjust visibility
not needed
update
refactoring
fix ArrayIndex
revert fix
2008-01-30 Jb Evain <jbevain at novell.com>
2008-01-30 Jb Evain <jbevain at novell.com>
2008-01-30 Jb Evain <jbevain at novell.com>
2008-01-30 Jb Evain <jbevain at novell.com>
update
2008-01-31 Jb Evain <jbevain at novell.com>
2008-01-31 Jb Evain <jbevain at novell.com>
2008-01-31 Jb Evain <jbevain at novell.com>
2008-01-31 Jb Evain <jbevain at novell.com>
2008-01-31 Jb Evain <jbevain at novell.com>
2008-02-01 Jb Evain <jbevain at novell.com>
fitch glitch
2008-02-01 Jb Evain <jbevain at novell.com>
revert, I was on crack
2008-02-01 Jb Evain <jbevain at novell.com>
2008-02-01 Jb Evain <jbevain at novell.com>
2008-02-02 Jb Evain <jbevain at novell.com>
typo
fix
2008-02-02 Jb Evain <jbevain at novell.com>
clean
update
generate dynamic method's names
add useful assertions
heh, got it wrong
fix test
2008-02-04 Jb Evain <jbevain at novell.com>
complete test
2008-02-04 Jb Evain <jbevain at novell.com>
add working ToString test
2008-02-04 Jb Evain <jbevain at novell.com>
svn path=/trunk/mcs/; revision=94788
2008-02-04 Jb Evain <jbevain at novell.com>
2008-02-04 Jb Evain <jbevain at novell.com>
2008-02-05 Jb Evain <jbevain at novell.com>
2008-02-05 Jb Evain <jbevain at novell.com>
2008-02-05 Jb Evain <jbevain at novell.com>
add bug number
dum de dum
2008-02-05 Jb Evain <jbevain at novell.com>
update test
2008-02-07 Jb Evain <jbevain at novell.com>
blah
new tests
add test for lambda invocation
2008-02-08 Jb Evain <jbevain at novell.com>
we pass Invoke tests
2008-02-07 Jb Evain <jbevain at novell.com>
2008-02-14 Jb Evain <jbevain at novell.com>
2008-02-16 Jb Evain <jbevain at novell.com>
2008-02-19 Jb Evain <jbevain at novell.com>
2008-02-19 Jb Evain <jbevain at novell.com>
add a few tests
2008-02-19 Jb Evain <jbevain at novell.com>
we pass those tests
add MemberInit tests
2008-02-19 Jb Evain <jbevain at novell.com>
we pass MemberInit tests
add some ListInit tests
huh
2008-02-20 Jb Evain <jbevain at novell.com>
we pass ListInit tests
add MemberBind tests
2008-02-20 Jb Evain <jbevain at novell.com>
we pass MemberBind tests
update
2008-02-21 Jb Evain <jbevain at novell.com>
cleanup
oops
2008-02-21 Jb Evain <jbevain at novell.com>
fix test on .net + Mono's System.Core
fix line endings once in for all
andalso, orelse compilation tests
2008-02-24 Jb Evain <jbevain at novell.com>
2008-02-24 Jb Evain <jbevain at novell.com>
2008-02-24 Jb Evain <jbevain at novell.com>
2008-02-24 Jb Evain <jbevain at novell.com>
2008-02-24 Jb Evain <jbevain at novell.com>
merge Call tests
comment out
mark as non working for the time being
2008-02-25 Jb Evain <jbevain at novell.com>
update comment, the bugger is actually aspnet_merge
2008-02-25 Jb Evain <jbevain at novell.com>
2008-02-25 Jb Evain <jbevain at novell.com>
we pass those
2008-02-26 Jb Evain <jbevain at novell.com>
2008-02-26 Jb Evain <jbevain at novell.com>
we pass this guy
add some interesting Call tests, where I got the impl wrong
failing test
oops
assorted tests
we have tests for that now
not working
more tests
notworking
2008-03-05 Jb Evain <jbevain at novell.com>
tests for lift/liftToNull
refactorings
refactorings
refactoring
no need for this guy
tests
2008-03-05 Jb Evain <jbevain at novell.com>
2008-03-05 Jb Evain <jbevain at novell.com>
2008-03-06 Jb Evain <jbevain at novell.com>
we pass this guy
2008-03-06 Jb Evain <jbevain at novell.com>
2008-03-06 Jb Evain <jbevain at novell.com>
this went in accidentally
2008-03-06 Jb Evain <jbevain at novell.com>
2008-03-06 Jb Evain <jbevain at novell.com>
add tests
refactor
2008-03-06 Jb Evain <jbevain at novell.com>
test compilation of invoke
2008-03-06 Jb Evain <jbevain at novell.com>
make delegate and method private
2008-03-06 Jb Evain <jbevain at novell.com>
fix build
constify
emit stubs
refactoring
don't forget to load the result of the new expression
2008-03-08 Jb Evain <jbevain at novell.com>
2008-03-08 Sebastien Pouliot <sebastien at ximian.com>
2008-03-08 Jb Evain <jbevain at novell.com>
compiled ListInit test
refactor
refactor
2008-03-08 Jb Evain <jbevain at novell.com>
compiled MemberInit test
2008-03-08 Sebastien Pouliot <sebastien at ximian.com>
2008-03-08 Jb Evain <jbevain at novell.com>
add test for compiled list binding
2008-03-08 Jb Evain <jbevain at novell.com>
2008-03-10 Jb Evain <jbevain at novell.com>
test for compiled TypeIs
2008-03-10 Jb Evain <jbevain at novell.com>
test for compiled TypeAs
simplify
revert simplification
improve tests
2008-03-11 Jb Evain <jbevain at novell.com>
2008-03-11 Jb Evain <jbevain at novell.com>
tests for compiled array access
2008-03-12 Jb Evain <jbevain at novell.com>
some test for compilation of array init
2008-03-13 Jb Evain <jbevain at novell.com>
2008-03-13 Jb Evain <jbevain at novell.com>
tests for compiled new array bounds
2008-03-13 Jb Evain <jbevain at novell.com>
update
rename wrt to our conventions
revert
revert
2008-03-17 Jb Evain <jbevain at novell.com>
test I wrote while discussing with marek
2008-03-19 Jb Evain <jbevain at novell.com>
2008-03-19 Jb Evain <jbevain at novell.com>
now working
refactoring
2008-03-20 Jb Evain <jbevain at novell.com>
unrevert now that gmcs is fixed
add null checks for convert
add file for testing convert operations
update
tests for Convert
tests for lifted not
clean
update masterinfos
2008-03-26 Jb Evain <jbevain at novell.com>
2008-03-26 Jb Evain <jbevain at novell.com>
add System.Net
2008-03-26 Jb Evain <jbevain at novell.com>
2008-03-26 Jb Evain <jbevain at novell.com>
revert ChangeLogs
merge with head
merge with head
update internals visible to
update assembly name
adjust version
tabs
merge from trunk at 97714
merge from trunk at 97714
tune out the System.Net namespace
reference System.Xml
merge 99174:99208
merge 99174:99208
remove langversion:linq as it is the default now
remove gross hack
2008-03-28 Jb Evain <jbevain at novell.com>
2008-03-28 Jb Evain <jbevain at novell.com>
merge 99208:99244
merge 99208:99244
normalize all cases of names
share folks from System.Collections in both System and System.Xml
compile System.Net after last changes
merge 99244:99306
merge 99244:99306
manually tune some more
reference System
2008-03-30 Jb Evain <jbevain at novell.com>
merge 99306:99332
hand tune some more
add INSIDE_CORLIB
there's no such thing as a public CharEnumerator in SL2
revert
fix warnings
ifdef out DebugContext on net_2_1
2008-03-31 Jb Evain <jbevain at novell.com>
2008-03-31 Jb Evain <jbevain at novell.com>
2008-03-31 Jb Evain <jbevain at novell.com>
merge 99332:99422
merge 99332:99422
merge 99422:99508
merge 99422:99508
udate assembly names
use SMCS_SOURCE instead of NET_2_1
oops, install System.Xml properly
revert that, it doesn't make sense in the context of the branch
merge 99508:99630
merge 99508:99630
update API
update .sources after last change
merge 99630:99762
merge 99630:99762
oops
implement Create
merge 99762:100015
merge 99762:100015
2008-04-08 Jb Evain <jbevain at novell.com>
add test for add method that don't return void
notdotnetize this guy
tests
tests
tests
2008-04-08 Jb Evain <jbevain at novell.com>
in System.CodeDom.Compiler:
wow
2008-04-08 Jb Evain <jbevain at novell.com>
cleol
2008-04-09 Jb Evain <jbevain at novell.com>
we pass those guys
2008-04-09 Jb Evain <jbevain at novell.com>
we pass those guys as well
add tests
2008-04-09 Jb Evain <jbevain at novell.com>
we pass those tests
refactoring
revert
2008-04-09 Jb Evain <jbevain at novell.com>
add test for static properties
refactoring
move GCLatencyMode to System.Runtime
update namespace
merge 100015:100420
merge 100015:100420
last merge 100420:100549
last merge 100420:100549
merge back ml2 into trunk
merge back ml2 into trunk
move the System.Net 2.1 specific from System to System.Net
copy sys.xml dummy types here
update template wrt to 100712
fix typo
2008-04-16 Jb Evain <jbevain at novell.com>
what about adding the files for real
test for lambda targets
remove changelogs from the projects
complete
2008-04-19 Jb Evain <jbevain at novell.com>
add test for globals
complete
2008-04-19 Jb Evain <jbevain at novell.com>
2008-04-19 Jb Evain <jbevain at novell.com>
we pass those guys
refactor
refactoring
test for compiled member member binding
2008-04-20 Jb Evain <jbevain at novell.com>
we pass this
refactor
test for last Marek's issue
2008-04-21 Jb Evain <jbevain at novell.com>
fixed
complete
more convert tests
2008-04-22 Jb Evain <jbevain at novell.com>
we pass those
2008-04-22 Jb Evain <jbevain at novell.com>
we pass those
renaming
fix retrieving of user defined convert operators
2008-04-22 Jb Evain <jbevain at novell.com>
tests for Convert ToString
2008-04-23 Jb Evain <jbevain at novell.com>
2008-04-23 Jb Evain <jbevain at novell.com>
test for last Constant change
2008-04-23 Jb Evain <jbevain at novell.com>
make CheckReferenceConversion protected
2008-04-23 Jb Evain <jbevain at novell.com>
box properly
properly emit convert when the target and dest type are the same
fix test
tests for last fixes
more tests
2008-04-24 Jb Evain <jbevain at novell.com>
test for compiled Quote
properly emit null strings
test for emitting null strings
tests for guards against void types
rename
oops
protect against void types
we pass those
2008-04-26 Jb Evain <jbevain at novell.com>
2008-04-26 Jb Evain <jbevain at novell.com>
2008-04-26 Jb Evain <jbevain at novell.com>
replace
avoid creation of an array
avoid creation of arrays
avoid creation of arrays
no point in being stupid
rename
2008-04-27 Jb Evain <jbevain at novell.com>
we pass this guy
test for emitting null nullable type
2008-04-27 Jb Evain <jbevain at novell.com>
simplification
refactoring
refactoring
refactoring
inline variable
fix the build
2008-04-28 Jb Evain <jbevain at novell.com>
inline variable
remove uneeded local variable
remove uneeded variable
2008-04-29 Jb Evain <jbevain at novell.com>
2008-04-29 Jb Evain <jbevain at novell.com>
reformat
2008-04-30 Jb Evain <jbevain at novell.com>
2008-04-30 Jb Evain <jbevain at novell.com>
new tests
new tests
properties
more complex orderby test case
oops
rename ugly names
fix formating mess
2008-05-01 Jb Evain <jbevain at novell.com>
we now pass this guy
clean this mess once in for all
oops
2008-05-02 Jb Evain <jbevain at novell.com>
new orderby test
re-add range tests that were removed for some reason
2008-05-02 Jb Evain <jbevain at novell.com>
hide helper methods to the world
blah
test for #386322
2008-05-03 Jb Evain <jbevain at novell.com>
working
2008-05-03 Jb Evain <jbevain at novell.com>
cleol
2008-05-06 Jb Evain <jbevain at novell.com>
2008-05-06 Jb Evain <jbevain at novell.com>
oops
2008-05-06 Jb Evain <jbevain at novell.com>
add patch author
2008-05-06 Jb Evain <jbevain at novell.com>
2008-05-06 Jb Evain <jbevain at novell.com>
add test for Marek's crasher
2008-05-06 Jb Evain <jbevain at novell.com>
credits
2008-05-06 Jb Evain <jbevain at novell.com>
credits, again
reformat
hm
proper file header
2008-05-08 Jb Evain <jbevain at novell.com>
test for call to method with byref parameter
oops
refactoring
fix Except with custom comparer
refactoring
optimize ToArray a bit
refactor Average
small cleanup
fix AsQueryable signature
2008-05-12 Jb Evain <jbevain at novell.com>
2008-05-13 Jb Evain <jbevain at novell.com>
new test
2008-05-14 Jb Evain <jbevain at novell.com>
we're passing this one
2008-05-14 Jb Evain <jbevain at novell.com>
2008-05-14 Jb Evain <jbevain at novell.com>
reformat
there's no LongLength on SL arrays
2008-05-14 Jb Evain <jbevain at novell.com>
fix fix, thanks Seb for the head up
2008-05-14 Jb Evain <jbevain at novell.com>
nitpicking
fix solution file
cleol + props
cleol + props
oops, missed that one
hmmm
2008-05-15 Jb Evain <jbevain at novell.com>
change log
use new method
2008-05-15 Jb Evain <jbevain at novell.com>
oh
remove debug fu
cleol + props
move check
tests
new test
not working
2008-05-15 Jb Evain <jbevain at novell.com>
we pass this guy
beautify
2008-05-15 Jb Evain <jbevain at novell.com>
we pass those
clean warnings
2008-05-20 Jb Evain <jbevain at novell.com>
inline var
clean
remove TODO
new test
reverting, somehow this breaks the linker
get Miguel's patch back in, without cloning the serialization info
fix test
add test for nullable to nullable convert
2008-05-27 Jb Evain <jbevain at novell.com>
refactoring
add tests for nullable boxing and unboxing
fix nullable boxing and unboxing
add test for Sum on empty
2008-05-27 Jb Evain <jbevain at novell.com>
disable the crasher for now
remove unused ctor
revert wrong renaming
refactoring
refactoring
oh the joy of deleting code
lifted unary operators tests
2008-05-28 Jb Evain <jbevain at novell.com>
passing those
lifted relational tests
lifted relational tests
make that explicit
2008-05-28 Jb Evain <jbevain at novell.com>
passing those
forgot this guy
tests for lifted to null relational binary expressions
typo
2008-05-29 Jb Evain <jbevain at novell.com>
passing those
rename
refactoring
move NotEqual tests to their own file
refactoring
refactoring
new tests
start reworking logical operators
passing those
not needed anymore
author
more tests
fix last test
rework
more meaningful names for my return labels
2008-05-29 Jb Evain <jbevain at novell.com>
passing those
this guy is fixed
nullable power test
2008-05-29 Jb Evain <jbevain at novell.com>
passing this guy
be consistent
coalesce tests
rework coalesce
refactor
revert 104472:104474
new test
make IsNullable an extension method
2008-05-30 Jb Evain <jbevain at novell.com>
passing this guy
uncomment
new test
fix coalesce nullable to non nullable
passing
user defined operators tests
more test
emit simple user defined operators
passing those
gmcs bug
comment out 2 crashers for now
complete test
complete tests
on-going work on user defined unary expressions
add fixme
uncomment tests now that gmcs is fixed
new tests
new test
tests for not lifted/lifted/lifted to null user defined binary operators
comment out tests due to gmcs bug
we pass those tests
2008-06-05 Jb Evain <jbevain at novell.com>
we pass those guys
remove fixed fixme
2008-06-05 Jb Evain <jbevain at novell.com>
we pass those
new test
better check parameters
pass
new test
of course we can test bool equality
pass
passing those
new test
correctly check unary operators parameters
we pass those
new test
fix name
fix left and right shift
pass
complete tests
2008-06-05 Jb Evain <jbevain at novell.com>
we pass those
fix typo
new tests
blah
2008-06-05 Jb Evain <jbevain at novell.com>
we pass those
new tests
new tests
blah
implement compilation of not lifted user defined logical operator
we pass those
that was so wrong
fix separate relational cases
we pass those
fix typo
fix NegateChecked to be actually checked
new tests
2008-06-05 Jb Evain <jbevain at novell.com>
passing those
new test
fix convert checked for nullable to not nullable
pass
oh the joy of deleting code
dead code
2008-06-05 Jb Evain <jbevain at novell.com>
new test
fix loading of initializers
we pass this guy
new test
oops
complete
fix lifted only user defined unary operators
passing this one
temporary excluse test
new test
fix convertions in between convertions from or to nullable types
passing this one
fixed
2008-06-06 Jb Evain <jbevain at novell.com>
2008-06-06 Jb Evain <jbevain at novell.com>
2008-06-06 Jb Evain <jbevain at novell.com>
new tests
separate normal coalesce operations from converted coalesce nodes
passing those
2008-06-07 Jb Evain <jbevain at novell.com>
we pass those
inline
test only methods declared in the tester
remove warning
fix expected values
remove use of methods not present in SL2
don't use CreateInstance missing in SL2
refactoring
new tests
2008-06-09 Jb Evain <jbevain at novell.com>
pass
2008-06-09 Jb Evain <jbevain at novell.com>
passing those
be consistent
add support for user defined lifted logical operators
we pass those
2008-06-10 Jb Evain <jbevain at novell.com>
2008-06-10 Jb Evain <jbevain at novell.com>
new test
revert
force preserving ThreadState, in case of
refactoring
2008-06-11 Jb Evain <jbevain at novell.com>
add test
add test
add missing info
add tests
enable working tests
test
blah
remove wrong comment
don't fully qualify name unless necessary
new test
new test
fix namespace
2008-06-19 Jb Evain <jbevain at novell.com>
2008-06-19 Jb Evain <jbevain at novell.com>
2008-06-20 Jb Evain <jbevain at novell.com>
2008-06-20 Jb Evain <jbevain at novell.com>
hello, we don't even have a System.Data.SqlXml around
pass the local array through
cleanup
a few more tests
passing those
passing this guy
new test
passing this one
add another test for methods with a ref parameter
fix for properly calling methods with a ref parameter
refactoring
we pass those
fix SumNullable
we pass this guy
passing this one as well
properly create join iterator
we pass this one
properly create the group join iterator
we pass this one
property create the GroupBy iterator
blah
2008-06-25 Jb Evain <jbevain at novell.com>
remove dependency to Mono.DataConverter
blah
no more unsafe code in System.Core. Yeah.
make gendarme happy
update
2008-07-17 Jb Evain <jbevain at novell.com>
simplify
turn GetNotNullable into an extension method for consistency
add unit test for the bug Marek was curious about
2008-07-18 Jb Evain <jbevain at novell.com>
2008-07-19 Jb Evain <jbevain at novell.com>
add tests for passing instance arguments to static members
2008-07-22 Jb Evain <jbevain at novell.com>
2008-07-22 Jb Evain <jbevain at novell.com>
2008-07-31 Jb Evain <jbevain at novell.com>
2008-07-31 Jb Evain <jbevain at novell.com>
cleanup System.ComponentModel for SL2
move SocketException_2_1 to System.Net hopefully fix the build
add CollectionBase as well
2008-08-04 Jb Evain <jbevain at novell.com>
2008-08-04 Jb Evain <jbevain at novell.com>
tune some more, remove Permission stuff
oops
get it right this time
a lil refactoring
2008-08-04 Jb Evain <jbevain at novell.com>
doh, once in for all, get those in
workaround bootstrap-smcs issue
use SL friendly Parse methods
2008-08-05 Jb Evain <jbevain at novell.com>
2008-08-05 Jb Evain <jbevain at novell.com>
use sl compatible hack
2008-08-05 Jb Evain <jbevain at novell.com>
ifdef out ResetAbort for SL2
2008-08-05 Jb Evain <jbevain at novell.com>
2008-08-07 Jb Evain <jbevain at novell.com>
add helper target
fix #415644
sl2b2 update
make static
delete this relic
move to from olive to mcs
move to from olive to mcs
move to from olive to mcs
move to from olive to mcs
move to from olive to mcs
adapt olive Makefiles to mcs
2008-08-20 Jb Evain <jbevain at novell.com>
2008-08-21 Jb Evain <jbevain at novell.com>
remove unecessary InternalsVisibleTo attributes
remove unecessary InternalsVisibleTo attributes
add new masterinfos
2008-08-22 Jb Evain <jbevain at novell.com>
2008-09-01 Jb Evain <jbevain at novell.com>
2008-09-01 Jb Evain <jbevain at novell.com>
2008-09-01 Jb Evain <jbevain at novell.com>
add test for passing a null parameter to a lambda creation
2008-09-01 Jb Evain <jbevain at novell.com>
2008-09-01 Jb Evain <jbevain at novell.com>
2008-09-01 Jb Evain <jbevain at novell.com>
simplify
2008-09-02 Jb Evain <jbevain at novell.com>
2008-09-02 Jb Evain <jbevain at novell.com>
2008-09-02 Jb Evain <jbevain at novell.com>
2008-09-02 Jb Evain <jbevain at novell.com>
2008-09-02 Jb Evain <jbevain at novell.com>
remove cwl
2008-09-04 Jb Evain <jbevain at novell.com>
2008-09-04 Jb Evain <jbevain at novell.com>
2008-09-04 Jb Evain <jbevain at novell.com>
2008-09-04 Jb Evain <jbevain at novell.com>
2008-09-04 Jb Evain <jbevain at novell.com>
in .:
2008-09-09 Jb Evain <jbevain at novell.com>
2008-09-09 Jb Evain <jbevain at novell.com>
simplify
2008-09-11 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
follow common pattern
fix typo
2008-09-12 Jb Evain <jbevain at novell.com>
update
2008-09-12 Jb Evain <jbevain at novell.com>
update
2008-09-12 Astushi Enomoto <atsushi at ximian.com>
add missing files
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-12 Jb Evain <jbevain at novell.com>
2008-09-15 Jb Evain <jbevain at novell.com>
2008-09-15 Jb Evain <jbevain at novell.com>
2008-09-16 Jb Evain <jbevain at novell.com>
2008-09-16 Jb Evain <jbevain at novell.com>
2008-09-16 Jb Evain <jbevain at novell.com>
2008-09-16 Jb Evain <jbevain at novell.com>
2008-09-18 Jb Evain <jbevain at novell.com>
2008-09-18 Jb Evain <jbevain at novell.com>
2008-09-22 Jb Evain <jbevain at novell.com>
2008-09-22 Jb Evain <jbevain at novell.com>
add Mono.Security to the list of core assemblies
2008-09-23 Jb Evain <jbevain at novell.com>
forgot changelog
2008-09-23 Jb Evain <jbevain at novell.com>
2008-09-23 Jb Evain <jbevain at novell.com>
2008-09-23 Jb Evain <jbevain at novell.com>
micro optimization
2008-09-24 Jb Evain <jbevain at novell.com>
2008-09-24 Jb Evain <jbevain at novell.com>
2008-09-24 Jb Evain <jbevain at novell.com>
2008-09-24 Jb Evain <jbevain at novell.com>
remove wrong test
fix the build
fix the build, for real
2008-09-24 Jb Evain <jbevain at novell.com>
2008-09-24 Jb Evain <jbevain at novell.com>
fix ToArray
2008-09-25 Jb Evain <jbevain at novell.com>
2008-09-29 Jb Evain <jbevain at novell.com>
2008-09-29 Jb Evain <jbevain at novell.com>
2008-09-29 Jb Evain <jbevain at novell.com>
add test for IQueryable.ElementType
2008-09-30 Jb Evain <jbevain at novell.com>
2008-10-01 Jb Evain <jbevain at novell.com>
internalize
add cil-strip tool
2008-10-01 Jb Evain <jbevain at novell.com>
2008-10-01 Jb Evain <jbevain at novell.com>
add man page for mono-cil-strip
add mono-cecil-strip.1 to the build
add failing test
2008-10-03 Jb Evain <jbevain at novell.com>
mark as working
2008-10-07 Jb Evain <jbevain at novell.com>
blah
try fixing the build
another attempt at fixing the build
2008-10-14 Jb Evain <jbevain at novell.com>
2008-10-15 Cedric Vivier <cedricv at neonux.com>
2008-10-15 Jb Evain <jbevain at novell.com>
revert my not so awesome patch
2008-10-16 Jb Evain <jbevain at novell.com>
2008-10-16 Jb Evain <jbevain at novell.com>
2008-10-16 Jb Evain <jbevain at novell.com>
2008-10-17 Jb Evain <jbevain at novell.com>
2008-10-17 Jb Evain <jbevain at novell.com>
2008-10-17 Jb Evain <jbevain at novell.com>
fixicate
blah
revert that as well
2008-10-27 Jb Evain <jbevain at novell.com>
2008-10-27 Jb Evain <jbevain at novell.com>
2008-11-01 Jb Evain <jbevain at novell.com>
protect against some oddness
revert broken patch
2008-11-06 Jb Evain <jbevain at novell.com>
2008-11-11 Jb Evain <jbevain at novell.com>
2008-11-11 Jb Evain <jbevain at novell.com>
2008-11-12 Jb Evain <jbevain at novell.com>
fix for real
2008-11-12 Jb Evain <jbevain at novell.com>
adjust
2008-11-14 Jb Evain <jbevain at novell.com>
2008-11-14 Jb Evain <jbevain at novell.com>
2008-11-14 Jb Evain <jbevain at novell.com>
2008-11-14 Jb Evain <jbevain at novell.com>
2008-11-14 Jb Evain <jbevain at novell.com>
2008-11-14 Jb Evain <jbevain at novell.com>
use a the proper profile where cecil is built
2008-11-19 Jb Evain <jbevain at novell.com>
2008-11-20 Jb Evain <jbevain at novell.com>
in .:
add System.Xml.Linq api descriptor
2008-11-20 Jb Evain <jbevain at novell.com>
2008-11-20 Jb Evain <jbevain at novell.com>
2008-11-20 Jb Evain <jbevain at novell.com>
plop
2008-11-20 Jb Evain <jbevain at novell.com>
2008-11-20 Jb Evain <jbevain at novell.com>
2008-11-21 Jb Evain <jbevain at novell.com>
2008-11-21 Jb Evain <jbevain at novell.com>
add vs project files
2008-11-21 Jb Evain <jbevain at novell.com>
2008-11-24 Jb Evain <jbevain at novell.com>
2008-11-25 Atsushi Enomoto <atsushi at ximian.com>
update
only install the net_1_1 version of Cecil
only install the net_1_1 version of Cecil.Mdb
2008-11-27 Jb Evain <jbevain at novell.com>
2008-12-02 Jb Evain <jbevain at novell.com>
in mcs/tools/tuner:
cleanup trailing /
remove unecessary target
fix the build, hopefully
add missing targets
remove unecessary path entry
remove svn:executable
2008-12-04 Jb Evain <jbevain at novell.com>
cleanup
2008-12-04 Jb Evain <jbevain at novell.com>
2008-12-04 Jb Evain <jbevain at novell.com>
2008-12-05 Jb Evain <jbevain at novell.com>
2008-12-08 Jb Evain <jbevain at novell.com>
2008-12-08 Jb Evain <jbevain at novell.com>
update csprojs
update project to vs2008
in tools/linker:
fix the build
2008-12-16 Jb Evain <jbevain at novell.com>
add utility function
update
update projects as well
2008-12-17 Jb Evain <jbevain at novell.com>
revert accidental changes
inline variable
update scripts
2008-12-17 Jb Evain <jbevain at novell.com>
2008-12-17 Jb Evain <jbevain at novell.com>
fix properly
more tests
2008-12-17 Jb Evain <jbevain at novell.com>
2008-12-18 Jb Evain <jbevain at novell.com>
add sl2sdk assemblies
use the ecma name instead of the SR name for consistency
2009-01-05 Jb Evain <jbevain at novell.com>
2009-01-05 Jb Evain <jbevain at novell.com>
2009-01-05 Jb Evain <jbevain at novell.com>
remove completed todo
remove hard coded constant
2009-01-05 Jb Evain <jbevain at novell.com>
2009-01-06 Jb Evain <jbevain at novell.com>
2009-01-06 Jb Evain <jbevain at novell.com>
2009-01-06 Jb Evain <jbevain at novell.com>
update project files
remove code which actually lives in mono-tools/
in metadata:
2009-01-12 Jb Evain <jbevain at novell.com>
clear warning
in System.Text:
2009-01-14 Jb Evain <jbevain at novell.com>
2009-01-15 Jb Evain <jbevain at novell.com>
add new tests
update csproj
2009-01-15 Jb Evain <jbevain at novell.com>
we pass this guy
small refactoring
refactoring
2009-01-17 Jb Evain <jbevain at novell.com>
2009-01-19 Jb Evain <jbevain at novell.com>
delete unused profile
2009-01-21 Jb Evain <jbevain at novell.com>
import the BackLinq tests
reformat
add tests
add a missing NotWorking
2009-01-22 Jb Evain <jbevain at novell.com>
passing those
2009-01-22 Jb Evain <jbevain at novell.com>
reduce one level of indentation
we pass those
2009-01-22 Jb Evain <jbevain at novell.com>
we pass those
2009-01-22 Jb Evain <jbevain at novell.com>
passing those
2009-01-22 Jb Evain <jbevain at novell.com>
2009-01-22 Jb Evain <jbevain at novell.com>
update
we pass this test
2009-01-27 Jb Evain <jbevain at novell.com>
2009-01-27 Jb Evain <jbevain at novell.com>
cosmetic diff
cosmetic diff
2009-01-28 Jb Evain <jbevain at novell.com>
2009-01-28 Jb Evain <jbevain at novell.com>
2009-01-28 Jb Evain <jbevain at novell.com>
small optimization
2009-01-28 Jb Evain <jbevain at novell.com>
fix build
2009-01-30 Jb Evain <jbevain at novell.com>
update backlinq tests
2009-02-02 Jb Evain <jbevain at novell.com>
2009-02-06 Jb Evain <jbevain at novell.com>
2009-02-16 Jb Evain <jbevain at novell.com>
revert 127010 until Jeremie polishes and fixes the integration
2009-02-18 Jb Evain <jbevain at novell.com>
2009-02-18 Jb Evain <jbevain at novell.com>
delete unused file
2009-02-18 Jb Evain <jbevain at novell.com>
update according to latest changes
2009-02-19 Jb Evain <jbevain at novell.com>
2009-02-21 Jb Evain <jbevain at novell.com>
2009-02-21 Jb Evain <jbevain at novell.com>
2009-02-21 Jb Evain <jbevain at novell.com>
in System.Reflection:
2009-02-21 Jb Evain <jbevain at novell.com>
add new tests for decimal add
2009-02-23 Jb Evain <jbevain at novell.com>
passing those
tests for unary operations on decimal
2009-02-23 Jb Evain <jbevain at novell.com>
we pass those
new tests
more tests
2009-02-23 Jb Evain <jbevain at novell.com>
we pass those
2009-02-23 Jb Evain <jbevain at novell.com>
2009-02-23 Jb Evain <jbevain at novell.com>
new enums tests
2009-02-24 Jb Evain <jbevain at novell.com>
we're passing the enum comparison tests
property MonoProperty completely
2009-02-27 Jb Evain <jbevain at novell.com>
oops
2009-03-01 Jb Evain <jbevain at novell.com>
2009-03-01 Jb Evain <jbevain at novell.com>
revert
preserve internal methods of EventInfo
2009-03-04 Jb Evain <jbevain at novell.com>
new test
new tests
in System.Runtime.CompilerServices:
we pass those
adjust name
remove dead files
2009-03-10 Jb Evain <jbevain at novell.com>
2009-03-12 Jb Evain <jbevain at novell.com>
2009-03-12 Jb Evain <jbevain at novell.com>
2009-03-12 Jb Evain <jbevain at novell.com>
2009-03-17 Jb Evain <jbevain at novell.com>
2009-03-17 Jb Evain <jbevain at novell.com>
2009-03-17 Jb Evain <jbevain at novell.com>
2009-03-25 Jb Evain <jbevain at novell.com>
2009-03-25 Jb Evain <jbevain at novell.com>
2009-03-25 Jb Evain <jbevain at novell.com>
2009-03-26 Jb Evain <jbevain at novell.com>
complete test
2009-03-28 Jb Evain <jbevain at novell.com>
2009-03-28 Jb Evain <jbevain at novell.com>
fixed
2009-03-31 Jb Evain <jbevain at novell.com>
2009-03-31 Jb Evain <jbevain at novell.com>
2009-03-31 Jb Evain <jbevain at novell.com>
oops
whitespace
2009-04-01 Jb Evain <jbevain at novell.com>
2009-04-01 Jb Evain <jbevain at novell.com>
2009-04-02 Jb Evain <jbevain at novell.com>
2009-04-02 Jb Evain <jbevain at novell.com>
optimize a bit the fix to avoid double checking
2009-04-03 Jb Evain <jbevain at novell.com>
oos, forgot a part of the patch
2009-04-03 Jb Evain <jbevain at novell.com>
2009-04-03 Jb Evain <jbevain at novell.com>
2009-04-21 Jb Evain <jbevain at novell.com>
2009-04-22 Jb Evain <jbevain at novell.com>
2009-04-22 Jb Evain <jbevain at novell.com>
2009-04-22 Jb Evain <jbevain at novell.com>
that reads better
refactor
2009-04-23 Jb Evain <jbevain at novell.com>
Move managed version of pdb2mdb in mcs.
2009-04-23 Jb Evain <jbevain at novell.com>
add license file
2009-04-23 Jb Evain <jbevain at novell.com>
2009-04-23 Jb Evain <jbevain at novell.com>
2009-04-23 Jb Evain <jbevain at novell.com>
delete unused file
2009-04-24 Jb Evain <jbevain at novell.com>
2009-04-27 Jb Evain <jbevain at novell.com>
2009-04-30 Jb Evain <jbevain at novell.com>
2009-05-07 Jb Evain <jbevain at novell.com>
2009-05-07 Jb Evain <jbevain at novell.com>
2009-05-07 Jb Evain <jbevain at novell.com>
delete for good
2009-05-13 Jb Evain <jbevain at novell.com>
2009-05-15 Jb Evain <jbevain at novell.com>
2009-05-15 Jb Evain <jbevain at novell.com>
2009-05-18 Jb Evain <jbevain at novell.com>
add tests
2009-05-19 Jb Evain <jbevain at novell.com>
2009-05-21 Jb Evain <jbevain at novell.com>
fix name
2009-06-03 Jb Evain <jbevain at novell.com>
2009-06-03 Jb Evain <jbevain at novell.com>
fix resolver
fix the call to mono-api-info
update scripts
2009-06-03 Jb Evain <jbevain at novell.com>
2009-06-03 Jb Evain <jbevain at novell.com>
2009-06-04 Jb Evain <jbevain at novell.com>
2009-06-04 Jb Evain <jbevain at novell.com>
2009-06-04 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
oops
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-05 Jb Evain <jbevain at novell.com>
2009-06-10 Jb Evain <jbevain at novell.com>
2009-06-12 Jb Evain <jbevain at novell.com>
2009-06-12 Jb Evain <jbevain at novell.com>
2009-06-12 Jb Evain <jbevain at novell.com>
2009-06-12 Jb Evain <jbevain at novell.com>
add test
2009-07-02 Jb Evain <jbevain at novell.com>
2009-07-02 Jb Evain <jbevain at novell.com>
2009-07-02 Jb Evain <jbevain at novell.com>
2009-07-02 Jb Evain <jbevain at novell.com>
2009-07-02 Jb Evain <jbevain at novell.com>
grr
oops
2009-07-09 Jb Evain <jbevain at novell.com>
2009-07-09 Jb Evain <jbevain at novell.com>
oops
2009-07-16 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
avoid using a custom sources file for the net_2_1_raw profile
add monotouch sources files
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
2009-07-20 Jb Evain <jbevain at novell.com>
hopefully fixes the Makefile
missed that part
2009-07-21 Jb Evain <jbevain at novell.com>
forgot one entry
2009-07-21 Jb Evain <jbevain at novell.com>
2009-07-21 Jb Evain <jbevain at novell.com>
2009-07-22 Jb Evain <jbevain at novell.com>
2009-07-22 Jb Evain <jbevain at novell.com>
2009-07-22 Jb Evain <jbevain at novell.com>
2009-07-24 Jb Evain <jbevain at novell.com>
2009-07-24 Jb Evain <jbevain at novell.com>
2009-07-24 Jb Evain <jbevain at novell.com>
try to fix the build
2009-07-28 Jb Evain <jbevain at novell.com>
fix the build
2009-08-02 Jb Evain <jbevain at novell.com>
use a 2.0 network stack for MONOTOUCH
add custom dirs for monotouch
fix monotouch build
fix horrible typo
monotouch uses the real HttpWebRequest
2009-08-06 Jb Evain <jbevain at novell.com>
hard code the authentication modules for monotouch
add StringCollection to the monotouch profile
bring a net_2_0 feature set to monotouch
bring xpath to monotouch xlinq
remove WCF from monotouch
add monotouch sources file
2009-08-30 Jb Evain <jbevain at novell.com>
2009-09-02 Jb Evain <jbevain at novell.com>
2009-09-03 Jb Evain <jbevain at novell.com>
2009-09-03 Jb Evain <jbevain at novell.com>
2009-09-03 Jb Evain <jbevain at novell.com>
2009-09-03 Jb Evain <jbevain at novell.com>
bring Mono Security to monotouch
2009-09-22 Jb Evain <jbevain at novell.com>
add comment
2009-09-30 Jb Evain <jbevain at novell.com>
use the expression interpreter on MonoTouch
2009-10-08 Jb Evain <jbevain at novell.com>
2009-10-15 Jb Evain <jbevain at novell.com>
2009-10-19 Jb Evain <jbevain at novell.com>
fix ifdef
fix the MonoTouch build
2009-10-19 Jb Evain <jbevain at novell.com>
revert 144379
2009-10-20 Jb Evain <jbevain at novell.com>
2009-10-21 Jb Evain <jbevain at novell.com>
update .net 4.0 version to beta 2
2009-10-29 Jb Evain <jbevain at novell.com>
2009-11-02 Jb Evain <jbevain at novell.com>
2009-11-02 Jb Evain <jbevain at novell.com>
2009-11-03 Jb Evain <jbevain at novell.com>
bring XslCompiledTransform to MonoTouch
add failing test for bnc550722
fix the build
2009-11-12 Jb Evain <jbevain at novell.com>
2009-11-12 Jb Evain <jbevain at novell.com>
in System.Linq.Expressions:
in System.Runtime.CompilerServices:
remove NotWorking
cosmetic
add test for 537768
add test for 536637
2009-11-15 Jb Evain <jbevain at novell.com>
remove NotWorking
2009-11-15 Jb Evain <jbevain at novell.com>
remove NotWorking
2009-11-23 Jb Evain <jbevain at novell.com>
NET_1_1 removal
NET_1_1 removal
2009-11-24 Jb Evain <jbevain at novell.com>
2009-11-24 Jb Evain <jbevain at novell.com>
Fix all CreateInstance overloads for void
2009-11-24 Jb Evain <jbevain at novell.com>
2009-11-24 Jb Evain <jbevain at novell.com>
in System:
in System:
2009-11-24 Jb Evain <jbevain at novell.com>
in System.Collections.Generic:
in System.Collections.Generic:
2009-12-01 Jb Evain <jbevain at novell.com>
2009-12-01 Jb Evain <jbevain at novell.com>
2009-12-01 Jb Evain <jbevain at novell.com>
2009-12-01 Jb Evain <jbevain at novell.com>
2009-12-01 Jb Evain <jbevain at novell.com>
2009-12-01 Jb Evain <jbevain at novell.com>
in System:
2009-12-02 Jb Evain <jbevain at novell.com>
2009-12-02 Jb Evain <jbevain at novell.com>
2009-12-02 Jb Evain <jbevain at novell.com>
2009-12-02 Jb Evain <jbevain at novell.com>
2009-12-02 Jb Evain <jbevain at novell.com>
2009-12-03 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2009-12-09 Jb Evain <jbevain at novell.com>
2010-01-04 Jb Evain <jbevain at novell.com>
2010-12-06 Jb Evain <jbevain at novell.com>
in System:
2010-01-08 Jb Evain <jbevain at novell.com>
add test for 568989
2010-01-13 Jb Evain <jbevain at novell.com>
2010-01-14 Jb Evain <jbevain at novell.com>
protect ILGenerator.Mono_GetCurrentOffset
2010-01-25 Jb Evain <jbevain at novell.com>
2010-02-01 Jb Evain <jbevain at novell.com>
2010-02-01 Jb Evain <jbevain at novell.com>
fix build
kill old out of sync comments
2010-02-02 Jb Evain <jbevain at novell.com>
2010-02-12 Jb Evain <jbevain at novell.com>
2010-02-13 Jb Evain <jbevain at novell.com>
2010-02-13 Jb Evain <jbevain at novell.com>
2010-02-13 Jb Evain <jbevain at novell.com>
add credits where due
2010-03-02 Jb Evain <jbevain at novell.com>
fix marking of types in custom attributes
2010-03-12 Jb Evain <jbevain at novell.com>
2010-03-12 Jb Evain <jbevain at novell.com>
fix uncomplete 153500
2010-03-12 Jb Evain <jbevain at novell.com>
rename net_2_1 to moonlight
rename net_2_1 to moonlight
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
use MOONLIGHT symbol
2010-03-24 Jb Evain <jbevain at novell.com>
2010-03-24 Jb Evain <jbevain at novell.com>
2010-03-29 Jb Evain <jbevain at novell.com>
2010-03-30 Jb Evain <jbevain at novell.com>
in System:
2010-03-30 Jb Evain <jbevain at novell.com>
2010-03-30 Jb Evain <jbevain at novell.com>
2010-03-30 Jb Evain <jbevain at novell.com>
2010-03-30 Jb Evain <jbevain at novell.com>
fix the build
2010-03-30 Jb Evain <jbevain at novell.com>
fix typos
Fix the build for moonlight
2010-04-01 Jb Evain <jbevain at novell.com>
2010-04-01 Jb Evain <jbevain at novell.com>
2010-04-01 Jb Evain <jbevain at novell.com>
2010-04-01 Jb Evain <jbevain at novell.com>
2010-04-01 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
add fixture
add GetEnumerator test
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
refactoring
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-02 Jb Evain <jbevain at novell.com>
2010-04-03 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
move FrameworkName from corlib to System
remove debug writelines
add ExcludeFromCodeCoverageAttribute
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
fix ET tests for 4.0
fix ET tests for 4.0
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
2010-04-06 Jb Evain <jbevain at novell.com>
fix bootstrap
dlr bug
quote only work on lambda on net_4_0
overflow bug has been fixed in net_4_0
add bug info
do not assert on ToString result
net_4_0 change
this one has been passing for quite a while now
net_4_0 bug
2010-04-07 Jb Evain <jbevain at novell.com>
2010-04-07 Jb Evain <jbevain at novell.com>
2010-04-07 Jb Evain <jbevain at novell.com>
2010-04-07 Jb Evain <jbevain at novell.com>
2010-04-07 Jb Evain <jbevain at novell.com>
fix typo
2010-04-08 Jb Evain <jbevain at novell.com>
fix run-test
2010-04-10 Jb Evain <jbevain at novell.com>
adjust version
GenericParameter.cs: override Module properly
GenericParameter.cs: override Module properly
fix installation of Mono.Cecil.Mdb
comment out debug output
2010-04-14 Jb Evain <jbevain at novell.com>
eol
2010-04-15 Jb Evain <jbevain at novell.com>
2010-04-15 Jb Evain <jbevain at novell.com>
2010-04-15 Jb Evain <jbevain at novell.com>
remove unused using
2010-04-15 Jb Evain <jbevain at novell.com>
2010-04-15 Jb Evain <jbevain at novell.com>
cleol
2010-04-23 Jb Evain <jbevain at novell.com>
2010-04-23 Jb Evain <jbevain at novell.com>
fix the build
revert last changes, gacutil depends on that
2010-05-19 Jb Evain <jbevain at novell.com>
2010-05-19 Jb Evain <jbevain at novell.com>
2010-05-19 Jb Evain <jbevain at novell.com>
2010-05-19 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
tag a couple of obsolete members
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
2010-05-25 Jb Evain <jbevain at novell.com>
fix tests
fix integration tests
2010-05-27 Jb Evain <jbevain at novell.com>
include System.Security.SecurityContextSource
2010-05-27 Jb Evain <jbevain at novell.com>
2010-05-27 Jb Evain <jbevain at novell.com>
2010-05-27 Jb Evain <jbevain at novell.com>
2010-05-27 Jb Evain <jbevain at novell.com>
flush
flush
2010-05-31 Jb Evain <jbevain at novell.com>
2010-06-03 Jb Evain <jbevain at novell.com>
add ISafeSerializationData
2010-06-03 Jb Evain <jbevain at novell.com>
add SafeSerializationEventArgs
update version number
disable broken tests on net_4_0
2010-06-03 Jb Evain <jbevain at novell.com>
2010-06-03 Jb Evain <jbevain at novell.com>
2010-06-04 Jb Evain <jbevain at novell.com>
2010-06-04 Jb Evain <jbevain at novell.com>
2010-06-04 Jb Evain <jbevain at novell.com>
update MEF to preview 9
2010-06-04 Jb Evain <jbevain at novell.com>
2010-06-20 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
bring TypeAccess in
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
add TimeSpanStyles
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
add CultureNotFoundException
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-21 Jb Evain <jbevain at novell.com>
2010-06-22 Jb Evain <jbevain at novell.com>
2010-06-22 Jb Evain <jbevain at novell.com>
2010-06-22 Jb Evain <jbevain at novell.com>
update
2010-06-22 Jb Evain <jbevain at novell.com>
fixicate
2010-06-22 Jb Evain <jbevain at novell.com>
2010-07-05 Jb Evain <jbevain at novell.com>
2010-07-08 Jb Evain <jbevain at novell.com>
2010-07-08 Jb Evain <jbevain at novell.com>
2010-07-12 Jb Evain <jbevain at novell.com>
2010-07-13 Jb Evain <jbevain at novell.com>
2010-07-14 Jb Evain <jbevain at novell.com>
style
re introduce 153628
document patch
2010-07-21 Jb Evain <jbevain at novell.com>
reuse code to initialize nullable values
Properly call methods on enumerations in compiled expression trees.
Add test for bug #625367
Add test for incompatible types in Delegate.Remove
Delegate.Remove: throw when passing delegates of incompatible types
Delegate.CreateDelegate: add support for delegates closed over null for instance methods
Add tests for delegates closed over null
Microsoft.CSharp.RuntimeBinder.Binder::Convert: fix parameter ordering to match .net 4.0
DynamicConversion: properly order the arguments to Binder.Convert
Add test ensuring that parameters of constructed array methods define no custom attribute
mono_method_get_index: return zero for constructed array methods as they don't exist in the MethodDef table
mono_custom_attrs_from_param: return null if the method defining the parameter can not be found in the MethodDef table to avoid false positives
mono_method_body_get_object: implement support for methods defined in dynamic modules. Fixes #628660.
Test that we can call GetMethodBody on a method defined in a dynamic module.
[Perf] avoid an exception when reading a non existent app configuration
[fix] #475962: delegates to instance methods closed over null
DelegateTest.ClosedOverNullReferenceInstanceMethod: remove NotWorking attribute
Fix typo
revert 21dd2b0200d091c43fce as it breaks the monotouch build
fix the net_2_1 build
fix the System.Json build
[hygiene] simplify the code dealing with internal collections
update ignore files
Add test for dynamic methods with invalid unicode name
[Fix] update the System.ServiceModel assembly version
Add test for #611821
[Fix] Enumerable.Except: return a duplicate free set. Fix bug #611821.
Add test for #572084, issue with SymmetricWith and duplicate items
[Fix] HashSet: fix different sets operations. Fixes #572084
Fix the monotouch build
Fix the System.Core build for the monotouch profile
Fix the NET_2_1 build of System.Json
Add NotWorking test for bugs #635349 and #605936
Add a test for the regression to Delegate.CreateDelegate triggered by 2ec0ab59fe4aecf5507a81846a66de1a658bbfd2
[Fix] fix regression in Delegate.CreateDelegate
Fix the visiblity of WebExceptionStatus for moonlight in the same way as WebException
Remove workaround for moonlight now that System.dll's WebExceptionStatus is properly compiled
Simplify ifdefs specifics to MOONLIGHT
Remove no-op code
Add the monodroid profile
Define MOBILE for the monotouch build as a shared symbol between MonoTouch and MonoDroid
Enable the corlib build for monodroid
Enable the System build for monodroid
Enable the System.Core build for monodroid
Enable the System.Xml build for monodroid
Enable the System.Data build for monodroid
Enable the System.Web.Services build for monodroid
Enable the System.ServiceModel build for monodroid
Enable the System.ServiceModel.Web build for monodroid
Enable the System.Runtime.Serialization build for monodroid
Make HttpUtility compilable on MonoDroid as well as MonoTouch
Enable the System.Transactions build for monodroid
Enable the Mono.Security build for monodroid
Enable the Mono.Data.Sqlite build for monodroid
Factorize the monotouch build into a mobile build for monodroid and monotouch
Orchestrate the monodroid build bootstrap
Enable the mcs monodroid build from mono's configure
Factorize the monotouch and monodroid sources into a mobile.sources
Factorize the System.ServiceModel monotouch and monodroid sources into a mobile.sources
Factorize the System.ServiceModel.Web monotouch and monodroid sources into a mobile.sources
Factorize the System.Data monotouch and monodroid sources into a mobile.sources
Factorize the System.Web.Services monotouch and monodroid sources into a mobile.sources
Fix the mobile_System.Data include
Fix the mobile_System.ServiceModel.Web include
Factorize the System.Runtime.Serialization monotouch and monodroid sources into a mobile.sources
Factorize the System.Xml monotouch and monodroid sources into a mobile.sources
Factorize the System.Core monotouch and monodroid sources into a mobile.sources
Fix the monodroid profile's defines
Fix the monodroid and monotouch profile builds
Fix corlib usage of bootstrap .sources from the normal .sources
Fix System usage of bootstrap .sources from the normal .sources
Fix System.Core usage of bootstrap .sources from the normal .sources
add ignore file
add mono-abi-info to gitignore
Add FileStream.Flush(bool) to the moonlight profile
Fix the moonlight build
Add another stub for the compatibility with the SL SDK
[Fix] Fix the default binder when selecting params methods.
Add test for #636939
Revert "[Fix] Fix the default binder when selecting params methods."
Ignor test since its fix has been reverted
Fix the moonlight build
Fix the net_4_0 build
Add Cecil 0.9.4
Update the linker to cecil-light
Update the tuner to cecil-light
Port permview to cecil-light
Port pdb2mdb to cecil-light
Port Mono.Debugger.Soft to cecil-light
Port corcompare to cecil-light
Port Mono.CodeContract to cecil-light
[Fix] FieldBuilder.ctor: properly register FieldBuilder token.
[Fix] Properly compute the tokens for FieldBuilders.
[Test] Add test for ModuleBuilder.ResolveFieldToken on generic fields.
Fix test
Fix resolution of memberref tokens in the dynamic case.
Add tests for ModuleBuilder.ResolveMemberToken
Add tests for ModuleBuilder.ResolveMember on different kind of tokens
Add support generic arguments in ModuleBuilder.Resolve*Token icalls
Port mdoc to cecil-light
[Fix] fix the ET interpreter to deal with user defined delegates.
Fix parameterless Action case
Add support for hoisted variables in the ET interpreter
Allow null values in JsonObjects
Add pretty print support for null values in JsonObjects
Fix MONO_PATH
Fix resolving of events and properties
Fix navigation of all types
Port Mono.Cecil.Mdb to cecil-light
Pass the appropriate defines for the net_4_0 profile
Fix tuner build
Polish monodocer port to cecil-light
delete unused file
update cecil.pc
simplify code
Update Mono.Cecil from upstream
update cecil to upstream
Preserve mono-cil-strip feature by embedding the old Cecil
Fix makefile
internalize private cecil
Facilitate the merge
Merge branch 'cecil-light'
Fix corlib type lookup
Fix sweeping of nested types
Remove dead code
More linker fixes for moonlight
Remove the processing of the Cecil docs
Add overloads to IAssemblyResolver.Resolve which take a ReaderParameters for better control
[Linker] refactorize how symbols are loaded
[Linker] fix custom AssemblyResolver
[Linker] properly read symbols
[Linker] fix the moonlight tuning wrt debug symbols
Port mcs/tests to cecil-light
Add MakeBinary test for ArrayIndex expressions
Add script to update Cecil from upstream
Update Mono.Cecil
[ilasm] fix the metadata version for v4 assemblies
Make sure AppdDomain.PermissionSet doesn't return null
update cecil from upstream
Fix cecil update script
Add test for bug #661462
[LINQ] Fix non generic AsQueryable issue #661462
Update cecil from upstream
Remove custom ResolutionException now that Cecil is providing one
Fix pdb2mdb when a pdb has a method with no seq points.
[bug] Prevent a GetMethodBody call on a dynamic method. Fixes 665788
[linq] fix Range extreme boundaries
[linq] Fix overflow check for Count
[linq] Fix Reverse for IList implementors
Jean-Marc Andre (24):
2003-03-03 Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-03-11: Jean-Marc ANDRE <jean-marc.andre at polymtl.ca>
2003-03-1 Jean-Marc Andre <jean-marc.andre at polymtl.ca>
*** empty log message ***
2003-05-15: Jean-Marc ANDRE (jean-marc.andre at polymtl.ca)
2003-5-15: Jean-Marc ANDRE (jean-marc.andre at polymtl.ca)
2003-5-15: Jean-Marc ANDRE (jean-marc.andre at polymtl.ca)
2003-5-15: Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-5-15: Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-5-15: Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-05-27 Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-05-28 Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-06-25: Jean-Marc Andr�� (jean-marc.andre at polymtl.ca)
2003-06-30 Jean-Marc Andr�� <jean-marc.andre at polymtl.ca>
2003-06-30: Jean-Marc Andre <jean-marc.andre at polymtl.ca>
2003-07-09: Jean-Marc Andr�� <jean-marc.andre at polymtl.ca>
2003-07-09: Jean-Marc Andr�� <jean-marc.andre at polymtl.cs>
2003-07-09: Jean-Marc Andr�� <jean-marc.andre at polymtl.ca>
2003-11-21: Jean-Marc Andre <jeanmarc.andre at cpe.fr>
2003-12-22 Jean-Marc Andre <jeanmarc.andre at cpe.fr>
2004-02-03: Jean-Marc ANDRE <jeanmarc.andre at cpe.fr>
2004-02-19 Jean-Marc Andre <jeanmarc.andre at cpe.fr>
2004-04-15 Jean-Marc Andre <jeanmarc.andre at cpe.fr>
2004-05-06: Jean-Marc Andr�� <jeanmarc.andre at cpe.fr>
Jeffrey Stedfast (95):
2001-07-09 Jeffrey Stedfast <fejj at ximian.com>
2001-07-13 Jeffrey Stedfast <fejj at ximian.com>
2001-07-14 Jeffrey Stedfast <fejj at ximian.com>
more logic fixes and some code simplification
2001-07-14 Jeffrey Stedfast <fejj at ximian.com>
2001-07-14 Jeffrey Stedfast <fejj at ximian.com>
2001-07-17 Jeffrey Stedfast <fejj at ximian.com>
2001-07-19 Jeffrey Stedfast <fejj at ximian.com>
2001-09-04 Jeffrey Stedfast <fejj at ximian.com>
2001-09-06 Jeffrey Stedfast <fejj at ximian.com>
commit the changelog too
2001-09-08 Jeffrey Stedfast <fejj at ximian.com>
2001-10-11 Jeffrey Stedfast <fejj at ximian.com>
added StringTest.cs
2001-10-28 Jeffrey Stedfast <fejj at ximian.com>
2002-01-04 Jeffrey Stedfast <fejj at ximian.com>
2002-02-13 Jeffrey Stedfast <fejj at ximian.com>
2002-02-13 Jeffrey Stedfast <fejj at ximian.com>
* pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]
s/pthread_mutex_t/mono_mutex_t in some header files too
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-14 Jeffrey Stedfast <fejj at ximian.com>
2002-02-16 Jeffrey Stedfast <fejj at ximian.com>
2002-02-16 Jeffrey Stedfast <fejj at ximian.com>
2002-02-16 Jeffrey Stedfast <fejj at ximian.com>
2002-02-16 Jeffrey Stedfast <fejj at ximian.com>
don't bother wrapping IP_[ADD,DROP]_MEMBERSHIP with ifdefs since
remove checks for IP_ADD/DROP_MEMBERSHIP
2002-02-16 Jeffrey Stedfast <fejj at ximian.com>
2002-02-22 Jeffrey Stedfast <fejj at ximian.com>
2002-04-30 Jeffrey Stedfast <fejj at ximian.com>
2002-04-30 Jeffrey Stedfast <fejj at ximian.com>
2002-04-30 Jeffrey Stedfast <fejj at ximian.com>
2002-04-30 Jeffrey Stedfast <fejj at ximian.com>
made some spelling corrections
2002-06-08 Jeffrey Stedfast <fejj at ximian.com>
2002-07-21 Jeffrey Stedfast <fejj at ximian.com>
2002-07-21 Jeffrey Stedfast <fejj at ximian.com>
2007-04-16 Jeffrey Stedfast <fejj at novell.com>
2007-04-16 Jeffrey Stedfast <fejj at novell.com>
2007-04-16 Jeffrey Stedfast <fejj at novell.com>
2007-04-16 Jeffrey Stedfast <fejj at gnome.org>
2007-04-17 Jeffrey Stedfast <fejj at gnome.org>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-17 Jeffrey Stedfast <fejj at novell.com>
2007-04-18 Jeffrey Stedfast <fejj at novell.com>
2007-04-19 Jeffrey Stedfast <fejj at novell.com>
2007-04-19 Jeffrey Stedfast <fejj at novell.com>
2007-04-20 Jeffrey Stedfast <fejj at novell.com>
2007-04-23 Jeffrey Stedfast <fejj at novell.com>
2007-04-23 Jeffrey Stedfast <fejj at novell.com>
2007-04-24 Jeffrey Stedfast <fejj at novell.com>
2007-05-11 Jeffrey Stedfast <fejj at novell.com>
2007-05-30 Jeffrey Stedfast <fejj at novell.com>
2007-05-31 Jeffrey Stedfast <fejj at gnome.org>
2007-08-17 Jeffrey Stedfast <fejj at novell.com>
2007-08-17 Jeffrey Stedfast <fejj at novell.com>
fixed typo in LICENSE
2008-09-12 Jeffrey Stedfast <fejj at novell.com>
2008-09-17 Jeffrey Stedfast <fejj at novell.com>
oops
2008-09-17 Jeffrey Stedfast <fejj at novell.com>
2008-09-17 Jeffrey Stedfast <fejj at novell.com>
2008-09-17 Jeffrey Stedfast <fejj at novell.com>
2008-09-17 Jeffrey Stedfast <fejj at novell.com>
2008-09-19 Jeffrey Stedfast <fejj at novell.com>
2009-01-26 Jeffrey Stedfast <fejj at novell.com>
2009-01-26 Jeffrey Stedfast <fejj at novell.com>
2009-02-09 Jeffrey Stedfast <fejj at novell.com>
2009-02-09 Jeffrey Stedfast <fejj at novell.com>
2009-02-09 Jeffrey Stedfast <fejj at novell.com>
2009-02-10 Jeffrey Stedfast <fejj at novell.com>
2009-02-10 Jeffrey Stedfast <fejj at novell.com>
2009-02-10 Jeffrey Stedfast <fejj at novell.com>
2009-04-22 Jeffrey Stedfast <fejj at novell.com>
2009-04-22 Jeffrey Stedfast <fejj at novell.com>
2009-09-15 Jeffrey Stedfast <fejj at novell.com>
2010-02-22 Jeffrey Stedfast <fejj at novell.com>
2010-03-01 Jeffrey Stedfast <fejj at novell.com>
reverted previous change
fix grammar in an exception
2010-03-02 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-02 Rolf Bjarne Kvinge <RKvinge at novell.com>
Add TypeForwardedTo for Aes on MOONLIGHT and BOOTSTRAP_NET_4_0
Fixed AesManaged parameter names to make gui-compare happy
Jelmer Vernooij (2):
2006-02-21 Jelmer Vernooij <jelmer at samba.org>
2006-02-22 Jelmer Vernooij <jelmer at samba.org>
Jeroen Janssen (8):
2002-12-10 Jeroen Janssen <japj at darius.demon.nl>
2002-12-10 Jeroen Janssen <japj at darius.demon.nl>
2002-12-10 Jeroen Janssen <japj at darius.demon.nl>
2002-12-10 Jeroen Janssen <japj at darius.demon.nl>
2002-12-11 Jeroen Janssen <japj at darius.demon.nl>
2002-12-11 Jeroen Janssen <japj at darius.demon.nl>
2002-12-11 Jeroen Janssen <japj at darius.demon.nl>
2002-12-27 Jeroen Janssen <japj at darius.demon.nl>
Jerome Laban (18):
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-14 Jerome Laban <jlaban at wanadoo.fr>
2003-07-21 Jerome Laban <jlaban at wanadoo.fr>
2003-07-22 Jerome Laban <jlaban at wanadoo.fr>
2003-08-04 Jerome Laban <jlaban at wanadoo.fr>
2003-08-31 Jerome Laban <jlaban at wanadoo.fr>
2003-08-31 Jerome Laban <jlaban at wanadoo.fr>
2003-08-31 Jerome Laban <jlaban at wanadoo.fr>
2003-08-31 Jerome Laban <jlaban at wanadoo.fr>
2003-08-31 Jerome Laban <jlaban at wanadoo.fr>
Jerri Maine (14):
Add marcos for coding two byte SIMD/SSE opcodes. Added comments to help tell the different types of SSE code gen marcos appart.
mini-amd64.c: Added code to convert simd IR to native amd64 sse.
Fix wrong date in my entry to ChangeLog files. Sorry! :((
Contributed under the terms of the MIT/X11 license by
Contributed under the terms of the MIT/X11 license by
cpu-amd64.md: Fixed simple bug in machine discrition file.
Contributed under the terms of the MIT/X11 license by
Jerry Maine <crashfourit at gail.com>.
Contributed under the terms of the MIT/X11 license by
svn path=/trunk/mono/; revision=139310
svn path=/trunk/mono/; revision=139311
Contributed under the terms of the MIT/X11 license by
Contributed under the terms of the MIT/X11 license by
Jerry Maine <crashfourit at gmail.com>
Jim Richardson (33):
Corrected a couple of minor typos.
Updated status of System.IO.Path. Entered System.IO.Directory and assigned
Moved PlatformID enum from OperatingSystem.cs to PlatformID.cs
Added stubbed implementations for classes.
Corrected some minor issues that were preventing compilation.
Created a namespace System.Private.PlatformSpecific.
Implemented additional functionality.
Added PlatformID.cs and OperatingSystem.cs to common.src
Corrected a compilation issue in Environment.cs and added it to common.src
Implemented various methods that were previously just do nothing stubs.
Added more PlatformSpecific items
Added additional platform specific items
Updated status
I suppose it helps when using CodeWright with C# to look at the output
Added missing public attribute to FileStream class to allow File and
Added the [Flags] attribute to the enumeration
Added two utility classes for argument and permission checks that
Additional implemenation
Additional implementation
Added [Flags] attribute to enums.
Added CheckArgument.cs and CheckPermission.cs to common.src
Changed enum value for first mono platform to allow growth for windows systems
checked in updated Wrapper autogenerated class
added functions unlink and stat
added errno constant ENOTDIR
updated to reflect wrapper changes
added additional implementation
updated status
Added functions opendir, readdir, closedir, getenv, eviron
Updating Wrapper generated class file
Removed platform specific implementations now implemented in Wrapper.cs
Modified environment varialbe methods to use new Wrapper.cs functions
change IntPtr mapping from int to gpointer
Jo Shields (4):
Switch from using HtmlAgilityPack 1.0 binary snapshot to HtmlAgilityPack 1.4~beta2 source
* HtmlAgilityPack/LICENSE: Include upstream license (Ms-PL) since the file headers don't specify it
Jo Shields <directhex at apebox.org>
Really fix sgen on PowerPC Linux. Assembler on Linux requires that register names are just bare numbers, unlike OSX, i.e. "r0" must be "0" on Linux.
Jochen Wezel (32):
q
added StringsTest.cs, but not yet complete
Added workaround for Microsoft.VisualBasic.ChrW()
VBCodeGeneartor.cs moved to mcs/class/System/Test/....
VBCodeProviderTest now checks for compilation output
VBCodeProviderTest now checks for compilation output
Updated and activated StringsTest.cs V0.00001
VB mirrored from C#
StringsTest.cs updated
Fixed bug in Len(Decimal)
Added UTF-8 signature at the top of the file to ensure correct loading by editors
Fixed attribute declaration
I'd better written correctly
Fixes for Property ReadOnly/WriteOnly, Property Set
Changed some public constructors to private to match MS' implementation
File had moved to /system/Microsoft.VisualBasic a long time ago
Fixed Cr and Lf assignments
Fixed API: removed public constructor
Fixed API: Added missing attribute System.SerializableAttribute to all enumerations
Fixed API: removed public constructor
Fixed API: removed public constructors
Fixed API: removed public constructor
Ooops: use System.Serializable instead of System.SerializableAttribute and System.Flags instead of System.FlagAttribute
Fixed API: added missing attribute System.Serializable
Serializable attributes only in NET_2_0 instead of in all versions
Serializable only in NET_2_0 and not in NET_1_x
updated ChangeLog for added System.Serializable attribute to NET_2_0, fixed usage of System.Flags instead of System.FlagsAttribute
CVhangeLog for added System.Serializable attribute to NET_2_0, fixed usage of System.Flags instead of System.FlagsAttribute
Reenabled parts of test scenarios which had run into trouble in the past
Removed some indentation comments in generated source code
Corrected code Microsoft.VisualBasic.Strings.ChrW --> Microsoft.VisualBasic.ChrW
enabled the Replace test (which was disabled due to compilation errors by mbas in the history)
Joe Dluzen (1):
Fix for #656021.
Joe Shaw (15):
2001-07-06 Joe Shaw <joe at ximian.com>
2001-07-06 Joe Shaw <joe at ximian.com>
2001-07-10 Joe Shaw <joe at ximian.com>
2001-07-11 Joe Shaw <joe at ximian.com>
2001-07-12 Joe Shaw <joe at ximian.com>
2001-07-15 Joe Shaw <joe at ximian.com>
2001-07-15 Joe Shaw <joe at ximian.com>
Added some info about System.Array
Flush. Add comments about IList
2002-04-23 Joe Shaw <joe at ximian.com>
2002-04-26 Joe Shaw <joe at ximian.com>
2004-10-14 Joe Shaw <joeshaw at novell.com>
2004-10-14 Joe Shaw <joeshaw at novell.com>
2005-05-02 Joe Shaw <joeshaw at novell.com>
2006-10-13 Joe Shaw <joeshaw at novell.com>
Joel Basson (32):
2003-03-07 Joel Basson <jstrike at mweb.co.za>
2003-03-09 Joel Basson <jstrike at mweb.co.za>
2003-03-10 Joel Basson <jstrike at mweb.co.za>
2003-03-10 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
2003-03-17 Joel Basson <jstrike at mweb.co.za>
2003-04-17 Joel Basson <jstrike at mweb.co.za>
2003-05-07 Joel Basson <jstrike at mweb.co.za>
2003-05-07 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
2003-05-09 Joel Basson <jstrike at mweb.co.za>
2003-05-24 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
*** empty log message ***
*** empty log message ***
2003-05-25 Joel Basson <jstrike at mweb.co.za>
2003-05-25 Joel Basson <jstrike at mweb.co.za>
2003-05-25 Joel Basson <jstrike at mweb.co.za>
small update to demo.cs
A small addition to Demo2.cs
Added Click event to menus
small cleanup of MenuItem.cs
Jul 04 20:30:10 GMT 2003 Joel Basson <jstrike at mweb.co.za>
Wed August 13 21:48:10 GMT 2003 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
*** empty log message ***
Fri Oct 24 20:50:00 GMT+2 2003 Joel Basson <jstrike at mweb.co.za>
Tue Nov 18 23:00:00 GMT+2 2003 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
Tue Dec 16 12:15:00 GMT+2 2003 Joel Basson <jstrike at mweb.co.za>
Thu Jan 16 19:20:00 GMT+2 2003 Joel Basson <jstrike at mweb.co.za>
*** empty log message ***
Joel Reed (4):
change for loops over validation arrays to work in the presence of prototype.js
enhance parsing of Mono.Data.SqlExpressions's SUBSTRING and IIF
modify System_String_InternalSplit to take an options parameter so that empty entries
String.Split(char[],int,StringSplitOptions) should remove empty entries while
Joerg Rosenkranz (25):
2004-05-27 Joerg Rosenkranz <joergr at voelcker.com>
Patch submitted by Gert Driesen:
2004-10-21 Joerg Rosenkranz <joergr at voelcker.com>
2004-10-21 Joerg Rosenkranz <joergr at voelcker.com>
2005-01-24 Joerg Rosenkranz <joergr at voelcker.com>
2005-01-20 Joerg Rosenkranz (joergr at voelcker.com)
2005-03-07 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-04 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-04 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-04 Joerg Rosenkranz <joergr at voelcker.com>
Verbose usage message.
Added ampersand to run in background.
2004-04-06 Joerg Rosenkranz <joergr at voelcker.com>
Fixed argument passing to exe.
2004-04-06 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-08 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-08 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-09 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-09 Joerg Rosenkranz <joergr at voelcker.com>
2005-04-12 Joerg Rosenkranz <joergr at voelcker.com>
2005-06-10 Joerg Rosenkranz <joergr at voelcker.com>
2005-06-16 Joerg Rosenkranz <joergr at voelcker.com>
2005-08-02 Joerg Rosenkranz <joergr at voelcker.com>
2006-02-22 Joerg Rosenkranz <joergr at voelcker.com>
2009-10-27 Joerg Rosenkranz <joergr at voelcker.com>
Johannes Roith (39):
*** empty log message ***
added windows binaries
add missing .cvsignore file
make path handling better for windows
add some windows bits to faq.
add something after windows link
change version number from 0.11 to 0.12
cosmetically change - name prints out the path before "mono" on windows
update download page
add mono setup
initial import
small fix.
add TODOAttribute.cs
throw NotImplemented Exeption()
use correct EventHandlers
fix ximian link.
the mono logo converted to svg
add mono basic compiler page
fix typo.
fix typo
add ask on uninstall, add windows software control panel list entry, check for newer mono installation
add logo on the left
add myself
photo.
fix: display icon
update windows setup script to 0.24.
date
add cilc wrapper
back to old path
install to program files
fix bug
better uninstall
workaround to get the 0.24 release working.
add
fix typo
add windows distribition scripts
Update
little change for less mistakes on windows builds.
patch for Gtk+ integration. Needs external program. I'd love to do this automatically, but hat would require a manged xsettings implementation first.
John Barnette (70):
Initial implementation of ListDictionary.
Initial add of ListDictionary.
Updated entries for ListDictionary and StringCollection.
Initial add of StringDictionary.
Vanity commit: added self to AUTHORS.
Updated StringDictionary entry.
Initial commit of XML doc roadmap.
Pre-initial ;-) commit for Miguel to look at.
Minor spelling, punctuation, and grammar edits.
New combined format XML for maintainers and the classes they love.
Update.
Remove file added for Miguel.
Added todo, a tool for generating TODO lists and optional missing types
Removed the todo utility, as it is being obsoleted by tools in ../docutils
Already obsoleted, and should have never been added to CVS in the first
ADD: Initial import for some of the utility classes shared by all the
Minor error message change.
Initial import.
Removed useless enum.
Useless enum removed.
Broke status XML generation into a functional class and a driver.
Added initial build file, which is most likely broken.
Initial release.
Fixed extremely trivial typo. It was bugging me.
Initial revision.
Small cosmetic and bugfix changes:
Removing old cruft. It's spring-cleaning time in the land of doctools!
More spring cleaning.
Interim graphical resources for the Monodoc GUI.
Initial revision.
More spring-cleaning.
Remove /doctools from the build for the moment.
Initial revision.
Moved from mcs/doctools/docstub.cs
Moved docstub.cs to mcs/doctools/src/Console/docstub.cs
Initial revision.
Initial import.
Initial imports / build modifications.
Added targets for docval.
Initial documentation stub import for assemblies:
Like an idiot, I added these in the wrong place. No cookie for me.
Initial import of stub XML document for System.Data, System.Web and System, in the correct
Initial import: Monodoc documentation data model.
Whoops; missed this one. Initial revision.
Initial import.
AbstractDoc.cs: Added 'Language' attribute
X11 license header flush.
* Additions for project save/load/edit
Flush.
* src/Gui/DirectorySelectorForm.cs: Initial import
GPL license header flush.
Initial import. Thanks to John Sohn (jsohn at columbus.rr.com) for this code!
Stub flush, mostly encoding="" attribute adds in XML declarations.
Initial documentation stub commit for corlib and System.Xml assemblies.
Initial commit; additional documentation stub files.
Initial import.
Significant work on the assembly tree browser.
* MdiToolBar.cs: Initial revision.
Interfaces can have events. Duh. The project/assembly tree now reflects
Added an MdiToolBar instance to the GUI.
* MainForm.cs: Changed DEBUG|Display Generic Form to set Tag property for MdiToolBar
Added paragraphs on plagarism requested by Miguel.
This is a useless class, and is better represented with a
Initial revision.
Updated to use ValueConstrainedArrayList.
Tweaks.
Redundant; replaced with StringDictionary in EnumDoc.cs. Remove.
Added "FooDoc(string name)" constructors in all relevant places.
The raw beginnings of XML serialization of Monodoc XML.
Further adventures in XML serialization. W00t!
John BouAntoun (27):
- Fix Button rendering for FlatStyle = Flat or Popup
- (DrawButtonBase): Fix verticle text rect clipping in windows
2004-11-22 John BouAntoun <jba-mono at optusnet.com.au>
* ThemeWin32Classic.cs:
* ChangeLog: forgot change log for monthcalendar check in
* ThemeWin32Classic.cs:
* ContainerControl.cs: correct accidental check in of local changes
ChangeLog: commit change log with ContainerControl.cs fixup
* MonthCalendar.cs: Add TitleMonth ContextMenu handling
* MonthCalendar.cs:
* MonthCalendar.cs:
* MonthCalendar.cs:
* MonthCalendar.cs:
* MonthCalendar.cs:
* MonthCalendar.cs:
* MonthCalendar.cs: invalidation bug fixing
* MonthCalendar.cs: Implemented click-hold for next/previous month
* MonthCalendar.cs:
* System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
- ThemeWin32Classic.cs: more date time picker painting fixes
* ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
* DateTimePicker.cs:
MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdown
- MonthCalendar.cs: Removed MonoTodo attributes on Click and
- MonthCalendar.cs: Wired in NumericUpDown control for year
- DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
* MonthCalendar.cs: Fixed annoying rendering bug when selecting
John Donagher (3):
- Initial commit of System.Xml.Serialization namespace (don't get too excited, the Serializer itself has yet to be imp'd)
Temporarily disable Serialization namespace building
Fix ASCIIEncoding.GetString(bytes[],index,count); it was misbehaving when index=0 and count=bytes.length
John Luke (87):
add myself
update my info
add pubdate support to rss (needs a way to track year)
pubDate, not pubdate
fix typo
2003-11-18 John Luke <jluke at cfl.rr.com>
2003-12-04 John Luke <jluke at cfl.rr.com>
2003-12-04 John Luke <jluke at cfl.rr.com>
2003-12-05 John Luke <jluke at cfl.rr.com>
add a pic to be like everyone else
add enum improvement
2004-05-09 John Luke <jluke at cfl.rr.com>
2004-08-04 John Luke <john.luke at gmail.com>
2004-08-06 John Luke <john.luke at gmail.com>
2004-08-13 John Luke <john.luke at gmail.com>
2004-08-13 John Luke <john.luke at gmail.com>
2004-08-15 John Luke <john.luke at gmail.com>
2004-09-03 John Luke <john.luke at gmail.com>
2004-09-15 John Luke <john.luke at gmail.com>
2004-09-18 John Luke <john.luke at gmail.com>
2004-09-22 John Luke <john.luke at gmail.com>
2004-10-01 John Luke <john.luke at gmail.com>
2004-10-04 John Luke <john.luke at gmail.com>
2004-10-05 John Luke <john.luke at gmail.com>
2004-10-05 John Luke <john.luke at gmail.com>
2004-10-27 John Luke <john.luke at gmail.com>
2004-12-12 John Luke <john.luke at gmail.com>
2004-12-24 John Luke <john.luke at gmail.com>
add this
2005-01-08 John Luke <john.luke at gmail.com>
remove duplicated -doc line in --help output
2005-04-20 John Luke <john.luke at gmail.com>
whoops, misidentified the typo
add compile.sh for the win32 sample
2005-09-05 John Luke <john.luke at gmail.com>
partially fix sample
2005-09-21 John Luke <john.luke at gmail.com>
2005-10-10 John Luke <john.luke at gmail.com>
2005-10-10 John Luke <john.luke at gmail.com>
add --help output for the two new options
2005-10-11 John Luke <john.luke at gmail.com>
2005-11-10 John Luke <john.luke at gmail.com>
add snippets port for testing
add the gtk version of snippets
fix the bg color
add image related snippets,
add swf/win32 version of snippets
2005-11-25 John Luke <john.luke at gmail.com>
update samples
2005-11-27 John Luke <john.luke at gmail.com>
update sample for Ben's change
2005-12-06 John Luke <john.luke at gmail.com>
replace circles sample with knockout
2005-12-16 John Luke <john.luke at gmail.com>
2005-12-16 John Luke <john.luke at gmail.com>
2005-12-16 John Luke <john.luke at gmail.com>
s/Graphics/Context
s/Graphics/Context
s/Graphics/Context
s/Graphics/Context
2005-12-16 John Luke <john.luke at gmail.com>
2005-12-22 John Luke <john.luke at gmail.com>
add [Serializable] and fix the values of System.Net.Mime.TransferEncoding
2005-12-23 John Luke <john.luke at gmail.com>
2005-12-24 John Luke <john.luke at gmail.com>
add missing classes in System.Net.Mail
2005-12-25 John Luke <john.luke at gmail.com>
2005-12-26 John Luke <john.luke at gmail.com>
2005-12-26 John Luke <john.luke at gmail.com>
fix enum value
2006-01-02 John Luke <john.luke at gmail.com>
2006-01-13 John Luke <john.luke at gmail.com>
2006-1-13 John Luke <john.luke at gmail.com>
2006-06-03 John Luke <john.luke at gmail.com>
2006-06-03 John Luke <john.luke at gmail.com>
2006-06-23 John Luke <john.luke at gmail.com>
2006-06-23 John Luke <john.luke at gmail.com>
2006-06-23 John Luke <john.luke at gmail.com>
2006-06-23 John Luke <john.luke at gmail.com>
2006-06-25 John Luke <john.luke at gmail.com>
2006-07-01 John Luke <john.luke at gmail.com>
2006-07-01 John Luke <john.luke at gmail.com>
2006-07-01 John Luke <john.luke at gmail.com>
minor improvements to the snippets examples
2006-07-06 John Luke <john.luke at gmail.com>
add svg, pdf, and ps snippets tests
2006-07-19 John Luke <john.luke at gmail.com>
John Merryweather Cooper (2):
* mono/configure.in: Correct host regexes for FreeBSD. Fix TLS issue with
* mono/configure.in: Fix host regexes for FreeBSD. Fix TLS issues with
John R. Hicks (10):
Added stubbed Debugger.cs to the build.
Added TraceListener.cs, TextWriterTraceListener.cs, and DefaultTraceListener.cs to the build.
Added TextWriterTraceListenerTest to the build.
Added DiagnosticsConfigurationHandler.cs to the build.
Moved files to System assembly.
Added TraceListener.cs, TextWriterTraceListener.cs, and TraceListener.cs to the build, and moved them into the proper assembly.
Added preliminary TraceListenerCollection.cs to the build.
Added Debug.cs to the build.
Added DebugTest.cs to the test build.
Added DebugTest to System.Diagnostics tests.
John Sohn (25):
implementation of ArrayList and Hashtable class which enables notification
Call notification event if changes occur during begin/end update
added NotifyCollectionHandler class and INotifyCollection
Initial version of code necessary to get the Form class operating under WINELib including Form (base classes up to and including Control class) and Application classes. Also including a mostly complete version of NativeWindow class which is being used to implement the Control class.
Updates to better conform to Mono coding conventions
Fixed link from monostub WndProc to Appliation class
*** empty log message ***
Fixes to Win32 API calls. Provided by Dennis Hayes (dennish at raytek.com)
now compliant with changes in Win32.cs
updated build with latest mcs in cvs
fixes build
RegisterClass/WNDPROC callback is now initialized entrely in C#, simplified
* MessageBox.cs: added mostly complete implementation of the
* Control.cs: mapped more of the functions to the Win32 API
* Control.cs:
added settings menu and initial configure dialog
2002-9-24 John Sohn <jsohn at columbus.rr.com>
*** empty log message ***
* Form.cs: Site property now calls base class
* Control.cs:
* ButtonBase.cs:
* Button.cs:
* makefile: removed hard coded path to libmono
* makefile: cleaned and reduced dependencies to hard-coded paths
* README: updated for latest WineLib and Mono
Jonathan Chambers (250):
Updated PropertyGrid and related items.
Added items needed for PropertyGrid; CategoryGridEntry.cs, PropertyGridEntry.cs, and PropertyGridTextBox.cs
Added files I forgot to commit.
Changed splitter so that it displays a checkered bar during moving instead of constantly resizing the controls docked to it.
Continued work on PropertyGrid control. Use double buffering to draw.
Updated change log
Fixed warnings.
Changelog entries
Fixed LowOrder and HighOrder to preserve sign.
Added support for UITypeEditors and fixed some TODOs
Implemented DockEditor class
Use context information passed to editor.
Pass context information to UITypeEditors
Resize docked control and its neighbor.
2005-09-06 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-09-06 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-09-06 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-09-09 Jonathan Chambers <jonathan.chambers at ansys.com>
Forgot to commit sources.
2005-09-09 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-09-29 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-10-12 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-12-22 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-09 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-10 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-9 Jonathan Chambers <jonathan.chambers at ansys.com>
Added PrintControllerWithStatusDialog.
Forgot ChangeLog
2006-01-9 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-9 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-1-10 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-9 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-1-12 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-01-13 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-1-12 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-1-12 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-04-17 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-04-25 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-04-27 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-04-27 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-04-27 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-06-29 Jonathan Chambers <jonathan.chambers at ansys.com>
Added BSTR support for Win32
Added ChangeLog entries and license info (MIT X11)
2006-05-02 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-05-03 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-05-03 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-05-11 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-06-05 Jonathan Chambers <jonathan.chambers at ansys.com>
Add VARIANT marshalling to mono on windows.
Add VARIANT marshalling to mono on windows.
Implement Marshal.GetComSlotForMethodInfo
Implement Marshal.GetComSlotForMethodInfo
Forgot to commit ChangeLog
Minor fixes for building mono in Visual Studio.
Fix for building mono in VS, and implement reading/writing USER/MACHINE level environment variables.
Fix for building mono in VS, and implement reading/writing USER/MACHINE level environment variables.
2006-06-28 Jonathan Chambers <jonathan.chambers at ansys.com>
2006-07-13 Jonathan Chambers <joncham at gmail.com>
2006-07-15 Jonathan Chambers <joncham at gmail.com>
2006-07-15 Jonathan Chambers <joncham at gmail.com>
2006-07-19 Jonathan Chambers <joncham at gmail.com>
Changed folder name for capitalization and changed assembly name to correct name.
Moved folder to correct capitalized name
Changed .dll.sources file to match correct assembly name.
Added CustomMarshalers assembly back into the build.
2006-07-28 Jonathan Chambers <joncham at gmail.com>
2006-07-28 Jonathan Chambers <joncham at gmail.com>
Added comment that all code I commit is contributed under the MIT/X11 license.
2006-07-31 Jonathan Chambers <joncham at gmail.com>
2006-08-01 Jonathan Chambers <joncham at gmail.com>
2006-08-10 Jonathan Chambers <joncham at gmail.com>
2006-08-10 Jonathan Chambers <joncham at gmail.com>
2006-08-11 Jonathan Chambers <joncham at gmail.com>
2006-08-19 Jonathan Chambers <jonathan.chambers at gmail.com>
2006-08-28 Jonathan Chambers <joncham at gmail.com>
2006-09-04 Jonathan Chambers <joncham at gmail.com>
2006-09-06 Jonathan Chambers <joncham at gmail.com>
2006-09-10 Jonathan Chambers <joncham at gmail.com>
2006-09-14 Jonathan Chambers <joncham at gmail.com>
2006-09-14 Jonathan Chambers <joncham at gmail.com>
2006-09-18 Jonathan Chambers <joncham at gmail.com>
2006-09-20 Jonathan Chambers <joncham at gmail.com>
2006-09-0 Jonathan Chambers <joncham at gmail.com>
2006-10-06 Jonathan Chambers <joncham at gmail.com>
2006-10-18 Jonathan Chambers <joncham at gmail.com>
2006-10-20 Jonathan Chambers <joncham at gmail.com>
2006-10-20 Jonathan Chambers <joncham at gmail.com>
2006-11-27 Jonathan Chambers <joncham at gmail.com>
2006-11-27 Jonathan Chambers <joncham at gmail.com>
Added DrawTreeNodeEventArgs.cs.
Remove conflict line.
2006-12-15 Jonathan Chambers <joncham at gmail.com>
2006-12-19 Jonathan Chambers <joncham at gmail.com>
2006-12-21 Jonathan Chambers <joncham at gmail.com>
2007-01-11 Jonathan Chambers <joncham at gmail.com>
2007-01-11 Jonathan Chambers <joncham at gmail.com>
2007-01-11 Jonathan Chambers <joncham at gmail.com>
2007-01-11 Jonathan Chambers <joncham at gmail.com>
2007-02-08 Jonathan Chambers <joncham at gmail.com>
2007-02-08 Jonathan Chambers <joncham at gmail.com>
2007-02-11 Jonathan Chambers <joncham at gmail.com>
2007-02-20 Jonathan Chambers <joncham at gmail.com>
Set executable flag on bat files so they will run on Windows. Also, set PATH variable in bat files so glib dlls will be found when run.
2007-03-09 Jonathan Chambers <joncham at gmail.com>
Add msvc directory to hold all things needed to build mono runtime
2007-03-13 Jonathan Chambers <joncham at gmail.com>
2007-03-13 Jonathan Chambers <joncham at gmail.com>
Fix output directory.
2007-03-15 Jonathan Chambers <joncham at gmail.com>
2007-03-15 Jonathan Chambers <joncham at gmail.com>
2007-03-15 Jonathan Chambers <joncham at gmail.com>
2007-03-19 Jonathan Chambers <joncham at gmail.com>
Revert 74623/74624 to fix build.
2007-03-21 Jonathan Chambers <joncham at gmail.com>
2007-03-30 Jonathan Chambers <joncham at gmail.com>
2006-04-16 Jonathan Chambers <joncham at gmail.com>
Fix test.
2007-04-17 Jonathan Chambers <joncham at gmail.com>
2007-04-23 Jonathan Chambers <joncham at gmail.com>
2007-04-24 Jonathan Chambers <joncham at gmail.com>
2007-04-24 Jonathan Chambers <joncham at gmail.com>
2007-04-24 Jonathan Chambers <joncham at gmail.com>
2007-04-24 Jonathan Chambers <joncham at gmail.com>
2007-04-25 Jonathan Chambers <joncham at gmail.com>
2007-04-27 Jonathan Chambers <joncham at gmail.com>
2007-04-27 Jonathan Chambers <joncham at gmail.com>
2007-04-27 Jonathan Chambers <joncham at gmail.com>
2007-05-02 Jonathan Chambers <joncham at gmail.com>
2007-05-02 Jonathan Chambers <joncham at gmail.com>
2007-05-02 Jonathan Chambers <joncham at gmail.com>
2007-04-27 Jonathan Chambers <joncham at gmail.com>
2007-05-08 Jonathan Chambers <joncham at gmail.com>
2007-05-08 Jonathan Chambers <joncham at gmail.com>
2007-05-09 Jonathan Chambers <joncham at gmail.com>
2007-05-09 Jonathan Chambers <joncham at gmail.com>
2007-05-09 Jonathan Chambers <joncham at gmail.com>
2007-05-09 Jonathan Chambers <joncham at gmail.com>
2007-05-10 Jonathan Chambers <joncham at gmail.com>
2007-05-10 Jonathan Chambers <joncham at gmail.com>
2007-05-11 Jonathan Chambers <joncham at gmail.com>
2007-05-11 Jonathan Chambers <joncham at gmail.com>
2007-05-11 Jonathan Chambers <joncham at gmail.com>
2007-05-12 Jonathan Chambers <joncham at gmail.com>
2007-05-12 Jonathan Chambers <joncham at gmail.com>
2007-05-22 Jonathan Chambers <joncham at gmail.com>
2007-05-24 Jonathan Chambers <joncham at gmail.com>
Fix ChangeLog.
2007-05-25 Jonathan Chambers <joncham at gmail.com>
2007-05-25 Jonathan Chambers <joncham at gmail.com>
2007-05-25 Jonathan Chambers <joncham at gmail.com>
2007-06-08 Jonathan Chambers <joncham at gmail.com>
2007-06-12 Jonathan Chambers <joncham at gmail.com>
2007-06-13 Jonathan Chambers <joncham at gmail.com>
2007-06-22 Jonathan Chambers <joncham at gmail.com>
2007-06-22 Jonathan Chambers <joncham at gmail.com>
2007-07-06 Jonathan Chambers <joncham at gmail.com>
2007-07-25 Jonathan Chambers <joncham at gmail.com>
2007-07-26 Jonathan Chambers <joncham at gmail.com>
2007-07-03 Jonathan Chambers <joncham at gmail.com>
2007-08-07 Jonathan Chambers <joncham at gmail.com>
2007-08-14 Jonathan Chambers <joncham at gmail.com>
2007-08-14 Jonathan Chambers <joncham at gmail.com>
2007-08-14 Jonathan Chambers <joncham at gmail.com>
2007-08-15 Jonathan Chambers <joncham at gmail.com>
2007-08-15 Jonathan Chambers <joncham at gmail.com>
2007-08-29 Jonathan Chambers <joncham at gmail.com>
2007-08-30 Jonathan Chambers <joncham at gmail.com>
2007-08-30 Jonathan Chambers <joncham at gmail.com>
2007-08-31 Jonathan Chambers <joncham at gmail.com>
2007-09-12 Jonathan Chambers <joncham at gmail.com>
2007-09-12 Jonathan Chambers <joncham at gmail.com>
2007-09-14 Jonathan Chambers <joncham at gmail.com>
2007-09-14 Jonathan Chambers <joncham at gmail.com>
2007-09-14 Jonathan Chambers <joncham at gmail.com>
2007-09-14 Jonathan Chambers <joncham at gmail.com>
2007-08-14 Jonathan Chambers <joncham at gmail.com>
2007-10-01 Jonathan Chambers <joncham at gmail.com>
2007-10-02 Jonathan Chambers <joncham at gmail.com>
2007-10-18 Jonathan Chambers <joncham at gmail.com>
2007-10-26 Jonathan Chambers <joncham at gmail.com>
2007-08-29 Jonathan Chambers <joncham at gmail.com>
2007-08-29 Jonathan Chambers <joncham at gmail.com>
2007-10-31 Jonathan Chambers <joncham at gmail.com>
2007-11-02 Jonathan Chambers <joncham at gmail.com>
2007-11-07 Jonathan Chambers <joncham at gmail.com>
2007-12-31 Jonathan Chambers <joncham at gmail.com>
2008-01-24 Jonathan Chambers <joncham at gmail.com>
2008-01-28 Jonathan Chambers <joncham at gmail.com>
2008-04-15 Jonathan Chambers <joncham at gmail.com>
2008-04-15 Jonathan Chambers <joncham at gmail.com>
2008-04-16 Jonathan Chambers <joncham at gmail.com>
2008-04-19 Jonathan Chambers <joncham at gmail.com>
2008-04-23 Jonathan Chambers <joncham at gmail.com>
2008-04-25 Jonathan Chambers <joncham at gmail.com>
2008-05-02 Jonathan Chambers <joncham at gmail.com>
2008-05-15 Jonathan Chambers <joncham at gmail.com>
2008-06-05 Jonathan Chambers <joncham at gmail.com>
2008-06-05 Jonathan Chambers <joncham at gmail.com>
2008-07-15 Jonathan Chambers <joncham at gmail.com>
2008-11-06 Jonathan Chambers <joncham at gmail.com>
2008-11-06 Jonathan Chambers <joncham at gmail.com>
2008-11-06 Jonathan Chambers <joncham at gmail.com>
2008-11-11 Jonathan Chambers <joncham at gmail.com>
2008-11-11 Jonathan Chambers <joncham at gmail.com>
2009-02-12 Jonathan Chambers <joncham at gmail.com>
2009-02-13 Jonathan Chambers <joncham at gmail.com>
2009-02-13 Jonathan Chambers <joncham at gmail.com>
Add test for solutions, project references, and project dependencies.
2009-02-15 Jonathan Chambers <joncham at gmail.com>
2009-02-19 Jonathan Chambers <joncham at gmail.com>
2009-03-26 Jonathan Chambers <joncham at gmail.com>
2009-03-27 Jonathan Chambers <joncham at gmail.com>
2009-04-25 Jonathan Chambers <joncham at gmail.com>
Apply patch from Tom Hindle for bug 496138 plus test case.
Fix redirection of output.
Fix typo.
Add initial solution generation support. This generates a solution with all mcs assemblies. It does not handle dependencies yet. Also, it brings Visual Studio to a standstill, so it's not really usable for editing.
2009-05-20 Jonathan Chambers <joncham at gmail.com>
2009-06-09 Jonathan Chambers <joncham at gmail.com>
2009-09-08 Jonathan Chambers <joncham at gmail.com>
2009-09-08 Jonathan Chambers <joncham at gmail.com>
Fix Windows build.
2009-10-06 Jonathan Chambers <joncham at gmail.com>
2009-10-15 Jonathan Chambers <joncham at gmail.com>
2009-11-02 Jonathan Chambers <joncham at novell.com>
2009-11-02 Jonathan Chambers <joncham at gmail.com>
2009-11-02 Jonathan Chambers <joncham at gmail.com>
2009-11-02 Jonathan Chambers <joncham at gmail.com>
2009-11-04 Jonathan Chambers <joncham at gmail.com>
2009-11-04 Jonathan Chambers <joncham at gmail.com>
2009-11-04 Jonathan Chambers <joncham at gmail.com>
2009-11-10 Jonathan Chambers <joncham at gmail.com>
2009-11-13 Jonathan Chambers <joncham at gmail.com>
2009-12-13 Jonathan Chambers <joncham at gmail.com>
2010-05-04 Jonathan Chambers <joncham at gmail.com>
2010-05-05 Jonathan Chambers <joncham at gmail.com>
2010-05-06 Jonathan Chambers <joncham at gmail.com>
2010-06-07 Jonathan Chambers <joncham at gmail.com>
2010-06-07 Jonathan Chambers <joncham at gmail.com>
2010-06-07 Jonathan Chambers <joncham at gmail.com>
2010-06-08 Jonathan Chambers <joncham at gmail.com>
2010-06-08 Jonathan Chambers <joncham at gmail.com>
2010-06-10 Jonathan Chambers <joncham at gmail.com>
2010-06-10 Jonathan Chambers <joncham at gmail.com>
2010-06-10 Jonathan Chambers <joncham at gmail.com>
2010-06-11 Jonathan Chambers <joncham at gmail.com>
2010-06-15 Jonathan Chambers <joncham at gmail.com>
2010-06-15 Jonathan Chambers <joncham at gmail.com>
2010-06-21 Jonathan Chambers <joncham at gmail.com>
Jonathan Gilbert (5):
2005-10-23 Jonathan Gilbert <logic at deltaq.org>
2005-12-02 Jonathan Gilbert <logic at deltaq.org>
* gdipFunctions.cs: Rewrote the StreamSeekImpl function to
* System.Windows.Forms/AutoScaleMode.cs: Added new file for
2006-09-04 Jonathan Gilbert <logic at deltaq.org>
Jonathan Pobst (1187):
2006-08-01 Jonathan Pobst <monkey at jpobst.com>
2006-08-03 Jonathan Pobst <monkey at jpobst.com>
2006-08-04 Jonathan Pobst <monkey at jpobst.com>
2006-08-04 Jonathan Pobst <monkey at jpobst.com>
2006-08-04 Jonathan Pobst <monkey at jpobst.com>
2006-08-05 Jonathan Pobst <monkey at jpobst.com>
2006-08-04 Jonathan Pobst <monkey at jpobst.com>
2006-08-08 Jonathan Pobst <monkey at jpobst.com>
2006-09-14 Jonathan Pobst <monkey at jpobst.com>
2006-09-15 Jonathan Pobst <monkey at jpobst.com>
2006-09-18 Jonathan Pobst <monkey at jpobst.com>
2006-09-18 Jonathan Pobst <monkey at jpobst.com>
2006-10-02 Jonathan Pobst <monkey at jpobst.com>
2006-10-05 Jonathan Pobst <monkey at jpobst.com>
2006-10-12 Jonathan Pobst <monkey at jpobst.com>
2006-10-30 Jonathan Pobst <monkey at jpobst.com>
2006-10-30 Jonathan Pobst <monkey at jpobst.com>
2006-10-31 Jonathan Pobst <monkey at jpobst.com>
2006-11-07 Jonathan Pobst <monkey at jpobst.com>
2006-11-08 Jonathan Pobst <monkey at jpobst.com>
2006-11-15 Jonathan Pobst <monkey at jpobst.com>
2006-11-15 Jonathan Pobst <monkey at jpobst.com>
2006-11-15 Jonathan Pobst <monkey at jpobst.com>
2006-11-16 Jonathan Pobst <monkey at jpobst.com
2006-11-29 Jonathan Pobst <monkey at jpobst.com>
2006-11-30 Jonathan Pobst <monkey at jpobst.com>
2006-11-30 Jonathan Pobst <monkey at jpobst.com>
2006-12-05 Jonathan Pobst <monkey at jpobst.com>
2006-12-05 Jonathan Pobst <monkey at jpobst.com>
2006-12-06 Jonathan Pobst <monkey at jpobst.com>
2006-12-07 Jonathan Pobst <monkey at jpobst.com>
2006-12-07 Jonathan Pobst <monkey at jpobst.com>
2006-12-08 Jonathan Pobst <monkey at jpobst.com>
2006-12-08 Jonathan Pobst <monkey at jpobst.com>
2006-12-11 Jonathan Pobst <monkey at jpobst.com>
2006-12-11 Jonathan Pobst <monkey at jpobst.com>
2006-12-15 Jonathan Pobst <monkey at jpobst.com>
2006-12-19 Jonathan Pobst <monkey at jpobst.com>
2006-12-21 Jonathan Pobst <monkey at jpobst.com>
2006-12-21 Jonathan Pobst <monkey at jpobst.com>
2006-12-21 Jonathan Pobst <monkey at jpobst.com>
2006-12-23 Jonathan Pobst <monkey at jpobst.com>
2006-12-23 Jonathan Pobst <monkey at jpobst.com>
2006-12-26 Jonathan Pobst <monkey at jpobst.com>
2006-12-26 Jonathan Pobst <monkey at jpobst.com>
2006-12-27 Jonathan Pobst <monkey at jpobst.com>
2007-01-01 Jonathan Pobst <monkey at jpobst.com>
2007-01-03 Jonathan Pobst <monkey at jpobst.com>
2007-01-04 Jonathan Pobst <monkey at jpobst.com>
2007-01-04 Jonathan Pobst <monkey at jpobst.com>
2007-01-05 Jonathan Pobst <monkey at jpobst.com>
2007-01-05 Jonathan Pobst <monkey at jpobst.com>
2007-01-07 Jonathan Pobst <monkey at jpobst.com>
2007-01-07 Jonathan Pobst <monkey at jpobst.com>
2007-01-08 Jonathan Pobst <monkey at jpobst.com>
2007-01-08 Jonathan Pobst <monkey at jpobst.com>
2007-01-09 Jonathan Pobst <monkey at jpobst.com>
2007-01-09 Jonathan Pobst <monkey at jpobst.com>
2007-01-10 Jonathan Pobst <jpobst at novell.com>
2007-01-11 Jonathan Pobst <jpobst at novell.com>
2007-01-15 Jonathan Pobst <jpobst at novell.com>
2007-01-15 Jonathan Pobst <jpobst at novell.com>
2007-01-15 Jonathan Pobst <jpobst at novell.com>
2007-01-16 Jonathan Pobst <jpobst at novell.com>
2007-01-16 Jonathan Pobst <jpobst at novell.com>
2007-01-16 Jonathan Pobst <monkey at jpobst.com>
2007-01-17 Jonathan Pobst <monkey at jpobst.com>
2007-01-17 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-18 Jonathan Pobst <monkey at jpobst.com>
2007-01-19 Jonathan Pobst <monkey at jpobst.com>
2007-01-20 Jonathan Pobst <monkey at jpobst.com>
2007-01-20 Jonathan Pobst <monkey at jpobst.com>
2007-01-22 Jonathan Pobst <monkey at jpobst.com>
2007-01-22 Jonathan Pobst <monkey at jpobst.com>
2007-01-23 Jonathan Pobst <monkey at jpobst.com>
2007-01-24 Jonathan Pobst <monkey at jpobst.com>
2007-01-24 Jonathan Pobst <monkey at jpobst.com>
2007-01-25 Jonathan Pobst <monkey at jpobst.com>
2007-01-25 Jonathan Pobst <monkey at jpobst.com>
2007-01-25 Jonathan Pobst <monkey at jpobst.com>
2007-01-26 Jonathan Pobst <monkey at jpobst.com>
2007-01-28 Jonathan Pobst <monkey at jpobst.com>
2007-01-29 Jonathan Pobst <monkey at jpobst.com>
2007-01-31 Jonathan Pobst <monkey at jpobst.com>
2007-02-01 Jonathan Pobst <monkey at jpobst.com>
2007-02-04 Jonathan Pobst <monkey at jpobst.com>
2007-02-07 Jonathan Pobst <monkey at jpobst.com>
2007-02-08 Jonathan Pobst <monkey at jpobst.com>
2007-02-08 Jonathan Pobst <monkey at jpobst.com>
2007-02-08 Jonathan Pobst <monkey at jpobst.com>
2007-02-13 Jonathan Pobst <monkey at jpobst.com>
2007-02-14 Jonathan Pobst <monkey at jpobst.com>
2007-02-14 Jonathan Pobst <monkey at jpobst.com>
2007-02-15 Jonathan Pobst <monkey at jpobst.com>
2007-02-23 Jonathan Pobst <monkey at jpobst.com>
2007-02-23 Jonathan Pobst <monkey at jpobst.com>
2007-02-23 Jonathan Pobst <monkey at jpobst.com>
2007-02-23 Jonathan Pobst <monkey at jpobst.com>
2007-02-23 Jonathan Pobst <monkey at jpobst.com>
2007-02-24 Jonathan Pobst <monkey at jpobst.com>
2007-02-26 Jonathan Pobst <monkey at jpobst.com>
2007-02-27 Jonathan Pobst <monkey at jpobst.com>
2007-02-27 Jonathan Pobst <monkey at jpobst.com>
2007-02-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-01 Jonathan Pobst <monkey at jpobst.com>
2007-03-01 Jonathan Pobst <monkey at jpobst.com>
2007-03-02 Jonathan Pobst <monkey at jpobst.com>
2007-03-02 Jonathan Pobst <monkey at jpobst.com>
2007-03-07 Jonathan Pobst <monkey at jpobst.com>
2007-03-07 Jonathan Pobst <monkey at jpobst.com>
2007-03-07 Jonathan Pobst <monkey at jpobst.com>
2007-03-08 Jonathan Pobst <monkey at jpobst.com>
2007-03-08 Jonathan Pobst <monkey at jpobst.com>
2007-03-08 Jonathan Pobst <monkey at jpobst.com>
2007-03-09 Jonathan Pobst <monkey at jpobst.com>
2007-03-09 Jonathan Pobst <monkey at jpobst.com>
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
Revert r74140. Apparently the RecreateHandle is for proper behavior in X. Will fix another way.
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
2007-03-12 Jonathan Pobst <monkey at jpobst.com>
2007-03-13 Jonathan Pobst <monkey at jpobst.com>
2007-03-14 Jonathan Pobst <monkey at jpobst.com>
2007-03-15 Jonathan Pobst <monkey at jpobst.com>
2007-03-15 Jonathan Pobst <monkey at jpobst.com>
2007-03-15 Jonathan Pobst <monkey at jpobst.com>
2007-03-16 Jonathan Pobst <monkey at jpobst.com>
2007-03-16 Jonathan Pobst <monkey at jpobst.com>
2007-03-19 Jonathan Pobst <monkey at jpobst.com>
2007-03-19 Jonathan Pobst <monkey at jpobst.com>
2007-03-19 Jonathan Pobst <monkey at jpobst.com>
2007-03-21 Jonathan Pobst <monkey at jpobst.com>
2007-03-21 Jonathan Pobst <monkey at jpobst.com>
2007-03-21 Jonathan Pobst <monkey at jpobst.com>
2007-03-22 Jonathan Pobst <monkey at jpobst.com>
2007-03-24 Jonathan Pobst <monkey at jpobst.com>
2007-03-24 Jonathan Pobst <monkey at jpobst.com>
2007-03-25 Jonathan Pobst <monkey at jpobst.com>
2007-03-25 Jonathan Pobst <monkey at jpobst.com>
2007-03-25 Jonathan Pobst <monkey at jpobst.com>
2007-03-26 Jonathan Pobst <monkey at jpobst.com>
2007-03-26 Jonathan Pobst <monkey at jpobst.com>
2007-03-27 Jonathan Pobst <monkey at jpobst.com>
2007-03-27 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-28 Jonathan Pobst <monkey at jpobst.com>
2007-03-29 Jonathan Pobst <monkey at jpobst.com>
2007-03-29 Jonathan Pobst <monkey at jpobst.com>
2007-03-30 Jonathan Pobst <monkey at jpobst.com>
2007-03-30 Jonathan Pobst <monkey at jpobst.com>
Forgot to commit 2 new files in r75208. Fixes build.
2007-04-02 Jonathan Pobst <monkey at jpobst.com>
2007-04-02 Jonathan Pobst <monkey at jpobst.com>
2007-04-03 Jonathan Pobst <monkey at jpobst.com>
2007-04-03 Jonathan Pobst <monkey at jpobst.com>
2007-04-04 Jonathan Pobst <monkey at jpobst.com>
2007-04-04 Jonathan Pobst <monkey at jpobst.com>
2007-04-04 Jonathan Pobst <monkey at jpobst.com>
2007-04-04 Jonathan Pobst <monkey at jpobst.com>
2007-04-05 Jonathan Pobst <monkey at jpobst.com>
2007-04-05 Jonathan Pobst <monkey at jpobst.com>
2007-04-06 Jonathan Pobst <monkey at jpobst.com>
This goes before the }, not after it. Fixes build.
2007-04-12 Jonathan Pobst <monkey at jpobst.com>
2007-04-13 Jonathan Pobst <monkey at jpobst.com>
2007-04-13 Jonathan Pobst <monkey at jpobst.com>
2007-04-13 Jonathan Pobst <monkey at jpobst.com>
2007-04-16 Jonathan Pobst <jpobst at monkey.com>
2007-04-16 Jonathan Pobst <monkey at jpobst.com>
2007-04-18 Jonathan Pobst <monkey at jpobst.com>
2007-04-19 Jonathan Pobst <monkey at jpobst.com>
2007-04-19 Jonathan Pobst <monkey at jpobst.com>
2007-04-20 Jonathan Pobst <monkey at jpobst.com>
2007-04-20 Jonathan Pobst <monkey at jpobst.com>
2007-04-22 Jonathan Pobst <monkey at jpobst.com>
2007-04-23 Jonathan Pobst <monkey at jpobst.com>
2007-04-23 Jonathan Pobst <monkey at jpobst.com>
2007-04-24 Jonathan Pobst <monkey at jpobst.com>
2007-04-24 Jonathan Pobst <monkey at jpobst.com>
2007-04-24 Jonathan Pobst <monkey at jpobst.com>
2007-04-25 Jonathan Pobst <monkey at jpobst.com>
2007-04-25 Jonathan Pobst <monkey at jpobst.com>
2007-04-26 Jonathan Pobst <monkey at jpobst.com>
2007-04-26 Jonathan Pobst <monkey at jpobst.com>
2007-04-26 Jonathan Pobst <monkey at jpobst.com>
2007-04-27 Jonathan Pobst <monkey at jpobst.com>
2007-04-30 Jonathan Pobst <monkey at jpobst.com>
2007-04-30 Jonathan Pobst <monkey at jpobst.com>
2007-04-30 Jonathan Pobst <monkey at jpobst.com>
2007-05-01 Jonathan Pobst <monkey at jpobst.com>
2007-05-01 Jonathan Pobst <monkey at jpobst.com>
2007-05-01 Jonathan Pobst <monkey at jpobst.com>
2007-05-01 Frederik Carlier <frederik.carlier at carlier-online.be>
2007-05-01 Jonathan Pobst <monkey at jpobst.com>
2007-05-02 Jonathan Pobst <monkey at jpobst.com>
2007-05-03 Jonathan Pobst <monkey at jpobst.com>
2007-05-04 Jonathan Pobst <monkey at jpobst.com>
2007-05-04 Jonathan Pobst <monkey at jpobst.com>
2007-05-07 Jonathan Pobst <monkey at jpobst.com>
2007-05-07 Jonathan Pobst <monkey at jpobst.com>
Applying contributed patch from Stefan Noack.
2007-05-07 Jonathan Pobst <monkey at jpobst.com>
2007-05-07 Jonathan Pobst <monkey at jpobst.com>
2007-05-07 Jonathan Pobst <monkey at jpobst.com>
2007-05-08 Jonathan Pobst <monkey at jpobst.com>
2007-05-09 Jonathan Pobst <monkey at jpobst.com>
2007-05-09 Jonathan Pobst <monkey at jpobst.com>
2007-05-09 Jonathan Pobst <monkey at jpobst.com>
2007-05-09 Jonathan Pobst <monkey at jpobst.com>
2007-05-09 Jonathan Pobst <monkey at jpobst.com>
2007-05-10 Jonathan Pobst <monkey at jpobst.com>
2007-05-10 Jonathan Pobst <monkey at jpobst.com>
2007-05-10 Jonathan Pobst <monkey at jpobst.com>
2007-05-10 Jonathan Pobst <monkey at jpobst.com>
2007-05-15 Jonathan Pobst <monkey at jpobst.com>
2007-05-16 Jonathan Pobst <monkey at jpobst.com>
2007-05-17 Jonathan Pobst <monkey at jpobst.com>
2007-05-17 Jonathan Pobst <monkey at jpobst.com>
2007-05-17 Jonathan Pobst <monkey at jpobst.com>
2007-05-18 Jonathan Pobst <monkey at jpobst.com>
2007-05-18 Jonathan Pobst <monkey at jpobst.com>
2007-05-21 Jonathan Pobst <monkey at jpobst.com>
2007-05-21 Jonathan Pobst <monkey at jpobst.com>
2007-05-22 Jonathan Pobst <monkey at jpobst.com>
2007-05-22 Jonathan Pobst <monkey at jpobst.com>
2007-05-23 Jonathan Pobst <monkey at jpobst.com>
2007-05-23 Jonathan Pobst <monkey at jpobst.com>
2007-05-23 Jonathan Pobst <monkey at jpobst.com>
2007-05-24 Jonathan Pobst <monkey at jpobst.com>
2007-05-24 Jonathan Pobst <monkey at jpobst.com>
2007-05-24 Jonathan Pobst <monkey at jpobst.com>
2007-05-29 Jonathan Pobst <monkey at jpobst.com>
2007-05-31 Jonathan Pobst <monkey at jpobst.com>
2007-06-01 Jonathan Pobst <monkey at jpobst.com>
2007-06-01 Jonathan Pobst <monkey at jpobst.com>
2007-06-01 Jonathan Pobst <monkey at jpobst.com>
2007-06-01 Jonathan Pobst <monkey at jpobst.com>
2007-06-04 Jonathan Pobst <monkey at jpobst.com>
2007-06-04 Jonathan Pobst <monkey at jpobst.com>
2007-06-04 Jonathan Pobst <monkey at jpobst.com>
2007-06-04 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-06 Jonathan Pobst <monkey at jpobst.com>
2007-06-07 Jonathan Pobst <monkey at jpobst.com>
2007-06-07 Jonathan Pobst <monkey at jpobst.com>
2007-06-07 Jonathan Pobst <monkey at jpobst.com>
2007-06-07 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-08 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
svn path=/trunk/mcs/; revision=79263
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-13 Jonathan Pobst <monkey at jpobst.com>
Try temporarily turning on /labels for SWF tests.
2007-06-13 Jonathan Pobst <monkey at jpobst.com>
2007-06-13 Jonathan Pobst <monkey at jpobst.com>
2007-06-12 Jonathan Pobst <monkey at jpobst.com>
2007-06-13 Jonathan Pobst <monkey at jpobst.com>
2007-06-14 Jonathan Pobst <monkey at jpobst.com>
2007-06-14 Jonathan Pobst <monkey at jpobst.com>
2007-06-15 Jonathan Pobst <monkey at jpobst.com>
2007-06-15 Jonathan Pobst <monkey at jpobst.com>
2007-06-18 Jonathan Pobst <monkey at jpobst.com>
2007-06-18 Jonathan Pobst <monkey at jpobst.com>
2007-06-18 Jonathan Pobst <monkey at jpobst.com>
2007-06-19 Jonathan Pobst <monkey at jpobst.com>
2007-06-21 Jonathan Pobst <monkey at jpobst.com>
2007-06-21 Jonathan Pobst <monkey at jpobst.com>
2007-06-21 Jonathan Pobst <monkey at jpobst.com>
2007-07-02 Jonathan Pobst <monkey at jpobst.com>
svn path=/trunk/mcs/; revision=81275
2007-07-03 Jonathan Pobst <monkey at jpobst.com>
2007-07-05 Jonathan Pobst <monkey at jpobst.com>
2007-07-05 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-06 Jonathan Pobst <monkey at jpobst.com>
2007-07-07 Jonathan Pobst <monkey at jpobst.com>
2007-07-08 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
Forgot to add PowerStatus.cs in previous commit.
2007-07-09 Jonathan Pobst <monkey at jpobst.com>
2007-07-10 Jonathan Pobst <monkey at jpobst.com>
2007-07-10 Jonathan Pobst <monkey at jpobst.com>
2007-07-12 Jonathan Pobst <monkey at jpobst.com>
Fix my ChangeLog entry.
2007-07-12 Jonathan Pobst <monkey at jpobst.com>
2007-07-13 Jonathan Pobst <monkey at jpobst.com>
2007-07-16 Jonathan Pobst <monkey at jpobst.com>
2007-07-16 Jonathan Pobst <monkey at jpobst.com>
2007-07-16 Jonathan Pobst <monkey at jpobst.com>
2007-07-17 Jonathan Pobst <monkey at jpobst.com>
2007-07-17 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-18 Jonathan Pobst <monkey at jpobst.com>
2007-07-19 Jonathan Pobst <monkey at jpobst.com>
2007-07-19 Jonathan Pobst <monkey at jpobst.com>
2007-07-20 Jonathan Pobst <monkey at jpobst.com>
2007-07-20 Jonathan Pobst <monkey at jpobst.com>
2007-07-20 Jonathan Pobst <monkey at jpobst.com>
2007-07-20 Jonathan Pobst <monkey at jpobst.com>
2007-07-20 Jonathan Pobst <monkey at jpobst.com>
2007-07-23 Jonathan Pobst <monkey at jpobst.com>
2007-07-23 Jonathan Pobst <monkey at jpobst.com>
2007-07-23 Jonathan Pobst <monkey at jpobst.com>
missed a NET_2_0
2007-07-24 Jonathan Pobst <monkey at jpobst.com>
2007-07-25 Jonathan Pobst <monkey at jpobst.com>
2007-07-25 Jonathan Pobst <monkey at jpobst.com>
2007-07-25 Jonathan Pobst <monkey at jpobst.com>
2007-07-26 Jonathan Pobst <monkey at jpobst.com>
2007-07-26 Jonathan Pobst <monkey at jpobst.com>
2007-07-26 Jonathan Pobst <monkey at jpobst.com>
2007-07-30 Jonathan Pobst <monkey at jpobst.com>
2007-07-30 Jonathan Pobst <monkey at jpobst.com>
2007-07-31 Jonathan Pobst <monkey at jpobst.com>
2007-07-31 Jonathan Pobst <monkey at jpobst.com>
2007-07-31 Jonathan Pobst <monkey at jpobst.com>
2007-08-01 Jonathan Pobst <monkey at jpobst.com>
2007-08-02 Jonathan Pobst <monkey at jpobst.com>
2007-08-06 Jonathan Pobst <monkey at jpobst.com>
2007-08-06 Jonathan Pobst <monkey at jpobst.com>
2007-08-07 Jonathan Pobst <monkey at jpobst.com>
2007-08-07 Jonathan Pobst <monkey at jpobst.com>
2007-08-08 Jonathan Pobst <monkey at jpobst.com>
2007-08-08 Jonathan Pobst <monkey at jpobst.com>
2007-08-08 Jonathan Pobst <monkey at jpobst.com>
2007-08-09 Jonathan Pobst <monkey at jpobst.com>
2007-08-09 Jonathan Pobst <monkey at jpobst.com>
2007-08-09 Jonathan Pobst <monkey at jpobst.com>
2007-08-10 Jonathan Pobst <monkey at jpobst.com>
2007-08-10 Jonathan Pobst <monkey at jpobst.com>
2007-08-10 Jonathan Pobst <monkey at jpobst.com>
2007-08-10 Jonathan Pobst <monkey at jpobst.com>
2007-08-11 Jonathan Pobst <monkey at jpobst.com>
2007-08-14 Jonathan Pobst <monkey at jpobst.com>
2007-08-14 Jonathan Pobst <monkey at jpobst.com>
2007-08-14 Jonathan Pobst <monkey at jpobst.com>
2007-08-15 Jonathan Pobst <monkey at jpobst.com>
2007-08-16 Jonathan Pobst <monkey at jpobst.com>
2007-08-16 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-17 Jonathan Pobst <monkey at jpobst.com>
2007-08-20 Jonathan Pobst <monkey at jpobst.com>
2007-08-20 Jonathan Pobst <monkey at jpobst.com>
2007-08-21 Jonathan Pobst <monkey at jpobst.com>
2007-08-21 Jonathan Pobst <monkey at jpobst.com>
2007-08-22 Jonathan Pobst <monkey at jpobst.com>
2007-08-22 Jonathan Pobst <monkey at jpobst.com>
2007-08-23 Jonathan Pobst <monkey at jpobst.com>
2007-08-23 Jonathan Pobst <monkey at jpobst.com>
2007-08-23 Jonathan Pobst <monkey at jpobst.com>
2007-08-23 Jonathan Pobst <monkey at jpobst.com>
2007-08-23 Jonathan Pobst <monkey at jpobst.com>
2007-08-24 Jonathan Pobst <monkey at jpobst.com>
2007-08-24 Jonathan Pobst <monkey at jpobst.com>
2007-08-24 Jonathan Pobst <monkey at jpobst.com>
2007-08-24 Jonathan Pobst <monkey at jpobst.com>
2007-08-27 Jonathan Pobst <monkey at jpobst.com>
2007-08-28 Jonathan Pobst <monkey at jpobst.com>
Missed a file: RadioButtonPainter.cs. Fixes the build.
2007-08-28 Jonathan Pobst <monkey at jpobst.com>
2007-08-28 Jonathan Pobst <monkey at jpobst.com>
2007-08-28 Jonathan Pobst <monkey at jpobst.com>
2007-08-29 Jonathan Pobst <monkey at jpobst.com>
2007-08-29 Jonathan Pobst <monkey at jpobst.com>
2007-08-29 Jonathan Pobst <monkey at jpobst.com>
2007-08-29 Jonathan Pobst <monkey at jpobst.com>
2007-08-30 Jonathan Pobst <monkey at jpobst.com>
2007-08-30 Jonathan Pobst <monkey at jpobst.com>
2007-08-30 Jonathan Pobst <monkey at jpobst.com>
2007-08-30 Jonathan Pobst <monkey at jpobst.com>
2007-08-31 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-06 Jonathan Pobst <monkey at jpobst.com>
2007-09-07 Jonathan Pobst <monkey at jpobst.com>
2007-09-07 Jonathan Pobst <monkey at jpobst.com>
2007-09-10 Jonathan Pobst <monkey at jpobst.com>
2007-09-10 Jonathan Pobst <monkey at jpobst.com>
2007-09-10 Jonathan Pobst <monkey at jpobst.com>
2007-09-10 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-11 Jonathan Pobst <monkey at jpobst.com>
2007-09-12 Jonathan Pobst <monkey at jpobst.com>
2007-09-12 Jonathan Pobst <monkey at jpobst.com>
2007-09-12 Jonathan Pobst <monkey at jpobst.com>
2007-09-12 Jonathan Pobst <monkey at jpobst.com>
2007-09-13 Jonathan Pobst <monkey at jpobst.com>
2007-09-13 Jonathan Pobst <monkey at jpobst.com>
2007-09-13 Jonathan Pobst <monkey at jpobst.com>
2007-09-13 Jonathan Pobst <monkey at jpobst.com>
2007-09-13 Jonathan Pobst <monkey at jpobst.com>
2007-09-14 Jonathan Pobst <monkey at jpobst.com>
2007-09-14 Jonathan Pobst <monkey at jpobst.com>
2007-09-17 Jonathan Pobst <monkey at jpobst.com>
2007-09-17 Jonathan Pobst <monkey at jpobst.com>
2007-09-17 Jonathan Pobst <monkey at jpobst.com>
2007-09-17 Jonathan Pobst <monkey at jpobst.com>
2007-09-17 Jonathan Pobst <monkey at jpobst.com>
2007-09-18 Jonathan Pobst <monkey at jpobst.com>
2007-09-18 Jonathan Pobst <monkey at jpobst.com>
2007-09-18 Jonathan Pobst <monkey at jpobst.com>
2007-09-18 Jonathan Pobst <monkey at jpobst.com>
2007-09-18 Jonathan Pobst <monkey at jpobst.com>
2007-09-19 Jonathan Pobst <monkey at jpobst.com>
2007-09-19 Jonathan Pobst <monkey at jpobst.com>
2007-09-20 Jonathan Pobst <monkey at jpobst.com>
2007-09-20 Jonathan Pobst <monkey at jpobst.com>
2007-09-20 Jonathan Pobst <monkey at jpobst.com>
2007-09-20 Jonathan Pobst <monkey at jpobst.com>
2007-09-20 Jonathan Pobst <monkey at jpobst.com>
2007-09-21 Jonathan Pobst <monkey at jpobst.com>
2007-09-21 Jonathan Pobst <monkey at jpobst.com>
2007-09-25 Jonathan Pobst <monkey at jpobst.com>
2007-09-25 Jonathan Pobst <monkey at jpobst.com>
2007-09-26 Jonathan Pobst <monkey at jpobst.com>
2007-09-26 Jonathan Pobst <monkey at jpobst.com>
2007-09-27 Jonathan Pobst <monkey at jpobst.com>
2007-09-27 Jonathan Pobst <monkey at jpobst.com>
2007-09-27 Jonathan Pobst <monkey at jpobst.com>
2007-09-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-01 Jonathan Pobst <monkey at jpobst.com>
2007-10-02 Jonathan Pobst <monkey at jpobst.com>
2007-10-02 Jonathan Pobst <monkey at jpobst.com>
2007-10-04 Jonathan Pobst <monkey at jpobst.com>
2007-10-04 Jonathan Pobst <monkey at jpobst.com>
2007-10-08 Jonathan Pobst <monkey at jpobst.com>
Missed a file. Fixes build.
2007-10-08 Jonathan Pobst <monkey at jpobst.com>
2007-10-08 Jonathan Pobst <monkey at jpobst.com>
2007-10-08 Jonathan Pobst <monkey at jpobst.com>
2007-10-08 Jonathan Pobst <monkey at jpobst.com>
2007-10-09 Jonathan Pobst <monkey at jpobst.com>
2007-10-09 Jonathan Pobst <monkey at jpobst.com>
2007-10-09 Jonathan Pobst <monkey at jpobst.com>
2007-10-09 Jonathan Pobst <monkey at jpobst.com>
2007-10-11 Jonathan Pobst <monkey at jpobst.com>
2007-10-11 Jonathan Pobst <monkey at jpobst.com>
2007-10-12 Jonathan Pobst <monkey at jpobst.com>
2007-10-12 Jonathan Pobst <monkey at jpobst.com>
2007-10-12 Jonathan Pobst <monkey at jpobst.com>
2007-10-15 Jonathan Pobst <monkey at jpobst.com>
2007-10-15 Jonathan Pobst <monkey at jpobst.com>
2007-10-15 Jonathan Pobst <monkey at jpobst.com>
2007-10-15 Jonathan Pobst <monkey at jpobst.com>
2007-10-16 Jonathan Pobst <monkey at jpobst.com>
2007-10-16 Jonathan Pobst <monkey at jpobst.com>
2007-10-17 Jonathan Pobst <monkey at jpobst.com>
2007-10-17 Jonathan Pobst <monkey at jpobst.com>
2007-10-17 Jonathan Pobst <monkey at jpobst>
2007-10-17 Jonathan Pobst <monkey at jpobst.com>
2007-10-19 Jonathan Pobst <monkey at jpobst.com>
2007-10-22 Jonathan Pobst <monkey at jpobst.com>
2007-10-24 Jonathan Pobst <monkey at jpobst.com>
2007-10-24 Jonathan Pobst <monkey at jpobst.com>
2007-10-24 Jonathan Pobst <monkey at jpobst.com>
2007-10-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-29 Jonathan Pobst <monkey at jpobst.com>
2007-10-30 Jonathan Pobst <monkey at jpobst.com>
2007-10-30 Jonathan Pobst <monkey at jpobst.com>
2007-10-31 Jonathan Pobst <monkey at jpobst.com>
2007-11-01 Jonathan Pobst <monkey at jpobst.com>
2007-11-01 Jonathan Pobst <monkey at jpobst.com>
2007-11-02 Jonathan Pobst <monkey at jpobst.com>
2007-11-02 Jonathan Pobst <monkey at jpobst.com>
2007-11-06 Jonathan Pobst <monkey at Jpobst.com>
2007-11-07 Jonathan Pobst <monkey at jpobst.com>
2007-11-09 Jonathan Pobst <monkey at jpobst.com>
2007-11-09 Jonathan Pobst <monkey at jpobst.com>
2007-11-13 Jonathan Pobst <monkey at jpobst.com>
2007-11-13 Jonathan Pobst <monkey at jpobst.com>
2007-11-14 Jonathan Pobst <monkey at jpobst.com>
2007-11-14 Jonathan Pobst <monkey at jpobst.com>
2007-11-14 Jonathan Pobst <monkey at jpobst.com>
2007-11-15 Jonathan Pobst <monkey at jpobst.com>
2007-11-15 Jonathan Pobst <monkey at jpobst.com>
2007-11-15 Jonathan Pobst <monkey at jpobst.com>
2007-11-16 Jonathan Pobst <monkey at jpobst.com>
2007-11-16 Jonathan Pobst <monkey at jpobst.com>
2007-11-17 Jonathan Pobst <monkey at jpobst.com>
2007-11-17 Jonathan Pobst <monkey at jpobst.com>
2007-11-19 Jonathan Pobst <monkey at jpobst.com>
2007-11-19 Jonathan Pobst <monkey at jpobst.com>
2007-11-20 Jonathan Pobst <monkey at jpobst.com>
2007-12-02 Jonathan Pobst <monkey at jpobst.com>
2007-12-02 Jonathan Pobst <monkey at jpobst.com>
2007-12-03 Jonathan Pobst <monkey at jpobst.com>
2007-12-03 Jonathan Pobst <monkey at jpobst.com>
2007-12-03 Jonathan Pobst <monkey at jpobst.com>
Revert r90735 so the MWF tests build again. Will email the author with the corrections needed.
2007-12-07 Jonathan Pobst <monkey at jpobst.com>
2007-12-07 Jonathan Pobst <monkey at jpobst.com>
2007-12-10 Jonathan Pobst <monkey at jpobst.com>
2007-12-10 Jonathan Pobst <monkey at jpobst.com>
2007-12-10 Jonathan Pobst <monkey at jpobst.com>
2007-12-10 Jonathan Pobst <monkey at jpobst.com>
Don't use Unicode encoding.
2007-12-11 Jonathan Pobst <monkey at jpobst.com>
2007-12-13 Jonathan Pobst <monkey at jpobst.com>
2007-12-13 Jonathan Pobst <monkey at jpobst.com>
2007-12-14 Jonathan Pobst <monkey at jpobst.com>
2007-12-16 Jonathan Pobst <monkey at jpobst.com>
2007-12-17 Jonathan Pobst <monkey at jpobst.com>
2007-12-17 Jonathan Pobst <monkey at jpobst.com>
2007-12-17 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-19 Jonathan Pobst <monkey at jpobst.com>
2007-12-20 Jonathan Pobst <monkey at jpobst.com>
Revert r91713. It breaks MonoTests.System.Windows.Forms.RichTextBoxTest.SelectionFontTest : A1.
2007-12-27 Jonathan Pobst <monkey at jpobst.com>
2007-12-27 Jonathan Pobst <monkey at jpobst.com>
2007-12-28 Jonathan Pobst <monkey at jpobst.com>
2007-12-28 Jonathan Pobst <monkey at jpobst.com>
2007-12-28 Jonathan Pobst <monkey at jpobst.com>
2007-12-28 Jonathan Pobst <monkey at jpobst.com>
2008-01-03 Jonathan Pobst <monkey at jpobst.com>
2008-01-03 Jonathan Pobst <monkey at jpobst.com>
2008-01-03 Jonathan Pobst <monkey at jpobst.com>
2008-01-03 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-05 Jonathan Pobst <monkey at jpobst.com>
2008-01-06 Jonathan Pobst <monkey at jpobst.com>
2008-01-07 Jonathan Pobst <monkey at jpobst.com>
2008-01-08 Jonathan Pobst <monkey at jpobst.com>
2008-01-09 Jonathan Pobst <monkey at jpobst.com>
2008-01-09 Jonathan Pobst <monkey at jpobst.com>
2008-01-10 Jonathan Pobst <monkey at jpobst.com>
2008-01-10 Jonathan Pobst <monkey at jpobst.com>
2008-01-10 Jonathan Pobst <monkey at jpobst.com>
2008-01-10 Jonathan Pobst <monkey at jpobst.com>
2008-01-11 Jonathan Pobst <monkey at jpobst.com>
2008-01-14 Jonathan Pobst <monkey at jpobst.com>
2008-01-14 Jonathan Pobst <monkey at jpobst.com>
2008-01-14 Jonathan Pobst <monkey at jpobst.com>
2008-01-14 Jonathan Pobst <monkey at jpobst.com>
2008-01-15 Jonathan Pobst <monkey at jpobst.com>
2008-01-15 Jonathan Pobst <monkey at jpobst.com>
2008-01-16 Jonathan Pobst <monkey at jpobst.com>
2008-01-17 Jonathan Pobst <monkey at jpobst.com>
2008-01-17 Jonathan Pobst <monkey at jpobst.com>
2008-01-18 Jonathan Pobst <monkey at jpobst.com>
Remove an errant category.
2008-01-18 Jonathan Pobst <monkey at jpobst.com>
2008-01-21 Jonathan Pobst <monkey at jpobst.com>
2008-01-22 Jonathan Pobst <monkey at jpobst.com>
2008-01-22 Jonathan Pobst <monkey at jpobst.com>
2008-01-22 Jonathan Pobst <monkey at jpobst.com>
2008-01-22 Jonathan Pobst <monkey at jpobst.com>
2008-01-22 Jonathan Pobst <monkey at jpobst.com>
2008-01-23 Jonathan Pobst <monkey at jpobst.com>
2008-01-23 Jonathan Pobst <monkey at jpobst.com>
2008-01-23 Jonathan Pobst <monkey at jpobst.com>
2008-01-24 Jonatham Pobst <monkey at jpobst.com>
2008-01-24 Jonathan Pobst <monkey at jpobst.com>
Try to make test not font size dependent.
2008-01-28 Jonathan Pobst <monkey at jpobst.com>
wrap previous commit if NET_2_0, fixes build
2008-01-28 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-29 Jonathan Pobst <monkey at jpobst.com>
2008-01-30 Jonathan Pobst <monkey at jpobst.com>
2008-01-31 Jonathan Pobst <monkey at jpobst.com>
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
remove some debugging spew
2008-02-01 Jonathan Pobst <monkey at jpobst.com>
2008-02-03 Jonathan Pobst <monkey at jpobst.com>
2008-02-03 Jonathan Pobst <monkey at jpobst.com>
2008-02-03 Jonathan Pobst <monkey at jpobst.com>
2008-02-03 Jonathan Pobst <monkey at jpobst.com>
2008-02-03 Jonathan Pobst <monkey at jpobst.com>
2008-02-05 Jonathan Pobst <monkey at jpobst.com>
2008-02-06 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-07 Jonathan Pobst <monkey at jpobst.com>
2008-02-08 Jonathan Pobst <monkey at jpobst.com>
2008-02-08 Jonathan Pobst <monkey at jpobst.com>
2008-02-08 Jonathan Pobst <monkey at jpobst.com>
2008-02-08 Jonathan Pobst <monkey at jpobst.com>
use Show, and ShowInTaskbar = false
Try Dpi instead of Font to see if it fixes buildbot.
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
Add some debugging info.
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
2008-02-19 Jonathan Pobst <monkey at jpobst.com>
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
svn path=/trunk/mcs/; revision=96271
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
2008-02-20 Jonathan Pobst <monkey at jpobst.com>
changelog typo
2008-02-21 Jonathan Pobst <monkey at jpobst.com>
2008-02-21 Jonathan Pobst <monkey at jpobst.com>
2008-02-21 Jonathan Pobst <monkey at jpobst.com>
2008-02-21 Jonathan Pobst <monkey at jpobst.com>
2008-02-21 Jonathan Pobst <monkey at jpobst.com>
2008-02-22 Jonathan Pobst <monkey at jpobst.com>
2008-02-25 Jonathan Pobst <monkey at jpobst.com>
2008-02-25 Jonathan Pobst <monkey at jpobst.com>
2008-02-26 Jonathan Pobst <monkey at jpobst.com>
2008-02-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-03 Jonathan Pobst <monkey at jpobst.com>
2008-03-04 Jonathan Pobst <monkey at jpobst.com>
2008-03-05 Jonathan Pobst <monkey at jpobst.com>
2008-03-05 Jonathan Pobst <monkey at jpobst.com>
2008-03-05 Jonathan Pobst <monkey at jpobst.com>
2008-03-05 Jonathan Pobst <monkey at jpobst.com>
2008-03-06 Jonathan Pobst <monkey at jpobst.com>
Forgot a file.
2008-03-06 Jonathan Pobst <monkey at jpobst.com>
2008-03-06 Jonathan Pobst <monkey at jpobst.com>
2008-03-06 Jonathan Pobst <monkey at jpobst.com>
2008-03-06 Jonathan Pobst <monkey at jpobst.com>
2008-03-11 Jonathan Pobst <monkey at jpobst.com>
2008-03-11 Jonathan Pobst <monkey at jpobst.com>
2008-03-11 Jonathan Pobst <monkey at jpobst.com>
2008-03-11 Jonathan Pobst <monkey at jpobst.com>
2008-03-12 Jonathan Pobst <monkey at jpobst.com>
2008-03-12 Jonathan Pobst <monkey at jpobst.com>
2008-03-12 Jonathan Pobst <monkey at jpobst.com>
2008-03-13 Jonathan Pobst <monkey at jpobst.com>
2008-03-13 Jonathan Pobst <monkey at jpobst.com>
2008-03-13 Jonathan Pobst <monkey at jpobst.com>
2008-03-14 Jonathan Pobst <monkey at jpobst.com>
2008-03-14 Jonathan Pobst <monkey at jpobst.com>
2008-03-15 Jonathan Pobst <monkey at jpobst.com>
2008-03-16 Jonathan Pobst <monkey at jpobst.com>
2008-03-16 Jonathan Pobst <monkey at jpobst.com>
2008-03-16 Jonathan Pobst <monkey at jpobst.com>
2008-03-19 Jonathan Pobst <monkey at jpobst.com>
2008-03-19 Jonathan Pobst <monkey at jpobst.com>
2008-03-20 Jonathan Pobst <monkey at jpobst.com>
2008-03-20 Jonathan Pobst <monkey at jpobst.com>
2008-03-21 Jonathan Pobst <monkey at jpobst.com>
2008-03-21 Jonathan Pobst <monkey at jpobst.com>
2008-03-21 Jonathan Pobst <monkey at jpobst.com>
2008-03-21 Jonathan Pobst <monkey at jpobst.com>
2008-03-22 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-24 Jonathan Pobst <monkey at jpobst.com>
2008-03-25 Jonathan Pobst <monkey at jpobst.com>
2008-03-25 Jonathan Pobst <monkey at jpobst.com>
2008-03-25 Jonathan Pobst <monkey at jpobst.com>
2008-03-25 Jonathan Pobst <monkey at jpobst.com>
2008-03-26 Jonathan Pobst <monkey at jpobst.com>
2008-03-26 Jonathan Pobst <monkey at jpobst.com>
2008-03-26 Jonathan Pobst <monkey at jpobst.com>
2008-03-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-27 Jonathan Pobst <monkey at jpobst.com>
2008-03-28 Jonathan Pobst <monkey at jpobst.com>
2008-03-28 Jonathan Pobst <monkey at jpobst.com>
2008-03-28 Jonathan Pobst <monkey at jpobst.com>
2008-03-28 Jonathan Pobst <monkey at jpobst.com>
2008-03-28 Jonathan Pobst <monkey at jpobst.com>
2008-03-31 Jonathan Pobst <monkey at jpobst.com>
2008-04-01 Jonathan Pobst <monkey at jpobst.com>
2008-04-01 Jonathan Pobst <monkey at jpobst.com>
2008-04-01 Jonathan Pobst <monkey at jpobst.com>
2008-04-02 Jonathan Pobst <monkey at jpobst.com>
2008-04-02 Jonathan Pobst <monkey at jpobst.com>
Forgot to disable the font dependent tests before committing.
2008-04-03 Jonathan Pobst <monkey at jpobst.com>
2008-04-03 Jonathan Pobst <monkey at jpobst.com>
2008-04-03 Jonathan Pobst <monkey at jpobst.com>
2008-04-03 Jonathan Pobst <monkey at jpobst.com>
2008-04-04 Jonathan Pobst <monkey at jpobst.com>
2008-04-07 Jonathan Pobst <monkey at jpobst.com>
2008-04-07 Jonathan Pobst <monkey at jpobst.com>
2008-04-07 Jonathan Pobst <monkey at jpobst.com>
2008-04-08 Jonathan Pobst <monkey at jpobst.com>
2008-04-08 Jonathan Pobst <monkey at jpobst.com>
2008-04-08 Jonathan Pobst <monkey at jpobst.com>
2008-04-09 Jonathan Pobst <monkey at jpobst.com>
2008-04-09 Jonathan Pobst <monkey at jpobst.com>
2008-04-09 Jonathan Pobst <monkey at jpobst.com>
2008-04-09 Jonathan Pobst <monkey at jpobst.com>
2008-04-09 Jonathan Pobst <monkey at jpobst.com>
2008-04-10 Jonathan Pobst <monkey at jpobst.com>
2008-04-10 Jonathan Pobst <monkey at jpobst.com>
2008-04-10 Jonathan Pobst <monkey at jpobst.com>
2008-04-11 Jonathan Pobst <monkey at jpobst.com>
2008-04-11 Jonathan Pobst <monkey at jpobst.com>
2008-04-11 Jonathan Pobst <monkey at jpobst.com>
2008-04-14 Jonathan Pobst <monkey at jpobst.com>
2008-04-15 Jonathan Pobst <monkey at jpobst.com>
2008-04-16 Jonathan Pobst <monkey at jpobst.com>
2008-04-16 Jonathan Pobst <monkey at jpobst.com>
2008-04-16 Jonathan Pobst <monkey at jpobst.com>
2008-04-18 Jonathan Pobst <monkey at jpobst.com>
2008-04-21 Jonathan Pobst <monkey at jpobst.com>
2008-04-21 Jonathan Pobst <monkey at jpobst.com>
2008-04-21 Jonathan Pobst <monkey at jpobst.com>
2008-04-21 Jonathan Pobst <monkey at jpobst.com>
2008-04-21 Jonathan Pobst <monkey at jpobst.com>
Reign in a stray closing brace.
2008-04-22 Jonathan Pobst <monkey at jpobst.com>
2008-04-22 Jonathan Pobst <monkey at jpobst.com>
RichTextBoxTest.cs: Comment out a SendKeys to see if it fixes a test.
2008-04-22 Jonathan Pobst <monkey at jpobst.com>
2008-04-22 Jonathan Pobst <monkey at jpobst.com>
2008-04-23 Jonathan Pobst <monkey at jpobst.com>
2008-04-23 Jonathan Pobst <monkey at jpobst.com>
2008-04-24 Jonathan Pobst <monkey at jpobst.com>
2008-04-24 Jonathan Pobst <monkey at jpobst.com>
2008-04-24 Jonathan Pobst <monkey at jpobst.com>
Cursor.cs: Remove MonoTODO.
2008-04-28 Jonathan Pobst <monkey at jpobst.com>
2008-04-28 Jonathan Pobst <monkey at jpobst.com>
2008-04-28 Jonathan Pobst <monkey at jpobst.com>
2008-04-29 Jonathan Pobst <monkey at jpobst.com>
2008-04-30 Jonathan Pobst <monkey at jpobst.com>
2008-04-30 Jonathan Pobst <monkey at jpobst.com>
2008-04-30 Jonathan Pobst <monkey at jpobst.com>
2008-05-01 Jonathan Pobst <monkey at jpobst.com>
2008-05-01 Jonathan Pobst <monkey at jpobst.com>
2008-05-01 Jonathan Pobst <monkey at jpobst.com>
2008-05-01 Jonathan Pobst <monkey at jpobst.com>
2008-05-01 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
DataObject.cs: explicitly implement
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-02 Jonathan Pobst <monkey at jpobst.com>
2008-05-05 Jonathan Pobst <monkey at jpobst.com>
2008-05-05 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-06 Jonathan Pobst <monkey at jpobst.com>
2008-05-07 Jonathan Pobst <monkey at jpobst.com>
2008-05-07 Jonathan Pobst <monkey at jpobst.com>
2008-05-08 Jonathan Pobst <monkey at jpobst.com>
2008-05-08 Jonathan Pobst <monkey at jpobst.com>
2008-05-08 Jonathan Pobst <monkey at jpobst.com>
2008-05-09 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-12 Jonathan Pobst <monkey at jpobst.com>
2008-05-13 Jonathan Pobst <monkey at jpobst.com>
2008-05-13 Jonathan Pobst <monkey at jpobst.com>
2008-05-14 Jonathan Pobst <monkey at jpobst.com>
2008-05-14 Jonathan Pobst <monkey at jpobst.com>
2008-05-14 Jonathan Pobst <monkey at jpobst.com>
2008-05-14 Jonathan Pobst <monkey at jpobst.com>
2008-05-15 Jonathan Pobst <monkey at jpobst.com>
2008-05-15 Jonathan Pobst <monkey at jpobst.com>
2008-05-15 Jonathan Pobst <monkey at jpobst.com>
2008-05-15 Jonathan Pobst <monkey at jpobst.com>
2008-05-19 Jonathan Pobst <monkey at jpobst.com>
2008-05-19 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-20 Jonathan Pobst <monkey at jpobst.com>
2008-05-21 Jonathan Pobst <monkey at jpobst.com>
2008-05-21 Jonathan Pobst <monkey at jpobst.com>
2008-05-21 Jonathan Pobst <monkey at jpobst.com>
2008-05-21 Jonathan Pobst <monkey at jpobst.com>
2008-05-22 Jonathan Pobst <monkey at jpobst.com>
2008-05-23 Jonathan Pobst <monkey at jpobst.com>
2008-05-27 Jonathan Pobst <monkey at jpobst.com>
2008-05-28 Jonathan Pobst <monkey at jpobst.com>
2008-05-29 Jonathan Pobst <monkey at jpobst.com>
2008-05-29 Jonathan Pobst <monkey at jpobst.com>
2008-06-02 Jonathan Pobst <monkey at jpobst.com>
2008-06-02 Jonathan Pobst <monkey at jpobst.com>
2008-06-02 Jonathan Pobst <monkey at jpobst.com>
2008-06-03 Jonathan Pobst <monkey at jpobst.com>
2008-06-05 Jonathan Pobst <monkey at jpobst.com>
2008-06-05 Jonathan Pobst <monkey at jpobst.com>
2008-06-05 Jonathan Pobst <monkey at jpobst.com>
2008-06-06 Jonathan Pobst <monkey at jpobst.com>
2008-06-06 Jonathan Pobst <monkey at jpobst.com>
2008-06-09 Jonathan Pobst <monkey at jpobst.com>
2008-06-09 Jonathan Pobst <monkey at jpobst.com>
2008-06-09 Jonathan Pobst <monkey at jpobst.com>
2008-06-10 Jonathan Pobst <monkey at jpobst.com>
2008-06-10 Jonathan Pobst <monkey at jpobst.com>
2008-06-11 Jonathan Pobst <monkey at jpobst.com>
2008-06-11 Jonathan Pobst <monkey at jpobst.com>
2008-06-11 Jonathan Pobst <monkey at jpobst.com>
2008-06-11 Jonathan Pobst <monkey at jpobst.com>
2008-06-11 Jonathan Pobst <monkey at jpobst.com>
2008-06-12 Jonathan Pobst <monkey at jpobst.com>
2008-06-12 Jonathan Pobst <monkey at jpobst.com>
2008-06-13 Jonathan Pobst <monkey at jpobst.com>
2008-06-13 Jonathan Pobst <monkey at jpobst.com>
2008-06-13 Jonathan Pobst <monkey at jpobst.com>
2008-06-16 Jonathan Pobst <monkey at jpobst.com>
2008-06-18 Jonathan Pobst <monkey at jpobst.com>
2008-06-20 Jonathan Pobst <monkey at jpobst.com>
2008-06-23 Jonathan Pobst <monkey at jpobst.com>
2008-06-25 Jonathan Pobst <monkey at jpobst.com>
2008-06-30 Jonathan Pobst <monkey at jpobst.com>
2008-07-02 Jonathan Pobst <monkey at jpobst.com>
2008-07-02 Andy Hume <andyhume32 at yahoo dot co dot uk>
2008-07-02 Jonathan Pobst <monkey at jpobst.com>
2008-07-03 Jonathan Pobst <monkey at jpobst.com>
2008-07-03 Jonathan Pobst <monkey at jpobst.com>
2008-07-03 Jonathan Pobst <monkey at jpobst.com>
2008-07-03 Jonathan Pobst <monkey at jpobst.com>
2008-07-03 Jonathan Pobst <monkey at jpobst.com>
2008-07-04 Jonathan Pobst <monkey at jpobst.com>
2008-07-07 Jonathan Pobst <monkey at jpobst.com>
2008-07-07 Jonathan Pobst <monkey at jpobst.com>
2008-07-07 Jonathan Pobst <monkey at jpobst.com>
2008-07-08 Jonathan Pobst <monkey at jpobst.com>
2008-07-09 Jonathan Pobst <monkey at jpobst.com>
2008-07-10 Jonathan Pobst <monkey at jpobst.com>
2008-07-10 Jonathan Pobst <monkey at jpobst.com>
2008-07-10 Jonathan Pobst <monkey at jpobst.com>
2008-07-10 Jonathan Pobst <monkey at jpobst.com>
2008-07-10 Jonathan Pobst <monkey at jpobst.com>
2008-07-11 Jonathan Pobst <monkey at jpobst.com>
2008-07-11 Jonathan Pobst <monkey at jpobst.com>
2008-07-14 Jonathan Pobst <monkey at jpobst.com>
2008-07-14 Jonathan Pobst <monkey at jpobst.com>
2008-07-14 Jonathan Pobst <monkey at jpobst.com>
2008-07-14 Jonathan Pobst <monkey at jpobst.com>
2008-07-15 Jonathan Pobst <monkey at jpobst.com>
2008-07-16 Jonathan Pobst <monkey at jpobst.com>
2008-07-16 Jonathan Pobst <monkey at jpobst.com>
Add MonoTODO to VirtualMode.
2008-07-25 Jonathan Pobst <monkey at jpobst.com>
2008-07-28 Jonathan Pobst <monkey at jpobst.com>
2008-07-29 Jonathan Pobst <monkey at jpobst.com>
2008-07-29 Jonathan Pobst <monkey at jpobst.com>
2008-07-31 Jonathan Pobst <monkey at jpobst.com>
2008-07-31 Jonathan Pobst <monkey at jpobst.com>
2008-07-31 Jonathan Pobst <monkey at jpobst.com>
2008-08-01 Jonathan Pobst <monkey at jpobst.com>
2008-08-08 Jonathan Pobst <monkey at jpobst.com>
2008-08-18 Jonathan Pobst <monkey at jpobst.com>
2008-08-18 Jonathan Pobst <monkey at jpobst.com>
2008-08-18 Jonathan Pobst <monkey at jpobst.com>
2008-08-19 Jonathan Pobst <monkey at jpobst.com>
2008-08-19 Jonathan Pobst <monkey at jpobst.com>
2008-08-19 Jonathan Pobst <monkey at jpobst.com>
2008-08-20 Jonathan Pobst <monkey at jpobst.com>
2008-08-26 Jonathan Pobst <monkey at jpobst.com>
2008-08-27 Jonathan Pobst <monkey at jpobst.com>
2008-08-27 Jonathan Pobst <monkey at jpobst.com>
2008-09-02 Jonathan Pobst <monkey at jpobst.com>
2008-09-03 Jonathan Pobst <monkey at jpobst.com>
restore accidental ChangeLog entry deletion
2008-09-04 Jonathan Pobst <monkey at jpobst.com>
2008-09-04 Jonathan Pobst <monkey at jpobst.com>
2008-09-04 Jonathan Pobst <monkey at jpobst.com>
2008-09-05 Jonathan Pobst <monkey at jpobst.com>
2008-09-05 Jonathan Pobst <monkey at jpobst.com>
fix mwf 1.1 tests build
2008-09-08 Jonathan Pobst <monkey at jpobst.com>
2008-09-08 Jonathan Pobst <monkey at jpobst.com>
2008-09-08 Jonathan Pobst <monkey at jpobst.com>
2008-09-08 Jonathan Pobst <monkey at jpobst.com>
2008-09-09 Jonathan Pobst <monkey at jpobst.com>
2008-09-10 Jonathan Pobst <monkey at jpobst.com>
2008-09-10 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-11 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-12 Jonathan Pobst <monkey at jpobst.com>
2008-09-15 Jonathan Pobst <monkey at jpobst.com>
2008-09-15 Jonathan Pobst <monkey at jpobst.com>
2008-09-15 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
fix 1.1 build
fix typo
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-16 Jonathan Pobst <monkey at jpobst.com>
2008-09-22 Jonathan Pobst <monkey at jpobst.com>
2008-09-23 Jonathan Pobst <monkey at jpobst.com>
2008-09-23 Jonathan Pobst <monkey at jpobst.com>
2008-09-23 Jonathan Pobst <monkey at jpobst.com>
fix 1.1 build
2008-09-23 Jonathan Pobst <monkey at jpobst.com>
2008-09-24 Jonathan Pobst <monkey at jpobst.com>
2008-09-24 Jonathan Pobst <monkey at jpobst.com>
2008-09-24 Jonathan Pobst <monkey at jpobst.com>
2008-09-24 Jonathan Pobst <monkey at jpobst.com>
2008-09-27 Jonathan Pobst <monkey at jpobst.com>
2008-09-27 Jonathan Pobst <monkey at jpobst.com>
2008-09-29 Jonathan Pobst <monkey at jpobst.com>
2008-09-29 Jonathan Pobst <monkey at jpobst.com>
2008-09-30 Jonathan Pobst <monkey at jpobst.com>
2008-09-30 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-01 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-02 Jonathan Pobst <monkey at jpobst.com>
2008-10-06 Jonathan Pobst <monkey at jpobst.com>
revert accidental commits
2008-10-06 Jonathan Pobst <monkey at jpobst.com>
2008-10-06 Jonathan Pobst <monkey at jpobst.com>
2008-10-06 Jonathan Pobst <monkey at jpobst.com>
2008-10-07 Jonathan Pobst <monkey at jpobst.com>
2008-10-08 Jonathan Pobst <monkey at jpobst.com>
2008-10-08 Jonathan Pobst <monkey at jpobst.com>
2008-10-13 Jonathan Pobst <monkey at jpobst.com>
2008-10-14 Jonathan Pobst <monkey at jpobst.com>
2008-10-15 Jonathan Pobst <monkey at jpobst.com>
2008-10-15 Jonathan Pobst <monkey at jpobst.com>
2008-10-16 Jonathan Pobst <monkey at jpobst.com>
2008-10-16 Jonathan Pobst <monkey at jpobst.com>
2008-10-16 Jonathan Pobst <monkey at jpobst.com>
2008-10-16 Jonathan Pobst <monkey at jpobst.com>
2008-10-16 Jonathan Pobst <monkey at jpobst.com>
2008-10-17 Jonathan Pobst <monkey at jpobst.com>
2008-10-17 Jonathan Pobst <monkey at jpobst.com>
2008-10-20 Jonathan Pobst <monkey at jpobst.com>
2008-10-21 Jonathan Pobst <monkey at jpobst.com>
2008-10-21 Jonathan Pobst <monkey at jpobst.com>
2008-10-24 Jonathan Pobst <monkey at jpobst.com>
2008-10-24 Jonathan Pobst <monkey at jpobst.com>
fix the build, missing #if NET_2_0
2008-11-03 Jonathan Pobst <monkey at jpobst.com>
2008-11-03 Jonathan Pobst <monkey at jpobst.com>
2008-11-03 Jonathan Pobst <monkey at jpobst.com>
2008-11-04 Jonathan Pobst <monkey at jpobst.com>
2008-11-05 Jonathan Pobst <monkey at jpobst.com>
2008-11-06 Jonathan Pobst <monkey at jpobst.com>
2008-11-07 Jonathan Pobst <monkey at jpobst.com>
make test 2.0 only to fix build
2008-11-10 Jonathan Pobst <monkey at jpobst.com>
2008-11-10 Jonathan Pobst <monkey at jpobst.com>
2008-11-11 Jonathan Pobst <monkey at jpobst.com>
2008-11-11 Jonathan Pobst <monkey at jpobst.com>
2008-11-12 Jonathan Pobst <monkey at jpobst.com>
2008-11-17 Jonathan Pobst <monkey at jpobst.com>
2008-11-17 Jonathan Pobst <monkey at jpobst.com>
2008-11-18 Jonathan Pobst <monkey at jpobst.com>
2008-11-20 Jonathan Pobst <monkey at jpobst.com>
2008-11-20 Jonathan Pobst <monkey at jpobst.com>
2008-11-20 Jonathan Pobst <monkey at jpobst.com>
2008-11-20 Jonathan Pobst <monkey at jpobst.com>
2008-11-21 Jonathan Pobst <monkey at jpobst.com>
2008-11-24 Jonathan Pobst <monkey at jpobst.com>
2008-11-23 Jonathan Pobst <monkey at jpobst.com>
2008-11-24 Jonathan Pobst <monkey at jpobst.com>
2008-11-24 Jonathan Pobst <monkey at jpobst.com>
2008-12-02 Jonathan Pobst <monkey at jpobst.com>
Change exit code to number of tests failed instead of hardcoded zero.
2008-12-17 Bill Holmes <billholmes54 at gmail.com>
fix 1.1 build
Backport Ivan's patch to 2.2.
2008-12-22 Jonathan Pobst <monkey at jpobst.com>
2008-12-23 Jonathan Pobst <monkey at jpobst.com>
2008-12-30 Jonathan Pobst <monkey at jpobst.com>
Fix tests.
fix build
2009-01-05 Jonathan Pobst <monkey at jpobst.com>
2009-01-16 Jonathan Pobst <monkey at jpobst.com>
2009-01-23 Jonathan Pobst <monkey at jpobst.com>
2009-02-03 Jonathan Pobst <monkey at jpobst.com>
2009-02-04 Jonathan Pobst <monkey at jpobst.com>
2009-02-19 Jonathan Pobst <monkey at jpobst.com>
2009-03-04 Jonathan Pobst <monkey at jpobst.com>
2009-03-05 Jonathan Pobst <monkey at jpobst.com>
2009-03-06 Jonathan Pobst <monkey at jpobst.com>
2009-03-06 Jonathan Pobst <monkey at jpobst.com>
2009-03-06 Jonathan Pobst <monkey at jpobst.com>
2009-03-18 Jonathan Pobst <monkey at jpobst.com>
Clean up MonoTodo messages.
2009-05-18 Jonathan Pobst <monkey at jpobst.com>
2009-05-18 Tom Hindle <tom_hindle at sil.org>
2009-06-17 Jonathan Pobst <monkey at jpobst.com>
2009-06-18 Jonathan Pobst <monkey at jpobst.com>
- Fix the msvc build for the zlib changes in r138254.
- Fix System tests build. (There were two tests named Split_InvalidCount.)
2009-09-14 Tom Hindle <tom_hindle at sil.org>
2009-09-26 Jonathan Pobst <monkey at jpobst.com>
- Try to fix the msvc build.
- Add kumpera's mono-error stuff to hopefully fix the build.
2009-10-23 Jonathan Pobst <monkey at jpobst.com>
2009-10-29 Jonathan Pobst <monkey at jpobst.com>
2009-10-29 Jonathan Pobst <monkey at jpobst.com>
rename
2009-10-10 Jonathan Pobst <monkey at jpobst.com>
- Add some [Flags].
- Add "installeronly" tags so the same file can be used for MonkeyBuilder
- win32.xml: Remove obsolete, disabled steps.
- win32.xml: Add details for System.Web resources instead of requiring
2009-12-03 Jonathan Pobst <monkey at jpobst.com>
Build System.Core in our bootstrap phase.
Forgot to flag this as using the installed mono to build.
Build the real System.Core to a temp directory and then move it, or
Disable building RabbitMQ for now until the new generated-on-the-fly stuff
2010-01-15 Jonathan Pobst <monkey at jpobst.com>
2010-01-15 Jonathan Pobst <monkey at jpobst.com>
2010-01-15 Jonathan Pobst <monkey at jpobst.com>
Add xdebug.c to fix msvc build.
2010-01-21 Jonathan Pobst <monkey at jpobst.com>
2010-01-21 Jonathan Pobst <monkey at jpobst.com>
2010-01-21 Jonathan Pobst <monkey at jpobst.com>
2010-02-03 Jonathan Pobst <monkey at jpobst.com>
2010-02-03 Jonathan Pobst <monkey at jpobst.com>
Remove files that have colons in them to fix SVN for Windows users.
2010-02-08 Jonathan Pobst <monkey at jpobst.com>
2010-02-11 Jonathan Pobst <monkey at jpobst.com>
Track libraries removed from trunk for MonkeyBuilder.
Track libraries removed from trunk for MonkeyBuilder.
Track libraries removed from trunk for MonkeyBuilder.
fix msvc build.
fix msvc build.
fix msvc build.
fix msvc build.
fix msvc build.
Add System.Core reference to Microsoft.Build.Engine. Fix msvc build.
Add Mono.Debugger.Soft to MonkeyBuilder.
Remove unused var and declare variables first to fix msvc build.
Set eol:native.
2010-04-23 Jonathan Pobst <monkey at jpobst.com>
See if this fixes System.Web for the msvc build.
See if this fixes System.Web for the msvc build.
Fix some warnings and typos to fix the windows build.
Fix msvc build.
Declare variables first, to fix msvc build.
Fix msvc build.
2010-06-19 Jonathan Pobst <monkey at jpobst.com>
2010-06-19 Jonathan Pobst <monkey at jpobst.com>
Fix warning, which fixes msvc build.
Normalize line endings.
Merge branch 'master' of github.com:mono/mono
Merge branch 'master' of github.com:mono/mono
Merge branch 'master' of github.com:mono/mono
Commit some stuff I had implemented in my SVN tree.
Move line inside if () to fix 2 tests.
Fix some broken tests that check for assembly version 2.0.0.0 on the 4.0 profile.
Reverse #elif check since 4.0 profile defines NET_2_0. Fixes broken test.
Build 'eglib' in the Win32|Release profile.
Remove obsolete files from MSVC build.
All the other vcxproj files seem to be build to $(Platform) instead of $(Platform)_$(Configuration), so make this one match.
Escape SKEL_DIRECTORY define.
Do previous SKEL_DIRECTORY change for Release profile as well.
mono.dll -> mono-2.0.dll
Update for moving \mcs to \mono\mcs.
Add __default_codegen__ define to fix the msvc build.
Add __default_codegen__ to *all* msvc profiles.
Jonathan Pryor (921):
*** empty log message ***
Add NUnit test case for System.Diagnostics.Trace support
Fixed stupid stack overflow bug. My bad.
Implement log file support.
Recent Changes.
Removed extraneous output; it only existed to help with debugging the Stack
Recent updates.
Added System.Diagnostics tests, as they work now.
Added myself to list of maintainers.
Updated status of some System.Diagnostics classes.
Added 'Debugger.cs', which is used by 'DefaultTraceListener'.
The 'Debugger' class (1) already exists (in the corlib assembly), and
Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging()
* TraceListenerCollection.cs: Corrected indexer property to provide the
Moved public API documentation from source code into the appropriate XML
Moved public API documentation from the source files into the
Implement MONO_TRACE support.
Add documentation regarding MONO_TRACE.
Update `class.xml' to include all of the classes currently in
* EntryWrittenEventArgs.cs: Implemented
* class.xml: Added entries for the following classes from System.Diagnostics:
* ICollectData.cs: Implemented
D'oh! I forgot to save `ChangeLog' before committing it....
* TraceTest.cs: Added additional test cases.
* CounterCreationData.cs: Implemented
Updates.
* ChangeLog: Updated
Added new assembly (System.Configuration.Install.dll).
Added new assembly to build, System.Configurations.Install.dll.
* ResourcePermissionBase.cs: Stubbed out
Added new tool to the CVS repository, type-reflector.
* ChangeLog: Updated for type-reflector
* Enum.cs: Fixed Enum.Format so that the "x" format specifier would work
See ChangeLog for details.
* EnumTest.cs:
Get rid of silly compiler warning about unreachable code.
Implemented better attribute support for C# output.
Almost completely new design.
Changelog: Update
Allow configuration settings to be removed. Previously, if you tried to
Implement DiagnosticsConfigurationHandler, so that .config files can contain
Add <system.diagnostics/> to the available .config file sections.
Reformat to comply with Mono coding standards.
Switches (Boolean & Trace) should be working now. Behavior of user-provided
* TraceListener.cs: Make sure that indents are initially written. This allows
IndentLevel and IndentSize shouldn't be hardcoded; they should be set to
DiagnosticsConfigurationHandler.cs:
New/Updated test cases. Fixed TraceTest so that it isn't causing test
Initial patch to use Switches to limit the trace messages that are generated.
I had a week of no internet access, so I had far too much time on my hands.
Remove some trace messages.
NodeFormatter.cs: Change error message to use parens instead of braces and
Lots of changes all over the map. See ChangeLog for details.
Remove dependence upon compiler symbols for GUI support (e.g. HAVE_GUI_GTK,
Provide a passable, if ugly, solution to the question posted to mono-list and
Better namespace partitioning. Instead of having all files in the same
Don't require that types be specified on the command line if the displayer
Allow GUI front-ends to be used by default.
Allow greater control of property generation by derived classes (through
Fix makefile so type-reflector doesn't build when it doesn't need to.
Re-organized the file structure.
Fix the multiple-build problem. Again.
type-reflector is being moved to its own CVS module. Remove it from the build
type-reflector has been moved to its own CVS module. Remove from the mcs
My Afternoon Project. Implement System.IO.IsolatedStorage.
Fix Spelling Error.
Add myself to the Mono Team page.
Added new question: Why not implement SWF on top of Gtk+?
Add my picture to the team page.
Moving to Richmond in a week. Update information.
Add/update FAQ
Add some additional Visual Basic .NET compatibility information, which I
man/mono.1: Add documentation for the MONO_TRACE environment variable.
Integrate Mono.Posix OEE with Mono.
Integrate Mono.Posix OEE with Mono.
* Syscall.cs: Change umount() to use MonoPosixHelper: portability fix for Mac OS X.
Mac OS X and BSD portability fixes. MonoPosixHelper should now cleanly
More Mac OS X portability fixes. On Linux, getgrnam_r & co. return the error
Re-add Catalog.cs to the build. I'm not sure why I removed this...
* configure.in: Add new function/header/type checks for use by
* support/map.c: Remove <poll.h> include. Building on Tigar (Mac OS X 10.4
Portability fixes for Solaris and HP/UX.
* support/errno.c: Only export strerror_r if it's available.
* support/Makefile.am: Add utime.c and sys-time.c to the build.
* Syscall.cs: Export time-related functions (gettimeofday, settimeofday,
* PosixUserInfo.cs: Make the PosixUserInfo(Passwd) constructor public;
* Rename Mono.Posix to Mono.Unix.
+ Lots o' Renames, as the namespace changed.
* Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix.
* Mono.Posix.dll.sources: remove IncludeAttribute and MapAttribute from
* Syscall.cs, UnixConvert.cs: Remove mount- and umount-related
* Makefile.am: Remove sys-mount.c from the build.
* Stdlib.cs: Remove printf(3) and fprintf(3). These are vararg/CDECL
* Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction.cs to the build.
Remove unnecessary Console.WriteLines, comment the class.
* stdio.c: Add fread(3) and fwrite(3) wrappers.
* mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needs
* Syscall.cs: Fix the sys_kill and sys_crypt declarations.
* Stdlib.cs: Add more <stdio.h> wrappers, such as fread(3) and fwrite(3).
* fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3),
* configure.in: Add header & function checks for MonoPosixHelper.
* Makefile.am: Add GLIB_LIBS to the LIBS line, since we require linking
* Stdlib.cs: Add syslog(3) to XPrintfFunctions; Add additional printf(3)
* Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.
* UnixFileSystemInfo.cs: Add a link(2) wrapper, CreateLink(). Strictly
* Syscall.cs: Fix Object.Equals implementations.
* unistd.c: Null-terminate the string returned by readlink(2). This works
* UnixPath.cs: Add check for when symlink points to a full path name.
* UnixPath.cs: Add ReadSymbolicLink(), which takes an intelligent approach
* sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize doesn't exist on OSX;
* Syscall.cs: All syscall_ functions should explicitly specify EntryPoint
* Makefile.am: Add signal.c to the build.
* CdeclFunctions.cs: Remove warning about unused variable.
* signal.c: Mac OS X portability fixes -- it doesn't provide sighandler_t!
* sys-statvfs.c: Further proving that changing code without compiling is
* stdio.c: More wrapper functions. This should complete C89's <stdio.h>
* Stdlib.cs: Implement all C89 <stdio.h> functions except for the scanf(3)
* Stdlib.cs: On miguel's suggestion, rename Sighandler_t to SignalHandler.
* Syscall.cs: Add [Obsolete] to Syscall, letting users know they should
* Stdlib.cs: Don't use C# v2 features; fixes build under CSC.EXE.
* Stdlib.cs, Syscall.cs: Minimize duplicate declarations of
* stdio.c: More wrapper functions. I missed a few macros... This should
* configure.in: Add checks for <fstab.h> and <sys/vfstab.h>.
* fstab.c: Solaris doesn't support getfsent(3), but it provides equivalent
* Syscall.cs: Update endfsent() and setfsent() declarations, as these must
* fstab.c: Remove some sparc compiler warnings.
* mph.h, x-struct-str.c: Add "const" to parameters to remove
* configure.in: Add checks for getdomainname and setdomainname.
* signal.c, stdio.c: Remove "function declaration isn't a prototype" warnings. * unistd.c: Check for presence of gethostname and sethostname.
* Makefile.am: Change build order so that support is built before runtime.
* Makefile.am: Add libnsl to LIBS. Hopefully this will let sparc link.
* Makefile.am: Rewrite. Remove configure-generated warnings about
* stdio.c: Add wrapper for C99's snprintf(3).
* configure.in: Add check for vsnprintf.
* serial.c: HPUX compiler fix.
* Stdlib.cs: Re-order declarations to match the order used in the
Add Unit Tests for Mono.Posix.
* map.c: Fix Win32 build break. Win32 doesn't have all the sys/* headers.
* map.c: Include <config.h> so we can check for PLATFORM_WIN32.
Allow MonoPosixHelper to *actually* compile on Win32. (Thanks to eno on irc.)
* StdioFileStream.cs: Added; System.IO.Stream wrapper for C FILE struct.
* Mono.Posix.dll.sources: Add Mono.Unix/StdioFileStream.cs.
* fstab.c: Add support for HPUX, which uses <checklist.h>.
* configure.in: Add check for <checklist.h>.
* fstab.c: Fix HPUX support. HPUX includes both <fstab.h> and
* Stdlib.cs: Use Stdlib.LIBC instead of "libc".
* Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdlibTest.cs.
* DiagnosticsConfigurationHandler.cs: Make DiagnosticsConfiguration.Settings
* Makefile: Add test-recursive and clean-recursive targets. Test-recursive
Clean-recursive should ignore the return value of `rm'
* make-map.cs: libMonoPosixHelper exports Mono_Posix prefixes, not Mono_Unix
* map.h: Correct Mono_Posix_OpenFlags values (they should now match
* DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
Bring unit tests & mono up-to-date with .NET 1.1. The <system.diagnostics/>
Implement the .NET 1.1 requirement that the
* DiagnosticsConfigurationHandler.cs (DiagnosticsConfiguration):
* CSharpCodeGenerator.cs: Remove extra ' ' emitted after class name in
* UriTest.cs: Ignore one of the tests on Linux, as .NET's behavior is
* UriTest.cs: Update UnixLocalPath_WTF. Category("NotWorking") is
* TypeDescriptor.cs: Fix GetComponentName() so that it returns the type
* TypeDescriptor.cs: Fix Info.GetDefaultEvent() so that it filters events
* TypeDescriptorTests.cs: Add another test in GetComponentName() to check
* WebHeaderCollection.cs: Fix GetValues(string) to split the values on
* IPAddress.cs (ParseIPV4): Fix so that the regression tests work. In
* ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
* EndpointPermission.cs: Fix IsSubsetof(hostname) so that the regression
* StdlibTest.cs: Ignore the signal(3) test, as it's currently hanging Mono.
* runtime/Makefile.am (centum_nunit_tests): Add class/Mono.Posix and
* macros.c: Use gint64, not long, to match C# declaration. Fixes 71152.
* Stdlib.cs: sys_* functions shouldn't be public.
* data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
* Stdlib.cs: Import "msvcrt", not "libc". These members are part of the
* StdioFileStream.cs: Fix Length property to actually return the size of the
* Syscall.cs: Remove public sys_ methods. Some were public by mistake, and
* UnixFile.cs: Cope with changes in UnixStream.
* errno.c: Mono_Posix_Syscall_SetLastError should be in Stdlib, not Syscall,
* Makefile.am (MPH_C_SOURCE): Move errno.c into MPH_C_SOURCE, so it's built
* grp.c, pwd.c: Clear errno before calling the actual calls, as errno may
* grp.c: Oops. Didn't see other Solaris fix in #72292.
* StdlibTest.cs: Signal is currently ignored, but add Category(NotDotNet) so
* System/System.Diagnostics/TraceImpl.cs
* Stdlib.cs: Move Errno-related functionality into Stdlib from Syscall,
* Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdioFileStreamTest.cs.
* errno.c: Use the GNU version of strerror_r if _GNU_SOURCE is defined
* Syscall.cs: Update comment specifying which functions belong in Syscall.
* configure.in: Add check for <sys/xattr.h>.
* Syscall.cs: Make all fork(2) and exec(2) functions `private`. It
* StdlibTest.cs: Calling a P/Invoke function from signal-handler context is
* Makefile: Ignore warnings 0219 (variable declared and never used) and
* UnixConvert.cs: Fix time_t -> DateTime conversions. time_t should be
* stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition, which create a hex string
* map.c, map.h: Add FromMountFlags, ToMountFlags. (MountFlags is used in
* Syscall.cs: The Statvfs structure should contain a MountFlags enumeration,
* sys-statvfs.c: Include "map.h" for Mono_Posix_ToMountFlags prototype.
* make-map.cs: Add a MphPrototypeFileGenerator, which looks for DllImport
* make-map.cs: Process the Mono.Posix namespace as well as Mono.Unix; add
* Stdlib.cs: Correct Mono_Posix_Stdlib_InvokeSignalHandler export.
* map-icalls.h: Added; auto-generated file which contains Mono_Posix_*
* tools/Makefile (SUBDIRS): Add mono-shlib-cop to the build.
* Syscall.cs, UnixConvert.cs: Rename LockFlags to LockfCommand. This is a more
* map.h, map.c, map-icalls.h: Rename LockFlags to LockfCommand.
Flush (oops).
Flush (oops).
* unistd.c: Oops -- deal with s/LockFlags/LockfCommand/ change.
* sys-mman.c: Add wrappers for mmap, munmap, mprotect, msync, mlock,
* Stdlib.cs: Add comment for atexit(3) so I don't try to add it.
* StdioFileStream.cs: Remove FilePosition property & replace with
* mono-shlib-cop.cs: Add MessageInfo, MessageCollection, & Report classes to
* Stdlib.cs: Add sanity checking to snprintf(3) to avoid buffer overflows.
* make-map.cs: Change automatic "ifdef HAVE_<header>" support prefix to
* map-icalls.h, map.h: Change header comment so it matches what
* mono-shlib-cop.cs: Rename Report to AssemblyCheckInfo. Add -p
* mono-shlib-cop.cs: Use better default prefix handling (don't always assume
* Syscall.cs: Document naming conventions.
* configure.in: Add checks for mremap, remap_file_pages.
* UnixFileSystemInfo.cs: Don't use lstat(2), use stat(2). This fits with
* Syscall.cs: Update comment with correct exception type.
* Makefile.am: Create an unversioned library. We won't make any gaurantees
* Syscall.cs: Add execvp(2). (This should have been added with the other
* make-map.cs: Look for [Obsolete] members, and mark the UnixConvert
* scripts/Makefile.am: Add mono-shlib-cop.
* data/config.in: Fix generated XML.
* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
* Syscall.cs: s/LOG_USRE/LOG_USER/. Fixes #75274.
* map.c, map.h: Add corrected spelling of LOG_USER.
* Syscall.cs: correct value of LOG_CRON (it shouldn't be identical to
* map.c, map.h: Handle Syslog-related changes (SyslogLevel isn't a [Flags]
* Syscall.cs: SyslogFacility shouldn't be [Flags] either. Sigh.
* map.c: Handle Syslog-related changes (SyslogFacility isn't a
* UnixEnvironment: Add User, Login properties.
* mono-shlib-cop.cs: Use RuntimeEnvironment.SystemConfigurationFile to find
* mono-shlib-cop.exe.config: .config file to help with testing.
* Stdlib.cs: Cache delegates passed to Stdlib.signal() so that they survive
Flush.
Doh!
* mono-shlib-cop.cs: Patch from John Luke to fix use of Path.Combine (don't
* mono-shlib-cop.cs: Use Assembly.LoadWithPartialName instead of
* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
* AssemblyInfo.cs: Mark [CLSCompliant(true)], [ComVisible(false)].
* Syscall.cs: Mark types as [CLSCompliant(false)].
* Syscall.cs: Add [Map] to AccessMode and MmapProt, as the Mono.Unix.Native
* Makefile.am (refresh): Use the make-map.exe in Mono.Unix.Native.
* Catalog.cs, PeerCred.cs, Syscall.cs, UnixEndPoint.cs: [Obsolete] public
* make-map.cs: Generate NativeConvert documentation XML fragments for use in
* UnixFileSystemInfo.cs: Exists shouldn't use access(2), as (1) Exists isn't
* UnixDirectory.cs, UnixDirectoryInfo.cs UnixFile.cs, UnixFileSystemInfo.cs,
* Makefile.am (MPH_C_SOURCE): Add string.c.
* UnixStream.cs: Check for EROFS and EINVAL in Flush(). Snorp was getting
* UnixMarshal.cs: More/better StringToAlloc/PtrToString which take a
* Mono.Unix/Catalog.cs: Create a constructor and mark it [Obsolete]. It will be made
* Makefile.am (MPH_UNIX_SOURCE): Add syslog.c.
* NativeConvert.generated.cs: Flush currently generated version.
* Stdlib.cs, Syscall.cs: Flush naming convention documentation.
* UnixGroup.cs, UnixGroupInfo.cs, UnixFile.cs, UnixFileSystemInfo.cs,
* UnixDriveInfo.cs, UnixEnvironment.cs, UnixFile.cs, UnixFileSystemInfo.cs,
* UnixFileSystemInfo.cs: Add OwnerUserId and OwnerGroupId properties.
* Mono.Posix_test.dll.sources: Add Mono.Unix/UnixMarshalTest.cs.
* signal.c: Don't build Syscall wrappers on Win32.
* Mono.Posix.dll.sources: Add new files: Mono.Unix/FileAccessPermissions.cs,
* Mono.Posix.dll.sources: Add new file: Mono.Unix/FileAccessPattern.
* UTF8Encoding.cs (InternalGetChars/InternalGetCharCount): Fix lead byte
* Mono.Posix.dll.sources: Add Mono.Unix.Native/FileNameMarshaler.cs.
* Stdlib.cs: FilePosition should derive from MarshalByRefObject, for two
* UnixIOException.cs: Add (string) and (string, Exception) constructors to
* Mono.Unix/UnixMarshal.cs: Obsolete heap-related methods to have a Heap
* Mono.Unix/UnixEncoding.cs: Change EscapeByte to 0x0000, as suggested by
* Stdlib.cs: Correct return type of setbuf(IntPtr, byte*).
* UnixEnvironment.cs: Add RealUser, RealGroup, EffectiveUser, EffectiveGroup
* Mono.Posix.dll.sources: Add new files: Mono.Unix/FileHandleOperations.cs,
* UnixDirectoryInfo.cs, UnixDriveInfo.cs, UnixEnvironment.cs,
* FileNameMarshaler.cs: Use UnixMarshal.FreeHeap(). Free() is obsolete.
* UnixServerChannel.cs: Use Mono.Unix.Native.Syscall. Mono.Unix.Syscall is
* Syscall.cs: Remove [CLSCompliant(false)] when it isn't needed.
* FileTypes.cs, UnixFileSystemInfo.cs: s/FIFO/Fifo/ to follow .NET
* make-map.cs: Always use ordinal string sorting behavior. The string
* Syscall.cs: *xattr functions should use the FileNameMarshaler for filenames.
* map-icalls.h: Oddly, this file didn't get the new functions added in
* UnixPipes.cs: Provide Equals, GetHashCode, and operator==/operator!= to
* Stdlib.cs: Implement IEquatable<FilePosition> for FilePosition.
* Catalog.cs: Exception safety improvements (don't let memory leak!); check
* Mono.Unix/Catalog.cs, Mono.Unix/UnixDirectory.cs,
* Stdlib.cs: Prelink all SignalHandlers passed to Stdlib.signal(). This is
* Mono.Posix_test.dll.sources: Move StdlibTest into the Mono.Unix.Native
* configure.in: Check for setkey(3) in -lcrypt and define CRYPT_LIBS
* UnixMarshalTest.cs: s/Free/FreeHeap/g (UnixMarshal.Free will be removed).
* UnixUserTest.cs: s/UnixUser/UnixUserInfo/g (UnixUser is obsolete).
* Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTypes.cs,
* Mono.Unix/UnixMarshal.cs: Add PtrToStringUnix() -- specialized PtrToString
* FileNameMarshaler.cs: Use UnixMarshal.PtrToStringUnix -- it's faster.
* SqliteCommand.cs: Use non-obsolete UnixMarshal members.
* mono-service.cs: Use non-obsolete Mono.Posix.dll types.
* Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTypes.cs,
* Syscall.cs: Include <sys/mman.h> for map.c generation. Fixes #77091.
* configure.in: Add check for <sys/mman.h>. Fixes #77091.
* UnixMarshal.cs: Errno.EBADF should also trigger a ArgumentException.
* FileHandleOperations.cs: Check for null references.
* make-map.cs: Properly handle managed arrays in argument lists.
* map-icalls.h: Flush (add utimes_bad, lutimes, futimes).
* Mono.Unix/FileAccessPermissions.cs: Remove UserMask, GroupMask, OtherMask values.
* Mono.Posix.dll.sources: Remove Mono.Unix obsolete files.
* Mono.Unix/UnixMarshal.cs: s/EACCESS/EACCES/g. I can't read.
* StdioFileStream.cs: Shut up FxCop - add a GC.KeepAlive to
* UnixMarshal.cs (CreateExceptionForError): Don't map ENOMEM to
* configure.in: Add check for lutimes(2). Mac OS X doesn't provide this.
* data/config.in: s/libintl/intl/g. Mono.Unix.Catalog DllImports "intl"
* Mono.Unix/Catalog.cs: s/libintl/intl/g, since intl.dll is used by GTK+ on Windows,
* UnixMarshal.cs: *Actually* put things in alphabetical order (like the
* Mono.Unix/FileTypes.cs: Remove [Flags] attribute -- these aren't bitfield
* Catalog.cs: Don't use
* UnixPath.cs: Add ReadLink() and TryReadLink() methods.
* UnixPath.cs: Add ReadLink() and TryReadLink() methods.
* Catalog.cs, UnixMarshal.cs: Throw `UnixIOException(Native.Errno.ENOMEM)`
* UnixGroupInfo.cs: ToGroup() should clone the underlying Native.Group, so
* UnixUserInfo.cs: The UnixUserInfo(Native.Passwd) constructor and
* UnixDriveInfo.cs: Properties should generate an InvalidOperationException,
* UnixMarshal.cs (StringToHeap): Check for null arguments.
* UnixMarshal.cs (StringToHeap): Return IntPtr.Zero if `s' is null.
* ChangeLog: Started
* UnixMarshal.cs: Check for null arguments in PtrToString() and
* UnixFileSystemInfo.cs: Create() should return a UnixFileInfo if the file
* UnixDriveInfo.cs: Remove requirement that mountPoints be avaible via
* NativeConvert.cs: Fix ToDateTime()/FromDateTime()/ToTimeT()/FromTimeT() so
* UnixFileSystemInfo.cs: rename Create() to GetFileSystemEntry(), and make
* Mono.Posix/Mono.Posix_test.dll.sources: Add Mono.Unix/UnixPathTest.cs.
* UnixSymbolicLinkInfo.cs: Oops. CreateSymbolicLinkTo() should create
* UnixStream.cs: .Close() shouldn't close(2) the fd unless owner==true;
* Syscall.cs: readdir(P) is not thread-safe, so it needs to be locked so
* configure.in: Add command to create runtime/etc/mono/config. This is
* Makefile: Modify test to build `test.dll' and use that as an input
* Syscall.cs: "Remove" crypt(3), encrypt(3), setkey(3). These use an
* configure.in: Remove check for setkey(3).
* dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c,
* Makefile: Don't build make-map.exe.
* Makefile.am: Add "mph.h" to the generated code for map.c, so that
* create-native-map.exe: Update; Adds support for integral limit fallback.
* create-native-map.exe: Remove. Just grab a new copy whenever we need to
* configure.in: Add type checks for structs pollfd, stat, timeval, timezone.
* MapAttribute.cs: Update (adds SuppressFlags property).
* map.c: Improve handling of [Flags] enumerations which mix bitfields and
* configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. Some
* stdio.c: Some BSDs define clearerr(3) as a macro, so we need to cast
* Makefile.am: Add implementation macros for L_SET, L_INCR, and L_XTND.
* Makefile.am: Revert addition of L_SET et al; this breaks the Win32 build.
* mph.h: Add macro for XATTR_AUTO, so that XattrFlags mapping works (as
* MapAttribute.cs: Update (changes SuppressFlags to a string holding mask).
* map.c: Flush (fixes FilePermissions conversion, allowing Syscall.stat() to
* map.c: Flush (removes warnings due to _cnm_return_val_if_overflow()).
* map.c: Flush (fix FromFilePermissions for SuppressFlags-marked values).
* map.c: _cnm_return_val_if_overflow() should be a no-op unless DEBUG is
* grp.c, pwd.c: Only return failure if a documented errno is encountered.
* NativeConvert.generated.cs: Flush (add TryCopy() methods for Utimbuf).
* configure.in: Add a check for `struct utimbuf'; needed by MonoPosixHelper.
* dirent.c, grp.c, pwd.c, stdio.c, syslog.c, unistd.c: Following in the
* dirent.c: Fix logic to determine if readdir_r() succeeded.
* dirent.c: Fix `struct dirent' overflow on Solaris. See #82678.
* dirent.c: NAME_MAX isn't defined on Solaris; fix the build.
* UnixStream.cs: Don't read/write if the buffer has no data. Fixes #82836.
* stdio.c: Provide errno as a parameter and set errno before calling
* Stdlib.cs: Fix perror(3) so that it works as expected. (Since errno is
* UnixDirectoryInfo.cs: Fix Parent property so that it properly handles
* Syscall.cs: Bind uname(2).
* map.h: Flush; add Mono_Posix_Syscall__Utsname, Mono_Posix_Syscall_uname()
* UnixEnvironment.cs: Update MachineName property accesor to use uname(2)
* Syscall.cs: Add ST_NOEXEC, ST_REMOUNT, ST_BIND to MountFlags. Patch from
* map.h, map.c: Flush; add new ST_NOEXEC, ST_REMOUNT, and ST_BIND MountFlags
* signal.c: Provide support functions for Mono.Unix.UnixSignal, which
* Mono.Posix.dll.sources: Add Mono.Unix/UnixSignal.cs.
* signal.c: Fix the Win32 build.
* signal.c: Make the signal handler thread-safe, so that it can safely be
* mono-service.cs: Use Mono.Unix.UnixSignal for signal handling, which
* UnixSignal.cs: Modification of Info->count should be thread safe.
* signal.c: Mono_Unix_UnixSignal_WaitAny() semantic change: return the index
* UnixSignal.cs: UnixSignal.WaitAny() should have the same return type as
Remove duplicate entry.
* mono-service.cs: The return value of UnixSignal.WaitAny() changed; cope.
* Mono.Posix_test.dll.sources: Add Mono.Unix/UnixSignalTest.cs.
* UnixSignal.cs: Improve argument checking to match docs.
* signal.c: Fix another build break; g_atomic_int_set() (part of GLib 2.10)
* signal.c: SLES9 has glib 2.2, so we can't rely on g_atomic_int_*().
* wsdl.1: Fix groff comment (so that it doesn't appear in monodoc's
* System.Linq/Enumerable.cs: LongCount() can be optimized for arrays, and Reverse() can
* TraceImpl.cs:
Add Mono.Options, a command-line helper library.
* configure.in: Generate data/mono-options.pc.
Oops, forgot to add the ChangeLogs...
* Makefile: Install Options.cs into the GAC, so that mono-options.pc
* data/mono-options.pc.in: Add a Sources variable so that
* Makefile: Don't bother installing Mono.Options.dll into the GAC (or
* data/mono-options.pcs.in: We're not installing Mono.Options.dll into
* Syscall.cs: [Map] Flock, add Timespec, bind nanosleep(2).
* configure.in: Add checks for `struct flock`, `struct timespec`.
* time.c: Add Mono_Posix_Syscall_nanosleep().
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for mdoc et. al. move from monodoc/tools to mcs/tools/mdoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
Prepping for monodoc move from monodoc/engine to mcs/class/monodoc...
* ChangeLog: Added/Started.
* Test (svn:ignore): Ignore generated files.
* Makefile: Add EXTRA_DISTFILES; monodoc.dll should depend upon
* Makefile: Improve `make clean` support.
monodoc.dll is a private assembly, and will never be stabalized, so it belongs
* Assmbly/AssemblyInfo.cs: Change location of mono.snk (since the
* Makefile: Update $(thisdir).
* mono-shlib-cop.cs: Migrate from Mono.GetOptions to Mono.Options.
Migrating monodoc utilities to mcs/tools/mdoc...
* Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to
* scripts/Makefile.am: Move mono-shlib-cop to scripts_2_0.
* Mono.Documentation/ManifestResourceResolver.cs,
* . (svn:ignore), Test (svn:ignore): Ignore generated files.
This never should have been renamed in the first place...
Not sure why this was here, as it was _moved_ to Test...
Moving from monodoc/tools to mcs/tools/mdoc...
Moving from monodoc/tools to mcs/tools/mdoc...
Moving from monodoc/tools to mcs/tools/mdoc...
Moving from monodoc/tools to mcs/tools/mdoc...
* Mono.Documentation/monodocer.cs: Only provide a Main() method and
Migrating monodoc/class/[ASSEMBLY] to mcs/class/[ASSEMBLY]/Documentation...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
* Mono.Documentation/monodocer.cs: -overrides & -pretty should default
Migrating from monodoc/class to mcs/docs...
* Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build.
Migrating from monodoc/class/Commons.Xml.Relaxng to mcs/class/Commons.Xml.Relaxng/Documentation...
Migrating from monodoc/class/Microsoft.Build.Framework to mcs/class/Microsoft.Build.Framework/Documentation...
Migrating from monodoc/class/Microsoft.Build.Utilities to mcs/class/Microsoft.Build.Utilities/Documentation...
Migrating from monodoc/class/Mono.Cairo to mcs/class/Mono.Cairo/Documentation...
Migrating from monodoc/class/Mono.Data.SqliteClient to mcs/class/Mono.Data.SqliteClient/Documentation...
Migrating from monodoc/class/Mono.Posix to mcs/class/Mono.Posix/Documentation...
Migrating from monodoc/class/Mono.Security to mcs/class/Mono.Security/Documentation...
Migrating from monodoc/class/Mono.Security.Win32 to mcs/class/Mono.Security.Win32/Documentation...
Migrating from monodoc/class/System to mcs/class/System/Documentation...
Migrating from monodoc/class/Novell.Directory.Ldap to mcs/class/Novell.Directory.Ldap/Documentation...
Migrating from monodoc/class/Npgsql to mcs/class/Npgsql/Documentation...
Migrating from monodoc/class/System.Configuration.Install to mcs/class/System.Configuration.Install/Documentation...
Migrating from monodoc/class/System.Core to mcs/class/System.Core/Documentation...
Migrating from monodoc/class/System.Data to mcs/class/System.Data/Documentation...
Migrating from monodoc/class/System.Design to mcs/class/System.Design/Documentation...
Migrating from monodoc/class/System.DirectoryServices to mcs/class/System.DirectoryServices/Documentation...
Migrating from monodoc/class/System.Drawing to mcs/class/System.Drawing/Documentation...
Migrating from monodoc/class/System.Runtime.Remoting to mcs/class/System.Runtime.Remoting/Documentation...
Migrating from monodoc/class/System.Runtime.Serialization.Formatters.Soap to mcs/class/System.Runtime.Serialization.Formatters.Soap/Documentation...
Migrating from monodoc/class/System.Security to mcs/class/System.Security/Documentation...
Migrating from monodoc/class/System.Web to mcs/class/System.Web/Documentation...
Migrating from monodoc/class/System.Web.Services to mcs/class/System.Web.Services/Documentation...
Migrating from monodoc/class/System.XML to mcs/class/System.XML/Documentation...
Migrating from monodoc/class/Mono.GetOptions to mcs/class/Mono.GetOptions/Documentation...
* Documentation/en/**: Move to appropriate assembly-specific
* */Documentation/**: Flush updated documentation.
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/class to mcs/docs...
Migrating from monodoc/ecma334 to mcs/docs/ecma334...
Migrating from monodoc/class to mcs/class...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
Migrating from monodoc/man to mono/man...
* docs/Makefile: Assemble documentation.
* Documentation/**: Flush updated documentation.
* Makefile: Add fixup-docs target, to simplify importing NDesk.Options
Add doc-update target support.
Moving from monodoc/engine to mcs/docs...
* docs/Makefile: Add install/uninstall support.
Migrating from monodoc/engine to mcs/tools/monodoc...
* Makefile: Add mdoc, monodoc to the build.
* Makefile: Generate a monodoc.dll.config (installed by gacutil), so
* Makefile: Use NO_INSTALL to prevent installation instead of using
* Makefile: Fix $(EXTRA_DISTFILES) so that `make distcheck` doesn't
* Makefile: Add man pages added from monodoc/man...
Moving from monodoc/engine to mcs/tools/mod...
* Makefile: Add mod to the build.
Moving from monodoc/scripts to mono/scripts...
* scripts/Makefile.am: Add mod.
* scripts/Makefile.am: Create scripts for mdoc sub-commands.
* Makefile: Distribute monodoc.dll.config.in.
* Makefile: Reference the monodoc.dll from the net_1_1 profile, as
* README.makefiles: Add documentation about the new doc-update target.
* scripts/Makefile.am: Install scripts for mdoc-compat commands.
* docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so
* rules.make (MDOC): MONO_PATH needs to include net_1_1 so monodoc.dll
Take 2! (net_2_0 needs to come before net_1_1...)
Add Documentation...
* rules.make (dist-default): Distribute the Documentation directory,
Migrating from monodoc/man to mono/man...
* Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.
Oops.
* mdvalidator.1: Rename to mdvalidater.1.
Migrating from monodoc to mono/data...
* data/monodoc.pc.in: Fixup sourcesdir.
* data/Makefile.am: Add monodoc.pc to $(pkgconfig_DATA), $(DISTCLEANFILES).
* Makefile $(LIBRARY_PACKAGE): Set to `monodoc`, as we historically
* configure.in: Generate data/monodoc.pc.
* Makefile.am (man_MANS): Remove unpackaged files.
* scripts/mod.in: Remove bash-isms.
* Documentation/index.xml, Documentation/Mono.Data.SqliteClient: Move
* docs/Makefile (MONO_DIRS): Add Mono.Data.SqliteClient docs.
* Makefile: Correct path names.
* Documentation/en/Mono.Options/OptionSet.xml: Document the support for
* Mono.Options/Options.cs: Options.cs: Use the underlying target type
* docs (svn:ignore): Ignore generated files.
* Monodoc/addins-provider.cs, Monodoc/ecma-provider.cs,
* Makefile: Fixup mdoc.exe dependencies so that it's rebuilt if the
Oops; remove debug console message.
* Mono.Documentation/validate.cs: Remove warnings
* Mono.Documentation/mdoc.cs: TraceLevel.Error messages should go to
* Makefile: Fix build error caused by filenames containing '`'.
* docs/Makefile (DISTFILES): Add mono-file-formats.config.
migration
* Monodoc/provider.cs: Add HelpSource.InlineCss and
* Monodoc/xhtml-provider.cs: Use HelpSource.Message(), not
* man/mdoc-assemble.1: Document //node use within .source files.
* Makefile.am: Build `docs` after `runtime`, so that it can depend
Contents moved to mono/docs so that it can be built as part of the normal
* docs/Makefile: Restructure the *.tree/*.zip rules to support
* check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
* Documentation/**: Added.
* docs/Makefile (MONO_DIRS): Add Mono.Simd.
* Resources/defaulttemplate.xsl: Update /html/head/meta/@content value
* Test/html.expected/**: Update
* Makefile: Don't build monodocer1.exe, and add Mono.Cecil.dll to the
* Makefile: Use Mono.Cecil from class/lib/net_1_1, not net_2_0.
* Mono.Documentation/monodocer.cs: Fix regressions found from
* Mono.Documentation/monodocer.cs: Properties on interfaces shouldn't
* Documentation/en/**: Flush; changes due to mdoc-update
* Mono.Documentation/dump.cs: Rewrite to be a MDocCommand subclass.
Moving man-page using docs into mono/docs...
* docs/Makefile: Don't build mono-file-formats.*, mono-tools.*
* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
These files need to move into mono/docs to fix
* docs/Makefile: Don't build mono-file-formats.*, mono-tools.*
* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
* Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
* Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
* configure.in: Remove mono/monoburg/Makefile; fixes the build.
* Mono.Documentation/monodocer.cs: Add the assembly's directory to
* Makefile.am (sources_DATA): Add mono-file-formats.source,
* docs/Makefile: Build additional directories (Npgsql,
* Makefile: Add --exceptions to `mdoc update` invocations to test
* Makefile: Specify --exceptions=all in mdoc-update invocations.
* man/mdoc-update.1: Document new parameters such as --exceptions.
* Mono.Documentation/monodocer.cs, Mono.Documentation/monodocs2html.cs:
* Mono.Documentation/monodocer.cs: Remove "exception" from DocsNodeOrder
* docs/monodoc.xml: Rename the "File Formats" node to "Commands and
* mono-file-formats.source, mono-tools.source: Place these under the
* Mono.Posix.dll.sources: Add Mono.Unix.Native/RealTimeSignum.cs.
* map.h: Flush.
* signal.c: Improve error checking within Mono_Posix_FromRealTimeSignum.
* Documentation/en/**/*.xml: s/NDesk.Options/Mono.Options/g (How'd I
* Mono.Documentation/monodocer.cs: Add -fno-member-assembly-info,
* Mono.Documentation/mdoc.cs: `mdoc' (no arguments) shouldn't print an
* Makefile: Fix $(PROGRAM) dependencies so that mdoc.exe is rebuilt
* Makefile: Fix $(the_lib) dependencies so that monodoc.dll is rebuilt
* man/mdoc-update.1: Document -fno-assembly-versions.
* Makefile: Don't include mono-ecma-css.js as a resource.
* Documentation/en/Mono.Unix/UnixGroupInfo.xml: Document semantic
* Mono.Documentation/monodocer.cs: Cleanup: turn static data into
* System.Runtime.Serialization.dll.sources: Add
* System.Runtime.Serialization_test.dll.sources: Add
* System.Runtime.Serialization_test.dll.sources: Add
* System.Xml/XmlDictionaryWriter.cs: Implement WriteValue(Guid),
* System.Xml/XmlDictionaryWriter.cs: Implement
* System.Xml/XmlDictionaryWriter.cs: Implement
* System.Xml/UniqueId.cs: Remove most [MonoTODO]s and
* Mono.Documentation/monodocer.cs: Support C#4 variant generics, e.g.
* Mono.Documentation/mdoc.cs: Set Environment.ExitCode=1 if an
* Mono.Documentation/monodocer.cs: Check that the cref attribute is
* Test/DocTest-v1.cs: Add test for #471379.
Remove System.Data.Linq stubs.
Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
* Test/Mono.Unix/UnixSignalTest.cs: Disable the tests that use
* map.h: Flush (adds Mono_Unix_UnixSignal_SignalInfo::pipecnt, removes
* Mono.Unix/UnixSignal.cs: Add a pipecnt member to
Oops; mention correct bugzilla numbers.
* docs/Makefile: Remove and don't install nunit-docs.source. As
* Makefile:
* Monodoc/provider.cs: It's possible for a HelpSource to have 0
* Mono.Documentation/assembler.cs: When processing an empty directory,
* Monodoc/provider.cs: Revert; Don't check for Tree.Nodes == null, as it
* System.Text.RegularExpressions/Regex.cs (Replace): Check that input &
* Monodoc/ecma-provider.cs: For some reason,
* Mono.Documentation/XmlDocUtils.cs: It's possible for the `loader'
* Monodoc/ecma-provider.cs: Viewing type members (plural, e.g. the
Flush. (Updates to sync with DbLinq r1009, fixes IVendor lookup within
Add the DbMetal and VisualMetal sources from DbLinq, so that we can add a
Remove generated directories.
Flush (should have been doing this before...).
* System.Data.Linq.dll.sources: Sort filenames (to more easily see
* src/DbLinq/System.Data.Linq/Assembly/AssemblyInfo.cs: Allow
* Makefile: Add sqlmetal to the build.
* scripts/Makefile.am: Add sqlmetal.
* Makefile: Add a dist-local target and distribute all DbLinq sources.
* src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.cs:
* Makefile: Also distribute .txt files.
* src/DbLinq/Data/Linq/Database/Implementation/TransactionalCommand.cs,
* x-struct-str.c: It's possible for struct members to be NULL, so make
* Mono.Documentation/monodocs2html.cs: Do as make(1) does: if the
* mdoc-export-html.1: Document --force-update parameter.
* Mono.Documentation/monodocer.cs: Be nice to make,
* Mono.Documentation/monodocs2html.cs: Perform the timestamp check for
* UnixDriveInfo.cs: UnixDriveInfo.AvailableFreeSpace needs to return
* **/*: Flush. (Updates to sync with DbLinq r1020, adding additional
* **/*: Flush. (Updates to sync with DbLinq r1026, correcting tests
* src/DbLinq/System.Data.Linq/Binary.cs: Update to pass the unit tests.
* Test/: Added (though empty), to allow building unit tests located in
* src/DbLinq/Data/Linq/Table.cs: Add an explicit
* src/DbLinq.sln,
* Mono.Documentation/exceptions.cs: Add
* System.Data.Linq.dll.sources: Remove
* mdoc-update.1: Add new --exceptions=added functionality.
* mdoc-update.1: Fix --out=DIRECTORY formatting. (It was causing the
* Makefile: Remove make warning about overriding dist-local.
* executable.make: Support HAS_NUNIT_TEST variable; if set, will build
* mdoc.5: Document //code/@src attribute.
* . (svn:ignore): Ignore generated files.
* **/* (svn:ignore): Ignore generated files and directories.
* AssemblyInfo.cs: Building against the local AssemblyInfo.cs broke
* Mono.Documentation/monodocer.cs: Use a single IAssemblyResolver
* executable.make, library.make: Move the include for tests.make so
* Mono.Documentation/monodocer.cs: Using a single IAssemblyResolver is
* mdoc-update.1: Document -L, -r options.
* sys-time.c: Properly set the modification time, instead of using the
* Monodoc/provider.cs: Fix NullReferenceException in 'mdoc dump-tree'.
* Makefile: Add reference to System.Web.dll, for HttpUtility.
* Mono.Documentation/webdoc.cs: Load documentation through a
* Mono.Documentation/webdoc.cs: Provide nice default -o value.
* Mono.Documentation/webdoc.cs: Change the default -o value to
* Mono.Documentation/webdoc.cs: Do as make(1) does: if the
* Mono.Documentation/webdoc.cs: The timestamp logic was wrong it the
* Monodoc/provider.cs:
* Monodoc/provider.cs: UseWebdocCache is a better name that
* Makefile: Add reference to ICSharpCode.SharpZipLib.dll.
* Monodoc/provider.cs: Correct UseWebdocCache logic.
* Monodoc/ecma-provider.cs: EcmaHelpSource.GetText() doesn't need to
* Mono.Documentation/webdoc.cs: When extracting files from the .zip
* Mono.Documentation/webdoc.cs: Remove console debug spew. If you run
* Monodoc/provider.cs: Overview: MonoDevelop loads monodoc.dll into
* Mono.Documentation/monodocs2slashdoc.cs: Code refactor; use
* Monodoc/man-provider.cs: NEVER return a non-null string from
* Mono.Options/Options.cs: Viktor Lundgren reported that
* Mono.Options/Options.cs: GetLineEnd() shouldn't skip the start
* Mono.Documentation/webdoc.cs: Change -o semantics to be a directory
* src/**/*: Flush; syncs to DbLinq r1053. Adds
* src/**/*: Add missing files (doh!). Fixes the build.
* sqlmetal.exe.config: The MySQL provider should use ByteFX.Data's
* DiagnosticsConfigurationHandler.cs: Don't refer to TraceImpl member
* TranslationResources.resx (ErrOperationAborted): Send viewers of
* System.Diagnostics/DiagnosticsConfigurationHandler.cs: Use the new
* Makefile: $(test_lib).config needs to be profile-specific.
* System_test.dll.sources: Add ListChangedEventArgsTest.cs.
* Makefile: Add 'update-dblinq' target, which copies files from my
* src/DbLinq/Data/Linq/Sugar/Implementation/QueryCache.cs: Temporarily
* Makefile: Distribute Test/test-config-file-net-2.0.
* ListChangedEventArgsTest.cs: Fix .NET 1.1 compile error.
* src/**/*, tests/**/*: Sync with DbLinq r1180. Gets unit tests into
* Mono.Documentation/monodocer.cs: Don't generate an exception when an
* src/**/*: Sync with DbLinq r1200. Among other fixes, this fixes an
* Mono.Documentation/monodocer.cs: Record attributes that are placed
Oops.
* Mono.Documentation/monodocer.cs: Sometimes <AssemblyVersion/> is
* mdoc.exe.sources: Add ../../build/common/Consts.cs to the build.
* mdoc/Makefile: Add ../monodoc/Resources/mdoc-html-format.xsl as a
* Test/DocTest-v1.cs: Add a comment which uses <format/>, to test html
* Monodoc/provider.cs: Make RootTree.LoadTree() just call
* Monodoc/provider.cs: Add a RootTree.AddSource(string) method, so that
* man/mdoc.5: Document the new <format/> element.
* src/**/*: Sync with DbLinq r1214. This integrates several
* src/**/*: Sync with DbLinq r1215. This fixes the
* src/**/*: Sync with DbLinq r1217. This removes a slew of
* Makefile: Also rsync dblinq2007/examples sources.
* Mono.Documentation/ManifestResourceResolver.cs: Allow it to lookup
* Mono.Documentation/monodocs2html.cs: Fix behavior when multiple
* zlib-helper.c: support reverse callbacks within MonoTouch.
* DeflateStream.cs: MonoTouch reverse callbacks need to be static
* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
* Mono.Documentation/monodocs2html.cs: By request of Edd Dumbill, add
* Mono.Documentation/monodocs2html.cs: Add --with-profile=PROFILE
* man/mdoc-export-html.1: Document --with-profile, --with-version.
* Monodoc/ecma-provider.cs: Don't return 'null' from GetPublicUrl(),
* Mono.Documentation/XmlDocUtils.cs: GetInterfaces() can throw if the
* CultureInfo.cs: Re-add GetCultures() to the MonoTouch profile.
* AppDomain.cs: Re-add BaseDirectory in the MonoTouch profile.
* Makefile: Add Mono.Data.Tds, System.Transactions, System.Data, and
* AssemblyInfo.cs: Use Consts.FxVersion when building for MONOTOUCH.
* Mono.Documentation/monodocer.cs: When deleting the ExtensionMethods
* src/**/*: Sync with DbLinq r1265. This fixes sqlmetal (it shouldn't
* Makefile: re-enable the tests. They were disabled in r137153
* Mono.Documentation/monodocer.cs: ".NET support": ensure that we
* Resources/overview.xsl, Resources/stylesheet.xsl: Remove the 'ext'
* Mono.Documentation/monodocs2html.cs: Use XslCompiledTransform, as
* Monodoc/ecma-provider.cs: Use XslCompiledTransform instead of
+ Giving up on getting mdoc to fully work under .NET; specifically,
* Makefile: When copying mdoc-net.exe into ./mdoc-net, rename it to
* monotouch_System.Xml.dll.sources: Add System.Xml/NamespaceHandling.cs
* Mono.Documentation/ManifestResourceResolver.cs:
* Mono.Documentation/monodocs2html.cs: Enable debug output in
* Resources/mdoc-html-utils.xsl: Fix link-id generation of conversion
* Test/html.expected/Mono.DocTest.Generic/MyList`1.html,
* Resources/mdoc-html-utils.xsl: Add support for generating namespace
* Resources/stylesheet.xsl: Add support for generating namespace links
Flush.
* class/System.Data.Linq/src/**/*,
* src/**/*: Sync with DbLinq r1294. This is DbLinq 0.19. Fixes
* Lucene.Net/Lucene.Net/QueryParser/QueryParser.cs: Fix crash when
* Makefile: Ensure that Test/* files are distributed (so that
* Mono.Options/Options.cs: "Code sharing": Use StringCodea.WrappedLines()
* library.make: Update $(MDOC_UP) to remove the net_1_ detection.
* Mono.Documentation/monodocs2slashdoc.cs: Fix NamespaceSummaries.xml
* Makefile: monodoc should only be built under the 2.0 profile.
* Resources/mdoc-html-utils.xsl: Fix regression caused by 2009-12-02
* Mono.Documentation/XmlDocUtils.cs: XmlDocUtils.AddExtensionMethods()
* Monodoc/provider.cs, Monodoc/ecma-provider.cs: Improve cache support
* Makefile: Add a System.Core.dll reference; embed monodoc.xml as a
* Mono.Documentation/assembler.cs: Allow other apps to get the same
* Mono.Documentation/webdoc.cs: Add --use-system-sources option so
* Monodoc/provider.cs: Add
* Makefile, mono-shlib-cop.cs: Remove Mono.GetOptions dependency.
* library.make: Add the generated per-profile .source file to
* xbuild/Makefile: $(EXTRAS_DIR) should use $(FRAMEWORK_VERSION) so
* Driver.cs, CommandLineOptions.cs: Remove Mono.GetOptions use and use
Fix timestamp.
* library.make (MDOC_UP): Set MONO_PATH to find monodoc.dll.
* Makefile.am: On non-Windows platforms, MonoPosixHelper now links
* Test/Microsoft.CSharp/CodeGeneratorFromExpressionTest.cs: Test
* System.CodeDom.Compiler/CodeGenerator.cs: Clear out the current member
* class/System.Data.Linq/src/**/*: Sync with DbLinq r1403.
* Makefile.am: Revert previous linkage against libmono.so, as lupus
* UnixSignal.cs: Change the native WaitAny() method to accept a
* Mono.Documentation/monodocer.cs: Use Int64 instead of UInt64 for
* Makefile: Add System.Xml.Linq.dll to the referenced assemblies.
* include/private/gcconfig.h: Android platforms are built atop Linux,
* configure.in: Add header, structure member, and function checks as
* configure.in: Use AC_CHECK_LIB() to check for pthread instead of
* src/glib.h: Rebase g_return_if_fail(), g_return_val_if_fail() in
* configure.in: Disable AC_CHECK_LIB() for pthread, as this breaks
* configure.in: For Linux hosts, remove libmono_ldflags="-lpthread".
* configure.in: On OpenBSD, remove duplicate -pthread options in
Cleanup Android support, replacing platform checks with configure checks:
* Monodoc/ecma-provider.cs: Support the full set of possible operator
* System/String.cs: Fix String.Split(String[],int,StringSplitOptions)
* Mono.Options/Options.cs: Don't overly split option values, only split
* System.Collections.ObjectModel/KeyedCollection.cs: Make
* Mono.Options_test.dll.sources: Add additional sources.
* Options.cs: Remove use of 'var' so that C# 2.0 can be used.
Remove debugging code.
* Mono.Documentation/monodocs2html.cs: Regenerate all index.{opts.ext}
Fix date. oops.
* mini/mini.c (mini_cleanup): Call mono_runtime_shutdown().
* Monodoc/ecma-provider.cs: Reduce memory requirements when assembling
* Makefile.am (EXTRA_DIST): Add runtime.h.
* System/Convert.cs: Instead of manually checking for NaN, Infinity,
Doc stub flush for the net_4_0 profile.
* Makfile.am (test-process-exit): Expected output is in $srcdir.
Remove System.Configuration.ConfigurationErrorsExceptions from startup.
Improve XML documentation support for generic type parameters.
Flush expected output for mdoc unit tests.
Fix explicitly-implemented interface member cref generation.
Flush updated expected output due to compiler /doc improvements.
Add 'mdoc update-ecma-xml' command.
[update-ecma-xml] Fix nested type documentation lookup.
[update-ecma-xml] Implement support for updating an existing file.
[mdoc] Add response file support to all mdoc commands.
[update-ecma-xml] Don't generate <Type/>s for types we've already generated.
[mdoc-validate] Support & validate the ECMA XML dialect.
[update-ecma-xml] Generate the //Type/@FullNameSP attribute if not present.
[update-ecma-xml] Generate //Type/MemberOfLibrary and //Type/TypeExcluded.
[mdoc-update] Generate //AssemblyPublicKey && //AssemblyCulture in index.xml.
[mdoc-update] Don't generate //AssemblyCulture if it's neutral.
[mdoc-update] Try to avoid importing the same element multiple times.
[mdoc-update] Normalize //returns and //value when importing XML docs.
[mdoc-update] Fix location of //Member/Attributes on properties, events.
[mdoc-update] Support importing //returns & // value for "void" methods.
[mdoc] Enhance monodoc-ecma.xsd to support XML used by .NET inline docs.
[mdoc-update-ecma-xml] Generate additional //Type/AssemblyInfo data.
[mdoc-update-ecma-xml] Do updates in-memory before writing.
Remove unused code.
[mdoc-update-ecma-xml] Sort libraries and types.
[mdoc-update] Refactor type+member traversal algorithm.
[mdoc-update] Only check for duplicate elements, not duplicate nodes.
[mdoc-update] Refactor out ECMA XML import into EcmaDocumentationImporter.
[mdoc-update] Refactor out Microsoft XML Documentation import.
[mdoc] Add "internal" 'mdoc x-msitomsx' command.
[mdoc-x-msitomsx] Flush --help documentation.
[mdoc-update] Add --library=VALUE option.
[mdoc-x-msitomsx] Generate a /doc/assembly/name attribute.
[mdoc-x-msitomsx] Add <table/> conversion support.
[mdoc-x-msitomsx] Generate <seealso/> from <equivalentCodeEntity/>.
[mdoc-x-msitomsx] Map <codeInline/> to <c/>, <codeReference/> to <code/>.
[mdoc-x-msitomsx] Ignore <changeHistory/>, <relatedTopics/>.
[mdoc-validate] Add support for validating 'csc /doc' XML.
Make sure that Resources/msitomsx.xsl is distributed.
[mdoc-x-msitomsx] Generate <typeparam/> from <genericParameters/>.
[mdoc-x-msitomsx] Generate <block/> from <alert/>.
[mdoc-x-msitomsx] Mutate <permission/> elements.
[mdoc-x-msitomsx] Replace <token/> with literal text.
[mdoc-x-msitomsx] Ignore <clsCompliantAlternative/> elements.
[mdoc-x-msitomsx] Import <notesForImplementers/> and <notesForCallers/>.
[mdoc-x-msitomsx] Add support for converting <list/>s.
[mdoc] Generate <threadsafe/> from <threadSafety/>.
[mdoc-x-msitomsx] Ignore <internalOnly/>.
Place ignored elements together for consistency.
[mdoc-x-msitomsx] Improve <example/> generation so it validates.
[mdoc-x-msitomsx] Convert <notesForInheritors/> elements into <block/>s.
[mdoc-x-msitomsx] Support <embeddedLabel/>, additional <token/> values.
[mdoc-x-msitomsx] Additional <token/> replacement values.
Fix <embeddedLabel/>, add <i/> as a valid <para/> child.
[mdoc-x-msitomsx] Support legacy and external links.
[mdoc-x-msitomsx] Ignore <platformNotes/>, <sections/>, etc.
[mdoc-update] Add --help text for --exceptions=added.
[mdoc-update] Add -fignore-missing-types option.
[mdoc-update] Generate an index.xml file when --type is used.
[mdoc-export-ecma-xml] Generate [CLSCompliant] attribute on types.
[mdoc-update-ecma-xml] Assembly [CLSCompliant] shouldn't replace Type version.
[mdoc-update] Add support for multiple languages in type/member signatures.
[mdoc-update] Add support ILAsm language output.
[mdoc-update] Properly map System.IntPtr to 'native int' for ILAsm.
[mdoc-update] Clean up System.Object craziness in ILAsm generation.
[mdoc-update] Delegate types should get <returns/>, not <value/>.
[sqlmetal] Fix /code from DBML file.
Distribute DbmlSchema.xsd so that tarball builds work.
Ensure that the GC doesn't collect the delegate we pass off to native code.
Make mdoc a 2.0 app, not a 4.0 app.
Build monodoc before mdoc.
mdoc 2.0-only profile build support, take 2!
mdoc 2.0-only profile build support, take 3!
Revert "mdoc 2.0-only profile build support, take 3!"
Do not build mcs/docs if the 4.0 build is disabled.
Allow mono_install_assembly_preload_hook() to provide mscorlib.dll
Fix IsolatedStorageFile.GetUserStoreForApplication() for MOBILE.
Add preliminary HTTPS handling support for Android.
Don't load app.config when we're processing app.config
[mdoc] Explicitly order //Member children.
[mdoc-update] Explicitly order //Type children.
[mdoc-update] Add C#4 dynamic support for method declarations.
[mdoc export-html] Fixup href generation for nested generics.
Remove IVT from System.ServiceModel on MonoDroid, MonoTouch profiles.
Add response file suport to Mono.Options.
[mdoc] Response file cleanup.
[mono.options] Ensure that IEnumerators are disposed.
Merge branch 'master' of https://github.com/XTZGZoReX/mono into XTZGZoReX-master
[mdoc] Fix code formatting.
[monodroid] Add support for the Android TimeZone file format.
[monodroid] Look for zlib support functions from __Internal.
[monodoc/osx] Look for docs in additional directories.
Fix the MonoDroid build.
Fix the basic-profile build.
Jordi Mas i Hernandez (534):
Initial listview implementation
listview checkitems and more work
listview column enhancements
item color, properties, and fixes
Fixes CommonDialog to work with windowless containers
Implemented SaveFileDialog.cs
filedialog.cs uses the placetoolbar and allow resizing
Initial PrintDialog implementation
added default form to show unhandled exceptions
adding jordi as contributor
ListView enhancements: bug fixes, new methods and properties
FolderBrowserDialog implementation
adds a missing DllImport that was causing win32 runtime fatal error
fixes bmp encode, implements a few bitmap members
serveral methods added, serveral fixes, and test case
fixes change log
update tasks and email
new members for the graphic class
enhanments to graphics.cs
more functions implemented in graphics.cs
new methods for graphics.cs
new methods for graphics.cs
graphics.cs class sample
font enhancements
fixes font collection
testing toString is irrelevant. Also diferent locales do format numbering different and then you do not pass the test
added testing stuff for System.Drawing
fixes unicode string in DrawString and memory leak in certain cases
serveral new methods for graphics.cs
Syncs StructLayout with GdipBitmapData at bitmap.c. Bug fix
fixes GdiGetFamilyName
handle font properties
use proper marshalling now that 53700 is fixed
string format implementation
drawstring methods fixes
font and format drawing samples
remove hardcoded font names, a few bug fixes
revert Sanjay patches
units font support
measure string
remove swf depen. from sample
MeasureString sample
font clone, tostring, and fix
clone test method
stringformat clone method
no handle support anytime soon
fontcollection wrapper and fixes
fix tests
Implemented font strikeout and underline, allows multiple attributes
updated libgdiplus location
DigitSubstitution and TabStob methods
default string formatting
fixes GetStringFormatTabStops and adds member to test it
add more complex font drawing to the sample
run test info update
revert Sanjay's patch. It broke the TestBimap test case and also saving on existing files. On Monday, he can rework the patch and send it again
bmp encoder /decoder enhancements and bug fixing
pie sample
added missing DrawImage gdi+ calls and example
drawimage sample
fixes image and bmp dpi
added missing members and complete the wrapper
added missing methods and properties to a few classes and fixes
use gdi+ functions to get image details
more image methods implemented
region c# implementation
added missing members
fixes
fixes GetRegionScans
region samples
fixes region methods signature
bitmap is os/2 format
bitmaps is other pixel/bits formats
removes anonying warning
makes sample cleaner and nicer
fixes typo
region test. Part completed
lamespec doc for rectangle
Complete region test
fixes sample was not running of .net
new location of the wine stuff
updates SWF implementation details and installation instructions. Thanks to Peter for its help
new font methods and rectangleconverter wrapper
fixes webpage formmating
adds gdi+ calls for two image methods
Font class, Pattern class, fixes, new methods, and updating Mono.Cairo to the latest Cairo API
removes warning
fixes typo
Codecs use gdi+ and fixes
ImageCodecs sample
fixes method signature
remove C sharp based codec info
remove dead code
fixes save method using formatID instead of ClsID
fixes MemoryBmp when saving images
pixelformat parameter is taken into account
ImageRotateFlip sample
rawformat should be handled by GDI+
Let GDI+ to calculate the strides
rotate tests
LockBitmap tests for different pixel formats
fixes class name definition typo
fixes typos
API compatibility changes
remove added extra dc
make private data private
32-bit bitmap sample
helper scripts to run swi tests
jpeg 24 bits sample
JpegCodec Testcase
bmpcodec and ImageCodec tests
include tests in the process and remove not longer need it TestBitmap case
change for Sachin
fixes GDI+ parameter call
ImageAttributes sample
remove unnecessary code, since bug 57706 is fixed
added wrapmode examples
fixes compilation problem under win32 using csc
gif image sample
Mono.Cairo fixes
Cairo GTK# Mono sample
SaveAdd wrappers
compose sample
added missing destructors
simplifies object destruction and fixes
lock resource creation, cloning, and destroying
move samples to the samples dir
*** empty log message ***
remove dbg code
added missing wrappers
add clip sample
define and use GdipSetVisibleClip_linux
MeasureString wrappers
fixes class name in filename
fixes bug 61050
fixes bug 61050 - backport to STABLE
commit: new properties and fixes form size problems
vertical and hort. classes commit
Horizontal and Vertical TrackBar control implementation
added basic mouse handeling events
added MsgButons enum
add ImageList, ImageListStreamer, and ColorDepth to the build process
Call RefreshWindow only if the window has created
fixes SetBounds logic
label control re-written: added missing functionlity, events, and properties
fixes Graphics.MeasureCharacterRanges and StringFormat.MeasurableCharacterRanges
LinkLabel control implementation
fixes comments filenames
link label: check link overlapping, implement events, and fixes
initial messagebox implementation
Theme support
changes to be able to run winforms samples
fixes scrollbar events
fixes trackbar events, def classname, methods signature
fixes spelling mistake
X11 keyboard navigation
Theme colour support and GetSysColor defines
throw exceptions, fixes events, missing methods
fixes label bug and draw method name
throw exceptions of invalid enums values
Use Windows Standard Colours
*** empty log message ***
add cvs header info
fixes keyboard crash
Label BorderStyles
throw ontextchange event
Calls InvalidateRect before UpdateWindow
scrollbar enhancements and standarize on win colors defaults
add missing methods, properties, and restructure to hide extra ones
Fixes ClientRect
calls ctrlbase instead of exeception
Trackbar enhancement, fix mouse problems, highli thumb, etc
adds timer and grap window
implements PointToClient (ScreenToClient)
change from wndproc to events
removes redundant code and fixes issues with tickposition
fixes to scrollbar: steps and multiple timers
Move colors to a table
theme enhancaments
move themes from an interface to a class
experimental GTK theme support
fixes methods signature
fixes button order
fixes timer, new properties and methods
use style_attach
avoids null exception
Adding missing attribute
fixes properties and methods
*** empty log message ***
small fix
fire OnEnabledChanged event
fixes formmating, methods signature, and adds missing events
new methods, properties, and fixes for progressbar
small bug fix regarding bar position
more fixes to scrollbar
adds autorepeat timer, uses a single timer, fixes scrolling bugs, adds new methods
fires OnFontChanged event
Init string variables with an empty object
fixes method signatures, new methods, events, fixes autosize
implements resource pool for pens, brushes, and hatchbruses
Refresh when font changed
fixes bugs, adds flashing on certain situations
Caches ClientRectangle rectangle value
LinkLabel fixes, methods, multiple links
GroupBox control
enumerations need it by menus
measureitem args and handler
remove cvs tag
Add to the build Process
Very early menu support
fixes right button position causing right button not showing on horizontal scrollbars
insert line break
removes warnings from compilation
Removes deletion of cached brushes
more menu work
menu work, mainmenu, subitems, etc
fix for X11
menu drawing fixes
disabled scrollbar should not honor any keyboard or mouse event
prevents windows from showing in the taskbar
fixes MenuItem class signature
menuitems in menubars do not have shortcuts
Fixes MakeTransparent method
MenuBarCalcSize returns the height
enum need it by SystemInfo
Fixes MakeTransparent problem with 24bbps
speedup menus drawing
Removes lock operations. Agreed with Miguel
removes warning
fixes bug 66533
Help the gc
Menu key navigation, itemcollection completion, menu fixes
fixes handle creation
collection completion, drawing issues, missing features
fixes vertical scrollbar and removes dead code
fixes menu navigation, fixes popups, etc
fixes dispose of non-used resouces
calls GdiplusShutdown to propery signal GDI+ termination
tracker should be for tracking session
fixes signature
initial listbox work
updates thumb position when max, min or increment is changed
removes unused variable
horizontal scrollbar, multicolumn, fixes
fixes menu destruction and recreating menus with changed items
fixes menu destruction and recreating menus with changed items
use Theme colours instead of System.Colors
fixes scrollbar problems and updates old theme code
update real status
fixes wrong enum values
implemented clipping, selection single and multiple, and bug fixing
remove warnings
autosize works in text change and removes unnecessary invalidate
fire events, implement missing methods and properties, sorting
button fixes
update swf guidelines
CheckedBox implementation, ListBox fixes
remove old cvs comments since they are no longer updated and we use ChangeLog now
fixes build
ComboBox work
add the combobox files
ComboBox DropDownList and fixes
Zoltan's fixes of SD marshalling in AMD64
remove unused vars
More ComboBox work
keyboard navigation, item navigation, bug fixes
keyboard navigation and bug fixes
missing properties, fixed bugs
fixes dropstyle
update project file
calls XCloseDisplay on X11 when need it
fixes marshaling and method signature
fixes marshaling and method signature
fixes marshaling and method signature
Fixes ComboBox ownerdraw
update projecte file
More Combobox work
ownerdraw support, fixes
font sizes sample
Fixes GdipGet* signatures function calls
fixes integralheight and method ToString
add files to the prj
listbox, comboxes keyboard fixes, focus item, Selection.Multiextended, etc
menu fixes: tracking, bug 71495, etc
fixes DrawFocusRectangle
connect LostFocus Event
update project file
combobox fixes
fixes for CheckedListBox
ScrollBar fixes
fixes 71946 and 71950 and other issues
fixes serveral comboboxes issues
more ComboBox and ListBox enhanments
empty region sample
ListBox fixes
SD samples should not requiere SWF
2005-02-03 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-04 Jordi Mas i Hernandez <jordi at ximian.com>
* MenuItem.cs:
2005-02-08 Jordi Mas i Hernandez <jordi at ximian.com>
* LinkLabel.cs:
2005-02-09 Jordi Mas i Hernandez <jordi at ximian.com>
Fixes AddRange bug
2005-02-10 Jordi Mas i Hernandez <jordi at ximian.com>
fixes spelling
2005-02-11 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-16 Jordi Mas i Hernandez <jordi at ximian.com>
menu fixes
2005-02-19 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-19 Jordi Mas i Hernandez <jordi at ximian.com>
* Label.cs: fixes image drawing (image and imagelist)
2005-02-22 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-23 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-24 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-24 Jordi Mas i Hernandez <jordi at ximan.com>
svn path=/trunk/mcs/; revision=41147
2004-02-25 Jordi Mas i Hernadez <jordi at ximian.com>
2005-02-25 Jordi Mas i Hernandez <jordi at ximian.com>
2005-02-28 Jordi Mas i Hernandez <jordi at ximian.com>
several ComboBox fixes
2005-03-02 Jordi Mas i Hernandez <jordi at ximian.com>
2005-03-03 Jordi Mas i Hernandez <jordi at ximian.com>
2005-03-08 Jordi Mas i Hernandez <jordi at ximian.com>
2005-03-11 Jordi Mas i Hernandez <jordi at ximian.com>
In System.Drawing.Drawing2D:
2005-03-16 Jordi Mas i Hernandez <jordi at ximian.com>
2004-03-21 Jordi Mas i Hernadez <jordi at ximian.com>
ColorMatrix usage sample
fixes System.Drawing tests
2004-03-22 Jordi Mas i Hernandez <jordi at ximian.com>
active clone tests now that is fixed
In System.Drawing.Imaging:
2005-03-23 Jordi Mas i Hernandez <jordi at ximian.com>
remove debug console
2005-03-30 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-01 Jordi Mas i Hernandez <jordi at ximian.com>
Add new classes to the build
* DataGridTextBoxColumn.cs: fixes signature
2005-04-04 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-04 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-05 Jordi Mas i Hernandez <jordi at ximian.com>
ops, extra )
2005-04-07 Jordi Mas i Hernandez <jordi at ximian.com>
fixes operator
Fixes shortcut assignment
2005-04-11 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-13 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-15 Jordi Mas i Hernandez <jordi at ximian.com>
* ListControl.cs: work towards complex data binding support on ListControl
Datagrid uses System.Data namespace
2005-04-20 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-22 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-24 Jordi Mas i Hernandez <jordi at ximian.com>
2005-04-26 Jordi Mas i Hernandez <jordi at ximian.com>
Check DataManager before setting it
2005-04-28 Jordi Mas i Hernandez <jordi at ximian.com>
* Combobox:
2005-04-29 Jordi Mas i Hernandez <jordi at ximian.com>
add TODO
2005-05-5 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-10 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-11 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-12 Jordi Mas i Hernandez <jordi at ximian.com>
add DataGridDrawingLogic.cs to the build
Image stream sample
2005-05-11 Jordi Mas i Hernandez <jordi at ximian.com>
Add new files to build and comment test
2005-05-14 Jordi Mas i Hernandez <jordi at ximian.com> <kornelpal at hotmail.com>
2005-05-16 Jordi Mas i Hernandez <jordi at ximian.com> <kornelpal at hotmail.com>
2005-05-15 Jordi Mas i Hernandez <jordi at ximian.com>
* ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
2005-05-17 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-18 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-20 Jordi Mas i Hernandez <jordi at ximian.com>
* ComboBox.cs: fixes OnSelectedItemChanged
2005-05-20 Jordi Mas i Hernandez <jordi at ximian.com>
2005-05-26 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-01 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-03 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-06 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-06 Gaurav Vaish and Ankit Jain
2005-06-06 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-08 Jordi Mas i Hernandez <jordi at ximian.com> <kornelpal at hotmail.com>
Rectangle and RectangleF basic testing units
2005-06-09 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-09 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-10 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-13 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-14 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-16 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-17 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-17 Jordi Mas i Hernandez <jordi at ximian.com>
* DataGrid.cs: clears cached value
2005-06-22 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-23 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-22 Jordi Mas i Hernandez <jordi at ximian.com>
2005-06-29 Jordi Mas i Hernandez <jordi at ximian.com>
2005-07-01 Jordi Mas i Hernandez <jordi at ximian.com>
2005-07-05 Jordi Mas i Hernandez <jordi at ximian.com>
Include new tests in the testing script
build fixes
In .:
2005-07-18 vlindos at nucleusys.com
2005-07-19 Jordi Mas i Hernandez <jordi at ximian.com>
2005-07-27 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-05 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-05 Jordi Mas i Hernandez <jordi at ximian.com>
* ComboBox.cs: Fixes FindString methods and GetItemHeight
2005-08-08 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-08 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-07 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-10 Jordi Mas i Hernandez <jordi at ximan.com>
2005-08-17 Jordi Mas i Hernandez <jordi at ximan.com>
2005-08-18 Jordi Mas i Hernandez <jordi at ximian.com>
remove invalid test and unused vars
2005-08-19 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-19 Jordi Mas i Hernandez <jordi at ximan.com>
2005-08-19 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-19 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-22 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-23 Jordi Mas i Hernandez <jordi at ximan.com>
2005-08-23 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-24 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-25 Jordi Mas i Hernandez <jordi at ximian.com>
2005-08-03 Jordi Mas i Hernandez <jordi at ximian.com>
Tests
2005-09-05 Jordi Mas i Hernandez <jordi at ximian.com>
fixes build
2005-09-05 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-06 Jordi Mas i Hernandez <jordi at ximan.com>
2005-09-06 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-06 Jordi Mas <jordi at ximian.com>
* TestImagge.cs: File not found exception, related to fix r49744
include new test
2005-09-12 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-13 Jordi Mas i Hernandez <jordi at ximan.com>
2005-09-13 Jordi Mas i Hernandez <jordi at ximian.com>
* CheckedListBox.cs: Fixes bug 76028
2005-09-14 Jordi Mas i Hernandez <jordi at ximan.com>
* ThemeNice.cs, DataGridTextBoxColumn.cs, ThemeWin32Classic.cs,
2005-09-16 Kazuki Oikawa <kazuki at panicode.com>
2005-09-16 Jordi Mas i Hernandez <jordi at ximian.com>
* ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
2005-09-21 Jordi Mas i Hernandez <jordi at ximian.com>
In Test/System.Windows.Forms:
Scripts to test units alone
In Test/System.Windows.Forms:
2005-09-26 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-28 Kazuki Oikawa <kazuki at panicode.com>
2005-09-28 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-28 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-29 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-30 Jordi Mas i Hernandez <jordi at ximian.com>
2005-09-30 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-01 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-04 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-05 Jordi Mas i Hernandez <jordi at ximian.com>
* ComboBox.cs:
2005-10-05 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-06 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-11 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-11 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-11 Jordi Mas i Hernandez <jordi at ximian.com>
* DataGridTextBoxColumn.cs: Sets location and size before attachment
* ListBox.cs: Fixes 76383
2005-10-14 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-16 Jordi Mas i Hernandez <jordi at ximian.com>
2005-11-16 Jordi Mas i Hernandez <jordi at ximian.com>
Add new unit test
* DataGridBoolColumn.cs: fixes warning
2005-10-17 Jordi Mas i Hernandez <jordi at ximian.com>
* ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
2005-10-18 Jordi Mas i Hernandez <jordi at ximian.com>
* ListViewItem.cs:
2005-10-18 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-18 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-20 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-20 Jordi Mas i Hernandez <jordi at ximian.com>
2005-10-21 Jordi Mas i Hernandez <jordi at ximian.com>
* Binding.cs: No PushData/PullData if there is no binding (fixes crash)
* DataGrid.cs: Adds support for vertical scrolling using the mousewheel
2005-10-31 Jordi Mas i Hernandez <jordi at ximian.com>
In Test/System.Drawing.Imaging:
2005-11-02 Jordi Mas i Hernandez <jmas at softcatala.org>
2005-11-04 Jordi Mas i Hernandez <jordimash at gmail.com>
2005-11-07 Pedro Martinez Julia <pedromj at gmail.com>
2005-11-08 Pedro Martinez Julia <pedromj at gmail.com>
Add DataGridView to the build
2005-11-29 Jordi Mas i Hernandez <jordimash at gmail.com>
In Test/System.Drawing.Design:
Small samples used SD .Net 2.0
In System.Drawing.Printing:
* Graphics.cs: Add new deephs support to CopyFromScreen
2005-12-22 Jordi Mas i Hernandez <jordimash at gmail.com>
2005-12-22 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-15 Jordi Mas <jordimash at gmail.com>
2006-01-15 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-15 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-17 Jordi Mas i Hernandez <jordimash at gmail.com>
* DataGrid.cs: Fixes 77260
Clicking on non empty areas in the columns area was giving an exception
2006-01-21 Jordi Mas i Hernandez <jordimash at gmail.com>
fixes exception thown the object was null
2006-01-24 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-27 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-27 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-31 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-01-31 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-04-29 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-05-10 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-04-13 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-05-13 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-04-14 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-05-20 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-05-20 Jordi Mas i Hernandez <jordimash at gmail.com>
Comment on single graphic context usage
Microsoft public key to be used for strongnaming assemblies
Initial work on System.Workflow.ComponentModel
Initial work on System.Workflow.Activities
Initial work on System.Workflow.Runtime
2006-09-19 Jordi Mas <jordimash at gmail.com>
2006-09-21 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-09-21 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-09-27 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-09-27 Jordi Mas i Hernandez <jordimash at gmail.com>
* PrintingServicesUnix.cs: Implements LoadPrinterPaperSources member,
2006-11-25 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-11-25 Jordi Mas i Hernandez <jordimash at gmail.com>
2006-12-01 Jordi Mas i Hernandez <jordimash at gmail.com>
2008-04-05 Jordi Mas i Hernandez <jordimash at gmail.com>
2008-04-08 Jordi Mas i Hernandez <jordimash at gmail.com>
2008-11-30 Jordi Mas i Hernandez <jordimash at gmail.com>
2009-02-07 Jordi Mas i Hernandez <jordimash at gmail.com>
2009-02-12 Jordi Mas i Hernandez <jordimash at gmail.com>
Joseph Hill (1):
Clarified details regarding non-LGPL use to specify both Mono and Moonlight
Joshua Tauberer (29):
2003-05-27 Joshua Tauberer <tauberer at for.net>
2003-06-01 Joshua Tauberer <tauberer at for.net>
2004-03-09 Joshua Tauberer <tauberer at for.net>
2004-03-09 Joshua Tauberer <tauberer at for.net>
2004-03-11 Joshua Tauberer <tauberer at for.net>
2004-03-30 Joshua Tauberer <tauberer at for.net>
2004-09-14 Loren Bandiera <lorenb at mmgsecurity.com>
2004-09-14 Loren Bandiera <lorenb at mmgsecurity.com>
2005-03-20 Joshua Tauberer <tauberer at for.net>
2005-03-30 Joshua Tauberer <tauberer at for.net>
Sqlite adapter now handles SQL strings containing
* Sqlite.cs, SqliteCommand.cs: Report string error messages
2005-10-07 Joshua Tauberer <tauberer at for.net>
Mono.GetOptions/OptionDetails.cs: Don't split on commas for options that have
SqliteCommand reorganization and other changes.
SqliteDataReader::GetFieldType
StreamReader.cs: Avoid two totally unnecessary string creations. (totally pedantic)
Sqlite: Version 3 uses unicode encoding. Version 2 uses ANSI encoding, unless user specifies otherwise.
Sqlite: Removed Mono.Posix dependency. Updated test program.
SqliteClient: Lots and lots of fixes.
SqliteDataReader: Made 64bit clean. Patch from Joe Shaw.
SqliteClient: Use the working HGlobal String-to-Ptr functions rather than CoTaskMem.
Sqlite's sqlite3_last_insert_rowid binding had the wrong return type (int vs long).
Sqlite unnamed parameters (by index) werent implemented.
2006-08-20 Joshua Tauberer <jt at occams.info>
Allow the Mono.CompilerServices.SymbolWriter.MonoSymbolFile class to be created without passing a System.Reflection.Assembly so that we can use this lib with Cecil.
mkbundle: Added --nomain option.
mkbundle: Added --nomain option.
HttpRequestTest.cs: Added test EmptyQueryValueParams.
Juli Mallett (13):
2002-08-24 Juli Mallett <jmallett at FreeBSD.org>
2002-08-28 Juli Mallett <jmallett at FreeBSD.org>
2002-08-30 Juli Mallett <jmallett at FreeBSD.org>
2002-09-01 Juli Mallett <jmallett at FreeBSD.org>
2002-09-01 Juli Mallett <jmallett at FreeBSD.org>
2002-09-01 Juli Mallett <jmallett at FreeBSD.org>
Back out the previous revision, the previous previous revision was right, as
2002-09-04 Juli Mallett <jmallett at FreeBSD.org>
2002-12-11 Juli Mallett <jmallett at FreeBSD.org>
2002-12-12 Juli Mallett <jmallett at FreeBSD.org>
2002-12-12 Juli Mallett <jmallett at FreeBSD.org>
Add myself to the team listing, cause I'm still around. Hopefully
Start settling in to Honolulu, Hawai`i.
Juraj Skripsky (82):
This fixes bugs #56129 and #56014.
2004-03-29 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-31 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-31 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-31 Juraj Skripsky <juraj at hotfeet.ch>
2004-04-20 Juraj Skripsky <juraj at hotfeet.ch>
2004-04-22 Juraj Skripsky <juraj at hotfeet.ch>
2004-04-29 Juraj Skripsky <juraj at hotfeet.ch>
2004-07-07 Juraj Skripsky <juraj at hotfeet.ch>
Same thing as in HEAD.
2004-10-04 Juraj Skripsky <js at hotfeet.ch>
2004-10-04 Juraj Skripsky <js at hotfeet.ch>
2004-09-30 Juraj Skripsky <js at hotfeet.ch>
2004-09-30 Juraj Skripsky <js at hotfeet.ch>
2005-01-10 Juraj Skripsky <juraj at hotfeet.ch>
2005-05-10 Juraj Skripsky <juraj at hotfeet.ch>
2005-05-10 Juraj Skripsky <juraj at hotfeet.ch>
2006-06-05 Juraj Skripsky <js at hotfeet.ch>
2006-06-06 Juraj Skripsky <js at hotfeet.ch>
2006-06-07 Juraj Skripsky <js at hotfeet.ch>
2006-06-09 Juraj Skripsky <js at hotfeet.ch>
2006-06-13 Juraj Skripsky <js at hotfeet.ch>
2006-06-13 Juraj Skripsky <js at hotfeet.ch>
2006-06-15 Juraj Skripsky <js at hotfeet.ch>
2006-06-16 Juraj Skripsky <js at hotfeet.ch>
2006-06-21 Juraj Skripsky <js at hotfeet.ch>
2006-06-28 Juraj Skripsky <js at hotfeet.ch>
2006-07-13 Juraj Skripsky <js at hotfeet.ch>
2007-03-21 Juraj Skripsky <js at hotfeet.ch>
2007-04-04 Juraj Skripsky <js at hotfeet.ch>
2007-04-04 Juraj Skripsky <js at hotfeet.ch>
2007-06-20 Juraj Skripsky <js at hotfeet.ch>
2007-06-21 Juraj Skripsky <js at hotfeet.ch>
2007-06-25 Juraj Skripsky <js at hotfeet.ch>
2007-07-19 Juraj Skripsky <js at hotfeet.ch>
2007-07-19 Juraj Skripsky <js at hotfeet.ch>
2007-07-19 Juraj Skripsky <js at hotfeet.ch>
2007-08-18 Juraj Skripsky <js at hotfeet.ch>
2007-08-19 Juraj Skripsky <js at hotfeet.ch>
2007-08-23 Juraj Skripsky <js at hotfeet.ch>
2007-09-12 Juraj Skripsky <js at hotfeet.ch>
2007-10-15 Juraj Skripsky <js at hotfeet.ch>
2007-10-18 Juraj Skripsky <js at hotfeet.ch>
2007-10-24 Juraj Skripsky <js at hotfeet.ch>
2007-10-30 Juraj Skripsky <js at hotfete.ch>
2007-11-02 Juraj Skripsky <js at hotfete.ch>
2007-11-06 Juraj Skripsky <js at hotfeet.ch>
2007-11-07 Juraj Skripsky <js at hotfeet.ch>
2007-11-20 Juraj Skripsky <js at hotfeet.ch>
2007-12-14 Juraj Skripsky <js at hotfeet.ch>
2007-12-19 Juraj Skripsky <js at hotfeet.ch>
2008-01-07 Juraj Skripsky <js at hotfeet.ch>
This file is obsolete now.
2008-01-13 Juraj Skripsky <js at hotfeet.ch>
2008-01-16 Juraj Skripsky <js at hotfeet.ch>
2008-01-16 Juraj Skripsky <js at hotfeet.ch>
2008-01-20 Juraj Skripsky <js at hotfeet.ch>
2008-01-29 Juraj Skripsky <js at hotfeet.ch>
2008-01-29 Juraj Skripsky <js at hotfeet.ch>
2008-02-08 Juraj Skripsky <js at hotfeet.ch>
2008-02-10 Juraj Skripsky <js at hotfeet.ch>
2008-04-03 Juraj Skripsky <js at hotfeet.ch>
2008-04-29 Juraj Skripsky <js at hotfeet.ch>
2008-05-19 Juraj Skripsky <js at hotfeet.ch>
2008-05-29 Juraj Skripsky <js at hotfeet.ch>
2008-06-01 Juraj Skripsky <js at hotfeet.ch>
2008-06-04 Juraj Skripsky <js at hotfeet.ch>
2008-06-04 Juraj Skrispky <js at hotfeet.ch>
2008-06-04 Juraj Skripksy <js at hotfeet.ch>
2008-06-18 Juraj Skripsky <js at hotfeet.ch>
2008-06-18 Juraj Skripsky <js at hotfeet.ch>
2008-09-16 Juraj Skripsky <js at hotfeet.ch>
2008-09-17 Juraj Skripsky <js at hotfeet.ch>
2008-09-23 Juraj Skripsky <js at hotfeet.ch>
2008-09-26 Juraj Skripsky <js at hotfeet.ch>
2008-09-28 Juraj Skripsky <js at hotfeet.ch>
Correct the date.
2008-09-30 Juraj Skripsky <js at hotfeet.ch>
2009-11-08 Juraj Skripsky <js at hotfeet.ch>
2009-11-08 Juraj Skripsky <js at hotfeet.ch>
2009-11-08 Juraj Skripsky <js at hotfeet.ch>
2009-11-08 Juraj Skripsky <js at hotfeet.ch>
Justin Cherniak (1):
2007-09-21 Justin Cherniak <justin.cherniak at gmail.com>
Jérémie Laval (292):
* Initial commit of ParallelFx (corlib part only, no PLinq)
Author: Jérémie Laval <jeremie.laval at gmail.com>
* Fix System.Collections.Concurrent API mismatches
In class/corlib/:
2009-08-04 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-05 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-11 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-11 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-11 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-11 Jérémie Laval <jeremie.laval at gmail.com>
2009-08-19 Jérémie Laval <jeremie.laval at gmail.com>
2009-11-02 Jérémie Laval <jeremie.laval at gmail.com>
2010-02-02 Jérémie Laval <jeremie.laval at gmail.com>
2010-02-02 Jérémie Laval <jeremie.laval at gmail.com>
2010-02-23 Jérémie Laval <jeremie.laval at gmail.com>
2010-02-25 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-02 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-08 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-08 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-24 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-24 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-24 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-24 Jérémie Laval <jeremie.laval at gmail.com>
2010-03-24 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-15 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-19 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-23 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-29 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-29 Jérémie Laval <jeremie.laval at gmail.com>
2010-04-29 Jérémie Laval <jeremie.laval at gmail.com>
2010-05-05 Jérémie Laval <jeremie.laval at gmail.com>
2010-05-25 Jérémie Laval <jeremie.laval at gmail.com>
2010-06-03 Jérémie Laval <jeremie.laval at gmail.com>
2010-07-07 Jérémie Laval <jeremie.laval at gmail.com>
Add Yield method to Thread (4.0 profile).
Introduce a spin count limit in SpinWait
SpinWait now sleep more in depth after a certain threshold and uses Thread.Yield method.
Fix macro indentation in Thread_Yield icall
Add a SpinWait step when waiting on a task. Fix 100% CPU bother.
Switch from per-thread SpinWait instance to per-method-call instance
[Fix] Adjust SpinWait values to stall the thread earlier. Fix #624849.
Revert stalling changes introduced in SpinWait. Add a guard for ntime overflow.
Use kernel-event in ThreadWorker and Scheduler to sync new arrival of work to do.
Use directly CancellationToken's ThrowIfCancellationRequested in ManualResetEventSlim
Correctly use ManualResetEventSlim's kernel-based counterpart to deep sleep when too much has already been spent spinning.
Correctly set SemaphoreSlim underlying kernel-based event state when it's changing state itself.
Correctly uses CancellationToken's ThrowIfCancellationRequested method in SemaphoreSlim and throw OperationCanceledException instead of returning false.
Use SemaphoreSlim underlying kernel-based event to sleep deeper when too much time has already been spent spinning.
Add a coherence subtest to SemaphoreSlim unit tests to enforce that only the correct number of thread are allowed to run concurrently.
Sanitize use of CancellationToken in BlockingCollection.
[Fix] Add deep-sleep to BlockingCollection using two ManualResetEventSlim for signaling when waiting in "collection-is-full-while-adding" and "collection-is-empty-while-taking" scenarios. Should definitely fix #624849.
Fix two minor exception misusages in BlockingCollection.
Add missing BOOTSTRAP_NET_4_0 define check in ManualResetEventSlim (as BlockingCollection now depends on that type).
Include set accessor in ThreadLocal's Value property. Catch possible exception in the initialization function and re-throw it accordingly. Track circular calling of Value property. Add corresponding unit-tests.
Rename ThreadLocal unit tests to reflect API name change (was ThreadLazy).
Add new split ordered list type based on the eponymous data structure.
Compilable implementation of SplitOrderList
Fixicate SplitOrderedList and tune default values
Add SplitOrderedList to the build system
Add auxiliary methods to SplitOrderedList to allow better integration with ConcurrentDictionary API.
Port ConcurrentDictionary to use SplitOrderedList class.
Add additional unit test for ConcurrentDictionary to validate behavior with the new SplitOrderedList backend.
Fix GetParent method in SplitOrderedList, it wasn't returning a meaningful value.
Tweak SplitOrderedList MaxLoad value (i.e. less pair per bucket).
Cache new segment array creation in SplitOrderedList to reuse it in case CAS fails.
When hard node deletion fails in SplitOrderedList, restart the process from the saved start point instead of straight from the head.
Add comments on some of SplitOrderedList's methods.
Lazy initialization of ManualResetEventSlim's underlying kernel object.
Force usage of 2 threads in one of ManualResetEventSlim unit test. It has no sense for more than that.
Port CountdownEvent to use a ManualResetEventSlim for all its waiting operations and use it as the native handle too.
Port Barrier to use ManualResetEventSlim for its waiting operations.
Correct typo in Barrier test fixture name
Port ConcurrentBag to use ConcurrentDictionary.
Add BOOTSTRAP_NET_4_0 define check in LazyInitializer (since it's now used in ManualResetEventSlim).
Add BarrierPostPhaseException and use it when executing post-phase delegate in Barrier.
Change #if line position in BarrierPostPhaseException to be below licence text
Move NET_4_0 define checks at the right position under the licence text
Disable two faulty tests that timeout the build bot.
Avoid waiting in an endless loop in ThreadWorker.
[PLinq] Cleanup code in QueryNodes.
[PLinq] Enclose operator processing in a try/finally block so that upon Dispose'ing the iterator a cleanup path is also called.
[PLinq] Terminate directly when all the necessary values have been correctly staged in OrderingEnumerator.
[PLinq] Switch to the more reliable ToListOrdered operator in QueryReverseNode.
[PLinq] Fix visitor behavior when on a QueryOrderGuardNode.
Fix whitespace mess in ParallelEnumerable methods.
[PLinq] Add more twist to unit tests by forcing use of a standard IEnumerable.
Move the count increment at a semantically more correct place in ConcurrentQueue
Increment Barrier's phase number before signaling to threads that they can proceed.
[PLinq] Remove unused Process overload.
[PLinq] Add a IsOrdered internal operator that naively says if the current node is behind an ordered guard.
[PLinq] Fix ProcessAndAggregate to correctly initialize its seed with all workers when no seedFunc is supplied.
[PLinq] Fix ToArray and ToList operator to also conservatively keep order when an explicit order guard is in the query.
[PLinq] Fix and improve Skip operator and use two different versions of the predicate depending on the relative order of the query.
[PLinq] Tidy up file hierarchy in System.Linq
[PLinq] Move NET_4_0 define check under licence text
Flatten file hierarchy in System.Threading.Tasks
Update file hierarchy change in System too
[PLinq] Reflect directory hierarchy change on namespace names
[PLinq] Re-enable tests that were previously [Ignore]'ed
[PLinq] Tune SkipWhile operator, re-enable its unit tests
Fix cancellation tracking and reporting in Task.
Update Task unit tests to reflect behavior change with cancellation
Remove timed deep sleep in ManualResetEventSlim and instead combine several WaitHandle to wait on
[PLinq] Remove unnecessary iteration of the internal dictionary in OrderedEnumerator and use deep sleeping
[PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation
Little 4.0 API signature tweaks
Add some documentation to BlockingCollection
Adapt deep sleep operation in BlockingCollection and fix Try* method (simplest form) behavior
[PLinq] Add implementation of Take/TakeWhile operators (including corresponding query node and unit tests)
[PLinq] Make QueryCheckerVisitor aware of Take query node.
Use Interlocked.Read (long) call directly in CyclicDeque.
[PLinq] Plug in QueryJoinNode for Join operator
[PLinq] Add test for Join operator
[PLinq] Really add QueryJoinNode
Correctly support calling lazily factory lambdas in ConcurrentDictionary.
[PLinq] Turn Wrap into an extension method
[PLinq] Implement GroupBy operator
[PLinq] Add GroupBy unit tests
[PLinq] Use default comparer instead of throwing an ANE in PLinq operators
[PLinq] Include Cancellation checks deeper in the pipeline processing
[PLinq] Enable First and FirstOrDefault unit tests
[PLinq] Add dummy GetEnumerator override in OrderedParallelQuery to make gui-compare happy
[PLinq] Refactor underlying enumerator management in OrderingEnumerator
[PLinq] Add SelectMany unit tests
[PLinq] Implement SelectMany ordered mode
[PLinq] Add a more specialized visitor object for checking query ordering.
[PLinq] Reactivate a bunch more of unit tests
[PLinq] Add Cancellation checks even deeper. Introduce merge token.
Change the way continuation delegates are stored and processed in Task. Fix random the random hangs.
Don't PopTop from our personnal bag in ConcurrentBag.
Allow at max one Remove operation to fail in tests.
Increase the number of repeated run in stress test.
Move the predicate call under launched.TrySet protection in Task's ContinueWithCore
[PLinq] Remove the scwl noise in ParallelEnumerable TestOrderByAgeAscendingTheByNameDescending test
Rework ReaderWriterLockSlim to use simpler Interlocked arithmetic.
Refactor ThreadLockState acquisition into a real per-thread, per-rwlock-instance value
Factorize tatas pattern in TryRelaxedSet method in AtomicBoolean, add AtomicBoolean to the compilation file list for System.Core
Finish reimplementation of ReaderWriterLockSlim so that it pass unit tests.
Fix ReaderWriterLockSlim unit tests.
Fix ReaderWriterLockSlim unit tests.
Tune thread count in ReaderWriterLockSlim unit tests
Remove unused bit position constants in ReaderWriterLockSlim
Use ManualResetEventSlim instances to wait for lock changes instead of hardcoded Thread.Sleep calls in ReaderWriterLockSlim.
Enable basic recursion support in ReaderWriterLockSlim. Works when reacquiring lock of the same type.
Add unit test for ReaderWriterLockSlim basic recursion support.
Add unit tests for recursive acquire of a Write or Upgradeable lock from a Read lock state
Fix non 4.0 build of ReaderWriterLockSlim.
Split ReaderWriterLockSlim helper classes into their own files
Change the key of the inner dictionary to an int id instead of the instance itself
[PLinq] Honor WithDegreeOfParallelism if present
Generalize ThreadLockState to include recursive count informations and update them accordingly in the different Enter/Exit methods
Check Recursive counts for ReaderWriterLockSlim in unit tests
Allow recursive Write + n * Read lock pattern for ReaderWriterLockSlim and add corresponding unit test
Revert "[PLinq] Honor WithDegreeOfParallelism if present"
[PLinq] Sanitize QueryOptions to use property everywhere and add ShouldBeSequential option.
[PLinq] Add the plumbery for checking source data size when possible and setting ShouldBeSequential appropriately
[PLinq] Add automatic sequential processing of query
[PLinq] Check ExecutionMode before executing sequentially
[Plinq] Force strict parallelism in all PLinq unit tests
Also set readerDoneEvent when exiting an upgradeable lock and reader condition is correct.
Add tidbits of documentation to ReaderWriterLockSlim.
Turn Is*LockHeld properties into thread-specific values in ReaderWriterLockSlim. Add corresponding unit tests.
[ReaderWriterLockSlim] Fix state corruption and race in a special interleaving.
Fix a dodgy ReaderWriterLockSlim unit test
Use test-and-test-and-set pattern in LazyInitializer::EnsureInitialized
Use Task helper methods in TaskCompletionSource instead of manual setting, allow continuation flow to happen smoothly and task status to be set accordingly.
Set more state on TaskCompletionSource inner Task<T>
Refactor Task.Wait and Task.WaitAny methods and add support for scheduler-less waiting.
Add TaskExtensions class and Unwrap extension methods
Implement Partitioner.Create int and long overloads. Add corresponding unit tests.
Add tiny bit of doc on ReaderWriterLockSlim.
Fixicate net_4_0_bootstrap build.
SpinLock performance improvements
ManualResetEventSlim performance improvements
ReaderWriterLockSlim performance improvements
ConcurrentDictionary performance improvements
Small condition fix in ReaderWriterLockSlim, avoid an extra loop pass.
Use ulong to represent element hashes internally allowing full width 32bits hashes. Replace SpinLock+ManualResetEvent based bucket resize with a simpler reader-writer lock. Revert from two layers storage to a bare array storage for buckets temporarily as it causes a weird concurrency bug.
Remove CurrentLockState in ReaderWriterLockSlim and reuse ThreadLockState instance more often.
Final performance improvement on ReaderWriterLockSlim
Simplify Parallel.For execution.
Small logic fix in choosing step in Parallel.For
In Parallel.For, returns immediately if the initial bound is superior or equal to the upper bound.
Add a new lightweight stealing algorithm to Parallel.For
Refine precedent algorithm for Parallel.For index stealing.
Directory cleanup for System.Collections.Concurrent partitioners
Cleanup ForEach overloads in Parallel
Simplify Parallel.ForEach loop execution
Throw an an exception when Break and Stop are used in combination.
[PLinq] Use a custom loop for iterating in ProcessAndAggregate to avoid the if cost at each round.
[CancellationToken] Speed up ThrowIfCancellationRequested operation
[Partitioner] Use custom made enumerator for GetPartitions proxying from GetOrderablePartitions
[Task scheduler] Refactoring and cleanup. Removed a bunch of not-so needed lambdas to avoid delegate invocation cost.
Protect Enter/Exit read part of ReaderWriterLockSlim against asynchronous exception.
Protect Enter/Exit write part of ReaderWriterLockSlim against asynchronous exception.
Protect ExitUpgradeable part of ReaderWriterLockSlim against asynchronous exception.
Protect TryEnter and Exit methods of SpinLock against asynchronous exceptions.
Fix compile error introduced by rebasing
Another fix related to the rebase
Revert the CER-like changes made to SpinLock.Enter method and document the problem.
Increase the deepSleepTime of ThreadWorker
Remove AreTasksFinished in Scheduler and directly use a non volatile version of IsCompleted
Use a custom-wrapper for Aggregate operation invocation
Add a default implementation of SpinWait when SplitOrderedList is built with Sys.Web 2.0 and add it to the build
Define more correctly
Plug SplitOrderedList inside TemplateControl.
Improve fallback SpinWait to include the initial logic of SpinWait
Fix ReaderWriterLockSlim Exit methods in SupportsRecursion mode and add corresponding unit tests
[PLinq] Improve Where query node speed by avoiding creation of dozen of Tuples everytime and instead use static struct
[PLinq] Fix the mess out of SelectMany node and speed it up (avoid Tuples creation)
[PLinq] Remove layer of unneeded indirections in OrderingEnumerator
Add a fast path in EnumerablePartitioner for strip partitioning
Remove debugging spew wrongly introduced by earlier commit
[PLinq] Remove double delegate cost when non indexed in SelectMany query node
Adjust sleeping values
[PLinq] Split long running test in two
[Task] Only launch continuation synchronously when the corresponding option in TaskContinuationOptions is set
[Task] Set continuation status to WaitingForActivation in ContinueWithCore
[Task] Check if Task isn't finished before going into the Scheduler for Wait
[Task] In every TaskFactory method accepting a Task array, we have to make a private copy to avoid changes to the array content from the moment we register the continuation to when we call the callback
[ReaderWriterLockSlim] Fix for #656353. Add corresponding unit test.
[SafeHandle] Protect Close against asynchronous exceptions
[SafeHandle] Make success parameter setting atomic wrt async exception in DangerousAddRef
[SafeHandle] Add bits of documentation
[SafeHandle] Fixing docs
[PLinq] Cleanup and prettify code from earlier commit
[PLinq] Wrap PLinq processing task body in a try/finally so that endAction is always called no matter what happen.
[Task] Dumb bugfix when checking timeout in Task.WaitAny
[Task] Add an extra check in Task.WaitAny to make sure the index returned is valid
[Task] Slight tweak of WaitAny unit test
[Task Scheduler] Track re-entrant call to WorkerMethod from normal ThreadWorker and make them use their deque
[Task Scheduler] Revisit Task waiting in Scheduler using ManualResetEventSlim
[Task scheduler] Change waiting layout/wakeup point and use adaptative deep sleeping
Fixicate some unit test
[System.Xml] Enable existing API under 4.0 profile too
Fix behavior of Partitioner.Create when more than one partition is requested and used
[PLinq] Detect when AsParallel is called multiple time in a query and simply reuse the existing ParallelQuery object
Fix GetConsumingEnumerable exception handling in BlockingCollection
Refactor Add/Take/TryAdd/TryTake methods into a common block in BlockingCollection
Implement CreateSetComparer method in HashSet
Fix semantic of CountdownEvent Reset methods. Fix #658244.
Increment Count even on single-processor in SpinWait. Fix #624849.
Update Task parameter names
More parameter renaming
Yet more parameter manual fixup
Add prototype for Parallel.For long overloads
Add missing members in AggregateException
Sys.Core parameters fixup
Add support for storing elements with the same hashcode in ConcurrentDictionary. Add corresponding unit test.
Clean and finish TaskFactory
Remove a leftover debugging scwl
Update ThreadLocal to use default(T) for initialization with parameterless ctor following comment on https://connect.microsoft.com/VisualStudio/feedback/details/630350/threadlocal-documentation-and-actual-behavior-mismatch
Use proper pattern for executing synchronous Task
Use correct exception when a key is not found in ConcurrentDictionary
Ensure task wait chain isn't executed out of order in scheduler
Use wider acceptance criteria to cope with nested child Task waiting and external task waiting
Explicitely attach loop underlying tasks to their eventual parent
Add unit test for nested Parallel.For execution
Protect SpinLock's Enter method against asynchronous exception
Fix comments
Use while loop instead of if for removing as much stalled tickets as possible
Avoid random failure in CountdownEvent unit test
Add missing Debugger and ReliabilityContract attributes to .NET 4 types
Fix .NET 4 API
Directly use ConcurrentDictionary with PLinq set operations
Add bigger unit test for Intersect and Union
Remove now unused internal classes
[System.Web] Add web fonts mimetypes to let browser do caching on client-side
Fix continuation not being scheduled because of too early and too greedy disposing.
Rework internal wait mechanism in thread workers participation code
Make use of the wait changes in the internal TaskScheduler -> IScheduler proxy.
Make sure a synchronous continuation get executed synchronously in all cases
Add WebMatrix.Data assembly skeleton
Stub DynamicRecord
Complete base DynamicRecord API
Add Database type
Add Dispose calls to Database
Fix up compilation of Database and DynamicRecord
Add ConnectionOpened event to Database
Add Close method
Foobar trigger connection
Add GetLastInsertId
Just fixup comment
Add unit tests for DynamicRecord
Add unit test for Database
Leave db connection opened until requested to close it and add more unit tests
KISHIMOTO Makoto (1):
Fix profiler build on freebsd.
Kamil Skalski (8):
Include monop in net_2_0 build (for monop2)
Mark BindGenericParameters as deprecated (update from Beta2 API). Use MakeGenericType as default implementation with updated signature. Fix API usage here and there.
Make buffer used in emitting types larger for some big generic types (patch by Michal Moskal)
Remove implementation of ICollection<T> from System.Collections.Generic.Stack<T> and Queue<T>, since it is not longer present in MS.NET 2.0 Beta 2.
Change Key and Value in System.Collections.Generic.KeyValuePair to properties to match .NET 2.0 July CTP. Update its use in Dictionary, since now we cannot write to them.
reflection.c (resolve_object): handle all kinds of MonoMethod including generic ones
Handle null values in result as having string type
Add option to specify busy timeout in underlying sqlite structure
Kazuki Oikawa (21):
2005-02-19 Kazuki Oikawa <kazuki at panicode.com>
2005-02-19 Kazuki Oikawa <kazuki at panicode.com>
2005-02-21 Kazuki Oikawa <kazuki at panicode.com>
2005-02-21 Kazuki Oikawa <kazuki at panicode.com>
2005-02-26 Kazuki Oikawa <kazuki at panicode.com>
2005-02-26 Kazuki Oikawa <kazuki at panicode.com>
2005-03-02 Kazuki Oikawa <kazuki at panicode.com>
2005-03-03 Kazuki Oikawa <kazuki at panicode.com>
2005-03-03 Kazuki Oikawa <kazuki at panicode.com>
2005-03-04 Kazuki Oikawa <kazuki at panicode.com>
2005-03-04 Kazuki Oikawa <kazuki at panicode.com>
2005-03-04 Kazuki Oikawa <kazuki at panicode.com>
2005-03-04 Kazuki Oikawa <kazuki at panicode.com>
2005-03-04 Kazuki Oikawa <kazuki at panicode.com>
2005-06-05 Kazuki Oikawa <kazuki at panicode.com>
2005-06-05 Kazuki Oikawa <kazuki at panicode.com>
2005-06-05 Kazuki Oikawa <kazuki at panicode.com>
* AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
2006-05-17 Kazuki Oikawa <kazuki at panicode.com>
2006-05-17 Kazuki Oikawa <kazuki at panicode.com>
2006-09-20 Kazuki Oikawa <kazuki at panicode.com>
Kenneth Bell (3):
Add block device support to file_getfilesize on Linux
Implement SecurityIdentifier and improve NTAccount.
Implement RawSecurityDescriptor.
Konstantin Triger (959):
ConstraintCollection: throw DuplicateException only if names match exactly with Table's locale
ConstraintCollection: throw DuplicateException only if names match exactly with Table's locale
DataRow.cs: Removed unneeded check of RowState
Nullify an index when Closed
Rostore the Dispose logic
DbConnectionString.cs, DbConnectionOptions.cs: revert to r43344
DbCommandOptionalFeatures.cs: revert to r43344
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43842
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43843
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43844
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43845
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43846
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43847
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43848
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43849
delete obsolete files
add TARGET_JVM ifdef
restore NET_2_0 ifdef
Updating ChangeLog with the redesign changes
Updating ChangeLog with the redesign changes
moving the JVM specific directory
fixing sources file
adding TARGET_JVM define
Fix whitespace noise in order to facilitate merge.
fixes for ImportRowTest test case
fixes for ImportRowTest test case
merging the Mainsoft branch to the trunk
fixing net_2_0 compilation
reverting the search order back to Original -> Current
Including Mainsoft tests
remove invalid characters
init schema values with defaults if missing
cleanup + exception
fix value fetch logic
fix for #74813
moving static fields to AppDomain in Java builds
Close WebResponse to free resources
Perform correct name encoding
TARGET_J2EE ifdef
Fixed ReadXml to work with IXmlSerializable
keep System.Data.vmwcsproj up to date
TARGET_JVM only changes
GetBytes should return the data length if target buffer is null
Disposing the WebService instance after a WebMethod invocation
removed source control dependency
Fix AddCurve implementation and cosmetic changes.
Fix AddArc/AddPie
Fix AddLines
Refactoring
Refactoring
Implemented AddBeziers
Refactoring
access modifier
AdvancedStroke implementation
revert to r48170
use correct stroke
fix default curve tension
Fixed DrawCurve
implemented GraphicsPath.Widen
fixed exception
Implemented DrawClosedCurve.
changing JAVA to TARGET_JVM in release builds
Fixed FillClosedCurve
Fixed Clear, Refactoring
Refactoring
Refactoring
Initial properties implementation
adjust stroke before widening
use correct object in Widen
perform case insensitive check
implementing fitting, output transform; fixing DrawXXX, Fill, Clipping, Containers
fix containers implementation
Fix copy order in CopyTo
fix matrix translate, fix matrix concatenation order
correct angle to compute the quarter
Added test for Clipping
fix signature
fixing clipping stuff
default region is infinite
use clone
fixing clipping with rotate transform
fixing visible window for containers
refactoring
IsVisible is about intersection
fixing transform, pen fitting
transform, container, thin pen
fix drawing arcs for angles >= 360
text transform, headless session
jay.vcproj to build jay on pure Win32
run jay in java prebuild step
run jay in java prebuild step
make fallbacks for GdiCharSet, GdiVerticalFont
make Clone abstract
removed extra type validation for object container
Fix the enumerator initialization problem
handle no credentials case
forward quadTo to curveTo
ifdef the unsupported method
throw an exception if failed
fixes to work with IBM GSSAPI
create GSSCredential only once, cleanup
retrieve the StringManager from AppDomain
Differentiate standard and AntiAlias stroking
DrawMargin, refactoring
Differentiate standard and AntiAlias stroking
fixing access modifiers
restore quadTo as curveTo affects quality
initialize fontcollection
text support
text support
Refactoring
Refactoring
throw an exception if codec is not found
fix for custom font collection
throw exception if invalid params.
refactoring.
open a correct stream.
performance - use BasicStroke when possible.
TARGET_JVM build changes
set inner exception.
set inner exception.
do not import empty namespaces.
merge -r 53392:53393
correctly export non-xsd primitive types.
project file update
merge -r 53522:53523
TARGET_JVM icon support
merge -r 53554:53555
refactoring
merge -r 53557:53558
use Convert.ToInt32() instead of cast to throw OverflowException
merge -r 53670:53671
TARGET_JVM build system changes
merge -r 53682:53683
merge -r 53682:53683
java profile reference change
merge -r 53753:53754
correcting SystemIcons.cs reference
merge -r 53896:53897
fixing conditional compilation constants
merge -r 53980:53981
merge -r 53934:53935
TARGET_JVM: save additional types per AppDomain
merge -r 53985:53986
merge -r 53759:53760
merge -r 54103:54104
add NET_1_1 define
index.Update fix
Fix MakeTransparent
merge -r 54293:54294
handle null string
merge -r 54299:54300
create AdvancedStroke when have penTransform
merge -r 54345:54346
fix port resolution for unnamed instances
merge -r 54348:54349
allow null string in WriteCData
allow null string in WriteCData
fix index updates
save StringManager into AppDomain
merge -r 54465:54466
undo r54467 changes
fixing exception messages
merge -r 54574:54575
merge -r 54590:54591
undo r54592 changes
TARGET_JVM ifdef
merge -r 54593:54594
charset support
Adding MonoTODO attributes for TARGET_JVM
merge -r 54656:54658
correcting support level under TARGET_JVM
merge -r 54958:54959
refactoring
apply MonoTODO attributes
merge -r 54998:549999
refactoring
remove unused method
refactoring
use stream interfaces
TARGET_JVM changes to let the compilation pass with csc 1.1
TARGET_JVM changes to let the compilation pass with csc 1.1
TARGET_JVM changes to let the compilation pass with csc 1.1
TARGET_JVM changes to let the compilation pass with csc 1.1
TARGET_JVM: fixing compilation
merging latest changes
make ProcessRequest virtual under TARGET_JVM
merging HttpSessionState.cs@@/main/19-24
under TARGET_JVM: merging /main/4
correct ifdef to TARGET_J2EE
adding files for compilation
fixing references
adding files for build
fixing visibility bahavior
remove DllName usage as this is unsupported property
merge -r 55606:55607
perform case insensitive compare; return correct key in default case
preserve user logic when adding client validation
preserve emptiness in ColorFormatter
correcting serialization conditions
TARGET_JVM: merge HttpApplication.cs changes
refactoring
ensure case insensitivity in header search
Add semicolon after client script if does not exist
ensure invariant culture
use static container
convert .invoke requests to PathInfo, remove ToUpper usage
refactoring for RunHooksEnumerator class
refactoring
refactoring for ColorFormatter Read/Write
redo improved r55895
TARGET_JVM: catch ObjectDisposedException in addition to ThreadAbortException; optimizing byte[] <-> sbyte[] conversion
TARGET_JVM: making public
TARGET_JVM: moving DbConvert.cs
refactoring: correcting method signatures for reuse in other assemblies
correcting method signatures
correcting method signatures
add System.Data.ProviderBase.jvm/AbstractDbCommandBuilder.cs
TARGET_JVM: initial OracleClient implementation
remove TARGET_JVM ifdef
refactoring access modifiers
add System.Data.OracleClient.jvm/ExceptionHelper.cs
refactoring access modifiers
remove clearcase binding
Adding TARGET_JVM OleDb testsuite
use correct properties
use correct properties
performance refactoring
applying jldap patch, cvs revision 1.13
remove ClearCase binding
fixing solution configurations
remove local name encoding for enums
merge -r 56609:56610
TARGET_JVM: fixing canonicalization
test
Added Mainsoft OracleClient testsuite
threat Oracle like DB2
Oracle NUMERIC with scale -127 maps to double
added JDBC provider generic adapter mechanism
follow JDBC provider generic adapter mechanism
Port OleDb invocation style to that of OracleClient
correcting named parameters
Beta OracleClient implementation
adding System.Data.OracleClient.jvm/Regex.cs
set default empty Database, throw ArgumentException if url parameter is missing
AbstractDataReader.cs: Prevent recursion when GetXXX is overriden and GetXXXSafe is called, ReaderCache.cs: Added IsNumeric to cache containers, AbstractDBCommand.cs, regex.cs, SqlCommand.cs, OleDbCommand.cs: Refactoring
sync with latest NET_2_0 changes
Added Oracle specific stubs
fixing output assembly name
make the MessageVector a synchronized collection
Do not throw ArgumentException when null is passed
refactoring
enable provider specific caches
initial implementation for JDBC objects wrappers; ifferentiate between setting varying and fixed length strings
refactoring
correct handling of Oracle specific types
compare up to the provider name length
check for null reference
merge -r 53370:58178
merge -r 53370:58178
Associate the AppDoamin with current thread
check for SQLServer uniquesidentifier type for VARCHAR
merge -r 58548:58549
refactoring
rename OleDbSqlServerProvider class to OleDbSqlServerProvider2000; ensure all the key-values are correctly passed to DriverManager
use standard JDBC style names
merge -r 58588:58590, -r 58584:58585
fix ctor name
merge -r 58740:58741
Use standard mechanism for session_end handling
remove redundand HttpApplication usage
refactoring: remove static modifier from session_end field
TARGET_JVM: update build system
merge -r 58778:58779
TARGET_JVM: update build system
merge -r 58784:58785
PROFILE net_1_1_java dependencies correction
merge -r 58807:58808
add OracleProvider
merge -r 58813:58814
remove duplicate deps
TARGET_JVM: update build system
merge -r 58910:58911
TARGET_JVM: update build system
merge -r 58912:58913
Login.cs: Added LayoutTemplate property support. LoginView.cs: Added LoggedInTemplate, AnonymousTemplate support, DataBind - correctly bind child controls, Implemented OnViewChanged, OnViewChanging, Render, Save/LoadControlState.
refactoring implementing Page.GetDataItem()
enable DataList binding using DataSourceID
correctly resolve GACs dependencies
MenuItem.cs: bind to NavigateUrl; CompositeDataBoundControl.cs: ensures data is bound; Menu.cs: fixed binding
ensure rebinding when FormView.PageIndex is called
implementation for IsViewStateEnabled
fix FormView.PageCount after data binding
ensure the control is bound if ViewState is disabled
map NCHAR to VARCHAR type
merge -r 59914:59915
ensure SQL server tests run only agains SQL server
merge -r59921:59922
map NCHAR to VARCHAR type
merge -r 59923:59924
fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables
merge -r 60439:60440
TARGET_JVM: remove unsupported OracleTypes from build to generate correct documentation
merge -r 60912:60913
fix typo
remove unimplemented classes from compilation
merge -r 61039:61041
backward compatibility for JDBC direct connection string
support configuration hierarchy merge
merge -r 61113:61114
merge -r 61099:61100
merge -r 61110:61111
merge -r 61112:61113
load themes relative to context root
return documented default for OldValuesParameterFormatString
set the row index from GridRowView if CommandArgument does not contain this information
raise OnDataSourceViewChanged events when data changes
if the url is relative, make it relative to the context root
ExecuteXmlReader() implementation
disabling setting out of range FormView.PageIndex
instantiate correct template when the bounding data source is empty
* MenuItemCollection.cs: save items if the collection is dirty.
fix typo in EnableTheming
* DataBoundControl.cs: implement MarkAsDataBound and consider it while
fix typo in HtmlEncode
correcting default dataType
* DataControlField.cs: correct handling empty header/footer text.
ChangeLog for r62303
Ensure initialized, fix url mapping.
bug fixes found by Test/System.Web.UI.WebControls/BoundFieldTest
remove incorrect asserts
ensure the container for the style exists
* GridView.cs: always create Header/Fotter rows, but render only when
DataControlFieldCollection.cs: added OnClearComplete override;
fix SyncRoot according to MSDN
forward event subscription to base
refactoring
refactoring to adapt to build system changes
cosmetic changes to enable compilation with MS 1.1 compiler
build system update
workaround removing unsafe code
refactoring
TARGET_JVM: add msbuild project file
TARGET_JVM: add msbuild project file
TARGET_JVM: add msbuild project file
TARGET_JVM: add msbuild project file
adding NET_2_0 target
TARGET_JVM: add msbuild project file and NET_2_0 target
TARGET_JVM: add msbuild project file and NET_2_0 target
TARGET_JVM ifdef
DbDataReader.Dipose(bool) - implemented
adding NET_2_0 target
enable compilation using ms csc compiler
remove files using CodeDom; fix assembly name
fix HintPath
move to System.Configuration20.vmwcsproj
removing irrelevant items; correcting references
move to correct name
add System.Configuration reference
fix resource embedding
remove CodeDom dependancy
implemented SqlClientFactory.CreateConnection ()
added SqlClientFactory implementation
add TARGET_JVM ifdef
fixing references hints
fixing references hints
fixing references hints
fixing references hints
TARGET_JVM: Java platform does not support file notifications
TARGET_JVM: add msbuild project
TARGET_JVM: put the conditionless sectio to the head to let running msbuild from command line
TARGET_JVM: adding msbuild project files
implemented specialized CopyTo() method
remove SqlTypes and some 2.0 tests
upgrade to msbuild
adding msbuild project file
remove XslCompiledTransform from compilation
No support for Nullable<bool>.GetValueOrDefault() yet
remove WindowsAuthentication related types as WindowsAuthentication is not supported
TARGET_JVM: adding msbuild project files
added NET_2_0 strongly typed overrides
add Precisios/Scale implementations to comply .net signatures
set OutputType to exe
updating to msbuild / net 2.0
replace OnStateChanged with OnStateChange according to .net 2.0
fixing NET_2_0 signature compliancy
Java profile does not support code generation
use correct public documented API (SendOrPost calls Send internally)
* ServiceDescriptionCollection.cs: refactoring for Add(), removing using of
TARGET_JVM: add msbuild project file
add JAVA define
* ConfigurationSection.cs: for net 1.1 SectionHandlers: return null in case
* ServiceDescriptionReflector.cs: remove CONFIGURATION_2_0 #if since NET_2_0
* ConfigurationSettings.cs: remove CONFIGURATION_2_0 #if since NET_2_0
fix default page resolution
revert TARGET_JVM ifdef
revert TARGET_JVM ifdef
The PageMapper in TARGAT_JVM expects url and not the full path
TARGET_JVM does not support signing
TARGET_JVM: handle special case for machine config
add J2SE helpers, UTF8 BOM
SqlCommand, SqlParameter.cs: correctly resolve parameters without '@'
TARGET_JVM: fix a typo
remove redundand interface derivation since already implemented by System.Attribute
enable concurrent usage, refactoring
enable concurrent usage, refactoring
use application server thread for processing request
use SqlClientFactory in case the ProviderName is not specified
* SqlMembershipProvider.cs: ensure GetUser() returns null if it cannot
add special build case for global.asax
Added default implementation for SkinID property
fix dispose order of reader vs connection
TARGET_JVM version of DefaultWsdlHelpGenerator.jvm.aspx
add DefaultWsdlHelpGenerator.jvm.aspx preprocessing and merging to System.Web.Servicess in PostBuild event
add special case for defaultwsdlhelpgenerator
Add net 2.0 override
Add net 2.0 override
TARGET_JVM: add browscap.ini to System.Web
implemented WebClientProtocol.UseDefaultCredentials()
output debug prints in DEBUG builds only
fixed initialization
* StaticPartialCachingControl.cs: added forwarding implementation for
prefer using newly created driver instance for opening a connection
Added implementation of System.Web.UI/TemplateInstanceAttribute
Ensure the source file stream is closed
* Page.cs: Imlemented InitOutputCache(OutputCacheParameters cacheSettings).
consider authorization section for access decision
add using for System.Web.Configuration
TARGET_JVM: add runtime support for ConnectionStringsExpressionBuilder
added basic implementation for some 2.0 features
* ConfigurationLocation.cs: do not read root element, correctly close stream.
do not recourse as this will be done by Configuration object
TARGET_JVM: PageMapper.GetObjectType() expects virtual path rather than a real one
remove TARGET_JVM #if
merge -r 65169:65170
revert r65171
merge -r 65172:65173
ensure the urls are correctly resolved
merge -r 65175:65176
TARGET_JVM: copy the web service test page locally for processing
include XslCompiledTransform.cs into a compilation
TARGET_JVM: ifdef tds protocol specific parts
switch to mono implementation for SqlTypes
add System.Data.SqlTypes\SqlAlreadyFilledException.cs to compilation
Add support for '|DataDirectory|' substitution string
Include System.Web.UI.WebControls\ContainedTable.cs into compilation
Set DataDirectory substitution string (http://blogs.msdn.com/dataaccess/archive/2005/10/28/486273.aspx)
Ensure DataDirectory is initialized only once
ObjectDataSourceView.cs: use Type.GetType for loading full qualified types
remove all the generated files
remove all the generated files
move Mainsoft.Web.Administration under class/Mainsoft.Web
move Mainsoft.Web.Administration under class/Mainsoft.Web
move Mainsoft.Web.Administration under class/Mainsoft.Web
align with latest changes in *.sources file
use Type.GetType for loading full qualified types since Assembly.GetType() fails to load them
* DataColumn.cs: consider row version when checking row.IsNull().
* DataTable.cs: Fixed LoadDataRow scenarios.
Refactoring
Fix build 1.x profile
add TARGET_JVM ifdef
Upgrade Java project file with recent changes
Upgrade Java project file with recent changes
refactoring - remove unneeded bool? usage
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME
change GHROOT to VMW_HOME; update with recent changes
change GHROOT to VMW_HOME
fix typo
fix typo
update with latest changes
TARGET_JVM: replace GHROOT with VMW_HOME
remove usage of local resources; make license server side comment
remove unused control
Add Grasshopper project file
TARGET_JVM: correct configuration pathes
TARGET_JVM: correct configuration pathes
TARGET_JVM: correct configuration pathes
move the implementation to the aspnetconfig folder
Replace GHROOT with VMW_HOME
TARGET_JVM: updtating project files with recent changes
updating the TARGET_JVM machine.config to be more similar to mono equivalent
remove permission stuff
integrating TARGET_JVM unit tests
remove unsupported security files
remove redundand NotWorkings
adding 2.0 configuration support
add System.CodeDom.Compiler\GeneratedCodeAttribute.cs into compilation
* ServicePointManager.cs: correct assignment typo.
TARGET_JVM limitations workarounds
Ensure path info is never null
Implement explicit implementation of IDataSource as documented in msdn
TARGET_JVM: sometimes JAVA has a wider exception hierarchy, i.e. ArrayIndexOutOfBoundsException : IndexOutOfBoundsException; we ignore this
remove redundand TARGET_JVMs due to r69157
specify default compilation language
create codebehind for Global.asax
remove jarserver property
Delegate parameter checking and default assigning to Configuratin property.
use html comparer
ensure the tests files are in sync; see run-mono-tests.bat diff
Add missing 2.0 ctor
Nullify parent when cloning the parameters
Add NotWorking category for failing NunitWeb tests
avoid using multiple appdomains in NunitWeb; have only the default and target AppDomains
Fixed with a new browscap.ini
Run all the WebTests in one and only one TreadPool thread
Revert r68605, WebTest is now fixed
add parantheses for MONO_REGISTRY_PATH
set WebFileSystemAccess parameter to Full by default
add ability to initialize DataDirectory from init parameter; read root folder from /WEB-INF/classes/appData.properties properties file
Disable session for NunitWeb tests since it does not support cookies
Add #if TRACE arround debug prints
Implemented DataObjectMethodAttribute and DataObjectMethodType
return null for global web.config for TARGET_JVM
Implemented Servlet session management. Servlet hosting moved to Mainsoft.Web package
Fix casting; remove throw
* SessionIDManager.cs: Pass config to SessionStateModule.IsCookieLess.
Fix compilation for NET_2_0
move J2EE hosting to Mainsoft.Web
merge recent changes
configure servlet session provider
Add Mainsoft.Web folder
correct section name for mainsoft.directoryservices
correct asserts in the test
ensure we don't create session when it is not required
correct working with timeouts
Add missing IdSeparator propoerty
Do not reject null key
DataObjectAttribute.cs: Implemented
explicitly implement IDataItemContainer.DataItemIndex as .Net does
explicitly implement ICloneable.Clone as .Net does
update project with recent changes
Ensure enabled = true by default; cleanup
make the check app root independent
Add ignores for TARGET_JVM bugs
workaround TARGET_JVM platform issues
Update system.net section settings
Implemented raising of Session_OnEnd event, refactoring
Implemented raising of Session events; refactoring
TARGET_JVM an internal call
TARGET_JVM: ignore deviceFilters section
Fix signature typo
Initilize PrivateBinPath for AppDomain
Backport the fix for AdRotator AbsoluteUri to 1.1
avoid NullRef exception
throw on unsupported parameters
Add unsupported keys for SQL server providers
threat '.' like localhost
remove unsupported 'Client proxy' link
use case unsensitive comparer for parameters collection
fix typo
Restore the test for !TARGET_JVM profile
consider parameter names and DataObjectMethodAttribute during method resolution
* XmlDataSource.cs: refactored to use cached collection.
typo: ParameterPrefix is prepended inside CreateDbParameter
make the DbParameterCollection.IndexOf(string) case insensitive
implemented ObjectDataSourceStatusEventArgs.AffectedRows propoerty
fix typo: ParameterInfo.Position is 0-based
wrap commandText with \[\] if needed
avoid bad indexing
* ConfigurationElement.cs: Try to deserilalize an unrecognized element by
ignore properties with null or empty name
* ClientTargetSection.cs: refactoring.
if SP has dots - don't wrap
don't force creating rows collection when SelectedIndex changes; RequireBinding on select
ToString the validating property value, if null return an empty string
ToString the validating property value, if null return an empty string
use IEqualityComparer for key comparison
consider Page's ClientTarget for BrowseCaps
Fix typo
Add extra checks to avoid NullReference exception
Implement FileSystemWatcher stub and remove redundand TARGET_JVM ifdefs
TARGET_JVM: add platform ignores
TARGET_JVM: add platform ignores
move the WriteClientScriptIncludes to the top of the form, according to the MSDN
suppress exception if eval() fails
TARGET_JVM: cleanup the test suite
ensure the web form client script is registerd before the client script includes are rendered
ensure the callback client script isregistered before the client script includes are rendered
TARGET_JVM: adjust with recent changes
TARGET_JVM: adjust with recent changes
Fix the profile conformancy version
TARGET_JVM: ifdef unsupported stuff
update supported protocols defaults
added support for testing using POST requests
support test page using POST request
describe only supported bindings and never HttpPostLocalhost
TARGET_JVM: align with recent changes
remove TRACE from release build
remove client side stack trace
Provide better error info
* ProtocolReflector.cs: throw if not conformant, but declared to be.
fix the default value
Fix element key creation
remove TARGET_JVM defines
remove TARGET_JVM defines
remove TARGET_JVM defines
remove TARGET_JVM defines
remove TARGET_JVM defines
TARGET_JVM: Add unreferenced tests
Ensure the schemas are available for validation
ensure the correct char encoding is set for the request
correct default values
remove files to comply to .net public interface
Added a 2.0 CompareTo override (refactoring)
TARGET_JVM: add SqlTypes tests and ignores to let them pass without failures
fix typo
remove NotWorking category from the passing tests
remove NotWorking category from the passing tests
TARGET_JVM: Add reference to System.Runtime.Serialization.Formatters.Soap
Transforms on an infinite region do not change it
Implemented respective AddWithValue methods
Implemented respective AddWithValue methods
Adding SqlTypes tests to the project file
Comply to .net public API
Add reference to System.Runtime.Serialization.Formatters.Soap assembly
map Types.TIME, Types.TIMESTAMP to SqlDbType.DateTime
return true since we call callback ourselves
call Session_End callback only if the handler does not support expiration
* XmlDataReader.cs, XmlDataInferenceLoader.cs, XmlDiffLoader.cs:
ensure the tables are created in document order
Added OracleClientFactory implementation
cosmetic changes
Fix typo
remove CodeGenerator.IsValidLanguageIndependentIdentifier check from Global.asax inherits attribute to let inherits='A.B' construct
be compatible with dev edition
TARGET_JVM: add project files for tests and batch for running the suite
Add System.ComponentModel\DataObjectFieldAttribute.cs for compilation
correct message compare pattern
Add a fake mailSettings config
refactor MapPath
Use Path.Combine instead of concat
Rework MapPath
Add explicit interface implementation according to MSDN
TARGET_JVM: run all fixtures
TARGET_JVM: run all fixtures
TARGET_JVM: run all fixtures
TARGET_JVM: adjust with recent changes
map string to NVarChar
consider empty string as nothing for documentation
undo r73469
correct content type for post request
emit conformance claims when required
compare contextPath ignoring case
Add extra null check to workaround an issue
convert value only if it's convertable
TARGET_JVM: align with recent changes in SystemFonts
TARGET_JVM: Ignore failing tests
TARGET_JVM: remove #ifdefs
Add run-tests.api.bat tests
throw on protocol version mismatch
TARGET_JVM: ignore test due to a bug
Add WSProtocol.AnyHttpSoap value for 1.1 profile
set AttachDBFilename as an unsupported attribute for SQLClient
remove TARGET_JVM conditional compilation blocks
adjust with new files
include more tests
Implement CommandBehavior.SingleRow
Enable passing tests
getRealPath returns path without trailing DirectorySeparatorChar; fixes TD #7498
Add webServices/conformanceWarnings defaults and use to the DefaultWsdlHelpGenerator.aspx
Use context class loader, if available
Compile nunit dependancy in debug configuration
remove chars only when required
Implement Derby shutdown policy
make FindAll(Type) consistent with Find(Type)
fix validation of the R2401 rule
throw on protocol version mismatch for 2.0 profile only
TARGET_J2EE: support only J2EE sessions
TARGET_J2EE: Add stub for BuildManager
remove TARGET_JVM define
align with recent changes
remove TARGET_JVM
remove TARGET_JVM
refactoring: making fields readonly
TARGET_J2EE: enable embedding web.config into a jar
Refactoring: use MethodInfo instead of method name for 2.0 profile
workaround Derby bugs to let it unload in full WAR mode
Added ServletAuthenticationModule.cs; refactoring
Added ServletAuthentication module
Added DataGrid.aspx
align with the Stream.Read docs
refactoring for Serialize/Deserialize functionality
replace APP_DATA -> App_Data
enable looking the documents up by namespace
add support for the 2.0 feature, which enables declaring WebService/WebMethods attributes in interface
set noParams if found a parameterless method
consider HttpServletRequest.req.getRequestURI ()
revert r74728 since it breaks layered authorization
Provide extended error info if cross application MapPath fails
should be able instantiate types with private ctors
TARGET_J2EE: make initialization_exception AppDomain specific
complete the pipeline in case of exception during InitOnce() to avoid a deadlock
Add support for contexts containing '/'
stop processing if AppDomain already destroyed
destroy AppDomain of first Servlet.destroy
implement logical pinging for IDE
use servlet context to store the ping flag
correctly handle null and empty virtual pathes in MapPath
use session timeout taken from web.xml; add support for changing session timeout programmatically
Initialize current culture from request locale
prepare for resource assembly resolution per AppDomain
* BrowserCapabilities.cs:
break potential recoursion if user overrides this[]
resolve GlobalResourcesAssembly in correct place
Path HttpContext to the PageMapper and use it. Throw resource not available exception at the highest level only - when it's known whether we should throw
correctly remove the ApplicationPath from url
Default Browser (userAgent) property to 'Unknown'
suppress errors for unsupported session mode and fallback to the servlet session provider
use virtual path for Global.asax
GetLocalResourceObject - should not prefix resources with 'Resources.'
use is unstead of casting
create a correct url for resolution
Add new files
Add new files
use ToLowerInvariant instead of ToLower
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
use Invariant culture for string manipulations
rename Cloudscape to Derby
use invariant culture; debug output
correctly resolve master page
rename MemberwiseClone to clone - accroding to public interface
refactor SystemColors cache into KnownColors.jvm.cs, to comply with mono implementation
remove Xml site map provider for security providers administration utility
add named colors initialization
HttpRequest.cs: IsLocal should return true for loopback addresses
Use HttpRequest.IsLocal to determine local request in 2.0 profile
Implement Font.GetHeight()
don't put null values
remove MaskedTextProviderTest test from compilation
TARGET_JVM: #7168 is fixed
Add implementation for GetGlobalResourceObject(...Type,String) and GetLocalResourceObject(...Type,String)
logically move the *.config files under META-INF folder
Add generation of System.Web\UplevelHelper.cs file
TARGET_JVM: move DoFilter function into compilation
Enable input filter
Add msbuild project
TARGET_J2EE: for portlet do not apply 'auto' logic for culture
Add stub for NET_2_0 LockBits
Use invariant culture for string comparing
Use invariant culture for string comparing
Use invariant culture for string comparing
TARGET_JVM: add support for custom action attribute
TARGET_JVM: performance: use java regex; sort data in reverse ordersince popular browsers are described at the end
do not export twice simple types
add mainsoft.use.portlet.namespace configuration parameter suppressing adding portlet namespace to the control id
refactoring ensuring uncomplete classes never instantiated and derived classes override relevant methods
access selector resources before it's closed
Update Java profile with recent changes
do not throw on unknown color
add support for SOAP1.2 to pass action in ContentType HTTP header. See http://www.w3.org/TR/soap12-part0/#L4697
Fix typo in MergeCollections (); refactoring
TARGET_JVM: SkipJavaOutputValidation for DataAdapter.Fill
TARGET_JVM: include passing tests
When formatting, threat empty string as null
Add nist dom tests to compilation
Do not intercept the original exception
fix typo in WHERE close
Implement Begin/EndGetResponse asynchronously
Refactoring: ensure proper cleanup
Refactoring: replace ToLower -> ToLowerInvariant
Detach the test from Sys.Drawing behavior and preserve the test intention
Security: avoid NullRef exception
Fix compilation errors by adding casting
TARGET_JVM: ignore failures in Sys.Net
TARGET_JVM: UNC is not supported
TARGET_JVM: use RuntimeEnvironment.SystemConfigurationFile for GetMachineConfigPath
TARGET_JVM: add new tests; remove fixed Ignores
TARGET_JVM: Enable passing tests
refactoring for performance
cosmetic fix for the exception type
refactoring for .net binary serialization compatibility: rename 'table' -> 'contents'
TARGET_JVM: #7458 is fixed
TARGET_JVM: #7461 is fixed
TARGET_JVM: #7463 is fixed
TARGET_JVM: #7464 is fixed
cosmetic perf optimization
use RuntimeEnvironment.SystemConfigurationFile
cosmetic: output to console in DEBUG mode only
do not change the original CommandText
Fix the type of the returned array
correct hierarchy for the exception for 2.0 profile
remove derby anti leak workarounds which proved to be buggy
ensure the file is closed in DataTable.WriteXml(filename)
Refactor Clone
ensure the file is closed in XmlWriter.Create(filename)
undo r77416 since the issue is handled in Xml, r77450
Refactor Clone
TARGET_JVM: make handler resolution case insensitive to comply with r77418
Add forbidden handlers for derby files
correctly check for request locality
Add debug outputs
treat DefaultWsdlHelpGenerator.jvm.aspx as DefaultWsdlHelpGenerator.aspx; correctly handle resources
init context with current checker
fix typo: set IsNullable flag for primitiveNullableTypes
set current ServiceDescription to the ConformanceCheckContext
* TypeTranslator.cs:
TARGET_J2EE: do not suggest viewing exception on local machines for portal
refactoring: fix documentation attributes
refactoring: fix documentation attributes
refactoring: fix documentation attributes
TARGET_JVM: the attribute is not needed anymore
remove 'NotWorking' for passing tests
providing basic documentation
providing GH specific documentation
improve exception message
provide docs for unsupported functionality
provide docs for unsupported functionality
remove unneeded overrides
fixing ifdefs
imclude new files
add James Newton-King's JSON serializer LICENSE and grant text
Add JSON serialization support based on Json.NET (http://www.newtonsoft.com)
Initial JavaScriptSerializer implementation
Add System.Web.Extensions.csproj file
add tests for JSON serializer
TARGET_JVM: do not differentiate the first run
compilation problems
TARGET_JVM: correctly handle Portal's 'GetBack'
remove commented out code
implementation of converters for serialization
implement a CultureInfoConverter for testing
implemented JavaScriptConverter..Deserialize functionality
implemented DeserializeObject
add partial support for XmlSchemaProviderAttribute
ensure correct behavior in case XmlSchemaProviderAttribute specified attibute does not return schemas
provide default implementation for GetDataSetSchema/GetDataTableSchema
correctly read \uXXXX escaped characters
correctly handle string escaping
implement GenerateScriptTypeAttribute.ScriptTypeId
support serialization of IDictionary<>; refactoring
initial script services implementation
base AppRelativeTemplateSourceDirectory property on TemplateControl; implement special behavior of Control.TemplateControl for TemplateControl instances
calculate AppRelativeTemplateSourceDirectory from HttpContext when control is not in control collection
correct relative paths
set caching
refactoring
implemented session support
refactoring
add exception handling support
refactoring for ScriptManager.GetCurrent()
cache ScriptManager; implement UpdatePanel.IsInPartialRendering
remove unneeded code
implemented ToString()s
initial implementation for JavaScriptSerializer.MaxJsonLength, JavaScriptSerializer.RecursionLimit
access ws proxy using relevant methods (net 3.5)
cached anyway
do not output xml declaration while serializing XmlDocument
Do not pretty format xml output
fixing DateTime serialization
refactoring
refactoring
ensure CultureInfo.InvariantCulture is used everywhere
refactoring
undo InvariantCulture fix for enums since 'Enum.ToString(System.IFormatProvider)' is obsolete
auto generate script types for method params
fix enum serialization
add support for ScriptMethodAttribute.XmlSerializeString
fix typo in WriteAccessProperties prop name; clone the returned value; attach a correct converter
implement Profile service
remove unneeded dep on web for web service clients
TARGET_JVM: ignore failing test
TARGET_JVM: exclude not working tests
TARGET_JVM: ServicePoint.BindIPEndPointDelegate is not supported
TARGET_JVM: Environment.GetFolderPath is not supported.
update project file with recent changes; remove IPGlobal* from compilation since they use pinvoke to get the information
remove unneeded 'using'
update project file with recent changes
fix compilation error with MS compiler
update with recent changes; remove System.Net.NetworkInformation namespace since it's not currently functioning on Java platform
DbEnumerator.cs, DbDataRecord.cs: refactoring; DbDataRecord.cs: GetValue() should return null instead of DBNull
correct WriteAttributeString while writing xml with XmlWriteMode.WriteSchema
fix the test for net_1_1 profile
TARGET_JVM: remove extern declaration from compilation
add new file
update the project file
refactoring for portal integration
TARGET_JVM: apply recent build system changes
add license header
TARGET_JVM: fix compilation
TARGET_JVM: fix compilation
refactoring: use Group instead of Captures collection since this is faster on java platform
fix ToDateTime(XmlDateTimeSerializationMode.Unspecified)/ToString(DateTime) for local time
change log for r90413
fix default case-insensitive comparer for 2.0 profile
remove dead code
remove test for HttpCacheVaryByContentEncodings since it's not public API for 2.0
TARGET_JVM: do not use the SettingsMappingManager
root the resolution though JSF
TARGET_JVM: decode id before use.
remove unneeded TARGET_J2EE
cosmetic: the href will be resolved by the HtmlLink on Render.
need to reset all the cached paths
refactoring.
unwrap the FacesException
1. refactoring
unwrap exception without changing the stack trace.
add support for string concat (+)
typo - pass the correct property to Attribute.GetCustomAttribute; Pass oroginal exception as inner
do the IHttpExtendedHandler analyzis ourselves
correct CreateActionUrl for not application paths
release faces factories on shutdown
move J2EEconts to Mainsoft.Web.Hosting ns; add support for our HttpContexts
Add support for java config files settings inside the .Net appSettings
properly override NameValueCollection to support interop with it
add missing ';' in java script
formatting; use mainsoft.web.portal.multiform for isMultiForm decision
move RenderKitFactory to the base
move JSF init to the Servlet.init
use old flag for backward compat
implemented compression classes
the AppSettings collection's Add should behave as Set
use ClassLoader.getResourceAsStream instead of ClassLoader.getResource for checking resource presence to remove leaks
make the behavior for SqlDataSourceView.FilterExpression comply with the behavior of ObjectDataSourceView.FilterExpression
implement BaseExternalContext
refactoring: add internal modifier to event keys, so they can be accessed from TemplateControl
TARGET_JVM: wireup auto events only if user did not add them manually
implement Java InputStreamWrapper
TARGET_JVM: use J2EEUtils.InputStreamWrapper for reading java's InputStream
TARGET_JVM: make sure XmlDateTimeSerializationMode.Unspecified works
ensure events are wired using public interface
release capabilities file after use
convert ArrayList to array only in case of DeserializeObject()
refactoring
make Mainsoft.Web.Hosting.ServletIncludeUtils public
TARGET_JVM: must clean up form when resetting HttpWorkerRequest
improve JDBC driver cleanup logic
suppress exception and return url as is
TARGET_JVM: call ProfileModule's OnLeave when the action phase ends
Form validation: ensure the collection is accessible after validation failed
add Lifecycle property to BaseHttpContext
undo r93350 and implement in Mainsoft.Web.Portal using phaseListener
move headers_sent initialization up to prevent additional trial to send headers if an exception is thrown
when rh expresssion is null or DBNull always return false
remove unneeded getServerPort(), fixes #9681
implemented AuthenticationService, ProxyGenerator
ensure the authenticationService is enabled
TARGET_JVM: temp commit for logging of #9682
revert r94450
performance: refactor out the Configuration object construction from GetSection() to the ctor
TARGET_JVM: cache the merged AppSettings inside AppDomain
ignore null state in processRestoreState
prevent endless recursion in AncestorIterator while collecting results
TARGET_JVM: printouts for debug purposes
TARGET_J2EE: reverted r80308
merge -r95484:95485
Kornél Pál (136):
Modified conditional compilation syntax
Uses MemoryStream wrapping on all platforms if needed
Corrected ChangeLog date
Fixed Bug #53169
Revised DrawString methods
Fixed bug #75068
GC.SuppressFinalize(this) is not called in destructors. Some methods renamed.
DisposeInterface renamed to ReleaseInterface
Removed unnecessary variables
Added TimerTest.cs
Added TimerTest.cs
HttpWriter.cs: Fixed: _OutputFilter.Close () was called twice.
icall.c: Added ves_icall_Mono_Runtime_GetDisplayName
Runtime.cs: Added GetDisplayName
Added support for HttpPostLocalhost and HttpSoap12
WebServiceHandlerFactory.cs: Throw InvalidOperationException instead of returning DummyHttpHandler when the request format is not supported.
ComIStreamMarshaler.cs: Dispose releases managed objects as well, removed some unnecessary code; ComIStreamWrapper.cs: Reworked Seek method to proper support of positions beyond the size of stream
driver.c: Detach console when executing IMAGE_SUBSYSTEM_WINDOWS_GUI on win32
Replaced assembly references with constants in Consts.cs.
Replaced all assembly references with constants in Consts.cs.
Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number.
Updated 2.0.3600.0 assembly versions to 2.0.0.0.
configure.in: Generating Consts.cs from Consts.cs.in instead of MonoVersion.cs.
Using Consts.MonoVersion instead of MonoVersion.cs.
Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as the assembly does not exists in older versions. Fixed to use VsVersion.
Fixed 48519 to 48944 regressions.
__ComObject.cs: Fixed to be internal. Removed CLSCompliant attribute. Added some comments about the class.
Image.cs: Implemented FromHbitmap.
Removed UnmanagedType_80 that was required because mcs bug #75945 was not discovered.
Graphics.cs: DrawImage: imageAttr can be null. Fixed to pass IntPtr.Zero when imageAttr is null.
Added CODEPAGE Makefile variable that specifies the encoding used by compilers.
ImageList.cs: Added comments about the current implementation. Added ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use Format32bppArgb to preserve transparency and can use Graphics.FromImage while using the specified ColorDepth. ReduceColorDepth uses unsafe code with Bitmap.LockBits for better performance. Revised the whole file to match MS.NET behaviour and provide better performance. Non-public interface members are calling public members even when they throw NotSupportedException for better maintainability. Moved ColorDepth, ImageSize, ImageStream and TransparentColor implementations to ImageCollection for better performance as these properties are not used by ImageList.; ImageListStreamer.cs: Added a new internal constructor that takes an ImageList.ImageCollection and serializes Images based on ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to match ImageList property name.
ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
ImageList.cs: Added comments about handle creation. Moved Handle, HandleCreated and OnRecreateHandle implementations to ImageCollection. Handle is created in Add methods.
ImageList.cs: Resize icons when needed.
ImageList.cs: ImageCollection: Removed owner field as it is no more used.
ImageList.cs: ReduceColorDepth: Clean up pointer operations.
ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
Moved RecreateHandle back to ImageList as event source has to be the ImageList.
Create handle.
ImageList.cs: Use upper case initials for internal fields. ImageStream: Create handle. NET_2_0: Destroy handle when value is null.
ImageList.cs: Added handle creation support, key support and implemented profile 2.0 members and attributes.
ImageList.cs: Added lastKeyIndex field and use in IndexOfKey. Use typeof instead of strings when assembly is referenced. Added some more comments.
ImageList.cs: Use attribute constructors with less arguments where possible.
ImageList.cs: Dispose ImageAttributes objects.
ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs, TreeView.cs: Don't dispose objects that are not owned.
driver.cs: Use Encoding.Default as default code page instead of ISO-28591.
Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
Consts.cs.in: Added VsFileVersion that is used by assemblies.
Consts.cs.in: Added FxFileVersion for use in assemblies instead of RuntimeVersion.
Updated runtime version to v2.0.50727 (2.0 RTM). Use Consts.MonoVersion, Consts.FxFileVersion and Consts.VsFileVersion in assembly attributes. Use Consts.RuntimeVersion as Environment.Version that makes maintenance easier.
Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't endian safe.
ImageFormat.cs: Fixed ToString to use this.Equals to reflect argument changes to ImageFormat objects. Added Exif and Icon strings to ToString and reordered formats to match declaration. TestImageFormat.cs: Added ToStringTest.
config-default.make: Corrected default CODEPAGE comment to ISO-8859-1 (Latin 1)
FileStream.cs: Set buf_start to actual initial position when creating FileStreams from handles.
* runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix build when CC contains spaces.
* Regex.cs: Added support for regular expressions compiled to assemblies by compiling the pattern. This solution ignores existing CIL code but provides full support for regular expression classes compiled by MS.NET.
Added DriveNotFoundException.cs. MonoIO.cs: Added ERROR_INVALID_DRIVE handling. Pass HResult to IOException constructors.
System.dll.sources: Added System.IO.Ports.SerialPortStream.cs to fix build.
* String.cs: Make memcpy4 private as it is a helper method. Make memcpy internal to can be used from UnicodeEncoding.; * UnicodeEncoding.cs: Use unsafe code for copying characters to speed up conversion.
* Encoding.cs: GetString (byte []): Wrap GetString (byte [], int, int) as MS.NET does. This is a more reasonable high level wrapper implementation.; * UnicodeEncoding.cs: GetBytes (string): Implement as a wrapper instead of using GetBytesInternal to be MS.NET compatible. Override GetString (byte [], int, int) to speed up string creation.
UnicodeEncoding.cs: Override GetString (byte [], int, int) in profile 1.x as well because performance improvement is worth the signature difference. (Fix regression of r61250.)
Consts.cs.in: Removed RuntimeVersion as it should be the same as FxFileVersion. Use FxFileVersion for Environment.Version.; Environment.cs: Use Consts.FxFileVersion for Environment.Version as Consts.RuntimeVersion was removed.; AssemblyInfo.cs: Use Consts.FxFileVersion for AssemblyFileVersion.
mono-service.cs: Run service using AppDomain.ExecuteAssembly () to ensure EntryPoint signature compatibility with the runtime.
ByteEncoding.cs: Use unsafe code in GetString() that results in significant performance improvement.
Encoding.cs: Return big-endian UTF-32 in GetEncodings () and GetEncoding (int)
UnicodeEncoding.cs: Don't detect byte order. Only readers like StreamReader detect byte order marks.
UnicodeEncodingTest.cs: Added ByteOrderMark tests.
Char.cs: Implemented IsHighSurrogate and IsLowSurrogate methods.
Added encoding deserialization support classes.
Added comments on using serialization proxy classes.
CodePageEncoding.cs: Return the same real object in subsequent calls to GetRealObject ().; MLangCodePageEncoding.cs: Return the same real object in subsequent calls to GetRealObject (). Rename Encoder and Decoder MLangEncoder and MLangDecoder. These classes are not serializable in 1.x although MS.NET 2.0 can deserialize them.; SurrogateEncoder.cs: Return the same real object in subsequent calls to GetRealObject ().
Corrected comments.
MLangCodePageEncoding.cs: Removed unnesessary ArgumentExceptions in private constructors.
StringBuilder.cs: Pad the string with NULL characters when setting Length.
ASCIIEncoding.cs: Fixed GetString () methods to use ASCII rather than new string (sbyte*, int, int) that uses Encoding.Default.; Latin1Encoding.cs: Fixed GetString () methods to use Latin 1 rather than new string (sbyte*, int, int) that uses Encoding.Default.
ASCIIEncodingTest.cs: Added TestGetString3 test.
String.cs: Added CreateString () methods. Constructors with matching argument list are redirected to these methods that improves performance as well as fixes bug #78703.
Redirect certain string constructors to CreateString () methods with matching signature that improves performance.
String.cs: Some fixes to recently added CreateString () methods.
StringTest.cs: Added several tests for constructors that take sbyte* as an argument. This covers bug #78703 as well. Renamed TestUnsafeConstructors to TestCharPtrConstructors and removed sbyte* tests from that test.
String.cs: Improve CreateString () performance when length is zero.
StringTest.cs: Added some more TestSbytePtrConstructorNegative tests and TestSbytePtrConstructorOverflow tests.
Console.cs: Use correct code pages on Windows and initialize InputEncoding and OutputEncoding to the actual encodings used.
Console.cs: Use correct code pages on Windows and initialize InputEncoding and OutputEncoding to the actual encodings used. (This time kernel32.dll should not be loaded on Linux.)
Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.
Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.
Use assembly name and file version constants.
Fixed previous commit.
Makefile.am: Renamed mono-1.dll to mono.dll. (-avoid-version)
TODO: Renamed mono-1.dll to mono.dll.
Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default encoding for compilers.
ComIStreamMarshaler.cs: ManagedToNativeWrapper should not have a destructor because it is freed using Release. (Proper fix for bug #78315.) Free COM vtable when unloading and all objects Released.
Moved TestConfiguration.cs to Npgsql.
ComIStreamMarshaler.cs: ManagedToNativeWrapper: Dispose COM vtable on shutdown. Dispose unmanaged resources when constructor fails.
libmono.vcproj: Removed unicode.h and unicode.c. Changed absolute path in AdditionalLibraryDirectories to relative.
FieldInfo.cs: Added GetRawConstantValue (). Note that throwing a NotSupportedException is the proper implementation.; ParameterInfo.cs: Use Attributes in Is... properties on profile 2.0 that is expected by subclasses.
Type.cs: Removed is_subtype_of because IsSubclassOf should be used that is public and virtual. IsClass: Checking for ValueType is unnecessary. IsEnum: UnderlyingSystemType is not used anymore so no EnumBuilder hack is necessary. Checking for Enum is unnecessary. IsSerializable: Walk BaseType for user defined types. IsSubclassOf: Walk BaseType for user defined types.; MonoType.cs: IsValueTypeImpl is unnecessary. IsSubclassOf: Unlike Type system types throw ArgumentNullException on null Type argument.
Added run-time GetProcessId API detection for Windows.
cygwin requires Unix line endings for shell scripts; Set eol-style to LF for mkinstalldirs
Don't add Date header in ASP.NET. Fixes bug #363404.
Moved Windows version macros to CPPFLAGS in configure.in from individual source files to ensure Windows version compatibility; winconfig.h: Added compile-time feature detection and support for 64-bit Windows versions. Updated VERSION to 1.9.
io-layer.h: Windows: Rename GetProcessId to __GetProcessId for targets not supporting it. This fixes MSVC build with new Windows SDKs that declare GetProcessId unconditionally.
ComIStreamWrapper.cs: Seek: remove read-only case. CopyTo: avoid allocating large buffer. Commit: call SetSizeToPosition.
Encoding.cs: Fix possible integer overflow in argument validation.
Fix previous commit
HttpRuntime.cs: Don't add Date header for error pages either. Fixes bug #363404.
Mono runtime: Add support for mixed-mode assemblies. Contributed under MIT/X11 license.
Check for sys/utime.h that fixes MSVC build.
mixed-mode: Added mixed-mode assembly tests.
Mono runtime: Fix support for mixed-mode assemblies. Contributed under MIT/X11 license.
coree.c: Rename dwOldProtect to OldProtect that makes naming convention consistent.
Whitespace fixes.
main.c: Add and set argv [argc] to NULL to match C specification that fixes possible error when no arguments are passed. Contributed under MIT/X11 license.
mixed-mode: Add x64 target to mixed-mode assembly tests. Contributed under MIT/X11 license.
* Thread.cs: Implement BeginThreadAffinity and EndThreadAffinity as no-op because managed and native threads are currently bound together.
Implement Marshal.GetHINSTANCE. Contributed under MIT/X11 license.
Implement Marshal.GetHINSTANCE.
Implement support for mixed-mode assemblies on Windows x64 as well. Contributed under MIT/X11 license.
coree.c: Add MonoLoadImage. Contributed under MIT/X11 license.
coree.c (mono_load_coree): Set coree_module_handle global variable onlyafter initialization. coree.h: Make MonoFixupExe internal. Contributed under MIT/X11 license.
Revert r107993 and coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with old ld versions. Contributed under MIT/X11 license.
coree.c (_CorValidateImage): Some 64-bit IL only images have entry point calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for 64-bit IL only images because imports are not resolved for IL only images. Special thanks to Bill Holmes for finding this bug and testing the patch. Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
Convert.cs: Removed useless check from ToChar (ushort).
coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
CrossAppDomainChannel.cs: Make _ContextID an object that fixes bug #422491.
mono-time.c (mono_100ns_ticks, PLATFORM_WIN32): Use GetSystemTimeAsFileTime with ULARGE_INTEGER that is more efficient.
DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that will make Visual Studio recognize the web service disco reference. Contributed under MIT/X11 license.
EventHandlerList.cs: Fix profile 1.x build by not using HandlerEntry.
2009-05-12 Kornél Pál <kornelpal at gmail.com>
* TODO: Added notices about linking Mono statically.
JavaScriptReader.cs: Deserialize false correctly. Fixed bug #586712.
* method-to-ir.c (mini_emit_inst_for_method): Fix a typo that caused CompareExchange not to be inlined for I8. Contributed under MIT/X11 license.
* method-to-ir.c (mono_method_to_ir): Enable inlining of pointer-sized unmanaged initonly static fields when using moving GC. Contributed under MIT/X11 license.
[asp.net] Fix for bug #643763. BuildManager must not fail with BuildProviders lacking the BuildProviderAppliesTo attribute.
Koushik Dutta (2):
Work around Android's pthread/kernel_id/fork bug to fix mono multithreading and GC_stop_world in processes that have been forked.
Fix Android build. MINI_THREAD_VAR_OFFSET needs to be defined as MONO_THREAD_VAR_OFFSET (which returns -1).
Kral Ferch (30):
rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNode
XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes
Finished XmlNodeListChildren
start of XmlTextWriter
initial checkin.
keeping solution up to date.
initial checkin.
Implemented WriteCData and WriteComment.
Work on XmlDocument and XmlTextWriter
More XmlTextWriter and node WriteTo.
fix for Mike Kestner.
namespace and prefix support in XmlTextWriter
xmltextwriter writestartdocument and writeendelement.
initial checkin. XmlTextWriter uses these objects in a stack to maintain state.
XmlTextWriter formatting, indenting, xml declaration stuff.
XmlTextWriter work on BaseStream, WriteState, and Namespaces.
new proj file for vs.net users.
Working on Attribute methods for XmlTextWriter.
XmlLang and XmlSpace for XmlTextWriter.
touchups on XmlTextWriter attribute writing.
XmlTextWriter impls for LookupPrefix, WriteBase64, and WriteCharEntity.
XmlTextWriter impls for WriteEndDocument and WriteFullEndElement.
Implementation of XmlDocument.CreateNode()
Initial check-in.
InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.
Added XmlDocument event firing code.
Added XPathNavigatorMatchesTests.cs to the MonoMicro.Test project
Some tests for XPathNavigator.Evaluate()
more xpath core function tests.
xpath tests for string(), concat(), starts-with(), and contains().
Kristian Rietveld (1):
Added links to RedHat 8.0 RPMs.
Kyle Ambroff (1):
version tolerant serialization fails with missing primitive members
Larry Ewing (2):
2004-03-01 Larry Ewing <lewing at ximian.com>
2008-08-11 Larry Ewing <lewing at novell.com>
Latif Khalifa (1):
Avoid nullref when clearing TextBox that has not yet been displayed
Laurent Etiemble (1):
Fix #560060 - Embedded "app.config" is not read when used inside a bundle.
Lawrence Pit (59):
Mail interfaces, not yet sending out mails though
Cookie support
Cookie test units
SecurityElement fixed and several methods implemented, added test unit
removed CookieContainerTest
added error code for Dns.c
Socket permission stuff, not yet used by Socket itself.
CSharpName using regex, warninglevel set to 4 (= default), added null check for fields in Emit
not yet used by Dns itself
added test for is loopback address
not defined in .net spec, needed for Uri.cs though
Complete new reimplementation of Uri.cs, fully supporting IPv6 addresses.
Extensive unit tests for Uri and UriBuilder classes (shows a lot of errors in the ms.net implementation ;-)
* IPAddress.cs: fixed IsLoopback, address was already in host order
added test to replacement function to show bug
added implementation of CredentialCache
2002-05-06 Lawrence Pit <loz at cable.a2000.nl>
2002-05-09 Lawrence Pit <loz at cable.a2000.nl>
fix for Uri.GetLeftPart
* Added tests to IPAddressTest.cs
added call to System.AllTests
* Rewrote IPAddress.Parse method, passing all unit tests
Moved StringCollectionTest.cs and NameValueCollectionTest to this dir
Files moved to separate dir
modified AllTests.cs
* HybridDictionary.cs: implemented
* Modified signature of method ListDictionary.GetEnumerator
finished WebRequest.cs
WebHeaderCollection implemented
* Uri.LocalPath and Uri.AbsoluteUri modified to support both w32
another w32 path fix
* NameValueCollection.AsStringArray: fixed ArgumentNullException bug.
* FileWebResponse.cs: added
* X509CertificateCollection.cs: implemented
* System.Security.Cryptography.X509Certificates: directory added
* HttpWebRequest.cs: properties implemented
* Dns.cs: Reimplemented (simplified and fixed) asynchronous methods by
* Dnstest.cs: added test for asynchronous methods
2002-05-17 Lawrence Pit <loz at cable.a2000.nl>
* TcpListener.cs: Renamed LocalEndPoint to LocalEndpoint
* IPEndPoint.cs: fixed bug #24666 in Serialize and Create methods,
* FileWebRequest.cs: finished implementation of async methods.
* FileWebRequestTest.cs: all the async methods tests to behave the same
* Stream.cs: NullStream.ReadByte now returns -1 instead of 0 to
* DateTime.cs: ToString () using "G" format specifier
* WebProxy.cs: added, implemented
System:
* WebClient.cs: stubbed
* ArrayList.cs: Fixed bug where a capacity of 0 could be reached,
* WebProxy.cs: more rigorous testing, fixed bug + had to change
* StreamWriter.cs: added ability to write null value
* Environment.cs: CommandLine missed spaces between arguments
Implemented StackTrace, returning MachineName in UserDomainName
* Uri.cs: implemented MakeRelative, improved GetLeftPart
* Uri.cs: Implemented ctor UriTest (baseUri, relativeUri)
* MonoHttpDate.cs: added
* DateTimeTest.cs: Added tests M01 to M03 to TestParseExact,
* TimeZone.cs: removed dependency on year 2002 from initialization of
* DateTime.cs: fixes to pass tests M0 to M6:
Lee Mallabone (1):
I'm just this guy...
Leonid Freydovich (5):
enlarge memory size
add mangling attribute
Add mangling attribute
Add some TARGET_JVM specific code.
Change methods in Queryable.cs - call Provider.CreateQuery instead of Provider.Execute
Leszek 'skolima' Ciesielski (26):
Fixed bug 78509 in OracleParameter (trimming trailing spaces) and added regression test.
Fix for bug 79284, number handling now takes into consideration NLS from Oracle database.
Fixed bug 78898 in OracleLob (index was 1-based instead of 0) and added regression test.
Added missing 'using' statements.
Fix for bug 77592 (memory leak in OracleParameter)
Added information about net_2_0 profile tests.
Integrated the Mainsoft test suite into make run-test. Many tests still fail...
Enclosed NotWorking attribute with #if !TARGET_JVM
Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault).
Added check to avoid NullReferenceException failures in TearDown() on Assert.Ignore
Added stubs for (some of) missing classes
Changelog and svn:eol-style for previous commit
Set svn:eol-style to native.
Cleanup of unused variables and other compiler warnings.
Improved memory allocation time
Added handling of OracleDateTime, OracleString and OracleNumber as input parameters
Added regression test for passing parameters by position instead of by name (currently fails).
fix for bug 81258
Fix for bingind procedure parameters by name rather than position contributed by Gary Thomas
2009-01-15 Leszek Ciesielski <skolima at gmail.com>
2009-02-11 Leszek Ciesielski <skolima at gmail.com>
* serial.c: return -1 from close() on error
* SerialPortStream.cs: Throw exception when errors occur in Close()
2010-01-22 Leszek Ciesielski <skolima at gmail.com>
2010-01-22 Leszek Ciesielski <skolima at gmail.com>
2010-01-25 Leszek Ciesielski <skolima at gmail.com>
Lluis Sanchez (1500):
Implemented some functions
no message
no message
no message
* Type.cs: corrected property IsSerializable. It should always return true for enums and delegates
Assembly.cs: added serialization support.
* ObjectManager.cs: Implemented and added file
* BinaryFormatter.cs: implemented Serialize and Deserialize methods.
* unix.args: Added System/DelegateSerializationHolder.cs,
binary serialization format.htm: Added to CVS
RemotingServices.cs: Implemented some missing methods: IsMethodOverloaded,
* ObjectWriter.cs, ObjectReader.cs: Added suport for headers.
* unix.args: added System.Runtime.Remoting/TypeInfo.cs and
* ChannelServices.cs: small correction in CreateClientChannelSinkChain.
* ReturnMessage.cs: Implemented property Properties
* unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
* TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
* TcpServerChannel.cs: Changed management of listener threads.
ObjectManager.cs: Corrected a problem with IObjectReferece objects.
* RemotingServices.cs: Added support for WellKnownService objects.
* RemoteActivator.cs: Added.
* ChannelServices.cs: corrected generation
* Context.cs: Object sinks must be created for each object
* LifetimeServices.cs: Implemented some basic properties.
* ServerContextTerminatorSink.cs: now it forwards messages to the target identity,
Added RemoteActivator.cs
MarshalByRefObject.cs: Implemented GetLifetimeService() and
* Identity.cs: created and identity class for each identity type. It is a more clear design.
ChannelServices.cs: Modified to work with new types of identities.
* LifetimeServices.cs: Implemented all methods.
* ServerContextTerminatorSink.cs: Modified to work with new types of identities.
MessageFormatter.cs: Implemented serialization of message properties.
unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
ThreadPool.cs: Implemented RegisterWaitForSingleObject methods.
ReturnMessage.cs, MethodResponse.cs: OutArgs initialized to an empty array when the the message returns an exception.
CrossAppDomainChannel.cs: Corrected CADSerializer.DeserializeMessage.
MessageFormatter.cs: Corrected some bugs that affected serialization of exceptions
* Identity.cs: Added ObjRef attribute, that holds the objref of the object.
* ChannelServices.cs: Added new constructor in ChannelInfoStore, that is used by
CADMessages.cs: Some minor changes that allow reuse of ObjRef methods.
Small correction
* ObjectManager.cs: Corrected a problem with arrays of structs. Elements where
* MessageFormatter.cs: Fixed bug in serialization of arguments.
* appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
* Identity.cs: Added envoy message sink.
* RemoteActivator.cs: Instance creation implemented.
* ChannelServices.cs: Added static property for getting the CrossContextChannel.
* Contexts.cs : Added methods for getting the client context sink chain and the
* IInternalMessage.cs: Added. Provides some useful methods for method messages.
* RealProxy.cs: Changed constructor to allow only ClientIdentity instances.
* BinaryFormatter.cs: Implemented support for binders.
* appdomain.c: Added method for initializing the default context of
* Activator.cs: Added support for activation using activation attributes.
* Identity.cs: Added property to check if an identity is connected (it is remotely accesible)
* ActivationServices.cs: Added method for creating a proxy from a list
* ChannelServices.cs: Minor corrections.
* Contexts.cs : Management of the default context moved to the runtime.
* LeaseManager.cs: Added method for removing an object from the lease manager.
* ConstructionCall.cs: Added internal constructor. Added setter for activation attributes.
* ProxyAttribute.cs: Implemented.
* Thread.cs: Changed implementation of CurrentContext, adapted to the changes
* unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
Added UrlAttribute.cs
Added ContextAttribute.cs
Added IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
FileNotFoundException.cs: fixed serialization bug.
* CADMessages.cs: removed some warnings.
* RealProxy.cs: added variables to support proxy bypass when the called CBO is
* Context.cs: Implemented support for dynamic properties and dynamic message sinks.
* ActivationServices.cs: Added the method Activate that performs the forwards the
* Identity.cs: Added support for dynamic properties.
* unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
RemotingServices.cs: Fixed bug #39915
* loader.h: added marshalbyrefobject_class to mono_defaults
* TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
* TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
Added myself
* appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
* AppDomain.cs: Added internal method for getting process guid.
* ObjRef.cs: Renamed ChannelInfoStore to ChannelInfo (match MS.NET)
* ChannelDataStore.cs: renamed some members to match MS.NET.
* CrossContextChannel.cs: Improved support for OneWay and Async messages.
* AsyncResult.cs: implemented some methods.
* RemotingProxy.cs: Added support for Async and OneWay messages.
no message
* TcpChannel.cs: The port property may not be an string. Fixed.
* ObjectReader.cs: Changed signature of ReadObjectGraph, so now it returns the
* MethodCall.cs: ResolveMethod now uses the type of the target object (identified
* BinaryServerFormatterSink.cs: The uri of the target object is now assigned
* AppDomain.cs: Added null argument check in Load().
* object.c: mono_store_remote_field: little fix to previous patch.
no message
* XmlQualifiedName.cs : Fixed bug in equality operator.
* TypeData.cs, TypeTranslator.cs: Implemented some methods.
* XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
* XmlReader.cs: Little fix to WriteAttributeString()
* BinaryReader.cs: underlaying stream don't need to be seekable to use PeekChar.
* XmlTextReader.cs : MoveToAttribute methods must set the enumerator to the right
* TypeData.cs, TypeTranslator.cs: Added support for enums. Added method for translating
* TypeData.cs, TypeTranslator.cs: Renamed some properties.
* SoapReflectionImporter.cs: implemented.
* XmlTextWriter.cs : Fixed bug. After calling for example WriteStartElement ("pref","ln","ns");
* Methods.cs: added support for encoded format
* added System.Xml.Serialization/ReflectionHelper.cs to list.unix
* XmlTextWriter.cs: when adding an attribute with a namespace, a prefix must be automaticaly
* SoapReflectionImporter.cs: Added check: some overrides cannot be applied to primitive types.
* Methods.cs: removed handler for UnknownNode event
* XmlSerializationReader.cs, XmlSerializationReaderInterpreter.cs: Minor fixes.
* XmlSerializationReader.cs: Minor fix.
* XmlReflectionImporter.cs: Added support for XmlIgnoreAttribute in enum members.
* XmlAnyElementAttribute.cs, XmlArrayItemAttribute.cs: Added AllowMultiple flag.
* SchemaTypes.cs: Changed DataSet type for a more generic XmlSerializable.
* Methods.cs: Added serializer to MethodStubInfo for deserializing faults.
* XmlSerializationReader.cs: Fixed implementation of ReadElementQualifiedName() and ReadTypedPrimitive().
* XmlSerializationReader.cs: Fixed error message.
* Methods.cs: Added information about headers in MethodStubInfo. Added cache of serializers
added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
* ConfigurationSettings.cs: Avoid chicken-egg problem when reading machine.config.
* mics.c: fix bug in _wapi_calc_timeout. It gave wrong values for
* XmlReflectionImporter.cs: Reset internal tables for each ImportMembersMapping call.
* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
* unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
* unix.args: added System.Runtime.Remoting/SoapServices.cs
* WebConnectionStream.cs: Only increment pendingReads if an asynchronous read
* XmlTypeMapElementInfo.cs: no need to compare nesting level in Equals.
* HttpWebRequest.cs: SetWriteStream(): SendRequestHeaders should be called
* Object.cs: Object must have the Serializable attribute.
* Hashtable.cs: Fixed bug when serializing and deserializing
* ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre
* SerializationInfo.cs: Fixed bug #44955
* DateTime.cs: Modified constructor. Check for valid value of TimeSpan must
* TypeData.cs: Type of item of ICollections is now taken from the Item(int) property. Add() can
* Random.cs: Changed behavior of Random to match MS.NET. When Next is
* SoapReflectionImporter.cs: Fix support for DataType in class members.
* SoapReflectionImporter.cs, XmlReflectionImporter.cs, XmlTypeMapping.cs:
* SoapReflectionImporter.cs, XmlReflectionImporter.cs: Fixed so XmlIncludeAttribute and
* DateTime.cs: Fixed formatting of fractions of second.
* XmlSerializationReaderInterpreter.cs: Use the parameter type when getting the Add method
* LogicalMethodInfo.cs: Fixed Invoke method. If return type is void,
* list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
* SoapHttpClientProtocol.cs, HttpSoapWebServiceHandler.cs, Methods.cs:
* XmlSerializationWriter.cs: WriteStartElement(): Do not write xsd and xsi
* XmlTextReader.cs : Implemented ResetState() method.
* SymmetricAlgorithm.cs: Fixed FinalEncrypt. Return empty array if inputCount is 0.
* HttpSoapWebServiceHandler.cs: MS puts the soap action in quotation marks??
Removed makefile ignore
* SoapReflectionImporter.cs: Set the BaseMap property of map. Small fix.
* XmlSchemaDatatype.cs: Fixed compiler warning.
* NetConfig.cs: If Clone method is not public, then it must use
* SoapReflectionImporter.cs, XmlReflectionImporter.cs: Avoid generating two
* BuiltInDatatype.cs,
* RemotingProxy.cs: Assign to the message the full uri, if available,
* Identity.cs: Added TargetUri property
* SoapHttpClientProtocol.cs: Removed debug WriteLine.
* ObjectIDGenerator.cs: Optimized access to hashtable and reduced the
* ObjectReader.cs: Keep MemberInfo members in type's metadata object, so it is
* socket-io.c: Get system_assembly using mono_image_loaded(), instead
* Changelog: My editor decided to add a CR to each line. Sorry about that.
Added new test for MethodInfo.GetBaseDefinition
* ChannelServices.cs: Implemented GetChannel() and GetUrlsForObject()
* MethodCall.cs: Fixed copy constructor, when the message to copy does not
* ParameterInfo.cs: Position is zero-based in ParameterInfo.
* icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
* ServerIdentity.cs: Fixed bug #46645
* TypeTranslator.cs: Added new primitive types: NMTOKEN and NCName.
* Binding.cs, Import.cs, Message.cs, MessageBinding.cs, MessagePart.cs,
* DataSet.cs: Implemented IXmlSerializable interface. Added basic support for
* WebServiceHandler.cs: Fixed Invoke(). ParameterInfo.Position is now
* IVsaCodeItem.cs, IVsaEngine.cs, IVsaError.cs, IVsaGlobalItem.cs
* SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
* Enum.cs: Fixed enum formatting. For flag enums, if one of
* EnumTest.cs: Test ToString() for unnamed flag enum values.
* MethodDictionary.cs: Fixed Add method. If the property is method
* SerializationTest.cs: Added.
* corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
* System.Runtime.Remoting_test.dll.sources: Added.
* ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.
* System.Runtime.Remoting_test.dll.sources: Added.
* SerializationTest.cs: Fixed delegate invocation. Didn't compile
* Makefile: added dll extension to System.Runtime.Remoting reference
* ObjectReader.cs, ObjectWriter.cs, BinaryCommon.cs: Fixed bug #45970.
* reflection.c: Fix bug #46669
* RemotingServices.cs: If the type for a proxy is not available in
* ArgInfo.cs: Use Type.IsByRef to check if a parameter is a ref or
* RemotingProxy.cs: Check the return arguments types. (a wrong type
* MessageFormatter.cs: WriteMethodCall(): It must write all parameters,
* RemotingServices.cs: GetObjectUri(): For client proxies, return
* icall.c: improve fix of get_base_definition(). If the parent class
* socket-io.c: ignore EINTR error in select.
* CSharpCodeGenerator.cs: GenerateTypeStart(): Write type custom attributes
* TypeData.cs: Added new constructor and variables to allow the creation of
* CodeGenerator.cs: Generate comments for properties and fields.
* CSharpCodeGenerator.cs: GenerateComment(): Render multiline comments.
* XmlSchema.cs: Set IsCompiled to true after compiling.
* XmlSchemaImporter.cs: Implemented ImportTypeMapping and all needed parsing
* mini.c: reenabled installation of handler for
* CSharpCodeGenerator.cs: Added method GetSafeName() that checks if
* BuiltInDatatypes.cs, XmlSchemaDatatype.cs: Added XsdAnyURI,
* CodeIdentifier.cs: Fixed MakeValid method.
* DateTime.cs: Fixed DoParse. It was calling the wrong constructor
* DateTime.cs: Fixed DoParse. It was calling the wrong constructor
* ParameterInfo.cs: Modified constructor of ParameterInfo for
* CodeGenerator.cs: When sorting the members of a type, keep the relative
* XmlSerializationWriterInterpreter.cs: any element members can be serialized
* XmlSchemaImporter.cs: ImportTypeMapping doesn't need to check if the
* ObjRef.cs: Implemented IsFromThisProcess().
* AppDomainLevelActivator.cs, ConstructionLevelActivator.cs,
* CADMessages.cs: Enabled smuggeling of primitive type parameters (as suggested
* ChannelServices.cs: Set call context info for the incoming
* ClientSponsor.cs: Implemented.
* RemotingProxy.cs: On invoke, set the LogicalCallContext of the message.
* Thread.cs: SetData() method: use Hashtable.Contains to check
* CallContext.cs: Fixed bug #47686
* MethodCall.cs: Throw the right exception if the target object is not
* HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
* AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
* System.Runtime.Remoting_test.dll.sources: Added new test files.
* TcpConnectionPool.cs: Check if a connection is alive before reusing
* MethodCall.cs: Changed exception text to match MS.NET (more or less).
* marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
* BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
* System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
* SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
* HttpClientChannel.cs: Changed text for user-agent header (removed references
object.cs: Fixed bug #47785.
* SoapTypeMapper.cs: Added mappings for more primitive types.
* RemotingServices.cs: Some small fixes.
* ClientChannelSinkStack.cs: Implemented DispatchException.
* AsyncResult.cs: Added method EndInvoke(). Fixed SyncProcessMessage().
* RemotingProxy.cs: Use CallType property to check the type of
* object.h: Added call_type field to MonoMethodMessage and the corresponding
* XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
* BuiltInDatatypes.cs, XmlSchemaDatatype.cs: Added double type.
* XmlReflectionImporter.cs: Fill RelatedMaps property of the generated map.
* HttpSoapWebServiceHandler.cs:
* MessageBinding.cs: Added default value attribute for Name property.
* System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
* MonoMethodMessage.cs: Moved CallType into namespace declaration.
* Makefile: added
* Makefile: Added wsdl directory.
XmlSerializer.cs: Fix in Deserialize() method.
* SoapReflectionImporter.cs: Fixed construcion of XmlMemberMapping.
* ServiceDescription.cs: Disabled suspport for serialization, until I found
* Makefile: Fixed assembly reference.
* XmlSchemaImporter.cs: Implemented ImportMembersMapping.
* System.Xml.dll.sources: added SerializationCodeGenerator.cs,
* ExtensionManager.cs: Added
* System.Web.Services.dll.sources: Added ExtensionManager.cs,
* Methods.cs: In TypeStubInfo, added Documentation field.
* CSharpCodeGenerator.cs: Fixed generation of array construction with initializers.
* Methods.cs: Added support for bare parameter style. Fixed some defaults.
* ServiceDescription.cs: minor fixes.
* SerializationCodeGenerator.cs: Minor fixes.
* MonoWSDL.cs: Implemented support for WSDL documents that import other
* HttpServerUtility.cs: In Transfer(), preserve the query string if
* HttpRequest.cs: Url property: use GetLocalAddress() to get the address
* ServiceDescriptionImporter.cs, ServiceDescriptionReflector.cs: Added
* SoapSchemaImporter.cs: implemented.
* RemotingServices.cs: Collect value of parameters with the Out flag into
* ChannelServices.cs: Call context management moved to RemotingServices.
* ArgInfo.cs: Include parameters with the Out flag in the out parameters list.
* RemotingProxy.cs: Return message check moved to RealProxy.
* BufferedStream.cs, FileStream.cs, MemoryStream.cs, Stream.cs:
* NetworkStream.cs: Added [In,Out] attributes to Read method.
* CryptoStream.cs: Added [In,Out] attributes to Read method.
* AsyncCalls.cs BaseCalls.cs DelegateCalls.cs ReflectionCalls.cs SyncCalls.cs:
* TcpClientChannel.cs: Fixed constructor.
* DocumentableItem.cs MimeContentBinding.cs OperationMessage.cs
BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
* System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs
* SoapDocumentationHandler.cs: Added support for on-the-fly proxy
* XmlTextWriter.cs: Attributes that have a namespace must be always
* XmlSchema.cs: Do not add schema namespace declaration if it is already
* XmlCustomFormatter.cs: added support for additional string types in
* daemon.c: In compare_process(), discard handles already signalled.
* HttpHelper.cs: Fixed bug #48468. Patch by Jean-Marc Andre.
Added new genxs tool source code
Added new genxs tool in monobins_DATA
Added new genxs tool in monobins_DATA
SoapIncludeAttribute.cs: Added AllowMultiple option. This fixes bug #48877.
* SoapMessageFormatter.cs: Consider parameters with Out flag when collectiong
* WebServicesConfigurationSectionHandler.cs: added support for
* ExtensionManager.cs: Read extension types from the configuration file.
* HttpSoapWebServiceHandler.cs: In SerializeResponse method, improved
System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
* SoapReflectionImporter.cs, XmlReflectionImporter.cs, XmlSchemaExporter.cs:
* Methods.cs: Little fix in binding check.
* ConfigurationSettings.cs: Added null check for fileCache in GetCOnfig.
* XmlTextWriter.cs : An attribute can require a prefix for the default
* XmlSchemaUtil.cs: arrayType attribute needs special handling.
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* HtmlFormParameterReader.cs, HtmlFormParameterWriter.cs,
* ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
* System.Web.Services.dll.sources: Added
Updated ws doc page
New man page for genxs tool
* XmlSchemaExporter.cs: Keep track of elements being exported.
* SoapDocumentationHandler.cs: Moved here the code from
* ProtocolReflector.cs: The ReflectionImporter property now creates a
* System.Web.Services.dll.sources: Added
* XmlReflectionImporter.cs, SoapReflectionImporter.cs: Fixed bug #49349
* HtmlFormParameterWriter.cs: Fixed WriteRequest().
* ProtocolImporter.cs: Moved some code to ServiceDescriptionImporter.
* System.Web.Services.dll.sources: Added
* CADMessages.cs: improved argument smuggeling. Now it supports strings,
* RealProxy.cs: Fixed support for [out] parameters in async calls.
* Identity.cs, RemotingServices.cs: Fixed memory leak. I Changed reference
* ClientSponsor.cs: Improved implementation. Use Hashtable instead of
* AppDomainLevelActivator.cs: little fix.
* RemotingProxy.cs: Added destructor that unregisters the identity.
* CADMessages.cs: added smuggeling argument support for some instances
* XmlSerializer.cs, XmlSerializationWriter.cs: Fixed bug #49353
* ObjRef.cs: Added new constructor to support CAD channel.
* SoapReflectionImporter.cs, XmlReflectionImporter.cs,
* SoapReflectionImporter.cs, XmlReflectionImporter.cs: Fixed bug #49476.
* DiscoveryDocumentSerializer.cs: New file.
* ContractReference.cs, DiscoveryClientProtocol.cs,
* XmlSerializationReader.cs. Fixed bug #49510. An array element doesn't
* SoapHttpClientProtocol.cs: Replaced AsyncInfo by a new
* HttpResponse.cs: Changed harcoded switch to en-US culture to a switch
* HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
* ContractReference.cs, DiscoveryDocumentReference.cs, SchemaReference.cs:
* HttpGetTypeStubInfo.cs, HttpPostTypeStubInfo.cs, HttpSimpleTypeStubInfo.cs,
* XmlSchema.cs: If the schema element is an empty element, skip it after
* SoapCodeExporter.cs: Initial implementation of AddMappingMetadata().
* CSharpCodeGenerator.cs: added override for the method
* HttpSimpleProtocolReflector.cs, ProtocolReflector.cs:
* TypeStubManager.cs: Added OperationName property.
* MapCodeGenerator.cs: New file. Moved here all code that is common
* System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
* MapCodeGenerator.cs: Made MapCodeGenerator internal.
* MessageBinding.cs: Name property should be null by default.
Improved organization of information. Added syntax coloring for proxy and wsdl.
* SoapReflectionImporter.cs: Support element references for enum values in
* ActivationServices.cs: make AllocateUninitializedClassInstance public,
* FormatterServices.cs: In GetUninitializedObject methdod, reuse
* icall.c: Removed GetUninitializedObject method because
Improved formatting of xml and code.
* ReflectionHelper.cs: Added check in CheckSerializableType(). Interfaces
* disco.cs, Makefile, disco.exe.sources: New files. Initial implementation
* ReflectionHelper.cs: In CheckSerializableType() check that the type
* Makefile: Added disco directory.
Added disco tool
* DiscoveryClientProtocol.cs: Fixed little bug in DiscoverAny.
* ServiceDescription.cs: Fixed implementation of CanRead.
* RealProxy.cs: In PrivateInvoke() do not try to return the out parameters
* SerializationInfo.cs: Fixed bug in GetValue. Use IsAssignableFrom instead
* Methods.cs: Class Fault is now public, so it can be serialized.
* RemotingServices.cs: Do not create an identity for an object if it
* Thread.cs: Added ResetDataStoreStatus and RestoreDataStoreStatus
* MethodCall.cs: In the constructor that takes a CADMethodCallMessage
* CrossAppDomainChannel.cs: Before the domain switch, save and reset
* XmlCustomFormatter.cs: Added support for anyUri type. This fixes
* SortedList.cs: Added [Serializable] to Slot class. This fixes bug #50484.
* AppDomain.cs: Added some null checks in Load methods. This fixes bug
* BaseCalls.cs: Little fix.
System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
* ActivatedClientTypeEntry.cs, ActivatedServiceTypeEntry.cs,
* CrossAppDomainChannel.cs: Implemented support for async calls.
* ConstructionCall.cs, ReturnMessage.cs: minor fixes.
* SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
RemotingProxy.cs: Do not dispose proxy identity when it is a local
* FormatterServices.cs: Fixed some comments
* ServiceDescription.cs, SoapBinding.cs, SoapHeaderBinding.cs,
DiscoveryDocumentSerializer.cs: The class must be internal.
RemotingConfiguration.cs: Added initial implementation of Configure method by Jaime Anguiano.
* icall.c: Added internal call for System.Environment::GetMachineConfigPath
* Environment.cs: Added internal method for getting the path to
* ChannelServices.cs: Added support for creating channels from configuration
* RemotingConfiguration.cs: Implemented all remaining functionality.
* BinaryServerFormatterSink.cs: Removed fixme.
* HttpServerChannel.cs: Removed StartListening call from constructor. It
* TcpServerChannel.cs: Remove listener initialization and StartListening
ObjectReader.cs, ObjectWriter.cs: Changed some GetType calls to "is" checks.
* XmlSerializationReader.cs, XmlSerializationWriter.cs, XmlSerializer.cs:
Added remoting configuration section
* CSharpCodeCompiler.cs: In BuildArgs, add "--" separator between options
* RemotingServices.cs: Add ".rem" suffix to generated uri names.
ChannelServices.cs: Catch errors when creating configured channels.
* HttpChannel.cs: Moved initialization code in SetupChannel to the
TcpChannel.cs: take into account name and priority properties.
* ObjectWriter.cs: Added FIXME
Not used any more
System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
HttpChannel.cs: Create empty property dictionary in the default constructor.
Added web handlers for .rem and .soap, which are managed by remoting
* BinaryClientFormatterSink.cs, BinaryClientFormatterSinkProvider.cs,
* HttpHelper.cs: Removed usnused method GetMachineIp.
* TcpClientChannel.cs: Added support for name and priority properties.
* SoapCore.cs: New file. Contains some code used by the soap formatter sinks.
* SoapFormatter.cs: Added AssemblyFormat property.
* IObjectHandle.cs, ObjectHandle.cs: Added missing attributes.
* corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
* ChannelServices.cs: Removed some TODOs. Implemented AsyncDispatchMessage.
* CADMessages.cs: Added methods for setting and getting the logical call
* BinaryFormatter.cs, MessageFormatter.cs, ObjectWriter.cs:
* System.Runtime.Remoting.dll.sources: Added:
* InternalRemotingServices.cs: Added CLSCompliant to SetServerIdentity
* BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs:
StackBuilderSink.cs: Implemented AsyncProcessMessage().
* SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs
* GetChannelSinkProperties.cs: Implemented GetChannelSinkProperties().
* corlib.dll.sources: Added some files:
TypeInitializationException.cs: Added missing serialization constructor.
* ArgInfo.cs, ClientContextTerminatorSink.cs, ErrorMessage.cs, MethodCall.cs,
SynchronizationAttribute.cs: Implemented.
* corlib.dll.sources: Added some files:
InternalRemotingServices.cs: Added missing attributes.
* Context.cs: Implemented several missing methods and properties:
ContextTest.cs, SynchronizationAttributeTest.cs: New tests added.
* corlib_test.dll.sources: Added some test files:
* BinaryClientFormatterSinkProvider.cs, BinaryServerFormatterSinkProvider.cs,
SoapFormatter.cs: Added FilterLevel property.
* FormatterServices.cs: Added CheckTypeSecurity() and
* BinaryFormatter.cs, MessageFormatter.cs, ObjectReader.cs: Added support
* appdomain.h: Added support for context static fields. Added static_data
* interp.c: Added support for context static fields.
* jit-icalls.c, mini.c: Added support for context static fields.
Context.cs: Added internal static_data field.
* context-static.cs: new test for ContextStaticAttribute.
Applied patch by Eran Domb. If type is Enum, the code use type.GetElememtType() instead of Enum.GetUnderlyingType().
* Methods.cs, TypeStubManager.cs, SoapMessage.cs: Removed TODO comment.
* InternalRemotingServices.cs: Implemented GetCachedSoapAttribute().
* RealProxy.cs: Added some missing methods.
* AsyncResult.cs, CallContext.cs: Added private constructor.
* InternalRemotingServices.cs: Implemented GetCachedSoapAttribute().
* BinaryFormatter.cs: Added missing methods.
* SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
* MethodCall.cs, MethodResponse.cs, ReturnMessage.cs: Implemented
* InternalRemotingServices.cs: Fixed GetCachedSoapAttribute().
* EnterpriseServicesHelper.cs: Added to CVS.
RealProxy.cs: Signature fix.
SoapServicesTest.cs: New test added.
* corlib.dll.sources: Added
* XmlReflectionImporter.cs: Indexer properties must not be serialized.
* XmlSerializationReader.cs: Generate identifiers for arrays user a counter.
* Methods.cs: Added correct namespace for serialization in Fault class.
SoapTypeAttribute.cs: Set correct value for default namespace.
* SoapServices.cs: Little fix in namespace construction.
* MetaData.cs: Implemented most of methods.
* System.Runtime.Remoting.dll.sources: Added:
2003-12-03 Lluis Sanchez Gual <lluis at ximian.com>
Makefile: Added soapsuds to build.
MonoWSDL.cs: Added support for VB.
* MetaData.cs: Added check of compilation results in
Added the soapsuds tool to the build
Added man pages for disco, wsdl and soapsuds tools
* domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
* inssel.brg: In CEE_ISINST and CEE_CASTCLASS, removed check for proxy.
* SoapReflectionImporter.cs, XmlMembersMapping.cs, XmlReflectionImporter.cs,
* BinaryServerFormatterSinkProvider.cs: Removed TODO.
* HttpServer.cs: Allow the use of GET method (SdlServerSink supports it).
* MetaDataExporter.cs: Several fixes.
MonoWSDL.cs: Return error codes.
* LifetimeServices.cs: Removed TODO.
* AsyncResult.cs: Call delegate on async call completion.
SoapTypeAttribute.cs: Use full namespace name.
* SoapReader.cs: Little fix.
SoapServices.cs: Little fix: correctly encode namespaces.
* AmbiguousMatchException.cs: Added serialization constructor.
* XmlCodeExporter.cs: Little fix.
Added web service test suite
HttpServer.cs: Removed debug code.
TcpChannel.cs: Added null check.
* MapCodeGenerator.cs: Added support for [Flags] enum.
* HttpSimpleProtocolImporter.cs: In ImportOutMembersMapping(), support part
* DiscoveryReference.cs: In FilenameFromUrl(), improved name generation
* Methods.cs: Added special handling for RPC format.
* XmlReflectionImporter.cs: Type specified with XmlIncludeAttribute don't
XmlReflectionImporter.cs: Little fix.
WebServicesConfigurationSectionHandler.cs: Removed TODO.
* HttpSoapWebServiceHandler.cs: Added check for valid SOAPAction header.
* Makefile.cs: Generate list of client test files in target "gen".
* XmlSchemaExporter.cs: AddSchemaElement, use XmlTypeMapElementInfo.IsPrimitive
* BinaryServerFormatterSinkProvider.cs, SoapServerFormatterSinkProvider.cs:
* HttpSimpleClientProtocol.cs: Do not encode the request url, since it is
* DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
* System.Xml_test.dll.sources : Added test files
TcpServerChannel.cs: Fixes in channel initialization.
* DiscoveryDocument.cs: Set namespace for ContractReference references.
* services.xml: Enabled test for a couple of services.
* SerializationCodeGenerator.cs, XmlReflectionImporter.cs: Added internal
* MethodCall.cs: Do not try to resolve the method in the serialization
Test moved
New tests
wstest.cs: Changed default directory for client tests. Added some tests.
Makefile: Use xsp.vsdisco instead of xsp.disco.
* TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,
* Exception.cs: Several changes to make it compatible with MS.NET (needed
* ArrayList.cs: Renamed private fields m_Count, m_Data and m_StateChanges to
* ActivationServices.cs: If remote activation returns an exception, do not
* ConstructionResponse.cs: Added constructor for exception response.
* ObjectReader.cs: Field names can include the type name if the field belongs to a base type. Take this into account.
Several bug fixes.
SoapDocumentationHandler.cs: Added support for DISCO file generation.
* wstest.cs: Removed debug WriteLine.
Added information about web service tests
* XmlReflectionImporter.cs: Ignore Namespace property when applying
* regex.cs: In Split(), if the last match is at the end of the string,
* RegexBugs.cs: Improved test. In Split(), if the last match is at the end
* XsdValidatingReader.cs: In MoveToAttribute(name), if "name" is a default
SynchronizationAttributeTest.cs: Improved test.
* WebConnection.cs: Yet another fix for WebConnection. This fixes
* Hashtable.cs: Added serialization support to SynchedHashtable. This
* ProtocolReflector.cs: in the case a new ServiceDescription is created,
* XmlReflectionImporter.cs: type namespace must never be used as root
* XmlReflectionImporter.cs, XmlSerializationWriterInterpreter.cs
* MonoCustomAttrs.cs: Removed attribute cache. Attribute instances can't
* MapCodeGenerator.cs: Use type namespace instead of root namespace as
* Methods.cs: Set the correct element name and namespace for headers (those
* ProtocolImporter.cs, SoapProtocolImporter.cs: Added support for OneWay
* wstest.cs: Wsdl documents are cached locally.
Set web service namespace
* ChunkStream.cs: The "size" parameter of Write is not the number of bytes
Added support for sample requests and responses.
* MonoWSDL.cs: Added new option that prints a sample request and response
* RemotingServices.cs: When marshalling a custom proxy, allow the creation
* AsyncResult.cs: Added async_callback field and fixed the callback call.
* RealProxy.cs: Added setter for ObjectIdentity.
* CSharpCodeGenerator.cs: Do not generate access and scope modifiers for
* Type.cs: Added internal call for IsInstanceOfType. The old implementation
* icall.c: Added ves_icall_type_IsInstanceOf internal call.
* NewMonoXSD.cs: Compile the loaded schemas if they are not already compiled.
* XmlReflectionImporter.cs: Read IsNullable flag from XmlArrayAttribute.
* HttpSimpleProtocolReflector.cs, SoapProtocolReflector.cs:
* Methods.cs: Get the method namespace from the binding, not from the web
* XmlSchemaExporter.cs: Don't create referenced element if it has already
* SampleGenerator.cs: Little fixes.
Little fixes.
* XmlSerializationReaderInterpreter.cs, XmlSerializationWriterInterpreter.cs,
* MapCodeGenerator.cs, XmlSchemaImporter.cs: Attributes are allways optional,
* Methods.cs: Set the correct namespaces for Fault. This fixes bug #53117.
* XmlReflectionImporter.cs: Throw exception if a value type member has the
* HttpSimpleProtocolImporter.cs: pass the web service class list to the xml
Updated proxie names and added some tests
* HttpSoapWebServiceHandler.cs, SoapHttpClientProtocol.cs: Do not use
* XmlSerializationReaderInterpreter.cs: When deserializing an XmlElement,
* ExtensionManager.cs: Support more than one XmlFormatExtensionPrefixAttribute
* HttpWebClientProtocol.cs: Added missing property.
* ContractReference.cs, DiscoveryClientProtocol.cs,
* SoapReflectionImporter.cs: Types included with SoapInclude don't need
TypeInfo.cs: The list of interfaces may be null. Added check.
XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
HttpWebRequest.cs: Added missing property.
* wstest.cs: Improved the way wsdl documents are downloaded.
* SoapProtocolImporter.cs, SoapProtocolReflector.cs: Support methods with
SoapDocumentMethodAttribute.cs: Fixed bug in ResponseNamespace.
* MapCodeGenerator.cs: Added helper method for generating an attribute
ContextBoundObject.cs: Removed TODO.
* XmlSchemaImporter.cs: Redefinition of types are not supported. Added a check.
* XmlReflectionImporter.cs: Get the class members using the right order.
* SampleGenerator.cs: More little fixes.
* wstest.cs: Added new option that downloads and cahces the wsdl docs.
* WebConfigurationSettings.cs: Load remoting configuration when reading
* HttpRemotingHandlerFactory.cs: Loading of remoting configuration moved
* DataRow.cs: Added SetOriginalValue(), which is used to set the original
* DataSet.cs: Added missing method that broke the build.
* ObjectWriter.cs: Get the assembly of a member from the member's type, not
* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for the
* WebServiceHandler.cs: inheritance from WebService is not mandatory.
* MapCodeGenerator.cs: Changed some methods to make them easier to reuse.
* SoapProtocolReflector.cs: Fixed bug #53247. Element name asigned to the
* WebServiceHelper.cs: When reading a soap request, skip empty headers.
* HttpWebRequest.cs: When retrying a POST request after an authentication
* MapCodeGenerator.cs: Modified some methods to make them easier to reuse.
* XmlSerializationWriter.cs: When writing the root element, use a prefix
* RemotingServices.cs: Client identities are registered using the full url,
* ObjectWriter.cs: Factorized some serialization code in new classes, so it
* corlib.dll.sources: Added
* TcpClientTransportSink.cs: Release the connection after sending an
* AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs,
* BinaryCommon.cs: Added UseReflectionSerialization property.
* SerializationCodeGenerator.cs: Added support for generation of readers
Added
System.Xml.dll.sources: Added SerializationSource.cs.
Little fix
* MapCodeGenerator.cs: Added IncludeMetadata property, which returns a list
* String.cs: Concat() fixed crash when one of the arguments is an object
* StringTest.cs: Added test for Concat when one of the arguments is an
* ExtensionManager.cs: Create all serializers for soap extensions at once.
* Fault.cs: Moved Fault class from Methods.cd to this file. It also includes
System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
* services.xml: Updated service list.
* HttpClientChannel.cs: Set the RequestUri transport header before sending
* TcpClientTransportSink.cs: Set the RequestUri transport header before
* BinaryClientFormatterSink.cs: Don't set the request uri here, this will
* services.xml: More services.
* DiscoveryClientProtocol.cs: Now it can get alternate urls from HTML pages
* ProtocolImporter.cs: Little fix in schema classification.
* MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
* TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
* opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
* interp.c: Get the type of transparent proxies from its remote_class.
* class.h: Added MonoRemoteClass struct.
* mini.c: In CEE_ISINST and CEE_CASTCLASS, if the type is an interface or
* RealProxy.cs: Added new internal method for getting the proxy type. It
* Identity.cs: Removed object type from Identity, since it is hold
* Environment.cs: Bump corlib version.
* RemotingServices.cs: Marshal(): If the object is a proxy, return the ObjRef stored in the identity object. This fixes bug #55100. Fixed some exception messages.
* DiscoveryClientProtocol.cs: Read additional information (such as soap
* HttpSoapWebServiceHandler.cs: Set the properties ContentType and
client/localhost/ConvDocLitWraTest.cs: Test Discover() method.
* ContractReference.cs, DiscoveryDocumentReference.cs: Delegate handling
* DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
* CodeIdentifier.cs: Limit the length of identifiers.
* Boolean.cs, Byte.cs, Char.cs, Double.cs, Int16.cs, Int32.cs, Int64.cs,
* XmlSchemaImporter.cs: Import IXmlSerializable types as DataSet, like in MS.NET.
profiler.c: Added lock for accessing coverage_hash.
* mini-ppc.c, tramp-ppc.c: Added lock for accessing the domain code manager.
* FloatingPointFormatter.cs: Made the class thread safe. Had to move some
* ByteTest.cs, Int32Test.cs, Int64Test, SingleFormatterTest.cs, UInt16Test.cs, UInt32Test.cs, UInt64Test.cs: Made some tests depend on the current culture.
* File.cs: In Move, throw IOException instead of ArgumentException if destination
* SerializationCodeGenerator.cs: Several fixes: generate valid names for
* XmlSerializerTests.cs: Added some identifiers for AssertEquals.
added literal-data.xml. This file is used by ComplexDataStructure.cs.
* System.Xml_test.dll.sources: Added
* SerializationCodeGenerator.cs: Generate an integer for unknown enum values.
* WebServiceHelper.cs: In GetContentEncoding, chop off the single & double
* image.c: Make sure the name of a MonoImage is always an absolute path.
* DataSet.cs: In WriteXml (string filename, XmlWriteMode mode), close the
* Path.cs: In GetDirectoryName, fixed check for volumeSeparator. This
* daemon.c: in process_post_mortem, If the child terminated due to the
* FileStream.cs: ReadByte(): when buffering is disabled, read the byte with
* soapsuds.cs: Execute the tool from a new domain that has the current
* CollectionBase.cs: Renamed internal arraylist member to match MS.NET
* monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
* HttpWebRequest.cs: Use a lock block instead of Monitor.Enter/Exit, so
* Convert.cs: In ToSingle(double), removed checks for Single.MaxValue and
* GuidTest.cs: Test constructor when the input string is in format "P"
* Executor.cs: Implemented.
* CSharpCodeGenerator.cs: In GetTypeOutput, never escape runtime type names.
Updated
* synchronized.cs: Monitor.Exit does not throw an exception anymore if the
* SerializationCodeGenerator.cs, XmlReflectionImporter.cs,
* DataColumn.cs: In Expression setter, set the expression member even if
* DataTools.cs: in FillDataSet(string,SelectCommand), use the connection
* CaseInsensitiveHashCodeProvider.cs: Added support for CultureInfo.
* Xml.cs: In LoadXpathDoc(), don't use MapPathSecure with documentSource,
* collections.cs: In the indexer, return an empty group if the requested
* RegexBugs.cs: Added test for bug #52890.
* FileSystemInfo.cs: Added InternalRefresh, a virtual method that derived
* SqlDataReader.cs: Null values are now represented with DBNull instances.
* SqlNullValueException.cs: Use a more clarifying error message.
* TdsNullValueException.cs: Use a more clarifying error message.
* Mono.Data.SybaseClient/SybaseDataReader.cs: Null values are now
* Tds.cs: All methods now return DBNull instead of null for null values.
* SoapTypeAttribute.cs: Reverted last change. MS.NET don't return the full
* TdsDataReader.cs: Null values are now represented with DBNull instances.
* RemotingProxy.cs: Changed the rules for casting WKO proxies, to match
* TdsMetaParameter.cs: When the size of the parameter is not specified,
* X509Chain.cs: Fixed build for net_1_0 profile.
* XmlDsigEnvelopedSignatureTransform.cs, XmlDsigXPathTransform.cs,
* FolderBrowserDialog.cs: Fixed build for net_1_0 profile.
* TemplateControlCompiler.cs: Fixed build for net_1_0 profile.
* ITds.cs: Added method for reseting a connection.
* Mono.Data.Tds.dll.sources: Added TdsConnectionPool.cs.
* System.Data.dll.sources: removed SqlConnectionPool.cs.
* TdsConnection.cs: Use the connection pool implemented in Mono.Data.Tds.
* Mono.Data.TdsClient.dll.sources: Removed TdsConnectionPool.cs.
* Mono.Data.SybaseClient.dll.sources: Removed SybaseConnectionPool.cs.
Moved to Mono.Data.Tds
* SqlConnection.cs: Use connection pool implemented in Mono.Data.Tds.
* AttributeCollection.cs: Don't try to create a default attribute if the
* LockCookie.cs: Keep in this class the count of reader or writer locks
* ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
* corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
* Monitor.cs: In Wait(), release the synchronization context when
* SynchronizationAttributeTest.cs: Added test for Monitor.Exit.
* BufferedStream.cs: On Position change, do not reset the buffer if the
* DiagnosticsConfigurationHandler.cs: If initializeData is provided, use the
* ReaderWriterLock.cs: When a thread holds a writer lock, a call to
* ReaderWriterLockTest.cs: Added one more test.
* Cache.cs, CacheEntry.cs, ExpiresBuckets.cs: The value to use to specify
* BaseValidator.cs: Store Display property in the correct ViewState
* SystemInformation.cs: Fixed bad pointer arithmetic in _gethostname.
* ReaderWriterLock.cs: Changed some methods to private.
* CompareInfo.cs, CultureInfo.cs, NumberFormatInfo.cs, TextInfo.cs:
* AmbientValueAttribute.cs, EnumConverter.cs, ListChangedEventArgs.cs:
* BufferedStreamTest.cs: Added test for Position.
Oops, fixed compilation issue.
* ResourceSet.cs: Added minor null check.
* CaseInsensitiveHashCodeProvider.cs: Use the CultureInfo of the calling
* LockQueue.cs: Moved lockCount change inside the rwlock lock. Removed
* ReaderWriterLock.cs: More fixes: never wait where acquiring a reader lock
* RealProxy.cs: IRemotingTypeInfo.TypeName can return null, beware of that.
ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
* TypeTranslator.cs, XmlCustomFormatter.cs: Removed map from Uri to anyUri,
* AttributeCollection.cs: Added new internal constructor.
* System.dll.sources: Added
* icall.c: Registered icalls for ThreadPool.GetMinThreads and
* ThreadPool.cs: Added GetMinThreads and SetMinThreads.
* XmlSchemaExporter.cs: When checking if a map has been exported or not,
* TcpClientChannel.cs: Initialize the sink provider in the default
2004-04-16 Lluis Sanchez Gual <lluis at ximian.com>
* TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
* AppDomain.cs: Implemented DynamicDirectory and SetDynamicBase.
* Comparer.cs: Made constructor public.
* Assembly.cs: Removed TODO for CreateQualifiedName.
* TypeTranslator.cs: Mapped again anyUri, but now it is mapped to String.
* CodeGenerator.cs, ObjectReader.cs, ObjectWriter.cs: Serialize decimals
* Queue.cs: Renamed internal membesr to match MS.NET (to allow serialization
* BooleanConverter.cs: GetStandardValues must return an array of booleans,
* icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
* Char.cs: Implemented culture-dependent ToLower and ToUpper methods.
* CaseInsensitiveHashCodeProvider.cs: If the culture is null, don't use
* Activator.cs: Removed TODOs for finished methods.
* AppDomainSetupTest.cs: Changed again test 3 to test that the appdomain is
Updated
Added man page for XSD
* ChannelServices.cs: Implemented partial support for CustomErrors
* ObjRef.cs: Little optimization.
* CADMessages.cs: Marshal the correct return args for the return message.
* ObjectReader.cs, ObjectWriter.cs: FIXME cleaning.
* DateTime.cs: TODO cleaning.
* ICustomAttributeProvider.cs, IReflect.cs, MemberInfo.cs, AssemblyName.cs:
* RemotingServices.cs: When create a ReturnMessage, provide an array with
* CADMessages.cs: Revert last change. It was ok.
* MessageFormatter.cs: Serialize Args, not OutArgs, like in MS.NET.
* TypeDescriptor.cs: Do not return attributes that have the same TypeID.
* Makefile: Removed unneeded System.Web.Services dependency.
* MonoCustomAttrs.cs, MonoType.cs: Property.GetGetMethod() does not return
* MonoProperty.cs: Property.GetGetMethod() does not return the method if it
* typemanager.cs: Property.GetGetMethod() does not return the method if it
* outline.cs: Property.GetGetMethod() does not return the method if it
* SoapReader.cs: If the SoapMessage instance being filled includes the
* SoapClientFormatterSink.cs: The deserialized message can be actually a
* HttpServer.cs: Removed dead code.
* MethodResponse.cs, ReturnMessage.cs: Added null checks.
* NewMonoXSD.cs: Import elements in the order they are declared in the schema.
XmlSerializer.cs: Enable serializer generation by default.
* MethodResponse.cs, ReturnMessage.cs: More null checks.
* MessageFormatter.cs: In the all-are-primitive case, serialize Args,
* XmlSerializationReader.cs: In ReadSerializable(), take into account that
* AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs,
Who forgot to commit this ChangeLog?
* XmlSerializationReaderInterpreter.cs: Removed the check for null
* Consts.cs: Added consts for Mono.Posix and Mono.Security.
* NtlmClient.cs: Use assembly name const to load Mono.Security.
* Socket.cs: Use assembly name const to load Mono.Posix.
* Consts.cs: Added consts for NET_2_0.
* Consts.cs: Added.
* corlib.dll.sources: Added Assembly/Consts.cs.
* ModuleBuilder.cs: Use name const to load the debugger assembly.
* Encoding.cs: Use name const to load I18N assembly.
Added version to the ASMX handler type name
* DataSet.cs: Implemented support for runtime serialization. Fixed support
* XmlSchemaDataImporter.cs: Added little type check.
* support.cs: In SeekableStreamReader, compute the preamble size of the
* support.cs: Don't hang when the file is empty.
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* BooleanConverter.cs: Improved ConverFrom method.
* object.c: in mono_object_get_virtual_method(), take into account that
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* XmlReflectionImporter.cs: Don't reset the internal tables at every
* SoapServices.cs: Support encoded namespace names in
* SoapWriter.cs: Fixed string formatting.
* XmlTextWriter.cs: In WriteStartAttribute, when the prefix is xmlns and
* MissingMemberException.cs: Fix in serialization constructor.
* RemotingServices.cs: In GetMethodBaseFromMethodMessage, look for
* MethodResponse.cs: In the serialization constructor, initialize MethodBase
* threads.c: Before aborting a background, set the StopRequested state (this
* mini.c: In the thread abort signal handler, if the thread is in the
* ChannelCore.cs: Use LoadWithPartialName when configuration information
* RemotingConfiguration.cs: Added method for configuring chanels with the
* ChannelServices.cs: Configure delayed load channels when a chanel lookup
* MethodResponse.cs: Only get the MethodBase from type and method name when
* Makefile: Added reference to System.Data.
* WebService.cs: Take the session from the context.
* HttpSimpleWebServiceHandler.cs: Added GetRequestMethod(), which is used
* SoapBinding.cs: Added missing attributes. The class is not sealed.
* LogicalMethodInfo.cs: Made EnableSession property internal.
AssemblyInfo.cs: Removed CLSCompliant attribute.
* BinaryCore.cs, SoapCore.cs: Added Properties property.
* HttpChannel.cs, HttpClientChannel.cs: Added missing IDictionary
* TcpChannel.cs: Made Init private.
* SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
* RemotingClientProxy.cs, RemotingService.cs: Added.
* System.Runtime.Remoting.dll.sources: Added:
Added
* XmlSerializationWriter.cs: Implemented some missing methods.
* ObjectWriter.cs: Fixed and Simplified WriteGenericArray and
* SerializationTest.cs: Test serialization of empty struct arrays. This
* AggregateDictionary.cs: Moved to System.Runtime.Remoting.Channels
* Thread.cs: Some fixes in Abort. Implemented Suspend and Resume.
* daemon-messages.c: Retry if the communication with the daemon is
* daemon-messages.c: Retry if the communication with the daemon is
* mini.c: Delegate most of the abort signal work to
* interp.c, interp.h: Use the new methods for handling thread.abort.
* MonoWSDL.cs: Get the name of the generated file from the first WSDL doc
* ProtocolImporter.cs: issue a warning if no services have been found.
* ContractReference.cs: convert relative import uris to absolute uris.
* Hashtable.cs: Renamed internal class to make serialization compatible
* StringCollection.cs: Renamed internal variable to make serialization
* SoapClientMessage.cs: Get the MethodInfo from the corresponding
* image.c: In mono_image_open(), always use an absolute path name to
* ScriptCompilerInfo.cs: the name used to load the Microsoft.JScript
* Version.cs: Rename of data fields to match those in Microsoft.NET.
* HttpServerChannel.cs: Take unused port if the provided prot is 0.
* BindingCollection.cs: Fixed this[string] property.
* XmlSerializationReader.cs: Check for empty element when reading an array
* SoapFormatter.cs: Added headers parameter to SoapWriter call.
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* SoapMessageFormatter.cs: Include soap headers as properties when creating
* HttpServerChannel.cs: Default port is 0.
* threadpool.c: Really wait for 500ms after the async call, even if the wait
* WebServicesConfigurationSectionHandler.cs: removed unused variables
* Binding.cs: removed extra XmlIgnore attribute on ServiceDescription
2004-06-01 Gert Driesen <drieseng at users.sourceforge.net>
2004-06-01 Gert Driesen <drieseng at users.sourceforge.net>
* LogicalMethodInfo.cs: Don't crash in GetCustomAttribute if the requested
* HttpSimpleProtocolImporter.cs: Fixed case of generated methods to match
* XmlSerializationReader.cs: Support schamea instance namespaces other than
* Makefile: Added new targets for running the tests. Now the generated
* wsdlfiles.tar.gz: New file that contains all test wsdl documents.
* Makefile: generate client source file list before compiling the test
* HttpApplication.cs: Clear the http handler list after releasing the
* threads.c: Implemented SleepEx.
* threads.c: Made Thread.Sleep abortable.
* Makefile: Changed nunit dll, to make it easier to integrate in the result
* LeaseManager.cs: In StopManager, nullify the timer variable before
* locales.c: Fixed memory leak in Char.ToLower/ToUpper.
* ReadOnlyCollectionBase.cs: Renamed internal variable to make serialization
* MapCodeGenerator.cs, SoapCodeExporter.cs: Generate the same XmlInclude
* Makefile: Fix ms.net api file before the comparison.
* DiscoveryClientProtocol.cs: In DiscoverAny, catch expection of type
* TypeStubManager.cs: Improved locking in GetLogicalTypeInfo().
* HttpSimpleProtocolImporter.cs: Add needed XmlInclude attributes to the
* SoapWriter.cs: In SerializeArray, consider 1 a valid id.
* SoapMessageFormatter.cs: Don't add the signature to the headers list if
* ChannelServices.cs: ExceptionFilterSink should be internal.
i * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
* ThreadTest.cs: Removed Ignore attribute from several threading tests that
* SoapAttribute.cs: Added missing protected members.
* AssemblyName.cs: Added missing fields to serialization methods.
* StrongNameKeyPair.cs: Catch exception when getting PublicKey to match
* ArrayList.cs: Avoid endless loop in Insert when the current size is 0.
* RemotingConfiguration.cs: Read application name from configuraation file.
* TimerTest.cs: Added more tests.
* Timer.cs: Don't abort the thread if Dispose() is called from the runner
* Timer.cs: The timer thread must be a background thread.
* Thread.cs: Added new fields to keep sync with MonoThread.
* locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
* ThreadTest.cs: Improved test.
* Process.cs: Added missing check in HasExited property.
* SoapServerFormatterSink.cs: Removed unneded method.
* Activator.cs: In CreateInstance(), use Public|Instance if access binding
Restored accents.
* ReflectionHelper.cs: Correctly detect private types.
* HttpSimpleProtocolImporter.cs: Import return types as XmlTypeMapping,
* XmlReturnReader.cs, XmlReturnWriter.cs: Generate the serializer with
* proxies.net.xml.gz: Updated.
* icall.c: In ves_icall_InternalExecute, when setting a filed, also look
* ActivationTests.cs: New tests.
* System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
* StreamReader.cs: In DiscardBufferedData(), reset the mayBlock flag.
* HttpSimpleProtocolImporter.cs: Added null check. The XmlTypeMapping for
* RemotingConfiguration.cs: Avoid adding "id" and "type" as custom
* WebServiceTest.cs, client/external/BankCodeEJBHomeTest.cs,
* Methods.cs, SoapMessage.cs: Added support for unknown headers.
* SoapProtocolReflector.cs: Don't generate wsdl for unknown header
* Methods.cs: Check for null when looking for a header serializer, since
* Conv.asmx.template, Conv.cs.template, client/localhost/ConvDoc*,
* TypeData.cs: In the constructor, set the correct xml type name if the
* ActivationTests.cs: Fixed and enhanced tests.
* XmlReturnWriter.cs: Add XmlIncludes to the reflection importer when
* SerializationCodeGenerator.cs: Generate check that the object being
* ServerIdentity.cs: When disposing an identity, detach the identity from
* ChannelServices.cs: In UnregisterChannel, look for registered channels
* BinaryCommon.cs: Added CheckSerializable method.
* RemotingConfiguration.cs: Avoid adding "id" and "type" as custom
* Methods.cs: When using RPC, ignore RequestElementName and MessageName,
* CodeIdentifier.cs: Removed constructor for NET_2_0.
* SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get the
* SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get the
* IXmlSerializerImplementation.cs: Compile as internal in NET_1_1.
* System.Xml.dll.sources: Added new files:
Test update
* XmlSerializer.cs: Fix fix.
* AsyncCompletedEventArgs.cs: Implemented.
* System.dll.sources: Added files
SendOrPostCallback.cs: New delegate.
* corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
* CodeExporter.cs: Added private constructor.
* WebService.cs: Added SoapVersion property.
* HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,
* System.Web.Services.dll.sources: Added 2.0 files:
sgen.cs, Makefile, sgen.exe.sources: New files
* NewMonoXSD.cs: Accept files with absolute paths.
* ReflectionHelper.cs: Fixed bug when registering a map as exported.
* WebServiceBindingAttribute.cs, WsiClaims.cs: Added missing attributes.
* Binding.cs, Message.cs, MessageBinding.cs, MessagePart.cs, Operation.cs,
* HttpWebClientProtocol.cs, Soap12FaultCodes.cs, SoapClientMessage.cs,
* System.Web.Services.dll.sources: Added new files:
* ConformanceChecker.cs, BasicProfileChecker.cs: New files that implement
* System.Web.Services.dll.sources: Added new files:
* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for base64. This
* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for base64. This
* TcpServerChannel.cs: Set channel name from the provided properties.
* TcpServerChannel.cs: Set channel name from the provided properties.
* ChannelServices.cs: In RegisterChannel, ignore name colisions if the
* ChannelServices.cs: In RegisterChannel, ignore name colisions if the
* HttpWebClientProtocol.cs: Add received cookies to cookieContainer when
* HttpWebClientProtocol.cs: Add received cookies to cookieContainer when
* RemotingServices.cs: Changed GetMethodBaseFromMethodMessage so its code
* MethodCall.cs: Use RemotingServices.GetMethodBaseFromName to get the
* RemotingServices.cs: Changed GetMethodBaseFromMethodMessage so its code
* MethodCall.cs: Use RemotingServices.GetMethodBaseFromName to get the
* Environment.cs: Return the MS.NET 2.0 beta1 runtime version for the
* ObjRef.cs: Fixed type check in in ObjRef constructor. The requested class
* ObjRef.cs: Fixed type check in in ObjRef constructor. The requested class
* CSharpCodeCompiler.cs: Hack to make code generation work in 2.0.
* ProtocolImporter.cs: Added some internal properties needed for 2.0
* Makefile: Install gmcs.exe.config file together with gmcs.exe.
* ServiceDescriptionImporter.cs: Fixed bug when getting documents from a
* CodeGenerationOptions.cs: Made the class internal for the 1.1 profile.
* SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the
* SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the
* HttpSimpleProtocolImporter.cs: Implemented internal method to support
* MapCodeGenerator.cs: CreateFieldMember now adds the field to the class,
* ExecutionContext.cs, ExecutionContextSwitcher.cs,
* corlib.dll.sources: Added new files for NET_2_0 profile:
* HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,
* BasicProfileChecker.cs: Added checks for R2101, R2102, R2105, R2110, R2111
* XmlTextReader.cs: Stop parsing when a null character is found.
* XmlTextReader.cs: Stop parsing when a null character is found.
* BasicProfileChecker.cs, ConformanceChecker.cs,
* configure.in: Added data/net_1_1 and data/net_2_0 to the build.
* assembly.c: Load mscorlib from the correct framework directory
* mini.c: Use mono_init_from_assembly instead of mono_init.
* interp.c: Use mono_init_from_assembly instead of mono_init.
runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib
* profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
* Makefile: Use the new FRAMEWORK_VERSION variable to build the destination
* Makefile: Install mcs.exe.config file together with mcs.exe.
* RuntimeEnvironment.cs: Implemented SystemConfigurationFile and
* Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.
* MonoWSDL2.cs: New wrapper for wsdl 2.0.
* MonoWSDL.cs, MonoWSDL2.cs: Handle files with absolute path names.
* BasicProfileChecker.cs: Implemented more rules.
* SoapReader.cs: Serialize byte arrays using base64 encoding.
* ContractReference.cs, DiscoveryClientProtocol.cs: Set the url from which
* ContractReference.cs, DiscoveryClientProtocol.cs: Set the url from which
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* WebService.cs: Get the HttpContext from the HttpContext.Current, do not
* HttpSoapWebServiceHandler.cs, WebServiceHandler.cs: Do not assign the
* server/SessionCounter.asmx: Check that Context != null in the constructor.
* WebService.cs: Get the HttpContext from the HttpContext.Current, do not
* HttpSoapWebServiceHandler.cs, WebServiceHandler.cs: Do not assign the
* server/SessionCounter.asmx: Check that Context != null in the constructor.
* data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.
* BasicProfileChecker.cs: Some small fixes.
* SerializationCodeGenerator.cs: Generate correct "HasValue" check for
* DiscoveryClientProtocol.cs: Added support for "file://" urls.
* MonoWSDL.cs, MonoWSDL2.cs: Use a valid default file name when the wsdl
* ReflectionHelper.cs, SoapReflectionImporter.cs, XmlReflectionImporter.cs:
* XmlSerializerTestClasses.cs: Added some test classes.
* object.c: In mono_message_invoke, fill the output parameter array after
* XmlSerializer.cs: When the XmlReader is created by XmlSerializer, use
* XmlSerializer.cs: When the XmlReader is created by XmlSerializer, use
* ProtocolImporter.cs: Fixing the fix. The generated class must always
* object.c: In mono_message_invoke, fill the output parameter array after
* delegate8.cs: New regression test for bug #59299.
* CSharpCodeGenerator.cs: Reverted change in GenerateArrayCreateExpression.
* interp.c: In interp_walk_stack, don't crash if the context is not set
* SoapReader.cs: Handle SOAP invocation without arguments in SoapReader.
* object.c: Added a "done" flag to TypeInitializationLock. This avoids
* object.c: Added a "done" flag to TypeInitializationLock. This avoids
* MapCodeGenerator.cs: Moved generation of XmlInclude attributes from
* Methods.cs: Use the service namespace as the base for the soap action.
* ServiceDescriptionReflector.cs: Don't generate empty schemas.
* locales.c: nullify the ICU_collator member of CompareInfo when it is
* locales.c: nullify the ICU_collator member of CompareInfo when it is
* threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
* icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
* ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
* RemotingServices.cs: In InternalExecute, use MethodBase instead
* ActivationServices.cs: In Activate, assign the proxy to the ctor
* Context.cs: In CreateServerObjectSinkChain, added a parameter to
* RemotingProxy.cs: When attaching a CBO identity, assign the proxy to
* ConstructionCall.cs: Added a Proxy property (which is the proxy that
* RemotingServices.cs: Fixed wrong patch for InternalExecuteMessage.
* System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
* ContextsTest.cs: Fixed test sequence.
* HttpClientChannel.cs: Throw an http exception if the response is a 500,
* RemotingProxy.cs: In Invoke, suport IMessages other than MonoMessage.
* MethodCallMessageWrapper.cs: The wrapper has to modify the wrapped
* ServerIdentity.cs: Only set the target identity if it has not already
* CrossAppDomainChannel.cs: In CreateMessageSink, ignore the url
* RemotingServices.cs: Allways pass the uri when calling
* CodeIdentifier.cs: MakeValid now returns "Item" for an empty string.
* CodeIdentifier.cs: MakeValid now returns "Item" for an empty string.
* WebServiceHelper.cs: Write the encodingStyle attribute when using the
* object.c, object-internals.h: Implemented mono_release_type_locks,
mini.c: Use mono_thread_exit() to stop threads, instead of ExitThread.
* marshal.c: In the runtime invoke wrapper, reset the abort
* Makefile: Remove error directory on every run.
* image.c: Always canonicalize image file names, to avoid loading
* mini.c: Always generate a field read/write wrapper for members
* MapCodeGenerator.cs: When the Object type is exported, export all
* HttpSimpleProtocolImporter.cs: Fix import of arrays of primitive types.
* Methods.cs: Use the service namespace as the base for the soap action.
* MarshalByRefObject.cs: Field _identity is not serializable.
* MarshalByRefObject.cs: Field _identity is not serializable.
* TcpClientChannel.cs: In CreateMessageSink, process the remote channel
* HttpClientChannel.cs: In CreateMessageSink, process the remote channel
* ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
* ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
* MonoWSDL.cs: Added new option for generating a proxy for a compiled
* Configuration.cs, ConfigurationElement.cs, ConfigurationLocation.cs,
* System.dll.sources: Added new files:
* AppSettingsSection.cs, ConfigurationPropertyCollection.cs,
* Configuration.cs: Minor fixes.
* HttpPostProtocolReflector.cs: Avoid generating an empty part attribute.
* HttpPostProtocolReflector.cs: Avoid generating an empty part attribute.
* AppSettingsSection.cs: Mostly implemented (missing support for
* ConfigurationElement.cs: Implemented Equals and GetHashCode.
* System.dll.sources: Added new files:
* Exception.cs: Added setter for StackTrace.
* RealProxy.cs: Added _targetDomainId and _targetUri fields, which are
* CrossAppDomainChannel.cs: Added getter for the target domain Id.
* Context.cs: Added NeedsContextSink property, which returns TRUE if
* CallContext.cs: In CreateLogicalCallContext, added parameter which
* RemotingServices.cs: Added several serialization methods needed by
* appdomain.c: Removed look_for_method_by_name(). Use the new method
* exceptions-ppc.c, exceptions-s390.c, exceptions-s390x.c,
* interp.c: Added MonoRemotingTarget parameter to signature
Added information about the cross-app domain optimizations in the remoting doc.
* cross-domain.cs: New tests for cross-domain calls.
* TimeSpanConfigurationProperty.cs, TimeSpanPropertyFlags.cs,
* System.dll.sources: Added new files:
* AnonymousIdentificationSection.cs, InternalSection.cs,
* SiteMapProviderCollection.cs: Fixed warning.
* DataSourceView.cs: Moved here implementation of
* SqlDataSourceView.cs: Removed implementation of Events (it is inherited
* RoleProviderCollection.cs, MembershipProviderCollection.cs:
* System.Web.dll.sources: Added new files:
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-23 Lluis Sanchez Gual <lluis at novell.com>
2004-11-23 Lluis Sanchez Gual <lluis at novell.com>
2004-11-18 Lluis Sanchez Gual <lluis at novell.com>
2004-11-23 Lluis Sanchez Gual <lluis at novell.com>
2004-11-23 Lluis Sanchez Gual <lluis at novell.com>
* AssemblyInfo.cs: Added missing ifdef NET_2_0.
2004-11-24 Lluis Sanchez Gual <lluis at novell.com>
* arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif,
2004-11-26 Lluis Sanchez Gual <lluis at novell.com>
2004-11-26 Lluis Sanchez Gual <lluis at novell.com>
2004-11-26 Lluis Sanchez Gual <lluis at novell.com>
Forgot the changelog
* System.Web.dll.sources: Added new file:
2004-11-26 Lluis Sanchez Gual <lluis at novell.com>
2004-11-29 Lluis Sanchez Gual <lluis at ximian.com>
2004-11-30 Lluis Sanchez Gual <lluis at ximian.com>
2004-11-30 Lluis Sanchez Gual <lluis at novell.com>
2004-12-02 Lluis Sanchez Gual <lluis at novell.com>
2004-12-02 Lluis Sanchez Gual <lluis at novell.com>
2004-12-02 Lluis Sanchez Gual <lluis at novell.com>
2004-12-02 Lluis Sanchez Gual <lluis at novell.com>
2004-12-02 Lluis Sanchez Gual <lluis at novell.com>
2004-12-03 Lluis Sanchez Gual <lluis at novell.com>
* System.Web.dll.sources: Added new files:
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-09 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-09 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-09 Lluis Sanchez Gual <lluis at novell.com>
2004-12-10 Lluis Sanchez Gual <lluis at novell.com>
2004-12-10 Lluis Sanchez Gual <lluis at novell.com>
2004-12-10 Lluis Sanchez Gual <lluis at novell.com>
2004-12-10 Lluis Sanchez Gual <lluis at novell.com>
2004-12-10 Lluis Sanchez Gual <lluis at novell.com>
2004-12-15 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-16 Lluis Sanchez Gual <lluis at novell.com>
2004-12-17 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-16 Lluis Sanchez Gual <lluis at novell.com>
2004-12-17 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-17 Lluis Sanchez Gual <lluis at novell.com>
2004-12-17 Lluis Sanchez Gual <lluis at ximian.com>
2004-12-17 Lluis Sanchez Gual <lluis at novell.com>
2004-12-17 Lluis Sanchez Gual <lluis at novell.com>
2004-12-17 Lluis Sanchez Gual <lluis at novell.com>
2004-12-16 Lluis Sanchez Gual <lluis at novell.com>
2004-12-20 Lluis Sanchez Gual <lluis at novell.com>
2004-12-20 Lluis Sanchez Gual <lluis at novell.com>
2004-12-20 Lluis Sanchez Gual <lluis at novell.com>
2004-12-20 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 LLuis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at novell.com>
2005-01-10 Lluis Sanchez Gual <lluis at ximian.com>
2005-01-12 Lluis Sanchez Gual <lluis at novell.com>
2005-01-12 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanches Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-14 Lluis Sanchez Gual <lluis at novell.com>
2005-01-18 Lluis Sanchez Gual <lluis at novell.com>
2005-01-21 Lluis Sanchez Gual <lluis at novell.com>
2005-01-21 Lluis Sanchez Gual <lluis at novell.com>
2005-01-21 Lluis Sanchez Gual <lluis at novell.com>
2005-01-21 Lluis Sanchez Gual <lluis at novell.com>
2004-07-12 Lluis Sanchez Gual <lluis at novell.com>
2005-01-21 Lluis Sanchez Gual <lluis at novell.com>
2005-01-25 Lluis Sanchez Gual <lluis at novell.com>
2005-01-25 LLuis Sanchez Gual <lluis at novell.com>
2005-01-25 Lluis Sanchez Gual <lluis at novell.com>
2005-01-25 Lluis Sanchez Gual <lluis at novell.com>
2005-01-26 Lluis Sanchez Gual <lluis at novell.com>
2005-01-27 Lluis Sanchez Gual <lluis at novell.com>
2005-01-27 Lluis Sanchez Gual <lluis at novell.com>
2005-01-27 LLuis Sanchez Gual <lluis at novell.com>
2005-01-27 LLuis Sanchez Gual <lluis at novell.com>
2005-01-27 LLuis Sanchez Gual <lluis at novell.com>
2005-01-28 Lluis Sanchez Gual <lluis at novell.com>
2005-01-28 Lluis Sanchez Gual <lluis at novell.com>
2005-01-28 Lluis Sanchez Gual <lluis at novell.com>
2005-01-28 Lluis Sanchez Gual <lluis at novell.com>
2005-02-02 Lluis Sanchez Gual <lluis at novell.com>
2005-02-02 Lluis Sanchez Gual <lluis at novell.com>
2005-02-02 Lluis Sanchez Gual <lluis at novell.com>
2005-02-02 Lluis Sanchez Gual <lluis at novell.com>
2005-02-02 Lluis Sanchez Gual <lluis at novell.com>
2005-01-28 Lluis Sanchez Gual <lluis at novell.com>
2005-02-04 Lluis Sanchez Gual <lluis at novell.com>
2005-02-05 Lluis Sanchez Gual <lluis at novell.com>
2005-02-04 Lluis Sanchez Gual <lluis at novell.com>
2005-02-04 Lluis Sanchez Gual <lluis at novell.com>
2005-02-04 Lluis Sanchez Gual <lluis at novell.com>
2005-02-04 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-07 Lluis Sanchez Gual <lluis at novell.com>
2005-02-09 Lluis Sanchez Gual <lluis at novell.com>
2005-02-09 Lluis Sanchez Gual <lluis at ximian.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2005-02-10 Lluis Sanchez Gual <lluis at novell.com>
2004-11-02 Lluis Sanchez Gual <lluis at ximian.com>
2005-02-16 Lluis Sanchez Gual <lluis at novell.com>
2005-02-16 Lluis Sanchez Gual <lluis at novell.com>
2005-02-16 Lluis Sanchez Gual <lluis at ximian.com>
2005-02-18 Lluis Sanchez Gual <lluis at novell.com>
2005-02-18 Lluis Sanchez Gual <lluis at novell.com>
2005-02-18 Lluis Sanchez Gual <lluis at novell.com>
2005-02-18 Lluis Sanchez Gual <lluis at novell.com>
2005-02-18 Lluis Sanchez Gual <lluis at novell.com>
2005-02-22 Lluis Sanchez Gual <lluis at novell.com>
2005-02-25 Lluis Sanchez Gual <lluis at novell.com>
2005-02-25 Lluis Sanchez Gual <lluis at novell.com>
2005-02-25 Lluis Sanchez Gual <lluis at novell.com>
2005-02-25 Lluis Sanchez Gual <lluis at novell.com>
2005-02-25 Lluis Sanchez Gual <lluis at ximian.com>
2005-03-01 Lluis Sanchez Gual <lluis at ximian.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-04 Lluis Sanchez Gual <lluis at novell.com>
2005-03-08 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-11 Lluis Sanchez Gual <lluis at novell.com>
2005-03-16 Lluis Sanchez Gual <lluis at novell.com>
2005-03-16 Lluis Sanchez Gual <lluis at novell.com>
2005-03-16 Lluis Sanchez Gual <lluis at novell.com>
2005-03-23 Lluis Sanchez Gual <lluis at novell.com>
2005-03-23 Lluis Sanchez Gual <lluis at novell.com>
2005-03-23 Lluis Sanchez Gual <lluis at novell.com>
2005-03-23 Lluis Sanchez Gual <lluis at novell.com>
2005-03-16 Lluis Sanchez Gual <lluis at novell.com>
2005-03-23 Lluis Sanchez Gual <lluis at ximian.com>
2005-03-23 Lluis Sanchez Gual <lluis at ximian.com>
2005-03-23 Lluis Sanchez Gual <lluis at ximian.com>
2005-03-29 Lluis Sanchez Gual <lluis at novell.com>
2005-03-29 Lluis Sanchez Gual <lluis at novell.com>
2005-03-30 Lluis Sanchez Gual <lluis at novell.com>
2005-03-30 Lluis Sanchez Gual <lluis at novell.com>
2005-04-01 Lluis Sanchez Gual <lluis at novell.com>
2005-04-01 Lluis Sanchez Gual <lluis at novell.com>
2005-04-01 Lluis Sanchez Gual <lluis at novell.com>
2005-04-01 Lluis Sanchez Gual <lluis at novell.com>
2005-05-05 Lluis Sanchez Gual <lluis at novell.com>
2005-04-05 Lluis Sanchez Gual <lluis at novell.com>
2005-04-05 Lluis Sanchez Gual <lluis at novell.com>
2005-04-07 Lluis Sanchez Gual <lluis at novell.com>
2005-04-07 Lluis Sanchez Gual <lluis at novell.com>
2005-04-07 Lluis Sanchez Gual <lluis at novell.com>
2005-04-07 Lluis Sanchez Gual <lluis at novell.com>
2005-04-08 Lluis Sanchez Gual <lluis at novell.com>
2005-04-08 Lluis Sanchez Gual <lluis at novell.com>
2005-04-11 Lluis Sanchez Gual <lluis at ximian.com>
2005-04-11 Lluis Sanchez Gual <lluis at novell.com>
2005-04-12 Lluis Sanchez Gual <lluis at novell.com>
2005-04-12 Lluis Sanchez Gual <lluis at novell.com>
2005-04-13 LLuis Sanchez Gual <lluis at novell.com>
2005-04-07 Lluis Sanchez Gual <lluis at novell.com>
2005-04-08 Lluis Sanchez Gual <lluis at novell.com>
Reverting invalid patch.
2005-04-14 Lluis Sanchez Gual <lluis at novell.com>
2005-04-14 Lluis Sanchez Gual <lluis at novell.com>
2005-04-14 Lluis Sanchez Gual <lluis at novell.com>
2005-04-14 Lluis Sanchez Gual <lluis at novell.com>
2005-04-15 Lluis Sanchez Gual <lluis at novell.com>
2005-04-15 Lluis Sanchez Gual <lluis at novell.com>
2005-04-15 Lluis Sanchez Gual <lluis at novell.com>
2005-04-15 Lluis Sanchez Gual <lluis at novell.com>
2005-04-19 Lluis Sanchez Gual <lluis at novell.com>
2005-04-19 Lluis Sanchez Gual <lluis at novell.com>
2005-04-21 Lluis Sanchez Gual <lluis at novell.com>
2005-04-21 Lluis Sanchez Gual <lluis at novell.com>
2005-04-21 Lluis Sanchez Gual <lluis at novell.com>
2005-04-22 Lluis Sanchez Gual <lluis at novell.com>
2005-04-22 Lluis Sanchez Gual <lluis at novell.com>
2005-04-22 LLuis Sanchez Gual <lluis at novell.com>
2005-04-22 Lluis Sanchez Gual <lluis at novell.com>
2005-04-22 Lluis Sanchez Gual <lluis at novell.com>
2005-04-26 Lluis Sanchez Gual <lluis at novell.com>
2005-04-26 Lluis Sanchez Gual <lluis at novell.com>
2005-04-27 Lluis Sanchez Gual <lluis at novell.com>
2005-04-27 Lluis Sanchez Gual <lluis at ximian.com>
2005-04-30 Lluis Sanchez Gual <lluis at novell.com>
2005-05-01 Lluis Sanchez Gual <lluis at novell.com>
2005-05-03 Lluis Sanchez Gual <lluis at novell.com>
2004-05-03 Lluis Sanchez <lluis at ximian.com>
2005-05-03 Lluis Sanchez Gual <lluis at novell.com>
2005-05-04 Lluis Sanchez Gual <lluis at novell.com>
2005-05-04 Lluis Sanchez Gual <lluis at novell.com>
2005-05-05 Lluis Sanchez Gual <lluis at novell.com>
2005-05-05 Lluis Sanchez Gual <lluis at novell.com>
2005-05-05 Lluis Sanchez Gual <lluis at novell.com>
2005-05-05 Lluis Sanchez Gual <lluis at novell.com>
2005-05-06 Lluis Sanchez Gual <lluis at novell.com>
2005-05-06 Lluis Sanchez Gual <lluis at novell.com>
2005-05-06 Lluis Sanchez Gual <lluis at novell.com>
2005-05-06 Lluis Sanchez Gual <lluis at novell.com>
2005-05-06 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-09 Lluis Sanchez Gual <lluis at ximian.com>
2005-05-12 Lluis Sanchez Gual <lluis at novell.com>
2005-05-12 Lluis Sanchez Gual <lluis at novell.com>
2005-05-12 Lluis Sanchez Gual <lluis at novell.com>
2005-05-12 Lluis Sanchez Gual <lluis at novell.com>
2005-05-13 Lluis Sanchez Gual <lluis at novell.com>
2005-05-13 Lluis Sanchez Gual <lluis at novell.com>
2005-05-13 Lluis Sanchez Gual <lluis at novell.com>
2005-05-17 Lluis Sanchez Gual <lluis at ximian.com>
2005-05-17 Lluis Sanchez Gual <lluis at novell.com>
2005-05-17 Lluis Sanchez Gual <lluis at novell.com>
2005-05-17 Lluis Sanchez Gual <lluis at novell.com>
2005-05-17 Lluis Sanchez Gual <lluis at novell.com>
2005-05-18 Lluis Sanchez Gual <lluis at novell.com>
2005-05-18 Lluis Sanchez Gual <lluis at novell.com>
2005-05-18 Lluis Sanchez Gual <lluis at novell.com>
2005-05-18 Lluis Sanchez Gual <lluis at novell.com>
2005-05-25 Lluis Sanchez Gual <lluis at novell.com>
2005-05-25 Lluis Sanchez Gual <lluis at novell.com>
2005-05-25 Lluis Sanchez Gual <lluis at novell.com>
2005-05-26 Lluis Sanchez Gual <lluis at novell.com>
2005-05-26 Lluis Sanchez Gual <lluis at novell.com>
2005-05-26 Lluis Sanchez Gual <lluis at novell.com>
2005-05-26 Lluis Sanchez Gual <lluis at novell.com>
2005-05-30 Lluis Sanchez Gual <lluis at novell.com>
2005-05-31 Lluis Sanchez Gual <lluis at novell.com>
2005-05-31 Lluis Sanchez Gual <lluis at novell.com>
2005-05-31 Lluis Sanchez Gual <lluis at novell.com>
2005-05-31 Lluis Sanchez Gual <lluis at novell.com>
2005-06-01 Lluis Sanchez Gual <lluis at novell.com>
2005-06-02 Lluis Sanchez Gual <lluis at novell.com>
2005-06-02 Lluis Sanchez Gual <lluis at novell.com>
2005-06-03 Lluis Sanchez Gual <lluis at novell.com>
2005-06-06 Lluis Sanchez Gual <lluis at novell.com>
2005-06-06 Lluis Sanchez Gual <lluis at novell.com>
2005-06-07 Lluis Sanchez Gual <lluis at novell.com>
2005-06-09 Lluis Sanchez Gual <lluis at novell.com>
2005-05-10 Lluis Sanchez Gual <lluis at novell.com>
2005-06-10 Lluis Sanchez Gual <lluis at novell.com>
2005-06-10 Lluis Sanchez Gual <lluis at novell.com>
2005-06-10 Lluis Sanchez Gual <lluis at novell.com>
2005-06-10 Lluis Sanchez Gual <lluis at novell.com>
2005-06-13 Lluis Sanchez Gual <lluis at novell.com>
2005-06-13 Lluis Sanchez Gual <lluis at novell.com>
2005-06-13 Lluis Sanchez Gual <lluis at novell.com>
2005-06-13 Lluis Sanchez Gual <lluis at novell.com>
2005-06-13 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-14 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-15 Lluis Sanchez Gual <lluis at novell.com>
2005-06-17 Lluis Sanchez Gual <lluis at novell.com>
2005-06-17 Lluis Sanchez Gual <lluis at novell.com>
2005-06-17 Lluis Sanchez Gual <lluis at novell.com>
2005-06-22 Lluis Sanchez Gual <lluis at novell.com>
2005-06-22 Lluis Sanchez Gual <lluis at novell.com>
2005-06-22 Lluis Sanchez Gual <lluis at novell.com>
2005-06-23 Lluis Sanchez Gual <lluis at novell.com>
2005-06-23 Lluis Sanchez Gual <lluis at novell.com>
2005-06-23 Lluis Sanchez Gual <lluis at novell.com>
2005-06-27 Lluis Sanchez Gual <lluis at novell.com>
2005-06-27 Lluis Sanchez Gual <lluis at ximian.com>
2005-06-27 Lluis Sanchez Gual <lluis at novell.com>
2005-06-27 Lluis Sanchez Gual <lluis at novell.com>
2005-06-27 LLuis Sanchez Gual <lluis at novell.com>
2005-06-28 Lluis Sanchez Gual <lluis at novell.com>
2005-06-28 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-01 Lluis Sanchez <lluis at ximian.com>
2005-07-01 Lluis Sanchez Gual <lluis at novell.com>
2005-07-05 Lluis Sanchez Gual <lluis at novell.com>
2005-07-06 Lluis Sanchez Gual <lluis at novell.com>
2005-07-13 Lluis Sanchez Gual <lluis at novell.com>
2005-07-14 Lluis Sanchez Gual <lluis at novell.com>
2005-07-14 Lluis Sanchez Gual <lluis at novell.com>
2005-07-21 Lluis Sanchez Gual <lluis at novell.com>
2005-07-25 Lluis Sanchez Gual <lluis at novell.com>
2005-07-25 Lluis Sanchez Gual <lluis at novell.com>
2005-07-28 Lluis Sanchez Gual <lluis at novell.com>
2005-07-28 Lluis Sanchez Gual <lluis at novell.com>
2005-07-29 Lluis Sanchez Gual <lluis at novell.com>
2005-08-01 Lluis Sanchez Gual <lluis at ximian.com>
* SoapFormatterTest.cs: new test.
2005-08-05 Lluis Sanchez Gual <lluis at novell.com>
2005-08-06 Lluis Sanchez Gual <lluis at novell.com>
2005-09-12 Lluis Sanchez <lluis at ximian.com>
2005-08-18 Lluis Sanchez Gual <lluis at ximian.com>
2004-08-18 Lluis Sanchez Gual <lluis at novell.com>
2005-08-24 Lluis Sanchez Gual <lluis at novell.com>
2005-08-24 Lluis Sanchez Gual <lluis at novell.com>
2005-08-24 Lluis Sanchez Gual <lluis at novell.com>
2005-08-24 Lluis Sanchez Gual <lluis at novell.com>
2005-07-15 Lluis Sanchez Gual <lluis at novell.com>
2005-08-30 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-21 Lluis Sanchez Gual <lluis at novell.com>
2005-09-26 Lluis Sanchez Gual <lluis at novell.com>
2005-09-26 Lluis Sanchez Gual <lluis at novell.com>
2005-09-26 Lluis Sanchez Gual <lluis at novell.com>
2005-09-11 Robert Jordan <robertj at gmx.net>
2005-09-26 Lluis Sanchez Gual <lluis at novell.com>
2005-10-03 Lluis Sanchez Gual <lluis at novell.com>
2005-10-10 Lluis Sanchez Gual <lluis at novell.com>
2005-10-17 Lluis Sanchez Gual <lluis at novell.com>
2005-10-17 Lluis Sanchez Gual <lluis at novell.com>
2005-10-17 Lluis Sanchez Gual <lluis at novell.com>
2005-10-17 Lluis Sanchez Gual <lluis at novell.com>
2005-10-18 Lluis Sanchez Gual <lluis at novell.com>
2005-11-07 Lluis Sanchez Gual <lluis at novell.com>
2005-11-08 Lluis Sanchez Gual <lluis at novell.com>
2005-11-11 Lluis Sanchez Gual <lluis at novell.com>
2005-12-01 Lluis Sanchez Gual <lluis at novell.com>
2005-12-01 Lluis Sanchez Gual <lluis at novell.com>
2005-12-05 Lluis Sanchez Gual <lluis at novell.com>
2005-12-07 Lluis Sanchez Gual <lluis at ximian.com>
2005-12-07 Lluis Sanchez Gual <lluis at novell.com>
2005-12-07 Lluis Sanchez Gual <lluis at novell.com>
2006-01-31 Lluis Sanchez Gual <lluis at novell.com>
2006-01-31 Lluis Sanchez Gual <lluis at novell.com>
2006-01-31 Lluis Sanchez Gual <lluis at novell.com>
2006-02-06 Lluis Sanchez Gual <lluis at novell.com>
2006-02-09 Lluis Sanchez Gual <lluis at novell.com>
2006-02-09 Lluis Sanchez Gual <lluis at novell.com>
2006-02-03 Sebastien Robitaille <sebastien.robitaille at croesus.com>
2006-02-16 Lluis Sanchez Gual <lluis at novell.com>
2006-02-16 Lluis Sanchez Gual <lluis at novell.com>
2006-02-21 Lluis Sanchez Gual <lluis at novell.com>
2006-02-21 Lluis Sanchez Gual <lluis at novell.com>
2006-03-06 Lluis Sanchez Gual <lluis at novell.com>
2006-03-07 Lluis Sanchez Gual <lluis at novell.com>
2006-03-07 Lluis Sanchez Gual <lluis at novell.com>
2006-04-11 Lluis Sanchez <lluis at novell.com>
2006-04-12 Lluis Sanchez Gual <lluis at novell.com>
2006-04-11 Lluis Sanchez Gual <lluis at novell.com>
2006-05-03 Lluis Sanchez Gual <lluis at novell.com>
2006-05-04 Lluis Sanchez <lluis at novell.com>
2006-05-04 LLuis Sanchez Gual <lluis at novell.com>
2006-05-12 Lluis Sanchez <lluis at ximian.com>
2006-06-07 Lluis Sanchez Gual <lluis at novell.com>
2006-07-03 Lluis Sanchez <lluis at novell.com>
2006-07-10 Lluis Sanchez Gual <lluis at novell.com>
2006-08-04 Lluis Sanchez Gual <lluis at novell.com>
2006-08-23 Lluis Sanchez Gual <lluis at novell.com>
2006-08-30 Lluis Sanchez Gual <lluis at novell.com>
svn path=/trunk/mcs/; revision=64924
svn path=/trunk/mcs/; revision=64925
svn path=/trunk/mcs/; revision=64926
svn path=/trunk/mcs/; revision=64989
2006-08-06 Lluis Sanchez Gual <lluis at novell.com>
2006-09-06 Lluis Sanchez gual <lluis at novell.com>
2006-09-06 Lluis Sanchez Gual <lluis at novell.com>
2006-09-05 Lluis Sanchez Gual <lluis at novell.com>
2006-09-07 Lluis Sanchez Gual <lluis at novell.com>
2005-09-12 Lluis Sanchez Gual <lluis at ximian.com>
2006-09-12 Lluis Sanchez Gual <lluis at novell.com>
2006-09-15 LLuis Sanchez Gual <lluis at novell.com>
2006-09-15 Lluis Sanchez Gual <lluis at novell.com>
2006-09-15 Lluis Sanchez Gual <lluis at novell.com>
2006-11-22 Lluis Sanchez Gual <lluis at novell.com>
2006-11-22 Lluis Sanchez Gual <lluis at novell.com>
Fix typo.
2006-11-22 Lluis Sanchez Gual <lluis at novell.com>
* MessageFormatter.cs: Include the logical context in the message when
* ReturnMessage.cs: When creating an exception message, copy the call
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2007-01-08 Lluis Sanchez <lluis at ximian.com>
2006-12-18 Lluis Sanchez Gual <lluis at ximian.com>
2006-12-18 Lluis Sanchez Gual <lluis at novell.com>
2007-01-08 Lluis Sanchez Gual <lluis at novell.com>
2007-02-12 Lluis Sanchez Gual <lluis at novell.com>
2007-28-02 Lluis Sanchez Gual <lluis at novell.com>
2007-10-25 Lluis Sanchez Gual <lluis at novell.com>
* XmlSchemaImporter.cs: Fix problem with primitive types with a forced
* Test/System.Web.Services.Description/ServiceDescriptionReflectorTest.cs:
* MapCodeGenerator.cs, XmlTypeMapMember.cs, XmlTypeMapMemberElement.cs:
* TypeData.cs: Prefix with a '@' type names that are equal to keywords.
* ProtocolImporter.cs: Use the binding name as class name for the
* System.Xml.Serialization/XmlSerializerTestClasses.cs,
2009-02-12 Lluis Sanchez Gual <lluis at novell.com>
2009-05-06 Lluis Sanchez Gual <lluis at novell.com>
2009-05-06 Lluis Sanchez Gual <lluis at novell.com>
2009-10-22 Lluis Sanchez Gual <lluis at novell.com>
2009-10-28 Lluis Sanchez Gual <lluis at novell.com>
2009-11-04 Lluis Sanchez <lluis at novell.com>
2009-12-05 Lluis Sanchez <lluis at novell.com>
2010-03-03 Lluis Sanchez Gual <lluis at novell.com>
2006-03-03 Lluis Sanchez Gual <lluis at novell.com>
2010-04-26 Lluis Sanchez <lluis at novell.com>
2010-04-27 Lluis Sanchez <lluis at novell.com>
Throw correct exceptions when using generated serializer
Fix flags enum deserialization
Fix code generation issue with nested generic types
Fix several issues in the code generator
Handle possible exceptions thrown by Socket.Close
Lucas Meijer (2):
make mono_print_thread_dump output to the visualstudio debugger window, for better debugger experience
implement mono_set_assemblies_path for platforms that cannot set MONO_PATH environment variable.
Luke Halliwell (1):
Fix for bug 349053 - unable to serialize SortedDictionary
Luke Page (12):
svn path=/trunk/mcs/; revision=94612
2008-02-03 Luke Page <luke.a.page at gmail.com>
2008-02-03 Luke Page <luke.a.page at gmail.com>
2008-02-03 Luke Page <luke.a.page at gmail.com>
2008-02-03 Luke Page <luke.a.page at gmail.com>
2008-02-03 Luke Page <luke.a.page at gmail.com>
2008-02-10 Luke Page <luke.a.page at gmail.com>
2008-02-15 Luke Page <luke.a.page at gmail.com>
2008-02-15 Luke Page <luke.a.page at gmail.com>
2008-02-15 Luke Page <luke.a.page at gmail.com>
2008-02-24 Luke Page <luke.a.page at gmail.com>
2008-03-24 Luke Page <luke.a.page at gmail.com>
Mads Pultz (10):
* Dns.cs: Initial work submitted to repository.
* DnsTest.cs: Initial work submitted to repository.
*** empty log message ***
* DnsTest.cs: now tests GetHostByAddress, GetHostByName, IpToString and Resolve.
* Dns.cs: Initial work on BeginGetHostByName and EndGetHostByName implemented.
*** empty log message ***
Added implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve(). Test also included.
Added implementation for System.Net.Dns.BeginResolve() and System.Net.Dns.EndResolve(). Test also included.
Test removed, test of IPHostEntry included in DnsTest.cs
Fix for GetHostName. Now relies on native gethostname.
Malte Hildingson (11):
* tramp.c (alloc_code_buff): posix memory protection.
* tramp.c (mono_create_trampoline): tiny register allocation fix for reference types
* mono-endian.h: added prototype mono_read64_swap_words, used by
* mono-endian.h, mono-endian.c: new macro MONO_DOUBLE_ASSERT_ENDIANITY to
* Double.cs: added icall AssertEndianity.
* Double.cs, ILGenerator.cs: changed unsafe reference
* configure.in: added FPU test for ARM.
* configure.in: updated, neater ARM FPU test.
* mono/metadata/marshal.c: compiler compability fix
* mono/utils/strtod.c: added arm define
* strtod.c: added missing Long define for big endian systems
Manjula GHM (94):
svn path=/trunk/mcs/; revision=38479
Added new files
svn path=/trunk/mcs/; revision=38482
Added new files
Added new files
Added new files
Added new files
Changed according to CompilerServices
--tThis line, and those below, will be ignored--
Modified to reflect new changes
Modified to reflect new changes
Modified Project and solution files to reflect new changes
Added Microsoft.VisualBasic project file
Modified project file to reflect new changes
Reports error with correct line number in most of the cases covered by existing testcases. Need to cover in expressions and few more areas.
Some more fixes related to displaying correct line number by Sudharsan
Fixed concat of date and string using '+" operator
Added tests for Statements - by Sudharsan V <vsudharsan at novell.com>
Added tests for Statements - by Sudharsan V <vsudharsan at novell.com>
Fixed all String to char conversions
Fixed concat of string and char using '+" operator
Fixed conversion from char[] to String
Few more tests for Statements - by Sudharsan
Few more tests for Statements - by Sudharsan
Test cases for Relational operators
Support relational operator for other types
Throws error for missing END statements - by Sudharsan
Handle all cases of relational Operators w.r.t String types
Handle Bool w.r.t Logical operators
Handle String and date before Overloadresolve
Assigned value to destination in string manipulation to achieve required functionality
Support Mid Assignment Statement
Bug fix - new Object creation and object assignment
Support 'Is' Expression
Support 'Is' for all reference types
Minor fix in the LoopStatement test case
Reverting previous checkin as it was wrong file
Fixes related to displaying correct line number,error message and handle End of blocks
Added type casting in some places and moved "optional" attribute to be AFTER that __Default*
Support 'expression TO expression' case clause for select statement
Support Double in case statement and do necessary conversion to Int Literal
Rounding the double values before converting to Integer types
Minor fix in the LoopStatement test cases
Fix for build breakage on cygwin-head-mono
Test cases for Type members and Like operator
Test cases for Type members and Like operator
Some more fixes related to displaying correct line number
Removed executable files
Implementation of 'End' Statement which terminates execution immediately
Fix bug while executing 'Exit Function'
Removed invalid test case
Corrected GotoStatementA.vb and removed ^M in all tests
Revamped end of block logic
Support 'End Statement' in parser and tokenizer file
Missed while checking in
To fix parser error for ExternalSource Directives
Disallow New Date assignment with types other than date and object type
Support declaration of decimal numbers with no digits before point
To fix make test failure
To support 'Or' argument of AttributeTargets in AttributeUsage
Support Conditional Constant Directives
Support expressions for directives
"out" is not supported as Parameter Modifier in VB.NET
"out" is not supported as Parameter Modifier in VB.NET
Support Reference Parameter - when argument and parameter are different
* Declare NullType
Fix problem w.r.t 'Exit Sub'
Fix Enum conversion for two level assignment and added few more cases
To support "Sub New()" without modifier
Allow New Date assignment to other types
To Support Optional max. insert length value in Mid statement
To Support other types of source in Mid statement
To handle Goto in Try, Catch block
To disallow reassignment of object inside 'With...End With' block
Clear the hashtable in end of block
Support and successfully find label definition inside child block
Support suitable property to override
Fix compilation error
Some more corrections in test cases
Correction in test case
correction in test case
Support hexadecimal literals - supports binary value of the integer literal
Fix compilation breakage
Support signed exponent
Support "#" in string to DateTime conversion, eg: #7/29/2004#
To avoid Array modifiers specified on both a variable and its type
Support 'Nothing' for Constants.
Changed error number and message according to .NET
Support type specifier for "ReDim" statements
Support conversions in "new" assignment statement
Check for type before resolving
Add ParamArray keyword in relevant location
Handle trailing '#" for bool and date in Input function
Handle trailing '#" for bool and date and minor fixes
Marcel Narings (1):
2001-08-02 Marcel Narings <marcel at narings.nl>
Marcin Szczepanski (3):
Add test cases for System.IO.Path These might need to be fleshed out
System.IO.Path implementation from Jim Richardson
Updated for System.IO.Path + updated Jim Richardson's email address to his
Marco Ridoni (81):
A few test files for classes, modules, delegates, properties, etc. Some of
Slight changes to allow compiling under Mono/mcs
Commented out a few lines to solve a problem in member access
A lot of changes: support for modules, classes, properties, delegates,
A few cosmetic changes: error codes are now reported as BCxxxx instead of
Modified a check in AddConstructor (a VB.NET constructor is always named
References to Microsoft.VisualBasic.* have been temporarily disabled
Statically declared events (i.e Sub MySub() Handles b1.Click) work (even
Implemented For..Next..Step
Implemented an overloaded method for EmitTopBlock which is called by
Properties implemented. Property paramters still don't work.
Invocation.DoResolve was modified to accomodate Properties with
Some minor changes
A few fixes to make properties work properly (not totally fixed yet)
Minor changes
Properties are working and support typed parameters. An error is
Select..Case..Case Else added to grammar definition
Minor changes
Select Case is working
Fixed a problem occurred when committing last time
A small fix to allow compilation under mcs while preserving the Author
Some minor changes
Fixed a problem with CVS
Field declaration modified to better conform to MS'VB.NET grammar
A few changes to resolve scoping for default constructors
A few changes to support correct scoping for default constructors
Big New Year patch:
Optional parameters support
Update by Francesco Delfino
Fixed a bug which caa�used an Exceptionwhen declaring properties with 0 parameters
A fix for return values in functions and another step towards
A few minor fixes
Interface should work for methods and properties
Structure declaration added to grammar. Seems to work fine.
Enums are supported and working
Attributes have been added to the grammar and seem to work, even if to a
AddHandler is now a statement of its own and is no more emulated in the
Variable and array initializers are properly implemented
A few minor fixes
For..Each implemented
For..Each implementation
Initial implementation of helper/implicit conversion functions
Fixed a bug in Interfaces (Namespace were not considered)
Fixed a couple of bugs in the grammar:
Commented out unneeded code in AddClass()
Started implementing auto-generation of an entry point function if the
- Added OVERRIDES, OVERLOADS, OVERRIDABLE, MUSTOVERRIDE, NOTOVERRIDABLE. Only
Initial support for invocation of (parent) constructors. Must implement
A Main() function is automatically built if we're building a SWF Exe AND
TypeManager.GetConstructor() made public to allow call from driver.cs, since
Fixed 'Is Nothing' relational expression, which now correctly checks null
- Fixed default namespace (VB.NET wants it to be an empty string)
- Preliminary support for late binding in array access (needs support in
- Added a preliminary test suite for regression testing
- A lot of fixes for array/variable declaration and initialization
Added Marco Ridoni
A lot of assorted fixes and additions
Improved handling of MainClass
Methods with no arguments can be invoked without parentheses
Added a special case for keywords used in qualified identifiers
Fixed Is operator
Added OrElse/AndAlso (still not working correctly, though)
Commented out some debugging output
Fixed Not operator
Small fixes for #End Region / #End If
Small fixes for the case when no main class is supplied
First implementation. Probably overlooks many special cases.
First implementation for LateIndexGet/Set. Probably missing several special cases
Some late binding changes which somehow got lost on their way to CVS
Added GetType
Fixed overloaded constructor invocation
Compiler directives now are not case-sensitive
Some runtime conversion fixes
Variables defned in Catch blocks are now correctly typed
- ReDim() was added
One more Runtime conversion (Byte)
Runtime conversion added for underlying types in Enums
The resolver should be fully case-insensitive
With statement added, several modifier fixes, ParamArray fixes, Array declaration
Small fix to ReDim which got broken during the last CVS update
More array handling fixes (Redim/Erase)
Marek Habersack (1838):
Change the HttpApplication pipeline to match Microsoft specs for ASP.NET 2.0
Add support for App_GlobalResources and App_LocalResources
And the new files for the resources compiler
two small fixes for the handling of compiler definitions in the system.codedom section
A default value of WarningLevel change and implementation of a missing API
Implementation of the App_Code folder compiler for ASP.NET 2.0
Removed unnecessary WriteLines
A few changes related to App_*Resources and App_Code folders
GetType and GetVirtualPathDependencies implementation for BuildManager
One more occurrence of the unused field removed
Added implementation of System.ComponentModel.DisplayNameAttribute and associated tests
Implementation of the 2.0 HttpContext.RewritePath overloads
Implementation of the DisplayNameAttribute class and associated tests. The previous had TraceEventCache.cs mentioned in the System.dll.sources file - it shouldn't have been there. Sorry about the problem it caused.
Added a utility class - System.Web.Util.FileUtils - for dealing with temporary file names, and possibly for other common file operations to be added later on
AggregateCacheDependency isn't approved yet
Modification of the App_Code compiler which adds support for BuildProviders
Reimplementation of the CodeDomConfigurationHandler class as a ConfigurationSection. It now provides default compiler entries a'la MS.NET
A fix for a compilation problem. Thanks to Chris Toshok for showing me the light :)
Changes to the App_Code compiler
CompilerCollection must use a List to store the compiler infos because MS.NET allows storing multiple entries for the same language
Add two missing build providers
Support for event validation
Two missing overloads implemented
Fix for File.extension cases in the resource directories
AppCode compiler fix
Added PersonalizationAttribute class
Sources...
Support for automatic culture detection
Changelogs
One more changelog
Implemented a few missing properties
Fix for App_Code compiler
Make a method private for 1.x
a minor code optimization
minor optimizations
more optimizations
implementation of SaveAs in FileUpload
Event validation fix for the Calendar control
App_Code fix
App_Code assemblies fix
Add namespaces for ASP.NET 2.0 compilation
Add support for centralized control registration (from web.config) as well as for the system.web/pages/namespaces collection
proper handling of <configSections>
Implemented a few missing or not implemented methods
Fixlets
Throw appropriate exceptions
Implement the 2.0 page state persister model, and use it internally int the 1.x profile
Fix a MapPath exception
Implementation of the 2.0 session state model
Implement support for ProfileCommon class generation
Forgotten changelogs
Move changelog messages where they belong
Implement tag mapping for asp.net 2.0
two methods implemented
Implement actual identifier checking
tests for IsValidIdentifier method
fix for type loading
JavaScript validation fix
Implement the HeaderEncoding 2.0 property
New app resources handling code
Added DbProviderFactories section in 2.0 machine.config
Fix a compilation problem in the bootstrap phase
ADO.NET 2.0 support for Sqlite
Forgotten commit
A few changes to the ADO.NET 2.0 support
Wsdl build provider added
Fix a compilation issue
New sqlite ado.net 2.0 stuff
thead/tbody aren't ignored anymore
Auto app restart on folder changes
Compilation fixes
Avoid app_code et. al. assembly duplication on compilation error
Fix for bug #80547
Fix for bug #80544
Fix for bug #80096
Mark AutoHelpers as obsolete in generated code and a fix for bug #77069
A buglet in theme directory parser
Fix for cases when the browser language is set to a neutral culture
Implement a missing Marshal.Copy overload
implement a missing attribute class
remove extra stuff
support DataDirectory in domain data
Prepare for Mainsoft.Web
Fix for bug 80532
New Mono.Data.SqliteClient 2.0 profile code
a mistake correction
Get rid of the BOM in the middle of the file
Forgot to commit that one, sorry about that
Restore the attribute
Use Resources. as the prefix for global resources embedded in App_GlobalResources.dll
Avoid duplicate control registration exception
Do not clear the password before encryption
Make sure to create specific cultures.
Expire auth tickets properly. Fixes bug 80739.
Fix TemplateSourceDirectory.
Support for preservation assembly mapping files (.compiled)
Sources
Disable the Mainsoft.Web provider entries for now, to unbreak System.Web tests
provider factories defaults
The SupportedClasses column is no longer valid
Revert r72877
Revert this one too
really revert teh changes
Unseal the classes... and I still don't like it :P
Fix the FontUnit cultural issue
Fix for bug 80808
Fix culture problems of the control compiler System.Web.Compilation/ChangeLog System.Web.Compilation/TemplateControlCompiler.cs
Revert accidental commit - this change is not accepted yet
Revert accidental commit - this change is not accepted yet
Fix for global resources
Use a deterministic application name
added a backward compatibility method
handle missing api in sqlite3 library
Implement support for Bin directory
Sqlite migration. Stage 1
Sqlite migration. Stage 2
Fix for LoginStatus
Added Mono.Data.Sqlite to build. Restored the sealed classes
Be case-insensitive when looking up compilers
support for sending mail when a new user is created
fix an off-by-one bug
Fix FileUpload.HasFile
Remove misplaced line
Implement connection string expressions
remove debug stuff
Fix for the asp parser
Fix for bug #80998
Write preservation files for App_Code assemblies
Fix user creation, password reset etc.
Fix for bug 81005
Support a few more Page directive attributes
Implement MS .Net style shadow copying
Implement correct DataSourceID lookup
Fix validation for ListItems
make themes work. Also fixes bug #80953
fix Unit to support values like .9em
Make the enableSesionState <pages> attribute values case-sensitive. Fixes bug 80913
Fix for bug 80682
Add graceful handling of various types of values in session removal callback
Revert 73805, 73806, 73807
Revert 73804
remove accidental commit
Revert accidental WIP commit, ugh
Make sure themes are recompiled whenever .skin and .css files are updated
Fix the theme test errors.
added installvst - a utility to install packages using the .vstemplate file
Bugfix for #81089
Implement WebEventCodes
Handle empty .resources files gracefully
Add a missing method to ProfileCommon
* PageCompiler.cs, BaseCompiler.cs: refactoring: moved the
2007-03-12 Marek Habersack <mhabersack at novell.com>
2007-03-12 Marek Habersack <mhabersack at novell.com>
2007-03-12 Marek Habersack <mhabersack at novell.com>
forgot to commit the changelog
* AspComponentFoundry.cs: try to register foundries from App_Code
2007-03-12 Marek Habersack <mhabersack at novell.com>
2007-03-12 Marek Habersack <mhabersack at novell.com>
* AspParser.cs: revert r73587 as it breaks more than it fixes
2007-03-13 Marek Habersack <mhabersack at novell.com>
2007-03-13 Marek Habersack <mhabersack at novell.com>
* PageThemeCompiler.cs: let property builders through, stop the
2007-03-13 Marek Habersack <mhabersack at novell.com>
2007-03-14 Marek Habersack <mhabersack at novell.com>
2007-03-14 Marek Habersack <mhabersack at novell.com>
it should have come with the previous commit
2007-03-14 Marek Habersack <mhabersack at novell.com>
2007-03-15 Marek Habersack <mhabersack at novell.com>
2007-03-15 Marek Habersack <mhabersack at novell.com>
2007-03-15 Marek Habersack <mhabersack at novell.com>
Reverting r74371 - the cause for the two tests failing is different, will commit a real fix rsn
2007-03-15 Marek Habersack <grendello at gmail.com>
2007-03-15 Marek Habersack <mhabersack at novell.com>
2007-03-16 Marek Habersack <mhabersack at novell.com>
2007-03-16 Marek Habersack <mhabersack at novell.com>
2007-03-16 Marek Habersack <mhabersack at novell.com>
2007-03-17 Marek Habersack <mhabersack at novell.com>
Fix for the test suite, a temporary reversal of previous patches, since it isn't a real fix - the breakage is elsewhere in system.web
2007-03-18 Marek Habersack <mhabersack at novell.com>
2007-03-19 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-20 Marek Habersack <mhabersack at novell.com>
Revert the change as it causes 3 tests to fail, need to run tests on Windows first.
2007-03-20 Marek Habersack <mhabersack at novell.com>
2007-03-21 Marek Habersack <mhabersack at novell.com>
2007-03-21 Marek Habersack <mhabersack at novell.com>
2007-03-24 Marek Habersack <mhabersack at novell.com>
2007-03-22 Marek Habersack <mhabersack at novell.com>
2007-03-26 Marek Habersack <mhabersack at novell.com>
2007-03-26 Marek Habersack <mhabersack at novell.com>
2007-03-26 Marek Habersack <mhabersack at novell.com>
2007-03-26 Marek Habersack <mhabersack at novell.com>
2007-04-03 Marek Habersack <mhabersack at novell.com>
2007-04-03 Marek Habersack <mhabersack at novell.com>
2007-04-03 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
typo
2007-04-05 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
2007-04-05 Marek Habersack <mhabersack at novell.com>
updated the browscap.ini diff
2007-04-06 Marek Habersack <mhabersack at novell.com>
2007-04-06 Marek Habersack <mhabersack at novell.com>
2007-04-06 Marek Habersack <mhabersack at novell.com>
2007-04-06 Marek Habersack <mhabersack at novell.com>
adjust for the 1.x profile
ignore case and use invariant culture on comparison
2007-04-06 Marek Habersack <mhabersack at novell.com>
forgot to change the assembly here, too
2007-04-06 Marek Habersack <mhabersack at novell.com>
2007-04-06 Marek Habersack <mhabersack at novell.com>
fix compilation for 1.1
2007-04-06 Marek Habersack <mhabersack at novell.com>
2007-04-07 Marek Habersack <mhabersack at novell.com>
2007-04-10 Marek Habersack <mhabersack at novell.com>
2007-04-10 Marek Habersack <mhabersack at novell.com>
2007-04-10 Marek Habersack <mhabersack at novell.com>
fix a mistake in the previous patch
2007-04-10 Marek Habersack <mhabersack at novell.com>
2007-04-10 Marek Habersack <mhabersack at novell.com>
2007-04-11 Marek Habersack <mhabersack at novell.com>
forgot to commit the ChangeLog
2007-04-11 Marek Habersack <mhabersack at novell.com>
2007-04-12 Marek Habersack <mhabersack at novell.com>
2007-04-12 Marek Habersack <mhabersack at novell.com>
2007-04-12 Marek Habersack <mhabersack at novell.com>
2007-04-13 Marek Habersack <mhabersack at novell.com>
2007-04-13 Marek Habersack <mhabersack at novell.com>
2007-04-15 Marek Habersack <mhabersack at novell.com>
2007-04-15 Marek Habersack <mhabersack at novell.com>
2007-04-15 Marek Habersack <mhabersack at novell.com>
2007-04-15 Marek Habersack <mhabersack at novell.com>
2007-04-16 Marek Habersack <mhabersack at novell.com>
2007-04-17 Marek Habersack <mhabersack at novell.com>
007-04-18 Marek Habersack <grendello at gmail.com>
2007-04-18 Marek Habersack <mhabersack at novell.com>
2007-04-18 Marek Habersack <mhabersack at novell.com>
2007-04-18 Marek Habersack <mhabersack at novell.com>
2007-04-18 Marek Habersack <mhabersack at novell.com>
reorder according to the more probable frequency of u-a ocurrence
2007-04-19 Marek Habersack <mhabersack at novell.com>
2007-04-19 Marek Habersack <mhabersack at novell.com>
2007-04-19 Marek Habersack <mhabersack at novell.com>
2007-04-19 Marek Habersack <mhabersack at novell.com>
2007-04-20 Marek Habersack <mhabersack at novell.com>
2007-04-23 Marek Habersack <mhabersack at novell.com>
2007-04-23 Marek Habersack <mhabersack at novell.com>
2007-04-23 Marek Habersack <mhabersack at novell.com>
2007-04-24 Marek Habersack <mhabersack at novell.com>
2007-04-24 Marek Habersack <mhabersack at novell.com>
2007-04-24 Marek Habersack <mhabersack at novell.com>
2007-04-24 Marek Habersack <mhabersack at novell.com>
2007-01-26 Hubert FONGARNAND <informatique.internet at fiducial.fr>
2007-04-26 Marek Habersack <mhabersack at novell.com>
2007-04-26 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-27 Marek Habersack <mhabersack at novell.com>
2007-04-30 Marek Habersack <mhabersack at novell.com>
2007-04-30 Marek Habersack <mhabersack at novell.com>
2007-04-30 Marek Habersack <mhabersack at novell.com>
2007-04-30 Marek Habersack <mhabersack at novell.com>
2007-04-30 Marek Habersack <mhabersack at novell.com>
2007-05-01 Marek Habersack <mhabersack at novell.com>
2007-05-01 Marek Habersack <mhabersack at novell.com>
2007-05-01 Marek Habersack <mhabersack at novell.com>
2007-05-02 Marek Habersack <mhabersack at novell.com>
2007-05-03 Marek Habersack <mhabersack at novell.com>
2007-05-03 Marek Habersack <mhabersack at novell.com>
2007-05-03 Marek Habersack <mhabersack at novell.com>
Another in the series of compatibility fixes discovered thanks to the QuickStarts... :)
forgotten ifdefs
2007-05-07 Marek Habersack <mhabersack at novell.com>
2007-05-07 Marek Habersack <mhabersack at novell.com>
2007-05-07 Marek Habersack <mhabersack at novell.com>
2007-05-07 Marek Habersack <mhabersack at novell.com>
2007-05-08 Marek Habersack <mhabersack at novell.com>
2007-05-08 Marek Habersack <mhabersack at novell.com>
2007-05-08 Marek Habersack <mhabersack at novell.com>
2007-05-08 Marek Habersack <mhabersack at novell.com>
2007-05-09 Marek Habersack <mhabersack at novell.com>
More TreeView rendering fixes
2007-05-09 Marek Habersack <mhabersack at novell.com>
change the format to use 'tt' instead of hard-coded PM
2007-05-09 Marek Habersack <mhabersack at novell.com>
2007-05-10 Marek Habersack <mhabersack at novell.com>
2007-05-10 Marek Habersack <mhabersack at novell.com>
2007-05-14 Marek Habersack <mhabersack at novell.com>
2007-05-14 Marek Habersack <mhabersack at novell.com>
Restore accidentally removed entry
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-15 Marek Habersack <mhabersack at novell.com>
2007-05-16 Marek Habersack <mhabersack at novell.com>
2007-05-16 Marek Habersack <mhabersack at novell.com>
Revert 77463, since this commit introduces the correct fix for the problem.
2007-05-22 Marek Habersack <mhabersack at novell.com>
2007-05-22 Marek Habersack <mhabersack at novell.com>
2007-05-23 Marek Habersack <mhabersack at novell.com>
2007-05-24 Marek Habersack <mhabersack at novell.com>
2007-05-25 Marek Habersack <mhabersack at novell.com>
2007-05-28 Marek Habersack <mhabersack at novell.com>
2007-05-28 Marek Habersack <mhabersack at novell.com>
2007-05-29 Marek Habersack <mhabersack at novell.com>
2007-05-29 Marek Habersack <mhabersack at novell.com>
A correction to 78114
2007-05-30 Marek Habersack <mhabersack at novell.com>
2007-05-30 Marek Habersack <mhabersack at novell.com>
2007-05-31 Marek Habersack <mhabersack at novell.com>
2007-06-01 Marek Habersack <mhabersack at novell.com>
2007-06-03 Kamil Skalski <nazgul at nemerle.org>
2007-06-05 Marek Habersack <mhabersack at novell.com>
2007-06-06 Marek Habersack <mhabersack at novell.com>
2007-06-09 Marek Habersack <mhabersack at novell.com>
This code is for 1.1 only
2007-06-13 Marek Habersack <mhabersack at novell.com>
Disable the exception throw in this method - Adar Wesley of Mainsoft is investigating the issue.
2007-06-20 Marek Habersack <mhabersack at novell.com>
2007-06-20 Marek Habersack <mhabersack at novell.com>
2007-06-20 Marek Habersack <mhabersack at novell.com>
2007-06-20 Marek Habersack <mhabersack at novell.com>
2007-06-20 Marek Habersack <mhabersack at novell.com>
2007-07-02 Marek Habersack <mhabersack at novell.com>
2007-07-02 Marek Habersack <mhabersack at novell.com>
2007-07-02 Marek Habersack <mhabersack at novell.com>
2007-07-02 Marek Habersack <mhabersack at novell.com>
2007-07-03 Marek Habersack <mhabersack at novell.com>
2007-07-03 Marek Habersack <mhabersack at novell.com>
2007-07-12 Marek Habersack <mhabersack at novell.com>
2007-07-16 Marek Habersack <mhabersack at novell.com>
2007-07-18 Marek Habersack <mhabersack at novell.com>
2007-07-21 Marek Habersack <mhabersack at novell.com>
2007-07-21 Marek Habersack <mhabersack at novell.com>
2007-07-25 Marek Habersack <mhabersack at novell.com>
2007-07-31 Marek Habersack <mhabersack at novell.com>
2007-07-31 Marek Habersack <mhabersack at novell.com>
2007-08-06 Marek Habersack <mhabersack at novell.com>
2007-08-08 Marek Habersack <mhabersack at novell.com>
2007-08-09 Marek Habersack <mhabersack at novell.com>
2007-08-09 Marek Habersack <mhabersack at novell.com>
2007-08-14 Marek Habersack <mhabersack at novell.com>
2007-08-14 Marek Habersack <mhabersack at novell.com>
2007-08-14 Marek Habersack <mhabersack at novell.com>
2007-08-14 Marek Habersack <mhabersack at novell.com>
Do not override DependencyDispose, as it would break the public API of the class
2007-08-17 Marek Habersack <mhabersack at novell.com>
2007-08-18 Marek Habersack <mhabersack at novell.com>
2007-08-18 Marek Habersack <mhabersack at novell.com>
2007-08-18 Marek Habersack <mhabersack at novell.com>
2007-08-19 Marek Habersack <mhabersack at novell.com>
2007-08-19 Marek Habersack <mhabersack at novell.com>
2007-08-20 Marek Habersack <mhabersack at novell.com>
2007-08-21 Marek Habersack <mhabersack at novell.com>
use Path.PathSeparator where appropriate
2007-08-22 Marek Habersack <mhabersack at novell.com>
2007-08-23 Marek Habersack <mhabersack at novell.com>
2007-08-23 Marek Habersack <mhabersack at novell.com>
2007-08-24 Marek Habersack <mhabersack at novell.com>
2007-08-27 Marek Habersack <mhabersack at novell.com>
2007-08-27 Marek Habersack <mhabersack at novell.com>
2007-08-28 Marek Habersack <mhabersack at novell.com>
reformatting
2007-08-29 Marek Habersack <mhabersack at novell.com>
2007-08-29 Marek Habersack <mhabersack at novell.com>
2007-08-29 Marek Habersack <mhabersack at novell.com>
2007-08-30 Marek Habersack <mhabersack at novell.com>
2007-08-30 Marek Habersack <mhabersack at novell.com>
2007-08-31 Marek Habersack <mhabersack at novell.com>
2007-08-31 Marek Habersack <mhabersack at novell.com>
reformatting
2007-09-01 Marek Habersack <mhabersack at novell.com>
2007-09-04 Marek Habersack <mhabersack at novell.com>
2007-09-04 Marek Habersack <mhabersack at novell.com>
removed dos style line endigs, set svn-eol: native property
2007-09-04 Marek Habersack <mhabersack at novell.com>
2007-09-04 Marek Habersack <mhabersack at novell.com>
2007-09-04 Marek Habersack <mhabersack at novell.com>
Revert r84984 and r85314
2007-09-05 Marek Habersack <mhabersack at novell.com>
2007-09-05 Marek Habersack <mhabersack at novell.com>
2007-09-05 Marek Habersack <mhabersack at novell.com>
ConvertTo must pass the uri kind to the constructor used in
2007-09-06 Marek Habersack <mhabersack at novell.com>
2007-09-06 Marek Habersack <mhabersack at novell.com>
2007-09-06 Marek Habersack <mhabersack at novell.com>
2007-09-06 Marek Habersack <mhabersack at novell.com>
2007-09-06 Marek Habersack <mhabersack at novell.com>
2007-09-07 Marek Habersack <mhabersack at novell.com>
2007-09-07 Marek Habersack <mhabersack at novell.com>
2007-09-10 Marek Habersack <mhabersack at novell.com>
New stub assembly - System.Web.Extensions.Design, needed for one AJAX Control Toolkit example to work.
2007-09-11 Marek Habersack <mhabersack at novell.com>
2007-09-12 Marek Habersack <mhabersack at novell.com>
2007-09-12 Marek Habersack <mhabersack at novell.com>
2007-09-12 Marek Habersack <mhabersack at novell.com>
2007-09-12 Marek Habersack <mhabersack at novell.com>
2007-09-13 Marek Habersack <mhabersack at novell.com>
2007-09-14 Marek Habersack <mhabersack at novell.com>
2007-09-17 Marek Habersack <mhabersack at novell.com>
2007-09-18 Marek Habersack <mhabersack at novell.com>
2007-09-18 Marek Habersack <mhabersack at novell.com>
2007-09-18 Marek Habersack <mhabersack at novell.com>
2007-09-18 Marek Habersack <mhabersack at novell.com>
2007-09-19 Marek Habersack <mhabersack at novell.com>
2007-07-31 Ben Motmans <ben.motmans at gmail.com>
2007-09-19 Marek Habersack <mhabersack at novell.com>
forgot to remove the local change
2007-09-19 Marek Habersack <mhabersack at novell.com>
2007-09-20 Marek Habersack <mhabersack at novell.com>
remove debug code
2007-09-21 Marek Habersack <mhabersack at novell.com>
formatting
2007-09-21 Marek Habersack <mhabersack at novell.com>
2007-09-25 Marek Habersack <mhabersack at novell.com>
2007-09-25 Marek Habersack <mhabersack at novell.com>
2007-09-25 Marek Habersack <mhabersack at novell.com>
wrong namespace name in previous commit
2007-09-25 Marek Habersack <mhabersack at novell.com>
more stubs added
2007-09-27 Marek Habersack <mhabersack at novell.com>
it's an _override_, after all
2007-09-27 Marek Habersack <mhabersack at novell.com>
2007-09-27 Marek Habersack <mhabersack at novell.com>
007-09-27 Marek Habersack <mhabersack at novell.com>
2007-09-28 Marek Habersack <mhabersack at novell.com>
2007-09-28 William Holmes <billholmes54 at gmail.com>
2007-09-28 Marek Habersack <mhabersack at novell.com>
2007-09-28 Marek Habersack <mhabersack at novell.com>
2007-09-29 Marek Habersack <mhabersack at novell.com>
2007-10-01 Marek Habersack <mhabersack at novell.com>
2007-10-01 Marek Habersack <mhabersack at novell.com>
2007-10-01 Marek Habersack <mhabersack at novell.com>
This is more elegant (thanks JB :))
2007-10-02 Marek Habersack <mhabersack at novell.com>
2007-10-03 Marek Habersack <mhabersack at novell.com>
2007-10-04 Marek Habersack <mhabersack at novell.com>
2007-10-10 Marek Habersack <mhabersack at novell.com>
2007-10-15 Marek Habersack <mhabersack at novell.com>
2007-10-15 Marek Habersack <mhabersack at novell.com>
2007-10-15 Marek Habersack <mhabersack at novell.com>
2007-10-15 Marek Habersack <mhabersack at novell.com>
2007-10-15 Marek Habersack <mhabersack at novell.com>
2007-10-17 Marek Habersack <mhabersack at novell.com>
2007-10-17 Marek Habersack <mhabersack at novell.com>
A slightly more elegant way of dealing with 'item==null' issue
2007-10-17 Marek Habersack <mhabersack at novell.com>
Do not abuse the MonoTODO attribute
2007-10-17 Marek Habersack <mhabersack at novell.com>
2007-10-17 Marek Habersack <mhabersack at novell.com>
The fix for bug #325303 is for the 2.0 profile only
2007-10-18 Marek Habersack <mhabersack at novell.com>
2007-10-19 Marek Habersack <mhabersack at novell.com>
2007-10-19 Marek Habersack <mhabersack at novell.com>
2007-10-19 Marek Habersack <mhabersack at novell.com>
2007-10-19 Marek Habersack <mhabersack at novell.com>
2007-10-22 Marek Habersack <mhabersack at novell.com>
2007-10-23 Marek Habersack <mhabersack at novell.com>
2007-10-23 Marek Habersack <mhabersack at novell.com>
2007-10-23 Marek Habersack <mhabersack at novell.com>
2007-10-23 Marek Habersack <mhabersack at novell.com>
2007-10-24 Marek Habersack <mhabersack at novell.com>
2007-10-24 Marek Habersack <mhabersack at novell.com>
2007-10-24 Marek Habersack <mhabersack at novell.com>
2007-10-29 Marek Habersack <mhabersack at novell.com>
2007-10-31 Marek Habersack <mhabersack at novell.com>
2007-11-01 Marek Habersack <mhabersack at novell.com>
added
2007-11-02 Marek Habersack <mhabersack at novell.com>
2007-11-02 Marek Habersack <mhabersack at novell.com>
2007-11-02 Marek Habersack <mhabersack at novell.com>
2007-11-02 Marek Habersack <mhabersack at novell.com>
Fix a regression of a recent fix = if virtual path is /, do not duplicate the slash
2007-11-03 Marek Habersack <mhabersack at novell.com>
2007-11-03 Marek Habersack <mhabersack at novell.com>
2007-11-03 Marek Habersack <mhabersack at novell.com>
2007-11-03 Marek Habersack <mhabersack at novell.com>
2007-11-03 Marek Habersack <mhabersack at novell.com>
2007-11-05 Marek Habersack <mhabersack at novell.com>
2007-11-05 Marek Habersack <mhabersack at novell.com>
2007-11-05 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-06 Marek Habersack <mhabersack at novell.com>
2007-11-08 Marek Habersack <mhabersack at novell.com>
2007-11-09 Marek Habersack <mhabersack at novell.com>
2007-11-09 Marek Habersack <mhabersack at novell.com>
2007-11-09 Marek Habersack <mhabersack at novell.com>
formatting
2007-11-10 Marek Habersack <mhabersack at novell.com>
Credit Hubert on the patch, sorry to have forgotten about it
2007-11-12 Marek Habersack <mhabersack at novell.com>
2007-11-13 Marek Habersack <mhabersack at novell.com>
2007-11-13 Marek Habersack <mhabersack at novell.com>
2007-11-14 Marek Habersack <mhabersack at novell.com>
2007-11-14 Marek Habersack <mhabersack at novell.com>
2007-11-16 Marek Habersack <mhabersack at novell.com>
2007-11-17 Marek Habersack <mhabersack at novell.com>
2007-11-17 Marek Habersack <mhabersack at novell.com>
2007-11-20 Marek Habersack <mhabersack at novell.com>
2007-11-21 Marek Habersack <mhabersack at novell.com>
2007-11-21 Marek Habersack <mhabersack at novell.com>
2007-11-22 Marek Habersack <mhabersack at novell.com>
2007-11-22 Marek Habersack <mhabersack at novell.com>
2007-11-22 Marek Habersack <mhabersack at novell.com>
Added a constructor
2007-11-22 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-24 Marek Habersack <mhabersack at novell.com>
2007-11-23 Marek Habersack <mhabersack at novell.com>
2007-11-28 Marek Habersack <mhabersack at novell.com>
2007-12-05 Marek Habersack <mhabersack at novell.com>
forgot to commit the changelog
2007-12-06 Marek Habersack <mhabersack at novell.com>
2007-12-08 Marek Habersack <mhabersack at novell.com>
2007-12-08 Marek Habersack <mhabersack at novell.com>
2007-12-08 Marek Habersack <mhabersack at novell.com>
don't add the same section twice to the dictionary
2007-12-08 Marek Habersack <mhabersack at novell.com>
More documentation on the new features will follow on the web.
2007-12-08 Marek Habersack <mhabersack at novell.com>
2007-12-11 Marek Habersack <mhabersack at novell.com>
2007-12-12 Marek Habersack <mhabersack at novell.com>
2007-12-12 Marek Habersack <mhabersack at novell.com>
2007-12-13 Marek Habersack <mhabersack at novell.com>
2007-12-13 Marek Habersack <mhabersack at novell.com>
2007-12-15 Marek Habersack <mhabersack at novell.com>
fix the build
2007-12-15 Marek Habersack <mhabersack at novell.com>
2007-12-15 Marek Habersack <mhabersack at novell.com>
2007-12-17 Marek Habersack <mhabersack at novell.com>
2007-12-20 Marek Habersack <mhabersack at novell.com>
2007-12-21 Marek Habersack <mhabersack at novell.com>
2007-12-27 Marek Habersack <mhabersack at novell.com>
2007-12-27 Marek Habersack <mhabersack at novell.com>
2007-12-28 Marek Habersack <mhabersack at novell.com>
2008-01-02 Marek Habersack <mhabersack at novell.com>
2008-01-02 Marek Habersack <mhabersack at novell.com>
2008-01-06 Marek Habersack <mhabersack at novell.com>
2008-01-07 Marek Habersack <mhabersack at novell.com>
2008-01-08 Marek Habersack <mhabersack at novell.com>
2008-01-10 Marek Habersack <mhabersack at novell.com>
2008-01-08 Dean Brettle <dean at brettle.com>
2008-01-14 Marek Habersack <mhabersack at novell.com>
2008-01-24 Marek Habersack <mhabersack at novell.com>
2008-01-27 Marek Habersack <mhabersack at novell.com>
Forgot to give credit where credit is due
include all top-level assemblies
2008-01-24 Marek Habersack <mhabersack at novell.com>
2008-02-04 Marek Habersack <mhabersack at novell.com>
2008-02-04 Marek Habersack <mhabersack at novell.com>
2008-02-05 Marek Habersack <mhabersack at novell.com>
2008-02-05 Marek Habersack <mhabersack at novell.com>
2008-02-05 Marek Habersack <mhabersack at novell.com>
2008-02-05 Marek Habersack <mhabersack at novell.com>
forgotten the bug number
2008-02-05 Marek Habersack <mhabersack at novell.com>
2008-02-06 Marek Habersack <mhabersack at novell.com>
2008-02-06 Marek Habersack <mhabersack at novell.com>
2008-02-06 Marek Habersack <mhabersack at novell.com>
Watch for Created event in the FileSystemWatcher for the
2008-02-06 Marek Habersack <mhabersack at novell.com>
* AssemblyBuilder.cs: if there are no units, no source files, no
2008-02-07 Marek Habersack <mhabersack at novell.com>
2008-02-07 Marek Habersack <mhabersack at novell.com>
2008-02-08 Marek Habersack <mhabersack at novell.com>
2008-02-08 Marek Habersack <mhabersack at novell.com>
2008-02-18 Marek Habersack <mhabersack at novell.com>
2008-02-18 Marek Habersack <mhabersack at novell.com>
2008-02-18 Marek Habersack <mhabersack at novell.com>
2008-02-19 Marek Habersack <mhabersack at novell.com>
2008-02-20 Marek Habersack <mhabersack at novell.com>
2008-02-21 Marek Habersack <mhabersack at novell.com>
2008-02-21 Marek Habersack <mhabersack at novell.com>
2008-02-25 Marek Habersack <mhabersack at novell.com>
2008-02-25 Marek Habersack <mhabersack at novell.com>
2008-02-25 Marek Habersack <mhabersack at novell.com>
2008-02-25 Marek Habersack <mhabersack at novell.com>
2008-02-25 Marek Habersack <mhabersack at novell.com>
2008-02-26 Marek Habersack <mhabersack at novell.com>
2008-02-26 Marek Habersack <mhabersack at novell.com>
2008-02-27 Marek Habersack <mhabersack at novell.com>
remove cwl
2008-02-27 Marek Habersack <mhabersack at novell.com>
2008-02-27 Marek Habersack <mhabersack at novell.com>
2008-02-28 Marek Habersack <mhabersack at novell.com>
2008-02-28 Marek Habersack <mhabersack at novell.com>
Remove code that's no longer needed.
2008-02-28 Marek Habersack <mhabersack at novell.com>
2008-02-28 Marek Habersack <mhabersack at novell.com>
2008-02-29 Marek Habersack <mhabersack at novell.com>
2008-02-29 Marek Habersack <mhabersack at novell.com>
2008-03-01 Marek Habersack <mhabersack at novell.com>
Update for the recent changes in SettingsMapper
fix
2008-03-01 Marek Habersack <mhabersack at novell.com>
2008-03-03 Marek Habersack <mhabersack at novell.com>
2008-03-09 Marek Habersack <mhabersack at novell.com>
2008-03-09 Marek Habersack <mhabersack at novell.com>
2008-03-10 Marek Habersack <mhabersack at novell.com>
2008-03-10 Marek Habersack <mhabersack at novell.com>
2008-03-12 Marek Habersack <mhabersack at novell.com>
2008-03-12 Marek Habersack <mhabersack at novell.com>
2008-03-13 Marek Habersack <mhabersack at novell.com>
2008-03-13 Marek Habersack <mhabersack at novell.com>
2008-03-13 Marek Habersack <mhabersack at novell.com>
2008-03-27 Marek Habersack <mhabersack at novell.com>
2008-03-31 Marek Habersack <mhabersack at novell.com>
2008-03-31 Marek Habersack <mhabersack at novell.com>
2008-04-01 Marek Habersack <mhabersack at novell.com>
2008-04-01 Marek Habersack <mhabersack at novell.com>
2008-04-01 Marek Habersack <mhabersack at novell.com>
2008-04-02 Marek Habersack <mhabersack at novell.com>
2008-04-02 Marek Habersack <mhabersack at novell.com>
2008-04-03 Marek Habersack <mhabersack at novell.com>
2008-04-07 Marek Habersack <mhabersack at novell.com>
2008-04-08 Marek Habersack <mhabersack at novell.com>
2008-04-08 Marek Habersack <mhabersack at novell.com>
2008-04-09 Marek Habersack <mhabersack at novell.com>
2008-04-09 Marek Habersack <mhabersack at novell.com>
008-04-09 Marek Habersack <mhabersack at novell.com>
2008-04-09 Marek Habersack <mhabersack at novell.com>
Fix the build
Unbreak the build, again
2008-04-10 Marek Habersack <mhabersack at novell.com>
2008-04-10 Marek Habersack <mhabersack at novell.com>
2008-04-10 Marek Habersack <mhabersack at novell.com>
Actually add the types :P
2008-04-10 Marek Habersack <mhabersack at novell.com>
2008-04-10 Marek Habersack <mhabersack at novell.com>
2008-04-14 Marek Habersack <mhabersack at novell.com>
2008-04-14 Marek Habersack <mhabersack at novell.com>
2008-04-15 Marek Habersack <mhabersack at novell.com>
2008-04-15 Marek Habersack <mhabersack at novell.com>
2008-04-15 Marek Habersack <mhabersack at novell.com>
Revert 100737, it's not needed anymore.
2008-04-16 Marek Habersack <mhabersack at novell.com>
2008-04-16 Marek Habersack <mhabersack at novell.com>
2008-04-16 Marek Habersack <mhabersack at novell.com>
2008-04-16 Marek Habersack <mhabersack at novell.com>
2008-04-17 Marek Habersack <mhabersack at novell.com>
2008-04-17 Marek Habersack <mhabersack at novell.com>
2008-04-18 Marek Habersack <mhabersack at novell.com>
2008-04-18 Marek Habersack <mhabersack at novell.com>
2008-04-18 Marek Habersack <mhabersack at novell.com>
2008-04-18 Marek Habersack <mhabersack at novell.com>
2008-04-18 Marek Habersack <mhabersack at novell.com>
fix compile
2008-04-19 Marek Habersack <mhabersack at novell.com>
2008-04-19 Marek Habersack <mhabersack at novell.com>
2008-04-22 Marek Habersack <mhabersack at novell.com>
2008-04-23 Marek Habersack <mhabersack at novell.com>
2008-04-23 Marek Habersack <mhabersack at novell.com>
2008-04-23 Marek Habersack <mhabersack at novell.com>
2008-04-23 Marek Habersack <mhabersack at novell.com>
Fix the regression reported in #372897
2008-04-24 Marek Habersack <mhabersack at novell.com>
2008-04-24 Marek Habersack <mhabersack at novell.com>
2008-04-24 Marek Habersack <mhabersack at novell.com>
2008-04-24 Marek Habersack <mhabersack at novell.com>
Forgotten changelog
2008-04-25 Marek Habersack <mhabersack at novell.com>
2008-04-25 Marek Habersack <mhabersack at novell.com>
2008-04-25 Marek Habersack <mhabersack at novell.com>
2008-04-26 Marek Habersack <mhabersack at novell.com>
2008-04-28 Marek Habersack <mhabersack at novell.com>
2008-04-28 Marek Habersack <mhabersack at novell.com>
2008-04-28 Marek Habersack <mhabersack at novell.com>
2008-04-29 Marek Habersack <grendello at gmail.com>
2008-04-29 Marek Habersack <mhabersack at novell.com>
2008-04-30 Marek Habersack <mhabersack at novell.com>
2008-04-30 Marek Habersack <mhabersack at novell.com>
2008-04-30 Marek Habersack <mhabersack at novell.com>
2008-05-06 Marek Habersack <mhabersack at novell.com>
2008-05-06 Marek Habersack <mhabersack at novell.com>
2008-05-07 Marek Habersack <mhabersack at novell.com>
2008-05-07 Marek Habersack <mhabersack at novell.com>
2008-05-07 Marek Habersack <mhabersack at novell.com>
2008-05-07 Marek Habersack <mhabersack at novell.com>
fixlet for the last commit
2008-05-07 Marek Habersack <mhabersack at novell.com>
2008-05-08 Marek Habersack <mhabersack at novell.com>
2008-05-08 Marek Habersack <mhabersack at novell.com>
added the files from r102790 to the sources list
2008-05-09 Marek Habersack <mhabersack at novell.com>
2008-05-13 Marek Habersack <mhabersack at novell.com>
2008-05-14 Marek Habersack <mhabersack at novell.com>
2008-05-14 Marek Habersack <mhabersack at novell.com>
2008-05-14 Marek Habersack <mhabersack at novell.com>
2008-05-15 Marek Habersack <mhabersack at novell.com>
2008-05-15 Marek Habersack <mhabersack at novell.com>
2008-05-15 Marek Habersack <mhabersack at novell.com>
2008-05-15 Marek Habersack <mhabersack at novell.com>
2008-05-16 Marek Habersack <mhabersack at novell.com>
2008-05-19 Marek Habersack <mhabersack at novell.com>
Remove stray cwl
Do not parse code render directives inside comments.
2008-05-23 Marek Habersack <mhabersack at novell.com>
2008-05-27 Marek Habersack <mhabersack at novell.com>
2008-05-28 Marek Habersack <mhabersack at novell.com>
2008-05-18 Marek Habersack <mhabersack at novell.com>
2008-05-28 Marek Habersack <mhabersack at novell.com>
2008-05-22 Marek Habersack <mhabersack at novell.com>
2008-05-28 Marek Habersack <mhabersack at novell.com>
unbreak the 1.x build
Revert r104184 - changing the default profile to net_2_0 is not enough.
2008-05-29 Marek Habersack <mhabersack at novell.com>
2008-05-29 Marek Habersack <mhabersack at novell.com>
2008-05-30 Marek Habersack <mhabersack at novell.com>
2008-05-30 Marek Habersack <mhabersack at novell.com>
2008-06-04 Marek Habersack <mhabersack at novell.com>
public only for 2.0
2008-06-04 Marek Habersack <mhabersack at novell.com>
2008-06-04 Marek Habersack <mhabersack at novell.com>
2008-06-05 Marek Habersack <mhabersack at novell.com>
2008-06-06 Marek Habersack <mhabersack at novell.com>
2008-06-09 Ankit Jain <jankit at novell.com>
2008-06-10 Marek Habersack <mhabersack at novell.com>
2008-06-10 Marek Habersack <mhabersack at novell.com>
2008-06-11 Marek Habersack <mhabersack at novell.com>
2008-06-11 Marek Habersack <mhabersack at novell.com>
2008-06-11 Marek Habersack <mhabersack at novell.com>
2008-06-12 Marek Habersack <mhabersack at novell.com>
2008-06-12 Marek Habersack <mhabersack at novell.com>
2008-06-12 Marek Habersack <mhabersack at novell.com>
2008-06-16 Marek Habersack <mhabersack at novell.com>
2008-06-17 Marek Habersack <mhabersack at novell.com>
2008-06-17 Marek Habersack <mhabersack at novell.com>
2008-06-18 Marek Habersack <mhabersack at novell.com>
Fix compilation error
2008-06-19 Marek Habersack <mhabersack at novell.com>
Increase sleep time for tests which fail on the build bot
Revert r106068 and reopen bug #400807. The revision broke more than it fixed and there exists a workaround for the bug metioned before
Add support for Parallel Marking in Boehm's GC
2008-06-30 Marek Habersack <mhabersack at novell.com>
2008-06-30 Marek Habersack <mhabersack at novell.com>
2008-06-30 Marek Habersack <mhabersack at novell.com>
2008-06-30 Marek Habersack <mhabersack at novell.com>
[more work tomorrow]
Revert 106966
More updates to work started yesterday
2008-07-01 Marek Habersack <mhabersack at novell.com>
2008-07-01 Marek Habersack <mhabersack at novell.com>
2008-07-02 Marek Habersack <mhabersack at novell.com>
2008-07-02 Marek Habersack <mhabersack at novell.com>
2008-07-03 Marek Habersack <mhabersack at novell.com>
2008-07-09 Marek Habersack <mhabersack at novell.com>
2008-07-11 Marek Habersack <mhabersack at novell.com>
2008-07-14 Marek Habersack <mhabersack at novell.com>
2008-07-14 Marek Habersack <mhabersack at novell.com>
2008-07-14 Marek Habersack <mhabersack at novell.com>
2008-07-14 Marek Habersack <mhabersack at novell.com>
2008-07-15 Marek Habersack <mhabersack at novell.com>
Fix 1.0 test failing
2008-07-16 Marek Habersack <mhabersack at novell.com>
2008-07-17 Marek Habersack <mhabersack at novell.com>
2008-07-23 Marek Habersack <mhabersack at novell.com>
2008-07-23 Marek Habersack <mhabersack at novell.com>
2008-07-23 Marek Habersack <mhabersack at novell.com>
2008-07-24 Marek Habersack <mhabersack at novell.com>
2008-07-24 Marek Habersack <mhabersack at novell.com>
2008-07-28 Marek Habersack <mhabersack at novell.com>
Forgotten changelog
2008-07-28 Marek Habersack <mhabersack at novell.com>
2008-07-28 Marek Habersack <mhabersack at novell.com>
2008-07-28 Marek Habersack <mhabersack at novell.com>
2008-07-29 Marek Habersack <mhabersack at novell.com>
2008-08-05 Marek Habersack <mhabersack at novell.com>
2008-08-05 Marek Habersack <mhabersack at novell.com>
2008-08-06 Marek Habersack <mhabersack at novell.com>
Assembly comparison is not needed in this case
2008-08-08 Marek Habersack <mhabersack at novell.com>
2008-08-08 Marek Habersack <mhabersack at novell.com>
2008-08-08 Marek Habersack <mhabersack at novell.com>
2008-08-11 Marek Habersack <mhabersack at novell.com>
2008-08-11 Marek Habersack <mhabersack at novell.com>
2008-08-13 Marek Habersack <mhabersack at novell.com>
2008-08-13 Marek Habersack <mhabersack at novell.com>
2008-08-13 Marek Habersack <mhabersack at novell.com>
2008-08-14 Marek Habersack <mhabersack at novell.com>
2008-08-14 Marek Habersack <mhabersack at novell.com>
2008-08-14 Marek Habersack <mhabersack at novell.com>
2008-08-15 Marek Habersack <mhabersack at novell.com>
2008-08-18 Marek Habersack <mhabersack at novell.com>
2008-08-18 Marek Habersack <mhabersack at novell.com>
2008-08-18 Marek Habersack <mhabersack at novell.com>
2008-08-19 Marek Habersack <mhabersack at novell.com>
2008-08-19 Marek Habersack <mhabersack at novell.com>
2008-08-19 Marek Habersack <mhabersack at novell.com>
2008-08-20 Marek Habersack <mhabersack at novell.com>
2008-08-20 Marek Habersack <mhabersack at novell.com>
Optimization of the bug #418620 fix, by Juraj Skripsky <juraj at hotfeet.ch>, thanks!
2008-08-20 Marek Habersack <mhabersack at novell.com>
2008-08-22 Marek Habersack <mhabersack at novell.com>
2008-08-25 Marek Habersack <mhabersack at novell.com>
2008-08-25 Marek Habersack <mhabersack at novell.com>
2008-08-26 Marek Habersack <mhabersack at novell.com>
2008-08-26 Marek Habersack <mhabersack at novell.com>
2008-08-28 Marek Habersack <mhabersack at novell.com>
2008-08-28 Marek Habersack <mhabersack at novell.com>
2008-08-29 Marek Habersack <mhabersack at novell.com>
2008-08-29 Marek Habersack <mhabersack at novell.com>
2008-08-30 Marek Habersack <mhabersack at novell.com>
2008-08-31 Marek Habersack <mhabersack at novell.com>
2008-08-31 Marek Habersack <mhabersack at novell.com>
2008-09-01 Marek Habersack <mhabersack at novell.com>
2008-09-01 Marek Habersack <mhabersack at novell.com>
2008-09-01 Marek Habersack <mhabersack at novell.com>
2008-09-01 Marek Habersack <mhabersack at novell.com>
2008-09-15 Marek Habersack <mhabersack at novell.com>
Fix the build
2008-09-02 Marek Habersack <mhabersack at novell.com>
Added one more null check and a small optimization
2008-09-17 Marek Habersack <mhabersack at novell.com>
2008-09-18 Marek Habersack <mhabersack at novell.com>
Socket.NoDelay is 2.0+ only
2008-09-19 Marek Habersack <mhabersack at novell.com>
2008-09-20 Marek Habersack <mhabersack at novell.com>
2008-09-23 Marek Habersack <mhabersack at novell.com>
2008-09-23 Marek Habersack <mhabersack at novell.com>
2008-09-23 Marek Habersack <mhabersack at novell.com>
CultureInfoSerializer should use lower case names for the serialized items.
2008-09-23 Marek Habersack <mhabersack at novell.com>
2008-09-24 Marek Habersack <mhabersack at novell.com>
2008-09-25 Marek Habersack <mhabersack at novell.com>
2008-09-25 Marek Habersack <mhabersack at novell.com>
2008-09-25 Marek Habersack <mhabersack at novell.com>
2008-09-26 Marek Habersack <mhabersack at novell.com>
2008-09-29 Marek Habersack <mhabersack at novell.com>
Remove some code noise
2008-09-29 Marek Habersack <mhabersack at novell.com>
2008-09-29 Marek Habersack <mhabersack at novell.com>
2008-09-29 Marek Habersack <mhabersack at novell.com>
2008-09-30 Marek Habersack <mhabersack at novell.com>
2008-09-30 Marek Habersack <mhabersack at novell.com>
2008-10-01 Marek Habersack <mhabersack at novell.com>
2008-10-01 Marek Habersack <mhabersack at novell.com>
2008-10-02 Marek Habersack <mhabersack at novell.com>
2008-10-02 Marek Habersack <mhabersack at novell.com>
2008-10-03 Marek Habersack <mhabersack at novell.com>
Refactoring to fix the case when the requested virtual path needs to be recompiled alone, previous approach was incorrect.
2008-10-06 Marek Habersack <mhabersack at novell.com>
2008-10-07 Marek Habersack <mhabersack at novell.com>
2008-10-07 Marek Habersack <mhabersack at novell.com>
2008-10-08 Marek Habersack <mhabersack at novell.com>
2008-10-08 Marek Habersack <mhabersack at novell.com>
2008-10-09 Marek Habersack <mhabersack at novell.com>
2008-10-09 Marek Habersack <mhabersack at novell.com>
2008-10-09 Marek Habersack <mhabersack at novell.com>
2008-10-09 Marek Habersack <mhabersack at novell.com>
2008-10-10 Marek Habersack <mhabersack at novell.com>
2008-10-13 Marek Habersack <mhabersack at novell.com>
2008-10-13 Marek Habersack <mhabersack at novell.com>
2008-10-14 Marek Habersack <mhabersack at novell.com>
2008-10-15 Marek Habersack <mhabersack at novell.com>
2008-10-16 Marek Habersack <mhabersack at novell.com>
2008-10-16 Marek Habersack <mhabersack at novell.com>
2008-10-17 Marek Habersack <mhabersack at novell.com>
Use UNIX line endings consistently
Do not abuse the 'private' keyword
2008-10-21 Marek Habersack <mhabersack at novell.com>
2008-10-21 Marek Habersack <mhabersack at novell.com>
Revert r116595 - the 3.5 assemblies mustn't be included in the system web.config - it breaks all 2.0 applications
Cosmetics - use string.Length to check for empty string
2008-10-21 Marek Habersack <mhabersack at novell.com>
2008-10-22 Marek Habersack <mhabersack at novell.com>
Cleanup
2008-10-22 Marek Habersack <mhabersack at novell.com>
Add bug reference
2008-10-23 Marek Habersack <mhabersack at novell.com>
2008-10-23 Marek Habersack <mhabersack at novell.com>
2008-10-24 Marek Habersack <mhabersack at novell.com>
2008-10-24 Marek Habersack <mhabersack at novell.com>
2008-10-29 Marek Habersack <mhabersack at novell.com>
2008-10-29 Marek Habersack <mhabersack at novell.com>
2008-10-29 Marek Habersack <mhabersack at novell.com>
2008-10-30 Marek Habersack <mhabersack at novell.com>
2008-10-31 Marek Habersack <mhabersack at novell.com>
2008-10-31 Marek Habersack <mhabersack at novell.com>
2008-11-01 Marek Habersack <mhabersack at novell.com>
2008-11-05 Marek Habersack <mhabersack at novell.com>
Disable tests failing on the buildbot
Close the container
2008-11-06 Marek Habersack <mhabersack at novell.com>
2008-11-06 Marek Habersack <mhabersack at novell.com>
2008-11-07 Marek Habersack <mhabersack at novell.com>
Metadata updates
2008-11-13 Marek Habersack <mhabersack at novell.com>
2008-11-13 Marek Habersack <mhabersack at novell.com>
2008-11-14 Marek Habersack <mhabersack at novell.com>
Backport of r118799
2008-11-14 Marek Habersack <mhabersack at novell.com>
Backport of r118813
2008-11-15 Marek Habersack <mhabersack at novell.com>
2008-11-15 Marek Habersack <mhabersack at novell.com>
2008-11-18 Marek Habersack <mhabersack at novell.com>
2008-11-18 Marek Habersack <mhabersack at novell.com>
2008-11-18 Marek Habersack <mhabersack at novell.com>
2008-11-18 Marek Habersack <mhabersack at novell.com>
2008-11-19 Marek Habersack <mhabersack at novell.com>
2008-11-20 Marek Habersack <mhabersack at novell.com>
2008-11-20 Marek Habersack <mhabersack at novell.com>
2008-11-21 Marek Habersack <mhabersack at novell.com>
2008-11-21 Marek Habersack <mhabersack at novell.com>
2008-11-24 Marek Habersack <mhabersack at novell.com>
Backport of r119827
2008-11-25 Marek Habersack <mhabersack at novell.com>
Backport of r118917
Backport of r119130
Backport of r119233
Backport of r119269
Backport of r119378
Backport of r119126
Backport of r119661
Backport of r119673
Backport of r119800
Backport of r119893
Backport of r119699
This needs to be here too :P
This needs to be here too :P
those need to be in there as well
Backport of r120047
2008-11-27 Marek Habersack <mhabersack at novell.com>
2008-11-28 Marek Habersack <mhabersack at novell.com>
2008-11-28 Marek Habersack <mhabersack at novell.com>
2008-11-28 Marek Habersack <mhabersack at novell.com>
2008-11-28 Marek Habersack <mhabersack at novell.com>
Backport of r120199
2008-12-01 Marek Habersack <mhabersack at novell.com>
Backport of r120345.
2008-12-01 Marek Habersack <mhabersack at novell.com>
Backport of r120353.
2008-12-01 Marek Habersack <mhabersack at novell.com>
Backport of r120376.
2008-12-02 Marek Habersack <mhabersack at novell.com>
Backport of r120436.
2008-12-02 Marek Habersack <mhabersack at novell.com>
Backport of r120442.
2008-12-02 Marek Habersack <mhabersack at novell.com>
Backport of r120485.
2008-12-03 Marek Habersack <mhabersack at novell.com>
Backport of r120545.
2008-12-03 Marek Habersack <mhabersack at novell.com>
Backport of r120590.
2008-12-02 Marek Habersack <mhabersack at novell.com>
Backport of r120592.
2008-12-05 Marek Habersack <mhabersack at novell.com>
2008-12-05 Marek Habersack <mhabersack at novell.com>
Backport of r120822.
Backport of r120823.
Fix a test run issue for 1.1
2008-12-05 Marek Habersack <mhabersack at novell.com>
2008-12-05 Marek Habersack <mhabersack at novell.com>
Backport of r120880
2008-12-08 Marek Habersack <mhabersack at novell.com>
Backport of r120988.
2008-12-09 Marek Habersack <mhabersack at novell.com>
Backport of r121064.
2008-12-10 Marek Habersack <mhabersack at novell.com>
2008-12-11 Marek Habersack <mhabersack at novell.com>
2008-12-11 Marek Habersack <mhabersack at novell.com>
2008-12-15 Marek Habersack <mhabersack at novell.com>
Reverting r121536
2008-12-15 Marek Habersack <mhabersack at novell.com>
Backport of r121557.
2008-12-16 Marek Habersack <mhabersack at novell.com>
Backport of r121621.
2008-12-16 Marek Habersack <mhabersack at novell.com>
Backport of r121629.
2008-12-16 Marek Habersack <mhabersack at novell.com>
Backport of r121636.
2008-12-18 Marek Habersack <mhabersack at novell.com>
Backport of r121752.
2008-12-19 Marek Habersack <mhabersack at novell.com>
Backport of r121819.
2008-12-20 Marek Habersack <mhabersack at novell.com>
Fix the build
2008-12-23 Marek Habersack <mhabersack at novell.com>
2008-12-24 Marek Habersack <mhabersack at novell.com>
2008-12-24 Marek Habersack <mhabersack at novell.com>
2009-01-07 Marek Habersack <mhabersack at novell.com>
2009-01-08 Marek Habersack <mhabersack at novell.com>
2009-01-09 Marek Habersack <mhabersack at novell.com>
Backport of r122839.
2009-01-09 Marek Habersack <mhabersack at novell.com>
2009-01-09 Marek Habersack <mhabersack at novell.com>
Backport of r122891.
2009-01-09 Marek Habersack <mhabersack at novell.com>
2009-01-12 Marek Habersack <mhabersack at novell.com>
Backport of r123084.
2009-01-12 Marek Habersack <mhabersack at novell.com>
2009-01-12 Marek Habersack <mhabersack at novell.com>
Reverted r123106
Forgotten ChangeLog
2009-01-12 Marek Habersack <mhabersack at novell.com>
LinePragmas default to true if value is not present
2009-01-13 Marek Habersack <mhabersack at novell.com>
2009-01-14 Marek Habersack <mhabersack at novell.com>
2009-01-19 Marek Habersack <mhabersack at novell.com>
2009-01-20 Marek Habersack <mhabersack at novell.com>
2009-01-20 Marek Habersack <mhabersack at novell.com>
Disabled tests failing because of nunit 2.4 issue
Changelogs for test changes
2009-01-22 Marek Habersack <mhabersack at novell.com>
Removed debugging code
System.Web now depends on System.Core - added System.Web to the net_2_0_dirs variable
AssemblyBuilder.Units property is no longer used
Added the DEVEL compile define, used for conditional compilation of some development code
Removed the suppressAutoRestart variable
Removed unused variables
Added two conditionally compiled methods (when DEVEL is defined) to write messages to a file in a synchronous manner
Bumped the number of compilation cycles to 10000 from the default 16 so that the tests appdomain isn't restarted - it can break tests
No longer sets the BuildManager.suppressAutoRestart field, as it was removed. Moved setting of BuildManager.suppressDebugMessages to the Run () method
new BuildManager change logs
set svn:eol-style to native and converted several files to unix line ending
2009-01-22 Marek Habersack <mhabersack at novell.com>
2009-01-23 Marek Habersack <mhabersack at novell.com>
2009-01-23 Marek Habersack <mhabersack at novell.com>
2009-01-24 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-26 Marek Habersack <mhabersack at novell.com>
2009-01-27 Marek Habersack <mhabersack at novell.com>
Added attribution and copyright headers
Added copies of some .jvm.cs files
More attribution/header updates
Copied a few more stub files
2009-01-29 Marek Habersack <mhabersack at novell.com>
2009-01-30 Marek Habersack <mhabersack at novell.com>
Backport of r125111.
2009-02-04 Marek Habersack <mhabersack at novell.com>
2009-02-04 Marek Habersack <mhabersack at novell.com>
Backport of r125663
2009-02-05 Marek Habersack <mhabersack at novell.com>
2009-02-05 Marek Habersack <mhabersack at novell.com>
2009-02-05 Marek Habersack <mhabersack at novell.com>
Merge branch 'bug468359'
2009-02-05 Marek Habersack <mhabersack at novell.com>
2009-02-06 Marek Habersack <mhabersack at novell.com>
Reverting revision 126037, it's already taken care of in IsViewStateEnabled, thanks Gert for noticing it.
2009-02-06 Marek Habersack <mhabersack at novell.com>
2009-02-09 Marek Habersack <mhabersack at novell.com>
2009-02-10 Marek Habersack <mhabersack at novell.com>
2009-02-13 Marek Habersack <mhabersack at novell.com>
Fixed a compilation issue
2009-02-14 Marek Habersack <mhabersack at novell.com>
2009-02-18 Marek Habersack <mhabersack at novell.com>
2009-02-18 Marek Habersack <mhabersack at novell.com>
2009-02-18 Marek Habersack <mhabersack at novell.com>
2009-02-19 Marek Habersack <mhabersack at novell.com>
2009-02-19 Marek Habersack <mhabersack at novell.com>
2009-02-24 Marek Habersack <mhabersack at novell.com>
2009-02-24 Marek Habersack <mhabersack at novell.com>
2009-02-24 Marek Habersack <mhabersack at novell.com>
2009-02-24 Marek Habersack <mhabersack at novell.com>
2009-02-25 Marek Habersack <mhabersack at novell.com>
2009-02-26 Marek Habersack <mhabersack at novell.com>
2009-02-25 Marek Habersack <mhabersack at novell.com>
2009-02-26 Marek Habersack <mhabersack at novell.com>
2009-02-26 Marek Habersack <mhabersack at novell.com>
2009-02-26 Marek Habersack <mhabersack at novell.com>
2009-02-26 Marek Habersack <mhabersack at novell.com>
2009-02-28 Gonzalo Paniagua Javier <gonzalo at novell.com>
2009-02-28 Marek Habersack <mhabersack at novell.com>
2009-03-01 Marek Habersack <mhabersack at novell.com>
2009-03-03 Marek Habersack <mhabersack at novell.com>
2009-03-03 Marek Habersack <mhabersack at novell.com>
2009-03-03 Marek Habersack <mhabersack at novell.com>
2009-03-03 Marek Habersack <mhabersack at novell.com>
2009-03-04 Marek Habersack <mhabersack at novell.com>
typo fix
test
2009-03-05 Marek Habersack <mhabersack at novell.com>
2009-03-06 Marek Habersack <mhabersack at novell.com>
2009-03-06 Marek Habersack <mhabersack at novell.com>
2009-03-06 Marek Habersack <mhabersack at novell.com>
2009-03-06 Marek Habersack <mhabersack at novell.com>
Cosmetics
2009-03-10 Marek Habersack <mhabersack at novell.com>
2009-03-12 Marek Habersack <mhabersack at novell.com>
2009-03-12 Marek Habersack <mhabersack at novell.com>
2009-03-12 Marek Habersack <mhabersack at novell.com>
2009-03-13 Marek Habersack <mhabersack at novell.com>
2009-03-16 Marek Habersack <mhabersack at novell.com>
2009-03-16 Marek Habersack <mhabersack at novell.com>
2009-03-16 Marek Habersack <mhabersack at novell.com>
2009-03-17 Marek Habersack <mhabersack at novell.com>
2009-03-17 Marek Habersack <mhabersack at novell.com>
2009-03-18 Marek Habersack <mhabersack at novell.com>
2009-03-19 Marek Habersack <mhabersack at novell.com>
Fix the build
2009-03-21 Marek Habersack <mhabersack at novell.com>
2009-03-21 Marek Habersack <mhabersack at novell.com>
2009-03-22 Marek Habersack <mhabersack at novell.com>
2009-03-23 Marek Habersack <mhabersack at novell.com>
Forgotten ChangeLog entry
2009-03-23 Marek Habersack <mhabersack at novell.com>
Revert "Forgotten ChangeLog entry"
Revert r130049
2009-03-25 Marek Habersack <mhabersack at novell.com>
2009-03-25 Marek Habersack <mhabersack at novell.com>
2009-03-26 Marek Habersack <mhabersack at novell.com>
2009-03-30 Marek Habersack <mhabersack at novell.com>
2009-03-30 Marek Habersack <mhabersack at novell.com>
2009-03-31 Marek Habersack <mhabersack at novell.com>
Typo fix
2009-03-31 Marek Habersack <mhabersack at novell.com>
2009-03-31 Marek Habersack <mhabersack at novell.com>
ChangeLog update
2009-03-31 Marek Habersack <mhabersack at novell.com>
2009-04-01 Marek Habersack <mhabersack at novell.com>
2009-04-02 Marek Habersack <mhabersack at novell.com>
Import of the original ASP.NET MVC sources v1.0
2009-04-02 Marek Habersack <mhabersack at novell.com>
Unbreak the build
2009-04-02 Marek Habersack <mhabersack at novell.com>
2009-04-02 Marek Habersack <mhabersack at novell.com>
2009-04-03 Marek Habersack <mhabersack at novell.com>
2009-04-03 Marek Habersack <mhabersack at novell.com>
2009-04-03 Marek Habersack <mhabersack at novell.com>
2009-04-03 Marek Habersack <mhabersack at novell.com>
2009-04-03 Marek Habersack <mhabersack at novell.com>
2009-04-06 Marek Habersack <mhabersack at novell.com>
2009-04-06 Marek Habersack <mhabersack at novell.com>
2009-04-07 Marek Habersack <mhabersack at novell.com>
Code formatting
2009-04-07 Marek Habersack <mhabersack at novell.com>
2009-04-07 Marek Habersack <mhabersack at novell.com>
2009-04-07 Marek Habersack <mhabersack at novell.com>
2009-04-08 Marek Habersack <mhabersack at novell.com>
2009-04-11 Marek Habersack <mhabersack at novell.com>
Micro optimization - don't call Page twice
2009-04-15 Marek Habersack <mhabersack at novell.com>
2009-04-15 Marek Habersack <mhabersack at novell.com>
2009-04-16 Marek Habersack <mhabersack at novell.com>
2009-04-16 Marek Habersack <mhabersack at novell.com>
2009-04-17 Marek Habersack <mhabersack at novell.com>
2009-04-17 Marek Habersack <mhabersack at novell.com>
2009-04-21 Marek Habersack <mhabersack at novell.com>
2009-04-21 Marek Habersack <mhabersack at novell.com>
2009-04-21 Marek Habersack <mhabersack at novell.com>
2009-04-22 Marek Habersack <mhabersack at novell.com>
2009-04-23 Marek Habersack <mhabersack at novell.com>
2009-04-24 Marek Habersack <mhabersack at novell.com>
2009-04-24 Marek Habersack <mhabersack at novell.com>
2009-04-24 Marek Habersack <mhabersack at novell.com>
2009-04-28 Marek Habersack <mhabersack at novell.com>
2009-04-28 Marek Habersack <mhabersack at novell.com>
Unbreak TdsComm by removing a stray line
2009-04-29 Marek Habersack <mhabersack at novell.com>
Fix the build
_really_ fix the build
2009-04-30 Marek Habersack <mhabersack at novell.com>
2009-05-04 Marek Habersack <mhabersack at novell.com>
2009-05-05 Marek Habersack <mhabersack at novell.com>
2009-05-05 Marek Habersack <mhabersack at novell.com>
2009-05-05 Marek Habersack <mhabersack at novell.com>
2009-05-05 Marek Habersack <mhabersack at novell.com>
2009-05-10 Marek Habersack <mhabersack at novell.com>
The property is protected, not public
Sorry for the noise, but the property is also virtual :)
2009-05-10 Marek Habersack <mhabersack at novell.com>
2009-05-11 Marek Habersack <mhabersack at novell.com>
2009-05-12 Marek Habersack <mhabersack at novell.com>
2009-05-12 Marek Habersack <mhabersack at novell.com>
2009-05-14 Marek Habersack <mhabersack at novell.com>
2009-05-15 Marek Habersack <mhabersack at novell.com>
2009-05-18 Marek Habersack <mhabersack at novell.com>
2009-05-25 Marek Habersack <mhabersack at novell.com>
2009-05-26 Marek Habersack <mhabersack at novell.com>
2009-05-26 Marek Habersack <mhabersack at novell.com>
2009-05-26 Marek Habersack <mhabersack at novell.com>
2009-05-27 Marek Habersack <mhabersack at novell.com>
2009-05-28 Marek Habersack <mhabersack at novell.com>
2009-05-28 Marek Habersack <mhabersack at novell.com>
Hush compilation warnings
2009-05-29 Marek Habersack <mhabersack at novell.com>
Added nunit.mocks.dll to the set of NUnit libraries used by test targets
Added custom data sources, updated some MetaModel tests, added Mainsoft web testing framework, added some common classes used by tests, made System.DynamicData_test.dll a friend to System.Web.dll
Moved Test/System.Web.DynamicData/TestStubTypes.cs to Test/Common/TestStubTypes.cs
2009-06-01 Marek Habersack <mhabersack at novell.com>
2009-06-01 Marek Habersack <mhabersack at novell.com>
2009-06-01 Marek Habersack <mhabersack at novell.com>
2009-06-01 Marek Habersack <mhabersack at novell.com>
2009-06-02 Marek Habersack <mhabersack at novell.com>
2009-06-02 Marek Habersack <mhabersack at novell.com>
2009-06-03 Marek Habersack <mhabersack at novell.com>
2009-06-03 Marek Habersack <mhabersack at novell.com>
2009-06-03 Marek Habersack <mhabersack at novell.com>
Imported version 1.0.61.0 of SQLite.NET
Build will use per-profile source lists
- Moved all classes to the Mono.Data.Sqlite namespace.
Mono changes:
Forgotten ChangeLog
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-04 Marek Habersack <mhabersack at novell.com>
2009-06-05 Marek Habersack <mhabersack at novell.com>
Fix the 1.1 build
2009-06-08 Marek Habersack <mhabersack at novell.com>
2009-06-10 Marek Habersack <mhabersack at novell.com>
2009-06-11 Marek Habersack <mhabersack at novell.com>
2009-06-12 Marek Habersack <mhabersack at novell.com>
2009-06-12 Marek Habersack <mhabersack at novell.com>
Updated test sources list
2009-06-15 Marek Habersack <mhabersack at novell.com>
2009-06-15 Marek Habersack <mhabersack at novell.com>
2009-06-15 Marek Habersack <mhabersack at novell.com>
2009-06-16 Marek Habersack <mhabersack at novell.com>
2009-06-16 Marek Habersack <mhabersack at novell.com>
2009-06-16 Marek Habersack <mhabersack at novell.com>
2009-06-16 Marek Habersack <mhabersack at novell.com>
2009-06-17 Marek Habersack <mhabersack at novell.com>
2009-06-18 Marek Habersack <mhabersack at novell.com>
2009-06-18 Marek Habersack <mhabersack at novell.com>
2009-06-18 Marek Habersack <mhabersack at novell.com>
2009-06-18 Marek Habersack <mhabersack at novell.com>
Added Test/ModelProviders/DynamicDataSortableAttribute.cs
2009-06-18 Marek Habersack <mhabersack at novell.com>
2009-06-18 Marek Habersack <mhabersack at novell.com>
Another browscap.ini.diff update
2009-06-22 Marek Habersack <mhabersack at novell.com>
Assertion -> Assert migration
2009-06-23 Marek Habersack <mhabersack at novell.com>
2009-06-25 Marek Habersack <mhabersack at novell.com>
Unbreak last broken tests for DynamicData
2009-06-27 Marek Habersack <mhabersack at novell.com>
2009-06-27 Marek Habersack <mhabersack at novell.com>
2009-06-30 Marek Habersack <mhabersack at novell.com>
2009-07-03 Marek Habersack <mhabersack at novell.com>
typo fix
Another fixlet
2009-07-03 Marek Habersack <mhabersack at novell.com>
2009-07-08 Marek Habersack <mhabersack at novell.com>
2009-07-08 Marek Habersack <mhabersack at novell.com>
Fix 1.1 build
2009-07-09 Marek Habersack <mhabersack at novell.com>
2009-07-13 Marek Habersack <mhabersack at novell.com>
2009-07-14 Marek Habersack <mhabersack at novell.com>
2009-07-14 Marek Habersack <mhabersack at novell.com>
2009-07-15 Marek Habersack <mhabersack at novell.com>
2009-07-16 Marek Habersack <mhabersack at novell.com>
2009-07-18 Marek Habersack <mhabersack at novell.com>
2009-07-21 Marek Habersack <mhabersack at novell.com>
2009-07-21 Marek Habersack <mhabersack at novell.com>
2009-07-21 Marek Habersack <mhabersack at novell.com>
Fix the build
2009-07-23 Marek Habersack <mhabersack at novell.com>
Unbreak the build
Do not skip comments, just pluck expressions/tags from within them
2009-07-23 Marek Habersack <mhabersack at novell.com>
2009-08-13 Marek Habersack <mhabersack at novell.com>
2009-08-13 Marek Habersack <mhabersack at novell.com>
2009-08-14 Marek Habersack <mhabersack at novell.com>
2009-08-14 Marek Habersack <mhabersack at novell.com>
2009-08-15 Marek Habersack <mhabersack at novell.com>
2009-08-15 Marek Habersack <mhabersack at novell.com>
2009-08-17 Marek Habersack <mhabersack at novell.com>
2009-08-18 Marek Habersack <mhabersack at novell.com>
1.1 test fixes
2009-08-19 Marek Habersack <mhabersack at novell.com>
2009-08-18 Marek Habersack <mhabersack at novell.com>
Unbreak the 4.0 build
Fix for tests I broke yesterday
2009-08-20 Marek Habersack <mhabersack at novell.com>
2009-08-21 Marek Habersack <mhabersack at novell.com>
2009-08-21 Marek Habersack <mhabersack at novell.com>
2009-08-21 Marek Habersack <mhabersack at novell.com>
2009-08-24 Marek Habersack <mhabersack at novell.com>
2009-08-24 Marek Habersack <mhabersack at novell.com>
2009-08-25 Marek Habersack <mhabersack at novell.com>
2009-08-25 Marek Habersack <mhabersack at novell.com>
2009-08-25 Marek Habersack <mhabersack at novell.com>
2009-08-26 Marek Habersack <mhabersack at novell.com>
2009-08-26 Marek Habersack <mhabersack at novell.com>
2009-08-27 Marek Habersack <mhabersack at novell.com>
2009-09-01 Marek Habersack <mhabersack at novell.com>
2009-09-03 Marek Habersack <mhabersack at novell.com>
Compilation fix: typo
2009-09-04 Marek Habersack <mhabersack at novell.com>
2009-09-04 Marek Habersack <mhabersack at novell.com>
2009-09-07 Marek Habersack <mhabersack at novell.com>
Minor adjustment
2009-09-07 Marek Habersack <mhabersack at novell.com>
2009-09-08 Marek Habersack <mhabersack at novell.com>
2009-09-08 Marek Habersack <mhabersack at novell.com>
2009-09-08 Marek Habersack <mhabersack at novell.com>
2009-09-08 Marek Habersack <mhabersack at novell.com>
2009-09-09 Marek Habersack <mhabersack at novell.com>
2009-09-10 Marek Habersack <mhabersack at novell.com>
Unbreak some tests
Slightly changed exception footer
2009-09-15 Marek Habersack <mhabersack at novell.com>
2009-09-15 Marek Habersack <mhabersack at novell.com>
2009-09-18 Marek Habersack <mhabersack at novell.com>
2009-09-22 Marek Habersack <mhabersack at novell.com>
2009-09-22 Marek Habersack <mhabersack at novell.com>
2009-09-24 Marek Habersack <mhabersack at novell.com>
2009-09-25 Marek Habersack <mhabersack at novell.com>
2009-09-26 Marek Habersack <mhabersack at novell.com>
2009-09-28 Marek Habersack <mhabersack at novell.com>
2009-09-28 Marek Habersack <mhabersack at novell.com>
Removed debugging code
2009-09-28 Marek Habersack <mhabersack at novell.com>
Debugging cwls begone
2009-09-28 Marek Habersack <mhabersack at novell.com>
2009-09-29 Marek Habersack <mhabersack at novell.com>
2009-09-30 Marek Habersack <mhabersack at novell.com>
2009-09-30 Marek Habersack <mhabersack at novell.com>
Another Cecil path update
Build fix
Restore creation of data/net_1_1 Makefile to fix the build
Build fix - culevel built in 2.0 bootstrap phase
More culevel bootstrap fixes
Nunit and Mono.Cairo are no longer in the 1.0 dirs
Nunit build fixes for the 1.0-less world
2009-10-01 Marek Habersack <mhabersack at novell.com>
Removed 1.0 scripts generation code
All tools are built in the 2.0 profile
mcs invokes gmcs.exe now
2009-10-02 Marek Habersack <mhabersack at novell.com>
2009-10-05 Marek Habersack <mhabersack at novell.com>
2009-10-05 Marek Habersack <mhabersack at novell.com>
- Added VS2008 projects to compile test assemblies
2009-10-06 Marek Habersack <mhabersack at novell.com>
Forgotten changelog
2009-10-07 Marek Habersack <mhabersack at novell.com>
Performance improvements:
2009-10-07 Marek Habersack <mhabersack at novell.com>
Removed 1.1-only directories:
Not fully tested, so no backport to 2.4/2.6 branches yet.
2009-10-12 Marek Habersack <mhabersack at novell.com>
2009-10-12 Marek Habersack <mhabersack at novell.com>
2009-10-12 Marek Habersack <mhabersack at novell.com>
2009-10-12 Marek Habersack <mhabersack at novell.com>
Fix the build
2009-10-13 Marek Habersack <mhabersack at novell.com>
2009-10-19 Marek Habersack <mhabersack at novell.com>
2009-10-20 Marek Habersack <mhabersack at novell.com>
1.1 code removal for System.Web/*
2009-10-21 Marek Habersack <mhabersack at novell.com>
2009-10-22 Marek Habersack <mhabersack at novell.com>
2009-10-22 Marek Habersack <mhabersack at novell.com>
2009-10-27 Marek Habersack <mhabersack at novell.com>
2009-10-27 Marek Habersack <mhabersack at novell.com>
2009-10-28 Marek Habersack <mhabersack at novell.com>
sp.PropertyType is a _type_, ugh
2009-10-28 Marek Habersack <mhabersack at novell.com>
2009-10-30 Marek Habersack <mhabersack at novell.com>
2009-10-30 Marek Habersack <mhabersack at novell.com>
2009-11-03 Marek Habersack <mhabersack at novell.com>
More 1.1 code and NET_2_0 ifdefs removed
Fix the 2.1 bootstrap phase
2009-11-04 Marek Habersack <mhabersack at novell.com>
2009-11-09 Marek Habersack <mhabersack at novell.com>
2009-11-09 Marek Habersack <mhabersack at novell.com>
2009-11-09 Marek Habersack <mhabersack at novell.com>
2009-11-09 Marek Habersack <mhabersack at novell.com>
2009-11-10 Marek Habersack <mhabersack at novell.com>
2009-11-10 Marek Habersack <mhabersack at novell.com>
Removed 1.x code and NET_2_0 ifdefs
2009-11-13 Marek Habersack <mhabersack at novell.com>
2009-11-13 Marek Habersack <mhabersack at novell.com>
2009-11-13 Marek Habersack <mhabersack at novell.com>
Added null check to Remove
2009-11-13 Marek Habersack <mhabersack at novell.com>
made test culture-invariant
Fix a test
2009-11-14 Marek Habersack <mhabersack at novell.com>
2009-11-16 Marek Habersack <mhabersack at novell.com>
2009-11-16 Marek Habersack <mhabersack at novell.com>
Forward port of r146378
Forward port of r146379
2009-11-18 Marek Habersack <mhabersack at novell.com>
2009-11-19 Marek Habersack <mhabersack at novell.com>
2009-11-19 Marek Habersack <mhabersack at novell.com>
2009-11-23 Marek Habersack <mhabersack at novell.com>
2009-11-23 Marek Habersack <mhabersack at novell.com>
2009-11-30 Marek Habersack <mhabersack at novell.com>
2009-12-01 Marek Habersack <mhabersack at novell.com>
2009-12-02 Marek Habersack <mhabersack at novell.com>
2009-12-02 Marek Habersack <mhabersack at novell.com>
targetNetwork -> targetFramework
2009-12-03 Marek Habersack <mhabersack at novell.com>
2009-12-08 Marek Habersack <mhabersack at novell.com>
2009-12-11 Marek Habersack <mhabersack at novell.com>
2009-12-11 Marek Habersack <mhabersack at novell.com>
2009-12-14 Marek Habersack <mhabersack at novell.com>
2009-12-14 Marek Habersack <mhabersack at novell.com>
2009-12-14 Marek Habersack <mhabersack at novell.com>
2009-12-15 Marek Habersack <mhabersack at novell.com>
2009-12-15 Marek Habersack <mhabersack at novell.com>
2009-12-17 Marek Habersack <mhabersack at novell.com>
2009-12-18 Marek Habersack <mhabersack at novell.com>
2009-12-18 Marek Habersack <mhabersack at novell.com>
2009-12-21 Marek Habersack <mhabersack at novell.com>
2009-12-22 Marek Habersack <mhabersack at novell.com>
2010-01-05 Marek Habersack <mhabersack at novell.com>
2010-01-05 Marek Habersack <mhabersack at novell.com>
2010-01-06 Marek Habersack <mhabersack at novell.com>
2010-01-06 Marek Habersack <mhabersack at novell.com>
2010-01-09 Marek Habersack <mhabersack at novell.com>
2010-01-14 Marek Habersack <mhabersack at novell.com>
2010-01-15 Marek Habersack <mhabersack at novell.com>
2010-01-18 Marek Habersack <mhabersack at novell.com>
2010-01-18 Marek Habersack <mhabersack at novell.com>
2010-01-19 Marek Habersack <mhabersack at novell.com>
2010-01-19 Marek Habersack <mhabersack at novell.com>
2010-01-20 Marek Habersack <mhabersack at novell.com>
Gotten rid of NET_2_0 ifdefs and 1.1 code from System.Web.UI
2010-01-20 Marek Habersack <mhabersack at novell.com>
Fix the 2.0 build
2010-01-21 Marek Habersack <mhabersack at novell.com>
2010-01-21 Marek Habersack <mhabersack at novell.com>
2010-01-22 Marek Habersack <mhabersack at novell.com>
2010-01-25 Marek Habersack <mhabersack at novell.com>
2010-01-26 Marek Habersack <mhabersack at novell.com>
Fix the build
2010-02-02 Marek Habersack <mhabersack at novell.com>
2010-02-04 Marek Habersack <mhabersack at novell.com>
2010-02-03 Marek Habersack <mhabersack at novell.com>
Modified the assemblies collection to match what is found in .NET 4.0
Do not use colons in file names, it's not supported by windows
Re-added sequence files with colons removed from the names
2010-02-10 Marek Habersack <mhabersack at novell.com>
2010-02-10 Marek Habersack <mhabersack at novell.com>
2010-02-11 Marek Habersack <mhabersack at novell.com>
2010-02-11 Marek Habersack <mhabersack at novell.com>
2010-02-12 Marek Habersack <mhabersack at novell.com>
2010-02-12 Marek Habersack <mhabersack at novell.com>
2010-02-12 Marek Habersack <mhabersack at novell.com>
Fixed a typo
2010-02-12 Marek Habersack <mhabersack at novell.com>
Fixed a typo
Added to dist some missing files
2010-02-17 Marek Habersack <mhabersack at novell.com>
Fix the build
2010-02-18 Marek Habersack <mhabersack at novell.com>
2010-02-18 Marek Habersack <mhabersack at novell.com>
2010-02-18 Marek Habersack <mhabersack at novell.com>
2010-02-18 Marek Habersack <mhabersack at novell.com>
2010-02-18 Marek Habersack <mhabersack at novell.com>
2010-02-18 Marek Habersack <mhabersack at novell.com>
Fix make clean
2010-02-19 Marek Habersack <mhabersack at novell.com>
2010-02-19 Marek Habersack <mhabersack at novell.com>
2010-02-19 Marek Habersack <mhabersack at novell.com>
2010-02-23 Marek Habersack <mhabersack at novell.com>
2010-02-24 Marek Habersack <mhabersack at novell.com>
Fix the build
Include Makefile in the tarball
2010-02-27 Marek Habersack <mhabersack at novell.com>
Better find invocation for EXTRA_DIST
2010-03-03 Marek Habersack <mhabersack at novell.com>
Change for msvc to be able to compile the code
2010-03-04 Marek Habersack <mhabersack at novell.com>
This should be in net_2_0_dirs
monodoc.dll is built in the 2.0 profile, so that it can be consumed by MonoDevelop
2010-03-06 Marek Habersack <mhabersack at novell.com>
2010-03-06 Marek Habersack <mhabersack at novell.com>
2010-03-06 Marek Habersack <mhabersack at novell.com>
commit 9405fa168b1255c51bb31ef17511c05593b08caa
oops
MVC2 import
Added system.web.mvc2.pc
2010-03-17 Marek Habersack <mhabersack at novell.com>
2010-03-18 Marek Habersack <mhabersack at novell.com>
2010-03-20 Marek Habersack <mhabersack at novell.com>
2010-03-29 Marek Habersack <mhabersack at novell.com>
2010-04-01 Marek Habersack <mhabersack at novell.com>
2010-04-02 Marek Habersack <mhabersack at novell.com>
2010-04-02 Marek Habersack <mhabersack at novell.com>
2010-04-03 Marek Habersack <mhabersack at novell.com>
Introduced the MINGW_CROSS_COMPILE macro when cross-compiling with mingw
Fixed two broken tests
Removed another batch of pre 2.0 code + some cosmetics
More cosmetics
2010-04-07 Marek Habersack <mhabersack at novell.com>
Beginnings of System.Runtime.Caching
ChangeMonitor implemented
All System.Runtime.Caching namespace classes added + partial implementation
System.Runtime.Caching.Configuration stuff implemented
WIP: System.Runtime.Caching.Hosting added
WIP: host file watching
WIP: build fixes
2010-04-07 Marek Habersack <mhabersack at novell.com>
Added the memoryCache section
Fixed invalid exception message
Added a test for GlobalizationSection usage of encoding names
2010-04-09 Marek Habersack <mhabersack at novell.com>
2010-04-12 Marek Habersack <mhabersack at novell.com>
2010-04-13 Marek Habersack <mhabersack at novell.com>
2010-04-13 Marek Habersack <mhabersack at novell.com>
2010-04-16 Marek Habersack <mhabersack at novell.com>
Missed two underscores - thanks to Robert Nagy <robert at openbsd.org> for catching this
System.dll needs to be bootstrapped with dmcs in the 4.0 profile. Fixes the build.
2010-04-21 Marek Habersack <mhabersack at novell.com>
2010-04-24 Marek Habersack <mhabersack at novell.com>
2010-04-26 Marek Habersack <mhabersack at novell.com>
2010-04-26 Marek Habersack <mhabersack at novell.com>
2010-04-27 Marek Habersack <mhabersack at novell.com>
2010-04-28 Marek Habersack <mhabersack at novell.com>
Fix the build
2010-04-28 Marek Habersack <mhabersack at novell.com>
Imported original OData client library sources
Mono build integration files
2010-04-29 Marek Habersack <mhabersack at novell.com>
2010-04-29 Marek Habersack <mhabersack at novell.com>
ChangeLog update
2010-04-29 Marek Habersack <mhabersack at novell.com>
2010-04-29 Marek Habersack <mhabersack at novell.com>
2010-04-29 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-07 Marek Habersack <mhabersack at novell.com>
2010-05-08 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-05 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
2010-05-06 Marek Habersack <mhabersack at novell.com>
Updated tests to match recent 4.0 changes
2010-05-07 Marek Habersack <mhabersack at novell.com>
2010-05-07 Marek Habersack <mhabersack at novell.com>
This test is for 4.0+ only
2010-05-07 Marek Habersack <mhabersack at novell.com>
2010-05-07 Marek Habersack <mhabersack at novell.com>
2010-05-12 Marek Habersack <mhabersack at novell.com>
2010-05-12 Marek Habersack <mhabersack at novell.com>
commit e25cece56ee428a8ace8979e31ab2c0c077be4f5
Fixlet
Added ASP.NET 4.0 controls
More 4.0 changes
2010-05-14 Marek Habersack <mhabersack at novell.com>
This expression builder is implemented now
2010-05-16 Marek Habersack <mhabersack at novell.com>
2010-05-17 Marek Habersack <mhabersack at novell.com>
Added tests for bug #535701
2010-05-18 Marek Habersack <mhabersack at novell.com>
2010-05-19 Marek Habersack <mhabersack at novell.com>
2010-05-19 Marek Habersack <mhabersack at novell.com>
2010-05-20 Marek Habersack <mhabersack at novell.com>
2010-05-26 Marek Habersack <mhabersack at novell.com>
Fix test compilation - parts of web security were moved to a separate assembly
2010-06-01 Marek Habersack <mhabersack at novell.com>
2010-06-01 Marek Habersack <mhabersack at novell.com>
2010-06-02 Marek Habersack <mhabersack at novell.com>
- updated obsolete types/members
Don't link against System.Design
2010-06-02 Marek Habersack <mhabersack at novell.com>
2010-06-02 Marek Habersack <mhabersack at novell.com>
2010-06-03 Marek Habersack <mhabersack at novell.com>
2010-06-04 Marek Habersack <mhabersack at novell.com>
2010-05-29 Marek Habersack <mhabersack at novell.com>
WIP: page routing
2010-06-05 Marek Habersack <mhabersack at novell.com>
2010-06-15 Marek Habersack <mhabersack at novell.com>
2010-06-15 Marek Habersack <mhabersack at novell.com>
2010-06-16 Marek Habersack <mhabersack at novell.com>
2010-06-17 Marek Habersack <mhabersack at novell.com>
2010-06-18 Marek Habersack <mhabersack at novell.com>
2010-06-19 Marek Habersack <mhabersack at novell.com>
2010-06-19 Marek Habersack <mhabersack at novell.com>
2010-06-21 Marek Habersack <mhabersack at novell.com>
2010-06-21 Marek Habersack <mhabersack at novell.com>
- 1.1 code removal
- 1.1 code removal
Fix make dist
Fixes to a bunch of unit tests which would fail when running on .NET and few updates to
2010-06-27 Marek Habersack <mhabersack at novell.com>
Fix the build
2010-07-01 Marek Habersack <mhabersack at novell.com>
This commit introduces a few 4.0 rendering changes which break some tests. The broken tests
2010-07-06 Marek Habersack <mhabersack at novell.com>
2010-07-07 Marek Habersack <mhabersack at novell.com>
This code must be enabled for 2.0 as well
2010-07-07 Marek Habersack <mhabersack at novell.com>
2010-07-08 Marek Habersack <mhabersack at novell.com>
2010-07-08 Marek Habersack <mhabersack at novell.com>
4.0 test update
Another 4.0 test update
2010-07-08 Marek Habersack <mhabersack at novell.com>
2010-07-08 Marek Habersack <mhabersack at novell.com>
2010-07-08 Marek Habersack <mhabersack at novell.com>
2010-07-08 Marek Habersack <mhabersack at novell.com>
More 4.0 test fixes
2010-07-09 Marek Habersack <mhabersack at novell.com>
Removed debugging code
2010-07-10 Marek Habersack <mhabersack at novell.com>
Another 4.0 test update
2010-07-13 Marek Habersack <mhabersack at novell.com>
2010-07-13 Marek Habersack <mhabersack at novell.com>
2010-07-13 Marek Habersack <mhabersack at novell.com>
2010-07-14 Marek Habersack <mhabersack at novell.com>
4.0/2.0 metadata updates + some test updates
2010-07-15 Marek Habersack <mhabersack at novell.com>
2010-07-15 Marek Habersack <mhabersack at novell.com>
2010-07-16 Marek Habersack <mhabersack at novell.com>
2010-07-16 Marek Habersack <mhabersack at novell.com>
2010-07-16 Marek Habersack <mhabersack at novell.com>
2010-07-16 Marek Habersack <mhabersack at novell.com>
2010-07-19 Marek Habersack <mhabersack at novell.com>
2010-07-19 Marek Habersack <mhabersack at novell.com>
2010-07-19 Marek Habersack <mhabersack at novell.com>
2010-07-19 Marek Habersack <mhabersack at novell.com>
2010-07-20 Marek Habersack <mhabersack at novell.com>
2010-07-21 Marek Habersack <mhabersack at novell.com>
2010-07-22 Marek Habersack <mhabersack at novell.com>
2010-07-22 Marek Habersack <mhabersack at novell.com>
2010-07-22 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
Merge branch 'master' of github.com:mono/mono
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
2010-07-23 Marek Habersack <mhabersack at novell.com>
Removed 1.1 code and NET_2_0 ifdefs
Test commit - please ignore
Removed a few ONLY_1_1 ifdefs
Make sure configuration is not null before using it.
[asp.net, 4.0] Implemented OrderedList and UnorderedList layouts for RepeatInfo
Merge branch 'aspnet4'
[asp.net, 4.0] Added support for RepeatLayout lists to the list controls.
[asp.net] implemented BaseTemplateParser.{GetReferencedType,GetUserControlType} methods
[asp.net] implemented several missing properties in BoundPropertyEntr
[asp.net] use auto-generated backing fields for all properties
Revert "EncoderFallback support in UTF8Encoding. Fixed bug #565129."
[asp.net,4.0] added ability to store cached user controls in specified output cache provider
[asp.net,4.0] Added support for declarative per-user control output cache provider selection
[asp.net] Made TemplateParser.CompileIntoType internal
[asp.net,4.0] Added support for setting default base types for various kinds of resources.
[asp.net,bugfix] Fix for bug #620456. AsyncPostBackTrigger must look for target control in naming containers
[asp.net] AsyncPostBackTrigger.HasTriggered must use FindTargetControl ()
[asp.net] Fix for bug #618481. AsyncPostBackTrigger.OnEvent must call Owner.Update only for conditionally updated panels
[asp.net] Fix for bug #628683. Do not ignore whitespace between <%: %> blocks
[asp.net] Fix for bug #629990 In-Proc session state must remove cache prefix from item key
[runtime] Fix for bug #624914. Runtime has to remap System.Config 2.0 to 4.0
[asp.net] HttpContext.RewritePath makes sure the passed path is in canonical form.
[asp.net] Partial fix for bug #575600. Convert virtual path to absolute only if necessary in HttpRequest.MapPath
[asp.net] Partial fix for bug #575600. Support opening another app configuration.
[asp.net] Fix for bug #617746. GridRow must auto-bind only properties directly declared in item type
[asp.net] Client-side callbacks must use new names for the target and argument fields
[asp.net] Fix for bug #626829. Nodes need to be re-populated on postback, with populate on demand active
[asp.net] Scripts may be requested also from pages without associated ScriptManager
[asp.net] Fix for bug #621837. Rewriting a path must take path info into account.
Implemented the RangeAttribute class.
All ValidationAttribute and RangeAttribute 3.5 and 4.0 tests run without errors now.
Implemented the StringLengthAttribute
[asp.net] Fix for bug #633756. Children processed as properties must be instantiated before using.
[asp.net] Fix for bug #636475. A typo caused ads not to be matched in ChooseAd
[asp.net] Fix for bug #636709. ClientID must be reset when ID is assigned.
[asp.net] Standalone runner helper method to remove WebResource.axd from HTML now uses regexps
[asp.net] Added first test for Menu list rendering in 4.0
[asp.net] Made GetExtension static and internal, so that it can be used from code outsude Unit
[asp.net] Menu 4.0 List mode rendering
[asp.net] Onobtrusive JavaScript for the 4.0 Menu control List mode
[asp.net] Menu 4.0 List rendering mode JavaScript fixes
Changed mode of a few files from 755 to 644
Revert "mdoc 2.0-only profile build support, take 2!"
[WCF] Changes to System.Data.Services.Client to compile it for 4.0
[WCF] System.Data.Services.Client must be signed with the ECMA public key
[Messaging] Conditionally drop dependency on Wnforms
[bug workaround] Fix the build of System.Web.Mvc by renaming internal StringComparer class to InternalStringComparer
[wcf] System.ServiceModel.Configuration.CustomBindignCollectionElement.GetDefault returns an instance of CustomBinding
[wcf] Make simplified configuration for behaviors work (4.0)
[asp.net] Get rid of a possible (although unlikely) race condition when acquiring locks
[asp.net] Remove lock recursion in Cache.ExpireItems
[asp.net] Make sure output_stream is not null before using it
Merge branch 'bugfix'
[wcf] Make sure context exists in the dictionary getting its associated wait handle.
Revert "[asp.net] Make sure output_stream is not null before using it"
[asp.net] Handle closed responses gracefully.
[configuration] Part of fix for bug #579837. CommaDelimitedStringCollection must properly note that it was modified.
[asp.net] Part of fix for bug #579837. AuthorizationRule.SerializeElement will not process unmodified elements.
Merge branch 'bugfix'
[asp.net] Fix for bug #643298. A typo prevented the EnableViewStateMac from being recognized in the Page directive.
[asp.net] HiddenFieldPageStatePersister must not attempt to deserialize an empty/null string
[runtime] Fix for bug 646075. Added support for short version string in the <supportedRuntime> element
[wcf] Don't close HTTP response prematurely.
[wcf] ServiceHost directive can span several lines.
[asp.net] make sure the string we pass to DecryptAssemblyResource is a valid Base64 string
[wcf] make /js and /jsdebug dispatchers work.
[asp.net,wcf] WCF proxies are generated using a slightly different mode of operation.
[asp.net] ObjectStateFormatter.{De}serialize methods taking stream use a magic value to mark the stream.
[asp.net] Better handling of application's AppDomain restart
[corlib] added a few missing Environment.SpecialFolder definitions to InternalGetFolderPath (4.0)
[asp.net] HttpRuntime.AppDomainAppPath may be null during tests, check it before using.
[asp.net,routing] Fix for bug #648901. Matching engine must ignore trailing slash in the URLs.
[asp.net] Fix for bug #649198. Implement MasterPage.InstantiateInContentPlaceHolder
[asp.net] Fix for bug #648439. Do not prefix HttpRequest.ServerVariables ["QUERY_STRING"] with a '?'
[asp.net] Cosmetics to make code a bit more efficient
[asp.net] Fix for bug #648432. HttpResponse.WriteFile maps file path if it isn't an absolute one.
[asp.net] Added encryption notes to ObjectStateFormatter.{Serialize,Deserialize}
[asp.net] Fix for bug #648407. HttpCachePolicy must use the value passed to AppendCacheExtension when generating the Cache-Control header
[asp.net] Fix a build-breaking typo introduced in ea730c5de2e555fb8ee5c5d906ad41a602f55848
[asp.net] Fix for bug #643847. Membership.CreateUser overloads must check username and password for correctness.
[asp.net] Fix for bug #646984. Theme stylesheets must be output in correct order.
[asp.net] Fix for bug #646810. Implemented FormsAuthentication.EnableFormsAUthentication + tests
[asp.net] Cosmetics + dead code removal
[asp.net] Fix for bug #646479. Do not call control's OnLoad twice when it is dynamically added.
[asp.net] HttpRequest.MapPath changes to match .NET
[asp.net] Fix for bug #646505. BoundField must not assume the sender of the OnDataBindField is DataControlFieldCell.
[asp.net] Fix for bug #649034. Control.FindControl continues to search for controls above itself if it's a naming container.
[asp.net] Fix for bug #649551. The LosFormatter (bool, string) constructor does not expect a base64-encoded string.
[asp.net] Fix for bug #650050. HtmlSelect must render non-standard attributes of every ListItem.
[asp.net] 4.0-only types don't need the NET_4_0 ifdef and should be in net_4_0_System.Web.dll.sources
[runtime] System.Web.Extensions must not be remapped to the current framework.
[asp.net] Part of fix for bug #649546. A partial rewrite of the web/script resource handler.
Fix mixed newlines
[asp.net] Use faster string comparison in caches in System.Web.Compilation
[asp.net] Part of fix for bug #649546. Better handling of nested UpdatePanels
[asp.net] Expire items must always check if the dequeued item is not null before using it.
[asp.net] HttpContext.TimeoutReached - check whether timer != null before using it.
[asp.net,routing] Fix for bug #651593. Don't match all-literal routes for URLs with excessive segments.
[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[asp.net] A micro-optimization to not call String.Format too much in a loop.
[asp.net] Optimize buffer reuse in HttpWriter.
[asp.net] Don't instantiate the hash algorithm used to encrypt resource URLs on each request if it can be reused.
[wcf] AJAX GET requests work now.
[wcf] .NET allows for service contract methods to be decorated only by Web{Get,Invoke}Attribute
[corlib] Fix for bug #652807. Handle RegistryValueKind.QWord in Win32RegistryApi.{Get,Set}Value
[asp.net] Cache + SessionInProcHandler memory usage improvements
[asp.net] Remove unnecessary try/catch block from the old entries expiration code.
[asp.net] New version of code to purge underused entries from the cache.
[asp.net] Removed the DEBUG ifdefs, for the tests to compile.
[asp.net] Part of fix for bug #653013. StateManagedCollection must perform a full clear in LoadViewState
[asp.net] Part of fix for bug #653013. AsyncPostBackTrigger must react to events generated by the trigger control's children.
[asp.net] A few memory usage optimizations.
[system] NameObjectCollections.Init clears the items container and array before reallocating them.
[asp.net] Added a reminder comment about stack scanning in CacheItemPriorityQueue.ResizeHeap
[asp.net] Disabled array clearing on heap resize in CacheItemPriorityQueue as it causes NREX to be thrown with > 8192 items in the queue.
[asp.net] Implmeneted the System.Web.Configuration.ScriptingRoleServiceSection type
[asp.net] .NET 4.0 declares the <system.web.extensions> section in machine.config
[asp.net] Fix for bug #658278. Panels render children only when parent is present and ChildrenAsTriggers is enabled
[asp.net] Test suite configuration updates for 4.0
[asp.net] Added verbose mode to the standalone test runner
[asp.net] Fix for bug #467221. Properly match location sub-paths for security trimming
Fix the build
[corlib] Fix for bug #659061. Adjust size of the last group when formatting numbers with group separators.
[asp.net] Don't attempt to use System.Web resources in System.Web.Extensions test build
[asp.net] Added code to handle local resources copying in the test suite
[asp.net] Failing tests fixes.
[system.runtime.caching] Do not test the invalid behavior
[asp.net] The test must always run with the en-US locale
[wcf] UriTemplate must trim the first leading slash in the rendered template.
[system] Unbreak a 4.0 System.ServiceModel test.
[asp.net] Rewrote CacheItemPriorityQueue tests generator to produce simpler test case.
[asp.net] Disabled a racy test
[runtime] Include the al script in temporary installation directory
[xml] Out of range errors should be swallowed when doing string -> datetime conversion
[asp.net,mcs] Fixed 'protected internal' build errors and removed System.Web-specific hack from mcs
Fix for bug #659064. Resource URLs must always be the same. UpdatePanel triggers must always be initialized.
[asp.net] Fix for bug #662918. Do not create the HtmlTitle child control for HtmlHead if <title> wasn't used in the page code.
[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilder
[data-annotations] Added some missing 4.0 members
[asp.net] Make StopRoutingHandler actually stop the routing instead of throwing an exception
[asp.net] (4.0) Validate the form data in Form getter
[asp.net] Added the Microsoft.Web.Infrastructure assembly
[asp.net] System.Web and Microsoft.Web.Infrastructure are now friends
[asp.net] Added internal property InputValidationEnabled to report whether the user enabled validation for current request.
[asp.net] Implemented BuildManager.GetObjectFactory
[asp.net] Implemented dynamic HTTP module registration
[asp.net] Introduced unvalidated versions of Form and QueryString properties for MVC3
[asp.net] ValidationUtility implementation
[asp.net] Do not throw NREX when firstError is null in ErrorMessage getter
[asp.net,mvc] Make unobtrustive request validation in MVC v3 possible
[asp.net] Don't throw NREX when a cache item to be removed is null
[asp.net,routing] Fix for bug #651966. Regular expression constraints must be treated as absolute regexps.
[asp.net] Avoid passing duplicate assemblies on mcs command line.
[asp.net] Global.asax assembly must be passed as reference when compiling. BuildManager.GetType improvements.
[wcf] Install the System.Data.Services.Client properly.
[system] SmtpClient implements IDisposable on 4.0 (a no-op for now)
[corlib,crypto] RandomNumberGenerator implements IDisposable in 4.0
[machine.config] Added the <system.transactions> section definition
[asp.net] A bunch of fixes related to the default VirtualPathProvider (needed for Orchard)
[runtime] Use IOAMP-aware method of looking for domain configuration file
[asp.net] Ignore directories that don't exist instead of throwing.
[asp.net] Implemented 4.0 types System.Web.Security.{MachineKey,MachineKeyProtection} plus tests
[runtime] AddWatcher icall must look up the path in an IOMAP-aware way
[asp.net] FormsAuthenticationTicket.FromByteArray stops early if it is passed a null parameter
[reflection] Default binder's AdjustArguments method treats ParamArray parameters which are already arrays properly
[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFromEntities,MaxCharactersInDocument} are present in 3.5+
[asp.net] HttpRuntimeSection.RequestPathInvalidCharacters default value is different
[crypto] Added missing 4.0 algorithm names
[cross-compilation] Added some flexibility regarding the location of development packages
[asp.net] Implemented CustomErrorsRedirectMode
[asp.net] Be more careful with errors collection when compilation fails.
[asp.net] Fix for bug #669048. Fix up virtual precompiled app virtual paths with the virtual root of the current app
Marek Safar (4613):
New tests
New tests
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-21 Marek Safar <marek.safar at seznam.cz>
2004-01-23 Marek Safar <marek.safar at seznam.cz>
2004-01-23 Marek Safar <marek.safar at seznam.cz>
2004-02-03 Marek Safar <marek.safar at seznam.cz>
Changed ChangeLog (better description of my latest commit)
2004-02-03 Marek Safar <marek.safar at seznam.cz>
2004-02-04 Marek Safar <marek.safar at seznam.cz>
2004-02-04 Marek Safar <marek.safar at seznam.cz>
2004-02-04 Marek Safar <marek.safar at seznam.cz>
2004-02-09 Marek Safar <marek.safar at seznam.cz>
2004-02-10 Marek Safar <marek.safar at seznam.cz>
2004-02-11 Marek Safar <marek.safar at seznam.cz>
2004-02-11 Marek Safar <marek.safar at seznam.cz>
2004-02-16 Marek Safar <marek.safar at seznam.cz>
2004-02-16 Marek Safar <marek.safar at seznam.cz>
2004-02-16 Marek Safar <marek.safar at seznam.cz>
2004-02-17 Marek Safar <marek.safar at seznam.cz>
2004-02-25 Marek Safar <marek.safar at seznam.cz>
2004-02-25 Marek Safar <marek.safar at seznam.cz>
2004-03-02 Marek Safar <marek.safar at seznam.cz>
2004-03-02 Marek Safar <marek.safar at seznam.cz>
2004-03-12 Marek Safar <marek.safar at seznam.cz>
2004-03-15 Marek Safar <marek.safar at seznam.cz>
2004-03-17 Marek Safar <marek.safar at seznam.cz>
*** empty log message ***
2004-03-29 Marek Safar <marek.safar at seznam.cz>
2004-04-05 Marek Safar <marek.safar at seznam.cz>
2004-04-07 Marek Safar <marek.safar at seznam.cz>
2004-04-08 Marek Safar <marek.safar at seznam.cz>
2004-04-08 Marek Safar <marek.safar at seznam.cz>
2004-04-13 Marek Safar <marek.safar at seznam.cz>
2004-04-14 Marek Safar <marek.safar at seznam.cz>
2004-04-21 Marek Safar <marek.safar at seznam.cz>
2004-04-21 Marek Safar <marek.safar at seznam.cz>
2004-04-22 Marek Safar <marek.safar at seznam.cz>
2004-04-22 Marek Safar <marek.safar at seznam.cz>
2004-04-12 Marek Safar <marek.safar at seznam.cz>
2004-04-22 Marek Safar <marek.safar at seznam.cz>
2004-04-29 Marek Safar <marek.safar at seznam.cz>
2004-04-29 Marek Safar <marek.safar at seznam.cz>
2004-04-29 Marek Safar <marek.safar at seznam.cz>
2004-05-03 Marek Safar <marek.safar at seznam.cz>
2004-05-07 Marek Safar <marek.safar at seznam.cz>
2004-05-07 Marek Safar <marek.safar at seznam.cz>
2004-05-10 Marek Safar <marek.safar at seznam.cz>
2004-05-12 Marek Safar <marek.safar at seznam.cz>
Removed useless [CLSCompliant(false)]
2004-05-14 Marek Safar <marek.safar at seznam.cz>
2004-05-14 Marek Safar <marek.safar at seznam.cz>
2004-05-17 Marek Safar <marek.safar at seznam.cz>
2004-05-18 Marek Safar <marek.safar at seznam.cz>
2004-05-18 Marek Safar <marek.safar at seznam.cz>
2004-05-18 Marek Safar <marek.safar at seznam.cz>
Enabled test-254.cs
2004-05-19 Marek Safar <marek.safar at seznam.cz>
2004-05-19 Marek Safar <marek.safar at seznam.cz>
New test
2004-05-20 Marek Safar <marek.safar at seznam.cz>
New test
Added more test code
2004-05-21 Marek Safar <marek.safar at seznam.cz>
2004-05-21 Marek Safar <marek.safar at seznam.cz>
2004-05-21 Marek Safar <marek.safar at seznam.cz>
2004-05-21 Marek Safar <marek.safar at seznam.cz>
2004-05-22 Marek Safar <marek.safar at seznam.cz>
2004-05-22 Marek Safar <marek.safar at seznam.cz>
2004-05-23 Marek Safar <marek.safar at seznam.cz>
2004-05-23 Marek Safar <marek.safar at seznam.cz>
New tests
New test
2004-05-26 Marek Safar <marek.safar at seznam.cz>
2004-05-26 Marek Safar <marek.safar at seznam.cz>
fix the build
I forgot commit changelog
2004-05-27 Marek Safar <marek.safar at seznam.cz>
new test
new test
I forgot
2004-05-30 Marek Safar <marek.safar at seznam.cz>
2004-05-30 Marek Safar <marek.safar at seznam.cz>
2004-05-30 Marek Safar <marek.safar at seznam.cz>
2004-05-30 Marek Safar <marek.safar at seznam.cz>
2004-05-31 Marek Safar <marek.safar at seznam.cz>
2004-05-31 Marek Safar <marek.safar at seznam.cz>
2004-06-01 Marek Safar <marek.safar at seznam.cz>
2004-06-01 Marek Safar <marek.safar at seznam.cz>
2004-06-01 Marek Safar <marek.safar at seznam.cz>
2004-06-01 Marek Safar <marek.safar at seznam.cz>
I forgot include my latest test
2004-06-02 Marek Safar <marek.safar at seznam.cz>
2004-06-02 Marek Safar <marek.safar at seznam.cz>
2004-06-03 Marek Safar <marek.safar at seznam.cz>
Enabled again
2004-06-08 Marek Safar <marek.safar at seznam.cz>
2004-06-08 Marek Safar <marek.safar at seznam.cz>
new error test
new error test
new error test
CRLF->LF
2004-06-10 Marek Safar <marek.safar at seznam.cz>
2004-06-10 Marek Safar <marek.safar at seznam.cz>
2004-06-11 Marek Safar <marek.safar at seznam.cz>
2004-06-11 Marek Safar <marek.safar at seznam.cz>
new test
2004-06-11 Marek Safar <marek.safar at seznam.cz>
2004-06-11 Marek Safar <marek.safar at seznam.cz>
2004-06-11 Marek Safar <marek.safar at seznam.cz>
2004-06-14 Marek Safar <marek.safar at seznam.cz>
2004-06-14 Marek Safar <marek.safar at seznam.cz>
2004-06-15 Marek Safar <marek.safar at seznam.cz>
2004-06-15 Marek Safar <marek.safar at seznam.cz>
2004-06-15 Marek Safar <marek.safar at seznam.cz>
new tests
new test
new test
2004-06-18 Marek Safar <marek.safar at seznam.cz>
2004-06-18 Marek Safar <marek.safar at seznam.cz>
2004-06-18 Marek Safar <marek.safar at seznam.cz>
2004-06-18 Marek Safar <marek.safar at seznam.cz>
2004-06-21 Marek Safar <marek.safar at seznam.cz>
new tests
new tests
fixed error text
new tests
fixed type
2004-06-23 Marek Safar <marek.safar at seznam.cz>
2004-06-24 Marek Safar <marek.safar at seznam.cz>
unsafe-8 without .cs extension
2004-06-24 Marek Safar <marek.safar at seznam.cz>
2004-06-24 Marek Safar <marek.safar at seznam.cz>
2004-06-24 Marek Safar <marek.safar at seznam.cz>
2004-06-24 Marek Safar <marek.safar at seznam.cz>
enabled test-273 (Bug #60411 closed)
new test
fixed test
fixed error message text
2004-07-13 Marek Safar <marek.safar at seznam.cz>
2004-07-13 Marek Safar <marek.safar at seznam.cz>
2004-07-13 Marek Safar <marek.safar at seznam.cz>
2004-08-03 Marek Safar <marek.safar at seznam.cz>
2004-08-03 Marek Safar <marek.safar at seznam.cz>
2004-08-03 Marek Safar <marek.safar at seznam.cz>
Removed wrong files
2004-08-04 Marek Safar <marek.safar at seznam.cz>
2004-08-04 Marek Safar <marek.safar at seznam.cz>
2004-08-04 Marek Safar <marek.safar at seznam.cz>
2004-08-04 Marek Safar <marek.safar at seznam.cz>
2004-08-05 Marek Safar <marek.safar at seznam.cz>
2004-08-06 Marek Safar <marek.safar at seznam.cz>
2004-08-06 Marek Safar <marek.safar at seznam.cz>
New test support file
2004-08-09 Marek Safar <marek.safar at seznam.cz>
new error tests
2004-08-11 Marek Safar <marek.safar at seznam.cz>
2004-08-11 Marek Safar <marek.safar at seznam.cz>
2004-08-13 Marek Safar <marek.safar at seznam.cz>
2004-08-22 Marek Safar <marek.safar at seznam.cz>
new error tests
2004-08-22 Marek Safar <marek.safar at seznam.cz>
updated test
2004-08-26 Marek Safar <marek.safar at seznam.cz>
2004-08-26 Marek Safar <marek.safar at seznam.cz>
2004-08-27 Marek Safar <marek.safar at seznam.cz>
2004-08-31 Marek Safar <marek.safar at seznam.cz>
2004-08-31 Marek Safar <marek.safar at seznam.cz>
2004-08-31 Marek Safar <marek.safar at seznam.cz>
2004-09-01 Marek Safar <marek.safar at seznam.cz>
2004-09-01 Marek Safar <marek.safar at seznam.cz>
Fixed test-286
I fixed mono CodeDom bugs to pass on the latest Microsoft CodeDom Test Suite.
2004-09-01 Marek Safar <marek.safar at seznam.cz>
2004-09-02 Marek Safar <marek.safar at seznam.cz>
2004-09-02 Marek Safar <marek.safar at seznam.cz>
Oups, I didn't commit the latest version
2004-09-02 Marek Safar <marek.safar at seznam.cz>
2004-09-02 Marek Safar <marek.safar at seznam.cz>
2004-09-03 Marek Safar <marek.safar at seznam.cz>
2004-09-03 Marek Safar <marek.safar at seznam.cz>
2004-09-04 Marek Safar <marek.safar at seznam.cz>
2004-09-04 Marek Safar <marek.safar at seznam.cz>
new error tests
2004-09-04 Marek Safar <marek.safar at seznam.cz>
2004-09-05 Marek Safar <marek.safar at seznam.cz>
2004-09-05 Marek Safar <marek.safar at seznam.cz>
2004-09-06 Marek Safar <marek.safar at seznam.cz>
2004-09-06 Marek Safar <marek.safar at seznam.cz>
2004-09-08 Marek Safar <marek.safar at seznam.cz>
2004-09-08 Marek Safar <marek.safar at seznam.cz>
2004-09-08 Marek Safar <marek.safar at seznam.cz>
2004-09-08 Marek Safar <marek.safar at seznam.cz>
2004-09-08 Marek Safar <marek.safar at seznam.cz>
Added langversion
2004-09-09 Marek Safar <marek.safar at seznam.cz>
2004-09-09 Marek Safar <marek.safar at seznam.cz>
2004-09-09 Marek Safar <marek.safar at seznam.cz>
code formating
2004-09-09 Marek Safar <marek.safar at seznam.cz>
2004-09-09 Marek Safar <marek.safar at seznam.cz>
Please, do not commit generated file
2004-09-10 Marek Safar <marek.safar at seznam.cz>
2004-09-10 Marek Safar <marek.safar at seznam.cz>
2004-09-11 Marek Safar <marek.safar at seznam.cz>
2004-09-11 Marek Safar <marek.safar at seznam.cz>
2004-09-11 Marek Safar <marek.safar at seznam.cz>
2004-09-11 Marek Safar <marek.safar at seznam.cz>
refresh
2004-09-12 Marek Safar <marek.safar at seznam.cz>
refresh
2004-09-12 Marek Safar <marek.safar at seznam.cz>
2004-09-12 Marek Safar <marek.safar at seznam.cz>
Improved test
Was wrong condition
2004-09-13 Marek Safar <marek.safar at seznam.cz>
2004-09-13 Marek Safar <marek.safar at seznam.cz>
new test
2004-09-14 Marek Safar <marek.safar at seznam.cz>
2004-09-14 Marek Safar <marek.safar at seznam.cz>
removed genericparser.cs
2004-09-14 Marek Safar <marek.safar at seznam.cz>
2004-09-14 Marek Safar <marek.safar at seznam.cz>
Fixed test
2004-09-14 Marek Safar <marek.safar at seznam.cz>
new test for bug #65238
2004-09-14 Marek Safar <marek.safar at seznam.cz>
2004-09-14 Marek Safar <marek.safar at seznam.cz>
2004-09-15 Marek Safar <marek.safar at seznam.cz>
2004-09-15 Marek Safar <marek.safar at seznam.cz>
update
2004-09-15 Marek Safar <marek.safar at seznam.cz>
new test + update
2004-09-15 Marek Safar <marek.safar at seznam.cz>
2004-09-15 Marek Safar <marek.safar at seznam.cz>
2004-09-15 Marek Safar <marek.safar at seznam.cz>
2004-09-16 Marek Safar <marek.safar at seznam.cz>
update
2004-09-16 Marek Safar <marek.safar at seznam.cz>
update
2004-09-16 Marek Safar <marek.safar at seznam.cz>
update
2004-09-17 Marek Safar <marek.safar at seznam.cz>
2004-09-18 Marek Safar <marek.safar at seznam.cz>
oups, private -> protected
2004-09-22 Marek Safar <marek.safar at seznam.cz>
2004-09-22 Marek Safar <marek.safar at seznam.cz>
update
2004-09-22 Marek Safar <marek.safar at seznam.cz>
update
update
2004-09-23 Marek Safar <marek.safar at seznam.cz>
update
new test
new test
2004-09-23 Marek Safar <marek.safar at seznam.cz>
warning cleanup
2004-09-23 Marek Safar <marek.safar at seznam.cz>
new test
2004-09-23 Marek Safar <marek.safar at seznam.cz>
2004-09-24 Marek Safar <marek.safar at seznam.cz>
WarningLevel = 2
2004-10-02 Marek Safar <marek.safar at seznam.cz>
2004-10-03 Marek Safar <marek.safar at seznam.cz>
2004-10-03 Marek Safar <marek.safar at seznam.cz>
patch by John Luke
refresh
2004-10-20 Marek Safar <marek.safar at seznam.cz>
new test
update
2004-10-24 Marek Safar <marek.safar at seznam.cz>
2004-10-24 Marek Safar <marek.safar at seznam.cz>
2004-10-24 Marek Safar <marek.safar at seznam.cz>
refresh
2004-10-27 Marek Safar <marek.safar at seznam.cz>
new error tests
2004-10-31 Marek Safar <marek.safar at seznam.cz>
2004-10-31 Marek Safar <marek.safar at seznam.cz>
new tests
2004-10-31 Marek Safar <marek.safar at seznam.cz>
refresh
missing /unsafe
useless
2004-10-31 Marek Safar <marek.safar at seznam.cz>
2004-10-31 Marek Safar <marek.safar at seznam.cz>
2004-10-31 Marek Safar <marek.safar at seznam.cz>
2004-11-01 Marek Safar <marek.safar at seznam.cz>
2004-11-01 Marek Safar <marek.safar at seznam.cz>
2004-11-06 Marek Safar <marek.safar at seznam.cz>
missing unsafe
refresh
2004-11-18 Marek Safar <marek.safar at seznam.cz>
2004-11-18 Marek Safar <marek.safar at seznam.cz>
2004-11-18 Marek Safar <marek.safar at seznam.cz>
2004-11-18 Marek Safar <marek.safar at seznam.cz>
2004-11-19 Marek Safar <marek.safar at seznam.cz>
renamed
new test
update
update2004-11-19 Marek Safar <marek.safar at seznam.cz>
new test
2004-11-22 Marek Safar <marek.safar at seznam.cz>
new test
2004-11-22 Marek Safar <marek.safar at seznam.cz>
new test
2004-11-23 Marek Safar <marek.safar at seznam.cz>
2004-11-23 Marek Safar <marek.safar at seznam.cz>
removed unused variables
2004-11-23 Marek Safar <marek.safar at seznam.cz>
update
2004-11-24 Marek Safar <marek.safar at seznam.cz>
improved test
2004-11-24 Marek Safar <marek.safar at seznam.cz>
removed unused variables
removed unused variables
removed unused variables
2004-11-25 Marek Safar <marek.safar at seznam.cz>
2004-11-25 Marek Safar <marek.safar at seznam.cz>
removed unused variables
removed unused variables
removed unused variables
removed unused variables
removed unused variables
removed unused variable
new tests
2004-11-29 Marek Safar <marek.safar at seznam.cz>
2004-11-29 Marek Safar <marek.safar at seznam.cz>
Test improvement
2004-11-29 Marek Safar <marek.safar at seznam.cz>
Improved test
removed unused variable
removed unused variable
2004-11-29 Marek Safar <marek.safar at seznam.cz>
2004-11-30 Marek Safar <marek.safar at seznam.cz>
2004-12-01 Marek Safar <marek.safar at seznam.cz>
svn path=/trunk/mcs/; revision=36894
2004-12-01 Marek Safar <marek.safar at seznam.cz>
2004-12-02 Marek Safar <marek.safar at seznam.cz>
2004-12-02 Marek Safar <marek.safar at seznam.cz>
2004-12-02 Marek Safar <marek.safar at seznam.cz>
2004-12-03 Marek Safar <marek.safar at seznam.cz>
Improved tests
new test file
2004-12-03 Marek Safar <marek.safar at seznam.cz>
2004-12-03 Marek Safar <marek.safar at seznam.cz>
2004-12-06 Marek Safar <marek.safar at seznam.cz>
Oups wrong warning level
2004-12-07 Marek Safar <marek.safar at seznam.cz>
update after -doc support
reformating
wrong error number
2004-12-08 Marek Safar <marek.safar at seznam.cz>
my atttack on errors
2004-12-09 Marek Safar <marek.safar at seznam.cz>
2004-12-09 Marek Safar <marek.safar at seznam.cz>
2004-12-09 Marek Safar <marek.safar at seznam.cz>
it was not error
renamed to be consistent
wrong test
renamed to be consistent
2004-12-10 Marek Safar <marek.safar at seznam.cz>
refresh
2004-12-13 Marek Safar <marek.safar at seznam.cz>
updated CSharp.Debugger location
2004-12-14 Marek Safar <marek.safar at seznam.cz>
2004-12-14 Marek Safar <marek.safar at seznam.cz>
2004-12-14 Marek Safar <marek.safar at seznam.cz>
Copied remotely
2004-12-15 Marek Safar <marek.safar at seznam.cz>
new tests + refresh
2004-12-16 Marek Safar <marek.safar at seznam.cz>
2004-12-17 Marek Safar <marek.safar at seznam.cz>
2004-12-17 Marek Safar <marek.safar at seznam.cz>
2005-01-06 Marek Safar <marek.safar at seznam.cz>
2005-01-06 Marek Safar <marek.safar at seznam.cz>
2005-01-07 Marek Safar <marek.safar at seznam.cz>
2005-01-07 Marek Safar <marek.safar at seznam.cz>
2005-01-10 Marek Safar <marek.safar at seznam.cz>
2005-01-10 Marek Safar <marek.safar at seznam.cz>
2005-01-10 Marek Safar <marek.safar at seznam.cz>
2005-01-10 Marek Safar <marek.safar at seznam.cz>
2005-01-12 Marek Safar <marek.safar at seznam.cz>
removed (wrong TC)
2005-01-12 Marek Safar <marek.safar at seznam.cz>
2005-01-24 Marek Safar <marek.safar at seznam.cz>
2005-01-24 Marek Safar <marek.safar at seznam.cz>
2005-01-25 Marek Safar <marek.safar at seznam.cz>
add more tests
2005-01-25 Marek Safar <marek.safar at seznam.cz>
2005-01-26 Marek Safar <marek.safar at seznam.cz>
2005-01-25 Marek Safar <marek.safar at seznam.cz>
2005-01-27 Marek Safar <marek.safar at seznam.cz>
2005-01-27 Marek Safar <marek.safar at seznam.cz>
2005-02-10 Marek Safar <marek.safar at seznam.cz>
2005-02-10 Marek Safar <marek.safar at seznam.cz>
2005-02-10 Marek Safar <marek.safar at seznam.cz>
2005-02-10 Marek Safar <marek.safar at seznam.cz>
2005-02-11 Marek Safar <marek.safar at seznam.cz>
2005-02-11 Marek Safar <marek.safar at seznam.cz>
2005-02-11 Marek Safar <marek.safar at seznam.cz>
fixed wrong logic
2005-02-12 Marek Safar <marek.safar at seznam.cz>
2005-02-12 Marek Safar <marek.safar at seznam.cz>
2005-02-14 Marek Safar <marek.safar at seznam.cz>
2005-02-16 Marek Safar <marek.safar at seznam.cz>
2005-02-16 Marek Safar <marek.safar at seznam.cz>
2005-02-17 Marek Safar <marek.safar at seznam.cz>
2005-02-18 Marek Safar <marek.safar at seznam.cz>
2005-02-18 Marek Safar <marek.safar at seznam.cz>
2005-02-21 Marek Safar <marek.safar at seznam.cz>
wrong error code
2005-02-21 Marek Safar <marek.safar at seznam.cz>
updated fixed
add new test
disable CS0217 for moment
2005-02-22 Marek Safar <marek.safar at seznam.cz>
update
2005-02-23 Marek Safar <marek.safar at seznam.cz>
add new test
oups forget to delete
2005-02-25 Marek Safar <marek.safar at seznam.cz>
2005-02-28 Marek Safar <marek.safar at seznam.cz>
2005-02-28 Marek Safar <marek.safar at seznam.cz>
more tests + updated fixed
2005-02-28 Marek Safar <marek.safar at seznam.cz>
2005-03-01 Marek Safar <marek.safar at seznam.cz>
2005-03-01 Marek Safar <marek.safar at seznam.cz>
2005-03-01 Marek Safar <marek.safar at seznam.cz>
2005-03-02 Marek Safar <marek.safar at seznam.cz>
2005-03-03 Marek Safar <marek.safar at seznam.cz>
2005-03-04 Marek Safar <marek.safar at seznam.cz>
more tests + update
2005-03-07 Marek Safar <marek.safar at seznam.cz>
fixed warning level
error text should be 1 row only
2005-03-08 Marek Safar <marek.safar at seznam.cz>
2005-03-08 Marek Safar <marek.safar at seznam.cz>
fixed wrong errors
2005-03-09 Marek Safar <marek.safar at seznam.cz>
2005-03-10 Marek Safar <marek.safar at seznam.cz>
2005-03-10 Marek Safar <marek.safar at seznam.cz>
2005-03-11 Marek Safar <marek.safar at seznam.cz>
2005-03-11 Marek Safar <marek.safar at seznam.cz>
update
rewrote error-* to fit standard pattern
2005-03-15 Marek Safar <marek.safar at seznam.cz>
2005-03-15 Marek Safar <marek.safar at seznam.cz>
New tests + updated wrong (need to flush before it become chaotic)
2005-03-16 Marek Safar <marek.safar at seznam.cz>
2005-03-16 Marek Safar <marek.safar at seznam.cz>
2005-03-18 Marek Safar <marek.safar at seznam.cz>
new tests
2005-03-21 Marek Safar <marek.safar at seznam.cz>
new tests
2005-03-22 Marek Safar <marek.safar at seznam.cz>
new error tests
2005-03-30 Marek Safar <marek.safar at seznam.cz>
new 2.0 test
2005-03-30 Marek Safar <marek.safar at seznam.cz>
2005-03-31 Marek Safar <marek.safar at seznam.cz>
2005-04-01 Marek Safar <marek.safar at seznam.cz>
2005-04-04 Marek Safar <marek.safar at seznam.cz>
2005-04-04 Marek Safar <marek.safar at seznam.cz>
2005-04-06 Marek Safar <marek.safar at seznam.cz>
2005-04-07 Marek Safar <marek.safar at seznam.cz>
new tests
2005-04-08 Marek Safar <marek.safar at seznam.cz>
new error tests
2005-04-11 Marek Safar <marek.safar at seznam.cz>
refresh after mcs update
2005-04-11 Marek Safar <marek.safar at seznam.cz>
2005-04-13 Marek Safar <marek.safar at seznam.cz>
2005-04-13 Marek Safar <marek.safar at seznam.cz>
2005-04-13 Marek Safar <marek.safar at seznam.cz>
new test
Fixed test
2005-04-18 Marek Safar <marek.safar at seznam.cz>
Update after #74565
2005-04-19 Marek Safar <marek.safar at seznam.cz>
2005-04-20 Marek Safar <marek.safar at seznam.cz>
new tests + update
2005-04-22 Marek Safar <marek.safar at seznam.cz>
2005-04-26 Marek Safar <marek.safar at seznam.cz>
new tests + update
2005-04-26 Marek Safar <marek.safar at seznam.cz>
2005-04-27 Marek Safar <marek.safar at seznam.cz>
2005-04-27 Marek Safar <marek.safar at seznam.cz>
2005-05-03 Marek Safar <marek.safar at seznam.cz>
2005-05-06 Marek Safar <marek.safar at seznam.cz>
new tests
2005-05-06 Marek Safar <marek.safar at seznam.cz>
2005-05-09 Marek Safar <marek.safar at seznam.cz>
2005-05-09 Marek Safar <marek.safar at seznam.cz>
2005-05-09 Marek Safar <marek.safar at seznam.cz>
new test
2005-05-09 Marek Safar <marek.safar at seznam.cz>
2005-05-10 Marek Safar <marek.safar at seznam.cz>
new tests
2005-05-11 Marek Safar <marek.safar at seznam.cz>
new test
renamed
2005-05-13 Marek Safar <marek.safar at seznam.cz>
new tests
2005-05-17 Marek Safar <marek.safar at seznam.cz>
update
2005-05-18 Marek Safar <marek.safar at seznam.cz>
2005-05-18 Marek Safar <marek.safar at seznam.cz>
2005-05-19 Marek Safar <marek.safar at seznam.cz>
2005-06-01 Marek Safar <marek.safar at seznam.cz>
2005-06-06 Marek Safar <marek.safar at seznam.cz>
2005-06-06 Marek Safar <marek.safar at seznam.cz>
2005-06-06 Marek Safar <marek.safar at seznam.cz>
2005-06-06 Marek Safar <marek.safar at seznam.cz>
removed
2005-06-09 Marek Safar <marek.safar at seznam.cz>
2005-06-13 Marek Safar <marek.safar at seznam.cz>
Updated to be more consistent
merged from mcs
Switch to compiler-tester
Removed file/folder
2005-06-27 Marek Safar <marek.safar at seznam.cz>
Fixed to pass after MS fix
error messages review
2005-06-29 Marek Safar <marek.safar at seznam.cz>
2005-06-30 Marek Safar <marek.safar at seznam.cz>
2005-06-30 Marek Safar <marek.safar at seznam.cz>
2005-07-05 Marek Safar <marek.safar at seznam.cz>
2005-07-06 Marek Safar <marek.safar at seznam.cz>
new tests
2005-07-07 Marek Safar <marek.safar at seznam.cz>
2005-07-08 Marek Safar <marek.safar at seznam.cz>
new test
2005-07-11 Marek Safar <marek.safar at seznam.cz>
2005-07-11 Marek Safar <marek.safar at seznam.cz>
2005-07-11 Marek Safar <marek.safar at seznam.cz>
2005-07-14 Marek Safar <marek.safar at seznam.cz>
new tests + update
2005-07-15 Marek Safar <marek.safar at seznam.cz>
new test
2005-07-18 Marek Safar <marek.safar at seznam.cz>
new test + update
2005-07-20 Marek Safar <marek.safar at seznam.cz>
new test
2005-07-21 Marek Safar <marek.safar at seznam.cz>
new test
2005-07-22 Marek Safar <marek.safar at seznam.cz>
new test
2005-07-25 Marek Safar <marek.safar at seznam.cz>
new tests
2005-07-25 Marek Safar <marek.safar at seznam.cz>
2005-07-25 Marek Safar <marek.safar at seznam.cz>
2005-07-25 Marek Safar <marek.safar at seznam.cz>
2.0 test only
2005-07-25 Marek Safar <marek.safar at seznam.cz>
2005-07-26 Marek Safar <marek.safar at seznam.cz>
2005-07-28 Marek Safar <marek.safar at seznam.cz>
2005-07-28 Marek Safar <marek.safar at seznam.cz>
2005-07-29 Marek Safar <marek.safar at seznam.cz>
2005-08-01 Marek Safar <marek.safar at seznam.cz>
2005-08-01 Marek Safar <marek.safar at seznam.cz>
2005-08-02 Marek Safar <marek.safar at seznam.cz>
2005-08-16 Marek Safar <marek.safar at seznam.cz>
2005-08-17 Marek Safar <marek.safar at seznam.cz>
2005-08-24 Marek Safar <marek.safar at seznam.cz>
2005-08-24 Marek Safar <marek.safar at seznam.cz>
new tests + error syntax fixes
2005-08-24 Marek Safar <marek.safar at seznam.cz>
2005-06-24 Marek Safar <marek.safar at seznam.cz>
one more hint
2005-08-24 Marek Safar <marek.safar at seznam.cz>
2005-08-25 Marek Safar <marek.safar at seznam.cz>
2005-08-25 Marek Safar <marek.safar at seznam.cz>
fixed test syntax
2005-09-16 Marek Safar <marek.safar at seznam.cz>
2005-09-16 Marek Safar <marek.safar at seznam.cz>
2005-09-19 Marek Safar <marek.safar at seznam.cz>
new tests + fixes
update
2005-09-19 Marek Safar <marek.safar at seznam.cz>
2005-09-21 Marek Safar <marek.safar at seznam.cz>
update
new tests
2005-09-26 Marek Safar <marek.safar at seznam.cz>
2005-09-26 Marek Safar <marek.safar at seznam.cz>
2005-09-26 Marek Safar <marek.safar at seznam.cz>
2005-09-27 Marek Safar <marek.safar at seznam.cz>
new tests + update
2005-09-27 Marek Safar <marek.safar at seznam.cz>
2005-09-27 Marek Safar <marek.safar at seznam.cz>
new test
2005-09-28 Marek Safar <marek.safar at seznam.cz>
2005-09-28 Marek Safar <marek.safar at seznam.cz>
fixed test
fixed test
2005-10-03 Marek Safar <marek.safar at seznam.cz>
2005-10-03 Marek Safar <marek.safar at seznam.cz>
new tests
2005-10-05 Marek Safar <marek.safar at seznam.cz>
update
2005-10-06 Marek Safar <marek.safar at seznam.cz>
2005-10-06 Marek Safar <marek.safar at seznam.cz>
2005-10-11 Marek Safar <marek.safar at seznam.cz>
2005-10-11 Marek Safar <marek.safar at seznam.cz>
new test
Fixed Miguel's regression.
2005-10-17 Marek Safar <marek.safar at seznam.cz>
new tests
2005-10-17 Marek Safar <marek.safar at seznam.cz>
update
2005-10-18 Marek Safar <marek.safar at seznam.cz>
update
2005-10-18 Marek Safar <marek.safar at seznam.cz>
2005-10-23 Marek Safar <marek.safar at seznam.cz>
fixed test
2005-10-23 Marek Safar <marek.safar at seznam.cz>
2005-10-23 Marek Safar <marek.safar at seznam.cz>
2005-10-23 Marek Safar <marek.safar at seznam.cz>
new test
2005-10-23 Marek Safar <marek.safar at seznam.cz>
new test
2005-10-26 Marek Safar <marek.safar at seznam.cz>
2005-10-27 Marek Safar <marek.safar at seznam.cz>
2005-10-27 Marek Safar <marek.safar at seznam.cz>
new tests
2005-10-28 Marek Safar <marek.safar at seznam.cz>
2005-10-28 Marek Safar <marek.safar at seznam.cz>
2005-10-29 Marek Safar <marek.safar at seznam.cz>
2005-10-29 Marek Safar <marek.safar at seznam.cz>
message fix
2005-11-01 Marek Safar <marek.safar at seznam.cz>
new test case
new tests
fixed text
2005-11-03 Marek Safar <marek.safar at seznam.cz>
new test
2005-11-03 Marek Safar <marek.safar at seznam.cz>
more test cases
2005-11-04 Marek Safar <marek.safar at seznam.cz>
new test case
2005-11-07 Marek Safar <marek.safar at seznam.cz>
new tests
2005-11-07 Marek Safar <marek.safar at seznam.cz>
2005-11-07 Marek Safar <marek.safar at seznam.cz>
2005-11-07 Marek Safar <marek.safar at seznam.cz>
update
2005-11-08 Marek Safar <marek.safar at seznam.cz>
New test.
2005-11-10 Marek Safar <marek.safar at seznam.cz>
oups, wrong merge
2005-11-10 Marek Safar <marek.safar at seznam.cz>
New test
2005-11-10 Marek Safar <marek.safar at seznam.cz>
2005-11-11 Marek Safar <marek.safar at seznam.cz>
2005-11-11 Marek Safar <marek.safar at seznam.cz>
2005-11-11 Marek Safar <marek.safar at seznam.cz>
Update
2005-11-11 Marek Safar <marek.safar at seznam.cz>
2005-11-11 Marek Safar <marek.safar at seznam.cz>
new test.
2005-11-14 Marek Safar <marek.safar at seznam.cz>
2005-11-18 Marek Safar <marek.safar at seznam.cz>
2005-11-21 Marek Safar <marek.safar at seznam.cz>
2005-11-22 Marek Safar <marek.safar at seznam.cz>
new test
new tests.
2005-11-30 Marek Safar <marek.safar at seznam.cz>
new test
Fixed.
2005-12-01 Marek Safar <marek.safar at seznam.cz>
New test.
2005-12-01 Marek Safar <marek.safar at seznam.cz>
more tests.
2005-12-02 Marek Safar <marek.safar at seznam.cz>
more tests.
Fixed tests.
2005-12-05 Marek Safar <marek.safar at seznam.cz>
More tests + update.
2005-12-05 Marek Safar <marek.safar at seznam.cz>
2005-12-05 Marek Safar <marek.safar at seznam.cz>
2005-12-05 Marek Safar <marek.safar at seznam.cz>
More tests.
2005-12-13 Marek Safar <marek.safar at seznam.cz>
New test.
2005-12-22 Marek Safar <marek.safar at seznam.cz>
More tests.
2006-02-06 Marek Safar <marek.safar at seznam.cz>
2006-02-11 Marek Safar <marek.safar at seznam.cz>
Update of ignored tests.
Add one more enum test.
2006-02-11 Marek Safar <marek.safar at seznam.cz>
2006-02-11 Marek Safar <marek.safar at seznam.cz>
Forget to update
Fixed bug number of my last commit
2006-02-21 Marek Safar <marek.safar at seznam.cz>
2006-02-21 Marek Safar <marek.safar at seznam.cz>
It is not yet the right time to fix this bug.
Add one more test case.
2006-02-22 Marek Safar <marek.safar at seznam.cz>
Updated after recent mcs changes
2006-02-22 Marek Safar <marek.safar at seznam.cz>
New test file
006-02-25 Marek Safar <marek.safar at seznam.cz>
2006-02-25 Marek Safar <marek.safar at seznam.cz>
New tests for partial classes.
12 new error tests.
2006-02-25 Marek Safar <marek.safar at seznam.cz>
updated
Add params delegate test.
2006-02-27 Marek Safar <marek.safar at seznam.cz>
2006-02-27 Marek Safar <marek.safar at seznam.cz>
6 new tests.
2006-03-03 Marek Safar <marek.safar at seznam.cz>
New test.
2006-03-04 Marek Safar <marek.safar at seznam.cz>
2006-03-04 Marek Safar <marek.safar at seznam.cz>
2006-03-09 Marek Safar <marek.safar at seznam.cz>
new test case
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
manually synchronized with 56802
2006-03-13 Marek Safar <marek.safar at seznam.cz>
manually synchronized with 56802
2006-03-15 Marek Safar <marek.safar at seznam.cz>
2006-03-15 Marek Safar <marek.safar at seznam.cz>
2006-03-17 Marek Safar <marek.safar at seznam.cz>
2006-03-18 Marek Safar <marek.safar at seznam.cz>
2006-03-18 Marek Safar <marek.safar at seznam.cz>
2006-03-18 Marek Safar <marek.safar at seznam.cz>
2006-03-18 Marek Safar <marek.safar at seznam.cz>
2006-03-19 Marek Safar <marek.safar at seznam.cz>
manually synchronized with 56802
New test.
manually synchronized with 56802
2006-03-20 Marek Safar <marek.safar at seznam.cz>
2006-03-20 Marek Safar <marek.safar at seznam.cz>
manually synchronized with 56802
2006-03-21 Marek Safar <marek.safar at seznam.cz>
2006-03-21 Marek Safar <marek.safar at seznam.cz>
updated
manually synchronized with 56802
**** Merged r56802 from MCS ****
2006-03-22 Marek Safar <marek.safar at seznam.cz>
2006-03-23 Marek Safar <marek.safar at seznam.cz>
2006-03-25 Marek Safar <marek.safar at seznam.cz>
Updated
updated
2006-03-26 Marek Safar <marek.safar at seznam.cz>
2006-03-26 Marek Safar <marek.safar at seznam.cz>
2006-03-26 Marek Safar <marek.safar at seznam.cz>
Fixed tests.
Removed unused variable from previous commit.
2006-03-26 Marek Safar <marek.safar at seznam.cz>
2006-03-26 Marek Safar <marek.safar at seznam.cz>
2006-03-27 Marek Safar <marek.safar at seznam.cz>
2006-03-27 Marek Safar <marek.safar at seznam.cz>
2006-03-27 Marek Safar <marek.safar at seznam.cz>
2006-03-28 Marek Safar <marek.safar at seznam.cz>
2006-03-28 Marek Safar <marek.safar at seznam.cz>
2006-03-28 Marek Safar <marek.safar at seznam.cz>
2006-03-31 Marek Safar <marek.safar at seznam.cz>
2006-04-01 Marek Safar <marek.safar at seznam.cz>
2006-04-01 Marek Safar <marek.safar at seznam.cz>
2006-04-04 Marek Safar <marek.safar at seznam.cz>
2006-04-06 Marek Safar <marek.safar at seznam.cz>
2006-04-06 Marek Safar <marek.safar at seznam.cz>
2006-04-07 Marek Safar <marek.safar at seznam.cz>
2006-04-07 Marek Safar <marek.safar at seznam.cz>
2006-04-08 Marek Safar <marek.safar at seznam.cz>
Better test case.
2006-04-09 Marek Safar <marek.safar at seznam.cz>
2006-04-09 Marek Safar <marek.safar at seznam.cz>
2006-04-09 Marek Safar <marek.safar at seznam.cz>
2006-04-09 Marek Safar <marek.safar at seznam.cz>
2006-04-23 Marek Safar <marek.safar at seznam.cz>
2006-04-26 Marek Safar <marek.safar at seznam.cz>
2006-04-28 Marek Safar <marek.safar at seznam.cz>
2006-04-30 Marek Safar <marek.safar at seznam.cz>
2006-04-30 Marek Safar <marek.safar at seznam.cz>
2006-05-01 Marek Safar <marek.safar at seznam.cz>
2006-05-03 Marek Safar <marek.safar at seznam.cz>
2006-05-03 Marek Safar <marek.safar at seznam.cz>
2006-05-04 Marek Safar <marek.safar at seznam.cz>
Add more tests
2006-05-04 Marek Safar <marek.safar at seznam.cz>
2006-05-06 Marek Safar <marek.safar at seznam.cz>
2006-05-06 Marek Safar <marek.safar at seznam.cz>
2006-05-07 Marek Safar <marek.safar at seznam.cz>
2006-05-07 Marek Safar <marek.safar at seznam.cz>
2006-05-07 Marek Safar <marek.safar at seznam.cz>
2006-05-09 Marek Safar <marek.safar at seznam.cz>
2006-05-14 Marek Safar <marek.safar at seznam.cz>
2006-06-04 Marek Safar <marek.safar at seznam.cz>
2006-06-18 Marek Safar <marek.safar at seznam.cz>
2006-06-24 Marek Safar <marek.safar at seznam.cz>
2006-06-24 Marek Safar <marek.safar at seznam.cz>
Add VS2k5 project files
2006-06-25 Marek Safar <marek.safar at seznam.cz>
2006-07-01 Marek Safar <marek.safar at seznam.cz>
2006-07-08 Marek Safar <marek.safar at seznam.cz>
2006-07-08 Marek Safar <marek.safar at seznam.cz>
new test
2006-07-15 Marek Safar <marek.safar at seznam.cz>
2006-07-15 Marek Safar <marek.safar at seznam.cz>
2006-07-16 Marek Safar <marek.safar at seznam.cz>
Print more meaningful message
updated
2006-07-29 Marek Safar <marek.safar at seznam.cz>
Updated
New tests
2006-08-05 Marek Safar <marek.safar at seznam.cz>
Fixed.
2006-08-06 Marek Safar <marek.safar at seznam.cz>
Add more tests.
2006-08-09 Marek Safar <marek.safar at seznam.cz>
2006-08-12 Marek Safar <marek.safar at seznam.cz>
2006-08-12 Marek Safar <marek.safar at seznam.cz>
2006-08-13 Marek Safar <marek.safar at seznam.cz>
2006-08-15 Marek Safar <marek.safar at seznam.cz>
2006-09-07 Marek Safar <marek.safar at seznam.cz>
2006-09-08 Marek Safar <marek.safar at seznam.cz>
New tests.
2006-09-08 Marek Safar <marek.safar at seznam.cz>
2006-09-14 Marek Safar <marek.safar at seznam.cz>
New tests.
2006-09-15 Marek Safar <marek.safar at seznam.cz>
New tests.
2006-09-16 Marek Safar <marek.safar at seznam.cz>
New tests.
Add generics.cs
2006-09-21 Marek Safar <marek.safar at seznam.cz>
New tests.
New tests.
2006-09-23 Marek Safar <marek.safar at seznam.cz>
New tests.
Updated.
Warnings.
2006-09-24 Marek Safar <marek.safar at seznam.cz>
New tests, update.
Add extra test.
New test based on #77754
2006-09-24 Marek Safar <marek.safar at seznam.cz>
New tests.
2006-09-24 Marek Safar <marek.safar at seznam.cz>
New tests.
Updated.
2006-09-26 Marek Safar <marek.safar at seznam.cz>
2006-09-27 Marek Safar <marek.safar at seznam.cz>
2006-09-27 Marek Safar <marek.safar at seznam.cz>
New tests.
Extended test syntax.
Changed to report single error.
Warnings.
Updated.
Updated.
2006-09-28 Marek Safar <marek.safar at seznam.cz>
Updated.
2006-09-28 Marek Safar <marek.safar at seznam.cz>
Updated.
2006-10-06 Marek Safar <marek.safar at seznam.cz>
New tests.
Updated.
2006-10-06 Marek Safar <marek.safar at seznam.cz>
2006-10-06 Marek Safar <marek.safar at seznam.cz>
Fixed, please update your compiler-tester.
2006-10-08 Marek Safar <marek.safar at seznam.cz>
2006-10-09 Marek Safar <marek.safar at seznam.cz>
New test + update.
2006-10-23 Marek Safar <marek.safar at seznam.cz>
New tests.
2006-10-23 Marek Safar <marek.safar at seznam.cz>
New test.
2006-10-24 Marek Safar <marek.safar at seznam.cz>
2006-10-26 Marek Safar <marek.safar at gmail.com>
New test.
2006-10-26 Marek Safar <marek.safar at seznam.cz>
2006-10-26 Marek Safar <marek.safar at gmail.com>
New test.
2006-10-27 Marek Safar <marek.safar at gmail.com>
2006-10-27 Marek Safar <marek.safar at gmail.com>
Update & new tests.
Obsolete
2006-10-28 Marek Safar <marek.safar at gmail.com>
New test & update.
2006-10-28 Marek Safar <marek.safar at gmail.com>
New test.
New test, based on #79637
2006-10-29 Marek Safar <marek.safar at gmail.com>
New test.
2006-10-31 Marek Safar <marek.safar at gmail.com>
New test.
2006-11-02 Marek Safar <marek.safar at gmail.com>
New test.
2006-11-07 Marek Safar <marek.safar at gmail.com>
Add new test case.
2006-11-09 Marek Safar <marek.safar at gmail.com>
2006-11-10 Marek Safar <marek.safar at gmail.com>
2006-11-17 Marek Safar <marek.safar at gmail.com>
Add new tests.
2006-11-18 Marek Safar <marek.safar at gmail.com>
2006-11-18 Marek Safar <marek.safar at gmail.com>
New tests.
2006-11-20 Marek Safar <marek.safar at gmail.com>
Temporary disabled CS0267 (need to find better parser hack)
2006-11-21 Marek Safar <marek.safar at gmail.com>
2006-11-21 Marek Safar <marek.safar at gmail.com>
Updated
2006-11-22 Marek Safar <marek.safar at gmail.com>
Update
Add new test.
2006-11-30 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
New test.
Reverted.
Reverted
Reverted
2006-11-30 Marek Safar <marek.safar at gmail.com>
One more test case.
Updated
Correctly reapplied my last changes
Correctly reapplied my last changes
2006-12-01 Marek Safar <marek.safar at gmail.com>
New test.
2006-12-06 Marek Safar <marek.safar at gmail.com>
New tests.
2006-12-06 Marek Safar <marek.safar at gmail.com>
New tests.
2006-12-07 Marek Safar <marek.safar at gmail.com>
2006-12-09 Marek Safar <marek.safar at gmail.com>
Reverted accidentally checked-in file.
New tests.
2006-12-10 Marek Safar <marek.safar at gmail.com>
New tests + update.
New tests.
2006-12-11 Marek Safar <marek.safar at gmail.com>
New test.
2006-12-12 Marek Safar <marek.safar at gmail.com>
New test.
2006-12-12 Marek Safar <marek.safar at gmail.com>
New tests.
2006-12-12 Marek Safar <marek.safar at gmail.com>
New test.
2006-12-14 Marek Safar <marek.safar at gmail.com>
2006-12-16 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2006-12-17 Marek Safar <marek.safar at gmail.com>
Test for #79934
2006-12-18 Marek Safar <marek.safar at gmail.com>
New test based on #80300
2006-12-18 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2006-12-19 Marek Safar <marek.safar at gmail.com>
2006-12-20 Marek Safar <marek.safar at gmail.com>
New test based on #80288
2006-12-29 Marek Safar <marek.safar at gmail.com>
2006-12-30 Marek Safar <marek.safar at gmail.com>
2006-12-30 Marek Safar <marek.safar at gmail.com>
2006-12-30 Marek Safar <marek.safar at gmail.com>
2006-12-30 Marek Safar <marek.safar at gmail.com>
2006-12-30 Marek Safar <marek.safar at gmail.com>
New tests.
Put back test, which Miguel overwrote (was test-542)
2007-01-02 Marek Safar <marek.safar at gmail.com>
New test based on #80381
New tests.
2007-01-02 Marek Safar <marek.safar at gmail.com>
New tests.
2007-01-14 Marek Safar <marek.safar at gmail.com>
New tests based on bug #80368
New tests.
2007-01-16 Marek Safar <marek.safar at gmail.com>
New test.
2007-01-17 Marek Safar <marek.safar at gmail.com>
New tests based on #80522
2007-01-20 Marek Safar <marek.safar at gmail.com>
New test.
2007-01-25 Marek Safar <marek.safar at gmail.com>
New tests and updates.
bug #80646
Moved from olive repository
2007-02-02 Marek Safar <marek.safar at gmail.com>
2007-02-04 Marek Safar <marek.safar at gmail.com>
2007-02-04 Marek Safar <marek.safar at gmail.com>
2007-02-05 Marek Safar <marek.safar at gmail.com>
set native eol style
2007-02-05 Marek Safar <marek.safar at gmail.com>
2007-02-06 Marek Safar <marek.safar at gmail.com>
Test based on bug #80676
2007-02-06 Marek Safar <marek.safar at gmail.com>
Delegate Invoke method can be called directly.
New test.
2007-02-06 Marek Safar <marek.safar at gmail.com>
New test.
2007-02-07 Marek Safar <marek.safar at gmail.com>
New tests.
Oups, forget to save
2007-02-08 Marek Safar <marek.safar at gmail.com>
New test based on #80755
2007-02-09 Marek Safar <marek.safar at gmail.com>
New test.
2007-02-09 Marek Safar <marek.safar at gmail.com>
Test based on #80315
2007-02-12 Marek Safar <marek.safar at gmail.com>
test based on #80749
Forget to commit.
2007-02-12 Marek Safar <marek.safar at gmail.com>
New test.
2007-02-13 Marek Safar <marek.safar at gmail.com>
Update.
2007-02-13 Marek Safar <marek.safar at gmail.com>
2007-02-13 Marek Safar <marek.safar at gmail.com>
Test based on #80749
2007-02-13 Marek Safar <marek.safar at gmail.com>
Test based on #80418
2007-02-14 Marek Safar <marek.safar at gmail.com>
Test based on #80493
2007-02-15 Marek Safar <marek.safar at gmail.com>
Extension method tests.
New tests.
2007-02-16 Marek Safar <marek.safar at gmail.com>
2007-02-16 Marek Safar <marek.safar at gmail.com>
Removed warnings.
2007-02-17 Marek Safar <marek.safar at gmail.com>
Test based on bug #80408
Fixed test.
2007-02-18 Marek Safar <marek.safar at gmail.com>
New test.
2007-02-18 Marek Safar <marek.safar at gmail.com>
New tests.
2007-02-18 Marek Safar <marek.safar at gmail.com>
New test based on #78712
2007-02-20 Marek Safar <marek.safar at gmail.com>
2007-02-20 Marek Safar <marek.safar at gmail.com>
New test based on #80650
2007-02-20 Marek Safar <marek.safar at gmail.com>
Add lambda.cs
2007-02-22 Marek Safar <marek.safar at gmail.com>
New test.
2007-02-22 Marek Safar <marek.safar at gmail.com>
New test.
GetGenericArguments is gmcs specific
2007-02-23 Marek Safar <marek.safar at gmail.com>
New test based on #80878
2007-02-24 Marek Safar <marek.safar at gmail.com>
New test based on bug #80407
New test (bug #79589)
2007-02-25 Marek Safar <marek.safar at gmail.com>
2007-02-25 Marek Safar <marek.safar at gmail.com>
New test and updates.
New test (bug #80455)
2007-02-26 Marek Safar <marek.safar at gmail.com>
Add more tests.
2007-03-03 Marek Safar <marek.safar at gmail.com>
2007-03-03 Marek Safar <marek.safar at gmail.com>
Updated
New test (fails)
Test for a bug which Martin fixed and forget to commit the test for it.
2007-03-10 Marek Safar <marek.safar at gmail.com>
2007-03-10 Marek Safar <marek.safar at gmail.com>
2007-03-11 Marek Safar <marek.safar at gmail.com>
2007-03-14 Marek Safar <marek.safar at gmail.com>
New test.
2007-03-15 Marek Safar <marek.safar at gmail.com>
New test.
Removed comment
Fixed the build
2007-03-17 Marek Safar <marek.safar at gmail.com>
2007-03-17 Marek Safar <marek.safar at gmail.com>
2007-03-17 Marek Safar <marek.safar at gmail.com>
New test.
2007-03-19 Marek Safar <marek.safar at gmail.com>
Updated tests.
2007-03-19 Marek Safar <marek.safar at gmail.com>
2007-03-19 Marek Safar <marek.safar at gmail.com>
2007-03-27 Marek Safar <marek.safar at gmail.com>
Stole Miguel's `qh'
Moved to olive for now.
2007-03-25 Marek Safar <marek.safar at gmail.com>
New test.
2007-03-25 Marek Safar <marek.safar at gmail.com>
New test.
2007-03-25 Marek Safar <marek.safar at gmail.com>
2007-03-25 Marek Safar <marek.safar at gmail.com>
2007-03-25 Marek Safar <marek.safar at gmail.com>
More complicated test.
2007-03-31 Marek Safar <marek.safar at gmail.com>
New test.
Re-applied my last patch.
2007-04-01 Marek Safar <marek.safar at gmail.com>
New test.
2007-04-03 Marek Safar <marek.safar at gmail.com>
2007-04-08 Marek Safar <marek.safar at gmail.com>
New tests.
2007-04-10 Marek Safar <marek.safar at gmail.com>
New test.
Fixed tests.
2007-04-11 Marek Safar <marek.safar at gmail.com>
New test.
2007-04-15 Marek Safar <marek.safar at gmail.com>
2007-04-15 Marek Safar <marek.safar at gmail.com>
2007-04-16 Marek Safar <marek.safar at gmail.com>
Minor rename.
2007-04-16 Marek Safar <marek.safar at gmail.com>
2007-04-22 Marek Safar <marek.safar at gmail.com>
2007-04-23 Marek Safar <marek.safar at gmail.com>
2007-04-26 Marek Safar <marek.safar at gmail.com>
2007-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2007-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2007-05-09 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2007-05-09 Marek Safar <marek.safar at gmail.com>
2007-05-11 Marek Safar <marek.safar at gmail.com>
New test.
2007-05-15 Marek Safar <marek.safar at gmail.com>
New test, updates.
2007-05-15 Marek Safar <marek.safar at gmail.com>
New test.
2007-05-18 Marek Safar <marek.safar at gmail.com>
Put back improved error handling.
2007-05-18 Marek Safar <marek.safar at gmail.com>
2007-05-18 Marek Safar <marek.safar at gmail.com>
2007-05-19 Marek Safar <marek.safar at gmail.com>
2007-05-19 Marek Safar <marek.safar at gmail.com>
2007-05-19 Marek Safar <marek.safar at gmail.com>
2007-06-05 Marek Safar <marek.safar at gmail.com>
2007-06-06 Marek Safar <marek.safar at gmail.com>
Wrong save
2007-06-06 Marek Safar <marek.safar at gmail.com>
New test.
Forget to commit.
Warnings cleanup
Warnings cleanup
2007-06-07 Marek Safar <marek.safar at gmail.com>
New test.
2007-06-08 Marek Safar <marek.safar at gmail.com>
2007-06-07 Marek Safar <marek.safar at gmail.com>
2007-06-08 Marek Safar <marek.safar at gmail.com>
Add new test.
2007-06-08 Marek Safar <marek.safar at gmail.com>
2007-06-08 Marek Safar <marek.safar at gmail.com>
New group by tests.
native
eol:native
Use 2.0 build as 2.1 bootstrap
2007-06-11 Marek Safar <marek.safar at gmail.com>
Add new test.
2007-06-12 Marek Safar <marek.safar at gmail.com>
Add new test, updates
Wrong error code.
New test, updates.
2007-06-12 Marek Safar <marek.safar at gmail.com>
2007-06-12 Marek Safar <marek.safar at gmail.com>
2007-06-12 Marek Safar <marek.safar at gmail.com>
2007-06-12 Marek Safar <marek.safar at gmail.com>
2007-06-12 Marek Safar <marek.safar at gmail.com>
2007-06-12 Marek Safar <marek.safar at gmail.com>
New test inspired by #81807
2007-06-13 Marek Safar <marek.safar at gmail.com>
New tests.
Fixed wrongly saved file
New test.
Updated --help output
2007-06-14 Marek Safar <marek.safar at gmail.com>
2007-06-14 Marek Safar <marek.safar at gmail.com>
New test.
New test.
Wrong test filename
Temporary disabled, the test exposed bigger issue
2007-06-15 Marek Safar <marek.safar at gmail.com>
2007-06-15 Marek Safar <marek.safar at gmail.com>
More tests.
Removed gcs0733, interesting how tiny discrepancy can expose big problem
Removed invalid test.
Fixed the test.
2007-06-18 Marek Safar <marek.safar at gmail.com>
2007-06-18 Marek Safar <marek.safar at gmail.com>
New tests.
Add a test for array foreach
2007-06-19 Marek Safar <marek.safar at gmail.com>
New test.
2007-06-20 Marek Safar <marek.safar at gmail.com>
2007-06-20 Marek Safar <marek.safar at gmail.com>
New test + update.
Add new test + update.
2007-06-20 Marek Safar <marek.safar at gmail.com>
2007-06-22 Marek Safar <marek.safar at gmail.com>
Add more comprehensive tests.
Add new tests.
Add new tests.
2007-06-22 Marek Safar <marek.safar at gmail.com>
2007-06-23 Marek Safar <marek.safar at gmail.com>
2007-06-24 Marek Safar <marek.safar at gmail.com>
Add more tests.
2007-07-03 Marek Safar <marek.safar at gmail.com>
2007-07-03 Marek Safar <marek.safar at gmail.com>
Updated error messages.
2007-07-03 Marek Safar <marek.safar at gmail.com>
Add new test.
2007-07-03 Marek Safar <marek.safar at gmail.com>
2007-07-03 Marek Safar <marek.safar at gmail.com>
2007-07-04 Marek Safar <marek.safar at gmail.com>
New tests.
More tests.
2007-07-10 Marek Safar <marek.safar at gmail.com>
New test.
svn path=/trunk/mcs/; revision=81777
Revert some Miguel's weirdness
re-styled
New test.
Test based on #82064 (Miguel's commit)
2007-07-13 Marek Safar <marek.safar at gmail.com>
New test.
2007-07-13 Marek Safar <marek.safar at gmail.com>
Message updated
2007-07-13 Marek Safar <marek.safar at gmail.com>
2007-07-13 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
Enabled Miguel's failing test
2007-07-17 Marek Safar <marek.safar at gmail.com>
2007-07-17 Marek Safar <marek.safar at gmail.com>
New test + update
2007-07-18 Marek Safar <marek.safar at gmail.com>
2007-07-18 Marek Safar <marek.safar at gmail.com>
New tests, update
New tests.
2007-07-18 Marek Safar <marek.safar at gmail.com>
More lambda parser tests.
2007-07-31 Marek Safar <marek.safar at gmail.com>
2007-08-01 Marek Safar <marek.safar at gmail.com>
2007-08-01 Marek Safar <marek.safar at gmail.com>
2007-08-01 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2007-08-01 Marek Safar <marek.safar at gmail.com>
2007-08-01 Marek Safar <marek.safar at gmail.com>
A test for bug #82277
2007-08-01 Marek Safar <marek.safar at gmail.com>
2007-08-01 Marek Safar <marek.safar at gmail.com>
2007-08-02 Marek Safar <marek.safar at gmail.com>
Fixed tests syntax
A test for bug #82181
2007-08-02 Marek Safar <marek.safar at gmail.com>
A fix for bug #82039
2007-08-02 Marek Safar <marek.safar at gmail.com>
A test for bug #81564
A test for bug #81564
2007-08-02 Marek Safar <marek.safar at gmail.com>
A test for bug #81923
Updated
2007-08-03 Marek Safar <marek.safar at gmail.com>
2007-08-03 Marek Safar <marek.safar at gmail.com>
A test for bug #82299
Forget to save :-(
2007-08-03 Marek Safar <marek.safar at gmail.com>
Add new test.
2007-08-03 Marek Safar <marek.safar at gmail.com>
2007-08-03 Marek Safar <marek.safar at gmail.com>
A test for bug #81979
2007-08-08 Marek Safar <marek.safar at gmail.com>
2007-08-09 Marek Safar <marek.safar at gmail.com>
2007-08-09 Marek Safar <marek.safar at gmail.com>
2007-08-09 Marek Safar <marek.safar at gmail.com>
Added more tests.
New tests.
Oups, wrong file
New test.
2007-08-11 Marek Safar <marek.safar at gmail.com>
A test for bug #82412
2007-08-12 Marek Safar <marek.safar at gmail.com>
A few Beta2 Updates
A few Beta 2 updates
2007-08-12 Marek Safar <marek.safar at gmail.com>
Missing ChangeLog entry
Update after System.Core refresh
2007-08-14 Marek Safar <marek.safar at gmail.com>
More tests.
New tests.
2007-08-14 Marek Safar <marek.safar at gmail.com>
2007-08-16 Marek Safar <marek.safar at gmail.com>
A test for bug #81979
ChangeLog
2007-08-16 Marek Safar <marek.safar at gmail.com>
Add new test
2007-08-16 Marek Safar <marek.safar at gmail.com>
New test.
2007-08-16 Marek Safar <marek.safar at gmail.com>
New test.
2007-08-17 Marek Safar <marek.safar at gmail.com>
2007-08-17 Marek Safar <marek.safar at gmail.com>
New errors + tiny update ;-)
2007-08-17 Marek Safar <marek.safar at gmail.com>
Add more tests.
New test.
2007-08-18 Marek Safar <marek.safar at gmail.com>
2007-08-20 Marek Safar <marek.safar at gmail.com>
2007-08-20 Marek Safar <marek.safar at gmail.com>
New test.
2007-08-20 Marek Safar <marek.safar at gmail.com>
2007-08-20 Marek Safar <marek.safar at gmail.com>
More tests.
svn:eolstyle
2007-08-20 Marek Safar <marek.safar at gmail.com>
2007-08-20 Marek Safar <marek.safar at gmail.com>
2007-08-20 Marek Safar <marek.safar at gmail.com>
svn:eol-style
2007-08-21 Marek Safar <marek.safar at gmail.com>
2007-08-21 Marek Safar <marek.safar at gmail.com>
2007-08-21 Marek Safar <marek.safar at gmail.com>
2007-08-21 Marek Safar <marek.safar at gmail.com>
New test of orderby
2007-08-21 Marek Safar <marek.safar at gmail.com>
2007-08-22 Marek Safar <marek.safar at gmail.com>
2007-08-23 Marek Safar <marek.safar at gmail.com>
2007-08-23 Marek Safar <marek.safar at gmail.com>
New test.
2007-08-23 Marek Safar <marek.safar at gmail.com>
Moved to corlib
2007-08-26 Marek Safar <marek.safar at gmail.com>
New tests.
2007-08-28 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2007-08-31 Marek Safar <marek.safar at gmail.com>
2007-08-31 Marek Safar <marek.safar at gmail.com>
New test.
2007-08-31 Marek Safar <marek.safar at gmail.com>
2007-08-31 Marek Safar <marek.safar at gmail.com>
New test.
Build fix
2007-09-04 Marek Safar <marek.safar at gmail.com>
Add mote tests, bug #82563
2007-09-04 Marek Safar <marek.safar at gmail.com>
A new test based on #82620
2007-09-04 Marek Safar <marek.safar at gmail.com>
A test for #82652
2007-09-04 Marek Safar <marek.safar at gmail.com>
2007-09-05 Marek Safar <marek.safar at gmail.com>
Updated
2007-09-05 Marek Safar <marek.safar at gmail.com>
2007-09-05 Marek Safar <marek.safar at gmail.com>
Fixed.
2007-09-05 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-05 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-06 Marek Safar <marek.safar at gmail.com>
A new test from #82708
2007-09-06 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-07 Marek Safar <marek.safar at gmail.com>
New test
Forget to commit
2007-09-10 Marek Safar <marek.safar at gmail.com>
2007-09-10 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2007-09-11 Marek Safar <marek.safar at gmail.com>
2007-09-11 Marek Safar <marek.safar at gmail.com>
New test.
spaces to tabs
2007-09-12 Marek Safar <marek.safar at gmail.com>
2007-09-12 Marek Safar <marek.safar at gmail.com>
2007-09-12 Marek Safar <marek.safar at gmail.com>
2007-09-12 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-13 Marek Safar <marek.safar at gmail.com>
New test.
Fixed garbage in previous commit
2007-09-13 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-13 Marek Safar <marek.safar at gmail.com>
2007-09-14 Marek Safar <marek.safar at gmail.com>
New tests.
2007-09-14 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-17 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-17 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-19 Marek Safar <marek.safar at gmail.com>
New test.
Use same version schema
2007-09-21 Marek Safar <marek.safar at gmail.com>
2007-09-21 Marek Safar <marek.safar at gmail.com>
More tests, disabled a cast test
2007-09-23 Marek Safar <marek.safar at gmail.com>
2007-09-23 Marek Safar <marek.safar at gmail.com>
New test.
2007-09-25 Marek Safar <marek.safar at gmail.com>
2007-09-25 Marek Safar <marek.safar at gmail.com>
New tests.
More tests.
New test.
2007-10-02 Marek Safar <marek.safar at gmail.com>
2007-10-03 Marek Safar <marek.safar at gmail.com>
A new test for bug #328774
2007-10-04 Marek Safar <marek.safar at gmail.com>
Enabled fixed tests.
2007-10-04 Marek Safar <marek.safar at gmail.com>
New test, error message updates
2007-10-04 Marek Safar <marek.safar at gmail.com>
New test for #330069
2007-10-04 Marek Safar <marek.safar at gmail.com>
A test for bug #328022
2007-10-05 Marek Safar <marek.safar at gmail.com>
New test for bug bug #327520
2007-10-05 Marek Safar <marek.safar at gmail.com>
A test for bug #327504
Updated an error message
2007-10-05 Marek Safar <marek.safar at gmail.com>
A test for bug #327497
2007-10-05 Marek Safar <marek.safar at gmail.com>
A test for bug #325534
2007-10-05 Marek Safar <marek.safar at gmail.com>
A test for bug #324677
Fixed typo.
2007-10-08 Marek Safar <marek.safar at gmail.com>
2007-10-08 Marek Safar <marek.safar at gmail.com>
2007-10-08 Marek Safar <marek.safar at gmail.com>
New tests + updates
2007-10-08 Marek Safar <marek.safar at gmail.com>
New tests.
2007-10-08 Marek Safar <marek.safar at gmail.com>
New tests.
Missing ChangeLog
2007-10-09 Marek Safar <marek.safar at gmail.com>
2007-10-09 Marek Safar <marek.safar at gmail.com>
New test + updates.
2007-10-11 Marek Safar <marek.safar at gmail.com>
Removed cs0647-17.cs
2007-10-11 Marek Safar <marek.safar at gmail.com>
New tests + updates.
2007-10-11 Marek Safar <marek.safar at gmail.com>
2007-10-11 Marek Safar <marek.safar at gmail.com>
2007-10-11 Marek Safar <marek.safar at gmail.com>
New tests + update
2007-10-12 Marek Safar <marek.safar at gmail.com>
2007-10-12 Marek Safar <marek.safar at gmail.com>
New tests + update
2007-10-12 Marek Safar <marek.safar at gmail.com>
A test for bug #333342
2007-10-12 Marek Safar <marek.safar at gmail.com>
A test for bug #332442
2007-10-13 Marek Safar <marek.safar at gmail.com>
Added 2 empty stubs
2007-10-15 Marek Safar <marek.safar at gmail.com>
Better error message.
2007-10-15 Marek Safar <marek.safar at gmail.com>
New test.
2007-10-20 Marek Safar <marek.safar at gmail.com>
New test.
2007-10-23 Marek Safar <marek.safar at gmail.com>
New tests, message update
2007-10-24 Marek Safar <marek.safar at gmail.com>
2007-10-24 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2007-10-24 Marek Safar <marek.safar at gmail.com>
2007-10-24 Marek Safar <marek.safar at gmail.com>
2007-10-24 Marek Safar <marek.safar at gmail.com>
2007-10-24 Marek Safar <marek.safar at gmail.com>
2007-10-25 Marek Safar <marek.safar at gmail.com>
2007-10-25 Marek Safar <marek.safar at gmail.com>
2007-10-25 Marek Safar <marek.safar at gmail.com>
New test.
2007-10-25 Marek Safar <marek.safar at gmail.com>
2007-10-26 Marek Safar <marek.safar at gmail.com>
2007-10-26 Marek Safar <marek.safar at gmail.com>
Renamed compiler.csproj to mcs
Upgraded to beta 2
2007-10-27 Marek Safar <marek.safar at gmail.com>
2007-10-27 Marek Safar <marek.safar at gmail.com>
2007-07-27 Marek Safar <marek.safar at gmail.com>
2007-10-27 Marek Safar <marek.safar at gmail.com>
This one was not ready yet.
No longer used
2007-07-27 Marek Safar <marek.safar at gmail.com>
2007-07-27 Marek Safar <marek.safar at gmail.com>
Why is this needed
2007-10-27 Marek Safar <marek.safar at gmail.com>
2007-10-27 Marek Safar <marek.safar at gmail.com>
2007-10-27 Marek Safar <marek.safar at gmail.com>
Removed.
Distribute all .sources
2007-10-27 Marek Safar <marek.safar at gmail.com>
More build magic
2007-10-29 Marek Safar <marek.safar at gmail.com>
2007-10-29 Marek Safar <marek.safar at gmail.com>
2007-10-29 Marek Safar <marek.safar at gmail.com>
Updated source file location
2007-10-29 Marek Safar <marek.safar at gmail.com>
More tests.
New tests.
2007-10-30 Marek Safar <marek.safar at gmail.com>
2007-10-31 Marek Safar <marek.safar at gmail.com>
Added new test case.
2007-10-31 Marek Safar <marek.safar at gmail.com>
New tests.
2007-10-31 Marek Safar <marek.safar at gmail.com>
2007-10-31 Marek Safar <marek.safar at gmail.com>
Fixed build.
2007-11-01 Marek Safar <marek.safar at gmail.com>
Default output directory
Copied from mono/deploy
2007-11-01 Marek Safar <marek.safar at gmail.com>
Fixed invalid version number.
2007-11-02 Marek Safar <marek.safar at gmail.com>
Added execution check
2007-11-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
New test.
Reverted wrong fix.
2007-11-06 Marek Safar <marek.safar at gmail.com>
2007-11-06 Marek Safar <marek.safar at gmail.com>
New tests, update
2007-11-06 Marek Safar <marek.safar at gmail.com>
2007-11-06 Marek Safar <marek.safar at gmail.com>
New test.
New test.
New test.
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
New test.
2007-11-07 Marek Safar <marek.safar at gmail.com>
Removed fixed error.
New test.
2007-11-07 Marek Safar <marek.safar at gmail.com>
New test, update
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
Temporary disabled Error_CannotModifyIntermediateExpressionValue
New test.
Re-enabled CS1612 test.
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
2007-11-07 Marek Safar <marek.safar at gmail.com>
New test.
2007-11-08 Marek Safar <marek.safar at gmail.com>
2007-11-08 Marek Safar <marek.safar at gmail.com>
New test.
2007-11-08 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2007-11-09 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
Removed windows only tests.
2007-11-12 Marek Safar <marek.safar at gmail.com>
New tests.
2007-11-12 Marek Safar <marek.safar at gmail.com>
More tests.
New test.
2007-11-13 Marek Safar <marek.safar at gmail.com>
More tests.
New test.
2007-11-13 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2007-11-14 Marek Safar <marek.safar at gmail.com>
More test coverage.
2007-11-14 Marek Safar <marek.safar at gmail.com>
New test.
2007-11-14 Marek Safar <marek.safar at gmail.com>
2007-11-15 Marek Safar <marek.safar at gmail.com>
2007-11-15 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
Warnings cleanup
Warnings cleanup
2007-11-16 Marek Safar <marek.safar at gmail.com>
New tests + update
2007-11-16 Marek Safar <marek.safar at gmail.com>
New tests.
2007-11-16 Marek Safar <marek.safar at gmail.com>
Updated
2007-11-16 Marek Safar <marek.safar at gmail.com>
Disabled 1 test.
2007-11-16 Marek Safar <marek.safar at gmail.com>
2007-11-16 Marek Safar <marek.safar at gmail.com>
2007-11-19 Marek Safar <marek.safar at gmail.com>
2007-11-19 Marek Safar <marek.safar at gmail.com>
2007-11-20 Marek Safar <marek.safar at gmail.com>
2007-11-20 Marek Safar <marek.safar at gmail.com>
2007-11-22 Marek Safar <marek.safar at gmail.com>
New tests, update.
.NET 3.5 profile
2007-11-22 Marek Safar <marek.safar at gmail.com>
2007-11-22 Marek Safar <marek.safar at gmail.com>
2007-11-28 Marek Safar <marek.safar at gmail.com>
2007-12-03 Marek Safar <marek.safar at gmail.com>
2007-12-03 Marek Safar <marek.safar at gmail.com>
2007-12-03 Marek Safar <marek.safar at gmail.com>
Add 3.5 profile to build
2007-12-03 Marek Safar <marek.safar at gmail.com>
2007-12-03 Marek Safar <marek.safar at gmail.com>
New test.
2007-12-03 Marek Safar <marek.safar at gmail.com>
Temporary disabled 3.5 class build
Include 2.0 path in MONO_PATH
Enabled 3.5 class build
Removed user specific file
Removed .suo file
Reuse 2.0 test harness
Fixed 3.5 build
Updated 3.5 details
2007-12-04 Marek Safar <marek.safar at gmail.com>
Add 2.0 path to test profile
2007-12-04 Marek Safar <marek.safar at gmail.com>
2007-12-04 Marek Safar <marek.safar at gmail.com>
2007-12-04 Marek Safar <marek.safar at gmail.com>
Don't redefine whole test runtime
2007-12-04 Marek Safar <marek.safar at gmail.com>
Fixed wrong test.
2007-12-21 Marek Safar <marek.safar at gmail.com>
New test.
2007-12-21 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2007-12-22 Marek Safar <marek.safar at gmail.com>
Error message updates
New test.
2007-12-22 Marek Safar <marek.safar at gmail.com>
New test.
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-23 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
New tests.
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
New test.
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-27 Marek Safar <marek.safar at gmail.com>
2007-12-28 Marek Safar <marek.safar at gmail.com>
2007-12-28 Marek Safar <marek.safar at gmail.com>
2007-12-29 Marek Safar <marek.safar at gmail.com>
2007-12-29 Marek Safar <marek.safar at gmail.com>
2008-01-03 Marek Safar <marek.safar at gmail.com>
2008-01-03 Marek Safar <marek.safar at gmail.com>
2008-01-03 Marek Safar <marek.safar at gmail.com>
2008-01-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-03 Marek Safar <marek.safar at gmail.com>
2008-01-03 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-01-04 Marek Safar <marek.safar at gmail.com>
New test
2008-01-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-04 Marek Safar <marek.safar at gmail.com>
2008-01-07 Marek Safar <marek.safar at gmail.com>
2008-01-07 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-08 Marek Safar <marek.safar at gmail.com>
2008-01-08 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-08 Marek Safar <marek.safar at gmail.com>
C# 3.0 updates
2008-01-08 Marek Safar <marek.safar at gmail.com>
New tests.
spaces to tabs
2008-01-08 Marek Safar <marek.safar at gmail.com>
2008-01-08 Marek Safar <marek.safar at gmail.com>
2008-01-08 Marek Safar <marek.safar at gmail.com>
New tests.
2008-01-09 Marek Safar <marek.safar at gmail.com>
2008-01-11 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-01-14 Marek Safar <marek.safar at gmail.com>
2008-01-14 Marek Safar <marek.safar at gmail.com>
New tests, update.
New test configuration
Build under different configurations
Newline at end of file
2008-01-14 Marek Safar <marek.safar at gmail.com>
No explicit return false.
2008-01-18 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-18 Marek Safar <marek.safar at gmail.com>
New tests.
Disable gtest-etree-01.cs until JB catches up
2008-01-18 Marek Safar <marek.safar at gmail.com>
New test, disabled failures caused by runtime bug
2008-01-18 Marek Safar <marek.safar at gmail.com>
2008-01-18 Marek Safar <marek.safar at gmail.com>
2008-01-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-21 Marek Safar <marek.safar at gmail.com>
2008-01-21 Marek Safar <marek.safar at gmail.com>
2008-01-21 Marek Safar <marek.safar at gmail.com>
Test fixed.
New test.
2008-01-22 Marek Safar <marek.safar at gmail.com>
008-01-22 Marek Safar <marek.safar at gmail.com>
2008-01-22 Marek Safar <marek.safar at gmail.com>
2008-01-22 Marek Safar <marek.safar at gmail.com>
New test.
More food for our quickly catching up duo
2008-01-22 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-22 Marek Safar <marek.safar at gmail.com>
Build fix.
2008-01-22 Marek Safar <marek.safar at gmail.com>
Removed invalid test.
New test.
2008-01-23 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
New tests.
More tests.
2008-01-24 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-24 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
2008-01-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-24 Marek Safar <marek.safar at gmail.com>
More tests.
Fixed copy&paste
2008-01-25 Marek Safar <marek.safar at gmail.com>
New test.
2008-01-25 Marek Safar <marek.safar at gmail.com>
New tests.
2008-01-25 Marek Safar <marek.safar at gmail.com>
2008-01-29 Marek Safar <marek.safar at gmail.com>
2008-02-01 Marek Safar <marek.safar at gmail.com>
New test.
2008-02-01 Marek Safar <marek.safar at gmail.com>
More tests.
2008-02-04 Marek Safar <marek.safar at gmail.com>
New test.
Fixed build.
Disabled failing test.
2008-02-05 Marek Safar <marek.safar at gmail.com>
2008-02-05 Marek Safar <marek.safar at gmail.com>
2008-02-05 Marek Safar <marek.safar at gmail.com>
New tests.
2008-02-05 Marek Safar <marek.safar at gmail.com>
2008-02-05 Marek Safar <marek.safar at gmail.com>
2008-02-08 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-02-08 Marek Safar <marek.safar at gmail.com>
New test.
2008-02-08 Marek Safar <marek.safar at gmail.com>
New test + update
2008-02-08 Marek Safar <marek.safar at gmail.com>
Fixed broken test.
2008-02-12 Marek Safar <marek.safar at gmail.com>
Set eol-style
2008-02-12 Marek Safar <marek.safar at gmail.com>
New test.
2008-02-13 Marek Safar <marek.safar at gmail.com>
Fixed build
2008-02-13 Marek Safar <marek.safar at gmail.com>
2008-02-14 Marek Safar <marek.safar at gmail.com>
2008-02-14 Marek Safar <marek.safar at gmail.com>
2008-02-14 Marek Safar <marek.safar at gmail.com>
Use correct parser file in `qh' profile
Updated cs0214-10.cs error status
Fixed test syntax.
2008-02-18 Marek Safar <marek.safar at gmail.com>
New test.
2008-02-18 Marek Safar <marek.safar at gmail.com>
Add new tests.
Removed deprecated -langversion:linq option
Removed deprecated -langversion:linq
Removed to many spaces
2008-02-18 Marek Safar <marek.safar at gmail.com>
New test.
Updated
Reverted a fix for bug #328136
2008-02-19 Marek Safar <marek.safar at gmail.com>
2008-02-19 Marek Safar <marek.safar at gmail.com>
2008-02-19 Marek Safar <marek.safar at gmail.com>
2008-02-20 Marek Safar <marek.safar at gmail.com>
More tests.
New test.
2008-02-20 Marek Safar <marek.safar at gmail.com>
2008-02-20 Marek Safar <marek.safar at gmail.com>
2008-02-21 Marek Safar <marek.safar at gmail.com>
New test + update.
2008-02-22 Marek Safar <marek.safar at gmail.com>
More tests.
Fixed tests to check produced results.
2008-02-23 Marek Safar <marek.safar at gmail.com>
2008-02-27 Marek Safar <marek.safar at gmail.com>
Moved to mainline.
2008-03-03 Marek Safar <marek.safar at gmail.com>
2008-03-03 Marek Safar <marek.safar at gmail.com>
More tests.
More new tests.
Copy gmcs to the output when qh-ing
2008-03-04 Marek Safar <marek.safar at gmail.com>
Refreshed
Set eol-style
2008-03-03 Marek Safar <marek.safar at gmail.com>
2008-03-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-03-04 Marek Safar <marek.safar at gmail.com>
2008-03-05 Marek Safar <marek.safar at gmail.com>
2008-03-05 Marek Safar <marek.safar at gmail.com>
Updated.
Updated.
2008-03-06 Marek Safar <marek.safar at gmail.com>
2008-03-06 Marek Safar <marek.safar at gmail.com>
New test.
2008-03-07 Marek Safar <marek.safar at gmail.com>
New test + update.
New tests.
2008-03-07 Marek Safar <marek.safar at gmail.com>
Moved to .NET 2.0 profile
1 test got renamed
2008-03-11 Marek Safar <marek.safar at gmail.com>
2008-03-11 Marek Safar <marek.safar at gmail.com>
2008-03-11 Marek Safar <marek.safar at gmail.com>
Test compilation only.
2008-03-12 Marek Safar <marek.safar at gmail.com>
2008-03-12 Marek Safar <marek.safar at gmail.com>
Enabled only correctly generated expressions.
2008-03-12 Marek Safar <marek.safar at gmail.com>
Updated.
Better test.
2008-03-12 Marek Safar <marek.safar at gmail.com>
2008-03-13 Marek Safar <marek.safar at gmail.com>
2008-03-13 Marek Safar <marek.safar at gmail.com>
Updated
Updated
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
Fixes 1.1 build
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-14 Marek Safar <marek.safar at gmail.com>
2008-03-17 Marek Safar <marek.safar at gmail.com>
Disabled ltest-13
2008-03-17 Marek Safar <marek.safar at gmail.com>
New test.
2008-03-17 Marek Safar <marek.safar at gmail.com>
2008-03-17 Marek Safar <marek.safar at gmail.com>
New tests.
2008-03-19 Marek Safar <marek.safar at gmail.com>
New test.
New tests, renamed verify-*.cs
Moved to tests.
New tests, migrated from errors.
Added IL regression data (not enabled yet)
Fixed test-562
2008-03-19 Marek Safar <marek.safar at gmail.com>
New test.
2008-03-20 Marek Safar <marek.safar at gmail.com>
Enabled more tests.
Disabled gcs0133, until it's clarified
2008-03-20 Marek Safar <marek.safar at gmail.com>
2008-03-20 Marek Safar <marek.safar at gmail.com>
Made gmcs specific
Added gtest-exmethod-19.cs
2008-03-25 Marek Safar <marek.safar at gmail.com>
A test for bug #372846
2008-03-25 Marek Safar <marek.safar at gmail.com>
Fixed build error.
Added a test.
2008-03-27 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-03-27 Marek Safar <marek.safar at gmail.com>
2008-03-27 Marek Safar <marek.safar at gmail.com>
2008-03-27 Marek Safar <marek.safar at gmail.com>
New test.
2008-03-27 Marek Safar <marek.safar at gmail.com>
More tests.
2008-03-28 Marek Safar <marek.safar at gmail.com>
2008-03-28 Marek Safar <marek.safar at gmail.com>
2008-03-28 Marek Safar <marek.safar at gmail.com>
2008-03-28 Marek Safar <marek.safar at gmail.com>
2008-03-28 Marek Safar <marek.safar at gmail.com>
2008-03-28 Marek Safar <marek.safar at gmail.com>
Disabled gtest-etree-03.cs
2008-03-31 Marek Safar <marek.safar at gmail.com>
VS signature update
2008-04-01 Marek Safar <marek.safar at gmail.com>
New test + update.
Fixed.
2008-04-01 Marek Safar <marek.safar at gmail.com>
2008-04-01 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-01 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-02 Marek Safar <marek.safar at gmail.com>
Added more tests.
2008-04-02 Marek Safar <marek.safar at gmail.com>
New tests, msg updates.
MD reformating issues
2008-04-03 Marek Safar <marek.safar at gmail.com>
New test.
More tests.
2008-04-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-07 Marek Safar <marek.safar at gmail.com>
2008-04-07 Marek Safar <marek.safar at gmail.com>
New tests.
Updated after Hari's changes.
2008-04-07 Marek Safar <marek.safar at gmail.com>
Put back EmptyConstantCast.
Another update
2008-04-07 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-08 Marek Safar <marek.safar at gmail.com>
Add MemberInit tests.
2008-04-08 Marek Safar <marek.safar at gmail.com>
2008-04-09 Marek Safar <marek.safar at gmail.com>
New test.
New test, update
2008-04-11 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
Disabled another test until jb merges the changes.
2008-04-15 Marek Safar <marek.safar at gmail.com>
Updated error message
2008-04-15 Marek Safar <marek.safar at gmail.com>
2008-04-16 Marek Safar <marek.safar at gmail.com>
2008-04-16 Marek Safar <marek.safar at gmail.com>
2008-04-16 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-16 Marek Safar <marek.safar at gmail.com>
2008-04-16 Marek Safar <marek.safar at gmail.com>
New test, update.
2008-04-17 Marek Safar <marek.safar at gmail.com>
New tests, msg updates.
Fixed wrong bug number
New test.
2008-04-17 Marek Safar <marek.safar at gmail.com>
New tests.
2008-04-17 Marek Safar <marek.safar at gmail.com>
Oups, I missed this one.
2008-04-18 Marek Safar <marek.safar at gmail.com>
2008-04-18 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-19 Marek Safar <marek.safar at gmail.com>
2008-04-21 Marek Safar <marek.safar at gmail.com>
2008-04-21 Marek Safar <marek.safar at gmail.com>
2008-04-21 Marek Safar <marek.safar at gmail.com>
New tests.
2008-04-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-21 Marek Safar <marek.safar at gmail.com>
The first SLE pass.
2008-04-22 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-22 Marek Safar <marek.safar at gmail.com>
2008-04-22 Marek Safar <marek.safar at gmail.com>
New tests.
2008-04-22 Marek Safar <marek.safar at gmail.com>
New tests.
Self contained test.
2008-04-23 Marek Safar <marek.safar at gmail.com>
2008-04-23 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-23 Marek Safar <marek.safar at gmail.com>
EmitSideEffect used for if statement optimization.
2008-04-23 Marek Safar <marek.safar at gmail.com>
More tests.
New test.
2008-04-25 Marek Safar <marek.safar at gmail.com>
New tests.
Fixed to test 1 error only.
2008-04-25 Marek Safar <marek.safar at gmail.com>
2 tests exluded.
New tests, updated buggy test-99.cs
2008-04-27 Marek Safar <marek.safar at gmail.com>
Added typeof(void) test.
2008-04-28 Marek Safar <marek.safar at gmail.com>
Error message
2008-04-28 Marek Safar <marek.safar at gmail.com>
Expression cloning tests.
2008-04-28 Marek Safar <marek.safar at gmail.com>
ushort to int optimization
Correct version
2008-04-29 Marek Safar <marek.safar at gmail.com>
New tests.
Disabled cs0019-2 when waiting for feedback
2008-04-29 Marek Safar <marek.safar at gmail.com>
New test.
2008-04-29 Marek Safar <marek.safar at gmail.com>
More tests.
2008-04-30 Marek Safar <marek.safar at gmail.com>
New tests.
Added few unsafe tests.
2008-04-30 Marek Safar <marek.safar at gmail.com>
2008-04-30 Marek Safar <marek.safar at gmail.com>
More tests.
New tests.
2008-05-01 Marek Safar <marek.safar at gmail.com>
New test.
2008-05-01 Marek Safar <marek.safar at gmail.com>
New tests.
2008-05-01 Marek Safar <marek.safar at gmail.com>
2008-05-01 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-05-01 Marek Safar <marek.safar at gmail.com>
Fixed few TODOs
2008-05-02 Marek Safar <marek.safar at gmail.com>
Fixed last TODOs
2008-05-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-05-02 Marek Safar <marek.safar at gmail.com>
A test for bug #371016, I finally got it.
2008-05-03 Marek Safar <marek.safar at gmail.com>
New test.
More tests.
2008-05-03 Marek Safar <marek.safar at gmail.com>
2008-05-03 Marek Safar <marek.safar at gmail.com>
More tests.
New tests.
2008-05-04 Marek Safar <marek.safar at gmail.com>
Optimizations
2008-05-05 Marek Safar <marek.safar at gmail.com>
New test, fixed too agressive optimization
2008-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2008-05-06 Marek Safar <marek.safar at gmail.com>
Test correct ?? nullable type result.
Be ready for future regressions
2008-05-06 Marek Safar <marek.safar at gmail.com>
2008-05-06 Marek Safar <marek.safar at gmail.com>
Be careful when fixing this file
New test.
2008-05-07 Marek Safar <marek.safar at gmail.com>
New test.
test fix
Fixed test-643.cs
2008-05-07 Marek Safar <marek.safar at gmail.com>
Error message fix
Fixed typo
2008-05-10 Marek Safar <marek.safar at gmail.com>
Flush
New test.
2008-05-12 Marek Safar <marek.safar at gmail.com>
Fixed test.
2008-05-12 Marek Safar <marek.safar at gmail.com>
Fixed.
2008-05-12 Marek Safar <marek.safar at gmail.com>
Updated.
Fixed.
2008-05-12 Marek Safar <marek.safar at gmail.com>
2008-05-13 Marek Safar <marek.safar at gmail.com>
New tests.
2008-05-13 Marek Safar <marek.safar at gmail.com>
New test.
2008-05-14 Marek Safar <marek.safar at gmail.com>
2008-05-15 Marek Safar <marek.safar at gmail.com>
2008-05-15 Marek Safar <marek.safar at gmail.com>
New test.
2008-05-20 Marek Safar <marek.safar at gmail.com>
2008-05-20 Marek Safar <marek.safar at gmail.com>
2008-05-20 Marek Safar <marek.safar at gmail.com>
New test.
Removed temporary file
2008-05-21 Marek Safar <marek.safar at gmail.com>
New tests.
2008-05-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-05-21 Marek Safar <marek.safar at gmail.com>
New test.
Better error message
2008-05-21 Marek Safar <marek.safar at gmail.com>
No parser catch type check.
eol:style
Removed broken ifeq
2008-05-22 Marek Safar <marek.safar at gmail.com>
2008-05-22 Marek Safar <marek.safar at gmail.com>
2008-05-24 Marek Safar <marek.safar at gmail.com>
2008-05-28 Marek Safar <marek.safar at gmail.com>
Removed some crazy hacking
Forget to include the path
2008-05-30 Marek Safar <marek.safar at gmail.com>
2008-05-30 Marek Safar <marek.safar at gmail.com>
2008-05-30 Marek Safar <marek.safar at gmail.com>
2008-05-30 Marek Safar <marek.safar at gmail.com>
2008-05-31 Marek Safar <marek.safar at gmail.com>
2008-05-31 Marek Safar <marek.safar at gmail.com>
New test.
A message update
2008-06-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-06-02 Atsushi Enomoto <atsushi at ximian.com>
New test.
Removed MonoTODO fixed by miguel
2008-06-04 Marek Safar <marek.safar at gmail.com>
2008-06-05 Marek Safar <marek.safar at gmail.com>
Some savings here
2008-06-05 Marek Safar <marek.safar at gmail.com>
2008-06-07 Marek Safar <marek.safar at gmail.com>
New test.
SetCompilerGenerated is nonsense
Unregister fixed tests.
2008-06-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-10 Marek Safar <marek.safar at gmail.com>
2008-06-11 Marek Safar <marek.safar at gmail.com>
Forget to save the file
2008-06-11 Marek Safar <marek.safar at gmail.com>
New symbol writer test
2008-06-12 Marek Safar <marek.safar at gmail.com>
2008-06-12 Marek Safar <marek.safar at gmail.com>
2008-06-16 Marek Safar <marek.safar at gmail.com>
2008-06-17 Marek Safar <marek.safar at gmail.com>
2008-06-19 Marek Safar <marek.safar at gmail.com>
2008-06-19 Marek Safar <marek.safar at gmail.com>
Message update
New tests + update
Fixes build
New tests.
Filled fixed bugs list
2008-06-19 Marek Safar <marek.safar at gmail.com>
2008-06-20 Marek Safar <marek.safar at gmail.com>
2008-06-20 Marek Safar <marek.safar at gmail.com>
2008-06-20 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-22 Marek Safar <marek.safar at gmail.com>
2008-06-22 Marek Safar <marek.safar at gmail.com>
2008-06-23 Marek Safar <marek.safar at gmail.com>
Fixed test.
2008-06-23 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-24 Marek Safar <marek.safar at gmail.com>
Fixed.
2008-06-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-24 Marek Safar <marek.safar at gmail.com>
2008-06-25 Marek Safar <marek.safar at gmail.com>
2008-06-25 Marek Safar <marek.safar at gmail.com>
2008-06-25 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
2008-06-26 Marek Safar <marek.safar at gmail.com>
New test.
2008-06-27 Marek Safar <marek.safar at gmail.com>
2008-06-27 Marek Safar <marek.safar at gmail.com>
2008-06-27 Marek Safar <marek.safar at gmail.com>
2008-06-27 Marek Safar <marek.safar at gmail.com>
2008-06-30 Marek Safar <marek.safar at gmail.com>
2008-06-30 Marek Safar <marek.safar at gmail.com>
2008-06-30 Marek Safar <marek.safar at gmail.com>
2008-06-30 Marek Safar <marek.safar at gmail.com>
Warnings cleanup.
2008-06-30 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-01 Marek Safar <marek.safar at gmail.com>
2008-07-01 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-01 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-01 Marek Safar <marek.safar at gmail.com>
2008-07-02 Marek Safar <marek.safar at gmail.com>
2008-07-02 Marek Safar <marek.safar at gmail.com>
Removed undefined hashcode comparison test
2008-07-03 Marek Safar <marek.safar at gmail.com>
New test + optimizations update
2008-07-03 Marek Safar <marek.safar at gmail.com>
2008-07-03 Marek Safar <marek.safar at gmail.com>
2008-07-04 Marek Safar <marek.safar at gmail.com>
2008-07-04 Marek Safar <marek.safar at gmail.com>
New test + il optimization
2008-07-04 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-04 Marek Safar <marek.safar at gmail.com>
A new test for bug #385125
2008-07-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-04 Marek Safar <marek.safar at gmail.com>
2008-07-07 Marek Safar <marek.safar at gmail.com>
2008-07-07 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-07 Marek Safar <marek.safar at gmail.com>
Error messages update.
2008-07-07 Marek Safar <marek.safar at gmail.com>
New test.
Fixed few warnings
2008-07-08 Marek Safar <marek.safar at gmail.com>
New tests.
Revert
2008-07-08 Marek Safar <marek.safar at gmail.com>
2008-07-08 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-09 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-09 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-07-09 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-10 Marek Safar <marek.safar at gmail.com>
2008-07-10 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-10 Marek Safar <marek.safar at gmail.com>
2008-07-10 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-07-11 Marek Safar <marek.safar at gmail.com>
2008-07-11 Marek Safar <marek.safar at gmail.com>
New test.
Warnings cleanup.
2008-07-11 Marek Safar <marek.safar at gmail.com>
2008-07-11 Marek Safar <marek.safar at gmail.com>
2008-07-11 Marek Safar <marek.safar at gmail.com>
2008-07-14 Marek Safar <marek.safar at gmail.com>
2008-07-14 Marek Safar <marek.safar at gmail.com>
More tests.
2008-07-14 Marek Safar <marek.safar at gmail.com>
2008-07-14 Marek Safar <marek.safar at gmail.com>
More clone tests.
2008-07-14 Marek Safar <marek.safar at gmail.com>
2008-07-14 Marek Safar <marek.safar at gmail.com>
2008-07-15 Marek Safar <marek.safar at gmail.com>
New test, message update.
2008-07-15 Marek Safar <marek.safar at gmail.com>
2008-07-15 Marek Safar <marek.safar at gmail.com>
Fixed gtest-etree-03.cs
2008-07-16 Marek Safar <marek.safar at gmail.com>
Updated.
New test.
2008-07-16 Marek Safar <marek.safar at gmail.com>
2008-07-17 Marek Safar <marek.safar at gmail.com>
Test enabled.
2008-07-17 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-17 Marek Safar <marek.safar at gmail.com>
2008-07-17 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-17 Marek Safar <marek.safar at gmail.com>
2008-07-17 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-17 Marek Safar <marek.safar at gmail.com>
Updated after anonymous method duplicate ret fix.
2008-07-17 Marek Safar <marek.safar at gmail.com>
New test
Fixes build
2008-07-17 Marek Safar <marek.safar at gmail.com>
New tests, updates
Fixes build
2008-07-18 Marek Safar <marek.safar at gmail.com>
New tests.
DefaultFileMappingSize is obsolete in 2.0
2008-07-18 Marek Safar <marek.safar at gmail.com>
2008-07-18 Marek Safar <marek.safar at gmail.com>
2008-07-18 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-18 Marek Safar <marek.safar at gmail.com>
2008-07-19 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-21 Marek Safar <marek.safar at gmail.com>
2008-07-22 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-21 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-22 Marek Safar <marek.safar at gmail.com>
2008-07-22 Marek Safar <marek.safar at gmail.com>
2008-07-22 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-22 Marek Safar <marek.safar at gmail.com>
Errors -> Warnings
2008-07-23 Marek Safar <marek.safar at gmail.com>
2008-07-23 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-07-23 Marek Safar <marek.safar at gmail.com>
2008-07-23 Marek Safar <marek.safar at gmail.com>
2008-07-23 Marek Safar <marek.safar at gmail.com>
2008-07-23 Marek Safar <marek.safar at gmail.com>
2008-07-24 Marek Safar <marek.safar at gmail.com>
2008-07-24 Marek Safar <marek.safar at gmail.com>
2008-07-24 Marek Safar <marek.safar at gmail.com>
Updated after another AM optimizations.
2008-07-24 Marek Safar <marek.safar at gmail.com>
2008-07-25 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-25 Marek Safar <marek.safar at gmail.com>
2008-07-25 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-25 Marek Safar <marek.safar at gmail.com>
2008-07-25 Marek Safar <marek.safar at gmail.com>
2008-07-25 Marek Safar <marek.safar at gmail.com>
New tests.
2008-07-25 Marek Safar <marek.safar at gmail.com>
New test, update.
2008-07-26 Marek Safar <marek.safar at gmail.com>
New test.
Put back lost changes
2008-07-28 Marek Safar <marek.safar at gmail.com>
2008-07-28 Marek Safar <marek.safar at gmail.com>
2008-07-28 Marek Safar <marek.safar at gmail.com>
2008-07-28 Marek Safar <marek.safar at gmail.com>
2008-07-29 Marek Safar <marek.safar at gmail.com>
2008-07-29 Marek Safar <marek.safar at gmail.com>
Updated.
2008-07-29 Marek Safar <marek.safar at gmail.com>
New tests.
Wrong test.
2008-07-29 Marek Safar <marek.safar at gmail.com>
New test.
2008-07-28 Marek Safar <marek.safar at gmail.com>
2008-07-30 Marek Safar <marek.safar at gmail.com>
New test + optimizations update
2008-07-30 Marek Safar <marek.safar at gmail.com>
2008-08-01 Marek Safar <marek.safar at gmail.com>
New tests + update
2008-08-01 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-08-02 Marek Safar <marek.safar at gmail.com>
2008-08-04 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-08-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-08-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-08-04 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-05 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2008-08-05 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-06 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-08-07 Marek Safar <marek.safar at gmail.com>
2008-08-07 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-08-08 Marek Safar <marek.safar at gmail.com>
2008-08-08 Marek Safar <marek.safar at gmail.com>
Warnings cleanup.
2008-11-08 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-12 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-12 Marek Safar <marek.safar at gmail.com>
2008-08-13 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-14 Marek Safar <marek.safar at gmail.com>
2008-08-14 Marek Safar <marek.safar at gmail.com>
2008-08-14 Marek Safar <marek.safar at gmail.com>
2008-08-14 Marek Safar <marek.safar at gmail.com>
New tests.
Update.
2007-08-14 Marek Safar <marek.safar at gmail.com>
Revert broken change
2008-08-15 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-15 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-08-20 Marek Safar <marek.safar at gmail.com>
New test + update
New test.
Missing MonoTODO
2008-08-20 Marek Safar <marek.safar at gmail.com>
New test.
2008-08-21 Marek Safar <marek.safar at gmail.com>
2008-08-21 Marek Safar <marek.safar at gmail.com>
New tests.
2008-08-26 Marek Safar <marek.safar at gmail.com>
New tests.
Build fix
Move 414 out of 2.0 profile
Warnings cleanup
Warnings cleanup
2008-08-27 Marek Safar <marek.safar at gmail.com>
Warnings cleanup
2008-08-28 Marek Safar <marek.safar at gmail.com>
New test.
Warnings cleanup.
2008-08-28 Marek Safar <marek.safar at gmail.com>
New test.
2008-08-28 Marek Safar <marek.safar at gmail.com>
New test.
2008-08-28 Marek Safar <marek.safar at gmail.com>
New test.
Warnings cleanup
Warnings cleanup
2008-08-28 Marek Safar <marek.safar at gmail.com>
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
Disabled 1591
Warnings cleanup
Warnings cleanup
Warnings cleanup
Warnings cleanup
New test
2008-08-29 Marek Safar <marek.safar at gmail.com>
Message update
2008-08-29 Marek Safar <marek.safar at gmail.com>
Updated
2008-08-30 Marek Safar <marek.safar at gmail.com>
2008-09-01 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-01 Marek Safar <marek.safar at gmail.com>
2008-09-01 Marek Safar <marek.safar at gmail.com>
Merge marker
2008-09-01 Marek Safar <marek.safar at gmail.com>
New test.
Update
2008-09-01 Marek Safar <marek.safar at gmail.com>
2008-09-01 Marek Safar <marek.safar at gmail.com>
2008-09-02 Marek Safar <marek.safar at gmail.com>
Updated
2008-09-02 Marek Safar <marek.safar at gmail.com>
New test.
Removed finished tasks
Update bug number.
2008-09-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-03 Marek Safar <marek.safar at gmail.com>
New test.
Updated.
2008-09-03 Marek Safar <marek.safar at gmail.com>
2008-09-03 Marek Safar <marek.safar at gmail.com>
More tests.
Fixed test
2008-09-04 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-04 Marek Safar <marek.safar at gmail.com>
New test + optimizations update
2008-09-04 Marek Safar <marek.safar at gmail.com>
2008-09-04 Marek Safar <marek.safar at gmail.com>
Put back _ContextID
2008-09-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-04 Marek Safar <marek.safar at gmail.com>
2008-09-04 Marek Safar <marek.safar at gmail.com>
More tests.
New test.
2008-09-05 Marek Safar <marek.safar at gmail.com>
Bug in test.
2008-09-05 Marek Safar <marek.safar at gmail.com>
Put back cp to qh
2008-09-09 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-09-09 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-09 Marek Safar <marek.safar at gmail.com>
2008-09-09 Marek Safar <marek.safar at gmail.com>
2008-09-09 Marek Safar <marek.safar at gmail.com>
2008-09-09 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-10 Marek Safar <marek.safar at gmail.com>
2008-09-10 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-11 Marek Safar <marek.safar at gmail.com>
New tests.
Updated.
2008-09-11 Marek Safar <marek.safar at gmail.com>
2008-09-11 Marek Safar <marek.safar at gmail.com>
Update
2008-09-12 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-12 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-12 Marek Safar <marek.safar at gmail.com>
2008-09-12 Marek Safar <marek.safar at gmail.com>
2008-09-15 Marek Safar <marek.safar at gmail.com>
2008-09-17 Marek Safar <marek.safar at gmail.com>
Update.
Update
2008-09-17 Marek Safar <marek.safar at gmail.com>
New test.
Add dlls folder.
2008-09-18 Marek Safar <marek.safar at gmail.com>
New test, update
New tests.
2008-09-18 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-18 Marek Safar <marek.safar at gmail.com>
Add System.Core reference
2008-09-18 Marek Safar <marek.safar at gmail.com>
2008-09-18 Marek Safar <marek.safar at gmail.com>
New test, update
A test for #419888
2008-09-19 Marek Safar <marek.safar at gmail.com>
2008-09-19 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-19 Marek Safar <marek.safar at gmail.com>
2008-09-19 Marek Safar <marek.safar at gmail.com>
2008-09-19 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-19 Marek Safar <marek.safar at gmail.com>
Removed double spaces
2008-09-19 Marek Safar <marek.safar at gmail.com>
Flush
2008-09-22 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-22 Marek Safar <marek.safar at gmail.com>
New tests
New tests, and fixed buffer mcs -> gmcs switch.
2008-09-22 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-22 Marek Safar <marek.safar at gmail.com>
New tests.
2008-09-23 Marek Safar <marek.safar at gmail.com>
2008-09-23 Marek Safar <marek.safar at gmail.com>
Reset MCS_FLAGS flag
Copied USE_MCS_FLAGS
#
2008-09-23 Marek Safar <marek.safar at gmail.com>
2008-09-23 Marek Safar <marek.safar at gmail.com>
2008-09-23 Marek Safar <marek.safar at gmail.com>
2008-09-23 Marek Safar <marek.safar at gmail.com>
Compile Mono.CompilerServices.SymbolWriter after corlib
Add Mono.CompilerServices.SymbolWriter to 2.1 bootstrap
Move Mono.CompilerServices.SymbolWriter to build after 2.1 raw mscorlib
Am I going get it right this time
2008-09-24 Marek Safar <marek.safar at gmail.com>
Fixes the build
New tests.
Missing error message
Disable MS_COMPATIBILITY on Mono
Fixed broken test profile
Update.
Update
2008-09-25 Marek Safar <marek.safar at gmail.com>
2008-09-25 Marek Safar <marek.safar at gmail.com>
64 bits fix
2008-09-25 Marek Safar <marek.safar at gmail.com>
New test.
2008-09-26 Marek Safar <marek.safar at gmail.com>
2008-09-26 Marek Safar <marek.safar at gmail.com>
Removed unused name
2008-09-30 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-10-01 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-01 Marek Safar <marek.safar at gmail.com>
2008-10-01 Marek Safar <marek.safar at gmail.com>
New tests, updates.
2008-10-01 Marek Safar <marek.safar at gmail.com>
2008-10-01 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-10-01 Marek Safar <marek.safar at gmail.com>
2008-10-02 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-02 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-03 Marek Safar <marek.safar at gmail.com>
2008-10-03 Marek Safar <marek.safar at gmail.com>
New tests.
2008-10-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-04 Marek Safar <marek.safar at gmail.com>
Disabled for now
2008-10-05 Marek Safar <marek.safar at gmail.com>
Updated
2008-10-05 Marek Safar <marek.safar at gmail.com>
2008-10-08 Marek Safar <marek.safar at gmail.com>
Updates
Removed obsolete comment
2008-10-09 Marek Safar <marek.safar at gmail.com>
New tests, update.
2008-10-10 Marek Safar <marek.safar at gmail.com>
The default is now 4
Updated.
2008-10-10 Marek Safar <marek.safar at gmail.com>
Update.
2008-10-10 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-13 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-13 Marek Safar <marek.safar at gmail.com>
Add global alias test.
Update.
2008-10-13 Marek Safar <marek.safar at gmail.com>
2008-10-14 Marek Safar <marek.safar at gmail.com>
2008-10-14 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-14 Marek Safar <marek.safar at gmail.com>
New test.
2008-10-14 Marek Safar <marek.safar at gmail.com>
2008-10-15 Marek Safar <marek.safar at gmail.com>
Fixed build problem
2008-10-17 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2008-10-17 Marek Safar <marek.safar at gmail.com>
2008-10-17 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-03 Marek Safar <marek.safar at gmail.com>
2008-11-03 Marek Safar <marek.safar at gmail.com>
New test.
+ outline.cs
2008-11-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-03 Marek Safar <marek.safar at gmail.com>
2008-11-03 Marek Safar <marek.safar at gmail.com>
2008-11-03 Marek Safar <marek.safar at gmail.com>
New tests.
Disable unfinished code test.
2008-11-04 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-04 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2008-11-05 Marek Safar <marek.safar at gmail.com>
2008-11-05 Marek Safar <marek.safar at gmail.com>
2008-11-05 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-05 Marek Safar <marek.safar at gmail.com>
2008-11-05 Marek Safar <marek.safar at gmail.com>
New test.
Updated.
2008-11-06 Marek Safar <marek.safar at gmail.com>
Update.
2008-11-10 Marek Safar <marek.safar at gmail.com>
New tests.
2008-11-10 Marek Safar <marek.safar at gmail.com>
New test.
Fixing windows build
2008-11-11 Marek Safar <marek.safar at gmail.com>
New test + update
2008-11-12 Marek Safar <marek.safar at gmail.com>
New test + disabled 2 problematic
2008-11-13 Marek Safar <marek.safar at gmail.com>
New test
Add --verify-all
2008-11-13 Marek Safar <marek.safar at gmail.com>
2008-11-13 Marek Safar <marek.safar at gmail.com>
2008-11-13 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
2008-11-17 Marek Safar <marek.safar at gmail.com>
Flush
2008-11-18 Marek Safar <marek.safar at gmail.com>
New test.
Flush
2008-11-19 Marek Safar <marek.safar at gmail.com>
2008-11-19 Marek Safar <marek.safar at gmail.com>
2008-11-19 Marek Safar <marek.safar at gmail.com>
2008-11-20 Marek Safar <marek.safar at gmail.com>
Update after CurrentBlock optimization
2008-11-21 Marek Safar <marek.safar at gmail.com>
Flush
2008-11-21 Marek Safar <marek.safar at gmail.com>
2008-11-21 Marek Safar <marek.safar at gmail.com>
Remove obsolete code
2008-11-24 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-25 Marek Safar <marek.safar at gmail.com>
New tests.
fixes build
2008-11-25 Marek Safar <marek.safar at gmail.com>
2008-11-25 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-26 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-27 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-27 Marek Safar <marek.safar at gmail.com>
Updated.
2008-11-28 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-28 Marek Safar <marek.safar at gmail.com>
New test.
2008-11-28 Marek Safar <marek.safar at gmail.com>
New test.
2008-12-01 Marek Safar <marek.safar at gmail.com>
2008-12-01 Marek Safar <marek.safar at gmail.com>
2008-12-02 Marek Safar <marek.safar at gmail.com>
Show full name
New test.
2008-12-03 Marek Safar <marek.safar at gmail.com>
2008-12-03 Marek Safar <marek.safar at gmail.com>
New test.
2008-12-03 Marek Safar <marek.safar at gmail.com>
2008-12-11 Marek Safar <marek.safar at gmail.com>
New test.
2008-12-12 Marek Safar <marek.safar at gmail.com>
New tests.
2008-12-16 Marek Safar <marek.safar at gmail.com>
New tests.
2008-12-18 Marek Safar <marek.safar at gmail.com>
2008-12-18 Marek Safar <marek.safar at gmail.com>
2008-12-18 Marek Safar <marek.safar at gmail.com>
New test.
2008-12-18 Marek Safar <marek.safar at gmail.com>
New tests.
2008-12-18 Marek Safar <marek.safar at gmail.com>
New test.
Set svn:eol-style
2008-12-28 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2008-12-29 Marek Safar <marek.safar at gmail.com>
2008-12-29 Marek Safar <marek.safar at gmail.com>
2008-12-29 Marek Safar <marek.safar at gmail.com>
2008-12-29 Marek Safar <marek.safar at gmail.com>
2008-12-29 Marek Safar <marek.safar at gmail.com>
New tests.
2008-12-30 Marek Safar <marek.safar at gmail.com>
2008-12-30 Marek Safar <marek.safar at gmail.com>
New test.
2008-12-30 Marek Safar <marek.safar at gmail.com>
2008-12-30 Marek Safar <marek.safar at gmail.com>
2009-01-02 Marek Safar <marek.safar at gmail.com>
build 1.1 profile fix
2009-01-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-01-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-02 Marek Safar <marek.safar at gmail.com>
2009-01-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-04 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-05 Marek Safar <marek.safar at gmail.com>
New tests.
2009-01-05 Marek Safar <marek.safar at gmail.com>
Report also related member location.
New test.
2009-01-05 Marek Safar <marek.safar at gmail.com>
2009-01-05 Marek Safar <marek.safar at gmail.com>
2009-01-05 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-05 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-05 Marek Safar <marek.safar at gmail.com>
Update.
Try to revert major Banshee bug fix.
2009-01-06 Marek Safar <marek.safar at gmail.com>
New test, update
New test.
Report correctly anonymous type primitives
Test enabled
Put back temporary disabled fix.
Print full name.
warning.
2009-01-15 Marek Safar <marek.safar at gmail.com>
New tests.
2009-01-15 Marek Safar <marek.safar at gmail.com>
set svn:eol-style
2009-01-15 Marek Safar <marek.safar at gmail.com>
New tests.
2009-01-16 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-17 Marek Safar <marek.safar at gmail.com>
Update.
Flush.
2009-01-18 Marek Safar <marek.safar at gmail.com>
2009-01-21 Marek Safar <marek.safar at gmail.com>
2009-01-23 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-23 Marek Safar <marek.safar at gmail.com>
2009-01-23 Marek Safar <marek.safar at gmail.com>
build fix
2009-01-26 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-26 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-26 Marek Safar <marek.safar at gmail.com>
New test.
Replace FullName with CSharpSignature
2009-01-27 Marek Safar <marek.safar at gmail.com>
2009-01-27 Marek Safar <marek.safar at gmail.com>
2009-01-27 Marek Safar <marek.safar at gmail.com>
New test, update.
2009-01-28 Marek Safar <marek.safar at gmail.com>
Update.
Better error message.
New test, update.
2009-01-28 Marek Safar <marek.safar at gmail.com>
New test.
2009-01-29 Marek Safar <marek.safar at gmail.com>
2009-01-29 Marek Safar <marek.safar at gmail.com>
2009-01-29 Marek Safar <marek.safar at gmail.com>
2009-01-30 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-01 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-02-03 Marek Safar <marek.safar at gmail.com>
New test, update.
2009-02-04 Marek Safar <marek.safar at gmail.com>
Sealed internal comparers.
1 test fixed
Enable full verifier for 1.1
Enable full verifier
2009-02-06 Marek Safar <marek.safar at gmail.com>
Update.
2009-02-06 Marek Safar <marek.safar at gmail.com>
Optmize modifiers setting
2009-02-09 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-09 Marek Safar <marek.safar at gmail.com>
Update.
Enabled full verify for 2.0 profile
2009-02-10 Marek Safar <marek.safar at gmail.com>
2009-02-11 Marek Safar <marek.safar at gmail.com>
2009-02-11 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-11 Marek Safar <marek.safar at gmail.com>
2009-02-11 Marek Safar <marek.safar at gmail.com>
2009-02-12 Marek Safar <marek.safar at gmail.com>
2009-02-12 Marek Safar <marek.safar at gmail.com>
New tests.
2009-02-12 Marek Safar <marek.safar at gmail.com>
2009-02-13 Marek Safar <marek.safar at gmail.com>
New tests.
2009-02-13 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-13 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-14 Marek Safar <marek.safar at gmail.com>
2009-02-16 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2009-02-16 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-17 Marek Safar <marek.safar at gmail.com>
2009-02-17 Marek Safar <marek.safar at gmail.com>
2009-02-17 Marek Safar <marek.safar at gmail.com>
2009-02-18 Marek Safar <marek.safar at gmail.com>
2009-02-18 Marek Safar <marek.safar at gmail.com>
New tests
2009-02-18 Marek Safar <marek.safar at gmail.com>
New tests.
2009-02-18 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-18 Marek Safar <marek.safar at gmail.com>
New test.
Fixes build.
Fixed bug number
2009-02-18 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-19 Marek Safar <marek.safar at gmail.com>
New tests.
Updated with latest changes
2009-02-19 Marek Safar <marek.safar at gmail.com>
2009-02-20 Marek Safar <marek.safar at gmail.com>
New test.
Fixed broken test.
2009-02-21 Marek Safar <marek.safar at gmail.com>
2009-02-23 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-02-23 Marek Safar <marek.safar at gmail.com>
2009-02-23 Marek Safar <marek.safar at gmail.com>
2009-02-23 Marek Safar <marek.safar at gmail.com>
2009-02-24 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-24 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-25 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-25 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-26 Marek Safar <marek.safar at gmail.com>
New test.
2009-02-26 Marek Safar <marek.safar at gmail.com>
2009-02-27 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-03 Marek Safar <marek.safar at gmail.com>
New tests.
2009-03-03 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-03 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-03 Marek Safar <marek.safar at gmail.com>
New test.
New test.
Updated.
2009-03-04 Marek Safar <marek.safar at gmail.com>
New tests.
2009-03-05 Marek Safar <marek.safar at gmail.com>
Less static is good for my health.
New test.
Add missing const.
2009-03-08 Marek Safar <marek.safar at gmail.com>
New tests.
2009-03-09 Marek Safar <marek.safar at gmail.com>
2009-03-11 Marek Safar <marek.safar at gmail.com>
This should not go in.
2009-03-11 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-16 Marek Safar <marek.safar at gmail.com>
2009-03-17 Marek Safar <marek.safar at gmail.com>
2009-03-18 Marek Safar <marek.safar at gmail.com>
2009-03-18 Marek Safar <marek.safar at gmail.com>
New tests.
2009-03-18 Marek Safar <marek.safar at gmail.com>
Update.
2009-03-19 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-23 Marek Safar <marek.safar at gmail.com>
2009-03-23 Marek Safar <marek.safar at gmail.com>
New test.
Removed obsolete test
2009-03-23 Marek Safar <marek.safar at gmail.com>
New test.
2009-03-24 Marek Safar <marek.safar at gmail.com>
2009-03-26 Marek Safar <marek.safar at gmail.com>
2009-03-27 Marek Safar <marek.safar at gmail.com>
New tests.
2009-03-27 Marek Safar <marek.safar at gmail.com>
Use TypeManager wrapper
2009-04-06 Marek Safar <marek.safar at gmail.com>
2009-04-06 Marek Safar <marek.safar at gmail.com>
New tests.
2009-04-13 Marek Safar <marek.safar at gmail.com>
Better test.
2009-04-14 Marek Safar <marek.safar at gmail.com>
New test.
Updated
Reverted r132592
2009-04-28 Marek Safar <marek.safar at gmail.com>
New test.
2009-05-08 Marek Safar <marek.safar at gmail.com>
New test.
2009-05-21 Marek Safar <marek.safar at gmail.com>
New test.
2009-05-21 Marek Safar <marek.safar at gmail.com>
New test.
2009-05-26 Rodrigo Kumpera <rkumpera at novell.com>
New test.
2009-05-27 Marek Safar <marek.safar at gmail.com>
New tests, updates
2009-05-29 Marek Safar <marek.safar at gmail.com>
New tests.
New tests, updates.
2009-06-01 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-06-02 Marek Safar <marek.safar at gmail.com>
2009-06-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-06-03 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
eol-style
Add 4.0 stuff
2009-06-03 Marek Safar <marek.safar at gmail.com>
Add handling of new net_4_0 profile
Should fixed the build.
2009-06-04 Marek Safar <marek.safar at gmail.com>
Fixes build.
Add BOOTSTRAP_NET_4_0
2009-06-04 Marek Safar <marek.safar at gmail.com>
Add net_4_0_bootstrap
2009-06-04 Marek Safar <marek.safar at gmail.com>
New test.
Removed enabled test.
2009-06-04 Marek Safar <marek.safar at gmail.com>
New test.
Distribute new files
Distribute the profiles
More work on 4.0 profile
More work on 4.0 profile
2009-06-04 Marek Safar <marek.safar at gmail.com>
Fixes build.
This should work
Revert last 2 chances
2009-06-05 Marek Safar <marek.safar at gmail.com>
2009-06-05 Marek Safar <marek.safar at gmail.com>
2009-06-05 Marek Safar <marek.safar at gmail.com>
2009-06-07 Marek Safar <marek.safar at gmail.com>
2009-06-07 Marek Safar <marek.safar at gmail.com>
Fixed bug number
Enabled 4.0 features for bootstrap too.
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
Initialize AllInternalsVisible
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
New error message.
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-10 Marek Safar <marek.safar at gmail.com>
2009-06-11 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
Support all versions in mcs
2009-06-16 Marek Safar <marek.safar at gmail.com>
2009-06-16 Marek Safar <marek.safar at gmail.com>
2009-06-16 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2009-06-16 Marek Safar <marek.safar at gmail.com>
New test.
2009-06-17 Marek Safar <marek.safar at gmail.com>
New tests.
2009-06-17 Marek Safar <marek.safar at gmail.com>
New tests.
2009-06-17 Marek Safar <marek.safar at gmail.com>
2009-06-17 Marek Safar <marek.safar at gmail.com>
Error message updated
2009-06-17 Marek Safar <marek.safar at gmail.com>
Add more tests.
svn:eol-style
2009-06-21 Marek Safar <marek.safar at gmail.com>
2009-06-22 Marek Safar <marek.safar at gmail.com>
Fixes build.
Message update
2009-06-23 Marek Safar <marek.safar at gmail.com>
2009-06-24 Marek Safar <marek.safar at gmail.com>
New tests.
2009-06-24 Marek Safar <marek.safar at gmail.com>
New test.
2009-06-26 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
needs gmcs
Updated
New test.
2009-06-29 Marek Safar <marek.safar at gmail.com>
2009-06-29 Marek Safar <marek.safar at gmail.com>
2009-06-29 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2009-07-01 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2009-07-01 Marek Safar <marek.safar at gmail.com>
New tests.
New test.
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-02 Marek Safar <marek.safar at gmail.com>
Flush.
2009-07-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-02 Marek Safar <marek.safar at gmail.com>
2009-07-06 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-08 Marek Safar <marek.safar at gmail.com>
New tests.
Updated.
2009-07-10 Marek Safar <marek.safar at gmail.com>
Fixed public key
2009-07-13 Marek Safar <marek.safar at gmail.com>
2009-07-13 Marcus Griep <marcus at griep.us>
New tests.
2009-07-14 Marek Safar <marek.safar at gmail.com>
2009-07-15 Marek Safar <marek.safar at gmail.com>
2009-07-16 Marek Safar <marek.safar at gmail.com>
New tests.
2009-07-16 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-16 Marek Safar <marek.safar at gmail.com>
Run the test.
2009-07-22 Marek Safar <marek.safar at gmail.com>
2009-07-22 Marek Safar <marek.safar at gmail.com>
New test & update.
2009-07-22 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-23 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-23 Marek Safar <marek.safar at gmail.com>
2009-07-23 Marek Safar <marek.safar at gmail.com>
Push GetFieldFromHandle to BOOTSTRAP_NET_2_0
2009-07-24 Marek Safar <marek.safar at gmail.com>
2009-07-24 Marek Safar <marek.safar at gmail.com>
New tests.
2009-07-27 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-27 Marek Safar <marek.safar at gmail.com>
2009-07-27 Marek Safar <marek.safar at gmail.com>
New test.
2009-07-27 Marek Safar <marek.safar at gmail.com>
2009-07-27 Marek Safar <marek.safar at gmail.com>
Fixes build.
2009-07-28 Marek Safar <marek.safar at gmail.com>
Updated.
2009-07-28 Marek Safar <marek.safar at gmail.com>
2009-07-29 Marek Safar <marek.safar at gmail.com>
2008-07-29 Marek Safar <marek.safar at gmail.com>
Forget to commit.
2009-07-29 Marek Safar <marek.safar at gmail.com>
2009-07-29 Marek Safar <marek.safar at gmail.com>
Use correct naming, add 4.0 profile
Add 4.0 profile
2009-07-29 Marek Safar <marek.safar at gmail.com>
Fixes build.
2009-07-30 Marek Safar <marek.safar at gmail.com>
2009-07-30 Marek Safar <marek.safar at gmail.com>
2009-07-30 Marek Safar <marek.safar at gmail.com>
2009-07-30 Marek Safar <marek.safar at gmail.com>
Updated.
2009-07-31 Marek Safar <marek.safar at gmail.com>
2009-08-03 Marek Safar <marek.safar at gmail.com>
2009-08-03 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-03 Marek Safar <marek.safar at gmail.com>
New tests.
2009-08-04 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-04 Marek Safar <marek.safar at gmail.com>
2009-08-05 Marek Safar <marek.safar at gmail.com>
Updated.
Missing eol-style
Add some 4.0 bits
2009-08-04 Marek Safar <marek.safar at gmail.com>
ChangeLog
Missing eol-style
Updated
Wrong file name.
2009-08-07 Marek Safar <marek.safar at gmail.com>
2009-08-07 Marek Safar <marek.safar at gmail.com>
2009-08-07 Marek Safar <marek.safar at gmail.com>
New tests.
2009-08-07 Marek Safar <marek.safar at gmail.com>
2009-08-10 Marek Safar <marek.safar at gmail.com>
2009-08-11 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-12 Marek Safar <marek.safar at gmail.com>
2009-08-12 Marek Safar <marek.safar at gmail.com>
2009-08-13 Marek Safar <marek.safar at gmail.com>
2009-08-13 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-13 Marek Safar <marek.safar at gmail.com>
2009-08-13 Marek Safar <marek.safar at gmail.com>
More tests.
2009-08-14 Marek Safar <marek.safar at gmail.com>
Updated.
2009-08-14 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-14 Marek Safar <marek.safar at gmail.com>
2009-08-17 Marek Safar <marek.safar at gmail.com>
2009-08-17 Marek Safar <marek.safar at gmail.com>
2009-08-18 Marek Safar <marek.safar at gmail.com>
2009-08-18 Marek Safar <marek.safar at gmail.com>
New tests.
2009-08-18 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-19 Marek Safar <marek.safar at gmail.com>
New tests.
2009-08-19 Marek Safar <marek.safar at gmail.com>
2009-08-19 Marek Safar <marek.safar at gmail.com>
New test.
2009-08-19 Marek Safar <marek.safar at gmail.com>
2009-08-21 Marek Safar <marek.safar at gmail.com>
Updated.
2009-08-21 Marek Safar <marek.safar at gmail.com>
2009-08-21 Marek Safar <marek.safar at gmail.com>
2009-08-21 Marek Safar <marek.safar at gmail.com>
2009-08-21 Marek Safar <marek.safar at gmail.com>
2009-08-21 Marek Safar <marek.safar at gmail.com>
2009-08-24 Marek Safar <marek.safar at gmail.com>
2009-08-24 Marek Safar <marek.safar at gmail.com>
2009-08-25 Marek Safar <marek.safar at gmail.com>
2009-08-25 Marek Safar <marek.safar at gmail.com>
Requires gmcs
Removed no longer used DeclContainer
2009-08-25 Marek Safar <marek.safar at gmail.com>
Fixes a warning.
2009-08-25 Marek Safar <marek.safar at gmail.com>
New test.
New test, msg update.
2009-09-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-02 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-02 Marek Safar <marek.safar at gmail.com>
2009-09-03 Marek Safar <marek.safar at gmail.com>
2009-09-04 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-04 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-09-07 Marek Safar <marek.safar at gmail.com>
Better description.
2009-09-07 Marek Safar <marek.safar at gmail.com>
New tests.
Check the test results.
Fixes build
Fixes pre 2.0 bootstrap
2009-09-07 Marek Safar <marek.safar at gmail.com>
2009-09-08 Marek Safar <marek.safar at gmail.com>
2009-09-08 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-09-08 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-08 Marek Safar <marek.safar at gmail.com>
Wrong bug number.
New tests.
2009-09-08 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-09 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-09 Marek Safar <marek.safar at gmail.com>
2009-09-11 Marek Safar <marek.safar at gmail.com>
2009-09-11 Marek Safar <marek.safar at gmail.com>
2009-09-11 Marek Safar <marek.safar at gmail.com>
Expose more stuff for 4.0 bootstrap
Prepared for net_4_0_bootsrap
2009-09-11 Marek Safar <marek.safar at gmail.com>
2009-09-11 Marek Safar <marek.safar at gmail.com>
2009-09-11 Marek Safar <marek.safar at gmail.com>
Add Mono.Posix to 4.0 bootstrap
2008-09-11 Marek Safar <marek.safar at gmail.com>
Add NO_BUILD for invalid profiles
Moved System.Core up to top of build order
2009-09-11 Marek Safar <marek.safar at gmail.com>
New tests.
Updated.
More 4.0 bootstrap work
Bootstrap 4.0 Mono.Posix
Some compatibility work
2009-09-15 Marek Safar <marek.safar at gmail.com>
New tests.
2009-09-16 Marek Safar <marek.safar at gmail.com>
2009-09-16 Marek Safar <marek.safar at gmail.com>
Initial set enabled.
New tests.
2009-09-17 Marek Safar <marek.safar at gmail.com>
New tests.
2009-09-17 Marek Safar <marek.safar at gmail.com>
2009-09-18 Marek Safar <marek.safar at gmail.com>
2009-09-18 Marek Safar <marek.safar at gmail.com>
New tests.
2009-09-18 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-09-22 Marek Safar <marek.safar at gmail.com>
New tests.
2009-09-22 Marek Safar <marek.safar at gmail.com>
2009-09-22 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-22 Marek Safar <marek.safar at gmail.com>
Needed during 2.0 bootstrap
2009-09-23 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-24 Marek Safar <marek.safar at gmail.com>
2009-09-24 Marek Safar <marek.safar at gmail.com>
Fixes 2.1 build
2009-09-25 Marek Safar <marek.safar at gmail.com>
2009-09-25 Marek Safar <marek.safar at gmail.com>
New tests.
2009-09-28 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-29 Marek Safar <marek.safar at gmail.com>
2009-09-29 Marek Safar <marek.safar at gmail.com>
Error message updated.
More tests.
2009-09-30 Marek Safar <marek.safar at gmail.com>
New test.
2009-09-30 Marek Safar <marek.safar at gmail.com>
2009-09-30 Marek Safar <marek.safar at gmail.com>
More tests.
2009-09-30 Marek Safar <marek.safar at gmail.com>
Default to 2.0 profile
Default to 2.0 profile
Removed 1.1 and fixed 4.0 profile
Removed data/net_1_1/Makefile
Removed etc/mono/1.0/machine.config symlink
Disabled quiet for now.
Fow now fixes make dist
Oups, this it the right version.
Too early removal of etc/mono/1.0/machine.config
Another Cecil path.
Put quiet mode back
Cecil path.
net_1_1 is not valid
2009-10-01 Marek Safar <marek.safar at gmail.com>
Not yet ready not distribute 1.0 machine.config
Oups, resgen was missing in 2.0
Be explicit for 1.1
Revert r143123
More culevel hacking
2009-10-01 Marek Safar <marek.safar at gmail.com>
Don't build with debug symbols
2009-10-01 Marek Safar <marek.safar at gmail.com>
Run tester in verbose mode
Removed rm $RPM_BUILD_ROOT%_prefix/lib/mono/1.0/Mono.Security.Win32.dll
Removed more 1.0 files.
jay is not installed
2009-10-01 Marek Safar <marek.safar at gmail.com>
Missed this one
2009-10-01 Marek Safar <marek.safar at gmail.com>
2009-10-01 Marek Safar <marek.safar at gmail.com>
Use bootcompiler for basic
Manually force cyclic dependency
Link simple and 2.0 bootrap profiles
Stop messing with profile names.
Update local monolite basic files
2009-10-02 Marek Safar <marek.safar at gmail.com>
Removed bin/mcs
Removed wrong reference
Better exception message
2009-10-02 Marek Safar <marek.safar at gmail.com>
2009-10-02 Marek Safar <marek.safar at gmail.com>
New test.
New test.
Removed mcs references
Removed unused test.
Removed more obsolete defines
2009-10-02 Marek Safar <marek.safar at gmail.com>
Fixes build.
Use correct net_2_0 gmcs location
Missing a new file
Fixed external_mcs name
Fixes make dist.
Updated.
2009-10-05 Marek Safar <marek.safar at gmail.com>
reverted
Updated.
Report more important error first.
2009-10-05 Marek Safar <marek.safar at gmail.com>
New tests.
2009-10-05 Marek Safar <marek.safar at gmail.com>
New test.
2009-10-06 Marek Safar <marek.safar at gmail.com>
2009-10-07 Marek Safar <marek.safar at gmail.com>
2009-10-07 Marek Safar <marek.safar at gmail.com>
New tests.
Fixed gmcs name
Don't execute anything on dist
Removed 1.1 profile reference
Fixed source list.
More tests.
2009-10-08 Marek Safar <marek.safar at gmail.com>
Error reporting.
Updated.
2009-10-08 Marek Safar <marek.safar at gmail.com>
Unused variable.
2009-10-13 Marek Safar <marek.safar at novell.com>
2009-10-13 Marek Safar <marek.safar at gmail.com>
2009-10-13 Marek Safar <marek.safar at gmail.com>
2009-10-14 Marek Safar <marek.safar at gmail.com>
2009-10-14 Marek Safar <marek.safar at gmail.com>
New test.
Updated.
2009-10-14 Marek Safar <marek.safar at gmail.com>
flush
2009-10-14 Marek Safar <marek.safar at gmail.com>
reordered null check
2009-10-15 Marek Safar <marek.safar at gmail.com>
New tests.
2009-10-15 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2009-10-16 Marek Safar <marek.safar at gmail.com>
New tests.
2009-10-16 Marek Safar <marek.safar at gmail.com>
2009-10-19 Marek Safar <marek.safar at gmail.com>
4.0 b2 update
2009-10-19 Marek Safar <marek.safar at gmail.com>
2009-10-19 Marek Safar <marek.safar at gmail.com>
Add few more simple bits.
Updated.
2009-10-20 Marek Safar <marek.safar at gmail.com>
2009-10-20 Marek Safar <marek.safar at gmail.com>
2009-10-20 Marek Safar <marek.safar at gmail.com>
2009-10-20 Marek Safar <marek.safar at gmail.com>
Still some 1.1 references
More 1.1 removal
4.0 bootstrap
Add type variance
2009-10-20 Marek Safar <marek.safar at gmail.com>
Updated.
2009-10-20 Marek Safar <marek.safar at gmail.com>
Fixes build
Updated.
2009-10-21 Marek Safar <marek.safar at gmail.com>
2009-10-21 Marek Safar <marek.safar at gmail.com>
2009-10-22 Marek Safar <marek.safar at gmail.com>
Fixed Clear signature
NET_2_0 cleanup
2009-10-22 Marek Safar <marek.safar at gmail.com>
2009-10-22 Marek Safar <marek.safar at gmail.com>
Updated.
2009-10-22 Marek Safar <marek.safar at gmail.com>
2009-10-22 Marek Safar <marek.safar at gmail.com>
2009-10-23 Marek Safar <marek.safar at gmail.com>
Forget to commit
2009-10-23 Marek Safar <marek.safar at gmail.com>
Updated.
2009-10-23 Marek Safar <marek.safar at gmail.com>
Commit correct version
2009-10-23 Marek Safar <marek.safar at gmail.com>
Removed CLR2
Flush some comments
2009-10-26 Marek Safar <marek.safar at gmail.com>
2009-10-27 Marek Safar <marek.safar at gmail.com>
Have to step back here
2009-10-27 Marek Safar <marek.safar at gmail.com>
CS1526 error recovery
2009-10-28 Marek Safar <marek.safar at gmail.com>
Workaround strange repl behaviour
New tests.
2009-10-29 Marek Safar <marek.safar at gmail.com>
New test.
2009-10-30 Marek Safar <marek.safar at gmail.com>
2009-10-30 Marek Safar <marek.safar at gmail.com>
More tests.
2009-10-30 Marek Safar <marek.safar at gmail.com>
2009-10-30 Marek Safar <marek.safar at gmail.com>
2009-11-03 Marek Safar <marek.safar at gmail.com>
2009-11-03 Marek Safar <marek.safar at gmail.com>
More tests.
2009-11-04 Marek Safar <marek.safar at gmail.com>
2009-11-04 Marek Safar <marek.safar at gmail.com>
More tests.
2009-11-05 Marek Safar <marek.safar at gmail.com>
New tests.
2009-11-05 Marek Safar <marek.safar at gmail.com>
Use version file masks
2009-11-05 Marek Safar <marek.safar at gmail.com>
New tests.
2009-11-06 Marek Safar <marek.safar at gmail.com>
More tests.
2009-11-07 Marek Safar <marek.safar at gmail.com>
New test.
2009-11-09 Marek Safar <marek.safar at gmail.com>
2009-11-09 Marek Safar <marek.safar at gmail.com>
2009-11-10 Marek Safar <marek.safar at gmail.com>
New tests.
Build using 4.0 clr
2009-11-11 Marek Safar <marek.safar at gmail.com>
2009-11-11 Marek Safar <marek.safar at gmail.com>
More tests.
More tests.
New test
2009-11-12 Marek Safar <marek.safar at gmail.com>
New tests.
2009-11-12 Marek Safar <marek.safar at gmail.com>
More tests.
2009-11-13 Marek Safar <marek.safar at gmail.com>
2009-11-13 Marek Safar <marek.safar at gmail.com>
Fixes 4.0 build
Warnings cleanup
2009-11-13 Marek Safar <marek.safar at gmail.com>
2009-11-13 Marek Safar <marek.safar at gmail.com>
2009-11-13 Marek Safar <marek.safar at seznam.cz>
Add to bootstrap
2009-11-13 Marek Safar <marek.safar at gmail.com>
New tests.
2009-11-16 Marek Safar <marek.safar at gmail.com>
2009-11-16 Marek Safar <marek.safar at gmail.com>
New test.
2009-11-16 Marek Safar <marek.safar at gmail.com>
Enable fixed tests.
2009-11-17 Marek Safar <marek.safar at gmail.com>
2009-11-18 Marek Safar <marek.safar at gmail.com>
app_id thread safety
2009-11-18 Marek Safar <marek.safar at gmail.com>
2009-11-18 Marek Safar <marek.safar at gmail.com>
2009-11-18 Marek Safar <marek.safar at gmail.com>
2009-11-19 Marek Safar <marek.safar at gmail.com>
2009-11-19 Marek Safar <marek.safar at gmail.com>
dmcs update.
2009-11-20 Marek Safar <marek.safar at gmail.com>
Updated.
Removed unneeded flag
2009-11-20 Marek Safar <marek.safar at gmail.com>
Unused
2009-11-23 Marek Safar <marek.safar at gmail.com>
2009-11-23 Marek Safar <marek.safar at gmail.com>
2009-11-24 Marek Safar <marek.safar at gmail.com>
Updated.
2009-11-24 Marek Safar <marek.safar at gmail.com>
2009-11-24 Marek Safar <marek.safar at gmail.com>
Fixes build.
2009-11-25 Marek Safar <marek.safar at gmail.com>
Forget to commit
2009-11-26 Marek Safar <marek.safar at gmail.com>
forget to save
2009-11-26 Marek Safar <marek.safar at gmail.com>
Updated.
unused using
2009-11-26 Marek Safar <marek.safar at gmail.com>
2009-11-26 Marek Safar <marek.safar at gmail.com>
This shouldn't go in
2009-11-26 Marek Safar <marek.safar at gmail.com>
2009-11-26 Marek Safar <marek.safar at gmail.com>
More tests, update
2009-11-26 Marek Safar <marek.safar at gmail.com>
New test.
2009-11-26 Marek Safar <marek.safar at gmail.com>
2009-11-26 Marek Safar <marek.safar at gmail.com>
2009-11-26 Marek Safar <marek.safar at gmail.com>
New test.
2009-11-26 Marek Safar <marek.safar at gmail.com>
2009-11-26 Marek Safar <marek.safar at gmail.com>
New test.
Fix 64bit
2009-11-27 Marek Safar <marek.safar at gmail.com>
2009-11-27 Marek Safar <marek.safar at gmail.com>
2009-11-27 Marek Safar <marek.safar at gmail.com>
Use global alias for Resize
2009-11-30 Marek Safar <marek.safar at gmail.com>
2009-11-30 Marek Safar <marek.safar at gmail.com>
New test.
Move docs.
2009-12-01 Marek Safar <marek.safar at gmail.com>
Mono.CSharp relocation
Use normal documentation structure
2009-12-01 Marek Safar <marek.safar at gmail.com>
New tests.
removed extra dist
2009-12-02 Marek Safar <marek.safar at gmail.com>
2009-12-02 Marek Safar <marek.safar at gmail.com>
2009-12-02 Marek Safar <marek.safar at gmail.com>
2009-12-02 Marek Safar <marek.safar at gmail.com>
More tests.
flush.
2009-12-03 Marek Safar <marek.safar at gmail.com>
2009-12-03 Marek Safar <marek.safar at gmail.com>
Moved ConcurrentBag to system.dll
Add missing attributes.
Add missing attributes.
2009-12-03 Marek Safar <marek.safar at gmail.com>
2009-12-03 Marek Safar <marek.safar at gmail.com>
2009-12-04 Marek Safar <marek.safar at gmail.com>
Updated.
Make ready for bootstrap.
2009-12-07 Marek Safar <marek.safar at gmail.com>
2009-12-07 Marek Safar <marek.safar at gmail.com>
2009-12-08 Marek Safar <marek.safar at gmail.com>
2009-12-08 Marek Safar <marek.safar at gmail.com>
2009-12-08 Marek Safar <marek.safar at gmail.com>
New test.
2009-12-08 Marek Safar <marek.safar at gmail.com>
2009-12-08 Marek Safar <marek.safar at gmail.com>
2009-12-09 Marek Safar <marek.safar at gmail.com>
2009-12-10 Marek Safar <marek.safar at gmail.com>
2009-12-10 Marek Safar <marek.safar at gmail.com>
New test.
Disabled delegate test for now
2009-12-10 Marek Safar <marek.safar at gmail.com>
Fixes build.
2009-12-11 Marek Safar <marek.safar at gmail.com>
2009-12-14 Marek Safar <marek.safar at gmail.com>
Error message formating.
New test.
2009-12-15 Marek Safar <marek.safar at gmail.com>
Add net_2_1 bootstrap
2009-12-15 Marek Safar <marek.safar at gmail.com>
2009-12-15 Marek Safar <marek.safar at gmail.com>
Updated
Fixes build with obsolete runtime
2009-12-15 Marek Safar <marek.safar at gmail.com>
Add more logging
Updated after UT fixes
New tests.
2009-12-17 Marek Safar <marek.safar at gmail.com>
Build using bootstrap compiler
2009-12-17 Marek Safar <marek.safar at gmail.com>
Build System.Core early enough in 2.1
2009-12-17 Marek Safar <marek.safar at gmail.com>
2010-01-07 Marek Safar <marek.safar at gmail.com>
2010-01-07 Marek Safar <marek.safar at gmail.com>
Forget to commit this one.
Reference Mono.CSharp instead of .exe
oups, removed too much
Rebuild Mono.CSharp first
Removed duplicate usings and 1.1 code
2010-01-12 Marek Safar <marek.safar at gmail.com>
Reverted r149419.
2010-01-13 Marek Safar <marek.safar at gmail.com>
New tests.
Warnings cleanup
Enabled variance tests.
2010-01-13 Marek Safar <marek.safar at gmail.com>
New test.
flush
2010-01-13 Marek Safar <marek.safar at gmail.com>
2010-01-13 Marek Safar <marek.safar at gmail.com>
2010-01-14 Marek Safar <marek.safar at gmail.com>
2010-01-15 Marek Safar <marek.safar at gmail.com>
updated
2010-01-15 Marek Safar <marek.safar at gmail.com>
Updated.
Updated compiler check error message.
2010-01-25 Marek Safar <marek.safar at gmail.com>
New test.
2010-01-26 Marek Safar <marek.safar at gmail.com>
2010-01-28 Marek Safar <marek.safar at gmail.com>
Better exception message.
2010-02-02 Marek Safar <marek.safar at gmail.com>
More tests.
2010-02-02 Marek Safar <marek.safar at gmail.com>
2010-02-08 Marek Safar <marek.safar at gmail.com>
New test.
2010-02-10 Marek Safar <marek.safar at gmail.com>
2010-02-10 Marek Safar <marek.safar at gmail.com>
Track RC API changes.
Updated.
New test.
2010-02-17 Marek Safar <marek.safar at gmail.com>
2010-02-23 Marek Safar <marek.safar at gmail.com>
Zip tests.
2010-02-24 Marek Safar <marek.safar at gmail.com>
New test.
2010-02-24 Marek Safar <marek.safar at gmail.com>
New test.
2010-03-02 Marek Safar <marek.safar at gmail.com>
Fixing the build.
Some old attributes.
Some old attributes.
New test.
Removed mjs
updated
2010-03-02 Marek Safar <marek.safar at gmail.com>
mono does not support auto detection yet
Fixes build
2010-03-02 Marek Safar <marek.safar at gmail.com>
2010-03-04 Marek Safar <marek.safar at gmail.com>
2010-03-04 Marek Safar <marek.safar at gmail.com>
New test.
A version which works with hacked eval
2010-03-09 Marek Safar <marek.safar at gmail.com>
2010-03-11 Marek Safar <marek.safar at gmail.com>
Updated.
2010-03-11 Marek Safar <marek.safar at gmail.com>
Use existing accessor for explicit
New tests.
different check
New test.
Formatting.
2010-03-25 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2010-03-26 Marek Safar <marek.safar at gmail.com>
Made the check more transparent
New test.
New tests.
Flush more pending tests.
More tests.
2010-04-02 Marek Safar <marek.safar at gmail.com>
internal and abstract do not play together
2010-04-06 Marek Safar <marek.safar at gmail.com>
property cleanup
2010-04-06 Marek Safar <marek.safar at gmail.com>
2010-04-06 Marek Safar <marek.safar at gmail.com>
properties cleanup.
Properties cleanup.
2010-04-06 Marek Safar <marek.safar at gmail.com>
Add IInvokeOnGetBinder.cs
flush
flush
flush
New tests.
Need it for bootstrap
2010-04-12 Marek Safar <marek.safar at gmail.com>
Updated.
It should not compile.
New tests.
2010-04-12 Marek Safar <marek.safar at gmail.com>
2010-04-12 Marek Safar <marek.safar at gmail.com>
Fixed typo and 4.0 file version
Removed explicit COM reference and made sealed
2010-04-23 Marek Safar <marek.safar at gmail.com>
Fixed warning
2010-05-27 Marek Safar <marek.safar at gmail.com>
New tests.
flush
Forget this one
2010-05-27 Marek Safar <marek.safar at gmail.com>
2010-05-27 Marek Safar <marek.safar at gmail.com>
Flush (work in progress)
properties
New tests.
2010-04-27 Marek Safar <marek.safar at gmail.com>
New tests.
2010-05-27 Marek Safar <marek.safar at gmail.com>
2010-05-27 Marek Safar <marek.safar at gmail.com>
2010-05-27 Marek Safar <marek.safar at gmail.com>
fixes build
better integration
svn:eolstyle
use correct path
put jay2008 back
flush
2010-05-28 Marek Safar <marek.safar at gmail.com>
Don't double set location
2010-04-28 Marek Safar <marek.safar at gmail.com>
2010-04-28 Marek Safar <marek.safar at gmail.com>
removed debug info
2010-04-28 Marek Safar <marek.safar at gmail.com>
set eolstyle correctly
set eolstyle correctly
GetField requires explicit binding arguments
New tests.
2010-04-28 Marek Safar <marek.safar at gmail.com>
Fixes full local test rule
2010-04-28 Marek Safar <marek.safar at gmail.com>
Allow setting interactive base class with Type
Track API change
Don't reload core types.
2010-04-28 Marek Safar <marek.safar at gmail.com>
New test.
2010-04-29 Marek Safar <marek.safar at gmail.com>
New test.
Turn eval test into normal test case
Don't initialize core types to early
2010-04-29 Marek Safar <marek.safar at gmail.com>
New tests.
2010-04-29 Marek Safar <marek.safar at gmail.com>
Test improved.
2010-04-29 Marek Safar <marek.safar at gmail.com>
New test.
2010-04-29 Marek Safar <marek.safar at gmail.com>
2010-04-29 Marek Safar <marek.safar at gmail.com>
New tests.
2010-04-29 Marek Safar <marek.safar at gmail.com>
Keep parsing after invalid arguments
2010-04-30 Marek Safar <marek.safar at gmail.com>
New tests.
2010-04-30 Marek Safar <marek.safar at gmail.com>
2010-05-05 Marek Safar <marek.safar at gmail.com>
New tests.
2010-05-05 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
Add extra constraint
2010-05-05 Marek Safar <marek.safar at gmail.com>
Use existing error reporting.
Updated.
2010-05-06 Marek Safar <marek.safar at gmail.com>
New test.
This is correct version.
2010-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-06 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-07 Marek Safar <marek.safar at gmail.com>
New test.
Hide exception behind error message
Print more error details
2010-05-10 Marek Safar <marek.safar at gmail.com>
2010-05-10 Marek Safar <marek.safar at gmail.com>
New tests.
2010-05-11 Marek Safar <marek.safar at gmail.com>
new test
2010-05-11 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-11 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-11 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-11 Marek Safar <marek.safar at gmail.com>
New test.
show full stacktrace on debug
2010-05-12 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2010-05-15 Marek Safar <marek.safar at gmail.com>
2010-05-17 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
Fixes build.
New test.
2010-05-18 Marek Safar <marek.safar at gmail.com>
New test.
void is not real type
2010-05-18 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2010-05-18 Marek Safar <marek.safar at gmail.com>
2010-05-18 Marek Safar <marek.safar at gmail.com>
New test.
Fixes build
2010-05-19 Marek Safar <marek.safar at gmail.com>
New test.
2010-05-19 Marek Safar <marek.safar at gmail.com>
2010-05-19 Marek Safar <marek.safar at gmail.com>
2010-05-19 Marek Safar <marek.safar at gmail.com>
2010-05-19 Marek Safar <marek.safar at gmail.com>
New tests.
2010-05-20 Marek Safar <marek.safar at gmail.com>
2010-05-20 Marek Safar <marek.safar at gmail.com>
2010-05-20 Marek Safar <marek.safar at gmail.com>
Fixed latest build failure
New tests.
2010-05-20 Marek Safar <marek.safar at gmail.com>
2010-05-20 Marek Safar <marek.safar at gmail.com>
2010-05-21 Marek Safar <marek.safar at gmail.com>
New tests & update.
2010-05-21 Marek Safar <marek.safar at gmail.com>
2010-05-25 Marek Safar <marek.safar at gmail.com>
flush
2010-05-27 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2010-05-28 Marek Safar <marek.safar at gmail.com>
2010-05-28 Marek Safar <marek.safar at gmail.com>
New tests.
Removed win32-excludes
2010-05-28 Marek Safar <marek.safar at gmail.com>
2010-05-29 Marek Safar <marek.safar at gmail.com>
New test.
Optimize temporary variables which gmcs does not handle
2010-06-01 Marek Safar <marek.safar at gmail.com>
Updated.
2010-06-01 Marek Safar <marek.safar at gmail.com>
New test.
2010-06-01 Marek Safar <marek.safar at gmail.com>
updated
New tests.
2010-06-02 Marek Safar <marek.safar at gmail.com>
New tests.
flush
2010-06-03 Marek Safar <marek.safar at gmail.com>
New test.
2010-06-04 Marek Safar <marek.safar at gmail.com>
Fixed.
2010-06-04 Marek Safar <marek.safar at gmail.com>
2010-06-07 Marek Safar <marek.safar at gmail.com>
New test.
Fix completion results.
2010-06-07 Marek Safar <marek.safar at gmail.com>
Removed unused class
Fixed more wrong locations.
fixes build
Fixes build.
2010-06-09 Marek Safar <marek.safar at gmail.com>
More locations missing
Fixed more missing locations
2010-06-09 Marek Safar <marek.safar at gmail.com>
Updated.
Fixes build.
2010-06-11 Marek Safar <marek.safar at gmail.com>
2010-06-15 Marek Safar <marek.safar at gmail.com>
New test.
Updated.
Imported accessors cannot have type parameters.
flush comments
Removed extra cast
2010-06-15 Marek Safar <marek.safar at gmail.com>
New test
2010-06-15 Marek Safar <marek.safar at gmail.com>
Fixes build
2010-06-15 Marek Safar <marek.safar at gmail.com>
2010-06-15 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-15 Marek Safar <marek.safar at gmail.com>
2010-06-16 Marek Safar <marek.safar at gmail.com>
New test.
Track mcs changes
update
Removed mscorlib 4 check for dynamic
Comment.
2010-06-16 Marek Safar <marek.safar at gmail.com>
2010-06-15 Marek Safar <marek.safar at gmail.com>
2010-06-16 Marek Safar <marek.safar at gmail.com>
New test.
2010-06-16 Marek Safar <marek.safar at gmail.com>
removed debugging leftover
2010-06-17 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-17 Marek Safar <marek.safar at gmail.com>
typo
2010-06-17 Marek Safar <marek.safar at gmail.com>
Add dynamic transform for base types
2010-06-17 Marek Safar <marek.safar at gmail.com>
2010-06-17 Marek Safar <marek.safar at gmail.com>
2010-06-17 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-17 Marek Safar <marek.safar at gmail.com>
2010-06-18 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-18 Marek Safar <marek.safar at gmail.com>
New tests.
Updated.
2010-06-18 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-21 Marek Safar <marek.safar at gmail.com>
Add few more accessors
2010-06-22 Chris Bacon <chrisbacon76 at gmail.com>
2010-06-22 Marek Safar <marek.safar at gmail.com>
Better error recovery.
Removed runtime crash workaround
2010-06-23 Marek Safar <marek.safar at gmail.com>
flush
2010-06-24 Marek Safar <marek.safar at gmail.com>
New test.
New tests.
2010-06-24 Marek Safar <marek.safar at gmail.com>
More tests.
2010-06-24 Marek Safar <marek.safar at gmail.com>
2010-06-25 Marek Safar <marek.safar at gmail.com>
New tests.
2010-06-28 Marek Safar <marek.safar at gmail.com>
Clenup few checks.
2010-06-29 Marek Safar <marek.safar at gmail.com>
New test.
Removed NET_1_x
2010-06-29 Marek Safar <marek.safar at gmail.com>
2010-06-29 Marek Safar <marek.safar at gmail.com>
Cleanup MethodGroupExpr bits
2010-06-29 Marek Safar <marek.safar at gmail.com>
Fixed typo
2010-06-30 Marek Safar <marek.safar at gmail.com>
typing too much today
2010-06-30 Marek Safar <marek.safar at gmail.com>
2010-06-30 Marek Safar <marek.safar at gmail.com>
Fixed.
Removed explicit casts
New test.
2010-07-02 Marek Safar <marek.safar at gmail.com>
2010-07-02 Marek Safar <marek.safar at gmail.com>
2010-07-03 Marek Safar <marek.safar at gmail.com>
New test.
eol-style
More tests.
Add missing Clone
New tests.
2010-07-05 Marek Safar <marek.safar at gmail.com>
More tests.
2010-07-05 Marek Safar <marek.safar at gmail.com>
New test.
New test.
2010-07-07 Marek Safar <marek.safar at gmail.com>
New tests.
New tests.
2010-07-07 Marek Safar <marek.safar at gmail.com>
New test.
2010-07-08 Marek Safar <marek.safar at gmail.com>
Removed unused overload
2010-07-09 Marek Safar <marek.safar at gmail.com>
New test.
2010-07-12 Marek Safar <marek.safar at gmail.com>
Clean up 2 warnings
2010-07-12 Marek Safar <marek.safar at gmail.com>
2010-07-14 Marek Safar <marek.safar at gmail.com>
2010-07-14 Marek Safar <marek.safar at gmail.com>
New tests.
Allow completion without prefix
Don't print null on exit
New tests
Major name lookup fixes
Merge branch 'marek'
Update to latest mcs
Merge branch 'marek'
Updated
New tests
Don't crash when resolving invalid constant expressions
Merge branch 'marek'
Implement hoisted base member access expression
Refactor EventExpr to use enhanced base member access resolution
A fix for #619919
Run extension methods overload resolver always in same overloader context as original methodgroup
Allow Delegate.Combine/Remove with right null. Fixes #627044
Add my old sync script
Import abstract members as abstract only, Fixes #617970.
Update SymbolWriter to use generics collections
Workaround unusual moonlight setup
Replace MOONLIGHT with NET_2_1
Actually test the call
Initialize anonymous methods story for all sections inside switch block. Fixes #624324
Emit address load for compound struct references assignment. Fixed #620362
Add verifier required boxing of reference type of fields left expression
Add verifier assistance for coalescing operator. Fixes #619192
Implemented as operator over dynamic expression. Fixes #624194
Merge branch 'master' of github.com:mono/mono
Updated known issues
Fixed equality match between object and dynamic for ref/out parameters.
Add more cases for 4.0 identity comparison. Fixes #624183
Report CS0243 before CS0578. Fixes #624650
Member names cannot be the same as their enclosing type. Fixes #627296
Add escaping for legacy keyword.
Add special compiler define RUN_ONDOTNET. Fixes #624942
Merge branch 'master' of github.com:mono/mono
Use TypeSpecComparer.Default comparer for dynamic ref/out arguments.
Ambiguous enumerator pattern means that we can still try to apply
Resolve ambiguity between optional and params parameter. Fixes #582360, #625353
Add more files to ignore list
Removed duplicate variant conversion.
More fixes for equality comparison between G<object> and G<dynamic>.
Restrict allowed modifiers for struct members.
Add more sanity checks for dynamic attributes.
Implement dynamic dispatch for element initializers.
Avoid a crash when using attributes and only partial method definition exists.
Migrate more code to public API for 4.0
Add Mono code contracts skeletons.
[629742] Iterators can be of dynamic type
Also check for generic arguments of dynamic arrays
[629390] Avoid crash on the sole type expressions used for extension methods
[629383] Inflate generic type of default expression
New test.
Speed up Array.Resize
Optimize little bit cloning operations.
Implicit conversions between dynamic and object is allowed for managed
Merge remote branch 'chrisdunelm/master'
Merge CodeContracts
Add ccrewrite script
Check inaccessible type arguments
Not all nested generic types are allowed for typeof expression.
New test
Clean up lf
Fixed crlf issue
Merge branch 'master' of github.com:mono/mono
Fixed crlf issue
Merge branch 'marek'
Remove Mono.Options.dll dependency
Merge branch 'marek'
[627488] Inflate inherited base method constraints with MVAR arguments
[319462] Add more call optimizations
[379537] Mark fields assigned in named argumets as used.
[408516] No implicit user conversion from or to interfaces
[472007] Add warning about obsolete security attributes
[570422] Cannot return from iterators
Crash with better error message for missing references.
Clean up unused code
[614924] Use proper best type expression for implicit array
Move lambda return type inference context out of BlockContext
New tests
Defer checks until all base types are ready
Cannot skip on the first type match for multiple inheritances
When merging sessions error messages don't get confused by warnings.
Updated error message
Reduce memory footprint
Refactor preprocessor parsing to use less string operations.
[520151] Fail on invalid directive inside pre-processed block
Optimize few common paths
More dynamic conversion fixes
Fixes delegate creation with dynamic parameters
[633037] Resolve instance expression of dynamic members
Create dynamic sites in the scope where used to overcome visibility issues
Prefer dynamic over other types when used with type inference.
Add workaound for 2.6 bootstrap
Custom attribute itself can be used to specify optional parameter
Fixed moving of named params arguments
Fixed typo in T14 argument
Add explicit variant delegates conversion
Fixed type inference between upper and lower bounds
Dynamic shares object members internally
Fixes bootstrap corlib build
Recreate proxy parameters for imported methods
[633277] Import type parameters used as type parameter constraints
[633674] Consider nested inflated types when mutating fields and methods
More variance best candidate tweaks
Probing dynamic compatibility is identical to object
Import all delegates as sealed
Import private members too when using dynamic context
Show better message when assigning to the type
Defer null check to resolver
Maintain only one place with dynamic explicit conversions
Special case unbox SLE conversion
Import private event backing fields in dynamic context
Run event type detection on actual and not context type
Jagged arrays have to be imported not created
New test
Merge branch 'master' of github.com:mono/mono
Always build type from compiler type when flagged
Consider parameter constraints when choosing applicable method candidate
Don't convert ByRef parameters
Fixes build
Check also modifier for identical ref/out parameters
Implement dynamic sites for hoisted mvar types
Removed misused break, format long comment
Wrap any non-trivial rule into a method, speeds up the parser by 10-20%.
Add more rules for static initializers
Don't generate tracing for the parser, it slows it down unnecessary
Don't use break in jay
[635714] Inconsistent accessibility between nested private and protected internal types
Merge branch 'master' of github.com:mono/mono
Add support for indirect pointer type constants.
Add ctor block to field initializers to avoid member lookup at wrong block
The first push to make flow-analysis work for complex blocks.
__arglist can be used as an expression.
Try to recover after each wrong statement.
Don't recreate top-level destructor block, it carries precious stuff
Do all possible mistaken empty statement checks in the parser
Report precise error about local variable hiding
Recover from broken single parameter
Try to speep up the GetLocation by a bit.
Merge branch 'marek'
Reject varianly implemented interface members.
When doing member access left side lookup the arity value is actually the exact value.
Update to the latest dmcs
Converting the switch statement into normal statement (the block part).
New test.
Add comments.
Tweak few error reports
Always compare original block for cloned versions.
Better error reporting for missing identifiers.
Keep only 1 using implementation and handle all nullable and dynamic cases there.
Implement foreach over nullable values.
Add a test for arrays with dynamic elements.
Removed confusing catch error message.
Initialize all core types
Finish predefined attributes instance access to allow compile time dynamic support in repl.
Recover wrong invalid initializer syntax.
Merge branch 'marek'
Fixes mixed line ending.
Encode correctly all constants into a payload
[639403] Fixes the endless recursion with hacked EOF
Remove net_3_5 dirs to fix 4.0 dependency and not to build some dlls twice
New test.
Recover wrong embedded statement syntax
Removed class from net_3_5 subdirs
There are actually some 3.5 only dlls, thanks to ankit for poiting out.
[637935] Fixed 3.5 version of msbuild dlls to reference 3.5 version of the engine
Remove copying of misplaced duplicate of System.Web.Extensions.Design.dll
[639407] Clean up more static stuff to fix repl instances.
[639603] Don't emit statements as expressions when they don't support it.
Recover wrong invalid character constants.
Implement predefined binary enum operators involving an implicit user conversion
Fixes cloning of a variable declarator.
Fixes preference of a user-defined conversion operators over lifted conversion operators
Make the dynamic sites container name really unique
User operators are resolved in a batch, pick up the foremost
Parse secondary static like expression as a non-cast
[640285] Initialize this in current block instead of original block
More missing conversions between object and dynamic
Don't check inferred dynamic type arguments against best candidate constraints.
Implement postfix operations involving an implicit user operator.
[640699] Reduced compound expressions need explicit conversion too.
[640709] Don't reuse method parameters for base proxy, they can be hoisted
[640722] Consider delegate parameters when checking member hiding
Don't restore unused flags
New tests.
[641146] Implemented IStructuralComparable.CompareTo
Better error message for syntax error in namespace name
Implemented more combinations of nullable boolean logical operators
Ignore imported not visible internal types
Optional parameters can be of a user value type
Inflate custom site container delegates correctly.
Skip inaccessible nested types for member access expressions.
New test.
[642437] Nested types have to check type arguments only and not full class
New test.
Dynamic compound assignment can be used as an expression as well.
Implement binary user operators over nullable not lifted expressions.
More awkward nullable binary expressions which are not lifted even though they should be
Initialize both disposable and local variable for dynamic expressions.
Null constant cannot be used for ref/out variables
void is never of type object
Dynamic compound assignment breaks standard C# result conversion rules
New test
Implement compound assignment over null value
Keep imported indexer parameters (they can contain non-inflated type parameters)
ref/out arguments are always of static type
line ending
Compare all type arguments for nested generic types.
Inflate imported nested type correctly.
New test.
Fixes allowed interface method modifiers
Verify type parameter constraints type parameters
Verify type parameter constraints type parameters
Fix CRLF
Fix compound assigments with dynamic side effect
[644507] Don't use nested type cache until declaring type is setup.
Fix compound event assigments with dynamic side effect
Allow imported members cache to be setup in 2 phases as compiled one is to deal with generics recursions
[644673] Import of modules got broken
[642975] Fix initializer of partially static multidimensional arrays
Don't assume the system.object does not have any fields
[645232] Implement ITypeDefinition for internal types.
Compound assignments over reference type array cannot use ldelema
Fold duplex conversion casts into a expression to emit single convert for expression trees
Report correct error message for compound lifted binary operations
Do not create a constant null value for runtime types.
[645572] Import more type as possible dynamic types.
Keep parsing after invalid contstructor declaration
More fixes for implicit conversions of nullable types with nullable arguments
Dynamic type is never better than other types in overload resolution
[645992] When importing dynamic type arguments dynamic custom attribute flag has to be checked
HasDynamicElement became available use it when building dynamic custom attributes
New test
Use 2 phase dynamic load only for compound operations
[646298] Compile multiple interface event declarators
More conversion tweaks for dynamic in using statement
Don't define same parameter more than once.
A conditional expression with either dynamic side is always of dynamic type
More tweaks to dynamic overload resolution
Warnings cleanup
Clean up few more warnings
Don't be too verbose when building response files
Add more dynamic conversion restrictions
Extension method argument cannot exercise numeric conversion
[646997] Correctly emit platform ILOnly flag
[512754] Overload resolution with named or optional arguments has to use closest member parameters
Pass modifier when used with named argument
Restore altered arguments when overload resolution ends up in dynamic dispatch
More optional parameter VB compatibility fixes
More work on ambiguous named arguments
[647845] Don't skip parent types when looking for simple name
Check for name conflicts between parent members and child block variables
[601801] Fixes for parsing nant documentation
Clean up test files
Forget to re-add this test file
Implement closest override return type matching
Update issues list
Add dynamic conversion to coalescing operator
Move nested declaration looup to TypeContainer
Include parent type parameters when inflating nested type parameter constraint of type parameter type
Use faster MemberKind when checking for a nested type
New test.
Add missing v3 language version
Make setting a position out of the buffer size actually work
Warnings cleanup.
Add more details to timing debugging
Recover from invalid implicit lambda block
Keep only 1 Dispose implementation
Delay expensive inflator construction for type parameter constraints
Check nested declaring types when testing member overrides
Revert unwanted changes
crlf fix
Make static fields readonly
Make the static field readonly
[648360] When inflating nested generic type use same type arguments to not inflate already inflated type
[649448] Compare original goto block for cloned blocks.
More tests
Reorder MethodBase::Attributes usage
Use correct location for unexpected type parameter
Implement type inference of dynamic arguments used as unknown types
New test.
Add more type parameter checks for inherited constraints.
Fix emitted code for predefined or/and operation between bool? and bool
Ignore private methods in batch import
Make dynamic array access index expresions in checked context
Merge branch 'marek'
Fix line endings.
Check binary header using right methods.
Set correct result type for chained folded enum subtraction
Check for unfixed type arguments before calling overload resolution for inferred return type
Convert dynamic assignment in checked context when set
Pass value type dynamic members as by-ref to persist member side effects
Implements indirect delegates invocation via dynamic member dispatch
Updated to r54115
Emit lock statement using Monitor.Enter (object, ref bool) when available
Pass checked context to compound member access setters
typeof expression does not need unsafe context for pointer types
A candidate method can use dynamic in expanded form at non-first position
ExclusiveOr is not nullable bitwise boolean operator
Reset lock_taken before entering Monitor.Enter
Fixes NRE in pre-4.0 compilation
Issue a warning about re-assigned locked local variable
Implement lock statement over generic type parameter
Another missing full dynamic type equality check
Inflate also event backing field
Reject inaccessible members based on declaring type in dynamic context
Add boxing for dynamic nullable conversion of coalescing operator
Fix SharpZipLib 4.0 profile version number to not overwrite non-4.0 version of same assembly in GAC
For some strange reason Console.Write(Line) allows null params formatter arguments
Allow liften null as a given number of bit positions for shift operator
Don't build obsolete Compat.ICSharpCode.SharpZipLib in 4.0 profile to avoid another version conflict
Only when importing nested types definition base type cannot be setup
Move 2.0 Monitor.Enter back out of the try block
Better 843 error message
Merge branch 'marek'
Add *.xml to ignore list
Add missing default ctor call
Report error duplicate only when expected error has been found
Removed platform attributes
[651547] Check definitely assigned struct this access correctly.
New test
Clean up event expression assigning error reporting
Fixed ambiguity for overload resolution between params and optional parameter of same type
Emit correctly EndInvoke parameters attributes and names
API compatibility work
Import declaring type base type when walking up the tree
Logical binary operarions with dynamic arguments have to be unfolded
Don't crash on liften null left/right shift
Fixes a logic error in filtering out operators like methods
Reorder logic in DMO type conversion
False user-operator has priority over logical not user-operator
More tweaks for nullable binary operation
Implement dynamic mutator over dynamic indexer
New test.
Unwraped equality operators cannot use a user operator of different types
Synchronize event add/remove using CAS
[650850] Inflate all hoisted type parameter constraints
New tests.
[652390] Return type inference can inflate using type parameters out of the reach
Inflate nested non-generic interfaces inside generic type
Show more details for CS1061 eror
Fix QueuePathDialog signature
CRLF->LF conversion
Add MessageQueue::GetMessageEnumerator2
New tests
Remove unused namespaces
Add local version of constructor info constants
Move an assembly declaration handling into a new file
Remove old accessibility check routine
Add missing file
Add AssemblySpec to handle all assembly attributes in same way.
Improve handling of netmodules. Fixes #504085
Put back private key handling
Don't sign netmodules.
Make generated assembly attributes container name unique
Move entry point handling to AssemblyDefinition
Define embeded resources using standard API
Add comment details to DefineUnmanagedResource
Updated mcs tests failures
Comment out no longer used code
Tweak async modifier constant value
group all fixed buffer tests
Fix retrieving of StructLayoutAttribute.Pack
Emit fixed buffers using standard api only
Removed SetCharSet
Don't multiply fixed buffer size (it's done by runtime). Fixes #654058
Remove typeof usage from DefaultCharSet
Remove typeof comparisons
Inflate imported type arguments types with type definition type arguments
Recover from broken for statement
Unify System.Reflection usings
Remove TypeBuilder from DefineType
More using cleanup
Switch symbol writer to public api
Cleanup typed constants
[655766] Encode string null attribute argument
New test
Import constants using their raw values only
Removed few custom attribute IsDefined calls
Add sanity check for imported static fixed buffer
Don't special case value type constraint
Made type member kind logic more flexible
Check imported custom attributes based on name only
New test
Move metadata importer out of compiler context finally
Add initial reflection dependant code
Move core predefined types into a new class
Emit optional default value-type parameter using nullref
Read dynamic attribute using CustomAttributeData
Remove remaining typeof
Import parameter default values using TypeCode
Tests update
Move AssemblyResource to assembly.cs
Move references loading into a new class
Move all predefined types to module to work with any mscorlib
Clean-up module indirections
Removed InitOptionalCoreTypes
Update setting of buildin internal types
Don't try to parse invalid namespace declarations, it does more harm than good
Test files update
More symbol writer clean-up
Don't throw an obsolete exception
Apply implicit parameter attributes using standard path to avoid any duplicates
Delay initialization of missing methods needed by symbol writer
Don't call module symbol writer methods when we are not using it
Move assembly security declaration to extened builder
Extract reflection specific code from extended builder
Use decimal optional parameter value decoded by System.Reflection
Use Version type instead of string value
Don't close same type twice when base call closes this declaration
Use type definition for generic type forwarders
Removed obsolete files
Move more fields to RootContext
Refactor assemblies loading into a base class
Re-use existing code path
Extract reflection specific assembly builder
New test
Sort the files manually to always get same order
Test update
Add IKVM.Reflection support
Symbol writer has to use 4.0 methods in static mode
Check file extension manually
Revert ordering of compiler tests
Put back actual save of module target
Removed check for generics on 1.1 runtime
Add references loading trace
Add internal --runtime option
Add initial handling of missing assemblies
Fix parameter name
Redirect all mscorlib loads into assembly builder when compiling corlib
Read custom attribute name without resolving attribute type if possible
New test
Try to handle missing generic type definition
Add missing dependency
Report missing types (some of them for now)
Base constructor method calls have to be static
Removed compiler generated attributes
Resolve entire base initializer block in correct context
Add v1 runtime target (broken by design)
Revert unwanted makefile change
Re-enable EmbedResourceFile overload used by al.exe
[659022] Resolve reduced expressions
[658722] Don't require arity symbol to be part of the typename
[657862] Correctly scan for parent of base method override
[659038] Check interface hierarchy before reporting ambiguous errors
New test.
Remove duplicate checks
[657797] Expand type member cache using secondary constraints as well.
Add more restrictions to custom attribute encoding
[657623] Fix incorrect logic in value type parameter `is' check
[655770] Emit unused members warning for nested types as well
[655284] Implemented automatic assembly version numbers
Reject automatic version number at major and minor positions
[656918] Emit instance expression for ET delegate creation
[656918] Implement expression tree access to hoisted variable reference
[653710] Check type parameter reference type constraint recursively
Recover from invalid linq block syntax
Emit delegate constructor parameter names
Some .net 4.0 api compatibility fixes
Switch to resizeable array when adding second item to base member cache
Keep only single Dispose implementation in ResourceReader
Add existing class to System.Net build
Workaround problem when compiling many resource files references
Fix comment typo
[656150] Fix repl recovery after invalid expression.
[659528] Fixed cloning of switch sections
[659536] Don't re-create array expressions when infering implicit array type
New tests.
Fixed cloning of default switch case
Add more attribute arguments checks
New test
Cleanup references in static mode
Some 4.0 API tweaks
Add IKVM.Reflection
dist IKVM.Reflection
Switch to single mcs compiler for all managed code build
Add dist only Makefile
Fix resgen build order
Monolite mcs compiler
Adjust MONO_PATH, it's still needed for all profiles
Don't build aot symbols on make dist
Updated mcs translations, added Brazilian Portuguese
Build po files from cs-parser.jay and not cs-parser.cs
[659970] Close anonymous method scope also for top-level blocks
Set ImageRuntimeVersion based on mscorlib version when available
[657601] Fixes parsing pragma warning when encounter eof
Add an error to obsolete attribute to get consistent compiler error code
Made SecurityAction predefined type
[660077] Setup class interfaces for defined types in same way as for imported types
Update mcs name for monolite build
Add more files to mcs dist
Add aot-compiler to dist list
[660255] Keep inflated non-inflated method info independently
[660260] A static method is inaccessible from a nested type with explicit generic args
Add missing files to Mono.CSharp.csproj
Replace initial eval Reset with PartialReset
Keep looking for references assembly after first lib path fails
Disable ikvm exception optimization until it's fixed
Add a workaround for ikvm unfixed baked method tokens
Import ikvm fixes
Emit constant data type using compiler type containers
Enable fixed ikvm exception mode
[660553] Fixed delegate name hiding.
Fixed NumberFormatInfo.InvariantInfo currency symbol
Fixed corlib tests to run on en-gb
Report obsolete warning for generic methods which base implementation constraints are obsolete
Update mono-api-info to work with latest cecil. Updated to latest SL4
Add new tests
Implement missing v4 attribute types
Fixed wrong AttributeUsageAttribute
New tests
Remove no longer used bootstrap profiles
Remove no longer used BOOTSTRAP conditionals
[661642] Fixed v4 resgen compilation
Build culevel in basic as well
Fixed Mono.Data.Sqlite dependencies
Removed 1.1 version of Mono.Data.Sqlite
Add few more missing references
Implements checking of referenced members with missing references
Update issues error list
Another missing System.Windows.Forms reference
Use one routine for type argument scan for type parameter
Use reduced expression for transparent is check
Cleanup isinst expression resolver
Type correctly implicit as expression
New test
Set build-in types modifiers
Build mcs before docs
Add missing Accessibility reference
Fix invalid test constraint
Unify naming convention for all 2.0 files
Add mcs solution file
Fixed WinFormsTest System.Drawing namespace reference
[662440] Don't expand nested type builders of non-generic types
More global state hacking
Tests update
Better anonymous methods require same parameter types
Tests update
Ignore more files
Allow trailing comma for resource argument
Update System.ServiceModel.Discovery version info
Fixed missing protected internal modifier
Test update
[663059] Add check for protected modifier in InternalsVisibleTo assembly
Fixed more missing protected internal modifiers
Report correct base modifier for inaccessible protected internal members
Fixed more protected internal modifiers
Fixed another missing protected internal modifier
Fix IKVM float encoding on big-endian
[662222] Import dynamic attribute using attribute type reader
Install new ikvm based C# compiler as mcs
Use base type parameters to extract params modifier of virtual method
Update copyright years
Update IKVM.Reflection
Update to the latest mcs version
Add new mcs -sdk option
Remove devirtualization for Type members
Fallback to corlib location when sdk path cannot be found
Checking skd path for is not enough, add check for mscorlib as well
[665333] Encode Length of Public Key correctly
Use byte array as underlying storage for AttributeEncoder
[666476] Use correct parameter count when checking ambiguous params methods
Degrade wrong override member to virtual instead of non-virtual
Optimized constructor readonly access has to be inside same declarting type
[667261] Fixes overload resolution of an optional parameter followed by a params parameter of the same type
Fix empty cast conversion from dynamic type object type argument
Implement support for implicit user conversion for DefaultParameterValue (very odd)
Allow any expression to be used in where clause. Some custom linq implementations use non-predicate version of where
Fix importing of private types under dynamic context
Add handling of broken Convert callsite from Orchard Project
Don't even try to import type when its context is wrong
Fix remapping of cloned block parent when already in cloned context
[657099] Fix cloning of remapped blocks
[671552] Use correct emit method for stobj type
Marek Sieradzki (305):
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2005-09-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-02-27 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Crestez Leonard <cdleonard at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-18 Marek Sieradzki <marek.sieradzki at gmail.com>
Fixed a typo.
2006-03-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-21 Crestez Leonard <cdleonard at gmail.com>
2006-03-21 Crestez Leonard <cdleonard at gmail.com>
Added missing Changelog
2006-03-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-27 Crestez Leonard <cdleonard at gmail.com>
2006-03-28 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-03-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-07 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-07 Marek Sieradzki <marek.sieradzki at gmail.com>
Added simple test
2006-04-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-14 Marek Sieradzki <marek at sieradzki@gmail.com>
2006-04-14 Marek Sieradzki <marek at sieradzki at gmail dot com>
2006-04-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-04-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-05 Marek Sieradzki <marek.sieradzki at gmail.com>
Moved VS2005 solutions.
Moved VS2005 files once again and fixed test.
2006-05-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-22 Marek Sieradzki <marek.sieradzki at gmail.com>
Added VS2005 project files.
Updated MonoDevelop project files.
2006-05-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-26 Marek Sieradzki <marek.sieradzki at gmail.com>
Updated MonoDevelop solutions.
2006-05-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-26 Marek Sieradzki <marek.sieradzki at gmail.com>
Moved and updated VS2005 solution.
2005-05-27 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-05-27 Marek Sieradzki <marek.sieradzki at gmail.com>
I forgot about this file.
2006-05-27 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-15 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-25 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-06-25 Marek Sieradzki <marek.sieradzki at gmail.com>
Fixed format of VS2005 project file. Please revert if it breaks MSBuild compilation under Windows.
2006-07-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-07-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-08-15 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-08-15 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-08-15 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
Forgot it.
2006-09-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-30 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-30 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-30 Marek Sieradzki <marek.sieradzki at gmail.com>
svn path=/trunk/mcs/; revision=66124
2006-09-30 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-30 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-09-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-10-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
Removed Platform attribute.
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
Forgot to commit .sources file
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-07 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-07 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-07 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-11 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-12 Marek Sieradzki <marek.sieradzki at gmail.com>
In Microsoft.Build.Engine/Test:
2006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
Forgot this file.
006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-16 Marek Sieradzki <marek.sieradzki at gmail.com>
006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzi at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
Forgot this in changelog
006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2006-12-19 Marek Sieradzki <marek.sieradzki at gmail.com>
In Microsoft.Build.BuildEngine:
2006-12-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-02 Marek Sieradzki <marek.sieradzki at gmail.com>
More tasks.
2007-01-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-06 Marek Sieradzki <marek.sieradzi at gmail.com>
2007-01-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-08 Marek Sieradzki <marek.sieradzki at gmail.com>
In Test/Microsoft.Build.BuildEngine:
2007-01-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-09 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-09 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>\
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-12 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-14 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-21 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-23 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-24 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-26 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-28 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-01-29 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-02 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-02 Marek Sieradzki <marek.sieradzki at gmail.com>
Those files aren't needed any more (they are replaced by nunit tests).
2007-02-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-03 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-04 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-18 Marek Sieradzki <marek.sieradzki at gmail.com>
007-02-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-18 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-18 Marek Sieradzki <marek.sieradzki at gmail.com>
svn path=/trunk/mcs/; revision=73168
2007-02-20 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-02-22 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-05 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-06 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-06 Marek Sieradzki <marek.sieradzki at gmail.com>
Added eol.
2007-03-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-08 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-10 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-17 Marek Sieradzki <marek.sieradzki at gmail.com>
More precise message.
2007-03-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-03-19 Marek Sieradzki <marek.sieradzki at gmail.com>
Forgot to commmit the .cs file.
2007-03-19 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-05-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-05-16 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-05-17 Marek Sieradzki <marek.sieradzki at gmail.com>
2007-05-30 Marek Sieradzki <marek.sieradzki at gmail.com>
2009-05-15 Marek Sieradzki <marek.sieradzki at gmail.com>
2009-05-15 Marek Sieradzki <marek.sieradzki at gmail.com>
Mario Carrion (31):
Adding tests for the basic integer structs
* ListBox.cs: Control enabled to support accessibility.
* ComboBox.cs: Control enabled to support accessibility.
* ScrollBar.cs: Control enabled to support accessibility.
* AssemblyInfo.cs: Added InternalsVisibleTo attribute to support
* ToolTip.cs: Control enabled to support accessibility.
2008-09-12 Mario Carrion <mcarrion at novell.com>
2008-09-15 Mario Carrion <mcarrion at novell.com>
2008-09-16 Mario Carrion <mcarrion at novell.com>
2008-09-16 Mario Carrion <mcarrion at novell.com>
2008-09-23 Mario Carrion <mcarrion at novell.com>
2008-09-29 Mario Carrion <mcarrion at novell.com>
2008-10-01 Mario Carrion <mcarrion at novell.com>
2008-10-17 Mario Carrion <mcarrion at novell.com>
2008-10-17 Mario Carrion <mcarrion at novell.com>
2008-10-20 Mario Carrion <mcarrion at novell.com>
2008-10-29 Mario Carrion <mcarrion at novell.com>
2008-12-15 Mario Carrion <mcarrion at novell.com>
2008-12-15 Mario Carrion <mcarrion at novell.com>
2008-12-18 Mario Carrion <mcarrion at novell.com>
2008-12-19 Mario Carrion <mcarrion at novell.com>
2008-12-19 Mario Carrion <mcarrion at novell.com>
2008-12-22 Mario Carrion <mcarrion at novell.com>
2008-12-31 Mario Carrion <mcarrion at novell.com>
2009-01-05 Mario Carrion <mcarrion at novell.com>
2009-01-07 Mario Carrion <mcarrion at novell.com>
2008-01-09 Mario Carrion <mcarrion at novell.com>
2009-01-16 Mario Carrion <mcarrion at novell.com>
2009-01-21 Mario Carrion <mcarrion at novell.com>
2009-02-04 Mario Carrion <mcarrion at novell.com>
2009-02-04 Mario Carrion <mcarrion at novell.com>
Mark Crichton (29):
Code for System.Security.Cryptography.RNGCryptoServiceProvider support.
One of these days I'll remember how to use CVS. I swear.
Finish support for the System.Security.Cryptography.RNGCryptoServiceProvider
Added contact info.
Test for the RNGCryptoServiceProvider class. Hopefully it is correct...
Fixed stupid typo. Test should now work.
Some changes for Rijndael.
This nearly completes SPARC trampoline support for mint/mono. The delegate
Beginning to add support for Solaris. Tested on Solaris 9.
More Solaris/BSD fixes. This now allows shared handles to work on BSD
Starting rewrite of trampolining for SPARC. It needed some cleanup.
Added information about the new LCC 4.2 release that supports compiling to
arch/sparc/tramp.c: Fixed once again. Now works, mostly.
Stupid off-by-one error fixed.
Changes to tramp.c. Pass more tests.
Fix some minor trampoline nags. Now down to 15 failed tests. Delegate code
Even more typos fixed.
Fixed compile blocker. Still missing a Type declaration, and removed a
Added OdbcErrorCollection.cs to list.
Some debugging stubs.
Shamelessly added Mark Crichton (me) to the list.
Some Sparc realted fixes. Doesn't compile yet, but getting closer.
Fixed the last of the *compile* bugs. Code still won't do anything useful
More bits to get mono JIT crippeling along on sparc.
Implemented more opcodes. Got to CEE_AND.
Even more opcodes implemented.
More opcodes coded. Only a few branch opcodes left, and all the floating
GetNonZeroBytes is now done with managed code and not an icall.
Some cleanup to the Win32 random number generator. Also removed the
Mark Easton (7):
First stub files entered and hopefully no other bits of the repositry damaged by my newbie hands
*** empty log message ***
Removed misplaced source files as warned by Miguel...
Uncommented fields named after C# keywords - using @ prefix to allow compilation
Added stubbed class files to match current MSDN API declarations...
Stubs created with correct signatures and very little functionality
Empty stubization for the masses...
Mark Mason (58):
Added tests for passing structures as arguments to calls.
Changes required to allow MIPS port to compile correctly. Resulting
Add and use compare-and-branch macros to support architectures that
2006-11-29 Mark Mason <mason at broadcom.com>
2006-11-29 Mark Mason <mason at broadcom.com>
* atomic.h: add locking primitives for MIPS.
* basic.cs, exceptions.cs: break up large tests to increase
* inssel-long.brg: patch to deal with mips missing flags
* exceptions-mips.c: fix mono_arch_ip_from_context(), increase
2007-01-30 Mark Mason <mason at broadcom.com>
Remove MIPS-specific assert.
MIPS to use ELF writer
Corrected a handfull of MIPS opcode entries.
Initial upgrade of the MIPS port to the new IR.
Added jump_table. Eliminate compare-imm instructions during instruction
* method-to-ir.c, mini-trampolines.c: protect IMG code with #ifdef MONO_ARCH_HAVE_IMT to fix compile errors.
Changelog from last commit. Sorry ;)
2008-11-28 Mark Mason <mmason at upwardaccess.com>
2008-11-28 Mark Mason <mmason at upwardaccess.com>
2008-11-29 Mark Mason <mmason at upwardaccess.com>
2008-12-01 Mark Mason <mmason at upwardaccess.com>
2008-12-01 Mark Mason <mmason at upwardaccess.com>
2008-12-01 Mark Mason <mmason at upwardaccess.com>
2008-12-04 Mark Mason <mmason at upwardaccess.com>
Minor typo in last commit.
2008-12-04 Mark Mason <mmason at upwardaccess.com>
2008-12-04 Mark Mason <mmason at upwardaccess.com>
2008-12-04 Mark Mason <mmason at upwardaccess.com>
2008-12-04 Mark Mason <mmason at upwardaccess.com>
2008-12-04 Mark Mason <mmason at upwardaccess.com>
2008-12-05 Mark Mason <mmason at upwardaccess.com>
2008-12-05 Mark Mason <mmason at upwardaccess.com>
2008-12-07 Mark Mason <mmason at upwardaccess.com>
2008-12-07 Mark Mason <mmason at upwardaccess.com>
2008-12-08 Mark Mason <mmason at upwardaccess.com>
2008-12-09 Mark Mason <mmason at upwardaccess.com>
2008-12-09 Mark Mason <mmason at upwardaccess.com>
2008-12-09 Mark Mason <mmason at upwardaccess.com>
2008-12-11 Mark Mason <mmason at upwardaccess.com>
2008-12-12 Mark Mason <mmason at upwardaccess.com>
2008-12-12 Mark Mason <mmason at upwardaccess.com>
2008-12-12 Mark Mason <mmason at upwardaccess.com>
2008-12-12 Mark Mason <mmason at upwardaccess.com>
2008-12-15 Mark Mason <mmason at upwardaccess.com>
2008-12-16 Mark Mason <mmason at upwardaccess.com>
2008-12-17 Mark Mason <mmason at upwardaccess.com>
2008-12-17 Mark Mason <mmason at upwardaccess.com>
2008-12-18 Mark Mason <mmason at upwardaccess.com>
Fix compilation errors
Add IMT for MIPS. Fix MIPS branch opcodes. Fix *_OVF expansions. Cleanups to trampoline handling.
Initial IMT for MIPS. Fix the first arg to trampoline functions
Implement this as first argument to function calls.
Add missing memindex opcodes. Implement IMT thunks for MIPS
Finish implementation of OP_IMUL_OVF_UN.
Fix codegen for LOAD*_MEMBASE, add assert to catch mangled spill loads.
Make long_branch a runtime switch. Factor mips_call() code generation.
Support for large stackframes on MIPS.
Simplify test for MIPS imm16 operands.
Mark Probst (658):
2007-06-04 Mark Probst <mark.probst at gmail.com>
2007-06-04 Mark Probst <mark.probst at gmail.com>
2007-06-04 Mark Probst <mark.probst at gmail.com>
2007-06-06 Mark Probst <mark.probst at gmail.com>
2007-06-06 Mark Probst <mark.probst at gmail.com>
2007-06-06 Mark Probst <mark.probst at gmail.com>
2007-06-13 Mark Probst <mark.probst at gmail.com>
Test and fix for bug 81673.
2007-07-09 Mark Probst <mark.probst at gmail.com>
2007-07-09 Mark Probst <mark.probst at gmail.com>
2007-07-09 Mark Probst <mark.probst at gmail.com>
2007-07-12 Mark Probst <mark.probst at gmail.com>
2007-07-19 Mark Probst <mark.probst at gmail.com>
2007-07-19 Mark Probst <mark.probst at gmail.com>
2007-07-25 Mark Probst <mark.probst at gmail.com>
2007-07-26 Mark Probst <mark.probst at gmail.com>
2007-07-27 Mark Probst <mark.probst at gmail.com>
2007-07-27 Mark Probst <mark.probst at gmail.com>
2007-08-15 Mark Probst <mark.probst at gmail.com>
2007-08-17 Mark Probst <mark.probst at gmail.com>
2007-08-20 Mark Probst <mark.probst at gmail.com>
2007-08-20 Mark Probst <mark.probst at gmail.com>
2007-08-20 Mark Probst <mark.probst at gmail.com>
2007-08-20 Mark Probst <mark.probst at gmail.com>
2007-08-24 Mark Probst <mark.probst at gmail.com>
2007-08-24 Mark Probst <mark.probst at gmail.com>
2007-08-24 Mark Probst <mark.probst at gmail.com>
2007-08-28 Mark Probst <mark.probst at gmail.com>
2007-08-28 Mark Probst <mark.probst at gmail.com>
2007-09-11 Mark Probst <mark.probst at gmail.com>
2007-09-11 Mark Probst <mark.probst at gmail.com>
2007-09-20 Mark Probst <mark.probst at gmail.com>
2007-10-08 Mark Probst <mark.probst at gmail.com>
2007-10-08 Mark Probst <mark.probst at gmail.com>
2007-10-10 Mark Probst <mark.probst at gmail.com>
2007-10-11 Mark Probst <mark.probst at gmail.com>
2007-10-16 Mark Probst <mark.probst at gmail.com>
2007-10-17 Mark Probst <mark.probst at gmail.com>
2007-11-05 Mark Probst <mark.probst at gmail.com>
2007-11-07 Mark Probst <mark.probst at gmail.com>
2007-11-09 Mark Probst <mark.probst at gmail.com>
2007-11-09 Mark Probst <mark.probst at gmail.com>
2007-11-13 Mark Probst <mark.probst at gmail.com>
2007-11-14 Mark Probst <mark.probst at gmail.com>
2007-11-15 Mark Probst <mark.probst at gmail.com>
2007-12-07 Mark Probst <mark.probst at gmail.com>
2007-12-07 Mark Probst <mark.probst at gmail.com>
2007-12-07 Mark Probst <mark.probst at gmail.com>
2007-12-07 Mark Probst <mark.probst at gmail.com>
2007-12-10 Mark Probst <mark.probst at gmail.com>
2007-12-17 Mark Probst <mark.probst at gmail.com>
2007-12-18 Mark Probst <mark.probst at gmail.com>
2008-01-16 Mark Probst <mark.probst at gmail.com>
2008-02-05 Mark Probst <mark.probst at gmail.com>
2008-02-06 Mark Probst <mark.probst at gmail.com>
2008-02-21 Mark Probst <mark.probst at gmail.com>
2008-02-22 Mark Probst <mark.probst at gmail.com>
2008-03-04 Mark Probst <mark.probst at gmail.com>
2008-03-12 Mark Probst <mark.probst at gmail.com>
2008-03-14 Mark Probst <mark.probst at gmail.com>
2008-03-14 Mark Probst <mark.probst at gmail.com>
2008-03-15 Mark Probst <mark.probst at gmail.com>
2008-03-16 Mark Probst <mark.probst at gmail.com>
2008-03-17 Mark Probst <mark.probst at gmail.com>
2008-03-16 Mark Probst <mark.probst at gmail.com>
2008-03-18 Mark Probst <mark.probst at gmail.com>
2008-03-18 Mark Probst <mark.probst at gmail.com>
2008-03-19 Mark Probst <mark.probst at gmail.com>
2008-03-19 Mark Probst <mark.probst at gmail.com>
2008-03-20 Mark Probst <mark.probst at gmail.com>
2008-03-25 Mark Probst <mark.probst at gmail.com>
2008-03-31 Mark Probst <mark.probst at gmail.com>
2008-03-31 Mark Probst <mark.probst at gmail.com>
2008-04-08 Mark Probst <mark.probst at gmail.com>
2008-04-10 Mark Probst <mark.probst at gmail.com>
2008-04-10 Mark Probst <mark.probst at gmail.com>
2008-04-11 Mark Probst <mark.probst at gmail.com>
2008-04-25 Mark Probst <mark.probst at gmail.com>
2008-04-28 Mark Probst <mark.probst at gmail.com>
2008-04-28 Mark Probst <mark.probst at gmail.com>
2008-04-28 Mark Probst <mark.probst at gmail.com>
2008-05-20 Mark Probst <mark.probst at gmail.com>
2008-05-22 Mark Probst <mark.probst at gmail.com>
2008-05-22 Mark Probst <mark.probst at gmail.com>
2008-05-22 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-04 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-13 Mark Probst <mark.probst at gmail.com>
2008-06-16 Mark Probst <mark.probst at gmail.com>
2008-06-16 Mark Probst <mark.probst at gmail.com>
2008-06-16 Mark Probst <mark.probst at gmail.com>
2008-06-16 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-17 Mark Probst <mark.probst at gmail.com>
2008-06-23 Mark Probst <mark.probst at gmail.com>
2008-06-23 Mark Probst <mark.probst at gmail.com>
2008-06-23 Mark Probst <mark.probst at gmail.com>
2008-06-24 Mark Probst <mark.probst at gmail.com>
2008-06-26 Mark Probst <mark.probst at gmail.com>
2008-07-03 Mark Probst <mark.probst at gmail.com>
2008-07-03 Mark Probst <mark.probst at gmail.com>
2008-07-03 Mark Probst <mark.probst at gmail.com>
2008-07-04 Mark Probst <mark.probst at gmail.com>
2008-07-04 Mark Probst <mark.probst at gmail.com>
2008-07-04 Mark Probst <mark.probst at gmail.com>
2008-07-04 Mark Probst <mark.probst at gmail.com>
2008-07-05 Mark Probst <mark.probst at gmail.com>
2008-07-05 Mark Probst <mark.probst at gmail.com>
2008-07-21 Mark Probst <mark.probst at gmail.com>
2008-07-22 Mark Probst <mark.probst at gmail.com>
2008-07-24 Mark Probst <mark.probst at gmail.com>
2008-07-24 Mark Probst <mark.probst at gmail.com>
2008-07-24 Mark Probst <mark.probst at gmail.com>
2008-07-25 Mark Probst <mark.probst at gmail.com>
2008-08-17 Mark Probst <mark.probst at gmail.com>
2008-09-07 Mark Probst <mark.probst at gmail.com>
2008-09-09 Mark Probst <mark.probst at gmail.com>
2008-09-10 Mark Probst <mark.probst at gmail.com>
2008-09-10 Mark Probst <mark.probst at gmail.com>
2008-09-11 Mark Probst <mark.probst at gmail.com>
2008-09-11 Mark Probst <mark.probst at gmail.com>
2008-09-11 Mark Probst <mark.probst at gmail.com>
2008-09-11 Mark Probst <mark.probst at gmail.com>
2008-09-12 Mark Probst <mark.probst at gmail.com>
2008-09-13 Mark Probst <mark.probst at gmail.com>
2008-09-15 Mark Probst <mark.probst at gmail.com>
2008-09-15 Mark Probst <mark.probst at gmail.com>
2008-09-18 Mark Probst <mark.probst at gmail.com>
2008-09-18 Mark Probst <mark.probst at gmail.com>
2008-09-19 Mark Probst <mark.probst at gmail.com>
2008-09-19 Mark Probst <mark.probst at gmail.com>
2008-09-21 Mark Probst <mark.probst at gmail.com>
2008-09-21 Mark Probst <mark.probst at gmail.com>
2008-09-25 Mark Probst <mark.probst at gmail.com>
2008-09-25 Mark Probst <mark.probst at gmail.com>
2008-09-25 Mark Probst <mark.probst at gmail.com>
2008-09-25 Mark Probst <mark.probst at gmail.com>
2008-09-26 Mark Probst <mark.probst at gmail.com>
2008-09-26 Mark Probst <mark.probst at gmail.com>
2008-09-27 Mark Probst <mark.probst at gmail.com>
2008-09-27 Mark Probst <mark.probst at gmail.com>
2008-09-27 Mark Probst <mark.probst at gmail.com>
2008-09-27 Mark Probst <mark.probst at gmail.com>
2008-09-27 Mark Probst <mark.probst at gmail.com>
2008-09-30 Mark Probst <mark.probst at gmail.com>
2008-10-01 Mark Probst <mark.probst at gmail.com>
2008-10-02 Mark Probst <mark.probst at gmail.com>
2008-10-02 Mark Probst <mark.probst at gmail.com>
2008-10-02 Mark Probst <mark.probst at gmail.com>
2008-10-03 Mark Probst <mark.probst at gmail.com>
2008-10-03 Mark Probst <mark.probst at gmail.com>
2008-10-03 Mark Probst <mark.probst at gmail.com>
2008-10-03 Mark Probst <mark.probst at gmail.com>
2008-10-03 Mark Probst <mark.probst at gmail.com>
2008-10-04 Mark Probst <mark.probst at gmail.com>
2008-10-06 Mark Probst <mark.probst at gmail.com>
2008-10-09 Mark Probst <mark.probst at gmail.com>
2008-10-10 Mark Probst <mark.probst at gmail.com>
2008-10-10 Mark Probst <mark.probst at gmail.com>
2008-10-10 Mark Probst <mark.probst at gmail.com>
2008-10-15 Mark Probst <mark.probst at gmail.com>
2008-10-17 Mark Probst <mark.probst at gmail.com>
2008-10-17 Mark Probst <mark.probst at gmail.com>
2008-10-18 Mark Probst <mark.probst at gmail.com>
2008-10-19 Mark Probst <mark.probst at gmail.com>
2008-10-19 Mark Probst <mark.probst at gmail.com>
2008-10-24 Mark Probst <mark.probst at gmail.com>
2008-10-30 Mark Probst <mark.probst at gmail.com>
2008-10-30 Mark Probst <mark.probst at gmail.com>
2008-11-04 Mark Probst <mark.probst at gmail.com>
2008-11-04 Mark Probst <mark.probst at gmail.com>
2008-11-05 Mark Probst <mark.probst at gmail.com>
2008-11-06 Mark Probst <mark.probst at gmail.com>
2008-11-07 Mark Probst <mark.probst at gmail.com>
2008-11-08 Mark Probst <mark.probst at gmail.com>
2008-11-10 Mark Probst <mark.probst at gmail.com>
2008-11-13 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-18 Mark Probst <mark.probst at gmail.com>
2008-11-19 Mark Probst <mark.probst at gmail.com>
2008-11-19 Mark Probst <mark.probst at gmail.com>
2008-11-20 Mark Probst <mark.probst at gmail.com>
2008-11-20 Mark Probst <mark.probst at gmail.com>
2008-11-21 Mark Probst <mark.probst at gmail.com>
2008-11-21 Mark Probst <mark.probst at gmail.com>
2008-11-22 Mark Probst <mark.probst at gmail.com>
2008-11-22 Mark Probst <mark.probst at gmail.com>
2008-11-23 Mark Probst <mark.probst at gmail.com>
2008-11-23 Mark Probst <mark.probst at gmail.com>
2008-11-23 Mark Probst <mark.probst at gmail.com>
2008-11-24 Mark Probst <mark.probst at gmail.com>
2008-11-24 Mark Probst <mark.probst at gmail.com>
2008-11-24 Mark Probst <mark.probst at gmail.com>
2008-11-24 Mark Probst <mark.probst at gmail.com>
2008-11-25 Mark Probst <mark.probst at gmail.com>
2008-11-26 Mark Probst <mark.probst at gmail.com>
2008-11-26 Mark Probst <mark.probst at gmail.com>
2008-11-26 Mark Probst <mark.probst at gmail.com>
2008-11-26 Mark Probst <mark.probst at gmail.com>
2008-11-27 Mark Probst <mark.probst at gmail.com>
2008-11-27 Mark Probst <mark.probst at gmail.com>
2008-11-28 Mark Probst <mark.probst at gmail.com>
2008-11-28 Mark Probst <mark.probst at gmail.com>
2008-11-28 Mark Probst <mark.probst at gmail.com>
2008-11-28 Mark Probst <mark.probst at gmail.com>
2008-11-28 Mark Probst <mark.probst at gmail.com>
2008-12-02 Mark Probst <mark.probst at gmail.com>
2008-12-02 Mark Probst <mark.probst at gmail.com>
2008-12-03 Mark Probst <mark.probst at gmail.com>
2008-12-03 Mark Probst <mark.probst at gmail.com>
2008-12-03 Mark Probst <mark.probst at gmail.com>
2008-12-04 Mark Probst <mark.probst at gmail.com>
2008-12-05 Mark Probst <mark.probst at gmail.com>
2008-12-05 Mark Probst <mark.probst at gmail.com>
2008-12-05 Mark Probst <mark.probst at gmail.com>
2008-12-05 Mark Probst <mark.probst at gmail.com>
2008-12-05 Mark Probst <mark.probst at gmail.com>
2008-12-10 Mark Probst <mark.probst at gmail.com>
2008-12-11 Mark Probst <mark.probst at gmail.com>
2008-12-12 Mark Probst <mark.probst at gmail.com>
2008-12-12 Mark Probst <mark.probst at gmail.com>
2008-12-19 Mark Probst <mark.probst at gmail.com>
2008-12-19 Mark Probst <mark.probst at gmail.com>
2008-12-19 Mark Probst <mark.probst at gmail.com>
2008-12-19 Mark Probst <mark.probst at gmail.com>
2008-12-23 Mark Probst <mark.probst at gmail.com>
2008-12-23 Mark Probst <mark.probst at gmail.com>
2008-12-23 Mark Probst <mark.probst at gmail.com>
2008-12-23 Mark Probst <mark.probst at gmail.com>
2008-12-24 Mark Probst <mark.probst at gmail.com>
2008-12-24 Mark Probst <mark.probst at gmail.com>
2008-12-24 Mark Probst <mark.probst at gmail.com>
2009-01-12 Mark Probst <mark.probst at gmail.com>
2009-01-12 Mark Probst <mark.probst at gmail.com>
2009-01-12 Mark Probst <mark.probst at gmail.com>
2009-01-14 Mark Probst <mark.probst at gmail.com>
2009-01-14 Mark Probst <mark.probst at gmail.com>
2009-01-15 Mark Probst <mark.probst at gmail.com>
2009-01-20 Mark Probst <mark.probst at gmail.com>
2009-01-20 Mark Probst <mark.probst at gmail.com>
2009-01-20 Mark Probst <mark.probst at gmail.com>
2009-01-20 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-21 Mark Probst <mark.probst at gmail.com>
2009-01-22 Mark Probst <mark.probst at gmail.com>
2009-01-22 Mark Probst <mark.probst at gmail.com>
2009-01-23 Mark Probst <mark.probst at gmail.com>
2009-01-23 Mark Probst <mark.probst at gmail.com>
2009-01-23 Mark Probst <mark.probst at gmail.com>
2009-01-27 Mark Probst <mark.probst at gmail.com>
2009-01-27 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-02 Mark Probst <mark.probst at gmail.com>
2009-02-03 Mark Probst <mark.probst at gmail.com>
2009-02-03 Mark Probst <mark.probst at gmail.com>
2009-02-04 Mark Probst <mark.probst at gmail.com>
2009-02-04 Mark Probst <mark.probst at gmail.com>
2009-02-04 Mark Probst <mark.probst at gmail.com>
2009-02-05 Mark Probst <mark.probst at gmail.com>
2009-02-05 Mark Probst <mark.probst at gmail.com>
2009-02-05 Mark Probst <mark.probst at gmail.com>
2009-02-05 Mark Probst <mark.probst at gmail.com>
2009-02-10 Mark Probst <mark.probst at gmail.com>
2009-02-10 Mark Probst <mark.probst at gmail.com>
2009-02-11 Mark Probst <mark.probst at gmail.com>
2009-02-12 Mark Probst <mark.probst at gmail.com>
2009-02-12 Mark Probst <mark.probst at gmail.com>
2009-02-16 Mark Probst <mark.probst at gmail.com>
2009-02-17 Mark Probst <mark.probst at gmail.com>
2009-02-22 Mark Probst <mark.probst at gmail.com>
2009-02-23 Mark Probst <mark.probst at gmail.com>
2009-03-04 Mark Probst <mark.probst at gmail.com>
2009-03-04 Mark Probst <mark.probst at gmail.com>
2009-03-04 Mark Probst <mark.probst at gmail.com>
2009-03-04 Mark Probst <mark.probst at gmail.com>
2009-03-05 Mark Probst <mark.probst at gmail.com>
2009-03-05 Mark Probst <mark.probst at gmail.com>
2009-03-05 Mark Probst <mark.probst at gmail.com>
ChangeLog fix.
Partially revert r126631 because it's no longer needed.
Fix LOADI4_MEMINDEX on PPC64.
Make sure x86 ATOMIC_CAS doesn't overwrite its own operands.
Test for CoreCLR security wrapper bug.
Ternary IR ops in mini.
Small ternary ops fixes.
Spilling for ternary ops.
ATOMIC_CAS with 3 sregs.
Forgot to add tests/interlocked-3.cs.
Fix register allocation bug for ternary ops.
Use a separate struct for disappearing links.
Remove data from FinalizeEntry.
Wait for the last finalizer to finish executing for WaitForPendingFinalizers.
Execute critical finalizers after regular finalizers.
Make vassign members gint32 to fix ridiculously large methods.
2009-04-02 Mark Probst <mark.probst at gmail.com>
Test case for invoking a proxy whose server's domain was unloaded.
Proper app domain separation regarding thread abort exception state.
Proper app domain separation regarding thread abort exception state.
2009-04-18 Mark Probst <mark.probst at gmail.com>
2009-04-18 Mark Probst <mark.probst at gmail.com>
Don't reset thread abort exception state when raising an exception.
2009-04-21 Mark Probst <mark.probst at gmail.com>
The execution context is now ThreadStatic in the Thread class.
Track resurrection GCHandles in SGen.
Disable track resurrection hashes if using SGen.
Fix skip size for vectors in SGen.
Set the correct domain when invoking finalizers and creating threads.
Free the static fields memory block.
Appdomain unloading for SGen.
Don't set domain if it's the same as the old one.
Don't set the domain in mono_gc_run_finalize() too late.
Reset abort exception/state and current_appcontext early to avoid cross-context problems.
Remove an object's monitor's weak link when clearing domains.
Free previous GCHandle when overwriting an entry in delegate_hash_table.
Speed up weak refs.
Small SGen fix.
SGen: Store and use the count with REMSET_VTYPE.
The execution context is now set by the runtime.
2009-05-26 Mark Probst <mark.probst at gmail.com>
Use mono_object_hash() for hashes with object keys.
Free the old array when resizing a mono_ptr_array.
Fix SLE10 PPC build.
Disable TLA and managed allocation if __thread not supported.
Do TLS using pthreads if __thread keyword not supported.
Fixed a pthread TLS screwup.
SGen register saving support for PPC.
Disable mini-gc.c because it makes SGen crash.
Make SGen work on Darwin.
SGen managed allocation with pthreads TLS.
TLS_GET on Darwin/G4.
2009-06-25 Mark Probst <mark.probst at gmail.com>
2009-06-25 Mark Probst <mark.probst at gmail.com>
2009-06-25 Mark Probst <mark.probst at gmail.com>
2009-07-02 Mark Probst <mark.probst at gmail.com>
2009-07-03 Mark Probst <mark.probst at gmail.com>
2009-07-03 Mark Probst <mark.probst at gmail.com>
2009-07-09 Mark Probst <mark.probst at gmail.com>
2009-07-13 Mark Probst <mark.probst at gmail.com>
2009-07-13 Mark Probst <mark.probst at gmail.com>
2009-07-18 Mark Probst <mark.probst at gmail.com>
2009-07-18 Mark Probst <mark.probst at gmail.com>
2009-07-18 Mark Probst <mark.probst at gmail.com>
2009-07-22 Mark Probst <mark.probst at gmail.com>
2009-07-22 Mark Probst <mark.probst at gmail.com>
2009-07-22 Mark Probst <mark.probst at gmail.com>
2009-07-22 Mark Probst <mark.probst at gmail.com>
2009-07-24 Mark Probst <mark.probst at gmail.com>
2009-07-24 Mark Probst <mark.probst at gmail.com>
2009-07-25 Mark Probst <mark.probst at gmail.com>
2009-07-27 Mark Probst <mark.probst at gmail.com>
2009-07-30 Mark Probst <mark.probst at gmail.com>
2009-07-30 Mark Probst <mark.probst at gmail.com>
2009-07-30 Mark Probst <mark.probst at gmail.com>
2009-08-01 Mark Probst <mark.probst at gmail.com>
2009-08-01 Mark Probst <mark.probst at gmail.com>
2009-08-01 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-12 Mark Probst <mark.probst at gmail.com>
2009-08-14 Mark Probst <mark.probst at gmail.com>
2009-08-14 Mark Probst <mark.probst at gmail.com>
2009-08-14 Mark Probst <mark.probst at gmail.com>
2009-08-21 Mark Probst <mark.probst at gmail.com>
2009-09-15 Mark Probst <mark.probst at gmail.com>
2009-09-25 Mark Probst <mark.probst at gmail.com>
2009-09-25 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-26 Mark Probst <mark.probst at gmail.com>
2009-09-27 Mark Probst <mark.probst at gmail.com>
2009-09-27 Mark Probst <mark.probst at gmail.com>
2009-09-30 Mark Probst <mark.probst at gmail.com>
2009-09-30 Mark Probst <mark.probst at gmail.com>
2009-09-30 Mark Probst <mark.probst at gmail.com>
2009-09-30 Mark Probst <mark.probst at gmail.com>
2009-10-04 Mark Probst <mark.probst at gmail.com>
2009-10-04 Mark Probst <mark.probst at gmail.com>
2009-10-04 Mark Probst <mark.probst at gmail.com>
2009-10-06 Mark Probst <mark.probst at gmail.com>
2009-10-06 Mark Probst <mark.probst at gmail.com>
2009-10-09 Mark Probst <mark.probst at gmail.com>
2009-10-09 Mark Probst <mark.probst at gmail.com>
2009-10-12 Mark Probst <mark.probst at gmail.com>
2009-10-12 Mark Probst <mark.probst at gmail.com>
2009-10-12 Mark Probst <mark.probst at gmail.com>
2009-10-14 Mark Probst <mark.probst at gmail.com>
2009-10-21 Mark Probst <mark.probst at gmail.com>
2009-10-22 Mark Probst <mark.probst at gmail.com>
2009-10-22 Mark Probst <mark.probst at gmail.com>
2009-10-22 Mark Probst <mark.probst at gmail.com>
2009-10-24 Mark Probst <mark.probst at gmail.com>
2009-10-28 Mark Probst <mark.probst at gmail.com>
2009-10-29 Mark Probst <mark.probst at gmail.com>
2009-11-01 Mark Probst <mark.probst at gmail.com>
2009-11-06 Mark Probst <mark.probst at gmail.com>
2009-11-12 Mark Probst <mark.probst at gmail.com>
2009-11-12 Mark Probst <mark.probst at gmail.com>
2009-11-16 Mark Probst <mark.probst at gmail.com>
2009-11-18 Mark Probst <mark.probst at gmail.com>
2009-11-18 Mark Probst <mark.probst at gmail.com>
2009-11-18 Mark Probst <mark.probst at gmail.com>
2009-11-19 Mark Probst <mark.probst at gmail.com>
2009-12-02 Mark Probst <mark.probst at gmail.com>
2009-12-02 Mark Probst <mark.probst at gmail.com>
2009-12-02 Mark Probst <mark.probst at gmail.com>
2009-12-03 Mark Probst <mark.probst at gmail.com>
2009-12-03 Mark Probst <mark.probst at gmail.com>
2009-12-03 Mark Probst <mark.probst at gmail.com>
2009-12-05 Mark Probst <mark.probst at gmail.com>
2009-12-05 Mark Probst <mark.probst at gmail.com>
2009-12-06 Mark Probst <mark.probst at gmail.com>
2009-12-06 Mark Probst <mark.probst at gmail.com>
2009-12-06 Mark Probst <mark.probst at gmail.com>
2009-12-06 Mark Probst <mark.probst at gmail.com>
2009-12-07 Mark Probst <mark.probst at gmail.com>
2009-12-07 Mark Probst <mark.probst at gmail.com>
2009-12-07 Mark Probst <mark.probst at gmail.com>
2009-12-07 Mark Probst <mark.probst at gmail.com>
2009-12-08 Mark Probst <mark.probst at gmail.com>
2009-12-08 Mark Probst <mark.probst at gmail.com>
2009-12-10 Mark Probst <mark.probst at gmail.com>
2009-12-10 Mark Probst <mark.probst at gmail.com>
2009-12-10 Mark Probst <mark.probst at gmail.com>
2009-12-10 Mark Probst <mark.probst at gmail.com>
2009-12-15 Mark Probst <mark.probst at gmail.com>
2009-12-17 Mark Probst <mark.probst at gmail.com>
2009-12-24 Mark Probst <mark.probst at gmail.com>
2009-12-24 Mark Probst <mark.probst at gmail.com>
2010-01-13 Mark Probst <mark.probst at gmail.com>
2010-01-13 Mark Probst <mark.probst at gmail.com>
2010-01-18 Mark Probst <mark.probst at gmail.com>
2010-01-18 Mark Probst <mark.probst at gmail.com>
2010-01-19 Mark Probst <mark.probst at gmail.com>
2010-01-21 Mark Probst <mark.probst at gmail.com>
2010-01-21 Mark Probst <mark.probst at gmail.com>
2010-01-23 Mark Probst <mark.probst at gmail.com>
2010-02-01 Mark Probst <mark.probst at gmail.com>
2010-02-01 Mark Probst <mark.probst at gmail.com>
2010-02-09 Mark Probst <mark.probst at gmail.com>
2010-02-10 Mark Probst <mark.probst at gmail.com>
2010-02-10 Mark Probst <mark.probst at gmail.com>
2010-02-10 Mark Probst <mark.probst at gmail.com>
2010-02-10 Mark Probst <mark.probst at gmail.com>
2010-02-10 Mark Probst <mark.probst at gmail.com>
2010-02-12 Mark Probst <mark.probst at gmail.com>
2010-03-02 Mark Probst <mark.probst at gmail.com>
2010-03-02 Mark Probst <mark.probst at gmail.com>
2010-03-05 Mark Probst <mark.probst at gmail.com>
2010-03-09 Mark Probst <mark.probst at gmail.com>
2010-03-09 Mark Probst <mark.probst at gmail.com>
2010-03-10 Mark Probst <mark.probst at gmail.com>
2010-03-10 Mark Probst <mark.probst at gmail.com>
2010-03-20 Sanjoy Das <sanjoy at playingwithpointers.com>
2010-03-24 Mark Probst <mark.probst at gmail.com>
2010-03-24 Mark Probst <mark.probst at gmail.com>
2010-03-24 Mark Probst <mark.probst at gmail.com>
2010-03-25 Mark Probst <mark.probst at gmail.com>
2010-03-25 Mark Probst <mark.probst at gmail.com>
2010-03-26 Mark Probst <mark.probst at gmail.com>
2010-03-26 Andreas Faerber <andreas.faerber at web.de>
2010-03-26 Mark Probst <mark.probst at gmail.com>
2010-03-29 Mark Probst <mark.probst at gmail.com>
2010-03-29 Mark Probst <mark.probst at gmail.com>
2010-03-29 Mark Probst <mark.probst at gmail.com>
2010-03-30 Mark Probst <mark.probst at gmail.com>
2010-04-01 Mark Probst <mark.probst at gmail.com>
2010-04-01 Mark Probst <mark.probst at gmail.com>
2010-04-01 Sanjoy Das <sanjoy at playingwithpointers.com>
2010-04-02 Mark Probst <mark.probst at gmail.com>
2010-04-02 Mark Probst <mark.probst at gmail.com>
2010-04-02 Mark Probst <mark.probst at gmail.com>
2010-04-04 Mark Probst <mark.probst at gmail.com>
2010-04-21 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-24 Mark Probst <mark.probst at gmail.com>
2010-04-25 Mark Probst <mark.probst at gmail.com>
2010-04-25 Mark Probst <mark.probst at gmail.com>
2010-04-27 Mark Probst <mark.probst at gmail.com>
2010-04-27 Mark Probst <mark.probst at gmail.com>
2010-04-28 Mark Probst <mark.probst at gmail.com>
2010-04-29 Mark Probst <mark.probst at gmail.com>
2010-05-02 Mark Probst <mark.probst at gmail.com>
2010-05-02 Mark Probst <mark.probst at gmail.com>
2010-05-02 Mark Probst <mark.probst at gmail.com>
2010-05-04 Mark Probst <mark.probst at gmail.com>
2010-05-07 Mark Probst <mark.probst at gmail.com>
2010-05-07 Mark Probst <mark.probst at gmail.com>
2010-05-13 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
2010-05-28 Mark Probst <mark.probst at gmail.com>
Enable mark&sweep major collector.
2010-05-29 Mark Probst <mark.probst at gmail.com>
Enable major copying again - erroneous commit.
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-05 Mark Probst <mark.probst at gmail.com>
2010-06-23 Mark Probst <mark.probst at gmail.com>
2010-06-25 Mark Probst <mark.probst at gmail.com>
2010-06-25 Mark Probst <mark.probst at gmail.com>
2010-07-08 Mark Probst <mark.probst at gmail.com>
2010-07-09 Mark Probst <mark.probst at gmail.com>
2010-07-09 Mark Probst <mark.probst at gmail.com>
2010-07-09 Mark Probst <mark.probst at gmail.com>
2010-07-09 Mark Probst <mark.probst at gmail.com>
2010-07-10 Mark Probst <mark.probst at gmail.com>
2010-07-10 Mark Probst <mark.probst at gmail.com>
2010-07-10 Mark Probst <mark.probst at gmail.com>
2010-07-10 Mark Probst <mark.probst at gmail.com>
Store forwarding address in the same word as the forwarding bit.
2010-07-10 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-13 Mark Probst <mark.probst at gmail.com>
2010-07-14 Mark Probst <mark.probst at gmail.com>
Separate internal allocator in its own C file.
Make major copying allocator use the internal allocator via public API.
Functions for allocing fixed-size blocks in internal allocator.
Make the internal allocator fast.
Only compile sgen-internal.c if HAVE_SGEN_GC is defined.
Fix SGen compiler warnings on AMD64.
commits-to-changelog script.
"make dist" updates the ChangeLogs automatically.
Don't generate empty ChangeLog entries, insert the whole message instead.
Merge branch 'commit-to-changelog'
[commit-to-changelog] Bugfix.
[ppc] Fix build.
[sgen] Major collectors in their own compilation units.
[sgen] Make major collector configurable via MONO_GC_PARAMS.
[sgen] Put major_scan_object() into the major collectors.
[sgen] Put all scan and copy functions into the major collectors.
[sgen] Inline mono_sgen_par_object_get_size().
[sgen] Fix heavy statistics.
[sgen] Fix binary protocol.
Merge branch 'selectable-major'
[scripts] commit-to-changelog fails if git fails
[scripts] commit-to-changelog fails if git is too old
[dist] Only run the commit-to-changelog script if there's a repository.
[Documentation] Document SGen environment variables.
[sgen] Initialize interruption lock.
[sgen] Fix SGEN_ATOMIC_ADD.
[sgen] Parallel mark.
[sgen] Heavy statistics for the shared buffer.
[sgen] One internal allocator per worker thread, to get rid of locking.
[sgen] Make parallel vs non-parallel mark&sweep selectable.
[sgen] Separate mark function for parallel vs non-parallel mark&sweep.
Merge branch 'parallel-mark'
[sgen] Fixes.
[sgen] Fix sgen-grep-binprot.
[sgen] Fixed heap for Mark&Sweep.
[sgen] Sleep a little while busy-waiting for the gray queue distribution.
[sgen] Fix OBS warning.
[Documentation] Explain nursery size a bit in man page.
[scripts] Don't use saxutils in mono-heapviz.
[mini] Write barrier liveness fix.
[mini] Factor out function for emitting write barriers.
[sgen] Inline card table write barrier.
[sgen] Shorter IR for inlined write barrier.
[Documentation] Update man page with write barrier setting.
Merge branch 'cardtable-inline-nofix'
[sgen] Make binary protocol thread-safe for real.
[sgen] Properly update heap boundaries for fixed-heap mark&sweep.
[sgen] Inline card table wbarrier with nursery check.
[sgen] Fix build.
[sgen] Avoid doing an unnecessary gettimeofday().
Remove weak links for monitors.
[sgen] Flush the binary protocol file when protocol is flushed.
[sgen] Dump Mark&Sweep heap occupancy.
[sgen] Function for querying current collection generation.
[sgen] Mark&Sweep evacuation.
[sgen] User-settable evacuation threshold.
[sgen] Don't compile evacuation for parallel mark.
Merge branch 'marksweep-evacuate'
[fix] Fix build.
[sgen] Use bit fields for the booleans in MSBlockInfo.
[sgen] Implement evacuation for parallel mark.
[sgen] Recompute heap boundaries at each major collection.
[sgen] Zero freed blocks in fixed heap Mark&Sweep.
[sgen] Handle forwarding in mono_gc_scan_for_specific_ref().
[sgen] Remove skip_size in sgen-scan-object.h.
[sgen] Concurrent sweep.
[sgen] Compute allowance when sweeping is finished.
[sgen] Make concurrent sweep user-selectable.
Merge branch 'concurrent-sweep'
[sgen] Don't increase degraded_mode in alloc_degraded().
[sgen] Have an allocated block list for fixed-heap M&S, too.
[sgen] Make Mark&Sweep compile without card tables.
Don't assert in mono_get_lmf() if there is no LMF.
[sgen] Always use the GC descriptor instead of MonoClass.has_references.
[sgen] Bridge cross references pass.
[build] pkg-config support for libmonosgen.
[sgen] Use an explicit stack instead of recursion for the first DFS pass in the bridge code.
[sgen] Make the second bridge DFS pass use an implicit stack to avoid stack overflow.
[sgen] Don't assert when on Android.
Merge branch 'sgen-android' into mono-2-10
[sgen] Register the main_thread as a GC root. Fixes shutdown crashes.
Merge branch 'bugfix-main-thread-root' into mono-2-10
Mark Strobert (1):
New test case for #621749.
Martin Baulig (4234):
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
Removed a debugging statement and added myself to the authors list.
Ooops, Miguel added this to the wrong directory.
2002-02-26 Martin Baulig <martin at gnome.org>
A bunch of bug-fixes now that we have a test-suite for this.
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
More tests ....
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
2002-02-26 Martin Baulig <martin at gnome.org>
Removed reference to System.Windows.Forms.
Initial revision
NUnit 1.11.
2002-02-27 Martin Baulig <martin at gnome.org>
2002-02-27 Martin Baulig <martin at gnome.org>
2002-02-27 Martin Baulig <martin at gnome.org>
2002-02-27 Martin Baulig <martin at gnome.org>
Updated.
2002-02-27 Martin Baulig <martin at gnome.org>
Added `linux' and `windows' targets.
2002-02-27 Martin Baulig <martin at gnome.org>
Updated.
2002-02-27 Martin Baulig <martin at gnome.org>
2002-02-27 Martin Baulig <martin at gnome.org>
Added using System.Collections.Specialized;
2002-02-27 Martin Baulig <martin at gnome.org>
Added.
2002-02-28 Martin Baulig <martin at gnome.org>
2002-02-28 Martin Baulig <martin at gnome.org>
Ooops, in AssertEquals(), the expected value comes first ....
2002-02-28 Martin Baulig <martin at gnome.org>
2002-02-28 Martin Baulig <martin at gnome.org>
2002-02-28 Martin Baulig <martin at gnome.org>
As Miguel suggested, added a list of things which are unclear/wrong in
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
Updated.
Updated.
2002-03-01 Martin Baulig <martin at gnome.org>
2002-03-01 Martin Baulig <martin at gnome.org>
Comment out TestGetEnumerator.
Disable ByteTest:TestParse.
Updated.
We only need one such file, let's keep it in class/doc/ ....
2002-03-05 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-07 Martin Baulig <martin at gnome.org>
2002-03-06 Martin Baulig <martin at gnome.org>
2002-03-07 Martin Baulig <martin at gnome.org>
Updated.
2002-03-07 Martin Baulig <martin at gnome.org>
2002-03-07 Martin Baulig <martin at gnome.org>
2002-03-08 Martin Baulig <martin at gnome.org>
2002-03-08 Martin Baulig <martin at gnome.org>
2002-03-08 Martin Baulig <martin at gnome.org>
2002-03-08 Martin Baulig <martin at gnome.org>
2002-03-09 Martin Baulig <martin at gnome.org>
2002-03-09 Martin Baulig <martin at gnome.org>
Ooops, another bug. Correctly initialize Results1 and Results2.
2002-03-09 Martin Baulig <martin at gnome.org>
2002-03-10 Martin Baulig <martin at gnome.org>
2002-03-10 Martin Baulig <martin at gnome.org>
2002-03-13 Martin Baulig <martin at gnome.org>
2002-03-14 Martin Baulig <martin at gnome.org>
2002-03-14 Martin Baulig <martin at gnome.org>
Added a few words about DWARF 2.
2002-03-15 Martin Baulig <martin at gnome.org>
2002-03-16 Martin Baulig <martin at gnome.org>
2002-03-16 Martin Baulig <martin at gnome.org>
2002-03-17 Martin Baulig <martin at gnome.org>
2002-03-17 Martin Baulig <martin at gnome.org>
A few minor fixes.
2002-03-19 Martin Baulig <martin at gnome.org>
2002-03-19 Martin Baulig <martin at gnome.org>
More work here ....
2002-03-19 Martin Baulig <martin at gnome.org>
2002-03-19 Martin Baulig <martin at gnome.org>
*** empty log message ***
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-20 Martin Baulig <martin at gnome.org>
2002-03-21 Martin Baulig <martin at gnome.org>
2002-03-21 Martin Baulig <martin at gnome.org>
2002-03-21 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
A few minor bug fixes.
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
2002-03-23 Martin Baulig <martin at gnome.org>
Ooops, typo. Call the public function, not the internal one.
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-24 Martin Baulig <martin at gnome.org>
2002-03-25 Martin Baulig <martin at gnome.org>
2002-03-25 Martin Baulig <martin at gnome.org>
2002-03-25 Martin Baulig <martin at gnome.org>
2002-03-25 Martin Baulig <martin at gnome.org>
The array is already sorted, reverted my last change. Thanks to Paolo for
2002-03-26 Martin Baulig <martin at gnome.org>
2002-03-26 Martin Baulig <martin at gnome.org>
2002-03-26 Martin Baulig <martin at gnome.org>
Removed CVS conflict marker.
It's called `NAnt', not `Nant'.
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-28 Martin Baulig <martin at gnome.org>
2002-03-29 Martin Baulig <martin at gnome.org>
Oooops ....
2002-03-29 Martin Baulig <martin at gnome.org>
Don't crash if klass->fields is NULL.
2002-03-29 Martin Baulig <martin at gnome.org>
2002-04-12 Martin Baulig <martin at gnome.org>
2002-04-12 Martin Baulig <martin at gnome.org>
Ooops, it's an address, not an offset.
2002-04-12 Martin Baulig <martin at gnome.org>
Write DW_AT.AT_begin_scope and DW_AT.AT_end_scope as addresses, not as offsets.
2002-04-12 Martin Baulig <martin at gnome.org>
2002-04-13 Martin Baulig <martin at gnome.org>
2002-04-13 Martin Baulig <martin at gnome.org>
2002-04-13 Martin Baulig <martin at gnome.org>
2002-04-13 Martin Baulig <martin at gnome.org>
2002-04-25 Martin Baulig <martin at gnome.org>
2002-04-25 Martin Baulig <martin at gnome.org>
2002-04-25 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-26 Martin Baulig <martin at gnome.org>
2002-04-27 Martin Baulig <martin at gnome.org>
2002-04-27 Martin Baulig <martin at gnome.org>
2002-04-27 Martin Baulig <martin at gnome.org>
2002-05-06 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
Ooooops, sorry for being stupid ....
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-19 Martin Baulig <martin at gnome.org>
2002-05-20 Martin Baulig <martin at gnome.org>
2002-05-20 Martin Baulig <martin at gnome.org>
2002-05-20 Martin Baulig <martin at gnome.org>
2002-05-20 Martin Baulig <martin at gnome.org>
2002-05-20 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
Ooops.
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-21 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
Updated (--debug=[FORMAT]).
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
2002-05-22 Martin Baulig <martin at gnome.org>
Reflected latest symbol writer changes.
2002-05-23 Martin Baulig <martin at gnome.org>
2002-05-23 Martin Baulig <martin at gnome.org>
Commented out debugging message.
2002-05-24 Martin Baulig <martin at gnome.org>
2002-05-24 Martin Baulig <martin at gnome.org>
2002-05-24 Martin Baulig <martin at gnome.org>
2002-05-24 Martin Baulig <martin at gnome.org>
2002-05-25 Martin Baulig <martin at gnome.org>
2002-05-25 Martin Baulig <martin at gnome.org>
2002-05-25 Martin Baulig <martin at gnome.org>
2002-05-30 Martin Baulig <martin at gnome.org>
2002-05-30 Martin Baulig <martin at gnome.org>
2002-05-30 Martin Baulig <martin at gnome.org>
2002-05-30 Martin Baulig <martin at gnome.org>
Reverted this, no longer needed:
2002-05-30 Martin Baulig <martin at gnome.org>
Oooops ...
2002-05-30 Martin Baulig <martin at gnome.org>
2002-05-30 Martin Baulig <martin at gnome.org>
Correctly handle structs.
2002-05-31 Martin Baulig <martin at gnome.org>
2002-06-07 Martin Baulig <martin at gnome.org>
2002-06-07 Martin Baulig <martin at gnome.org>
2002-06-07 Martin Baulig <martin at gnome.org>
2002-06-07 Martin Baulig <martin at gnome.org>
2002-06-08 Martin Baulig <martin at gnome.org>
2002-06-08 Martin Baulig <martin at gnome.org>
2002-06-08 Martin Baulig <martin at gnome.org>
2002-06-08 Martin Baulig <martin at gnome.org>
2002-06-08 Martin Baulig <martin at gnome.org>
2002-06-09 Martin Baulig <martin at gnome.org>
2002-06-09 Martin Baulig <martin at gnome.org>
2002-06-09 Martin Baulig <martin at gnome.org>
2002-06-09 Martin Baulig <martin at gnome.org>
2002-06-09 Martin Baulig <martin at gnome.org>
2002-06-10 Martin Baulig <martin at gnome.org>
2002-06-10 Martin Baulig <martin at gnome.org>
2002-06-20 Martin Baulig <martin at gnome.org>
2002-06-21 Martin Baulig <martin at gnome.org>
2002-06-21 Martin Baulig <martin at gnome.org>
2002-06-21 Martin Baulig <martin at gnome.org>
Ooops, I forgot TypeCode.String in my last commit.
2002-06-21 Martin Baulig <martin at gnome.org>
2002-06-22 Martin Baulig <martin at gnome.org>
2002-06-22 Martin Baulig <martin at gnome.org>
2002-06-26 Martin Baulig <martin at gnome.org>
2002-06-26 Martin Baulig <martin at gnome.org>
2002-06-26 Martin Baulig <martin at gnome.org>
Ooops, forgot a NULL check in my last commit.
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-27 Martin Baulig <martin at gnome.org>
2002-06-28 Martin Baulig <martin at gnome.org>
2002-06-28 Martin Baulig <martin at gnome.org>
2002-06-28 Martin Baulig <martin at gnome.org>
2002-06-28 Martin Baulig <martin at gnome.org>
2002-06-28 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-06-29 Martin Baulig <martin at gnome.org>
2002-07-01 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-02 Martin Baulig <martin at gnome.org>
2002-07-03 Martin Baulig <martin at gnome.org>
2002-07-03 Martin Baulig <martin at gnome.org>
2002-07-05 Martin Baulig <martin at gnome.org>
2002-07-05 Martin Baulig <martin at gnome.org>
2002-07-05 Martin Baulig <martin at gnome.org>
2002-07-05 Martin Baulig <martin at gnome.org>
2002-07-05 Martin Baulig <martin at gnome.org>
2002-07-17 Martin Baulig <martin at gnome.org>
2002-07-17 Martin Baulig <martin at gnome.org>
2002-07-17 Martin Baulig <martin at gnome.org>
2002-07-17 Martin Baulig <martin at gnome.org>
2002-07-17 Martin Baulig <martin at gnome.org>
Committing Miguel's type lookup patch.
2002-07-18 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
NO ARGS: System/ArrayTest.cs: (36)
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
Updated the makefiles, put all dlls into class/lib/, make them actually work.
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
Same like library.make, but for programs.
Create mcs first and then use the newly compiled mcs to compile the class libraries.
2002-07-19 Martin Baulig <martin at gnome.org>
2002-07-19 Martin Baulig <martin at gnome.org>
*** empty log message ***
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-21 Martin Baulig <martin at gnome.org>
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-20 Martin Baulig <martin at gnome.org>
2002-07-21 Martin Baulig <martin at gnome.org>
2002-07-21 Martin Baulig <martin at gnome.org>
2002-07-21 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
Reverted my latest workaround in these files. The corresponding bug in MCS
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-22 Martin Baulig <martin at gnome.org>
2002-07-23 Martin Baulig <martin at gnome.org>
2002-07-23 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-24 Martin Baulig <martin at gnome.org>
2002-07-25 Martin Baulig <martin at gnome.org>
"attribute.cs(571,17): error CS0177: The out parameter 'is_error' must
2002-07-25 Martin Baulig <martin at gnome.org>
2002-07-25 Martin Baulig <martin at gnome.org>
Ooooops.
2002-07-26 Martin Baulig <martin at gnome.org>
2002-07-26 Martin Baulig <martin at gnome.org>
Reverted my switch patch for the moment until we've done the release.
2002-07-27 Martin Baulig <martin at gnome.org>
2002-07-27 Martin Baulig <martin at gnome.org>
Added "Mono 0.13 has been released" message so we know later on what has
2002-07-27 Martin Baulig <martin at gnome.org>
2002-07-27 Martin Baulig <martin at gnome.org>
Fixed and put back my switch patch:
2002-07-27 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
Reverted this.
*** empty log message ***
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
Make this compile with csc.
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-29 Martin Baulig <martin at gnome.org>
2002-07-31 Martin Baulig <martin at gnome.org>
2002-07-31 Martin Baulig <martin at gnome.org>
2002-07-31 Martin Baulig <martin at gnome.org>
Make it compile with csc.
Small fix.
Added myself as author of this file :-)
2002-08-01 Martin Baulig <martin at gnome.org>
2002-08-01 Martin Baulig <martin at gnome.org>
2002-08-01 Martin Baulig <martin at gnome.org>
2002-08-01 Martin Baulig <martin at gnome.org>
2002-08-02 Martin Baulig <martin at gnome.org>
2002-08-02 Martin Baulig <martin at gnome.org>
2002-08-02 Martin Baulig <martin at gnome.org>
2002-08-02 Martin Baulig <martin at gnome.org>
Ooops.
2002-08-03 Martin Baulig <martin at gnome.org>
Improved error handling when the accessibility checks fail.
2002-08-03 Martin Baulig <martin at gnome.org>
2002-08-03 Martin Baulig <martin at gnome.org>
2002-08-03 Martin Baulig <martin at gnome.org>
Ooops, this file had duplicate methods in it.
2002-08-03 Martin Baulig <martin at gnome.org>
Added documentation for the flow analysis code.
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
Ooops, make this actually work.
Make these tests actually work, they contained other syntax errors than the
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-06 Martin Baulig <martin at gnome.org>
2002-08-06 Martin Baulig <martin at gnome.org>
Ooops, fix the location check in Error and Warning.
2002-08-06 Martin Baulig <martin at gnome.org>
2002-08-06 Martin Baulig <martin at gnome.org>
2002-08-07 Martin Baulig <martin at gnome.org>
2002-08-07 Martin Baulig <martin at gnome.org>
Updated this a bit.
Make this actually work.
2002-08-07 Martin Baulig <martin at gnome.org>
2002-08-07 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-05 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-08 Martin Baulig <martin at gnome.org>
Added two more testcases to this test.
Ooops, removed debugging stuff.
2002-08-08 Martin Baulig <martin at gnome.org>
2002-08-11 Martin Baulig <martin at gnome.org>
2002-08-11 Martin Baulig <martin at gnome.org>
2002-08-11 Martin Baulig <martin at gnome.org>
2002-08-11 Martin Baulig <martin at gnome.org>
2002-08-11 Martin Baulig <martin at gnome.org>
2002-08-12 Martin Baulig <martin at gnome.org>
2002-08-12 Martin Baulig <martin at gnome.org>
Ooops, fixed my last commit.
2002-08-12 Martin Baulig <martin at gnome.org>
2002-08-13 Martin Baulig <martin at gnome.org>
2002-08-13 Martin Baulig <martin at gnome.org>
[Conditional] is not valid on classes.
This indexer was supposed to be public.
2002-08-14 Martin Baulig <martin at gnome.org>
2002-08-15 Martin Baulig <martin at gnome.org>
Oooops .....
2002-08-15 Martin Baulig <martin at gnome.org>
2002-08-16 Martin Baulig <martin at gnome.org>
2002-08-19 Martin Baulig <martin at gnome.org>
Added some more documentation.
2002-08-19 Martin Baulig <martin at gnome.org>
2002-08-16 Martin Baulig <martin at gnome.org>
Added some more documentation.
2002-08-19 Martin Baulig <martin at gnome.org>
Ooops, actually enable the cache.
2002-08-20 Martin Baulig <martin at gnome.org>
Make this work with events.
2002-08-20 Martin Baulig <martin at gnome.org>
2002-08-20 Martin Baulig <martin at gnome.org>
2002-08-20 Martin Baulig <martin at gnome.org>
2002-08-20 Martin Baulig <martin at gnome.org>
Ooops, that was the wrong version. Reverted the last change and committed the
2002-08-15 Martin Baulig <martin at gnome.org>
Use different return values for different error conditions.
2002-08-23 Martin Baulig <martin at gnome.org>
This is the patch from bug #28562.
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
Updated the instructions a bit.
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
Ooops, forgot to commit this.
Reverted this for the moment, it's causing too many problems.
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
Added one more testcase to this test.
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
2002-08-23 Martin Baulig <martin at gnome.org>
You can now use `--break Main' to insert a breakpoint on the application's
2002-08-23 Martin Baulig <martin at gnome.org>
Make this actually work.
2002-08-24 Martin Baulig <martin at gnome.org>
2002-08-24 Martin Baulig <martin at gnome.org>
2002-08-24 Martin Baulig <martin at gnome.org>
2002-08-24 Martin Baulig <martin at gnome.org>
Added docu about the new `mono' debugging format and removed `dwarf-plus' since I'm about to remove this.
2002-08-24 Martin Baulig <martin at gnome.org>
2002-08-24 Martin Baulig <martin at gnome.org>
2002-08-25 Martin Baulig <martin at gnome.org>
Oooops, that was a cut&paste error ...
2002-08-24 Martin Baulig <martin at gnome.org>
Use StartAddress and EndAddress for methods.
Use start and end addresses for methods.
Added public property to get the methods.
2002-08-25 Martin Baulig <martin at gnome.org>
2002-08-26 Martin Baulig <martin at gnome.org>
Removed some debugging stuff and made this work for the first line in a method.
2002-08-26 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
Reverted, it isn't needed anymore.
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-27 Martin Baulig <martin at gnome.org>
2002-08-28 Martin Baulig <martin at gnome.org>
2002-08-28 Martin Baulig <martin at gnome.org>
2002-08-28 Martin Baulig <martin at gnome.org>
Oops, default to public if no attribute is given.
2002-08-28 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
Reflect latest mono_disasm_code_one() changes.
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-03 Martin Baulig <martin at gnome.org>
Increase symbol file generation when adding a new method.
2002-09-03 Martin Baulig <martin at gnome.org>
2002-09-04 Martin Baulig <martin at gnome.org>
2002-09-05 Martin Baulig <martin at gnome.org>
2002-09-06 Martin Baulig <martin at gnome.org>
Hardcode sizeof (long) to 8 bytes to make it compile without /unsafe.
So why the hell did someone commit this non-printable character ?
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
Added my two new tests.
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
2002-09-09 Martin Baulig <martin at gnome.org>
Oooops.
2002-09-11 Martin Baulig <martin at gnome.org>
2002-09-12 Martin Baulig <martin at gnome.org>
2002-09-12 Martin Baulig <martin at gnome.org>
2002-09-12 Martin Baulig <martin at gnome.org>
2002-09-13 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-11 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
Ooops, make this build.
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-12 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-14 Martin Baulig <martin at gnome.org>
2002-09-16 Martin Baulig <martin at gnome.org>
2002-09-16 Martin Baulig <martin at gnome.org>
2002-09-16 Martin Baulig <martin at gnome.org>
Make this compile.
2002-09-17 Martin Baulig <martin at gnome.org>
2002-09-17 Martin Baulig <martin at gnome.org>
2002-09-17 Martin Baulig <martin at gnome.org>
2002-09-18 Martin Baulig <martin at gnome.org>
2002-09-18 Martin Baulig <martin at gnome.org>
2002-09-18 Martin Baulig <martin at gnome.org>
2002-09-19 Martin Baulig <martin at gnome.org>
2002-09-19 Martin Baulig <martin at gnome.org>
2002-09-19 Martin Baulig <martin at gnome.org>
2002-09-19 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-20 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
Ooops, fixed a typo in my last commit.
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-21 Martin Baulig <martin at gnome.org>
2002-09-22 Martin Baulig <martin at gnome.org>
Removed this g_message().
Removed another g_message().
2002-09-22 Martin Baulig <martin at gnome.org>
2002-09-23 Martin Baulig <martin at gnome.org>
Multi-dimensional arrays ...
Added support for enum types.
More work on the type stuff.
Added support for structs and classes.
Don't include static fields.
2002-09-24 Martin Baulig <martin at gnome.org>
2002-09-24 Martin Baulig <martin at gnome.org>
2002-09-24 Martin Baulig <martin at gnome.org>
Small improvement.
Use g_message() here, not g_warning().
2002-09-25 Martin Baulig <martin at gnome.org>
2002-09-25 Martin Baulig <martin at gnome.org>
2002-09-25 Martin Baulig <martin at gnome.org>
2002-09-25 Martin Baulig <martin at gnome.org>
2002-09-25 Martin Baulig <martin at gnome.org>
2002-09-25 Martin Baulig <martin at gnome.org>
Always create a line entry for the last line.
2002-09-26 Martin Baulig <martin at gnome.org>
2002-09-26 Martin Baulig <martin at gnome.org>
Incremented version number.
2002-09-26 Martin Baulig <martin at gnome.org>
2002-09-26 Martin Baulig <martin at gnome.org>
2002-09-27 Martin Baulig <martin at gnome.org>
2002-09-27 Martin Baulig <martin at gnome.org>
2002-09-27 Martin Baulig <martin at gnome.org>
2002-10-01 Martin Baulig <martin at gnome.org>
2002-10-01 Martin Baulig <martin at gnome.org>
2002-10-01 Martin Baulig <martin at gnome.org>
2002-10-01 Martin Baulig <martin at gnome.org>
2002-10-02 Martin Baulig <martin at gnome.org>
2002-10-04 Martin Baulig <martin at gnome.org>
2002-10-04 Martin Baulig <martin at gnome.org>
2002-10-04 Martin Baulig <martin at gnome.org>
2002-10-06 Martin Baulig <martin at gnome.org>
2002-10-06 Martin Baulig <martin at gnome.org>
2002-10-06 Martin Baulig <martin at gnome.org>
2002-10-08 Martin Baulig <martin at gnome.org>
2002-10-10 Martin Baulig <martin at gnome.org>
Added one more testcase to this bug.
2002-10-10 Martin Baulig <martin at gnome.org>
2002-10-10 Martin Baulig <martin at gnome.org>
2002-10-10 Martin Baulig <martin at gnome.org>
2002-10-11 Martin Baulig <martin at gnome.org>
2002-10-13 Martin Baulig <martin at gnome.org>
2002-10-13 Martin Baulig <martin at gnome.org>
2002-10-13 Martin Baulig <martin at gnome.org>
2002-10-13 Martin Baulig <martin at gnome.org>
2002-10-13 Martin Baulig <martin at gnome.org>
2002-10-14 Martin Baulig <martin at gnome.org>
2002-10-14 Martin Baulig <martin at gnome.org>
2002-10-14 Martin Baulig <martin at gnome.org>
2002-10-14 Martin Baulig <martin at gnome.org>
2002-10-15 Martin Baulig <martin at gnome.org>
2002-10-15 Martin Baulig <martin at gnome.org>
Oooops, this was an accident, sorry for the breakage.
2002-10-17 Martin Baulig <martin at gnome.org>
2002-10-17 Martin Baulig <martin at gnome.org>
2002-11-14 Martin Baulig <martin at ximian.com>
2002-11-14 Martin Baulig <martin at ximian.com>
2002-11-14 Martin Baulig <martin at gnome.org>
2002-11-14 Martin Baulig <martin at ximian.com>
Put this back and made it actually work.
Ooops, accidentally reverted this one as well.
2002-11-16 Martin Baulig <martin at ximian.com>
Added one more testcase.
2002-11-16 Martin Baulig <martin at ximian.com>
2002-11-16 Martin Baulig <martin at ximian.com>
2002-11-16 Martin Baulig <martin at ximian.com>
2002-11-16 Martin Baulig <martin at ximian.com>
2002-11-16 Martin Baulig <martin at ximian.com>
2002-11-17 Martin Baulig <martin at ximian.com>
2002-11-17 Martin Baulig <martin at ximian.com>
2002-11-17 Martin Baulig <martin at ximian.com>
2002-11-17 Martin Baulig <martin at ximian.com>
Added two more testcases.
2002-11-17 Martin Baulig <martin at ximian.com>
2002-11-23 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
Ooooops, why does this have such a strange side-effect ?
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-11-24 Martin Baulig <martin at ximian.com>
2002-12-07 Martin Baulig <martin at ximian.com>
2002-12-08 Martin Baulig <martin at ximian.com>
2002-12-28 Martin Baulig <martin at ximian.com>
2002-12-28 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-31 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-30 Martin Baulig <martin at ximian.com>
2002-12-31 Martin Baulig <martin at ximian.com>
2002-12-31 Martin Baulig <martin at ximian.com>
Removed debugging instruction.
2003-01-03 Martin Baulig <martin at ximian.com>
2003-01-03 Martin Baulig <martin at ximian.com>
2003-01-03 Martin Baulig <martin at ximian.com>
2003-01-04 Martin Baulig <martin at ximian.com>
2003-01-05 Martin Baulig <martin at ximian.com>
2003-01-05 Martin Baulig <martin at ximian.com>
2003-01-06 Martin Baulig <martin at ximian.com>
2003-01-06 Martin Baulig <martin at ximian.com>
2003-01-08 Martin Baulig <martin at ximian.com>
2003-01-08 Martin Baulig <martin at ximian.com>
2003-01-11 Martin Baulig <martin at ximian.com>
2003-01-14 Martin Baulig <martin at ximian.com>
2003-01-14 Martin Baulig <martin at ximian.com>
2003-01-14 Martin Baulig <martin at ximian.com>
2003-01-16 Martin Baulig <martin at ximian.com>
2003-01-16 Martin Baulig <martin at ximian.com>
2003-01-16 Martin Baulig <martin at ximian.com>
2003-01-16 Martin Baulig <martin at ximian.com>
2003-01-16 Martin Baulig <martin at ximian.com>
2003-01-17 Martin Baulig <martin at ximian.com>
2003-01-17 Martin Baulig <martin at ximian.com>
2003-01-18 Martin Baulig <martin at ximian.com>
2003-01-19 Martin Baulig <martin at ximian.com>
2003-01-22 Martin Baulig <martin at ximian.com>
**** Reverted this ****
2003-01-22 Martin Baulig <martin at ximian.com>
2003-01-22 Martin Baulig <martin at ximian.com>
2003-01-22 Martin Baulig <martin at ximian.com>
Ooops, this was just for debugging.
2003-01-24 Martin Baulig <martin at ximian.com>
2003-01-24 Martin Baulig <martin at ximian.com>
2003-01-24 Martin Baulig <martin at ximian.com>
2003-01-24 Martin Baulig <martin at ximian.com>
2003-01-25 Martin Baulig <martin at ximian.com>
2003-01-26 Martin Baulig <martin at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-05 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-05 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
Close() must not be called.
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2003-02-07 Martin Baulig <martin at ximian.com>
Removed this debugging statement.
Cosmetic fixes.
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
2003-02-08 Martin Baulig <martin at ximian.com>
This comment is incorrect, we aren't generating DWARF here.
2003-02-08 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
Hmm, no, this was wrong.
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
Hmm, sort the table for the moment, this is just a bit slower, but more stable.
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
Fixed typo.
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
Small fix.
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-09 Martin Baulig <martin at ximian.com>
Ooops.
Ooops, forgot to correct the size. This change only affects reading the symbol files, so we don't need to increment the version number.
2003-02-16 Martin Baulig <martin at ximian.com>
2003-02-16 Martin Baulig <martin at ximian.com>
2003-02-17 Martin Baulig <martin at ximian.com>
2003-02-17 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-18 Martin Baulig <martin at ximian.com>
2003-02-22 Martin Baulig <martin at ximian.com>
2003-02-22 Martin Baulig <martin at ximian.com>
.cvsignore ......
2003-02-22 Martin Baulig <martin at ximian.com>
2003-02-22 Martin Baulig <martin at ximian.com>
2003-02-22 Martin Baulig <martin at ximian.com>
2003-02-23 Martin Baulig <martin at ximian.com>
2003-02-23 Martin Baulig <martin at ximian.com>
2003-02-23 Martin Baulig <martin at ximian.com>
Make this compile.
2003-02-23 Martin Baulig <martin at ximian.com>
2003-02-23 Martin Baulig <martin at ximian.com>
Removed two Console.WriteLine's.
2003-02-23 Martin Baulig <martin at ximian.com>
2003-02-27 Martin Baulig <martin at ximian.com>
2003-03-05 Martin Baulig <martin at ximian.com>
2003-03-07 Martin Baulig <martin at ximian.com>
2003-03-07 Martin Baulig <martin at ximian.com>
2003-03-13 Martin Baulig <martin at ximian.com>
2003-03-13 Martin Baulig <martin at ximian.com>
2003-03-13 Martin Baulig <martin at ximian.com>
2003-03-13 Martin Baulig <martin at ximian.com>
2003-03-22 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2003-03-31 Martin Baulig <martin at ximian.com>
2003-03-31 Martin Baulig <martin at ximian.com>
2003-04-03 Martin Baulig <martin at ximian.com>
2003-04-03 Martin Baulig <martin at ximian.com>
2003-04-03 Martin Baulig <martin at ximian.com>
2003-04-03 Martin Baulig <martin at ximian.com>
2003-04-03 Martin Baulig <martin at ximian.com>
Ooops, forgot a debugging #ifdef.
2003-04-05 Martin Baulig <martin at ximian.com>
2003-04-05 Martin Baulig <martin at ximian.com>
Ooops, forgot to commit this. This will actually fix #40670.
2003-04-06 Martin Baulig <martin at ximian.com>
2003-04-06 Martin Baulig <martin at ximian.com>
2003-04-06 Martin Baulig <martin at ximian.com>
2003-04-07 Martin Baulig <martin at ximian.com>
2003-04-07 Martin Baulig <martin at ximian.com>
2003-04-07 Martin Baulig <martin at ximian.com>
Ooops, this is the correct test-190.cs file.
2003-04-21 Martin Baulig <martin at ximian.com>
Copied them over again from ../jit/.
2003-04-21 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
This was just an ugly hack for the debugger; removed it.
mono_debug_make_symbols() is now known as mono_debug_update().
Reflect latest API changes.
2003-04-23 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
Added some API documentation.
debug.h doesn't exist anymore.
Added a comment.
2003-04-23 Martin Baulig <martin at ximian.com>
Don't crash if debugging is disabled.
Check whether debugging is actually enabled.
Actually enable the debugging stuff.
2003-04-23 Martin Baulig <martin at ximian.com>
2003-04-23 Martin Baulig <martin at ximian.com>
Don't call mono_debug_update(), it's not needed.
2003-04-24 Martin Baulig <martin at ximian.com>
2003-04-24 Martin Baulig <martin at ximian.com>
Ooops, increment symfile->generation here.
2003-04-27 Martin Baulig <martin at ximian.com>
Removed a G_BREAKPOINT() which was just there for debugging.
2003-04-27 Martin Baulig <martin at ximian.com>
Reflect latest changes in the debugging API.
2003-05-02 Martin Baulig <martin at ximian.com>
2003-05-04 Martin Baulig <martin at ximian.com>
Ooops, we still need to initialize `image_file'.
2003-05-04 Martin Baulig <martin at ximian.com>
Ignore methods from other application domains.
2003-05-06 Martin Baulig <martin at ximian.com>
2003-05-11 Martin Baulig <martin at ximian.com>
2003-05-11 Martin Baulig <martin at ximian.com>
2003-05-12 Martin Baulig <martin at ximian.com>
Reverted this:
2003-05-16 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
Added another testcase.
2003-05-18 Martin Baulig <martin at ximian.com>
Oooops, of course, we expect a CS0165 here.
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-18 Martin Baulig <martin at ximian.com>
2003-05-19 Martin Baulig <martin at ximian.com>
Ooops, put back test-15, that was an accident.
Added another testcase.
2003-05-19 Martin Baulig <martin at ximian.com>
2003-06-08 Martin Baulig <martin at ximian.com>
2003-06-08 Martin Baulig <martin at ximian.com>
Ooops, this was wrong since we already include libgc.la in libmonoutils.la.
2003-06-10 Martin Baulig <martin at ximian.com>
2003-06-10 Martin Baulig <martin at ximian.com>
Removed the debugger download link from Mono 0.24 since that debugger version doesn't work with Mono 0.24.
2003-06-20 Martin Baulig <martin at ximian.com>
2003-06-20 Martin Baulig <martin at ximian.com>
2003-06-20 Martin Baulig <martin at ximian.com>
2003-07-01 Martin Baulig <martin at ximian.com>
2003-07-02 Martin Baulig <martin at ximian.com>
2003-07-02 Martin Baulig <martin at ximian.com>
2003-07-05 Martin Baulig <martin at ximian.com>
2003-07-05 Martin Baulig <martin at ximian.com>
2003-07-08 Martin Baulig <martin at ximian.com>
2003-07-08 Martin Baulig <martin at ximian.com>
2003-07-08 Martin Baulig <martin at ximian.com>
2003-07-08 Martin Baulig <martin at ximian.com>
Reverted this. Miguel's change was older than my last change to this
Reverted this. Miguel's change was older than my last change to this
2003-07-10 Martin Baulig <martin at ximian.com>
2003-07-10 Martin Baulig <martin at ximian.com>
2003-07-10 Martin Baulig <martin at ximian.com>
2003-07-10 Martin Baulig <martin at ximian.com>
2003-07-10 Martin Baulig <martin at ximian.com>
New test for CS0673.
2003-07-13 Martin Baulig <martin at ximian.com>
2003-07-13 Martin Baulig <martin at ximian.com>
2003-07-13 Martin Baulig <martin at ximian.com>
2003-07-13 Martin Baulig <martin at ximian.com>
2003-07-14 Martin Baulig <martin at ximian.com>
Ooops, don't crash here.
2003-07-14 Martin Baulig <martin at ximian.com>
2003-07-14 Martin Baulig <martin at ximian.com>
2003-07-14 Martin Baulig <martin at ximian.com>
2003-07-14 Martin Baulig <martin at ximian.com>
Committed a workaround to make this compile again.
2003-07-20 Martin Baulig <martin at ximian.com>
2003-07-21 Martin Baulig <martin at ximian.com>
2003-07-21 Martin Baulig <martin at ximian.com>
2003-07-21 Martin Baulig <martin at ximian.com>
2003-07-21 Martin Baulig <martin at ximian.com>
2003-07-21 Martin Baulig <martin at ximian.com>
Don't set a parent type if it's System.Object.
2003-07-22 Martin Baulig <martin at ximian.com>
2003-07-22 Martin Baulig <martin at ximian.com>
2003-07-22 Martin Baulig <martin at ximian.com>
2003-07-25 Martin Baulig <martin at ximian.com>
Disable tests which were already disabled in the old makefile.
2003-07-25 Martin Baulig <martin at ximian.com>
2003-07-25 Martin Baulig <martin at ximian.com>
2003-07-25 Martin Baulig <martin at ximian.com>
2003-07-26 Martin Baulig <martin at ximian.com>
2003-07-26 Martin Baulig <martin at ximian.com>
2003-07-26 Martin Baulig <martin at ximian.com>
2003-07-26 Martin Baulig <martin at ximian.com>
2003-07-26 Martin Baulig <martin at ximian.com>
Use System.Math instead of just `Math'.
2003-07-28 Martin Baulig <martin at ximian.com>
2003-07-28 Martin Baulig <martin at ximian.com>
2003-07-28 Martin Baulig <martin at ximian.com>
New test.
Reverted my latest changes for the moment until we're doing it the right way.
2003-07-28 Martin Baulig <martin at ximian.com>
Disable test-210 for the moment since I reverted my MCS changes.
2003-07-28 Martin Baulig <martin at ximian.com>
2003-08-04 Martin Baulig <martin at ximian.com>
2003-08-04 Martin Baulig <martin at ximian.com>
2003-08-04 Martin Baulig <martin at ximian.com>
2003-08-04 Martin Baulig <martin at ximian.com>
2003-08-05 Martin Baulig <martin at ximian.com>
2003-08-05 Martin Baulig <martin at ximian.com>
2003-08-06 Martin Baulig <martin at ximian.com>
2003-08-05 Martin Baulig <martin at ximian.com>
2003-08-06 Martin Baulig <martin at ximian.com>
2003-08-06 Martin Baulig <martin at ximian.com>
Small fix for static methods.
2003-08-07 Martin Baulig <martin at ximian.com>
2003-08-07 Martin Baulig <martin at ximian.com>
2003-08-07 Martin Baulig <martin at ximian.com>
2003-08-08 Martin Baulig <martin at ximian.com>
2003-08-11 Martin Baulig <martin at ximian.com>
2003-08-12 Martin Baulig <martin at ximian.com>
Peter had a reason for this change; restore it (it was reverted in revision 1.4).
Comment out unreachable code.
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-22 Martin Baulig <martin at ximian.com>
2003-08-25 Martin Baulig <martin at ximian.com>
2003-08-25 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
2003-08-26 Martin Baulig <martin at ximian.com>
Merged from MCS Wed Aug 27 09:42:30 CEST 2003.
Ooops ....
2003-08-28 Martin Baulig <martin at ximian.com>
2003-08-28 Martin Baulig <martin at ximian.com>
2003-08-28 Martin Baulig <martin at ximian.com>
2003-08-28 Martin Baulig <martin at ximian.com>
2003-08-28 Martin Baulig <martin at ximian.com>
2003-08-28 Martin Baulig <martin at ximian.com>
Also works with local variables :-)
2003-08-28 Martin Baulig <martin at ximian.com>
Now it's working without any ugly hacks :-)
2003-09-04 Martin Baulig <martin at ximian.com>
2003-08-29 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
2003-09-04 Martin Baulig <martin at ximian.com>
Ooops, this was just for debugging.
2003-09-05 Martin Baulig <martin at ximian.com>
2003-09-06 Martin Baulig <martin at ximian.com>
2003-09-06 Martin Baulig <martin at ximian.com>
Fixed error number.
2003-09-06 Martin Baulig <martin at ximian.com>
2003-09-06 Martin Baulig <martin at ximian.com>
2003-09-07 Martin Baulig <martin at ximian.com>
2003-09-07 Martin Baulig <martin at ximian.com>
2003-09-07 Martin Baulig <martin at ximian.com>
*** empty log message ***
Added error -217.
2003-09-07 Martin Baulig <martin at ximian.com>
2003-09-07 Martin Baulig <martin at ximian.com>
Merged from MCS.
2003-09-15 Martin Baulig <martin at ximian.com>
Merged from MCS.
2003-09-15 Martin Baulig <martin at ximian.com>
Added -218 invalid contraints clause.
2003-09-16 Martin Baulig <martin at ximian.com>
This test is incorrect.
2003-09-16 Martin Baulig <martin at ximian.com>
2003-09-16 Martin Baulig <martin at ximian.com>
2003-09-17 Martin Baulig <martin at ximian.com>
2003-09-17 Martin Baulig <martin at ximian.com>
2003-09-17 Martin Baulig <martin at ximian.com>
2003-09-18 Martin Baulig <martin at ximian.com>
2003-09-18 Martin Baulig <martin at ximian.com>
2003-09-18 Martin Baulig <martin at ximian.com>
2003-09-18 Martin Baulig <martin at ximian.com>
2003-09-19 Martin Baulig <martin at ximian.com>
2003-09-19 Martin Baulig <martin at ximian.com>
2003-09-19 Martin Baulig <martin at ximian.com>
2003-09-19 Martin Baulig <martin at ximian.com>
2003-09-22 Martin Baulig <martin at ximian.com>
2003-09-22 Martin Baulig <martin at ximian.com>
2003-09-25 Martin Baulig <martin at ximian.com>
2003-09-25 Martin Baulig <martin at ximian.com>
2003-09-27 Martin Baulig <martin at ximian.com>
2003-09-29 Martin Baulig <martin at ximian.com>
2003-09-29 Martin Baulig <martin at ximian.com>
FIXME FIXME FIXME FIXME
Small test script.
2003-10-06 Martin Baulig <martin at ximian.com>
Simplify this a bit.
gen-14.cs is now working :-)
Added a FIXME.
2003-10-09 Martin Baulig <martin at ximian.com>
2003-10-09 Martin Baulig <martin at ximian.com>
Ooops.
2003-10-09 Martin Baulig <martin at ximian.com>
Merged from MCS.
2003-10-10 Martin Baulig <martin at ximian.com>
2003-10-10 Martin Baulig <martin at ximian.com>
2003-10-10 Martin Baulig <martin at ximian.com>
2003-10-10 Martin Baulig <martin at ximian.com>
2003-10-10 Martin Baulig <martin at ximian.com>
2003-10-11 Martin Baulig <martin at ximian.com>
2003-10-13 Martin Baulig <martin at ximian.com>
2003-10-13 Martin Baulig <martin at ximian.com>
2003-10-13 Martin Baulig <martin at ximian.com>
2003-10-14 Martin Baulig <martin at ximian.com>
2003-10-14 Martin Baulig <martin at ximian.com>
2003-10-14 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2003-10-15 Martin Baulig <martin at ximian.com>
2003-10-15 Martin Baulig <martin at ximian.com>
2003-10-16 Martin Baulig <martin at ximian.com>
2003-10-16 Martin Baulig <martin at ximian.com>
2003-10-16 Martin Baulig <martin at ximian.com>
2003-10-16 Martin Baulig <martin at ximian.com>
2003-10-17 Martin Baulig <martin at ximian.com>
2003-10-17 Martin Baulig <martin at ximian.com>
2003-10-17 Martin Baulig <martin at ximian.com>
More generics tests.
Two more generics tests.
2003-10-17 Martin Baulig <martin at ximian.com>
2003-10-17 Martin Baulig <martin at ximian.com>
2003-10-18 Martin Baulig <martin at ximian.com>
2003-10-18 Martin Baulig <martin at ximian.com>
Improved error checking a bit.
2003-10-21 Martin Baulig <martin at ximian.com>
2003-10-21 Martin Baulig <martin at ximian.com>
2003-10-21 Martin Baulig <martin at ximian.com>
New generics test.
2003-10-21 Martin Baulig <martin at ximian.com>
2003-10-25 Martin Baulig <martin at ximian.com>
2003-10-25 Martin Baulig <martin at ximian.com>
New test.
2003-10-25 Martin Baulig <martin at ximian.com>
2003-10-25 Martin Baulig <martin at ximian.com>
New test.
Added "-220 Cannot resolve constructed type".
2003-10-25 Martin Baulig <martin at ximian.com>
2003-10-30 Martin Baulig <martin at ximian.com>
2003-10-30 Martin Baulig <martin at ximian.com>
2003-10-30 Martin Baulig <martin at ximian.com>
2003-10-31 Martin Baulig <martin at ximian.com>
2003-10-31 Martin Baulig <martin at ximian.com>
More tests ....
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
Support for fields is currently broken; so don't use fields where we're testing something which is not related to fields.
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
New test.
2003-11-02 Martin Baulig <martin at ximian.com>
New test.
2003-11-02 Martin Baulig <martin at ximian.com>
2003-11-02 Martin Baulig <martin at ximian.com>
New test.
2003-11-03 Martin Baulig <martin at ximian.com>
2003-11-03 Martin Baulig <martin at ximian.com>
2003-11-03 Martin Baulig <martin at ximian.com>
2003-11-03 Martin Baulig <martin at ximian.com>
2003-11-06 Martin Baulig <martin at ximian.com>
2003-11-06 Martin Baulig <martin at ximian.com>
2003-11-06 Martin Baulig <martin at ximian.com>
Merged from mcs.
2003-11-08 Martin Baulig <martin at ximian.com>
2003-11-08 Martin Baulig <martin at ximian.com>
2003-11-08 Martin Baulig <martin at ximian.com>
Merged from mcs.
2003-11-08 Martin Baulig <martin at ximian.com>
2003-11-08 Martin Baulig <martin at ximian.com>
2003-11-08 Martin Baulig <martin at ximian.com>
2003-11-10 Martin Baulig <martin at ximian.com>
2003-11-10 Martin Baulig <martin at ximian.com>
Merged from mcs.
2003-11-11 Martin Baulig <martin at ximian.com>
2003-11-11 Martin Baulig <martin at ximian.com>
2003-11-11 Martin Baulig <martin at ximian.com>
2003-11-11 Martin Baulig <martin at ximian.com>
2003-11-14 Martin Baulig <martin at ximian.com>
2003-11-14 Martin Baulig <martin at ximian.com>
2003-11-14 Martin Baulig <martin at ximian.com>
2003-11-15 Martin Baulig <martin at ximian.com>
2003-11-15 Martin Baulig <martin at ximian.com>
2003-11-15 Martin Baulig <martin at ximian.com>
Ooops, forgot to add these tests last time.
Two new tests .....
2003-11-16 Martin Baulig <martin at ximian.com>
2003-11-16 Martin Baulig <martin at ximian.com>
2003-11-16 Martin Baulig <martin at ximian.com>
One more test ....
2003-11-16 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-05 Martin Baulig <martin at ximian.com>
2003-12-05 Martin Baulig <martin at ximian.com>
Use gmcs again.
2003-12-06 Martin Baulig <martin at ximian.com>
2003-12-06 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-04 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
New generics test.
2003-12-09 Martin Baulig <martin at ximian.com>
2003-12-09 Martin Baulig <martin at ximian.com>
2003-12-09 Martin Baulig <martin at ximian.com>
2003-12-11 Martin Baulig <martin at ximian.com>
2003-12-11 Martin Baulig <martin at ximian.com>
2003-12-11 Martin Baulig <martin at ximian.com>
2003-12-11 Martin Baulig <martin at ximian.com>
2003-12-11 Martin Baulig <martin at ximian.com>
Improved debugging info.
2003-12-13 Martin Baulig <martin at ximian.com>
2003-12-13 Martin Baulig <martin at ximian.com>
2003-12-13 Martin Baulig <martin at ximian.com>
Adjust line numbers.
2003-12-13 Martin Baulig <martin at ximian.com>
2003-12-16 Martin Baulig <martin at ximian.com>
2003-12-16 Martin Baulig <martin at ximian.com>
2003-12-18 Martin Baulig <martin at ximian.com>
2003-12-19 Martin Baulig <martin at ximian.com>
2003-12-19 Martin Baulig <martin at ximian.com>
New generic test.
Non-generic interfaces are `null' entries in `interfaces'.
2003-12-19 Martin Baulig <martin at ximian.com>
2003-12-19 Martin Baulig <martin at ximian.com>
2003-12-20 Martin Baulig <martin at ximian.com>
Fixed warnings.
2003-12-20 Martin Baulig <martin at ximian.com>
More warning fixes.
2004-01-07 Martin Baulig <martin at ximian.com>
2004-01-13 Martin Baulig <martin at ximian.com>
Reverting revisions 1.37, 1.38, 1.40 and 1.41.
2004-01-13 Martin Baulig <martin at ximian.com>
Added a comment about BuildLineNumberTable().
2004-01-13 Martin Baulig <martin at ximian.com>
2004-01-15 Martin Baulig <martin at ximian.com>
2003-12-08 Martin Baulig <martin at ximian.com>
2004-01-15 Martin Baulig <martin at ximian.com>
Reverted my last commit.
Ooops, forgot this yesterday.
2004-01-16 Martin Baulig <martin at ximian.com>
2004-01-16 Martin Baulig <martin at ximian.com>
2004-01-16 Martin Baulig <martin at ximian.com>
Ok, let's do it correctly :-)
2004-01-16 Martin Baulig <martin at ximian.com>
Ooooops.
Don't crash here.
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-20 Martin Baulig <martin at ximian.com>
2004-01-21 Martin Baulig <martin at ximian.com>
2004-01-21 Martin Baulig <martin at ximian.com>
2004-01-21 Martin Baulig <martin at ximian.com>
2004-01-21 Martin Baulig <martin at ximian.com>
**** Merged from HEAD ****
**** Merged from HEAD ****
**** Merged from HEAD ****
**** Merged from HEAD ****
**** Merged from HEAD ****
2004-01-22 Martin Baulig <martin at ximian.com>
2004-01-22 Martin Baulig <martin at ximian.com>
**** Merged from HEAD ****
2004-01-25 Martin Baulig <martin at ximian.com>
2004-01-25 Martin Baulig <martin at ximian.com>
2004-01-26 Martin Baulig <martin at ximian.com>
Killed some dead code.
2004-01-26 Martin Baulig <martin at ximian.com>
2004-01-26 Martin Baulig <martin at ximian.com>
2004-01-27 Martin Baulig <martin at ximian.com>
2004-01-28 Martin Baulig <martin at ximian.com>
2004-01-29 Martin Baulig <martin at ximian.com>
2004-01-29 Martin Baulig <martin at ximian.com>
2004-01-31 Martin Baulig <martin at ximian.com>
2004-02-01 Martin Baulig <martin at ximian.com>
2004-02-01 Martin Baulig <martin at ximian.com>
Make this compile with csc.
Make life a bit easier for me ....
2004-02-03 Martin Baulig <martin at ximian.com>
2004-02-03 Martin Baulig <martin at ximian.com>
Two small fixes.
We need to use Equals() here instead of `==' here to make this work for
Fix my previous commit; since we're using IsEqual() instead of `==', we must
2004-02-05 Martin Baulig <martin at ximian.com>
2004-02-06 Martin Baulig <martin at ximian.com>
2004-02-06 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-08 Martin Baulig <martin at ximian.com>
2004-02-09 Martin Baulig <martin at ximian.com>
2004-02-09 Martin Baulig <martin at ximian.com>
Reflect latest runtime changes.
2004-02-12 Martin Baulig <martin at ximian.com>
2004-02-12 Martin Baulig <martin at ximian.com>
2004-02-12 Martin Baulig <martin at ximian.com>
2004-02-12 Martin Baulig <martin at ximian.com>
2004-02-12 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-17 Martin Baulig <martin at ximian.com>
2004-02-18 Martin Baulig <martin at ximian.com>
2004-02-18 Martin Baulig <martin at ximian.com>
2004-02-18 Martin Baulig <martin at ximian.com>
2004-02-18 Martin Baulig <martin at ximian.com>
2004-02-18 Martin Baulig <martin at ximian.com>
**** Applying a patch from Urc C Muff <umuff at quark.com> ****
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-20 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
Make it a class; we're currently having some problems with structs.
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-23 Martin Baulig <martin at ximian.com>
2004-02-25 Martin Baulig <martin at ximian.com>
2004-02-25 Martin Baulig <martin at ximian.com>
2004-02-25 Martin Baulig <martin at ximian.com>
Added two test cases.
Small fix in my previous commit.
2004-02-27 Martin Baulig <martin at ximian.com>
2004-02-27 Martin Baulig <martin at ximian.com>
Updated.
Made it even more complex :-)
Killed the junk at the beginning of the file.
**** Merged from MCS ****
2004-03-05 Martin Baulig <martin at ximian.com>
2004-03-09 Martin Baulig <martin at ximian.com>
2004-03-09 Martin Baulig <martin at ximian.com>
2004-03-09 Martin Baulig <martin at ximian.com>
Update corlib version number.
Updated corlib version number.
2004-03-10 Martin Baulig <martin at ximian.com>
2004-03-10 Martin Baulig <martin at ximian.com>
2004-03-10 Martin Baulig <martin at ximian.com>
Oooops.
2004-03-10 Martin Baulig <martin at ximian.com>
2004-03-10 Martin Baulig <martin at ximian.com>
New generics test.
2004-03-10 Martin Baulig <martin at ximian.com>
2004-03-11 Martin Baulig <martin at ximian.com>
2004-03-11 Martin Baulig <martin at ximian.com>
Cosmetic fix.
2004-03-11 Martin Baulig <martin at ximian.com>
2004-03-13 Martin Baulig <martin at ximian.com>
2004-03-13 Martin Baulig <martin at ximian.com>
2004-03-13 Martin Baulig <martin at ximian.com>
Updated.
2004-03-13 Martin Baulig <martin at ximian.com>
2004-03-13 Martin Baulig <martin at ximian.com>
2004-03-15 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Implement IList.Insert.
2004-03-15 Martin Baulig <martin at ximian.com>
Don't crash here.
Call TypeManager.CheckGeneric() everywhere.
2004-03-15 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
New generics tests.
New generics test.
Ooops, ignore duplicate interfaces.
2004-03-16 Martin Baulig <martin at ximian.com>
Reverted my last commit; it was wrong.
2004-03-16 Martin Baulig <martin at ximian.com>
New generics test.
Added comment.
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-16 Martin Baulig <martin at ximian.com>
2004-03-17 Martin Baulig <martin at ximian.com>
2004-03-17 Martin Baulig <martin at ximian.com>
2004-03-17 Martin Baulig <martin at ximian.com>
2004-03-17 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-03-17 Martin Baulig <martin at ximian.com>
2004-03-17 Martin Baulig <martin at ximian.com>
Small fix.
Cosmetic ...
2004-03-17 Martin Baulig <martin at ximian.com>
Hmm, this should now work.
Added some more stuff.
**** Merged from MCS ****
2004-03-19 Martin Baulig <martin at ximian.com>
2004-03-19 Martin Baulig <martin at ximian.com>
Added newline at the end of the file.
Removed interface.cs from the makefile.
*** Merged from MCS ****
2004-03-19 Martin Baulig <martin at ximian.com>
2004-03-19 Martin Baulig <martin at ximian.com>
Small fix.
2004-03-19 Martin Baulig <martin at ximian.com>
2004-03-20 Martin Baulig <martin at ximian.com>
2004-03-20 Martin Baulig <martin at ximian.com>
2004-03-20 Martin Baulig <martin at ximian.com>
2004-03-21 Martin Baulig <martin at ximian.com>
Don't crash here ;-)
2004-03-22 Martin Baulig <martin at ximian.com>
2004-03-21 Martin Baulig <martin at ximian.com>
2004-03-22 Martin Baulig <martin at ximian.com>
Added params argument.
Ravi fixed this in July 2003, but somehow it didn't make it into gmcs ....
delegate test ....
2004-03-23 Martin Baulig <martin at ximian.com>
Reset dynamic_info and is_initialized.
2004-03-23 Martin Baulig <martin at ximian.com>
2004-03-23 Martin Baulig <martin at ximian.com>
2004-03-23 Martin Baulig <martin at ximian.com>
New tests .....
New test ...
2004-03-23 Martin Baulig <martin at ximian.com>
Make this actually work.
Make the delegate stuff actually working.
2004-03-23 Martin Baulig <martin at ximian.com>
2004-03-23 Martin Baulig <martin at ximian.com>
2004-03-23 Martin Baulig <martin at ximian.com>
2004-03-23 Martin Baulig <martin at ximian.com>
Make this actually work.
2004-03-24 Martin Baulig <martin at ximian.com>
2004-03-24 Martin Baulig <martin at ximian.com>
2004-03-24 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
2004-03-25 Martin Baulig <martin at ximian.com>
Oooops.
2004-03-25 Martin Baulig <martin at ximian.com>
Don't crash here ;-)
2004-03-28 Martin Baulig <martin at ximian.com>
Bug fixes ....
2004-03-28 Martin Baulig <martin at ximian.com>
New test.
2004-03-29 Martin Baulig <martin at ximian.com>
New tests ...
New test.
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
Added testcase.
Oooops, forgot to add them.
Generics ...
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
Damn, no debugging code here.
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
We may get called to create the parent of a dynamic generic instance; in this
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
The base type of a generic parameter is always TypeManager.object_type.
New test.
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2004-03-29 Martin Baulig <martin at ximian.com>
2004-03-29 Martin Baulig <martin at ximian.com>
Use Mono_IsInflatedMethod.
2004-03-29 Martin Baulig <martin at ximian.com>
New test.
2004-03-29 Martin Baulig <martin at ximian.com>
Added some comments.
2004-03-30 Martin Baulig <martin at ximian.com>
More tests ...
2004-03-30 Martin Baulig <martin at ximian.com>
Added System.Runtime.CompilerServices/NewConstraintAttribute.cs
This whole class is #if NET_1_2.
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
Make this private.
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
We now actually catch this.
New test.
New tests.
More tests ....
2004-03-30 Martin Baulig <martin at ximian.com>
Return typeof (object).
New test.
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
2004-03-30 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
New test, formerly known as gen-51.cs.
Make this actually work; user-defined implicit conversions are not allowed here.
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
Ooops.
2004-04-01 Martin Baulig <martin at ximian.com>
Ooops, I screwed this up again.
New test.
Added gen-53.cs
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
A type parameter is no longer an interface.
2004-04-01 Martin Baulig <martin at ximian.com>
New test.
2004-04-02 Martin Baulig <martin at ximian.com>
Add it.
2004-04-02 Martin Baulig <martin at ximian.com>
2004-04-02 Martin Baulig <martin at ximian.com>
2004-04-02 Martin Baulig <martin at ximian.com>
2004-04-02 Martin Baulig <martin at ximian.com>
New test.
New tests.
2004-04-02 Martin Baulig <martin at ximian.com>
2004-04-02 Martin Baulig <martin at ximian.com>
Small fix.
2004-04-03 Martin Baulig <martin at ximian.com>
2004-04-03 Martin Baulig <martin at ximian.com>
Compute the number of type parameters immediately when creating the DeclSpace.
When constructing the new classes MemberName, include the parent's type
2004-04-05 Martin Baulig <martin at ximian.com>
Ooops, this stuff is actually in configure.in ;-)
2004-04-05 Martin Baulig <martin at ximian.com>
Beautify ...
2004-04-05 Martin Baulig <martin at ximian.com>
2004-04-06 Martin Baulig <martin at ximian.com>
2004-04-06 Martin Baulig <martin at ximian.com>
Reverted the table change for the moment.
Ooops.
2004-04-06 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-06 Martin Baulig <martin at ximian.com>
2004-04-01 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
Added GenericTypeParameterBuilder
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
*** empty log message ***
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
Put back support for the new () constraint.
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
Actually set the `class' and `struct' constraint on the GenericTypeParameterBuilder.
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
New tests.
Use TypeManager.GetInterfaces().
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
2004-04-07 Martin Baulig <martin at ximian.com>
Type parameters are always public.
Set TYPE_ATTRIBUTES_PUBLIC.
2004-04-07 Martin Baulig <martin at ximian.com>
Hmm, remove this for the moment.
This is gone for a long time.
*** Merged from mcs ****
**** Merged from mcs ****
Ok, I'm too stupid to merge things :-(
They're not CLS-compliant.
Small fix.
Ooooops, the conditional for this is `GENERICS', not `NET_1_2'.
Make this work for multiple constraints.
2004-04-14 Martin Baulig <martin at ximian.com>
Don't fuck with the locks here.
2004-04-20 Martin Baulig <martin at ximian.com>
Small fix to make this compile with gmcs.
Ooops.
2004-04-22 Martin Baulig <martin at ximian.com>
2004-04-22 Martin Baulig <martin at ximian.com>
2004-04-22 Martin Baulig <martin at ximian.com>
2004-04-23 Martin Baulig <martin at ximian.com>
2004-04-26 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
Make this work again.
*** empty log message ***
2004-04-27 Martin Baulig <martin at ximian.com>
Ooops, this was a bad idea.
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
New tests for bug #52154.
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-27 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
Ooops.
Don't check for cycles in builtin types while compiling corlib.
Added our Mono public key.
Removing.
Adding it again as a binary.
2004-04-28 Martin Baulig <martin at ximian.com>
Small fix.
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
New test.
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
New tests.
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-28 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
Ooops, make this actually work.
2004-04-29 Martin Baulig <martin at ximian.com>
New test.
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
Use `NET_2_0', not `GENERICS'.
2004-04-29 Martin Baulig <martin at ximian.com>
*** empty log message ***
Reverted back to revision 1.1
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
2004-04-29 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Don't crash here ;-)
Enable gmcs in the net_2_0 profile.
Moved the marker.
**** Merged from MCS ****
Moved the marker.
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
2004-04-20 Martin Baulig <martin at ximian.com>
2004-05-20 Martin Baulig <martin at ximian.com>
Whitespace changes to make this more similar to the mcs version.
Moved this to make diff happy.
2004-05-20 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-05-20 Martin Baulig <martin at ximian.com>
Small fix from Raja.
Make this actually compile.
2004-05-21 Martin Baulig <martin at ximian.com>
2004-05-21 Martin Baulig <martin at ximian.com>
2004-05-23 Martin Baulig <martin at ximian.com>
2004-05-23 Martin Baulig <martin at ximian.com>
2004-05-23 Martin Baulig <martin at ximian.com>
2004-05-23 Martin Baulig <martin at ximian.com>
2004-05-23 Martin Baulig <martin at ximian.com>
New test.
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-24 Martin Baulig <martin at ximian.com>
New test.
2004-05-24 Martin Baulig <martin at ximian.com>
2004-05-25 Martin Baulig <martin at ximian.com>
2004-05-25 Martin Baulig <martin at ximian.com>
2004-05-25 Martin Baulig <martin at ximian.com>
New test.
2004-05-25 Martin Baulig <martin at ximian.com>
Put my changes back.
2004-05-26 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-29 Martin Baulig <martin at ximian.com>
2004-05-30 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-05-30 Martin Baulig <martin at ximian.com>
2004-05-30 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Moved the marker.
Fix typo (`base_classs_type' -> `base_class_type').
Make things work again.
Small fix.
Small fix for NET_2_0.
2004-05-30 Martin Baulig <martin at ximian.com>
Oooops, forgot to add this.
**** Merged from MCS ****
Moved the marker again.
Reverted everything back until 14:15:00 this afternoon.
2004-05-30 Martin Baulig <martin at ximian.com>
2004-05-30 Ben Maurer <bmaurer at users.sourceforge.net>
2004-05-30 Ben Maurer <bmaurer at users.sourceforge.net>
Reverted everything back until 14:15 this afternoon.
**** Merged from MCS ****
**** Merged from MCS ****
2004-05-31 Martin Baulig <martin at ximian.com>
Reverted Ben's latest change, it broke the debugger :-(
2004-06-02 Martin Baulig <martin at ximian.com>
2004-06-02 Martin Baulig <martin at ximian.com>
2004-06-03 Martin Baulig <martin at ximian.com>
Put everything back I reverted with the "Reverted everything back until 14:15 this afternoon." commit.
**** Merged from MCS ****
Moved the marker.
A type parameter can never be optional.
Ignore inflated methods.
We always need to do this check before calling reflection.
2004-06-07 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
Incremented version number.
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
Improved this test a bit.
2004-06-09 Martin Baulig <martin at ximian.com>
This error checking rule was never applied due to a reduce/reduce conflict.
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-08 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
Ooops, varargs methods are not CLS compliant.
**** Merged from MCS ****
Moved the marker.
**** Merged from MCS ****
Merged it again :-)
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-11 Martin Baulig <martin at ximian.com>
This is a bit of a hack, but works for the moment.
2004-06-11 Martin Baulig <martin at ximian.com>
2004-06-12 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Moved the marker.
Ooops.
2004-06-13 Martin Baulig <martin at ximian.com>
2004-06-13 Martin Baulig <martin at ximian.com>
2004-06-13 Martin Baulig <martin at ximian.com>
This was only for debugging.
2004-06-13 Martin Baulig <martin at ximian.com>
New test.
Revert.
2004-06-18 Martin Baulig <martin at ximian.com>
2004-06-18 Martin Baulig <martin at ximian.com>
2004-06-18 Martin Baulig <martin at ximian.com>
2004-06-19 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
2004-06-21 Martin Baulig <martin at ximian.com>
New test for #60457.
2004-06-23 Martin Baulig <martin at ximian.com>
2004-06-23 Martin Baulig <martin at ximian.com>
2004-06-29 Martin Baulig <martin at ximian.com>
2004-07-06 Martin Baulig <martin at ximian.com>
2004-07-06 Martin Baulig <martin at ximian.com>
2004-07-08 Martin Baulig <martin at ximian.com>
2004-07-08 Martin Baulig <martin at ximian.com>
2004-07-08 Martin Baulig <martin at ximian.com>
2004-07-12 Martin Baulig <martin at ximian.com>
2004-07-12 Martin Baulig <martin at ximian.com>
2004-07-12 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
**** Merged from MCS ****
Moved the marker.
2004-07-12 Martin Baulig <martin at ximian.com>
2004-07-12 Martin Baulig <martin at ximian.com>
New test.
2004-07-13 Martin Baulig <martin at ximian.com>
2004-07-13 Martin Baulig <martin at ximian.com>
New test.
2004-07-13 Martin Baulig <martin at ximian.com>
New test.
2004-07-13 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Merged again.
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-14 Martin Baulig <martin at ximian.com>
2004-07-15 Martin Baulig <martin at ximian.com>
Fixed a typo.
2004-07-16 Martin Baulig <martin at ximian.com>
Moved the marker.
**** Merged from MCS ****
2004-07-16 Martin Baulig <martin at ximian.com>
2004-07-16 Martin Baulig <martin at ximian.com>
Small fix.
Another small fix.
Correctly generate a name for our proxy class.
Correctly generate our proxy name.
2004-07-16 Martin Baulig <martin at ximian.com>
2004-07-16 Martin Baulig <martin at ximian.com>
System.Collections.Generic/IComparable is gone.
Cosmetic fix.
2004-07-17 Martin Baulig <martin at ximian.com>
Ooops, forgot this here.
Ooops, I'm too stupid for this world ;-)
2004-07-17 Martin Baulig <martin at ximian.com>
Added a newline at the end of the file.
2004-07-17 Martin Baulig <martin at ximian.com>
2004-07-17 Martin Baulig <martin at ximian.com>
2004-07-17 Martin Baulig <martin at ximian.com>
2004-07-17 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
Copy&paste bug.
Improved the test.
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-18 Martin Baulig <martin at ximian.com>
2004-07-19 Martin Baulig <martin at ximian.com>
2004-07-20 Martin Baulig <martin at ximian.com>
Use an enum instead of magic numbers to make the code more readable.
2004-07-20 Martin Baulig <martin at ximian.com>
2004-07-20 Martin Baulig <martin at ximian.com>
2004-07-20 Martin Baulig <martin at ximian.com>
2004-07-20 Martin Baulig <martin at ximian.com>
Small fix.
Fixed two little iterator bugs.
2004-07-20 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-07-20 Martin Baulig <martin at ximian.com>
2004-07-22 Martin Baulig <martin at ximian.com>
Fixed and enabled test-280.
Oooops.
2004-07-22 Martin Baulig <martin at ximian.com>
2004-07-23 Martin Baulig <martin at ximian.com>
2004-07-23 Martin Baulig <martin at ximian.com>
Another test for partial classes.
2004-07-23 Martin Baulig <martin at ximian.com>
2004-07-23 Martin Baulig <martin at ximian.com>
2004-07-23 Martin Baulig <martin at ximian.com>
2004-07-23 Martin Baulig <martin at ximian.com>
2004-07-24 Martin Baulig <martin at ximian.com>
2004-07-24 Martin Baulig <martin at ximian.com>
2004-07-24 Martin Baulig <martin at ximian.com>
2004-07-24 Martin Baulig <martin at ximian.com>
Finally go back to backticks again.
2004-07-24 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
2004-07-25 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Ooops, I broke this last time I merged.
Small fix.
2004-07-25 Martin Baulig <martin at ximian.com>
Removed unneeded using.
Removed unneeded using clause.
Merged.
Use my correct email address in the copyright info.
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-27 Martin Baulig <martin at ximian.com>
2004-07-29 Martin Baulig <martin at ximian.com>
2004-07-29 Martin Baulig <martin at ximian.com>
2004-07-29 Martin Baulig <martin at ximian.com>
Ignore *.mdb.
Ignore *.mdb everywhere.
2004-07-30 Martin Baulig <martin at ximian.com>
2004-07-30 Martin Baulig <martin at ximian.com>
2004-07-30 Martin Baulig <martin at ximian.com>
Ignore *.mdb.
Use the new symbol writer API.
Ignore *.mdb.
2004-07-30 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-07-30 Martin Baulig <martin at ximian.com>
It's now called Mono.CompilerServices.SymbolWriter.
2004-08-01 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Ooops.
Moved the marker.
New test.
Improved constraints checking.
2004-08-02 Martin Baulig <martin at ximian.com>
Be more quiet.
2004-08-02 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-08-02 Martin Baulig <martin at ximian.com>
2004-08-02 Martin Baulig <martin at ximian.com>
2004-08-02 Martin Baulig <martin at ximian.com>
2004-08-02 Martin Baulig <martin at ximian.com>
Don't use iterators.
2004-08-02 Martin Baulig <martin at ximian.com>
2004-08-02 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-03 Martin Baulig <martin at ximian.com>
2004-08-04 Martin Baulig <martin at ximian.com>
2004-08-04 Martin Baulig <martin at ximian.com>
2004-08-04 Martin Baulig <martin at ximian.com>
2004-08-04 Martin Baulig <martin at ximian.com>
2004-08-05 Martin Baulig <martin at ximian.com>
2004-08-05 Martin Baulig <martin at ximian.com>
2004-08-05 Martin Baulig <martin at ximian.com>
2004-08-05 Martin Baulig <martin at ximian.com>
New generics test.
2004-08-05 Martin Baulig <martin at ximian.com>
2004-08-05 Martin Baulig <martin at ximian.com>
Don't crash here.
Update my entry.
Make it compile.
2004-08-11 Martin Baulig <martin at ximian.com>
2004-08-11 Martin Baulig <martin at ximian.com>
New test for #62647.
Ignore.
2004-08-12 Martin Baulig <martin at ximian.com>
Added comment.
Oooooops.
2004-08-12 Martin Baulig <martin at ximian.com>
2004-08-14 Martin Baulig <martin at ximian.com>
2004-08-16 Martin Baulig <martin at ximian.com>
New tests.
Ooops, this was just for testing.
2004-08-14 Martin Baulig <martin at ximian.com>
Initial revision
Protect everything in #if NET_2_0.
Initial revision
Protect everything with #if NET_2_0.
2004-08-16 Martin Baulig <martin at ximian.com>
2004-08-16 Martin Baulig <martin at ximian.com>
Small fix.
New test.
2004-08-17 Martin Baulig <martin at ximian.com>
New tests.
Correctly check constraints if we have a type parameter constraint.
2004-08-17 Martin Baulig <martin at ximian.com>
2004-08-17 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
Reverted Duncan's latest change, it broke the build.
Fixme fixme fixme.
XML_DEP everywhere.
2004-08-18 Martin Baulig <martin at ximian.com>
2004-08-18 Martin Baulig <martin at ximian.com>
2004-08-22 Martin Baulig <martin at ximian.com>
2004-08-22 Martin Baulig <martin at ximian.com>
2004-08-23 Martin Baulig <martin at ximian.com>
2004-08-23 Martin Baulig <martin at ximian.com>
Fix my previous commit.
2004-08-23 Martin Baulig <martin at ximian.com>
2004-08-23 Martin Baulig <martin at ximian.com>
2004-08-23 Martin Baulig <martin at ximian.com>
No commas here.
2004-08-23 Martin Baulig <martin at ximian.com>
2004-08-23 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-08-23 Martin Baulig <martin at ximian.com>
Don't crash here.
Warning level.
Small fix.
**** Merged from MCS ****
2004-08-24 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-08-24 Martin Baulig <martin at ximian.com>
2004-08-24 Martin Baulig <martin at ximian.com>
2004-08-24 Martin Baulig <martin at ximian.com>
New test.
2004-08-24 Martin Baulig <martin at ximian.com>
2004-08-24 Martin Baulig <martin at ximian.com>
New test.
New test.
2004-08-25 Martin Baulig <martin at ximian.com>
2004-08-25 Martin Baulig <martin at ximian.com>
Renamed cs-12.cs -> cs0012.cs.
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
Removed, this is now allowed by the spec.
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
Ooops.
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
2004-08-27 Martin Baulig <martin at ximian.com>
Added a non-existing test to test buildbot.
Fix it again.
2004-08-28 Martin Baulig <martin at ximian.com>
2004-08-28 Martin Baulig <martin at ximian.com>
2004-08-28 Martin Baulig <martin at ximian.com>
2004-08-28 Martin Baulig <martin at ximian.com>
Reverted this:
2004-09-01 Martin Baulig <martin at ximian.com>
2004-09-01 Martin Baulig <martin at ximian.com>
2004-09-01 Martin Baulig <martin at ximian.com>
Fixme, hope this is right.
Disable gen-72 for the moment.
2004-09-01 Martin Baulig <martin at ximian.com>
2004-09-01 Martin Baulig <martin at ximian.com>
2004-09-01 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
2004-09-02 Martin Baulig <martin at ximian.com>
It's called System.Xml.
New test.
**** Merged from MCS ****
Moved the marker.
2004-03-23 Martin Baulig <martin at ximian.com>
2004-09-03 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Merged again.
2004-09-03 Martin Baulig <martin at ximian.com>
Ooops, it's called static classes, not static structs ....
Make things actually work.
Added [CLSCompliant(false)] attribute.
2004-09-03 Martin Baulig <martin at ximian.com>
2004-09-03 Martin Baulig <martin at ximian.com>
Ooops.
Add the new tests to the known failures list.
Ooops, this one, too.
2004-09-06 Martin Baulig <martin at ximian.com>
2004-09-06 Martin Baulig <martin at ximian.com>
Why are we getting more stuff in here each week ?
2004-09-06 Martin Baulig <martin at ximian.com>
2004-09-06 Martin Baulig <martin at ximian.com>
Get the error tests working again.
2004-09-07 Martin Baulig <martin at ximian.com>
Updated again.
2004-09-08 Martin Baulig <martin at ximian.com>
2004-09-08 Martin Baulig <martin at ximian.com>
2004-09-09 Martin Baulig <martin at ximian.com>
2004-09-09 Martin Baulig <martin at ximian.com>
2004-09-09 Martin Baulig <martin at ximian.com>
Updated.
New test.
2004-09-09 Martin Baulig <martin at ximian.com>
2004-09-09 Martin Baulig <martin at ximian.com>
Oops.
Really fix generic instances.
2004-09-09 Martin Baulig <martin at ximian.com>
2004-09-09 Martin Baulig <martin at ximian.com>
2004-09-10 Martin Baulig <martin at ximian.com>
2004-09-10 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
**** Merged from MCS ****
2004-09-14 Martin Baulig <martin at ximian.com>
2004-09-14 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-09-14 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Small fix.
2004-09-14 Martin Baulig <martin at ximian.com>
Updated.
2004-09-14 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Merged again.
2004-09-14 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-09-14 Martin Baulig <martin at ximian.com>
2004-09-14 Martin Baulig <martin at ximian.com>
2004-09-15 Martin Baulig <martin at ximian.com>
Updated again.
2004-09-16 Martin Baulig <martin at ximian.com>
Updated.
2004-09-17 Martin Baulig <martin at ximian.com>
2004-09-18 Martin Baulig <martin at ximian.com>
Ooops.
Updated.
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-21 Martin Baulig <martin at ximian.com>
Oooops.
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-21 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Merged again.
Committing Geoff Norton's patch for #62984.
2004-09-21 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
Updated.
Somehow this line disappeared during one of the last mergings ...
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
2004-09-22 Martin Baulig <martin at ximian.com>
New test, not yet working.
**** Merged from MCS ****
**** Merged from MCS ****
Merged.
2004-09-23 Martin Baulig <martin at ximian.com>
New test.
2004-09-23 Martin Baulig <martin at ximian.com>
Ooops.
2004-09-23 Martin Baulig <martin at ximian.com>
2004-09-23 Martin Baulig <martin at ximian.com>
2004-09-23 Martin Baulig <martin at ximian.com>
Return the correct flags.
2004-09-23 Martin Baulig <martin at ximian.com>
2004-09-23 Martin Baulig <martin at ximian.com>
2004-09-23 Martin Baulig <martin at ximian.com>
New test.
Fixed a typo.
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
2004-09-24 Martin Baulig <martin at ximian.com>
Updated a bit.
Another small fix, don't crash here.
2004-09-28 Martin Baulig <martin at ximian.com>
2004-09-28 Martin Baulig <martin at ximian.com>
2004-10-04 Martin Baulig <martin at ximian.com>
2004-10-10 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
Updated.
Slightly modified version of gen-79.cs.
Disable gen-79 for the moment, add gen-81.
Removed the Real_IsEqual() hack and renamed it to IsEqual().
New testcase.
2004-10-11 Martin Baulig <martin at ximian.com>
2004-10-11 Martin Baulig <martin at ximian.com>
Reverted the _mono_metadata_type_equal() hack.
2004-10-11 Martin Baulig <martin at ximian.com>
Fix, fix, fix.
2004-10-12 Martin Baulig <martin at ximian.com>
2004-10-12 Martin Baulig <martin at ximian.com>
2004-10-12 Martin Baulig <martin at ximian.com>
2004-10-12 Martin Baulig <martin at ximian.com>
2004-10-12 Martin Baulig <martin at ximian.com>
New test.
2004-10-12 Martin Baulig <martin at ximian.com>
Don't crash here.
New test.
2004-10-12 Martin Baulig <martin at ximian.com>
2004-10-12 Martin Baulig <martin at ximian.com>
New test.
2004-10-12 Martin Baulig <martin at ximian.com>
Add more stuff to gen-79 and enable it.
The more relaxed check is gone, we're now doing a real check here.
New test.
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
Merged some stuff.
2004-10-18 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-10-18 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
Merged again.
**** Merged from MCS ****
Quickly merged again.
Fixme.
Put back TypeManager.TypeToCoreType() again.
2004-10-18 Martin Baulig <martin at ximian.com>
2004-10-18 Martin Baulig <martin at ximian.com>
2004-10-18 Martin Baulig <martin at ximian.com>
Small workaround for a bug.
2004-10-18 Martin Baulig <martin at ximian.com>
Fixme.
FIXME.
Reverted all the merging.
It's working again.
Beautify the ChangeLog :-)
2004-10-20 Martin Baulig <martin at ximian.com>
2004-10-20 Martin Baulig <martin at ximian.com>
2004-10-20 Martin Baulig <martin at ximian.com>
Reverted this and added a comment.
2004-10-20 Martin Baulig <martin at ximian.com>
2004-10-21 Martin Baulig <martin at ximian.com>
2004-10-21 Martin Baulig <martin at ximian.com>
2004-10-20 Martin Baulig <martin at ximian.com>
2004-10-22 Martin Baulig <martin at ximian.com>
2004-11-09 Martin Baulig <martin at ximian.com>
2004-11-09 Martin Baulig <martin at ximian.com>
A little bird whispered in my ear that gen-65.cs is broken ....
Ooops, gen-65 is broken, not test-65.
2004-11-09 Martin Baulig <martin at ximian.com>
2004-11-09 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at localhost>
Put the merging back.
2004-11-10 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at localhost>
Ooops.
2004-11-10 Martin Baulig <martin at ximian.com>
Added a null check and removed a debugging statement.
2004-11-10 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at ximian.com>
Enable the new generic tests.
**** Merged from MCS ****
**** Merged from MCS ****
**** Merged from MCS ****
Merged everything into GMCS.
2004-11-10 Martin Baulig <martin at localhost>
Ooops.
2004-11-10 Martin Baulig <martin at ximian.com>
2004-11-10 Martin Baulig <martin at ximian.com>
Reverted everything until 24 hours ago.
Reverted everything until 24 hours ago.
Reverted this.
Put the merging back.
This accidentally got in again during the merge.
Reverted this.
2004-11-11 Martin Baulig <martin at ximian.com>
2004-11-11 Martin Baulig <martin at ximian.com>
2004-11-11 Martin Baulig <martin at ximian.com>
2004-11-11 Martin Baulig <martin at ximian.com>
New tests.
2004-11-12 Martin Baulig <martin at localhost>
2004-11-12 Martin Baulig <martin at ximian.com>
Added a Makefile.
2004-11-12 Martin Baulig <martin at ximian.com>
Ooops, forgot this.
2004-11-12 Martin Baulig <martin at ximian.com>
2004-11-15 Martin Baulig <martin at ximian.com>
2004-11-15 Martin Baulig <martin at ximian.com>
2004-11-15 Martin Baulig <martin at ximian.com>
Removed some old debugging code.
2004-11-15 Martin Baulig <martin at ximian.com>
2004-11-15 Martin Baulig <martin at ximian.com>
New test.
Keep the `NO_TEST = yes' in the Makefile for the moment !
New test.
2004-11-15 Martin Baulig <martin at ximian.com>
2004-11-16 Martin Baulig <martin at ximian.com>
2004-11-16 Martin Baulig <martin at ximian.com>
2004-11-16 Martin Baulig <martin at ximian.com>
Re-enable test-310.
2004-11-16 Martin Baulig <martin at ximian.com>
2004-11-16 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
**** Merged from MCS ****
2004-11-17 Martin Baulig <martin at ximian.com>
Enable gen-99.
Removed workaround for #69546.
Updated.
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
Fixme, fixme, fixme.
2004-11-18 Martin Baulig <martin at ximian.com>
Added gen-98.
2004-11-18 Martin Baulig <martin at ximian.com>
2004-11-18 Martin Baulig <martin at ximian.com>
New test.
2004-11-18 Martin Baulig <martin at ximian.com>
2004-11-18 Martin Baulig <martin at ximian.com>
**** Merged r36189 from MCS ****
**** Merged r36192 from MCS ****
**** Merged r36211 from MCS ****
Merged to GMCS.
Reverted Marek's latest commit since it breaks the build.
2004-11-19 Martin Baulig <martin at ximian.com>
New tests.
2004-11-20 Martin Baulig <martin at ximian.com>
New test.
2004-11-20 Martin Baulig <martin at ximian.com>
2004-11-17 Martin Baulig <martin at ximian.com>
2004-11-18 Martin Baulig <martin at ximian.com>
2004-11-24 Martin Baulig <martin at ximian.com>
2004-11-24 Martin Baulig <martin at ximian.com>
#if NET_2_0 everywhere ....
2004-11-24 Martin Baulig <martin at ximian.com>
2004-11-24 Martin Baulig <martin at ximian.com>
2004-11-24 Martin Baulig <martin at ximian.com>
2004-11-24 Martin Baulig <martin at ximian.com>
New test.
2004-11-25 Martin Baulig <martin at ximian.com>
2004-11-25 Martin Baulig <martin at ximian.com>
New test.
2004-11-25 Martin Baulig <martin at ximian.com>
2004-11-25 Martin Baulig <martin at ximian.com>
New test.
2004-11-25 Martin Baulig <martin at ximian.com>
2004-11-25 Martin Baulig <martin at ximian.com>
Removed the FIXME.
New test.
2004-11-25 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-26 Martin Baulig <martin at ximian.com>
2004-11-27 Martin Baulig <martin at ximian.com>
2004-11-27 Martin Baulig <martin at ximian.com>
New test.
Removed two FIXME's.
2004-11-27 Martin Baulig <martin at ximian.com>
New test.
Killed two more FIXME's.
Fixed one more FIXME.
2004-11-28 Martin Baulig <martin at ximian.com>
Removed more FIXME's.
New test.
2004-11-28 Martin Baulig <martin at ximian.com>
2004-11-28 Martin Baulig <martin at ximian.com>
Fixed more FIXME's.
Fix my last commit in CEE_DUP.
Reverted my architecture-specific hack from r36687.
2004-11-30 Martin Baulig <martin at ximian.com>
2004-11-30 Martin Baulig <martin at ximian.com>
2004-11-30 Martin Baulig <martin at ximian.com>
2004-11-30 Martin Baulig <martin at ximian.com>
2004-11-30 Martin Baulig <martin at ximian.com>
2004-12-01 Martin Baulig <martin at ximian.com>
2004-12-01 Martin Baulig <martin at ximian.com>
2004-12-02 Martin Baulig <martin at ximian.com>
2004-12-02 Martin Baulig <martin at ximian.com>
Killed more FIXME's.
**** Merged r36976 from MCS ****
2004-12-03 Martin Baulig <martin at ximian.com>
2004-12-03 Martin Baulig <martin at ximian.com>
New test.
Ooops.
Ooops.
**** Merged r36569 from MCS ****
Kill more FIXME's.
Fixed more FIXME's.
2004-12-03 Martin Baulig <martin at ximian.com>
2004-12-03 Martin Baulig <martin at ximian.com>
Updated.
2004-12-03 Martin Baulig <martin at ximian.com>
Updated.
Updated again.
2004-12-04 Martin Baulig <martin at ximian.com>
2004-12-04 Martin Baulig <martin at ximian.com>
2004-12-04 Martin Baulig <martin at ximian.com>
New test.
Removed the last FIXME's.
2004-12-04 Martin Baulig <martin at ximian.com>
2004-12-04 Martin Baulig <martin at ximian.com>
2004-12-04 Martin Baulig <martin at ximian.com>
New test.
**** Merged r36279 from MCS ****
**** Merged r36321, r36326, r36369 and r36373 from MCS ****
**** Merged r36411 from MCS ****
**** Merged r36440, r36454 and r36471 from MCS ****
**** Merged r36502 from MCS ****
**** Merged r36513 from MCS ****
**** Merged r36526 from MCS ****
**** Merged r36570 from MCS ****
**** Merged r36573 ****
**** Merged r36575, r36576 and r36577 from MCS ****
**** Merged r36578 from MCS ****
**** Merged r36644-r36669 from MCS ****
**** Merged r36762 from MCS ****
**** Merged r36766 and r36769 from MCS ****
**** Merged r36880-r36885 from MCS ****
**** Merged r36893 from MCS ****
**** Merged r36904 from MCS ****
**** Merged r36915 and r36920 from MCS ****
**** Merged r36952 from MCS ****
**** Merged r36954 from MCS ****
**** Merged r36964 from MCS ****
**** Merged r36979 from MCS ****
**** Merged r36987 from MCS ****
**** Merged r36988 from MCS ****
Added doc.cs.
GetPartialName() has been renamed to GetTypeName().
Make this public again.
Reflect latest IAlias changes.
HasArrayParameter has been renamed to HasParams
Override DocCommentHeader
2004-12-05 Martin Baulig <martin at ximian.com>
Hmm, this breaks the build :-(
Ignore.
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
Fixed this.
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
2004-12-06 Martin Baulig <martin at ximian.com>
Updated.
Updated.
Ooooops.
2004-12-06 Martin Baulig <martin at ximian.com>
Updated.
2004-12-07 Martin Baulig <martin at ximian.com>
Fixed.
2004-12-07 Martin Baulig <martin at ximian.com>
Updated.
**** Merged r37095 from MCS ****
**** Merged r37097 from MCS ****
**** Merged r37140 from MCS ****
**** Merged r37173 and r37174 from MCS ****
**** Merged r37179 from MCS ****
2004-08-24 Martin Baulig <martin at ximian.com>
Fix error reporting.
2004-12-07 Martin Baulig <martin at ximian.com>
Updated.
2004-12-07 Martin Baulig <martin at ximian.com>
2004-12-07 Martin Baulig <martin at ximian.com>
Updated.
Ooops, this was supposed to go the other way around: from mcs to gmcs.
**** Merged r37029 from MCS ****
Updated.
Copy this from mcs.
Updated.
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
New test.
Don't crash here on error.
2004-12-08 Martin Baulig <martin at ximian.com>
New test.
2004-12-08 Martin Baulig <martin at ximian.com>
Ooops, disabled this again.
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
Reenable gen-118.cs.
New test.
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-08 Martin Baulig <martin at ximian.com>
Fixed my email address where it was wrong.
2004-12-08 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
2004-12-09 Martin Baulig <martin at ximian.com>
Fix typo.
2004-12-09 Martin Baulig <martin at ximian.com>
Small optimization.
2004-12-10 Martin Baulig <martin at ximian.com>
Add a Main().
Is this really so difficult ... ?
2004-12-10 Martin Baulig <martin at ximian.com>
Ooops, don't escape the type.
2004-12-10 Martin Baulig <martin at ximian.com>
Small fix.
Fix line endings.
2004-12-11 Martin Baulig <martin at ximian.com>
2004-12-11 Martin Baulig <martin at ximian.com>
2004-12-11 Martin Baulig <martin at ximian.com>
Ooops, fix my last commit.
2004-12-11 Martin Baulig <martin at ximian.com>
2004-12-11 Martin Baulig <martin at ximian.com>
2004-12-11 Martin Baulig <martin at ximian.com>
Don't escape typespec's.
Only quote typedef's.
2004-12-11 Martin Baulig <martin at ximian.com>
2004-12-12 Martin Baulig <martin at ximian.com>
2004-12-12 Martin Baulig <martin at ximian.com>
2004-12-12 Martin Baulig <martin at ximian.com>
2004-12-12 Martin Baulig <martin at ximian.com>
2004-12-17 Martin Baulig <martin at ximian.com>
2004-12-18 Martin Baulig <martin at ximian.com>
2004-12-26 Martin Baulig <martin at ximian.com>
2004-12-27 Martin Baulig <martin at ximian.com>
2004-12-27 Martin Baulig <martin at ximian.com>
2004-12-29 Martin Baulig <martin at ximian.com>
2004-12-29 Martin Baulig <martin at ximian.com>
Update MonoStats.
2005-01-03 Martin Baulig <martin at ximian.com>
2005-01-03 Martin Baulig <martin at ximian.com>
Update mono_stats.
2005-01-12 Martin Baulig <martin at ximian.com>
2005-01-12 Martin Baulig <martin at ximian.com>
2005-01-12 Martin Baulig <martin at ximian.com>
New test.
2005-01-19 Martin Baulig <martin at ximian.com>
2005-01-19 Martin Baulig <martin at ximian.com>
2005-01-19 Martin Baulig <martin at ximian.com>
2005-01-19 Martin Baulig <martin at ximian.com>
2005-01-19 Martin Baulig <martin at ximian.com>
2005-01-19 Martin Baulig <martin at ximian.com>
Revert Miguel's commit since he forgot to actually add the test.
2005-01-24 Martin Baulig <martin at ximian.com>
2005-01-24 Martin Baulig <martin at ximian.com>
**** Merged r37266 from MCS ****
**** Merged r37267 and r37274 from MCS ****
**** Merged r37288 from MCS ****
**** Merged r37312-r37380 from MCS ****
**** Merged r37411-r37541 from MCS ****
**** Merged r37543-r37663 from MCS ****
**** Merged r37687-r37734 from MCS ****
**** Merged r37755-r37791 from MCS ****
**** Merged r37835-r37843 from MCS ****
**** Merged r37860 from MCS ****
**** Merged r37868 from MCS ****
Avoid CS0441: A static class cannot be sealed.
2005-01-25 Martin Baulig <martin at ximian.com>
2005-01-25 Martin Baulig <martin at ximian.com>
**** Merged r37880 from MCS ****
**** Merged r37885-r38042 from MCS ****
**** Merged r38173-r38413 from MCS ****
**** Merged r38418-r38487 from MCS ****
**** Merged r38527-r38598 from MCS ****
2005-01-25 Martin Baulig <martin at ximian.com>
**** Merged r38686-r39428 from MCS ****
2005-01-25 Martin Baulig <martin at ximian.com>
2005-01-25 Martin Baulig <martin at ximian.com>
**** Merged r38695 from MCS ****
**** Merged r387370-r38910 from MCS ****
**** Merged r39058 from MCS ****
**** Merged r39145 from MCS ****
**** Merged r39207-r39428 from MCS ****
**** Merged r39428-r39544 from MCS ****
Updated.
2005-01-26 Martin Baulig <martin at ximian.com>
New test.
2005-01-26 Martin Baulig <martin at ximian.com>
New tests.
Fix warnings.
Fix warnings.
Make the compiler happy.
New test.
2005-01-26 Martin Baulig <martin at ximian.com>
2005-01-26 Martin Baulig <martin at ximian.com>
2005-01-26 Martin Baulig <martin at ximian.com>
New test.
Don't report errors without location.
Updated.
Removed the non-existant test-340.cs.
2005-01-31 Martin Baulig <martin at ximian.com>
2005-01-31 Martin Baulig <martin at ximian.com>
2005-02-02 Martin Baulig <martin at ximian.com>
2005-02-02 Martin Baulig <martin at ximian.com>
Ooooops.
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-10 Martin Baulig <martin at ximian.com>
2005-02-11 Martin Baulig <martin at ximian.com>
2005-02-11 Martin Baulig <martin at ximian.com>
Fix warnings.
Fix this warning, too.
2005-02-15 Martin Baulig <martin at ximian.com>
Silently ignore this; this may happen on .NET 2.0.
2005-02-15 Martin Baulig <martin at ximian.com>
New test.
2005-02-16 Martin Baulig <martin at ximian.com>
2005-02-21 Martin Baulig <martin at ximian.com>
2005-02-21 Martin Baulig <martin at ximian.com>
2005-02-21 Martin Baulig <martin at ximian.com>
2005-02-21 Martin Baulig <martin at ximian.com>
2005-02-22 Martin Baulig <martin at ximian.com>
New test.
2005-02-22 Martin Baulig <martin at ximian.com>
Ooops, this doesn't work.
Removed this empty file.
2005-02-24 Martin Baulig <martin at ximian.com>
Updated.
2005-02-24 Martin Baulig <martin at ximian.com>
2005-02-25 Martin Baulig <martin at ximian.com>
Make Ben happy :-)
2005-02-26 Martin Baulig <martin at ximian.com>
2005-02-28 Martin Baulig <martin at ximian.com>
2005-03-02 Martin Baulig <martin at ximian.com>
Updated.
2005-03-02 Martin Baulig <martin at ximian.com>
2005-03-02 Martin Baulig <martin at ximian.com>
2005-03-02 Martin Baulig <martin at ximian.com>
New test for #71866.
New test for #72831.
2005-03-02 Martin Baulig <martin at ximian.com>
2005-03-02 Martin Baulig <martin at ximian.com>
2005-03-02 Martin Baulig <martin at ximian.com>
New test for #73023.
2005-03-05 Martin Baulig <martin at ximian.com>
2005-03-07 Martin Baulig <martin at ximian.com>
2005-03-07 Martin Baulig <martin at ximian.com>
Updated.
Hmm, something is broken :-(
2005-03-07 Martin Baulig <martin at ximian.com>
Updated.
2005-03-10 Martin Baulig <martin at ximian.com>
2005-03-10 Martin Baulig <martin at ximian.com>
Enable the nullable tests.
2005-03-10 Martin Baulig <martin at ximian.com>
2005-03-13 Martin Baulig <martin at ximian.com>
2005-03-13 Martin Baulig <martin at ximian.com>
New test.
2005-03-13 Martin Baulig <martin at ximian.com>
Small workaround for our grammar problem #59289.
2005-03-13 Martin Baulig <martin at ximian.com>
Ooops, forgot to add this test.
Also enable this one.
Updated.
2005-03-14 Martin Baulig <martin at ximian.com>
2005-03-14 Martin Baulig <martin at ximian.com>
New test.
2005-03-16 Martin Baulig <martin at ximian.com>
New test.
**** Merged r39544-r39566 from MCS ****
**** Merged r39626-39898 from MCS ****
Reverted the merging.
2005-03-17 Martin Baulig <martin at ximian.com>
New test.
New test.
2005-03-17 Martin Baulig <martin at ximian.com>
2005-03-17 Martin Baulig <martin at ximian.com>
2005-03-17 Martin Baulig <martin at ximian.com>
2005-03-17 Martin Baulig <martin at ximian.com>
2005-03-17 Martin Baulig <martin at ximian.com>
New test.
Ooops.
2005-03-17 Martin Baulig <martin at ximian.com>
**** Merged r39544-r39626 from MCS ****
**** Merged r39643-r39898 from MCS ****
**** Merged r39917-r39971 from MCS ****
**** Merged r39979-r40298 from MCS ****
Disable test-350 for GMCS.
**** Merged r40327 from MCS ****
**** Merged r40402-r40410 from MCS ****
**** Merged r40457-r40460 from MCS ****
**** Merged r40464 from MCS ****
**** Merged r40511-r40612 from MCS ****
**** Merged r40625 from MCS ****
**** Merged r40699 from MCS ****
**** Merged r40732-r40872 from MCS ****
**** Merged r40971 from MCS ****
**** Merged r40973-r40980 from MCS ****
**** Merged r40984-r41087 from MCS ****
**** Merged r41091-41093 from MCS ****
**** Merged r41134-r41268 from MCS ****
Add System.Runtime.CompilerServices.CompilerGeneratedAttribute.
Added System.Runtime.CompilerServices.FixedBufferAttribute.
Oooops, typo.
2005-03-22 Martin Baulig <martin at ximian.com>
Small fix.
2005-03-22 Martin Baulig <martin at ximian.com>
Ooops, this was wrong.
2005-03-22 Martin Baulig <martin at ximian.com>
2005-03-22 Martin Baulig <martin at ximian.com>
2005-03-22 Martin Baulig <martin at ximian.com>
Enable gmcs again.
2005-03-22 Martin Baulig <martin at ximian.com>
2005-03-23 Martin Baulig <martin at ximian.com>
2005-03-23 Martin Baulig <martin at ximian.com>
2005-03-23 Martin Baulig <martin at ximian.com>
2005-03-23 Martin Baulig <martin at ximian.com>
Reverted everything back till revision 41946, that was the last one
**** Merged r39544-40298 from MCS ****
**** Merged r40327 from MCS ****
**** Merged r40402-r40410 and r42304 from MCS ****
**** Merged r40457 from MCS ****
**** Merged r40460 from MCS ****
**** Merged r40464 from MCS ****
**** Merged r40511 from MCS ****
**** Merged r40513 from MCS ****
**** Merged r40516 from MCS ****
**** Merged r40523-r40541 from MCS ****
**** Merged r40612 from MCS ****
**** Merged r40625 from MCS ****
**** Merged r40699 from MCS ****
**** Merged r40750 from MCS ****
**** Merged r40762 from MCS ****
**** Merged r40848 from MCS ****
**** Merged r40860-40862 from MCS ****
**** Merged r40869 from MCS ****
**** Merged r40971 from MCS ****
*** Merged r40977 from MCS ****
**** Merged r40977-40980 from MCS ****
**** Merged r40980 from MCS ****
**** Merged r40996 from MCS ****
**** Merged r41006-r41024 from MCS ****
**** Merged r41043 from MCS ****
**** Merged r41087 ****
**** Merged r41091 from MCS ****
**** Merged r41134 from MCS ****
**** Merged r41187 from MCS ****
**** Merged 41207 from MCS ****
**** Merged r41268 from MCS ****
**** Merged r41276 from MCS ****
**** Merged r41279 from MCS ****
**** Merged r41281 from MCS ****
**** Merged r41284 from MCS ****
**** Merged r41289 from MCS ****
**** Merged r41309 from MCS ****
**** Merged r41316 from MCS ****
**** Merged r41348 from MCS ****
2005-04-14 Martin Baulig <martin at ximian.com>
**** Merged r41631 from MCS ****
Updated.
Updated.
**** Merged r41364 from MCS ****
**** Merged r41383 from MCS ****
**** Merged r41386-41393 from MCS ****
**** Merged r41397 from MCS ****
**** Merged r41399 from MCS ****
**** Merged r41429 from MCS ****
**** Merged r41442 from MCS ****
**** Merged r41506 from MCS ****
**** Merged r41518 from MCS ****
**** Merged r41529 from MCS ****
**** Merged r41561 from MCS ****
Someone was very funny here ;-)
**** Merged r41590 from MCS ****
**** Merged r41599 from MCS ****
**** Merged r41600 from MCS ****
**** Merged r41636 from MCS ****
**** Merged r41638 from MCS ****
**** Merged r41649-r41677 from MCS ****
**** Merged r41706 from MCS ****
**** Merged r41708 from MCS ****
**** Merged r41829 from MCS ****
Small fix.
Don't fuck here ;-)
**** Merged r41867 from MCS ****
Updated.
Removed debugging code.
**** Merged r41877 from MCS ****
**** Merged r41898 from MCS ****
**** Merged r41944 from MCS ****
**** Merged r41945 from MCS ****
**** Merged r41955 from MCS ****
**** Merged r41968 from MCS ****
**** M erged r41979 from MCS ****
**** Merged r42042 from MCS ****
**** Merged r42089 from MCS ****
Updated.
**** Merged r42090 from MCS ****
**** Merged r42095 from MCS ****
**** Merged r42254 from MCS ****
**** Merged r42257 from MCS ****
**** Merged r42302 from MCS ****
**** Merged r42306 from MCS ****
**** Merged r42330-r42364 from MCS ****
**** Merged r42367 from MCS ****
**** Merged r42373 from MCS ****
**** Merged r42383 from MCS ****
**** Merged r42420-42429 from MCS ****
**** Merged r42431 from MCS ****
**** Merged r42432 from MCS ****
**** Merged r42459 from MCS ****
**** Merged r42461 from MCS ****
**** Merged r42462 from MCS ****
**** Merged r42485 from MCS ****
**** Merged r42503 from MCS ****
**** Merged r42543-r42545 from MCS ****
**** Merged r42554 from MCS ****
**** Merged r42559 from MCS ****
**** Merged r42573 from MCS ****
**** Merged r42594 from MCS ****
**** Merged r42622 from MCS ****
**** Merged r42635 from MCS ****
**** Merged r42672 from MCS ****
**** Merged r42679 from MCS ****
**** Merged r42682 from MCS ****
**** Merged r42687 from MCS ****
**** Merged r42758 from MCS ****
**** Merged r42760 from MCS ****
**** Merged r42885 from MCS ****
**** Merged r42890 from MCS ****
**** Merged r42892 from MCS ****
**** Merged r42898 from MCS ****
**** Merged r42902 from MCS ****
**** Merged r42916 from MCS ****
**** Merged r42921 from MCS ****
**** Merged r42937 ****
**** Merged r43047 from MCS ****
**** Merged r43090 from MCS ****
**** Merged r43100 from MCS ****
**** Merged r43102 from MCS ****
**** Merged r43126 from MCS ****
**** Merged r43143 from MCS ****
**** Merged r43204 from MCS ****
Removed debugging statement.
**** Merged r43234 from MCS ****
**** Merged r43237 from MCS ****
**** Merged r43239 from MCS ****
**** Merged r43304 from MCS ****
**** Merged r43314 from MCS ****
Add entry point.
Add entry point.
Small fix.
2005-04-22 Martin Baulig <martin at ximian.com>
2005-04-22 Martin Baulig <martin at ximian.com>
Updated.
2005-04-22 Martin Baulig <martin at ximian.com>
New tests.
New test.
2005-04-22 Martin Baulig <martin at ximian.com>
2005-04-25 Martin Baulig <martin at ximian.com>
2005-04-25 Martin Baulig <martin at ximian.com>
2005-04-28 Martin Baulig <martin at ximian.com>
2005-04-29 Martin Baulig <martin at ximian.com>
2005-04-29 Martin Baulig <martin at ximian.com>
2005-04-29 Martin Baulig <martin at ximian.com>
New test.
2005-04-29 Martin Baulig <martin at ximian.com>
Remove unneccessary using.
2005-04-29 Martin Baulig <martin at ximian.com>
2005-04-29 Martin Baulig <martin at ximian.com>
Reflect latest API changes.
2005-04-29 Martin Baulig <martin at ximian.com>
New tests.
Updated.
2005-04-29 Martin Baulig <martin at ximian.com>
New tests.
New test.
2005-04-30 Martin Baulig <martin at ximian.com>
Removed, this is not an error anymore.
2005-04-30 Martin Baulig <martin at ximian.com>
**** Merged r43373 from MCS ****
**** Merged r43450 from MCS ****
**** Merged r43570 from MCS ****
**** Merged r43579 from MCS ****
**** Merged r43640 from MCS ****
2005-04-30 Martin Baulig <martin at ximian.com>
2005-04-30 Martin Baulig <martin at ximian.com>
New test.
2005-05-02 Martin Baulig <martin at ximian.com>
2005-05-02 Martin Baulig <martin at ximian.com>
**** Resolved r43830 from MCS ****
New test.
Fix my previous commit; it broke an error test.
Fix my previous commit; it broke an error test.
2005-05-02 Martin Baulig <martin at ximian.com>
2005-05-02 Martin Baulig <martin at ximian.com>
Added a testcase for #74529 where we must not report an error.
New error tests.
2005-05-02 Martin Baulig <martin at ximian.com>
2005-05-02 Martin Baulig <martin at ximian.com>
New test.
2005-05-03 Martin Baulig <martin at ximian.com>
2005-05-03 Martin Baulig <martin at ximian.com>
New test.
Ooops, renamed.
2005-05-04 Martin Baulig <martin at ximian.com>
2005-05-04 Martin Baulig <martin at ximian.com>
New test.
2005-05-04 Martin Baulig <martin at ximian.com>
2005-05-04 Martin Baulig <martin at ximian.com>
2005-05-04 Martin Baulig <martin at ximian.com>
2005-05-04 Martin Baulig <martin at ximian.com>
2005-05-04 Martin Baulig <martin at ximian.com>
Fix warnings.
2005-05-06 Martin Baulig <martin at ximian.com>
2005-05-06 Martin Baulig <martin at ximian.com>
2005-05-06 Martin Baulig <martin at ximian.com>
2005-05-10 Martin Baulig <martin at ximian.com>
New test.
2005-05-10 Martin Baulig <martin at ximian.com>
2005-05-10 Martin Baulig <martin at ximian.com>
2005-05-10 Martin Baulig <martin at ximian.com>
svn path=/trunk/mcs/; revision=44336
2005-05-10 Martin Baulig <martin at ximian.com>
**** Merged r43920 from MCS ****
**** Merged r43921 from MCS ****
**** Merged r43923 from MCS ****
2005-05-11 Martin Baulig <martin at ximian.com>
**** Merged r44066 from MCS ****
**** Merged r44067 from MCS ****
**** Merged r44071 from MCS ****
**** Merged r44110 from MCS ****
**** Merged r44250 from MCS ****
**** Merged r44270 from MCS ****
**** Merged r44326 from MCS ****
2005-05-11 Martin Baulig <martin at ximian.com>
2005-05-11 Martin Baulig <martin at ximian.com>
Put it back, it's fixed in the debugger.
2005-05-12 Martin Baulig <martin at ximian.com>
2005-05-12 Martin Baulig <martin at ximian.com>
Put Paolo's locking code back and make it work with the debugger.
2005-05-13 Martin Baulig <martin at ximian.com>
2005-05-13 Martin Baulig <martin at ximian.com>
Fix this.
New test.
**** Merged r44473 from GMCS ****
Enable the test.
2005-05-13 Martin Baulig <martin at ximian.com>
2005-05-13 Martin Baulig <martin at ximian.com>
2005-05-14 Martin Baulig <martin at ximian.com>
2005-05-14 Martin Baulig <martin at ximian.com>
Added two not-yet-merged issues.
2005-05-17 Martin Baulig <martin at ximian.com>
2005-05-17 Martin Baulig <martin at ximian.com>
New test.
**** Merged r44386 from MCS ****
**** Merged r44411 from MCS ****
**** Merged r44446 from MCS ****
**** Merged r44491 from MCS ****
**** Merged r44495 from MCS ****
**** Merged r44557 from MCS ****
2005-05-18 Martin Baulig <martin at ximian.com>
2005-05-18 Martin Baulig <martin at ximian.com>
New test for #74974.
2005-05-18 Martin Baulig <martin at ximian.com>
2005-05-18 Martin Baulig <martin at ximian.com>
New test.
2005-05-18 Martin Baulig <martin at ximian.com>
**** Merged r43214 from MCS ****
Updated.
2005-05-19 Martin Baulig <martin at ximian.com>
2005-05-19 Martin Baulig <martin at ximian.com>
2005-05-20 Martin Baulig <martin at ximian.com>
2005-05-20 Martin Baulig <martin at ximian.com>
2005-05-20 Martin Baulig <martin at ximian.com>
Updated.
2005-05-20 Martin Baulig <martin at ximian.com>
Ooops, this doesn't work.
2005-05-20 Martin Baulig <martin at ximian.com>
Updated.
Updated.
2005-05-20 Martin Baulig <martin at ximian.com>
2005-05-20 Martin Baulig <martin at ximian.com>
Updated.
New test.
Updated.
**** Merged r44632 from MCS ****
**** Merged r44746 from MCS ****
2005-05-23 Martin Baulig <martin at ximian.com>
2005-06-03 Martin Baulig <martin at ximian.com>
Someone fix this.
2005-06-03 Martin Baulig <martin at ximian.com>
2005-06-04 Martin Baulig <martin at ximian.com>
New test.
Ooops.
2005-06-05 Martin Baulig <martin at ximian.com>
2005-06-05 Martin Baulig <martin at ximian.com>
New test.
Reverted r45553 since it broke the build; see bug #75136.
New tests for my iterators code.
2005-06-08 Martin Baulig <martin at ximian.com>
2005-06-08 Martin Baulig <martin at ximian.com>
Enable the new iterators tests.
2005-06-08 Martin Baulig <martin at ximian.com>
The CharEnumerator issue is fixed.
The issue is fixed.
Small fix.
2005-06-08 Martin Baulig <martin at ximian.com>
Fixed in SVN.
New test.
2005-06-09 Martin Baulig <martin at ximian.com>
2005-06-09 Martin Baulig <martin at ximian.com>
2005-06-09 Martin Baulig <martin at ximian.com>
2005-06-09 Martin Baulig <martin at ximian.com>
New test.
2005-06-08 Kamil Skalski <nazgul at nemerle.org>
Committing a patch from Kamil Skalski <nazgul at nemerle.org>
Ooops.
Ooops.
Reverted the patch.
Committing a patch from Kamil Skalski <nazgul at nemerle.org>
2005-06-10 Martin Baulig <martin at ximian.com>
New test.
Small fix; correctly handle generic instances when reporting unused
2005-06-13 Martin Baulig <martin at ximian.com>
2005-06-13 Martin Baulig <martin at ximian.com>
2005-06-13 Martin Baulig <martin at ximian.com>
Let's wait with this until after the release.
Mon Jun 13 16:57:38 CEST 2005
Let's wait with this until after the release.
Tue Jun 14 20:02:58 CEST 2005
2005-06-15 Martin Baulig <martin at ximian.com>
2005-06-13 Martin Baulig <martin at ximian.com>
Small fix.
2005-06-15 Martin Baulig <martin at ximian.com>
Fix warnings.
2005-06-15 Martin Baulig <martin at ximian.com>
2005-06-15 Martin Baulig <martin at ximian.com>
Applied a patch from David Waite <dwaite at gmal.com> containing some collection updates.
2005-06-15 Martin Baulig <martin at ximian.com>
Updated the patch; it's from #75251.
2005-06-13 Michal Moskal <malekith at nemerle.org>
2005-06-13 Michal Moskal <malekith at nemerle.org>
2005-06-13 Michal Moskal <malekith at nemerle.org>
2005-06-15 Martin Baulig <martin at ximian.com>
Ooops; removed debugging statement.
2005-06-17 Martin Baulig <martin at ximian.com>
Ooops, forgot to change the actual namespace.
2005-06-17 Martin Baulig <martin at ximian.com>
2005-06-17 Martin Baulig <martin at ximian.com>
New tests.
Forgot to remove the function prototype when removing the function.
2005-06-20 Martin Baulig <martin at ximian.com>
2005-06-20 Martin Baulig <martin at ximian.com>
New test.
2005-06-20 Martin Baulig <martin at ximian.com>
New test.
2005-06-20 Martin Baulig <martin at ximian.com>
New test.
Remove executable bit.
New tests.
2005-06-21 Martin Baulig <martin at ximian.com>
2005-06-21 Martin Baulig <martin at ximian.com>
2005-06-21 Martin Baulig <martin at ximian.com>
Do the same here, too.
New tests.
2005-06-21 Martin Baulig <martin at ximian.com>
2005-06-21 Martin Baulig <martin at ximian.com>
New tests.
2005-06-21 Martin Baulig <martin at ximian.com>
New test.
**** Merged r44929 from MCS ****
**** Merged r45106 from MCS ****
**** Merged r45108 from MCS ****
**** Merged r45124 from MCS ****
**** Merged r45190 from MCS ****
**** Merged r45249 from MCS ****
2005-06-21 Martin Baulig <martin at ximian.com>
Temporarily disable gtest-126.cs to get the build working again.
2005-06-21 Martin Baulig <martin at ximian.com>
2005-06-21 Martin Baulig <martin at ximian.com>
Also fix MONO_TYPE_PTR.
Also fix MONO_TYPE_PTR.
2005-06-22 Martin Baulig <martin at ximian.com>
2005-06-22 Martin Baulig <martin at ximian.com>
Put back gtest-126.cs
New test
2005-06-23 Martin Baulig <martin at ximian.com>
**** Merged r45321 from MCS ****
**** Merged r45366 from MCS ****
**** Merged r45468 from MCS ****
**** Merged r45574 from MCS ****
**** Merged r45613-r45614 from MCS ****
**** Merged r45656-r45657 from MCS ****
**** Merged r46128 from MCS ****
**** Merged r46271 from MCS ****
**** Merged r45046 and r46284 from MCS ****
2005-06-23 Martin Baulig <martin at ximian.com>
Removed System.Collections.IKeyComparer.
2005-06-23 Martin Baulig <martin at ximian.com>
IKeyComparer is gone.
2005-06-24 Martin Baulig <martin at ximian.com>
2005-06-24 Martin Baulig <martin at ximian.com>
2005-06-28 Martin Baulig <martin at ximian.com>
2005-06-28 Martin Baulig <martin at ximian.com>
2005-06-28 Martin Baulig <martin at ximian.com>
2005-06-28 Martin Baulig <martin at ximian.com>
2005-06-28 Martin Baulig <martin at ximian.com>
Kill `priv_fmt_expr'.
2005-05-20 Martin Baulig <martin at ximian.com>
**** Merged r44912 from GMCS ****
2005-06-28 Martin Baulig <martin at ximian.com>
2005-06-04 Martin Baulig <martin at ximian.com>
Updated.
**** Merged r45429 from GMCS ****
2005-06-28 Martin Baulig <martin at ximian.com>
New test.
**** Merged r45430 from GMCS ****
2005-06-08 Martin Baulig <martin at ximian.com>
2005-06-30 Martin Baulig <martin at ximian.com>
New test.
2005-07-01 Martin Baulig <martin at ximian.com>
Ooops, it was r46725, not 46724.
Disable tests for the reverted r46725 in MCS.
2005-07-01 Martin Baulig <martin at ximian.com>
2005-07-01 Martin Baulig <martin at ximian.com>
2005-07-01 Martin Baulig <martin at ximian.com>
New test.
2005-07-01 Martin Baulig <martin at ximian.com>
New test.
2005-07-01 Martin Baulig <martin at ximian.com>
2005-07-01 Martin Baulig <martin at ximian.com>
2005-07-01 Martin Baulig <martin at ximian.com>
New test.
2005-07-02 Martin Baulig <martin at ximian.com>
2005-07-04 Martin Baulig <martin at ximian.com>
2005-07-05 Martin Baulig <