[Pkg-mono-svn-commits] [SCM] mono annotated tag, 2.8-p3, created. 2.8-p3
Andrew Jorgensen
ajorgensen at novell.com
Mon Jan 28 12:05:52 UTC 2013
The annotated tag, 2.8-p3 has been created
at 4f90aa334e08c3137db6e2267192c1c7a14ffb84 (tag)
tagging d88e223dd4bd0469594e6bb028cf14da2f63d759 (commit)
tagged by Andrew Jorgensen
on Wed Sep 15 17:21:20 2010 -0600
- Shortlog ------------------------------------------------------------
First public preview of 2.8
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 (68):
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
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 Fort (3):
[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
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 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 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 (352):
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
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 (51):
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
Version 2.8
Various cleanup and addition
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 (86):
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
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 (615):
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.
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 (5666):
* 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.
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>
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
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 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 (1083):
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.
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
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 (1364):
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>
Christian Hergert (20):
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>
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 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 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 (10):
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.
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>
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 (525):
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
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 (4459):
* 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
Avoid sending data in the challenge phase of NTLM
Use the request itself as the key for the cache.
Remove Content-Length header when not needed
Add wsdl help generator to the 4.0 files
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>
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 (2198):
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
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 (1924):
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
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 (93):
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>
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 (3):
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>
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 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 (1170):
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.
Jonathan Pryor (853):
*** 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] Only check for duplicate elements, not duplicate nodes.
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 (153):
* 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.
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>
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 (135):
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.
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.
Larry Ewing (2):
2004-03-01 Larry Ewing <lewing at ximian.com>
2008-08-11 Larry Ewing <lewing at novell.com>
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 (1495):
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>
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 (1701):
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.
Marek Safar (4169):
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.
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 (625):
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.
Mark Strobert (1):
New test case for #621749.
Martin Baulig (4227):
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 <martin at ximian.com>
2005-07-06 Martin Baulig <martin at ximian.com>
2005-07-06 Martin Baulig <martin at ximian.com>
Is this really so damn hard to do this ?
Eeeek, what the .... ?
2005-07-06 Martin Baulig <martin at ximian.com>
New test.
New test.
2005-07-06 Martin Baulig <martin at ximian.com>
New test.
2005-07-06 Martin Baulig <martin at ximian.com>
New test.
2005-07-07 Martin Baulig <martin at ximian.com>
2005-07-07 Martin Baulig <martin at ximian.com>
2005-07-07 Martin Baulig <martin at ximian.com>
New test.
Ooops, disable gtest-187.cs for the moment.
New test.
2005-07-08 Martin Baulig <martin at ximian.com>
2005-07-01 Martin Baulig <martin at ximian.com>
2005-07-08 Martin Baulig <martin at ximian.com>
**** Merged r46760 from MCS ****
**** Merged r46761 from MCS ****
**** Merged r46768 from MCS ****
**** Merged r46942 from MCS ****
Updated after the merging.
New test.
2005-07-08 Martin Baulig <martin at ximian.com>
**** Merged r46944 and r47112 from MCS ****
Use `NET_2_0 || BOOTSTRAP_NET_2_0' in the conditional.
Updated.
2005-07-11 Martin Baulig <martin at ximian.com>
2005-07-11 Martin Baulig <martin at ximian.com>
New test.
2005-07-11 Martin Baulig <martin at ximian.com>
2005-07-11 Martin Baulig <martin at ximian.com>
2005-07-11 Martin Baulig <martin at ximian.com>
New test.
2005-07-11 Martin Baulig <martin at ximian.com>
New test.
2005-07-12 Martin Baulig <martin at ximian.com>
2005-07-12 Martin Baulig <martin at ximian.com>
**** Merged r46986 from MCS ****
**** Merged r46988 from MCS ****
**** Merged r46994 from MCS ****
**** Merged r47008 from MCS ****
**** Merged r47030 from MCS ****
**** Merged r47034 from MCS ****
**** Merged r47107 from MCS ****
**** Merged r47164 from MCS ****
**** Merged r47171 from MCS ****
2005-07-19 Martin Baulig <martin at ximian.com>
2005-07-19 Martin Baulig <martin at ximian.com>
2005-07-26 Martin Baulig <martin at ximian.com>
2005-07-26 Martin Baulig <martin at ximian.com>
2005-07-26 Martin Baulig <martin at ximian.com>
2005-07-27 Martin Baulig <martin at ximian.com>
2005-07-27 Martin Baulig <martin at ximian.com>
2005-07-27 Martin Baulig <martin at ximian.com>
2005-07-27 Martin Baulig <martin at ximian.com>
New test for #75649.
2005-07-28 Martin Baulig <martin at ximian.com>
2005-07-29 Martin Baulig <martin at ximian.com>
Reverting Carlos's latest changes - please test your stuff before
Updated.
New test.
2005-08-03 Martin Baulig <martin at ximian.com>
Remove debugging statement.
New test.
2005-08-03 Martin Baulig <martin at ximian.com>
2005-08-12 Martin Baulig <martin at ximian.com>
2005-08-12 Martin Baulig <martin at ximian.com>
New tests.
Put Carlos's change back, I can't reproduce the issue anymore.
**** Merged r47211 from MCS ****
**** Merged r47302 from MCS ****
2005-08-16 Martin Baulig <martin at ximian.com>
Make this compile.
2005-08-16 Martin Baulig <martin at ximian.com>
2005-08-16 Martin Baulig <martin at ximian.com>
New tests.
**** Merged r47305 and r47332 from MCS ****
2005-08-16 Martin Baulig <martin at ximian.com>
2005-08-16 Martin Baulig <martin at ximian.com>
Zoltan forgot this here.
*** Merged r47879 from MCS ***
2005-08-20 Martin Baulig <martin at ximian.com>
2005-08-20 Martin Baulig <martin at ximian.com>
Update.
2005-08-31 Martin Baulig <martin at ximian.com>
2005-08-31 Martin Baulig <martin at ximian.com>
New test.
Ooops.
**** Merged r47331 from MCS ****
**** Merged 47338 from MCS ****
**** Merged r47341-r47342 from MCS ****
**** Merged r47375-47461 from MCS ****
**** Merged r47466 from MCS ****
**** Merged r47467-r47504 from MCS ****
**** Merged r47517 from MCS ****
**** Merged r47522-r47526 from MCS ****
**** Merged r47558-47694 from MCS ****
**** Merged r47768 from MCS ****
**** Merged r47840-47865 from MCS ****
**** Merged 47872 from MCS ****
**** Merged r47879-r47891 from MCS ****
Make this actually work.
**** Merged r47904 from MCS ****
2005-09-02 Martin Baulig <martin at ximian.com>
It's now a warning, not an error.
It's now a warning, not an error.
Updated.
**** Merged r47908-47927 from MCS ****
Updated.
Next time I revert your changes instead of fixing them.
****Merged r47931-r47957 from MCS ****
**** Merged r48002 from MCS ****
2005-09-05 Martin Baulig <martin at ximian.com>
2005-08-29 Michal Moskal <malekith at nemerle.org>
**** Merged r48416 from MCS ****
Updated.
Updated.
*** Merged r48454 from MCS ****
**** Merged r48702 from MCS ****
2005-09-05 Martin Baulig <martin at ximian.com>
2005-09-05 Martin Baulig <martin at ximian.com>
Dude
**** Merged r48725-r48726 from MCS ****
**** Merged r48739-r48762 from MCS ****
**** Merged r48775 from MCS ****
2005-09-05 Martin Baulig <martin at ximian.com>
Updated.
**** Merged r48782 from MCS ****
2005-09-05 Martin Baulig <martin at ximian.com>
2005-09-05 Martin Baulig <martin at ximian.com>
Reflect latest runtime changes.
**** Merged r48805-r48851 from MCS ****
**** Merged r49054 from MCS ****
**** Merged r49060-r49064 from MCS ****
**** Merged r49102 from MCS ****
**** Merged r49109 from MCS ****
Ooops.
Updated.
Updated.
**** Merged r49125 from MCS ****
**** Merged r49131 from MCS ****
**** Merged r49256 from MCS ****
**** Merged r49265 from MCS ****
**** Merged r49269 from MCS ****
**** Merged r49340-r49341 from MCS ****
Updated.
2005-09-05 Martin Baulig <martin at ximian.com>
Reflect latest generics API changes in the August CTP.
2005-09-05 Martin Baulig <martin at ximian.com>
2005-09-06 Martin Baulig <martin at ximian.com>
Put back r49122 and make it actually work.
Fixed in SVN.
2005-09-09 Martin Baulig <martin at ximian.com>
2005-09-09 Martin Baulig <martin at ximian.com>
2005-09-09 Martin Baulig <martin at ximian.com>
Reflect latest reflection API changes.
2005-09-14 Martin Baulig <martin at ximian.com>
2005-09-14 Martin Baulig <martin at ximian.com>
Reflect latest symbol writer changes.
2005-09-14 Martin Baulig <martin at ximian.com>
2005-09-16 Martin Baulig <martin at ximian.com>
2005-09-16 Martin Baulig <martin at ximian.com>
2005-09-20 Martin Baulig <martin at ximian.com>
2005-09-20 Martin Baulig <martin at ximian.com>
2005-09-20 Martin Baulig <martin at ximian.com>
2005-09-20 Martin Baulig <martin at ximian.com>
2005-09-22 Martin Baulig <martin at ximian.com>
2005-09-26 Martin Baulig <martin at ximian.com>
2005-09-26 Martin Baulig <martin at ximian.com>
2005-09-27 Martin Baulig <martin at ximian.com>
2005-09-27 Martin Baulig <martin at ximian.com>
2005-09-27 Martin Baulig <martin at ximian.com>
2005-09-27 Martin Baulig <martin at ximian.com>
2005-09-27 Martin Baulig <martin at ximian.com>
Updated.
FIXME: IMO this both harder to read and harder to debug, but someone
2005-09-28 Martin Baulig <martin at ximian.com>
2005-09-28 Martin Baulig <martin at ximian.com>
2005-09-28 Martin Baulig <martin at ximian.com>
2005-09-28 Martin Baulig <martin at ximian.com>
2005-09-29 Martin Baulig <martin at ximian.com>
Added document describing the merging process.
Updated inline documentation.
Updated.
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
2005-10-04 Martin Baulig <martin at ximian.com>
New test.
Started the documentation work.
2005-10-04 Martin Baulig <martin at ximian.com>
New test.
More documentation.
More API cleanups and documentation.
More documentation.
Documentation.
2005-10-07 Martin Baulig <martin at ximian.com>
2005-10-16 Martin Baulig <martin at ximian.com>
2005-10-19 Martin Baulig <martin at ximian.com>
This is an untested fix for a bug.
New testcase.
Return 0 if we're a type parameter.
2005-10-20 Martin Baulig <martin at ximian.com>
2005-10-20 Martin Baulig <martin at ximian.com>
New test for #76097
2005-10-20 Martin Baulig <martin at ximian.com>
2005-10-21 Martin Baulig <martin at ximian.com>
2005-10-21 Martin Baulig <martin at ximian.com>
New test.
2005-10-24 Martin Baulig <martin at ximian.com>
New test.
New test.
2005-10-24 Martin Baulig <martin at ximian.com>
2005-10-24 Martin Baulig <martin at ximian.com>
2005-10-25 Martin Baulig <martin at ximian.com>
New test.
2005-10-25 Martin Baulig <martin at ximian.com>
Fix warning.
New test.
2005-10-25 Martin Baulig <martin at ximian.com>
2005-10-26 Martin Baulig <martin at ximian.com>
2005-10-29 Martin Baulig <martin at ximian.com>
2005-10-29 Martin Baulig <martin at ximian.com>
2005-11-03 Martin Baulig <martin at ximian.com>
New test for #76581.
2005-11-08 Martin Baulig <martin at ximian.com>
Don't use g_warning() to report errors while running inside the debugger.
2005-11-15 Martin Baulig <martin at ximian.com>
New test.
New test.
2005-11-15 Martin Baulig <martin at ximian.com>
2005-11-17 Martin Baulig <martin at ximian.com>
New test.
2005-11-17 Martin Baulig <martin at ximian.com>
2005-08-20 Martin Baulig <martin at ximian.com>
New test.
New test.
2005-11-17 Martin Baulig <martin at ximian.com>
2005-11-21 Martin Baulig <martin at ximian.com>
2005-11-23 Martin Baulig <martin at ximian.com>
2005-11-23 Martin Baulig <martin at ximian.com>
2005-12-07 Martin Baulig <martin at ximian.com>
2005-12-07 Martin Baulig <martin at ximian.com>
Ooops, small fix.
2005-12-07 Martin Baulig <martin at ximian.com>
2005-12-07 Martin Baulig <martin at ximian.com>
2005-12-07 Martin Baulig <martin at ximian.com>
New test.
2005-12-08 Martin Baulig <martin at ximian.com>
Updated error messages.
New CS1547 test case.
2005-12-14 Martin Baulig <martin at ximian.com>
2005-12-14 Martin Baulig <martin at ximian.com>
New test.
Oooops.
2005-12-15 Martin Baulig <martin at ximian.com>
2006-01-10 Martin Baulig <martin at ximian.com>
2006-01-10 Martin Baulig <martin at ximian.com>
2006-01-10 Martin Baulig <martin at ximian.com>
New test.
New test.
2006-01-12 Martin Baulig <martin at ximian.com>
2006-01-16 Martin Baulig <martin at ximian.com>
2006-01-16 Martin Baulig <martin at ximian.com>
2006-01-18 Martin Baulig <martin at ximian.com>
2006-01-18 Martin Baulig <martin at ximian.com>
2006-01-18 Martin Baulig <martin at ximian.com>
New test.
2006-01-18 Martin Baulig <martin at ximian.com>
2006-01-21 Martin Baulig <martin at ximian.com>
2006-01-21 Martin Baulig <martin at ximian.com>
2006-01-21 Martin Baulig <martin at ximian.com>
Don't install libgc-mono-debugger.h and mono-debug-debugger.h
2006-01-23 Martin Baulig <martin at ximian.com>
2006-01-23 Martin Baulig <martin at ximian.com>
2006-01-23 Martin Baulig <martin at ximian.com>
2006-01-25 Martin Baulig <martin at ximian.com>
Reverted r56388.
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-02 Martin Baulig <martin at ximian.com>
2006-02-03 Martin Baulig <martin at ximian.com>
2006-02-06 Martin Baulig <martin at ximian.com>
2006-02-07 Martin Baulig <martin at ximian.com>
2006-02-07 Martin Baulig <martin at ximian.com>
2006-02-07 Martin Baulig <martin at ximian.com>
2006-02-07 Martin Baulig <martin at ximian.com>
2006-02-07 Martin Baulig <martin at ximian.com>
2006-02-08 Martin Baulig <martin at ximian.com>
2006-02-08 Martin Baulig <martin at ximian.com>
2006-02-08 Martin Baulig <martin at ximian.com>
2006-02-10 Martin Baulig <martin at ximian.com>
2006-02-10 Martin Baulig <martin at ximian.com>
New tests.
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-14 Martin Baulig <martin at ximian.com>
Updated.
2006-02-14 Martin Baulig <martin at ximian.com>
Small fix.
Kill Mono_IsInflatedMethod here, too.
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-14 Martin Baulig <martin at ximian.com>
2006-02-15 Martin Baulig <martin at ximian.com>
2006-02-15 Martin Baulig <martin at ximian.com>
2006-02-15 Martin Baulig <martin at ximian.com>
2006-02-15 Martin Baulig <martin at ximian.com>
Reflect latest reflection API changes.
2006-02-16 Martin Baulig <martin at ximian.com>
2006-02-16 Martin Baulig <martin at ximian.com>
2006-02-16 Martin Baulig <martin at ximian.com>
Mono_GetGenericFieldDefinition() doesn't exist anymore.
2006-02-16 Martin Baulig <martin at ximian.com>
Bringing C5 1.0 into the main branch.
Ooops - sorry for being an idiot.
Bringing C5 1.0 into the main branch.
Ok, so this stupid documentation is broken :-(
Bringing C5 1.0 into the main branch.
Ok, so this stupid documentation is broken :-(
Renaming C5 -> C5.old in preparation for a clean import.
Bringing C5 1.0 into the main branch.
Bringing C5 1.0 into the main branch.
Bringing C5 1.0 into the main branch.
Bringing C5 1.0 into the main branch.
Removing old stuff.
Bringing C5 1.0 into the main branch.
Bringing C5 1.0 into the main branch.
Bringing C5 1.0 into the main branch.
Temporarily take Mono.C5 out of the build until it is working again.
2006-02-16 Martin Baulig <martin at ximian.com>
Add the '#if NET_2_0' conditional everywhere.
2006-03-04 Martin Baulig <martin at ximian.com>
2006-03-04 Martin Baulig <martin at ximian.com>
New test.
New test.
2006-03-04 Martin Baulig <martin at ximian.com>
2006-03-04 Martin Baulig <martin at ximian.com>
2006-03-06 Martin Baulig <martin at ximian.com>
2006-03-06 Martin Baulig <martin at ximian.com>
Removing the old C5.
Don't define HASHINDEX, but make it compile anyways.
2006-03-07 Martin Baulig <martin at ximian.com>
Update the test sources.
New tests.
2006-03-07 Martin Baulig <martin at ximian.com>
2006-03-07 Martin Baulig <martin at ximian.com>
2006-03-07 Martin Baulig <martin at ximian.com>
2006-03-07 Martin Baulig <martin at ximian.com>
2006-03-07 Martin Baulig <martin at ximian.com>
2006-03-09 Martin Baulig <martin at ximian.com>
Add back Mono.C5 (it was temporarily disabled by me in r56939).
2006-03-09 Martin Baulig <martin at ximian.com>
2006-03-09 Martin Baulig <martin at ximian.com>
2006-03-14 Martin Baulig <martin at ximian.com>
2006-03-14 Martin Baulig <martin at ximian.com>
Updated.
2006-03-16 Martin Baulig <martin at ximian.com>
New test.
2006-03-21 Martin Baulig <martin at ximian.com>
2006-03-22 Martin Baulig <martin at ximian.com>
2006-03-22 Martin Baulig <martin at ximian.com>
2006-03-23 Martin Baulig <martin at ximian.com>
Don't crash here if we don't find any ctors.
2006-03-23 Martin Baulig <martin at ximian.com>
Ooooops.
2006-03-23 Martin Baulig <martin at ximian.com>
2006-03-24 Martin Baulig <martin at ximian.com>
New test.
2006-04-10 Martin Baulig <martin at ximian.com>
2006-04-12 Martin Baulig <martin at ximian.com>
Ooops.
2006-04-13 Martin Baulig <martin at ximian.com>
2006-04-25 Martin Baulig <martin at ximian.com>
Remove mono_debugger_create_all_threads().
2006-04-25 Martin Baulig <martin at ximian.com>
2006-04-25 Martin Baulig <martin at ximian.com>
2006-05-05 Martin Baulig <martin at ximian.com>
2006-05-10 Martin Baulig <martin at ximian.com>
2006-05-10 Martin Baulig <martin at ximian.com>
New test.
2006-05-17 Martin Baulig <martin at ximian.com>
2006-05-17 Martin Baulig <martin at ximian.com>
2006-05-17 Martin Baulig <martin at ximian.com>
2006-05-17 Martin Baulig <martin at ximian.com>
Temporarily disable.
2006-05-19 Martin Baulig <martin at ximian.com>
Remove the FIXME.
Revert the calloc() part of my patch.
2006-05-23 Martin Baulig <martin at ximian.com>
2006-05-23 Martin Baulig <martin at ximian.com>
2006-05-24 Martin Baulig <martin at ximian.com>
2006-05-24 Martin Baulig <martin at ximian.com>
2006-05-24 Martin Baulig <martin at ximian.com>
2006-05-24 Martin Baulig <martin at ximian.com>
2006-05-29 Martin Baulig <martin at ximian.com>
2006-05-29 Martin Baulig <martin at ximian.com>
2006-05-29 Martin Baulig <martin at ximian.com>
2006-05-30 Martin Baulig <martin at ximian.com>
2006-05-30 Martin Baulig <martin at ximian.com>
2006-06-08 Martin Baulig <martin at ximian.com>
2006-06-09 Martin Baulig <martin at ximian.com>
2006-06-13 Martin Baulig <martin at ximian.com>
2006-06-13 Martin Baulig <martin at ximian.com>
The regression is now fixed.
2006-06-15 Martin Baulig <martin at ximian.com>
2006-06-15 Martin Baulig <martin at ximian.com>
2006-06-16 Martin Baulig <martin at ximian.com>
New test.
2006-06-19 Martin Baulig <martin at ximian.com>
2006-06-19 Martin Baulig <martin at ximian.com>
2006-06-19 Martin Baulig <martin at ximian.com>
2006-06-20 Martin Baulig <martin at ximian.com>
New test for #78053.
Added test for #77934.
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-21 Martin Baulig <martin at ximian.com>
2006-06-22 Martin Baulig <martin at ximian.com>
2006-06-28 Martin Baulig <martin at ximian.com>
2006-07-03 Martin Baulig <martin at ximian.com>
2006-07-21 Martin Baulig <martin at ximian.com>
2006-07-21 Martin Baulig <martin at ximian.com>
2006-07-21 Martin Baulig <martin at ximian.com>
Added the latest version of my anonymous methods patch to SVN so I can't
Updated version of the patch.
Note to myself: this is the gmcs.12 patch
Patch #16.
Patch #19.
Patch #22
Patch #24
Patch #1 from Cologne.
Patch #2 from Cologne.
Patch #3 from Cologne.
Patch #33.
Patch #34.
Patch #35.
Patch #37.
Patch #41.
Patch #43.
Patch #44.
Patch #45.
Patch #46.
Patch #48.
Patch #49.
Patch #50.
Patch #51.
Patch #52.
Patch #53.
Patch #54.
Patch #55.
Patch #56.
Patch #59.
Patch #60.
2006-08-30 Martin Baulig <martin at ximian.com>
Patch #61.
Patch #62.
Patch #63.
Patch #64.
Milestone-Patch #80.
Patch #81; FIXME cleanups.
Patch #82.
Patch #83.
Patch #84; minor cleanups.
Patch #85.
Patch #86.
Patch #87.
Patch #88.
Patch #89.
2006-09-01 Martin Baulig <martin at ximian.com>
2006-09-01 Martin Baulig <martin at ximian.com>
2006-09-01 Martin Baulig <martin at ximian.com>
2006-09-01 Martin Baulig <martin at ximian.com>
Patch #90.
Patch #91.
Patch #92.
Patch #93.
Patch #94.
Patch #96.
Patch #97.
Created a branch for my anonymous methods work.
Patch #1 from Cologne.
Patch #2 from Cologne.
Patch #3 from Cologne.
Milestone patch #80.
Patch #81.
Patch #82.
Patch #83.
Patch #84.
Patch #85.
Patch #86.
Patch #87.
Patch #88.
Patch #89.
Patch #90.
Patch #91.
Patch #92.
Patch #93.
Patch #94.
Patch #95.
Patch #96.
Patch #97.
Adding tests.
Test scripts.
Some older thoughts; let's keep a history here.
We don't need it any more; the history is in SVN.
Fix the type resolving madness:
2006-09-06 Martin Baulig <martin at ximian.com>
Add support for constructors.
New test.
2006-09-07 Martin Baulig <martin at ximian.com>
Merge ScopeInfoBase into ScopeInfo and ScopeInitializerBase into
Correctly handle nested generic scopes.
New test.
Small fix.
Ooops.
- In Try.DoEmit(): call Catch.Emit() instead of emitting the catch block
Fix test-228.cs.
**** Merged r63072 from HEAD ****
**** Merged r63147 from HEAD ****
**** Merged r63172 from HEAD ****
**** Merged r63242-r63248 from HEAD ****
**** Merged r63251 and r63286 from HEAD ****
**** Merged r63393 and 63417 from HEAD ****
**** Merge r63475 from HEAD ****
**** Merged r63485 from HEAD ****
**** Merged r63564 from HEAD ****
**** Merged r63666-r63792 from HEAD ****
**** Merged r63835 from HEAD ****
**** Merged r63958-r64726 from HEAD ****
**** Merged r65053 from HEAD ****
**** Merged r65081 from HEAD ****
Don't call CheckBase() here.
2006-09-08 Martin Baulig <martin at ximian.com>
**** Merged r65124 from HEAD ****
Use the new TypeManager.int_interlocked_compare_exchange.
New test.
New test.
New test.
Minor cleanups.
Use TemporaryVariable in Using instead of directly creating the
small cleanup
small cleanup
- Create a new abstract `VariableReference' base class for
2006-09-12 Martin Baulig <martin at ximian.com>
ooops.
2006-09-11 Martin Baulig <martin at ximian.com>
2006-09-12 Martin Baulig <martin at ximian.com>
2006-09-12 Martin Baulig <martin at ximian.com>
Updated.
Added a document describing the new anonymous methods design.
Small fix.
**** Merged r65136 from HEAD ****
Put back some error checks.
Iterator cleanups.
Remove 'loc'; we only need 'Location'.
Move the error check up.
Correctly implement GetSignatureForError().
Improve error checking.
Fix this test.
New error test.
Fix #77805: correctly handle the unsafe check in iterators.
New test for #77805.
New test.
New anonymous method tests.
Improve CS0158 check for anonymous methods.
Improve CS0136 check for anonymous methods.
New tests for anonymous methods.
New anonymous methods test.
Set aec.IsFieldInitializer if applicable.
2006-09-08 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
The new code correctly reports a CS0136 here.
2006-09-15 Martin Baulig <martin at ximian.com>
Cosmetic fix in the CS0136 error message.
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
Minor code cleanups.
2006-09-15 Martin Baulig <martin at ximian.com>
Small cleanup; we don't need this hack anymore.
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-15 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-19 Martin Baulig <martin at ximian.com>
2006-09-21 Martin Baulig <martin at ximian.com>
2006-09-21 Martin Baulig <martin at ximian.com>
2006-09-22 Martin Baulig <martin at ximian.com>
2006-09-22 Martin Baulig <martin at ximian.com>
2006-09-22 Martin Baulig <martin at ximian.com>
2006-09-25 Martin Baulig <martin at ximian.com>
2006-09-25 Martin Baulig <martin at ximian.com>
Copying latest mcs to the branch.
svn path=/branches/martin/anonymous-methods/gmcs/; revision=65946
Removed; share them with mcs.
Remove Modifiers.ANONYMOUS_HOST
Updated.
Merged from HEAD.
Updated.
2006-09-27 Martin Baulig <martin at ximian.com>
Merged from HEAD.
2006-09-27 Martin Baulig <martin at ximian.com>
Anonymous methods ...
Anonymous methods ...
Anonymous methods ...
Anonymous methods ...
Anonymous methods ...
Anonymous methods ...
Anonymous methods ...
Fix the CS00136 check.
Removed; they're now in the mcs-part of the branch.
2006-09-27 Martin Baulig <martin at ximian.com>
Merged into mcs.
**** Merged from HEAD ****
Share them with mcs, too.
Ooops.
Don't define the generic interfaces on mcs.
New tests.
Merged from HEAD.
2006-10-02 Martin Baulig <martin at ximian.com>
Small fix; this may only happen in error situations.
2006-10-02 Martin Baulig <martin at ximian.com>
2006-10-02 Martin Baulig <martin at ximian.com>
Merged from HEAD.
2006-10-04 Martin Baulig <martin at ximian.com>
2006-10-04 Martin Baulig <martin at ximian.com>
Cosmetic fix.
2006-10-04 Martin Baulig <martin at ximian.com>
2006-10-04 Martin Baulig <martin at ximian.com>
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
Updated.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
Renamed the tests.
Delete executable bit.
New tests.
2006-10-09 Martin Baulig <martin at ximian.com>
2006-10-09 Martin Baulig <martin at ximian.com>
2006-10-10 Martin Baulig <martin at ximian.com>
Pick the correct .ctor, not the first one.
2006-10-12 Martin Baulig <martin at ximian.com>
2006-10-12 Martin Baulig <martin at ximian.com>
2006-10-25 Martin Baulig <martin at ximian.com>
Copied the tests here.
svn path=/branches/martin/anonymous-methods2/work/; revision=67827
Makefile stuff.
Makefile stuff.
Make this a real regression test.
Updated.
Updated.
svn path=/branches/martin/anonymous-methods2/work/; revision=67855
New test.
Compute the block, but don't use it yet.
2006-11-16 Martin Baulig <martin at ximian.com>
2006-11-16 Martin Baulig <martin at ximian.com>
We don't need 'Host'; just use 'RootScope' instead.
2006-11-16 Martin Baulig <martin at ximian.com>
2006-11-16 Martin Baulig <martin at ximian.com>
Ooops.
Daily backup.
New tests.
More work ....
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68126
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68136
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68142
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68208
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68209
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68221
2006-11-20 Martin Baulig <martin at ximian.com>
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68267
Go, baby, go :-)
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68272
Update known issues.
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68274
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68278
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68279
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68364
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68387
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68391
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68408
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68411
2006-11-23 Martin Baulig <martin at ximian.com>
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68421
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68423
svn path=/branches/martin/anonymous-methods2/work/; revision=68424
svn path=/branches/martin/anonymous-methods2/work/; revision=68425
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68426
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68428
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68437
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68581
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68582
Updated.
svn path=/branches/martin/anonymous-methods2/mcs/; revision=68584
New test.
Updated.
Milestone II.
Cosmetic fix.
2006-11-28 Martin Baulig <martin at ximian.com>
2006-11-29 Martin Baulig <martin at ximian.com>
Small fix.
2006-11-29 Martin Baulig <martin at ximian.com>
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
New test.
2006-11-29 Martin Baulig <martin at ximian.com>
2006-11-29 Martin Baulig <martin at ximian.com>
Updated.
2006-12-19 Martin Baulig <martin at ximian.com>
2006-12-22 Martin Baulig <martin at ximian.com>
Making it readonly doesn't work.
Use .uleb128 instead of .long to make it work on x86_64.
2006-12-22 Martin Baulig <martin at ximian.com>
Small fix.
Don't make the stack executable.
2006-12-28 Martin Baulig <martin at ximian.com>
2007-01-29 Martin Baulig <martin at ximian.com>
2007-02-13 Martin Baulig <martin at ximian.com>
2007-03-07 Martin Baulig <martin at ximian.com>
2007-03-08 Martin Baulig <martin at ximian.com>
2007-03-09 Martin Baulig <martin at ximian.com>
2007-03-09 Martin Baulig <martin at ximian.com>
Ooops, that was the old version of my patch.
2007-03-14 Martin Baulig <martin at ximian.com>
2007-03-15 Martin Baulig <martin at ximian.com>
Add `#if NET_2_0'.
2007-03-15 Martin Baulig <martin at ximian.com>
Remove debugging code.
2007-03-15 Martin Baulig <martin at ximian.com>
2007-03-20 Martin Baulig <martin at ximian.com>
2007-03-20 Martin Baulig <martin at ximian.com>
2007-03-20 Martin Baulig <martin at ximian.com>
2007-03-20 Martin Baulig <martin at ximian.com>
2007-03-23 Martin Baulig <martin at ximian.com>
2007-03-27 Martin Baulig <martin at ximian.com>
2007-03-29 Martin Baulig <martin at ximian.com>
2007-04-03 Martin Baulig <martin at ximian.com>
2007-04-03 Martin Baulig <martin at ximian.com>
2007-04-04 Martin Baulig <martin at ximian.com>
2007-04-10 Martin Baulig <martin at ximian.com>
2007-04-10 Martin Baulig <martin at ximian.com>
2007-04-10 Martin Baulig <martin at ximian.com>
2007-04-10 Martin Baulig <martin at ximian.com>
2007-04-10 Martin Baulig <martin at ximian.com>
2007-04-11 Martin Baulig <martin at ximian.com>
2007-04-11 Martin Baulig <martin at ximian.com>
2007-04-11 Martin Baulig <martin at ximian.com>
2007-04-11 Martin Baulig <martin at ximian.com>
2007-04-11 Martin Baulig <martin at ximian.com>
New test for #81259.
2007-04-12 Martin Baulig <martin at ximian.com>
2007-04-13 Martin Baulig <martin at ximian.com>
2007-04-19 Martin Baulig <martin at ximian.com>
New test for bug #80969.
2007-04-23 Martin Baulig <martin at ximian.com>
2007-06-21 Martin Baulig <martin at ximian.com>
2007-06-25 Martin Baulig <martin at ximian.com>
Ooops; make this a pointer again.
2007-06-28 Martin Baulig <martin at ximian.com>
2007-06-28 Martin Baulig <martin at ximian.com>
2007-07-30 Martin Baulig <martin at ximian.com>
2007-08-01 Martin Baulig <martin at ximian.com>
2007-08-07 Martin Baulig <martin at ximian.com>
2007-08-22 Martin Baulig <martin at ximian.com>
2007-08-22 Martin Baulig <martin at ximian.com>
2007-08-22 Martin Baulig <martin at ximian.com>
2007-08-23 Martin Baulig <martin at ximian.com>
2007-08-23 Martin Baulig <martin at ximian.com>
2007-09-03 Martin Baulig <martin at ximian.com>
2007-09-11 Martin Baulig <martin at ximian.com>
2007-09-19 Martin Baulig <martin at ximian.com>
2007-09-19 Martin Baulig <martin at ximian.com>
2007-09-21 Martin Baulig <martin at ximian.com>
2007-09-21 Martin Baulig <martin at ximian.com>
2007-09-24 Martin Baulig <martin at ximian.com>
Small fix.
2007-09-24 Martin Baulig <martin at ximian.com>
2007-09-25 Martin Baulig <martin at ximian.com>
2007-09-28 Martin Baulig <martin at ximian.com>
2007-09-28 Martin Baulig <martin at ximian.com>
2007-10-09 Martin Baulig <martin at ximian.com>
2007-10-15 Martin Baulig <martin at ximian.com>
2007-10-31 Martin Baulig <martin at ximian.com>
2007-10-30 Martin Baulig <martin at ximian.com>
2007-10-31 Martin Baulig <martin at ximian.com>
Small fix.
2007-10-31 Martin Baulig <martin at ximian.com>
Revert the debugger breakpoint code.
Reverted the debugger breakpoint code.
Ooops, I should really compile things before committing.
Small fix.
2007-11-05 Martin Baulig <martin at ximian.com>
Cosmetic fix.
2007-11-05 Martin Baulig <martin at ximian.com>
2007-11-20 Martin Baulig <martin at ximian.com>
2007-11-20 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
2007-11-22 Martin Baulig <martin at ximian.com>
Find a better name for this: mono_debugger_add_delegate_trampoline().
mono_debug_debugger_version is now == 3.
2007-11-28 Martin Baulig <martin at ximian.com>
2007-12-19 Martin Baulig <martin at ximian.com>
Destroy this week's work.
2008-01-23 Martin Baulig <martin at ximian.com>
2008-01-25 Martin Baulig <martin at ximian.com>
2008-03-14 Martin Baulig <martin at ximian.com>
2008-03-14 Martin Baulig <martin at ximian.com>
2008-03-14 Martin Baulig <martin at ximian.com>
2008-03-14 Martin Baulig <martin at ximian.com>
2008-02-19 Martin Baulig <martin at ximian.com>
Fix compiler warnings.
2008-03-15 Martin Baulig <martin at ximian.com>
2008-03-15 Martin Baulig <martin at ximian.com>
Ooops, sorry for the breakage.
2008-04-02 Martin Baulig <martin at ximian.com>
2008-04-02 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-21 Martin Baulig <martin at ximian.com>
2008-04-23 Martin Baulig <martin at ximian.com>
2008-04-28 Martin Baulig <martin at ximian.com>
2008-04-29 Martin Baulig <martin at ximian.com>
2008-05-05 Martin Baulig <martin at ximian.com>
2008-05-05 Martin Baulig <martin at ximian.com>
2008-05-05 Martin Baulig <martin at ximian.com>
2008-05-06 Martin Baulig <martin at ximian.com>
2008-05-06 Martin Baulig <martin at ximian.com>
2008-05-07 Martin Baulig <martin at ximian.com>
2008-05-19 Martin Baulig <martin at ximian.com>
2008-05-19 Martin Baulig <martin at ximian.com>
2008-05-19 Martin Baulig <martin at ximian.com>
2008-05-28 Martin Baulig <martin at ximian.com>
2008-05-28 Martin Baulig <martin at ximian.com>
2008-05-28 Martin Baulig <martin at ximian.com>
2008-05-28 Martin Baulig <martin at ximian.com>
2008-06-05 Martin Baulig <martin at ximian.com>
2008-06-05 Martin Baulig <martin at ximian.com>
2008-06-06 Martin Baulig <martin at ximian.com>
2008-06-05 Martin Baulig <martin at ximian.com>
2008-06-05 Martin Baulig <martin at ximian.com>
2008-06-05 Martin Baulig <martin at ximian.com>
2008-06-07 Martin Baulig <martin at ximian.com>
2008-06-07 Martin Baulig <martin at ximian.com>
Bump minor version.
2008-06-09 Martin Baulig <martin at ximian.com>
2008-06-09 Martin Baulig <martin at ximian.com>
2008-06-10 Martin Baulig <martin at ximian.com>
2008-06-10 Martin Baulig <martin at ximian.com>
Don't need the warning anymore, I can now get a stacktrace in the
?????
2008-06-10 Martin Baulig <martin at ximian.com>
Fix compiler warnings.
Fix compiler warnings.
2008-06-10 Martin Baulig <martin at ximian.com>
2008-06-10 Martin Baulig <martin at ximian.com>
2008-06-10 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
Reflect latest symbol writer changes.
Reflect latest symbol writer changes.
Reflect latest symbol writer changes.
Small fix.
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-11 Martin Baulig <martin at ximian.com>
2008-06-16 Martin Baulig <martin at ximian.com>
2008-06-16 Martin Baulig <martin at ximian.com>
2008-06-17 Martin Baulig <martin at ximian.com>
2008-06-17 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
Oooops.
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
2008-06-18 Martin Baulig <martin at ximian.com>
svn path=/trunk/mono/; revision=106175
Must close the response here,and must not throw exceptions here; Fixes a handful of issues with handling more than one connection - miguel
2008-07-10 Martin Baulig <martin at ximian.com>
2008-07-11 Martin Baulig <martin at ximian.com>
2008-07-29 Martin Baulig <martin at ximian.com>
2008-07-29 Martin Baulig <martin at ximian.com>
2008-07-23 Martin Baulig <martin at ximian.com>
2008-10-16 Martin Baulig <martin at ximian.com>
2008-10-16 Martin Baulig <martin at ximian.com>
2008-10-16 Martin Baulig <martin at ximian.com>
2008-10-22 Martin Baulig <martin at ximian.com>
2008-10-25 Martin Baulig <martin at ximian.com>
2008-11-25 Martin Baulig <martin at ximian.com>
2008-11-29 Martin Baulig <martin at ximian.com>
2008-12-02 Martin Baulig <martin at ximian.com>
2008-12-02 Martin Baulig <martin at ximian.com>
2008-11-29 Martin Baulig <martin at ximian.com>
2008-12-16 Martin Baulig <martin at ximian.com>
2008-12-02 Martin Baulig <martin at ximian.com>
2008-12-16 Martin Baulig <martin at ximian.com>
2009-01-21 Martin Baulig <martin at ximian.com>
Create .gitignore's.
Add .gitignore.
Bump MONO_DEBUGGER_MAJOR_VERSION to 81 because of the `MonoGenericInst' changes.
Improved the debugger's exception handling code.
Clean up the debugger's exception API and add some documentation.
Add .gitignore's.
Author: Martin Baulig <martin at novell.com>
Also register the class init callback if the class is already initialized to make things work with shadow copied assemblies.
Notify the debugger about newly created appdomains and their shadow copy path.
Bump debugger version to 81.2.
Don't emit a blank line after '#line' as this would cause all line numbers to be off by 1.
Don't print a warning for unknown extended opcodes in the line number table if they're between 0x40 and 0x7f.
Ignore unknown extended opcodes in the line number table if they're between 0x40 and 0x7f.
Move 'ISourceFile', 'ICompileUnit' and 'IMethodDef' from MonoSymbolWriter.cs into MonoSymbolFile.cs.
Fix the ChangeLog to reflect what's actually in SVN.
2009-05-03 Martin Baulig <martin at ximian.com>
Correctly initialize the debugger when embedding Mono.
Add missing 'MONO_DEBUGGER_SUPPORTED' conditional.
Correctly initialize the debugger when embedding Mono.
Improve exception handling when running in mdb: check whether an exception is caught inside a runtime-invoked method or the runtime-invoke wrapper.
Improve exception handling when running in mdb: check whether an exception is caught inside a runtime-invoked method or the runtime-invoke wrapper.
Renamed 'MonoDebuggerInfo.dummy' into 'runtime_info' and set an "attach ok" flag for the debugger.
Add new 'thread_flags' field to 'MonoDebuggerThreadInfo' and mark daemon / threadpool threads.
Add a new 'MONO_DEBUGGER_EVENT_TRAMPOLINE' notification for the debugger which also includes the address of the callsite.
Cosmetic ...
Put the soft debugger into the 'Mono.Debugger.Soft' namespace.
Use `MonoInternalThread *' instead of `MonoThread *'.
Add runtime support to abort a mono_debugger_runtime_invoke().
Set `vtable->init_aborted' if we hit a `ThreadAbortException' in the class .cctor.
Add new abort-invoke.cs test.
Revert "Set `vtable->init_aborted' if we hit a `ThreadAbortException' in the class .cctor."
Revert "Add new abort-invoke.cs test."
Fix non-4.0 build.
Add support for aborting invocations in the Soft Debugger.
Add support for aborting invocations.
Add support for aborting invocations in the Soft Debugger.
Add support for aborting invocations; fixed my commit from Friday, so it doesn't break compatibility.
Add NULL check to type_command()/CMD_TYPE_GET_SOURCE_FILES.
mono_debug_add_method: Don't call mono_disasm_code() for wrappers.
Fix #604879: Find source file when line-number table ends with hidden line.
#604911: Use alertable WaitForMultipleObjectsEx().
Add public API to get the protocol version.
Release memory from symfiles that were loaded from memory.
#605698: Execute SDB commands in the debuggee's appdomain.
#608721: Fix a crash on exit.
Apply r159782 from the mono-2-6-branch.
Kill glib dependencies from debug-mono.h and debug-mono-symfile.h.
Add mono_debugger_get_thread_abort_signal() helper function.
Kill mono_debugger_get_thread_abort_signal().
Martin Weindel (15):
added tests for System.Int64
added Decimal.cs and DecimalFormatter.cs
*** empty log message ***
Tests for System.Decimal
added entry for System.Decimal
added Martin Weindel
refactoring, ToString completed
more tests for parsing and ToString
minor bug fix for general format
more tests for general format and some changed tests for parsing
added DayOfWeek.cs
* added DateTimeFormatInfo.cs
removed as already defined in DateTime.cs
added member datetime_format to CultureInfo.cs
added last changes
Martin Willemoes Hansen (70):
* Fixed some spelling errors in class/doc/TemplateTest.cs
* Patched makefile.gnu to work with the new NUnit2 tests
* Added makefile.gnu
* Removed AllTests.cs not need for NUnit 2.0
* NUnit2ified makefile.gnu, Test/dslib_linux_test.args
* Removed AllTests.cs, System.Configuration.Install/AllTests.cs
* Removed AllTests.cs and TheTests.cs
* Credited myself in CollectionTest.cs,
* Credited myself in Test/Mono.Directory.LDAP/BindSimpleTest.cs and
* Removed AllTests.cs, System.Data/AllTests.cs,
* Removed: Old AllTests.cs files
* makefile.gnu NUnit20ified.
*** empty log message ***
* Stubed out System.Management.Instrumentation
* unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
* Stubed Custommarshalers
* Stubed System.Runtime.Remoting.Channels.Http
* Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
* Stubed System.Runtime.Remoting.MetadataServices
* Made initial stubing of System.ComponentModel.Design.Serialization
* Moved classes which was belonging to the System assembly.
* Moved classes which was belonging to the System assembly.
* Stubed rest of System.ComponentModel.Design.Serialization
* Added stub for System.Windows.Forms/IWindowsFormsEditorService.cs
* Stubed System.ComponentModel/InheritanceAttribute.cs
*** empty log message ***
*** empty log message ***
* Stubed System.ComponentModel.Design
* Stubed System.ComponentModel/LicenseContext.cs
* System.ComponentModel.Design.Serialization
*** empty log message ***
* Stubed rest of System.ComponentModel
* System.Drawing.Design/ToolboxItemCollection.cs stubed
* Stubed System.Drawing.Design
* System.Drawing.Printing/PrinterUnitConvert.cs stubed
* man/sqlsharp.1: changed pass= to password= for the
team.xml
*** empty log message ***
Added my picture
* Stubed rest of System.Drawing.Design
* da-DK.xml: Updated
* scripts/Makefile.am: Added monoresgen secutil sqlsharp
* makefile.gnu: Fixed name of assembly was changed
* RdpPatternTests.cs, RelaxngReaderTests.cs:
* CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
* Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardown methods
* Mono.Security_test.args: Added
* All tests inherits from Assertion, and
Assertion ran away
* Tests inherits from Assertion and Assertion. prefix is removed
* Tests inherits from Assertion and Assertion. prefix is removed.
* Tests inherits from Assertion and Assertion. prefixes removed
* Made tests which expect an exception use the
*** empty log message ***
XmlTextWriterTests.cs: Fixed tests where not run when an expected exception had been thrown
* System.Windows.Forms.Design/AnchorEditor.cs
Added: TODOAttribute to System.Windows.Forms.Design
Wrong comment removed
* doc/web/team.xml : Modified my tasks a bit.
Added diacanvas
dl to diacanvas should be else where
Corrected link to announcement for diacanvas-sharp
* RemotingConfiguration.cs: fixed wrong attribute name
ups one more letter needed to be lower case
* doc/books: Added books on Web Services and ASP.NET
Fixed: Book titles was apearing in only one line, instead of three
* INSTALL.txt: Fixed, autogen should be autogen.sh
index:Fixed spelling
* HtmlTextWriter.cs: Fixed OutputTab routine to generate correct indention.
* data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
Massimiliano Mantione (217):
Made so that conversions from pointer to int4 are no-ops on archs where pointers are 4 bytes long.
Added array bounds check (ABC) removal optimization.
Added array bounds check (ABC) removal optimization.
Fixed coding style.
Changed header file usage (abcremoval.h).
2004-05-14 Massimiliano Mantione <massi at ximian.com>
Fixed style and moved prototype to mini.h.
Added prototype for abc removal main function.
Added copyright header.
2004-05-17 Massimiliano Mantione <massi at ximian.com>
Added documentation for abc removal code.
Fixed problem with precision of tan, atan, sin and cos, and implemented
* cpu-pentium.md basic-float.cs Fixed bug on fpu spills (see bug 54467),
2004-07-12 Massimiliano Mantione <massi at ximian.com>
2004-07-12 Massimiliano Mantione <massi at ximian.com>
2004-10-02 Massimiliano Mantione <massi at ximian.com>
Updated the changelogs to give credit to will at exomi.com (Ville-Pertti Keinonen) for the patch and put the bug number.
2004-12-03 Massimiliano Mantione <massi at ximian.com>
I forgot to save at the right time :-( Now the file is complete!
2004-12-15 Massimiliano Mantione <massi at ximian.com>
* mini.c: Added a new functionality to optimize_branches, the removal
abcremoval.c: Fixed bug 71062.
* ssapre.c: Turned usage of snprintf to GString.
* driver.c: Disabled SSAPRE until fix the bug that appears
* ssa.c: In mono_ssa_rename_vars, forced the creation of a new SSA
* ssapre.c: Fixed an issue with down safety (this allows IronPython
* driver.c: Re-enabled SSAPRE.
* driver.c: Re-enabled SSAPRE (this time for real).
* ssapre.c: Fix a subtle bug about availability, and limit SSAPRE
* mini.c: (remove_block_if_useless) Fixed bug 75061.
2005-11-18 Massimiliano Mantione <massi at ximian.com>
2005-11-18 Massimiliano Mantione <massi at ximian.com>
2005-11-22 Massimiliano Mantione <massi at ximian.com>
2006-01-25 Massimiliano Mantione <massi at ximian.com>
2006-03-16 Massimiliano Mantione <massi at ximian.com>
2006-03-29 Massimiliano Mantione <massi at ximian.com>
2006-03-31 Massimiliano Mantione <massi at ximian.com>
2006-03-31 Massimiliano Mantione <massi at ximian.com>
* mini.c: Disabled inline where it can alter the call stack in a
2006-04-19 Massimiliano Mantione <massi at ximian.com>
* test-inline-call-stack.cs: Added missing check.
* driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
* aliasing.c: Fixed bug 78210.
* mini-codegen.c: Fixed typo that thrashed inline.
* aliasing.c: Fixed shameful cut&paste error that caused JIT crashes.
* driver.c: Disabled inline,consprop,copyprop,treeprop,deadce by
* aliasing.c: Fixed 64 bit issue.
* mini.c: Added "limitator" to inline for debugging.
* aliasing.c: Fixed bug 78311.
* local-propagation.c: Fixed bug 78549.
Fixed changelog date :-(
* Makefile.am, bug-78311.cs, bug-78549.il: Added tests.
* mini.c: Fixed bug 77996, and settled some debugging code.
* ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
* mini.c: Made so that inline is locally disabled if it would
* test-inline-call-stack.cs: Test also that the order in which
* ssa.c: Fixed bug 78653 for SSA based deadce.
Fixed commit date...
* bug-78653.cs. Makefile.am: Added test for bug 78653.
* simple-cee-ops.h, simple-mini-ops.h: Fixed bug 78656.
Again, fixed changelog date...
* bug-78656.cs. Makefile.am: Added test for bug 78656.
* loader.c: Fixed bug 79684.
* bug-79684.2.cs, Makefile.am: Added test for bug 79684.
* bug-80307.cs, Makefile.am: Added test for bug 80307.
* class.c: Fix bug 80307.
* mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
* local-propagation.c: Fix bug 80591.
* inssel.brg: Fix bug 59286.
* bug-59286.cs, Makefile.am: Added test for bug 59286.
* local-propagation.c: Actually *apply* the fix for bug 80591...
* class.c: Fix bug 75903.
* iface7.cs, Makefile.am: Added test for bug 75903.
Added proper explanation to the ChangeLog.
Wrapped all accesses to "MonoClass.interface_offsets" as a first step in
* class-internals.h: Removed "MonoClass.interface_offsets" as a first
* class-internals.h: Added "MonoVTable.interface_bitmap" as a next
* class.c (mono_class_setup_vtable_general): Fixed bug #77127,
* bug-77127.cs: Test for bug #77127.
* loader.c (find_method, find_method_in_class): Fixed bug #81466,
Fix the build :-(
* bug-81466.il, bug-81466-lib.il, Makefile.am:
* loader.c (find_method): Fixed the regression introduced while
* domain.c, object.c, mono-config.c, object-internals.h: Fixed #82416.
* unhandled-exception-test-runner.2.cs,
* Makefile.am: disabled test for bug #82416 since it fails on the
* Makefile.am: Fixed and re-enabled test for bug #82416 (the
* Added "<legacyUnhandledExceptionPolicy enabled="1"/>" to the
* mini.c (mono_thread_abort): Correctly handle ThreadAbortException,
* profiler.h, profiler-private.h, profiler.c: add a new profiler
* class.c (mono_class_create_from_typedef,
* mini.c:
* bug-318677.il: Added.
* profiler.c:
* reflection.c:
* mono-profiler-oprofile.c: First code drop of new logging profiler.
* mono-profiler-oprofile.c: Set HAS_OPROFILE to 0...
*class.c:
Fix date.
* iface4.cs: Tested also Stop method (just to be on the safe side).
* iface4.cs: Also added another "level" of inheritance...
*class.c:
* Makefile.am: Re-enabled bug-77127.exe (was fixed in r95036).
*class.c: use_new_interface_vtable_code: renamed the env var to have
* profiler.h: (MonoGCEvent): Added start-stop the world events.
* include/gc.h: (GCEventType): Added start-stop the world events.
Fixed heap-shot
Added arguments to control gc snapshots
Added command options and file for heap profiling
added size to heap-shot reporting
Use rdtsc as performance counter instead of reading the current time.
Fixed heap profiler, added a new way to get the symbol names for unmanaged functions, and fixed lots of bugs.
Added ChangeLog...
Thread.cs: Renamed "unused6" because it will be used to hold the "mono_thread_manage" callback.
mono-profiler-oprofile.c: minor fixes.
* mono-profiler-oprofile.c: Fixed bug with memory region indexes.
Added a callback for mono_thread_manage.
mono-profiler-oprofile.c: Attach and detach the writer thread.
configure.in: Added PLATFORM_LINUX automake conditional.
Makefile.am: enabled the logging profiler on Linux.
Disabled debugging messages.
mono.1: Added description of the logging profiler.
mono-profiler-oprofile.c: setup_user_options: set default log file name to the name of the executed application.
aliasing.c (update_aliasing_information_on_inst): Fixed a bug which
Added more explanation about the bug.
* mono-profiler-oprofile.c: Added option to append a suffix to the default file name.
Added possibiliy of requesting heap snapshots with a signal (like heap-shot).
Removed debugging code.
Added an incremental "counter delta" field to the block header.
Fix deadlock condition.
Rework statistical profiler, adding the ability to scan symbol tables in elf files.
Turned DEBUG_STATISTICAL_PROFILER off...
Enabled rdtsc by default.
Moved emitting "GC_EVENT_START" and "GC_EVENT_END" events from "GC_maybe_gc" to "GC_try_to_collect_inner".
Added support for a global counter of all garbage collections.
mono-profiler-oprofile.c (handle_heap_profiling): Flush all data buffers, so that objext allocation events are written before the heap description (which contains the "object free" events).
Support call chains (backtrace) in the stat profiler.
Support call chains (backtrace) in the stat profiler.
Support call chains (backtrace) in the stat profiler.
Fix the build on x86.
Fix warnings x86 and remove debugging code.
Initial implementation of summary report for allocations at each collection.
Fix a segfault on shutdown (see Marek's fix for the default profiler in r105466, the problem is the same.
Properly check the return value of "mono_assembly_fill_assembly_name", otherwise "mono_stringify_assembly_name" can crash.
Use the proper domain instead of trying to get one.
Implemented signal based enable-disable toggling for the statistical and enter-exit events.
Fixed breakage introduced in r105966
Record also the domain of each statistical hit, so that mono_jit_info_table_find works properly.
Added more logging code.
Made so that at appdomain unload the buffers are flushed by the profiler worker thread (which we know is registered with the runtime).
Offload more flushing to the writer thread, and fix the shutdown sequence.
When offloading flushing to the writer thread, first check that it still exists.
Changed the way to wait for the writer thread to avoid passing an invalid handle to pthread_join.
Fix an embarassingly stupid problem with buffer sizes.
Added a new "runtime initialized" profiler hook.
Call the new "runtime initialized" profiler hook.
Use the new "runtime initialized" profiler hook.
Emit full type names for loaded classes (patch by Rodrigo Kumpera).
Fix the "allocation summaries" feature.
Fix bug 412473.
Updated description of the logging profiler.
Added stack tracking (even if still unused).
* mono-profiler-logging.c: Added directives block, and used it to
Added support for correct accounting of allocations which happened at JIT time.
Updated description of the logging profiler.
Updated known issues of the logging profiler.
Restore nonvisible formatting changed by mistake in r109428.
Added three icalls to control the profiler from the profiled application.
Made the ChangeLog clearer (I should have done two separate commits...).
Added DISABLE_PROFILER automake conditional.
Don't build the profilers if DISABLE_PROFILER is set.
Added support for handling the stack trace of each allocation event.
Document the new "sas" option.
Added "aci" option to emit the object "id" at each allocation.
Make sure that stack sections can be fully reconstructed even reading only one block.
Added a replay of the whole call stack at the beginning of each event block.
Added defaults to command line options.
Proper remember already opened ELF files, and ensure that the index in the statistical hits never trips over and becomes negative.
Fixes for the stat profiler.
mono-profiler-logging.c: added "save-allocation-caller" option.
Updated profiler documentation.
Make the profiler like r122287 on trunk.
Merged the profiler documentation from trunk (r122288).
mono-profiler-logging.c: bug fixing.
Fixed crash in the statistical profiler.
When checking if an elf file is valid, avoid mapping it in memory.
mono-profiler-logging.c: Removed useless "gc-signal" option (the newer "heap=<SIGNAL>" format of the "heap" option does the same thing).
Updated the profiler documentation.
Added support for profiling monitor contentions.
Added calls to profile monitor contentions.
Added monitor contention profiling.
Removed MONO_INST_BRLABEL instruction flag.
Made it possible for mono_arch_instrument_epilog to preserve argument registers.
Fixed estimate for short branches on amd64.
Avoid tracking stacks and emitting allocation caller information if we are already emitting method enter and exit events.
Only emit initial stack snippet if we are tracking stacks.
Added assembly information to classes and wrapper flag to methods.
Removed debugging printf statement.
Added support for keeping track of code chunks and buffers.
Call profiler hooks to keep track of code chunks.
Call profiler hook to keep track of method code buffers.
Keep track of cexecutable code buffers in the runtime instead of using mono_jit_info_table_find().
Profiler writer thread code cleanup.
Get the domain from the object because it could not yet be available globally.
Added user thread reading commands from a local tcp port.
Flush buffers synchronously so the GUI knows when we are done.
While debugging file writes, also print the exact number of bytes written to disk.
Report all wrapper types.
Changed max depth of call chains to 128.
Removed the use of signals to control the profiler and extended the socket based interface to control also heap snapshots.
Updated the profiler documentation, removing the obsolete signal related options and adding the description of the new socket based command interface.
Removed use of mono_thread_current which can crash on shutdown.
Call mono_profiler_code_buffer_new with correct code address.
Also check that a jit info has been found (fixes a profiler crash).
Added support for different ways of getting call chains in stat mode.
Fix the build.
Implemented support for building stat call chans in different ways.
Matt Hunter (2):
implementing XmlElement.SetAttributeNode(localName, namespaceURI) and
implementing tests: XmlElementTests.TestSetAttributeNode
Matt Kimball (6):
Tue Jan 8 22:38:41 MST 2002 Matt Kimball <matt at kimball.net>
Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt at kimball.net>
Tue Jan 8 23:30:19 EST 2002 Matt Kimball <matt at kimball.net>
Wed Jan 9 13:54:28 MST 2002 Matt Kimball <matt at kimbal.net>
Wed Jan 9 16:04:39 MST 2002 Matt Kimball <matt at kimball.net>
Thu Jan 10 12:06:46 MST 2002 Matt Kimball <matt at kimball.net>
Merav Sudri (22):
svn path=/trunk/mcs/; revision=61480
svn path=/trunk/mcs/; revision=61481
DetailsViewTest was added with the following resources:
svn path=/trunk/mcs/; revision=62736
svn path=/trunk/mcs/; revision=62737
svn path=/trunk/mcs/; revision=62738
The following tests were added:
FormViewTest Update - Three postback tests were added
ObjectDataSourceTest was added.
svn path=/trunk/mcs/; revision=63486
svn path=/trunk/mcs/; revision=64994
svn path=/trunk/mcs/; revision=64995
Tests for Page Header were added to PageTest.cs
svn path=/trunk/mcs/; revision=65382
svn path=/trunk/mcs/; revision=65384
Adding [NotWorking] attribute to tests in PageTest.cs
Adding tests files to the project.
svn path=/trunk/mcs/; revision=66543
Updating FormView Test
New test were added ParameterTest and FormParameterTest
svn path=/trunk/mcs/; revision=68938
GHTDB script for sql 2005 server was added.
Michael Barker (26):
2008-12-20 Michael Barker <mike at middlesoft.co.uk>
2008-12-24 Michael Barker <mike at middlesoft.co.uk>
2008-12-21 Michael Barker <mike at middlesoft.co.uk>
2008-12-22 Michael Barker <mike at middlesoft.co.uk>
2009-01-03 Michael Barker <mike at middlesoft.co.uk>
2009-01-06 Michael Barker <mike at middlesoft.co.uk>
2009-01-06 Michael Barker <mike at middlesoft.co.uk>
2009-05-19 Michael Barker <mike at middlesoft.co.uk>
2009-05-21 Michael Barker <mike at middlesoft.co.uk>
2009-05-22 Michael Barker <mike at middlesoft.co.uk>
2009-05-23 Michael Barker <mike at middlesoft.co.uk>
2009-05-25 Michael Barker <mike at middlesoft.co.uk>
2009-05-23 Michael Barker <mike at middlesoft.co.uk>
2009-07-11 Michael Barker <mike at middlesoft.co.uk>
2009-07-14 Michael Barker <mike at middlesoft.co.uk>
Added support for setting the provider using an App.config file, also allow for Mono.Messaging.RabbitMQ provider to be loaded from
Move tests that do not reference RabbitMQ to System.Messaging.
2009-07-20 Michael Barker <mike at middlesoft.co.uk>
2009-07-20 Michael Barker <mike at middlesoft.co.uk>
2009-07-20 Michael Barker <mike at middlesoft.co.uk>
2009-08-31 Michael Barker <mike at middlesoft.co.uk>
2009-09-22 Michael Barker <mike at middlesoft.co.uk>
2009-12-19 Michael Barker <mike at middlesoft.co.uk>
2010-02-06 Michael Barker <mike at middlesoft.co.uk>
2010-06-23: Michael Barker <mike at middlesoft.co.uk>
2010-06-27 Michael Barker <mike at middlesoft.co.uk>
Michael Hutchinson (22):
ToolboxItem-related fixes
2005-08-22 Michael Hutchinson <m.j.hutchinson at gmail.com>
In System.Drawing:
2006-11-02 Michael Hutchinson <m.j.hutchinson at gmail.com>
2006-11-02 Michael Hutchinson <m.j.hutchinson at gmail.com>
2007-08-17 Michael Hutchinson <m.j.hutchinson at gmail.com>
Increase history size to 300
svn path=/trunk/mcs/; revision=113893
svn path=/trunk/mcs/; revision=113894
2008-09-23 Michael Hutchinson <mhutchinson at novell.com>
2008-09-23 Michael Hutchinson <mhutchinson at novell.com>
2008-09-24 Michael Hutchinson <mhutchinson at novell.com>
2008-09-24 Michael Hutchinson <mhutchinson at novell.com>
2008-09-30 Michael Hutchinson <mhutchinson at novell.com>
2008-11-10 Michael Hutchinson <mhutchinson at novell.com>
2009-08-18 Michael Hutchinson <mhutchinson at novell.com>
2009-10-19 Michael Hutchinson <mhutchinson at novell.com>
Fix Windows build by adding mono-publib.c to MSVC project.
2010-07-02 Michael Hutchinson <mhutchinson at novell.com>
2010-07-02 Michael Hutchinson <mhutchinson at novell.com>
Export mono_object_to_string and mono_string_to_utf8_checked.
Make mono-debug.h properly safe for public use.
Michael Lambert (6):
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
2001-08-23 Michael Lambert <michaellambert at email.com>
Updated class.xml
Michael Meeks (1):
2005-06-08 Michael Meeks <michael.meeks at novell.com>
Michal Moskal (1):
2005-10-16 Michal Moskal <malekith at nemerle.org>
Miguel de Icaza (6298):
Initial revision
Added README and AUTHORS
Add test case for cs0114
2001-06-13 Miguel de Icaza <miguel at ximian.com>
System.Net beginning
Initial revision
Add Autogen.sh
2001-06-19 Miguel de Icaza <miguel at ximian.com>
2001-06-19 Miguel de Icaza <miguel at ximian.com>
Add docs
Flush
Add .cvsignores
Flush
Further flushage
Add CodeDom implementation
2001-06-21 Miguel de Icaza <miguel at ximian.com>
Mention tracing garbage collector
Tools and Documentation documents
2001-06-21 Miguel de Icaza <miguel at ximian.com>
Lots of more work on the disassembler and supporting runtime
Add some interfaces
Document layout
Further details
Add Exception and Version
Add Love
More
Weekend work
Add util.c util.h
Fix mismatch between Beta2/ECMA specs. Beautiful progress made
Some more classes
PropertyAttributes, ParameterAttributes, MethodSemantics, MethodAttributes
Start work on methods, argument methods
2001-06-27 Miguel de Icaza <miguel at ximian.com>
Method header parsing
Add methodheader.h, fix Makefile.am. Thanks to Alex
Add opcodes XML file
Add TODO + ChangeLog
Implement code disassembler.
Some more docs
2001-07-02 Miguel de Icaza <miguel at ximian.com>
Doc Doc
More documentation
More work, Dump more tables, Documentation Update
Update FAQ
Work on the web site
Flushety flush
More flushage
More files
More flushage
Flushage
Further flushage
Hackety hack
Flush
Flushety flush
More flushing
More flush
Fix
I give up
Flush
MOre faqs
More flush flush
Add more questions
More faqs
More docs
Flush
More FAQ
More FAQ
Flush more FAQ
Code style
*** empty log message ***
2001-07-12 Marcin Szczepanski <marcins at zipworld.com.au>
More docs for the web site
Flush
Finish passport document
More
:Flush
Flushage
more updates
fixety fix
Add author information
Add Stylesheet
2001-07-13 Miguel de Icaza <miguel at ximian.com>
2001-07-12 Miguel de Icaza <miguel at ximian.com>
Add .cvsignore
Replace dude
Add StringBuilder
2001-07-13 Miguel de Icaza <miguel at ximian.com>
2001-07-13 Miguel de Icaza <miguel at ximian.com>
Flush
2001-07-13 Simon Cozens <simon at simon-cozens.org>
oops
Fix to compile
Flushety
Fix compilation issue, bump version to 0.3
Done!
Update authors
further web page loving
Flushety flush
Flush documentation changes, and update maintainers
Flush documentation changes, and update maintainers
Add spaces
John
Flush
Flush
Build doc directory
Add .cvsignore
Add System.XML
Flushage
Add release notes
0.4
Update
more contributors
2001-07-15 Miguel de Icaza <miguel at ximian.com>
2001-07-16 Miguel de Icaza <miguel at ximian.com>
2001-07-16 Marcin Szczepanski <marcins at zipworld.com.au>
Add new files
Source files
Make it compile
Update maintainers
Update to the site
Update it
More volunteers! YAY!
More contributors
flush
Flush
Add Stack.cs
Pushety push
Flush
Add code for System.Diagnostics
Add more files
More classes
Flush
Flush
Update
2001-07-17 Miguel de Icaza <miguel at ximian.com>
changes
Flush
Add Hashtable
System.Configuration.Assemblies contributions
Fixes from the Linux machine
More classes contributed
Update .cvsinogre
Compile
Add .src files
release 17
2001-07-17 Miguel de Icaza <miguel at ximian.com>
2001-07-18 Miguel de Icaza <miguel at ximian.com>
Renamed MonoAssembly to MonoImage to reflect better reality
Add shared Common Language Infrastructure directory
Flush
2001-07-17 David Menestrina <dmenest at yahoo.com>
2001-07-18 Miguel de Icaza <miguel at ximian.com>
Update
New version of BitArray
ChangeLog
More updates
Fix
Flushage
*** empty log message ***
2001-07-18 Miguel de Icaza <miguel at ximian.com>
Update for Sergey
Update
Make compile
Add cvsignore
More XML work
flush
Add StrinEnumerator.cs and StringCollection.cs
2001-07-17 John Barnette <jbarn at httcb.net>
More contributions
Fix
MemoryStream implementation from Marcin
2001-07-19 Marcin Szczepanski <marcins at zipworld.com.au>
Build two libraries for corlib
UPdate
UPdate
Doc
more classes
2001-07-19 Duco Fijma (duco at lorentz.xs4all.nl)
Flush:
Add Byte, Char, Double, SByte, Single
*** empty log message ***
*** empty log message ***
flush
2001-07-19 Bob Smith (bob at thestuff.net)
Fixes
Flush
Enumerations from Michael Lambert
Got enumerations to work!
Commit new files, almost compiles with /nostdlib
Add Mono files
Perform nested assembly loading. Use assembly loading instead of
Just one extra bit
PUsh
Flush
Wooohooo! System.Web.Cache from Patrick!
Oopsety
Add more classes
More
More
Commit
2001-07-20 Miguel de Icaza <miguel at ximian.com>
More contributors
Update README
Flush
Flushage
Flushety flush
Reorganization
2001-07-23 Miguel de Icaza <miguel at ximian.com>
2001-07-23 Sergey Chaban <serge at wildwestsoftware.com>
Updates
2001-07-24 Miguel de Icaza <miguel at ximian.com>
updated classes
Class
2001-07-24 Derek Holden <dholden at draper.com>
Add NameValueCollection contribution
Add SortedList contirbution
does not compile yet
Updated
2001-07-26 Miguel de Icaza <miguel at ximian.com>
TODO
Flush
Documentation update, plus cvs docs
CVS doc update + Maintainers update
Revert Tigert's change, because it breaks IE
Flush
Mono 0.5
Add Queue class from Ricardo Fernandez
Some details fixed, but Queue does not work
Flush
Flush
Update to the FAQ.
Add CVS instructions and Developer FAQ
2001-07-31 Miguel de Icaza <miguel at ximian.com>
Make Configure point people to the libffi library
Update documentation; FAQ; Download information; Status update
Matthew Ford's initial implementation and test classes for
Add missing files
Add ChangeLog
More FAQ updates; Updated class status
Added ToBase64TransformTest from Sergey
Include ToBase64 in compile
More web page updates + more class updates
Update menus
2001-08-02 Miguel de Icaza <miguel at ximian.com>
2001-08-02 Miguel de Icaza <miguel at ximian.com>
Update classes
*** empty log message ***
Add information on daily snapshots
Flush
2001-08-03 Miguel de Icaza <miguel at ximian.com>
2001-08-03 Miguel de Icaza <miguel at ximian.com>
Added tests for compiler
Added VisualStudio files
2001-08-03 Miguel de Icaza <miguel at ximian.com>
More contributors
2001-08-04 Miguel de Icaza <miguel at ximian.com>
Add EventHandlerList.cs
2001-08-04 Miguel de Icaza <miguel at ximian.com>
Add more test cases for the compiler, we rule!!!
2001-08-06 Miguel de Icaza <miguel at ximian.com>
Update on the FAQ
2001-08-06 Miguel de Icaza <miguel at ximian.com>
2001-08-06 Miguel de Icaza <miguel at ximian.com>
Update
Added a few more objects.
Update docs
2001-08-08 Miguel de Icaza <miguel at ximian.com>
Fix Makefile
Moved Uri.cs and UriFormatException to System assembly
Add missing enumerations UriPartial and UriHostNameType
2001-08-08 Miguel de Icaza <miguel at ximian.com>
Updated introduction
Update copyright
Doc Update, Version update
More documentation updates
Added new version of TimeSpan from Duco Fijma
Added Stub implementations of Environment and OperatingSystem from Jim Richardson
Updated
2001-08-11 Miguel de Icaza <miguel at ximian.com>
More work
Update errors listing
2001-08-17 Miguel de Icaza <miguel at ximian.com>
Add a couple of attributes -miguel
Add more tests for the compiler
2001-08-19 Miguel de Icaza <miguel at ximian.com>
Update class.xml
More web site updates
2001-08-20 Miguel de Icaza <miguel at ximian.com>
Compilation fixes
2001-08-20 Miguel de Icaza <miguel at ximian.com>
Add System.Web to the make process
Updated contributions
Add Serge's verifier
Add copyright information
Add tools to the biuld process
Mention the compilation service
Add contribution from Leen Toelen
Update
Updated the contributing section
Make compilation work with windows target, we do not need the 'monolib2' target
Add new src files
Unify, need to fix the whole biuld process
2001-08-20 Miguel de Icaza <miguel at ximian.com>
Added .cvsinogre
2001-08-21 Miguel de Icaza <miguel at ximian.com>
oops, fix web site
2001-08-21 Miguel de Icaza <miguel at ximian.com>
Add System.Configuration classes from Chris Podurgiel
Add Chris to the maintainers list
Add Chris classes
Fix xml
Rename Windoze.cs to Windows.cs
2001-08-22 Miguel de Icaza <miguel at ximian.com>
2001-08-22 Miguel de Icaza <miguel at ximian.com>
2001-08-22 Miguel de Icaza <miguel at ximian.com>
Update for 0.6 release
Minor web site fixes
Minor web site fixes
Remove ConfigurationSetting from the compilation until we have an implementation of the NameValueCollection
Fix url
Update
Love the web site
Add ClientTargetSectioHandler.cs from Toelen
Integrate into build
Flush and move to laptop
Add System.Drawing.Drawing2D
Remove IASyncResult to get the build going
2001-08-24 Miguel de Icaza <miguel at ximian.com>
Add back IAsyncResult to the build
Add new file
2001-08-24 Miguel de Icaza <miguel at ximian.com>
2001-08-26 Miguel de Icaza <miguel at ximian.com>
2001-08-26 Miguel de Icaza <miguel at ximian.com>
Add a couple of new errors and a compiler roadmap.
Add more details to the compiler documentation
Flush
2001-09-02 Miguel de Icaza <miguel at ximian.com>
Update
Implemented SerializableAttribute
Added piles of new enumerations from Sergey.
Updates with new enumerations that match the ones in ECMA and contain
Remove corrupt files
Added files
Use our version of NUnit
Added new enumerations
Flush
Use genericparser.cs
Add skeleton patch
Add System.Diagnostics to System assembly
Add new files
2001-09-05 Miguel de Icaza <miguel at ximian.com>
UPdatey update
Remove the recursive configuration process
Remove libffi
Update
2001-09-06 Miguel de Icaza <miguel at ximian.com>
New update from Leen Toelen
2001-09-07 Miguel de Icaza <miguel at ximian.com>
2001-09-04 Miguel de Icaza <miguel at ximian.com>
Integrate System.Reflection.Emit to the build
Add man page
Update passport doc
Update errors file
2001-09-08 Miguel de Icaza <miguel at ximian.com>
2001-09-09 Miguel de Icaza <miguel at ximian.com>
2001-09-09 Miguel de Icaza <miguel at ximian.com>
oops
Add WebControls
2001-09-10 Miguel de Icaza <miguel at ximian.com>
2001-09-10 Miguel de Icaza <miguel at ximian.com>
2001-09-10 Miguel de Icaza <miguel at ximian.com>
2001-09-12 Miguel de Icaza <miguel at ximian.com>
2001-09-12 Miguel de Icaza <miguel at ximian.com>
2001-09-12 Miguel de Icaza <miguel at ximian.com>
2001-09-12 Miguel de Icaza <miguel at ximian.com>
2001-09-13 Miguel de Icaza <miguel at ximian.com>
Replace 811 = 811 with 811 =
2001-09-13 Miguel de Icaza <miguel at ximian.com>
2001-09-13 Miguel de Icaza <miguel at ximian.com>
2001-09-13 Miguel de Icaza <miguel at ximian.com>
2001-09-14 Miguel de Icaza <miguel at ximian.com>
2001-09-14 Miguel de Icaza <miguel at ximian.com>
2001-09-14 Miguel de Icaza <miguel at ximian.com>
Add news item on Gtk#
2001-09-17 Miguel de Icaza <miguel at ximian.com>
Checked in updates from Gaurav Vaish
Add the CVS download information
Update
More updates
Add new files from Wictor Wilen
Updated sources file
Include Calendar.cs to the build
Gigante
Plata
Unfinished work
2001-09-17 Miguel de Icaza <miguel at ximian.com>
2001-09-17 Miguel de Icaza <miguel at ximian.com>
2001-09-18 Miguel de Icaza <miguel at ximian.com>
Flush
0.7
Add ChangeLog
Prepare for release
2001-09-18 Miguel de Icaza <miguel at ximian.com>
2001-09-19 Miguel de Icaza <miguel at ximian.com>
Add Paolo's comment to the front page
Flush:
2001-09-20 Miguel de Icaza <miguel at ximian.com>
2001-09-20 Miguel de Icaza <miguel at ximian.com>
Add more tests
2001-09-20 Miguel de Icaza <miguel at ximian.com>
Update passport site
2001-09-21 Miguel de Icaza <miguel at ximian.com>
Updates
2001-09-21 Miguel de Icaza <miguel at ximian.com>
2001-09-24 Miguel de Icaza <miguel at ximian.com>
2001-09-25 Miguel de Icaza <miguel at ximian.com>
*** empty log message ***
2001-09-26 Miguel de Icaza <miguel at ximian.com>
2001-09-26 Miguel de Icaza <miguel at ximian.com>
*** empty log message ***
Add Explicit Number Conversion operator test
2001-09-27 Miguel de Icaza <miguel at ximian.com>
Typo fix
Add a comment to Cast type
Add more tests to compare our cast code
2001-09-27 Miguel de Icaza <miguel at ximian.com>
2001-09-27 Miguel de Icaza <miguel at ximian.com>
2001-09-27 Miguel de Icaza <miguel at ximian.com>
2001-09-27 Miguel de Icaza <miguel at ximian.com>
Updated tests
Add box test
2001-09-27 Miguel de Icaza <miguel at ximian.com>
2001-09-28 Miguel de Icaza <miguel at ximian.com>
Add new test
Small updates
Revert Ravi's patch, it was completely broken
2001-09-28 Miguel de Icaza <miguel at ximian.com>
2001-09-28 Miguel de Icaza <miguel at ximian.com>
Added MethodImplAttribute and AttributeUsage classes
2001-09-30 Miguel de Icaza <miguel at ximian.com>
2001-09-30 Miguel de Icaza <miguel at ximian.com>
2001-10-01 Miguel de Icaza <miguel at ximian.com>
2001-10-01 Miguel de Icaza <miguel at ximian.com>
*** empty log message ***
Add more tests
Add new test
*** empty log message ***
*** empty log message ***
Flush
UPdate web page
Flush
Add more errors, and fix some error tests
Add more tests
2001-10-04 Miguel de Icaza <miguel at ximian.com>
Update todo
2001-10-04 Miguel de Icaza <miguel at ximian.com>
Added SymmetricAlgorithm from Thomas Neidhart
More News Items
Updated
More News Items
Add new files from Chris Hynes
Add new files from Chris Hynes
*** empty log message ***
More files from Toelen
2001-10-05 Miguel de Icaza <miguel at ximian.com>
Work to get foreach working and analyzed.
2001-10-07 Miguel de Icaza <miguel at ximian.com>
Update TODO
Added updated UTF8Encoding from Rafael
Some warning reduction:
Make the build pass
Add AllTests file from Mario
2001-10-07 Miguel de Icaza <miguel at ximian.com>
2001-10-10 Miguel de Icaza <miguel at ximian.com>
2001-10-11 Miguel de Icaza <miguel at ximian.com>
Add files from MonoBASIC compiler
Initial import on the Mono BASIC patchs from Rafael
Add more tests
Make it compile
2001-10-11 Miguel de Icaza <miguel at ximian.com>
2001-10-12 Miguel de Icaza <miguel at ximian.com>
2001-10-14 Miguel de Icaza <miguel at ximian.com>
2001-10-14 Miguel de Icaza <miguel at ximian.com>
UPdated
2001-10-15 Miguel de Icaza <miguel at ximian.com>
Add IndexerNameAttribute
2001-10-17 Miguel de Icaza <miguel at ximian.com>
Flush
quick flush
Add indexer test, does not work yet
Flush pending work
Update
2001-10-22 Miguel de Icaza <miguel at ximian.com>
Add a bunch of new classes to reduce warnings from Mint
Add new classes to get rid of the warnings being emitted by the
These tests are used for testing the C# versioning provisions. I have
2001-10-26 Miguel de Icaza <miguel at ximian.com>
Update
Add lots of work from Gaurav
Updates from Gaurav
2001-10-27 Miguel de Icaza <miguel at ximian.com>
Make the various versioning tests work
2001-10-27 Miguel de Icaza <miguel at ximian.com>
Incorporate System.Web.UI.WebControls to the build + some fixes
2001-10-27 Miguel de Icaza <miguel at ximian.com>
2001-10-27 Miguel de Icaza <miguel at ximian.com>
More updates
Update
Update TODO
2001-10-28 Miguel de Icaza <miguel at ximian.com>
Add another test to array creation
Fix namespace bug, patch from Rafael
2001-10-29 Miguel de Icaza <miguel at ximian.com>
2001-10-29 Miguel de Icaza <miguel at ximian.com>
Updates from Guarav
More Updates from Guarav
Flush pending changes I got from a contributor that did not put his name in
Until the code gets fixed
2001-11-05 Miguel de Icaza <miguel at ximian.com>
Add runtime
News update
2001-11-05 Miguel de Icaza <miguel at ximian.com>
Add test for !bool optimization; Make linux build the only one
2001-11-07 Miguel de Icaza <miguel at ximian.com>
Add a new test that we fail to pass
2001-11-07 Miguel de Icaza <miguel at ximian.com>
Add more tests
Remove the dlls, that was lame
2001-11-08 Miguel de Icaza <miguel at ximian.com>
2001-11-08 Miguel de Icaza <miguel at ximian.com>
2001-11-08 Miguel de Icaza <miguel at ximian.com>
2001-11-07 Miguel de Icaza <miguel at ximian.com>
Flush ChangeLog
Few changes for RC1
Few changes for RC1
2001-11-09 Miguel de Icaza <miguel at ximian.com>
oops. remove printfs
2001-11-09 Miguel de Icaza <miguel at ximian.com>
Remove dependency on Windows.Forms
Another test that we dont pass
Make the test not pass, Ravi, check this please
Add another test
Updated the test-42 to be more comprehensive, and also documented
2001-11-13 Miguel de Icaza <miguel at ximian.com>
Add test that checks arrays
Update the news
Added a delegate test that fails
2001-11-14 Miguel de Icaza <miguel at ximian.com>
2001-11-14 Miguel de Icaza <miguel at ximian.com>
Force test-34 to fail and exhibit the bug
2001-11-14 Miguel de Icaza <miguel at ximian.com>
2001-11-09 Miguel de Icaza <miguel at ximian.com>
Updated
2001-11-15 Miguel de Icaza <miguel at ximian.com>
Massive update
2001-11-16 Miguel de Icaza <miguel at ximian.com>
Flush
Add love
More cleanups
Add test-43
Link to Gtk# site
Documentation updates
2001-11-19 Miguel de Icaza <miguel at ximian.com>
oops
2001-11-20 Miguel de Icaza <miguel at ximian.com>
2001-11-21 Miguel de Icaza <miguel at ximian.com>
2001-11-21 Miguel de Icaza <miguel at ximian.com>
2001-11-22 Miguel de Icaza <miguel at ximian.com>
2001-11-22 Miguel de Icaza <miguel at ximian.com>
2001-11-22 Miguel de Icaza <miguel at ximian.com>
2001-11-22 Miguel de Icaza <miguel at ximian.com>
Add more testage
2001-11-22 Miguel de Icaza <miguel at ximian.com>
Add TcpClient and TcpListener from Phillip Pearson
Update
2001-11-24 Miguel de Icaza <miguel at ximian.com>
Update Visual Studio Project
Switch statement implementation
Update TODO
Updates
2001-11-27 Miguel de Icaza <miguel at ximian.com>
Add test for switch
Add more error tests
2001-11-28 Miguel de Icaza <miguel at ximian.com>
2001-11-29 Miguel de Icaza <miguel at ximian.com>
Add AnonCVS
2001-12-03 Miguel de Icaza <miguel at ximian.com>
update
2001-12-03 Miguel de Icaza <miguel at ximian.com>
Add new tests
New error test files
2001-12-04 Miguel de Icaza <miguel at ximian.com>
2001-12-03 Miguel de Icaza <miguel at ximian.com>
Fix mail server url
2001-12-05 Miguel de Icaza <miguel at ximian.com>
2001-12-06 Miguel de Icaza <miguel at ximian.com>
2001-12-06 Miguel de Icaza <miguel at ximian.com>
2001-12-06 Miguel de Icaza <miguel at ximian.com>
Extra tests
2001-12-08 Miguel de Icaza <miguel at ximian.com>
Add more tests, update test-53
2001-12-09 Miguel de Icaza <miguel at ximian.com>
More errors that we catch
Add bug
Flush going home, nothing important
Small bug fix introduced in previous commit
Add error cs0121
More bugs
2001-12-12 Miguel de Icaza <miguel at ximian.com>
2001-12-13 Miguel de Icaza <miguel at ximian.com>
3 more tests pass now
2001-12-13 Miguel de Icaza <miguel at ximian.com>
2001-12-14 Miguel de Icaza <miguel at ximian.com>
Flush changes from work, minimal
2001-12-14 Miguel de Icaza <miguel at ximian.com>
improve slightly test-31
More refactoring work
update tests
Flush
2001-12-15 Miguel de Icaza <miguel at ximian.com>
2001-12-16 Miguel de Icaza <miguel at ximian.com>
Add test for integer suffixes
2001-12-16 Miguel de Icaza <miguel at ximian.com>
2001-12-17 Miguel de Icaza <miguel at ximian.com>
2001-12-16 Miguel de Icaza <miguel at ximian.com>
2001-12-17 Miguel de Icaza <miguel at ximian.com>
Small fix
Add test-56 and improve description of test
Make test-51 part of the default tests
2001-12-18 Miguel de Icaza <miguel at ximian.com>
2001-12-18 Miguel de Icaza <miguel at ximian.com>
flush
Flush
2001-12-18 Miguel de Icaza <miguel at ximian.com>
Add test 60
2001-12-18 Miguel de Icaza <miguel at ximian.com>
remove debugging messages, fix buglette
Add parsing test
2001-12-19 Miguel de Icaza <miguel at ximian.com>
Add new bug and new error
Flush
2001-12-20 Miguel de Icaza <miguel at ximian.com>
2001-12-20 Miguel de Icaza <miguel at ximian.com>
2001-12-20 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
2001-12-20 Miguel de Icaza <miguel at ximian.com>
Add bug9
rethrow test
Small beautification patch
2001-12-21 Miguel de Icaza <miguel at ximian.com>
Flush
Update
Update
2001-12-22 Miguel de Icaza <miguel at ximian.com>
Add new error
2001-12-21 Miguel de Icaza <miguel at ximian.com>
2001-12-21 Miguel de Icaza <miguel at ximian.com>
2001-12-21 Miguel de Icaza <miguel at ximian.com>
New build file
2001-12-22 Miguel de Icaza <miguel at ximian.com>
Update
Added new test
2001-12-22 Miguel de Icaza <miguel at ximian.com>
2001-12-23 Miguel de Icaza <miguel at ximian.com>
Add test-65, and include 63 and 64 on the build
Test 62
Add another bug
2001-12-23 Miguel de Icaza <miguel at ximian.com>
Update tests
Add
More bugs
2001-12-23 Miguel de Icaza <miguel at ximian.com>
2001-12-27 Miguel de Icaza <miguel at ximian.com>
Add new bug
Add new test
2001-12-27 Miguel de Icaza <miguel at ximian.com>
2001-12-27 Miguel de Icaza <miguel at ximian.com>
2001-12-28 Miguel de Icaza <miguel at ximian.com>
Updated FAQ; News items
2001-12-29 Miguel de Icaza <miguel at ximian.com>
2001-12-29 Miguel de Icaza <miguel at ximian.com>
2001-12-29 Miguel de Icaza <miguel at ximian.com>
Added bug15
Flush
2001-12-30 Miguel de Icaza <miguel at ximian.com>
2001-12-31 Miguel de Icaza <miguel at ximian.com>
2002-01-01 Miguel de Icaza <miguel at ximian.com>
Improve tests
2002-01-01 Miguel de Icaza <miguel at ximian.com>
2002-01-02 Miguel de Icaza <miguel at ximian.com>
Integrate class lib docs
Add new test
2002-01-03 Kristian Rietveld <kris at gtk.org>
Heh, fix the test
2002-01-03 Miguel de Icaza <miguel at ximian.com>
2002-01-03 Miguel de Icaza <miguel at ximian.com>
Fix build for new automakes, seems to work
2002-01-03 Miguel de Icaza <miguel at ximian.com>
Add pending classes
Small fix
Flush
Link to Alex's binary packages
Update with the link to the approved ECMA specs
Add man page
2002-01-07 Miguel de Icaza <miguel at ximian.com>
Add new tests
Compilation Patch from Matt Kimball
Updated email address
Revert patch
Add BitConverter from Matt Kimball
2002-01-08 Miguel de Icaza <miguel at ximian.com>
2002-01-08 Miguel de Icaza <miguel at ximian.com>
Flush
Remove old fixmes that were fixed
Update
Update errors
2002-01-11 Miguel de Icaza <miguel at ximian.com>
2002-01-11 Miguel de Icaza <miguel at ximian.com>
2002-01-12 Miguel de Icaza <miguel at ximian.com>
Add error
2002-01-14 Miguel de Icaza <miguel at ximian.com>
fix build
Flush csproj
Back out my change
2002-01-15 Miguel de Icaza <miguel at ximian.com>
Add more errors that we handle now
add new bug
2002-01-16 Miguel de Icaza <miguel at ximian.com>
2002-01-16 Miguel de Icaza <miguel at ximian.com>
Flush
Small fixes for Duncan
2002-01-16 Miguel de Icaza <miguel at ximian.com>
2002-01-17 Miguel de Icaza <miguel at ximian.com>
Flush
Integrate Nant sources into the mcs code base to simplify the build.
Add documentatin from Nant
Flush
Add .cvsignore
oops
Mostly changes to get System.dll compiling again. Removes a bunch
Improve error reporting
Add missing file
Small fixes to report 117
Fix
This file tracks the bugs in the compiler with regard to the bugs in
Fix errors, so the compiler can focus on reporting the right error
Improved tests
Add new error
2002-01-17 Miguel de Icaza <miguel at ximian.com>
Flush
Updates to the web site, documentation
2002-01-19 Miguel de Icaza <miguel at ximian.com>
2002-01-19 Miguel de Icaza <miguel at ximian.com>
Added.
Update TODO
2002-01-21 Miguel de Icaza <miguel at ximian.com>
2002-01-22 Miguel de Icaza <miguel at ximian.com>
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
testing the scripts
Try Gaurav's
Update web site
Update resources
Fix build
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
Add utime
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
2002-01-23 Miguel de Icaza <miguel at ximian.com>
Add --root command line
2002-01-24 Miguel de Icaza <miguel at ximian.com>
2002-01-24 Miguel de Icaza <miguel at ximian.com>
2002-01-24 Miguel de Icaza <miguel at ximian.com>
2002-01-24 Miguel de Icaza <miguel at ximian.com>
2002-01-24 Miguel de Icaza <miguel at ximian.com>
Wooohoo! Unsafe code, here I come!
Commit
Update with links from Gaurav
update docs to include x11 license
2002-01-28 Miguel de Icaza <miguel at ximian.com>
Update c-sharp file with thoughts on the CIL optimizer; Fix the MIT license
2002-01-28 Miguel de Icaza <miguel at ximian.com>
Flush changes
Update with news coverage
Update web page directory
revert my patch
Add Getting Started section from Nick
Work towards getting `fixed' to work. We are going to need a custom
Fix memory leak
+2002-02-10 Miguel de Icaza <miguel at ximian.com>
Update docs
Update news on Mono.
More news
remove man page from here
Flush small changes
More resources
Until we get Custom Number Format Strings in our corlib, get this out
Add mcs man page here, mcs script
Flush pending changes for 0.8
More
Add cvsignores
Flush
Move mailing lists information
Last changes to the web site, promised
Add Dietmar to Authors
New download page
Revert Ravi's patch, as it breaks the build
Add test that fails
2002-02-13 Miguel de Icaza <miguel at ximian.com>
Update
Fix the abstract bug that Paolo reported for running MCS under the JITer.
2002-02-13 Miguel de Icaza <miguel at ximian.com>
Add sparc to the configure
Flush changes from my NT partition
2002-02-14 Miguel de Icaza <miguel at ximian.com>
2002-02-14 Miguel de Icaza <miguel at ximian.com>
Add new sample error case, from Dan
Add missing makefile
Add to the Makefile
:Update AnonCVS requirements
Add link to Lupus hack
2002-02-17 Miguel de Icaza <miguel at ximian.com>
Ugh, I had the GPL here, its the LGPL
2002-02-19 Miguel de Icaza <miguel at ximian.com>
Add a new test for the tokenizer bugs
2002-02-19 Miguel de Icaza <miguel at ximian.com>
Updated news
Add indirection support, it was missing.
Update manual
2002-02-21 Miguel de Icaza <miguel at ximian.com>
Allow this to use the LGPL
Run all tests, not only the safe tests
Mention mono-bugs, and link to the bugzilla query for Mono bugs
2002-02-21 Miguel de Icaza <miguel at ximian.com>
2002-02-21 Miguel de Icaza <miguel at ximian.com>
2002-02-22 Miguel de Icaza <miguel at ximian.com>
2002-02-22 Miguel de Icaza <miguel at ximian.com>
Prepare for 0.9
Remove System.Web and System.Drawing assemblies from the build
Update web site for 0.9
2002-02-25 Miguel de Icaza <miguel at ximian.com>
Bug fixes and more implementation from Martin Baulig
2002-02-25 Miguel de Icaza <miguel at ximian.com>
Add new test
Further updates from Martin
Add DateTime test from Martin
2002-02-25 Miguel de Icaza <miguel at ximian.com>
Improve tokenizer test
Add AllMembershipCondition from Ajay
Small bug fix
Add reference to the .NET redist package.
Document --profile
2002-02-26 Miguel de Icaza <miguel at ximian.com>
2002-02-26 Miguel de Icaza <miguel at ximian.com>
2002-02-26 Miguel de Icaza <miguel at ximian.com>
2002-02-26 Miguel de Icaza <miguel at ximian.com>
2002-02-26 Miguel de Icaza <miguel at ximian.com>
Add new bug file to check; New test to excercise the enum bug that I just
update
2002-02-26 Miguel de Icaza <miguel at ximian.com>
Include test in build
Update web site
2002-02-27 Miguel de Icaza <miguel at ximian.com>
Flush
Activate Piers class status
Bug fix
Add .cvsignores
Flush
Adapt makefile
2002-02-27 Miguel de Icaza <miguel at ximian.com>
Updated coding conventions, and started a file to record API discrepancies
Temporary file, to compile the class libs
Make mcs parse the corlib library. It is still failing to compile it
Revert bit that break test suite
Updated guildeines
Use mono instead of mint in script
Updated coding style guidelines
2002-03-01 Miguel de Icaza <miguel at ximian.com>
Flush
Replace scp for rsync, updating the web page was getting slow
Flush
2002-03-04 Miguel de Icaza <miguel at ximian.com>
Add Constant Folder
Fix compilation, I did not finish upgrading a piece of the code
Flush
Remove this file, it was confusing
Remove another confusing file
Add new documentation file on the compiler
2002-03-05 Miguel de Icaza <miguel at ximian.com>
2002-03-05 Miguel de Icaza <miguel at ximian.com>
Class-status is an autogenerated file, remove
Sorry about that, differing times in machines made me commit this bug
Update index
Update news
Bug fixes and a couple of optimizations (used a nice profiler to find
2002-03-05 Miguel de Icaza <miguel at ximian.com>
2002-03-06 Miguel de Icaza <miguel at ximian.com>
Small bug fix
Small patch of love to MIS
Flush
Removed stale comments from Object.cs
2002-03-09 Miguel de Icaza <miguel at ximian.com>
2002-03-11 Miguel de Icaza <miguel at ximian.com>
Update Authors
Updates to doc
2002-03-11 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-03-11 Miguel de Icaza <miguel at ximian.com>
2002-03-12 Miguel de Icaza <miguel at ximian.com>
2002-03-12 Miguel de Icaza <miguel at ximian.com>
2002-03-14 Miguel de Icaza <miguel at ximian.com>
Remove dead code
2002-03-14 Miguel de Icaza <miguel at ximian.com>
2002-03-15 Miguel de Icaza <miguel at ximian.com>
2002-03-15 Miguel de Icaza <miguel at ximian.com>
nice bug fixes.
Document --resource
2002-03-15 Miguel de Icaza <miguel at ximian.com>
web site updates
Flush a set of pending changes:
2002-03-16 Miguel de Icaza <miguel at ximian.com>
2002-03-16 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-03-17 Miguel de Icaza <miguel at ximian.com>
Expand test
Small changes
2002-03-17 Miguel de Icaza <miguel at ximian.com>
Flush
2002-03-17 Miguel de Icaza <miguel at ximian.com>
Update error listing
For 0.10, use mint instead of mono
Disable my new code
2002-03-18 Miguel de Icaza <miguel at ximian.com>
Add new tests
2002-03-18 Miguel de Icaza <miguel at ximian.com>
2002-03-19 Miguel de Icaza <miguel at ximian.com>
Update man page with --recurse docs
2002-03-19 Miguel de Icaza <miguel at ximian.com>
Add System.Xml.Schema from Ajay
Update site
Touchups
Updated
2002-03-19 Miguel de Icaza <miguel at ximian.com>
Update man page
Fix driver.cs bug
2002-03-21 Miguel de Icaza <miguel at ximian.com>
Add section on patents
Update docs, add target
Update man page
2002-03-23 Miguel de Icaza <miguel at ximian.com>
2002-03-24 Miguel de Icaza <miguel at ximian.com>
2002-03-24 Miguel de Icaza <miguel at ximian.com>
Touchups
This is the first pass at making the compiler work in --nostdlib mode,
Updated errors
2002-03-25 Miguel de Icaza <miguel at ximian.com>
Fix
2002-03-25 Miguel de Icaza <miguel at ximian.com>
2002-03-25 Miguel de Icaza <miguel at ximian.com>
Compile fix
Compile fix
Update man page
Flush a few of my changes
Update
Flush
Flush
revert to 10
Flush
Add a ChangeLog
Flush
More last minute fixes
Add test-91
2002-03-27 Miguel de Icaza <miguel at ximian.com>
2002-03-27 Miguel de Icaza <miguel at ximian.com>
New test
2002-03-27 Miguel de Icaza <miguel at ximian.com>
Add new error test case
2002-03-27 Miguel de Icaza <miguel at ximian.com>
More bug fixages:
2002-03-27 Miguel de Icaza <miguel at ximian.com>
More updates to the man page
2002-03-28 Miguel de Icaza <miguel at ximian.com>
2002-03-28 Miguel de Icaza <miguel at ximian.com>
FLush updates
2002-03-28 Miguel de Icaza <miguel at ximian.com>
flush
2002-03-29 Miguel de Icaza <miguel at ximian.com>
Flush
Share more code between class/interface/delegate and enum.
2002-04-01 Miguel de Icaza <miguel at ximian.com>
2002-04-02 Miguel de Icaza <miguel at ximian.com>
Add new tests
Flush tests
remove PrinciplePermissionAttribute and rename it
Flush
Add new files
2002-04-08 Miguel de Icaza <miguel at ximian.com>
Add new tests
2002-04-09 Miguel de Icaza <miguel at ximian.com>
Remove conflict
2002-04-09 Miguel de Icaza <miguel at ximian.com>
2002-04-10 Miguel de Icaza <miguel at ximian.com>
Add new links
Add new test
Remove debugging message
Add new files
Update for ASP.NET
2002-04-17 Miguel de Icaza <miguel at ximian.com>
Flush pending changes
Add more tests
Add Eclipse C# link
Flush TODO and makefile
2002-04-19 Miguel de Icaza <miguel at ximian.com>
2002-04-19 Miguel de Icaza <miguel at ximian.com>
Update news
Update news
Update man page
More updates
2002-04-21 Miguel de Icaza <miguel at ximian.com>
Sync work code
Flush
2002-04-22 Miguel de Icaza <miguel at ximian.com>
Flush
2002-04-22 Miguel de Icaza <miguel at ximian.com>
Commit message so I can continue at home
2002-04-24 Miguel de Icaza <miguel at ximian.com>
Flush
Improve test
Update ChangeLog
Prepare for 0.11 release, fix makefile
Updated docs
2002-04-25 Miguel de Icaza <miguel at ximian.com>
Couple of fixes
Add links to binary packages
2002-04-26 Miguel de Icaza <miguel at ximian.com>
Add more test cases
2002-04-26 Miguel de Icaza <miguel at ximian.com>
Patch from Lawrence to catch correct entry points:
Implement Loop inversion for While statements and dead code elimination.
Add new test for dead code elimination
2002-04-28 Miguel de Icaza <miguel at ximian.com>
2002-04-28 Miguel de Icaza <miguel at ximian.com>
Commit TODO
Update man page
2002-04-29 Miguel de Icaza <miguel at ximian.com>
2002-04-30 Miguel de Icaza <miguel at ximian.com>
2002-04-30 Miguel de Icaza <miguel at ximian.com>
2002-05-01 Miguel de Icaza <miguel at ximian.com>
more tests
(ArrayAccess.DoResolve): Array Access can operate on
Flush
New file
Miggy version
Miggy version
Small changes to get things to compile with MCS. It compiles now,
More corlib and System.Data compilation bugs:
2002-05-01 Miguel de Icaza <miguel at ximian.com>
Add small list
2002-05-02 Miguel de Icaza <miguel at ximian.com>
Temporary hack, as we still use MS libs for now
Get the build going again
Flush
Flush
remove more un-needed code
Get the build to go
Improve test to check for toplevel namespaced delegates
2002-05-04 Miguel de Icaza <miguel at ximian.com>
Remove stale debugging message
Removed /r:corlib.dll and /nostdlib switches, does anything break?
Update
2002-05-04 Miguel de Icaza <miguel at ximian.com>
Cleaning user defined conversions a bit, in preparation to fix the real
few updates to the web site
It is safe to commit this code, because it is still excluded by the
This commit does not break the existing code base, as these files are
Flush ChangeLog
Update list to compile with mcs
2002-05-05 Miguel de Icaza <miguel at ximian.com>
2002-05-05 Miguel de Icaza <miguel at ximian.com>
2002-05-05 Miguel de Icaza <miguel at ximian.com>
Some sample code
More work, demo works
2002-05-06 Miguel de Icaza <miguel at ximian.com>
Add another error test
2002-05-06 Miguel de Icaza <miguel at ximian.com>
Add more tests
Fix
2002-05-06 Miguel de Icaza <miguel at ximian.com>
2002-05-06 Miguel de Icaza <miguel at ximian.com>
2002-05-06 Miguel de Icaza <miguel at ximian.com>
2002-05-06 Miguel de Icaza <miguel at ximian.com>
2002-05-07 Mike Gray <mikeg_us at hotmail.com>
2002-05-07 Mike Gray <mikeg_us at hotmail.com>
Fix the mono howto mess once and for all
remove System.Net test directory from corlib
An attempt at making the howto look passable
Get rid of the old status page
Improve docs, links, menu
Small update
Fix bug
Add copyright headers
2002-05-07 Miguel de Icaza <miguel at ximian.com>
Use $@ instead of $*
Fixety fix
2002-05-07 Miguel de Icaza <miguel at ximian.com>
Added new files from Martin Adoue <martin at cwanet.com>
2002-05-08 Miguel de Icaza <miguel at ximian.com>
2002-05-08 Miguel de Icaza <miguel at ximian.com>
2002-05-09 Dietmar Maurer <dietmar at ximian.com>
News update
Improve test
2002-05-10 Miguel de Icaza <miguel at ximian.com>
2002-05-10 Miguel de Icaza <miguel at ximian.com>
2002-05-10 Miguel de Icaza <miguel at ximian.com>
New tests
2002-05-10 Miguel de Icaza <miguel at ximian.com>
2002-05-10 Miguel de Icaza <miguel at ximian.com>
Sigh, back out
2002-05-10 Miguel de Icaza <miguel at ximian.com>
2002-05-11 Miguel de Icaza <miguel at ximian.com>
2002-05-11 Miguel de Icaza <miguel at ximian.com>
Remove references to GNU/Linux, and leave only Unix
Flush local tree changes
Small fixes, remove Gtk implicit reference
More
2002-05-13 Miguel de Icaza <miguel at ximian.com>
2002-05-13 Miguel de Icaza <miguel at ximian.com>
Add new tests
2002-05-13 Miguel de Icaza <miguel at ximian.com>
2002-05-13 Miguel de Icaza <miguel at ximian.com>
Improve test
2002-05-13 Miguel de Icaza <miguel at ximian.com>
2002-05-13 Miguel de Icaza <miguel at ximian.com>
2002-05-13 Miguel de Icaza <miguel at ximian.com>
Add another float test
Add FreeBSD strtod
2002-05-14 Miguel de Icaza <miguel at ximian.com>
Remove the false
2002-05-14 Miguel de Icaza <miguel at ximian.com>
Add System.Runtime.Serialization.Formatters.Soap from Jesus
Add README file
2002-05-15 Miguel de Icaza <miguel at ximian.com>
Remove test 120 from the MIcrosoft build
Jaroslaw Kowalski <jarek at atm.com.pl>: Update w32 error descriptions
Jaroslaw Kowalski <jarek at atm.com.pl>: Report EADDRINUSE error
From:
2002-05-16 Miguel de Icaza <miguel at ximian.com>
2002-05-16 Miguel de Icaza <miguel at ximian.com>
Update compiler docs
2002-05-16 Miguel de Icaza <miguel at ximian.com>
2002-05-16 Miguel de Icaza <miguel at ximian.com>
2002-05-17 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-05-17 Miguel de Icaza <miguel at ximian.com>
2002-05-17 Miguel de Icaza <miguel at ximian.com>
2002-05-17 Miguel de Icaza <miguel at ximian.com>
2002-05-17 Miguel de Icaza <miguel at ximian.com>
Add more tests
Ok, at least MCS does not crash anymore when compiling the System assembly.
Update list
Add new mono/os directory
Complete the deployment of the `os' directory. SOrry about the previous
Flush
2002-05-18 Miguel de Icaza <miguel at ximian.com>
Updates to ASP.NET
Sorry about that
Remove old files, as they are now elsewhere
2002-05-20 Miguel de Icaza <miguel at ximian.com>
Fix build for Windows people
2002-05-20 Miguel de Icaza <miguel at ximian.com>
This is so embarassing
2002-05-20 Miguel de Icaza <miguel at ximian.com>
Another attempt
Flush changes to ChangeLog
Flush ChangeLog
Updates
2002-05-21 Miguel de Icaza <miguel at ximian.com>
Add another error test case
2002-05-21 Miguel de Icaza <miguel at ximian.com>
2002-05-22 Miguel de Icaza <miguel at ximian.com>
Get this bad boy to compile standalone
Add new files
Improve test
Lots of work to compiler System.Xml; A lot of bugs uncovered in IndexerName
New error test
2002-05-24 Miguel de Icaza <miguel at ximian.com>
2002-05-25 Miguel de Icaza <miguel at ximian.com>
2002-05-25 Miguel de Icaza <miguel at ximian.com>
2002-05-25 Miguel de Icaza <miguel at ximian.com>
2002-05-25 Miguel de Icaza <miguel at ximian.com>
Added list for MCS debugging purposes
2002-05-26 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-05-26 Miguel de Icaza <miguel at ximian.com>
2002-05-26 Miguel de Icaza <miguel at ximian.com>
Document error
2002-05-26 Miguel de Icaza <miguel at ximian.com>
Major fixes. We can now compile the System.Web assembly with MCS!
Add small stub to allow for the assembly to compile
Updated list
update fixes
Add new files to maintain the RSS feed
Few updates
Update web page
2002-05-27 Miguel de Icaza <miguel at ximian.com>
Updated copyright headers to the standard template
new items; Updated the FAQ to reflect reality; Fixes to the Mono-RSS program
2002-05-28 Miguel de Icaza <miguel at ximian.com>
TODO
updated docs
back out the indexer change until I can figure it out
Flush
Report line where the new fails
Fix NullRef
push index
2002-06-02 Miguel de Icaza <miguel at ximian.com>
Doc updates
Add new test
Ooops. No wonder people complained I never fixed this, I never flushed
Typo fix
2002-06-17 Miguel de Icaza <miguel at ximian.com>
2002-06-18 Miguel de Icaza <miguel at ximian.com>
update readme
New error
2002-06-19 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
2002-06-20 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-06-20 Miguel de Icaza <miguel at ximian.com>
Implement set for the BitVector
2002-06-21 Miguel de Icaza <miguel at ximian.com>
2002-06-21 Miguel de Icaza <miguel at ximian.com>
New errors handled
2002-06-21 Miguel de Icaza <miguel at ximian.com>
New test
2002-06-22 Miguel de Icaza <miguel at ximian.com>
Remove debugging value
Another test
Updated
Add manual page for mono configuration
Put my tests back, this is used by the compiler people in their day to
flush
Further updates to the makefile
2002-07-02 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-07-02 Miguel de Icaza <miguel at ximian.com>
Add new error
Add new tests from Andrew
2002-07-02 Miguel de Icaza <miguel at ximian.com>
Flush:
Add new test
2002-07-03 Miguel de Icaza <miguel at ximian.com>
2002-07-04 Miguel de Icaza <miguel at ximian.com>
Update
2002-06-24 Andrew Birkett <adb at tardis.ed.ac.uk>
Flush
Flush
2002-07-06 Miguel de Icaza <miguel at ximian.com>
2002-07-08 Miguel de Icaza <miguel at ximian.com>
news
news
Add another test
2002-07-08 Miguel de Icaza <miguel at ximian.com>
2002-07-08 Miguel de Icaza <miguel at ximian.com>
Update
Bug 27549
2002-07-09 Miguel de Icaza <miguel at ximian.com>
2002-07-09 Miguel de Icaza <miguel at ximian.com>
2002-07-09 Miguel de Icaza <miguel at ximian.com>
2002-07-10 Miguel de Icaza <miguel at ximian.com>
2002-07-10 Miguel de Icaza <miguel at ximian.com>
2002-07-11 Miguel de Icaza <miguel at ximian.com>
2002-07-11 Miguel de Icaza <miguel at ximian.com>
update
2002-07-11 Miguel de Icaza <miguel at ximian.com>
2002-07-11 Miguel de Icaza <miguel at ximian.com>
2002-07-11 Miguel de Icaza <miguel at ximian.com>
2002-07-11 Miguel de Icaza <miguel at ximian.com>
Also support CSC -options
Oops, fix
2002-07-12 Miguel de Icaza <miguel at ximian.com>
2002-07-12 Miguel de Icaza <miguel at ximian.com>
2002-07-12 Miguel de Icaza <miguel at ximian.com>
2002-07-12 Miguel de Icaza <miguel at ximian.com>
More docs
Remove files from here
Move files here
2002-07-14 Miguel de Icaza <miguel at ximian.com>
Add new test
Add a MonoTODO
More
Update
2002-07-17 Miguel de Icaza <miguel at ximian.com>
Fix build
removed
Setup mono-tutorial, new news
Add these back
2002-07-17 Miguel de Icaza <miguel at ximian.com>
2002-07-17 Miguel de Icaza <miguel at ximian.com>
Update man page
Update man page
Inlcude WebSerices in the status display
Add useful macros
Update news
Flush, include System.Web.Services
sample fix
More updates asp-net
More updates asp-net
2002-07-21 Miguel de Icaza <miguel at ximian.com>
Flush
Link to the spanish mono list
2002-07-22 Miguel de Icaza <miguel at ximian.com>
Flush
Fix compile
Flush compile fixes
2002-07-25 Miguel de Icaza <miguel at ximian.com>
Update man page
Add missing #endregion
0.13
System.Web.Services/System.Web.Services.Description/ServiceDescription.cs
Force user to specify prefix
2002-07-28 Miguel de Icaza <miguel at ximian.com>
2002-07-31 Miguel de Icaza <miguel at ximian.com>
update index
Add embedded API document
Add new file
2002-08-01 Miguel de Icaza <miguel at ximian.com>
2002-08-01 Miguel de Icaza <miguel at ximian.com>
2002-08-01 Miguel de Icaza <miguel at ximian.com>
2002-08-01 Miguel de Icaza <miguel at ximian.com>
Flush web page
Update TODO to reflect all the new improvements
Further updates
Update man page
Push
Fixed url
Update news
PPC updates from Carlos Valiente
PPC updates from Carlos Valiente
2002-08-15 Miguel de Icaza <miguel at ximian.com>
make this the default. we need this for the snapshots
2002-08-15 Miguel de Icaza <miguel at ximian.com>
use the just built mcs
Add dist target
Make it do what Arturo needs
Add -ldl when linking to -lgc
1.3 -> 2.0
remove debuging
Lock around critical data structures, patch from Jaroslaw Kowalski <jarek at atm.com.pl>
2002-08-20 Miguel de Icaza <miguel at ximian.com>
Update docs
Flush updates
Add mono.spec.in
Add throw exceptions where needed
2002-08-21 Miguel de Icaza <miguel at ximian.com>
2002-08-21 Miguel de Icaza <miguel at ximian.com>
Add missing files
Add missing file
Compile fix
Add data dir
Add Makefile rule
Added spec file
Flush
Flush
It works just as fine
Add monoresgen to the build
remove spec
For now, get _REENTRANT defined, we should use the Sleepycat mechanism later
Prepare for 0.15
Fix
Flush
Add
Flush
Flush
2002-08-24 Miguel de Icaza <miguel at ximian.com>
2002-08-24 Miguel de Icaza <miguel at ximian.com>
2002-08-25 Miguel de Icaza <miguel at ximian.com>
I can not figure out, how I made 0.15, without it being on cvs
Add new logo
2002-08-29 Miguel de Icaza <miguel at ximian.com>
2002-08-30 Miguel de Icaza <miguel at ximian.com>
2002-08-30 Miguel de Icaza <miguel at ximian.com>
Flush: removed redundant instructions + Added Mono licensing
Remove this, get things working for now
Improve test
2002-09-03 Miguel de Icaza <miguel at ximian.com>
Make the variable match the prototype
2002-09-04 Miguel de Icaza <miguel at ximian.com>
2002-09-04 Miguel de Icaza <miguel at ximian.com>
Flush docs
Flush
Flush & announce
2002-09-06 Miguel de Icaza <miguel at ximian.com>
2002-09-06 Miguel de Icaza <miguel at ximian.com>
Document /codepage
2002-09-06 Miguel de Icaza <miguel at ximian.com>
Distinguish general from specific correctly from my previous patch
2002-09-08 Miguel de Icaza <miguel at ximian.com>
2002-09-08 Miguel de Icaza <miguel at ximian.com>
Update errors
2002-09-09 Miguel de Icaza <miguel at ximian.com>
2002-09-11 Miguel de Icaza <miguel at ximian.com>
2002-09-11 Miguel de Icaza <miguel at ximian.com>
2002-09-11 Miguel de Icaza <miguel at ximian.com>
2002-09-11 Miguel de Icaza <miguel at ximian.com>
2002-09-12 Miguel de Icaza <miguel at ximian.com>
2002-09-12 Miguel de Icaza <miguel at ximian.com>
Removed strange character
Flush
Update Winforms information
Spelling fixes
2002-09-15 Miguel de Icaza <miguel at ximian.com>
2002-09-16 Miguel de Icaza <miguel at ximian.com>
Another place where we did not track correctly the line
2002-09-16 Miguel de Icaza <miguel at ximian.com>
Add newlines
2002-09-16 Miguel de Icaza <miguel at ximian.com>
2002-09-16 Miguel de Icaza <miguel at ximian.com>
Small temporary fix, Lupus will fix right
2002-09-16 Miguel de Icaza <miguel at ximian.com>
2002-09-17 Martin Baulig <martin at gnome.org>
2002-09-16 Miguel de Icaza <miguel at ximian.com>
Remove debugging message
Add Sergey Chaban's Mono.PEToolkit
Add Mono.PEToolkit to the build
Add Sergey Panov's ILASM to the build, waiting for an update
Add makefile.gnu
2002-9-15 Asier Llano <asierllano at infonegocio.com>
Update news
Add nant file
2002-09-16 Miguel de Icaza <miguel at ximian.com>
Apply patch to Brushes
I got mixed up
Add decimal to MakeByteBlob
Update man page
2002-09-17 Miguel de Icaza <miguel at ximian.com>
oops
Flushety Flush
2002-09-18 Miguel de Icaza <miguel at ximian.com>
2002-09-18 Miguel de Icaza <miguel at ximian.com>
2002-09-18 Miguel de Icaza <miguel at ximian.com>
2002-09-18 Miguel de Icaza <miguel at ximian.com>
Update index
2002-09-19 Miguel de Icaza <miguel at ximian.com>
Improve test
Add new test
2002-09-19 Miguel de Icaza <miguel at ximian.com>
2002-09-19 Miguel de Icaza <miguel at ximian.com>
2002-09-20 Miguel de Icaza <miguel at ximian.com>
Provide location informtaion
2002-09-20 Miguel de Icaza <miguel at ximian.com>
2002-09-20 Miguel de Icaza <miguel at ximian.com>
2002-09-20 Miguel de Icaza <miguel at ximian.com>
2002-09-21 Miguel de Icaza <miguel at ximian.com>
2002-09-17 Asier Llano Palacios <asierllano at infonegocio.com>
2002-09-23 Miguel de Icaza <miguel at ximian.com>
2002-09-23 Miguel de Icaza <miguel at ximian.com>
2002-09-23 Miguel de Icaza <miguel at ximian.com>
Add WarningException.cs
Update files
2002-09-25 Miguel de Icaza <miguel at ximian.com>
More assemblies
2002-09-25 Miguel de Icaza <miguel at ximian.com>
2002-09-25 Miguel de Icaza <miguel at ximian.com>
2002-09-25 Miguel de Icaza <miguel at ximian.com>
2002-09-25 Miguel de Icaza <miguel at ximian.com>
Fix the build
2002-09-26 Miguel de Icaza <miguel at ximian.com>
Small hack to avoid the make -f makefile.gnu
2002-09-26 Miguel de Icaza <miguel at ximian.com>
2002-09-26 Miguel de Icaza <miguel at ximian.com>
2002-09-27 Miguel de Icaza <miguel at ximian.com>
Add to the build
Fix
Sorry
2002-10-01 Miguel de Icaza <miguel at ximian.com>
Update NEWS file
Bump release to 0.16
Flush changes
Flush
oops, revert broken patch
2002-10-02 Miguel de Icaza <miguel at ximian.com>
Update faq
rename file
Correct file
Also rename the constructor
2002-10-03 Miguel de Icaza <miguel at ximian.com>
2002-10-03 Miguel de Icaza <miguel at ximian.com>
Removed unused variables
2002-10-03 Miguel de Icaza <miguel at ximian.com>
2002-10-03 Miguel de Icaza <miguel at ximian.com>
2002-10-04 Miguel de Icaza <miguel at ximian.com>
2002-10-04 Miguel de Icaza <miguel at ximian.com>
2002-10-04 Miguel de Icaza <miguel at ximian.com>
2002-10-04 Miguel de Icaza <miguel at ximian.com>
2002-10-04 Miguel de Icaza <miguel at ximian.com>
Add gtk-monodoc UI
Also add this
Update AUTHORS, which is massively outdated
Remove old apidocs
Small update
Update sample
Flush glade file
Flush for Kris
Small fix
Update embedded api
Flush
2002-10-08 Miguel de Icaza <miguel at ximian.com>
2002-10-08 Miguel de Icaza <miguel at ximian.com>
2002-10-08 Miguel de Icaza <miguel at ximian.com>
Flush test
2002-10-08 Miguel de Icaza <miguel at ximian.com>
Flush the bits of love
Just for Adam
New Mono runtime class
Register call
Typo fix
Better if its static
2002-10-09 Miguel de Icaza <miguel at ximian.com>
2002-10-09 Miguel de Icaza <miguel at ximian.com>
2002-10-09 Miguel de Icaza <miguel at ximian.com>
2002-10-09 Miguel de Icaza <miguel at ximian.com>
2002-10-09 Miguel de Icaza <miguel at ximian.com>
The news are in
tpos
2002-10-09 Miguel de Icaza <miguel at ximian.com>
2002-10-09 Miguel de Icaza <miguel at ximian.com>
More work
We have win binaries now
Rename attributeusage file
Rename
Remove docs
remove docs
Remove doc
Remove doctools, not it lives in monodoc module
2002-10-11 Miguel de Icaza <miguel at ximian.com>
2002-10-11 Tim Haynes <thaynes at openlinksw.com>
2002-10-12 A.Enomoto <ginga at kit.hi-ho.ne.jp>
Flush
Flush
Applied patch from Gustavo
Add to the build
2002-10-16 Miguel de Icaza <miguel at ximian.com>
2002-10-16 Miguel de Icaza <miguel at ximian.com>
2002-10-16 Miguel de Icaza <miguel at ximian.com>
Apply patch from Tim Haynes to get SoapFormatter working
Patches from Tim Haynes
Addes test program from Tim
Add new test file
Add new test
update
2002-10-19 Miguel de Icaza <miguel at ximian.com>
2002-10-19 Miguel de Icaza <miguel at ximian.com>
Improve this test to test bug 32429
2002-10-19 Miguel de Icaza <miguel at ximian.com>
2002-10-19 Miguel de Icaza <miguel at ximian.com>
2002-10-19 Miguel de Icaza <miguel at ximian.com>
Update test
2002-10-19 Miguel de Icaza <miguel at ximian.com>
2002-10-19 Miguel de Icaza <miguel at ximian.com>
2002-10-20 Miguel de Icaza <miguel at ximian.com>
Ok, my own attempt, after 3 cvs update failures
2002-10-21 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
2002-10-21 Miguel de Icaza <miguel at ximian.com>
2002-10-21 Miguel de Icaza <miguel at ximian.com>
Evidence.cs from Jackson Harper
2002-10-22 Tim Haynes <thaynes at openlinksw.com>
2002-10-22 Miguel de Icaza <miguel at ximian.com>
Add new test
2002-10-22 Miguel de Icaza <miguel at ximian.com>
Flush
Revert this patch
2002-10-24 Miguel de Icaza <miguel at ximian.com>
2002-10-24 Miguel de Icaza <miguel at ximian.com>
Small fix
Mono coding conventions
Flush
Flush
2002-10-24 Miguel de Icaza <miguel at ximian.com>
Style
2002-10-24 Miguel de Icaza <miguel at ximian.com>
Add new test csae
Add new test
2002-10-24 Miguel de Icaza <miguel at ximian.com>
Update
update
Fix
Add validating reader
Flush
Flush
Fix build
2002-10-28 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-30 Miguel de Icaza <miguel at ximian.com>
2002-10-31 Miguel de Icaza <miguel at ximian.com>
Add more
2002-10-31 Miguel de Icaza <miguel at ximian.com>
2002-11-01 Miguel de Icaza <miguel at ximian.com>
Improve test
Flush
Update man pages
Add Accessibility stuff
Added so we can build on Linux
Rename the Controllers
Fix constructor
More typo fixes
Add PropertyTabScope
More fixes
More fixes
Update .cvsignore
Compile fixes
Commit fixes to build Windows.Forms on Linux
Flush changes to get things compiling on Linux
Flush .cvs
Remove old comment
Add stub method
Update
Enable it!
Flush
Flush from the Windows Box
Improve the natn file
Improve the natn file
More chagnes to get it to build
Flush index
Add new test
2002-11-05 Miguel de Icaza <miguel at ximian.com>
2002-11-06 Miguel de Icaza <miguel at ximian.com>
2002-11-06 Miguel de Icaza <miguel at ximian.com>
2002-11-06 Miguel de Icaza <miguel at ximian.com>
2002-11-06 Miguel de Icaza <miguel at ximian.com>
2002-11-07 Miguel de Icaza <miguel at ximian.com>
2002-11-08 Miguel de Icaza <miguel at ximian.com>
2002-11-08 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
new test
2002-11-12 Miguel de Icaza <miguel at ximian.com>
2002-11-19 Miguel de Icaza <miguel at ximian.com>
flush
oops, fix
oops, fix
Improve test
2002-11-19 Miguel de Icaza <miguel at ximian.com>
2002-11-19 Miguel de Icaza <miguel at ximian.com>
2002-11-19 Miguel de Icaza <miguel at ximian.com>
Add new file, used for Windows.Forms compilation
Update
Update news, am sure am missing stuff
Flush
Added testity test
2002-11-21 Miguel de Icaza <miguel at ximian.com>
2002-11-21 Miguel de Icaza <miguel at ximian.com>
1540 is not caught elsewhere
Add new test
2002-11-22 Miguel de Icaza <miguel at ximian.com>
Improve test
2002-11-22 Miguel de Icaza <miguel at ximian.com>
Improve this test
Fixety fix the build
Add windows.forms back to the build
Add test for 221
Build fix from Francois
2002-11-24 Miguel de Icaza <miguel at ximian.com>
2002-11-24 Miguel de Icaza <miguel at ximian.com>
Add another book
2002-11-24 Miguel de Icaza <miguel at ximian.com>
2002-11-26 Miguel de Icaza <miguel at ximian.com>
2002-11-26 Miguel de Icaza <miguel at ximian.com>
Fixety fix
2002-11-30 Miguel de Icaza <miguel at ximian.com>
More low hanging fruit.
2002-12-04 Miguel de Icaza <miguel at ximian.com>
Flush
Small fix: 2002-12-04 Miguel de Icaza <miguel at ximian.com>
Update the news
web page updates
Update
2002-12-06 Miguel de Icaza <miguel at ximian.com>
2002-12-06 Miguel de Icaza <miguel at ximian.com>
Update
Update
Update
update readme file, put in toplevel dir
2002-12-08 Miguel de Icaza <miguel at ximian.com>
Add
Add cvsignore
update
Build fix
Revert, this makes things worse
Updated for building
Add test
Small placeholder
Update makefile with warning
A sample makefile to build this
Remove old code that compiled SWF.dll
Flush
Flush
Fix
Remove the touch from the Makefile
Flush
Flush
Add code for bounds check elimination
New release
Flush
Update mono.pc.in
De-c-sharpicize
update
Update NEWS
Update NEWS
Update NEWS
update
Flush
Update web site
Flush
Flush
Flushage
Fix
2002-12-10 Miguel de Icaza <miguel at ximian.com>
Improve test
Simple fix
Small fixes
Reverted changes, they break the build with our setup.
2002-12-10 Miguel de Icaza <miguel at ximian.com>
Improve test
2002-12-10 Miguel de Icaza <miguel at ximian.com>
Add
Update
Add notes
2002-12-12 Miguel de Icaza <miguel at ximian.com>
Sorry about this
Revert Directory.cs patch until its fixed
Flush
Add new test
Flush
Update
Flush
Flush
Add file in this directory
Remove file
2002-12-17 Miguel de Icaza <miguel at ximian.com>
2002-12-18 Miguel de Icaza <miguel at ximian.com>
2002-12-14 Jaroslaw Kowalski <jarek at atm.com.pl>
Fix the test
update
2002-12-19 Miguel de Icaza <miguel at ximian.com>
Fix from Matt Kunze to add the other Process.Start overloads
2002-12-21 Miguel de Icaza <miguel at ximian.com>
Added files for Lluis.
Revert
2002-12-21 Miguel de Icaza <miguel at ximian.com>
Add new field that reflects changes to corlib for remoting
2002-12-20 Lluis Sanchez Gual <lsg at ctv.es>
Re-enable code
Add new test, I forgot to add this a few weeks ago test-178.cs
2002-12-21 Miguel de Icaza <miguel at ximian.com>
Add this change as well
Move configuration information that is used when compiling code that links
Add another one
2002-12-22 Miguel de Icaza <miguel at ximian.com>
Add secutil to the distribution
Also distribute sqlsharp
Add SDL.NET bindings, reorganize
2002-12-28 Marcus Urban <mathpup at mylinuxisp.com>
2002-12-29 Miguel de Icaza <miguel at ximian.com>
Add missing files to the build
No-op for install target
Flush
Faq updates
Flush
2003-01-07 Miguel de Icaza <miguel at ximian.com>
Add new error
Fix test
2003-01-07 Miguel de Icaza <miguel at ximian.com>
Patch from Piers
Improve test
2003-01-08 Miguel de Icaza <miguel at ximian.com>
Add new error
2003-01-08 Miguel de Icaza <miguel at ximian.com>
Some fixes for jstrike to look at
Flush
Flush
Flush
More updates
Oops. Fix, thanks to Sebastien and Dan for noticing
Flush
update
2003-01-15 Miguel de Icaza <miguel at ximian.com>
Flush
according to the ECMA:
2003-01-17 Miguel de Icaza <miguel at ximian.com>
Flush
2003-01-20 Miguel de Icaza <miguel at ximian.com>
Update with Dick's comments
Flush debugger announcement
Remove mbas from the build for now, it has a cyclic dependency
Flush
2003-01-20 sean kasun <skasun at azstarnet.com>
2003-01-20 Miguel de Icaza <miguel at ximian.com>
Also avoid SIGKILL for Windows
Put back mbas
Remove dependency
Make mbas compile
target for windows build
Final touches
Add screenshots section.
More screenshots
Update
Update
Flush from work
2003-01-21 Miguel de Icaza <miguel at ximian.com>
2003-01-21 Miguel de Icaza <miguel at ximian.com>
oops, make this public
Update this
Flush
2003-01-26 Miguel de Icaza <miguel at ximian.com>
2003-01-26 Miguel de Icaza <miguel at ximian.com>
Mailing lists
Add new test to handle overloaded indexers
Makefile updates
2003-01-27 Pedro Martinez Juli� <yoros at wanadoo.es>
Rename test
updated makefile
Improve with get/set
Add some missing spaces
Add stub method
remove some warnings from now
2003-02-03 Miguel de Icaza <miguel at ximian.com>
2003-02-03 Miguel de Icaza <miguel at ximian.com>
Revert patch until I debug it properly
New changes from Daniel Campos
flus
Ilasm removal from the build for now
2003-02-05 Miguel de Icaza <miguel at ximian.com>
Commit kludges to get this to compile
Commit for Daniel: many improvements to the FileSystem code.
Flush
Update update
2003-02-12 Miguel de Icaza <miguel at ximian.com>
2003-02-12 Miguel de Icaza <miguel at ximian.com>
2003-02-12 Miguel de Icaza <miguel at ximian.com>
Update tests
2003-02-12 Miguel de Icaza <miguel at ximian.com>
update
Push
More tests
2003-02-14 Miguel de Icaza <miguel at ximian.com>
Add new test, for bug 37014
2003-02-15 Miguel de Icaza <miguel at ximian.com>
2003-02-17 Miguel de Icaza <miguel at ximian.com>
Improve test
Flush
Flush
remove fixed directive
Flush
fix
Fix
Fix
Fix
Add another test file
2003-02-18 Miguel de Icaza <miguel at ximian.com>
Pending changes
Flush
2003-02-20 Alfonso Ali <isa at infomed.sld.cu>
Add Microsoft.VisualC makefile
Add new Microsoft.VisualC assembly
Just a comment
2003-02-01 Miguel de Icaza <miguel at ximian.com>
Update news; Paolo and Gonzalo
Fix from Marcus Urban to bug #38452
Add linker flags to the mono.pc.in to include the -lpthread in a pkg-config
Just a small change
flush docs
Add Ilasm to the distro
Adding this patch on behalf of Patrik, as he does not have CVS access,
Commit on behalf of Mike Kestner
2003-02-22 Miguel de Icaza <miguel at ximian.com>
Add a small explanatory comment
Add to the Linux build
Add System.Security
2003-02-23 Miguel de Icaza <miguel at ximian.com>
Add documentation missing of tests, and add new test.
Add System.Security
Remove all target, because that cancels the creation of Mono.PEToolkit
chain
Update update
Add NEWS file
too late
Patches from Daniel Campos
Add
Flush
update man page
2003-02-25 Miguel de Icaza <miguel at ximian.com>
Fix
Add new test
2003-02-25 Miguel de Icaza <miguel at ximian.com>
Another change. Use target.Resolve instead of LValueResolve.
Test the right variable, avoid a crash
Improve test
2003-02-25 Miguel de Icaza <miguel at ximian.com>
Add new error
Add new test
2003-02-25 Miguel de Icaza <miguel at ximian.com>
Flush
2003-02-27 Miguel de Icaza <miguel at ximian.com>
2003-02-27 Miguel de Icaza <miguel at ximian.com>
Bump
bump
update release page
Flush
Patch from Aleksey Ryabchuk <ryabchuk at yahoo.com>
Fix from Gonz
Flush Flush
Flushety flush
flush
Fix typo
2003-03-03 Miguel de Icaza <miguel at ximian.com>
2003-03-03 Miguel de Icaza <miguel at ximian.com>
Flush
2003-03-05 Miguel de Icaza <miguel at ximian.com>
release-o-rama preparations
Add SharpZiplib
Add Compression directory
Flush
Streams
2003-03-05 Miguel de Icaza <miguel at ximian.com>
Add key file
Flush
Flush
Flush
Prepare new release
Prepare new release
Add Windows.Forms back again
Add prototype
2003-03-07 Miguel de Icaza <miguel at ximian.com>
:Flush
Flush
Update from Dick
Also build Npgsql
Add more libraries to the list of distribution
Update FAQ
Update Download page
Flush
Make this compile with a C compiler
2003-03-10 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Small improvement
2003-03-12 Elan Feingold <efeingold at mn.rr.com>
Add s390 packages
Add mono.security
2003-03-17 Miguel de Icaza <miguel at ximian.com>
Test bug fix
Flush
From:� Elan Feingold <efeingold at mn.rr.com>
The table encodes 5 bits
just add some verbosity
Add support for Int32 types
Reformat changes, and add some small debugging information to catch errors
Add -doc option from Ian
Update Index
Flush
Flush
More
2003-03-28 Miguel de Icaza <miguel at ximian.com>
Add new error
Improve
Update for conditional operator
2003-02-25 Miguel de Icaza <miguel at ximian.com>
2003-03-28 Miguel de Icaza <miguel at ximian.com>
2003-03-29 Miguel de Icaza <miguel at ximian.com>
Commit a few build fixers, but I can not fix it all: remove CJK until its fixed
Some changes to get it building
Add back
System.Desisng build is broken
Flush:
A few updates
2003-04-01 Miguel de Icaza <miguel at ximian.com>
2003-04-01 Miguel de Icaza <miguel at ximian.com>
2003-04-01 Miguel de Icaza <miguel at ximian.com>
2003-04-02 Miguel de Icaza <miguel at ximian.com>
Update debug info
2003-04-02 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
Memory friendly InflaterInputStream.cs
Update
Update
update
Flush
put image back
2003-04-04 Miguel de Icaza <miguel at ximian.com>
Do not close
Add pedro
2003-04-05 Miguel de Icaza <miguel at ximian.com>
New compilation engine for Mono
Make it build, quick setup for now
2003-04-05 Miguel de Icaza <miguel at ximian.com>
2003-04-05 Miguel de Icaza <miguel at ximian.com>
Flush
Commit. Please do not reformat gratuitously
First pass at mini man page
Update
2003-04-08 Miguel de Icaza <miguel at ximian.com>
2002-12-12 Miguel de Icaza <miguel 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-15 Miguel de Icaza <miguel at ximian.com>
2002-12-17 Miguel de Icaza <miguel at ximian.com>
2002-12-17 Ravi Pratap <ravi at ximian.com>
2002-12-18 Miguel de Icaza <miguel at ximian.com>
2002-12-18 Ravi Pratap <ravi at ximian.com>
2002-12-14 Jaroslaw Kowalski <jarek at atm.com.pl>
2002-12-19 Miguel de Icaza <miguel at ximian.com>
2002-12-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Use Path.GetFileNameWithoutExtension so an exception is not thrown when extensionless outputs are used
Oops, revert debugging code
2002-12-21 Ravi Pratap <ravi at ximian.com>
2002-12-21 Miguel de Icaza <miguel at ximian.com>
2002-12-22 Miguel de Icaza <miguel at ximian.com>
2002-12-22 Miguel de Icaza <miguel at ximian.com>
2002-12-28 Miguel de Icaza <miguel at ximian.com>
2002-12-29 Miguel de Icaza <miguel at ximian.com>
Add REGION flag to #region directives, and add checks to make sure that regions are being poped correctly
Tue Jan 7 18:23:44 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 7 18:32:24 CET 2003 Paolo Molaro <lupus at ximian.com>
2003-01-07 Miguel de Icaza <miguel at ximian.com>
2003-01-07 Miguel de Icaza <miguel at ximian.com>
2003-01-08 Martin Baulig <martin at ximian.com>
2003-01-08 Martin Baulig <martin at ximian.com>
2003-01-08 Miguel de Icaza <miguel at ximian.com>
2003-01-08 Miguel de Icaza <miguel at ximian.com>
2003-01-08 Miguel de Icaza <miguel at ximian.com>
2003-01-09 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Sun Jan 12 19:58:42 CET 2003 Paolo Molaro <lupus at ximian.com>
Add Cleanup method, also fix #region error messages.
2003-01-13 Duncan Mak <duncan at ximian.com>
Add cleanup call.
Tue Jan 14 10:36:49 CET 2003 Paolo Molaro <lupus at ximian.com>
2003-01-15 Miguel de Icaza <miguel at ximian.com>
Set file name when specified with #line
2003-01-17 Miguel de Icaza <miguel at ximian.com>
2003-01-18 Zoltan Varga <vargaz at freemail.hu>
2003-01-20 Gonzalo Paniagua Javier <gonzalo at ximian.com>
~head -4 ChangeLog~
2003-01-21 Nick Drochak <ndrochak at gol.com>
delete garbage
2003-01-21 Tim Haynes <thaynes at openlinksw.com>
2003-01-22 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-01-23 Miguel de Icaza <miguel at ximian.com>
2003-01-27 Pedro Martinez Juli� <yoros at wanadoo.es>
2003-01-27 Gonzalo Paniagua Javier <gonzalo at ximian.com>
Combine some if statements.
2003-01-28 Pedro Mart <yoros at wanadoo.es>
Tue Jan 28 17:30:57 CET 2003 Paolo Molaro <lupus at ximian.com>
2003-01-29 Miguel de Icaza <miguel at ximian.com>
Add parameters and locals set in catch blocks that might return to set vector
Check access levels when resolving types
2003-01-30 Miguel de Icaza <miguel at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-02 Martin Baulig <martin at ximian.com>
2003-02-03 Miguel de Icaza <miguel at ximian.com>
2003-02-07 Martin Baulig <martin at ximian.com>
Sat Feb 8 12:58:06 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Feb 8 17:03:16 CET 2003 Paolo Molaro <lupus 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>
2003-02-09 Martin Baulig <martin at ximian.com>
2003-02-12 Zoltan Varga <vargaz at freemail.hu>
Oops. Wrongg ChangeLog entry
2003-02-12 Miguel de Icaza <miguel at ximian.com>
2003-02-14 Miguel de Icaza <miguel at ximian.com>
2003-02-14 Miguel de Icaza <miguel at ximian.com>
2003-02-14 Miguel de Icaza <miguel at ximian.com>
2003-02-14 Miguel de Icaza <miguel at ximian.com>
2003-02-15 Miguel de Icaza <miguel at ximian.com>
2003-02-17 Miguel de Icaza <miguel at ximian.com>
2003-02-17 Miguel de Icaza <miguel at ximian.com>
2003-02-18 Miguel de Icaza <miguel at ximian.com>
2003-02-18 Miguel de Icaza <miguel at ximian.com>
2003-02-19 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-02-22 Miguel de Icaza <miguel at ximian.com>
2003-02-23 Miguel de Icaza <miguel 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>
2003-02-23 Martin Baulig <martin at ximian.com>
2003-02-25 Miguel de Icaza <miguel at ximian.com>
Another change. Use target.Resolve instead of LValueResolve.
2003-02-25 Miguel de Icaza <miguel at ximian.com>
2003-02-25 Miguel de Icaza <miguel at ximian.com>
2003-02-25 Miguel de Icaza <miguel at ximian.com>
2003-02-27 Martin Baulig <martin at ximian.com>
2003-02-27 Miguel de Icaza <miguel at ximian.com>
2003-02-27 Miguel de Icaza <miguel at ximian.com>
2003-03-03 Miguel de Icaza <miguel at ximian.com>
2003-03-05 Miguel de Icaza <miguel 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-08 Miguel de Icaza <miguel at ximian.com>
2003-03-13 Martin Baulig <martin at ximian.com>
2003-03-17 Miguel de Icaza <miguel at ximian.com>
2003-03-28 Miguel de Icaza <miguel at ximian.com>
2003-03-28 Miguel de Icaza <miguel at ximian.com>
2003-02-25 Miguel de Icaza <miguel at ximian.com>
2003-03-28 Miguel de Icaza <miguel at ximian.com>
2003-03-31 Gonzalo Paniagua Javier <gonzalo at ximian.com>
2003-03-31 Gaurav Vaish <gvaish_mono at lycos.com>
2003-04-01 Zoltan Varga <vargaz at freemail.hu>
2003-04-01 Miguel de Icaza <miguel at ximian.com>
2003-04-01 Miguel de Icaza <miguel at ximian.com>
2003-04-02 Miguel de Icaza <miguel at ximian.com>
Fix compilation.
2003-04-05 Martin Baulig <martin at ximian.com>
2003-04-07 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 Miguel de Icaza <miguel at ximian.com>
2003-04-07 Miguel de Icaza <miguel at ximian.com>
2003-04-07 Martin Baulig <martin at ximian.com>
2003-04-08 Zoltan Varga <vargaz at freemail.hu>
Sync with changes we lost
Add README
Add new test
2003-04-08 Miguel de Icaza <miguel at ximian.com>
2003-04-09 Miguel de Icaza <miguel at ximian.com>
2003-04-09 Miguel de Icaza <miguel at ximian.com>
Remove writeLine
2003-04-09 Miguel de Icaza <miguel at ximian.com>
Improve test
2003-04-10 Miguel de Icaza <miguel at ximian.com>
2003-04-10 Miguel de Icaza <miguel at ximian.com>
Improve test
2003-04-10 Miguel de Icaza <miguel at ximian.com>
2003-04-10 Miguel de Icaza <miguel at ximian.com>
Add private nested public test
Remove useless test
Update tests: add test that passes, add new test
2003-04-10 Miguel de Icaza <miguel at ximian.com>
Update
2003-04-12 Miguel de Icaza <miguel at ximian.com>
2003-04-14 Miguel de Icaza <miguel at ximian.com>
2003-04-14 Miguel de Icaza <miguel at ximian.com>
2003-04-14 Miguel de Icaza <miguel at ximian.com>
2003-04-15 Miguel de Icaza <miguel at ximian.com>
Add GC_DONT_GC to the docs
2003-04-16 Miguel de Icaza <miguel at ximian.com>
Improve test
Update mini docs
2003-04-16 Miguel de Icaza <miguel at ximian.com>
Small fix
update pic, add pic
2003-04-17 Miguel de Icaza <miguel at ximian.com>
Update with links to CORBA.Remoting
Update mini-doc.txt
Add small intro
2003-04-17 Miguel de Icaza <miguel at ximian.com>
missing changelog entry
Missing Changelog entry
Rename for more appropriate naming
Add two errors
2003-04-18 Miguel de Icaza <miguel at ximian.com>
Add more comments
Add more comments
Update Gtk#
We are stricter every day
More updates
A first batch of improvements.
Remove unused variable
Work around bug in CSC from .NET 1.1 bug
Fix makefile, sorry about that
Exclude RuntimeHelpers from the compare version
Exclude RuntimeHelpers from the res version
add windows target
Add new error test
2003-04-18 Miguel de Icaza <miguel at ximian.com>
Couple of fixes to the build: clash of name and parent name
2003-04-18 Miguel de Icaza <miguel at ximian.com>
Type.Namespace can return null for <PrivateImplDetails>
2003-04-18 Miguel de Icaza <miguel at ximian.com>
Another test file
2003-04-18 Miguel de Icaza <miguel at ximian.com>
2003-04-18 Miguel de Icaza <miguel at ximian.com>
update docs
add relaxng validating reader
2003-04-19 Miguel de Icaza <miguel at ximian.com>
2003-04-19 Miguel de Icaza <miguel at ximian.com>
2003-04-19 Miguel de Icaza <miguel at ximian.com>
Flush
2003-04-20 Miguel de Icaza <miguel at ximian.com>
2003-04-20 Miguel de Icaza <miguel at ximian.com>
2003-04-20 Igor Nosyryev <nosyryev at attbi.com>
2003-04-20 Miguel de Icaza <miguel at ximian.com>
2003-04-20 Miguel de Icaza <miguel at ximian.com>
Add new error: namespace clashes
2003-04-20 Miguel de Icaza <miguel at ximian.com>
Add new error
Sigh
Flush
More updates
2003-04-21 Miguel de Icaza <miguel at ximian.com>
Add another
Another error
More error loving
Add IExpando interface
update man page
update
Work around for MCS bug: #41607
Archive these files from my generics tree
Add version 2 tests
More backup
Oops, do not override
Revert
Add MIT X11 LICENSE to the class dir
2003-04-23 Miguel de Icaza <miguel at ximian.com>
2003-04-24 Miguel de Icaza <miguel at ximian.com>
Support for iterators, part 1. The only missing functionality is the
Add another test
2003-04-25 Miguel de Icaza <miguel at ximian.com>
Begin
Fix the build
Add test
2003-04-26 Miguel de Icaza <miguel at ximian.com>
2003-04-26 Miguel de Icaza <miguel at ximian.com>
Small bug fix, to render better an acurrate error
Remove team
Update FAQ
more updates
2003-04-27 Miguel de Icaza <miguel at ximian.com>
2003-04-27 Miguel de Icaza <miguel at ximian.com>
Fix to the make install on windows
2003-04-27 Miguel de Icaza <miguel at ximian.com>
2003-04-27 Miguel de Icaza <miguel at ximian.com>
update faq
Forgot this file
Bug fixes + support for locals in iterators. Only parameters are missing.
remove debugging message
Updates
More iterators update, almost there. Only parameter remapping is missing
update
2003-04-28 Miguel de Icaza <miguel at ximian.com>
2003-04-28 Miguel de Icaza <miguel at ximian.com>
Improve
2003-04-28 Miguel de Icaza <miguel at ximian.com>
remove debugging message
Fix makefile
Another one
Add RelaxNG to the build
update nant build file
2003-04-29 Miguel de Icaza <miguel at ximian.com>
2003-04-29 Miguel de Icaza <miguel at ximian.com>
2003-04-29 Miguel de Icaza <miguel at ximian.com>
Small workaround for the stack thing.
Flush
2003-05-01 Miguel de Icaza <miguel at ximian.com>
2003-05-01 Miguel de Icaza <miguel at ximian.com>
2003-05-01 Miguel de Icaza <miguel at ximian.com>
Small fix
2003-05-02 Miguel de Icaza <miguel at ximian.com>
oops
Add -lm
2003-05-02 Miguel de Icaza <miguel at ximian.com>
2003-05-02 Miguel de Icaza <miguel at ximian.com>
update man page
Add paragraph
fix
More errors
Add another error
Add new error
Another error
2003-05-04 Miguel de Icaza <miguel at ximian.com>
another
2003-05-04 Miguel de Icaza <miguel at ximian.com>
Add new test
2003-05-05 Miguel de Icaza <miguel at ximian.com>
2003-05-05 Miguel de Icaza <miguel at ximian.com>
2003-05-05 Miguel de Icaza <miguel at ximian.com>
2003-05-05 Miguel de Icaza <miguel at ximian.com>
2003-05-05 Miguel de Icaza <miguel at ximian.com>
Improve test
Improve flow tests
Update copyrights
Improve test
2003-05-06 Miguel de Icaza <miguel at ximian.com>
Nothing to see here, move along
Commit pending ChangeLog
Bump
Update version
Remove team
Flush main page
Spice up
More candy
2003-05-07 Miguel de Icaza <miguel at ximian.com>
2003-05-07 Miguel de Icaza <miguel at ximian.com>
Update
Improve test
2003-05-09 Miguel de Icaza <miguel at ximian.com>
2003-05-09 Miguel de Icaza <miguel at ximian.com>
flooosh
2003-05-10 Miguel de Icaza <miguel at ximian.com>
2003-05-11 Miguel de Icaza <miguel at ximian.com>
Various changes, they send the the SOAP request, now XmlSerialization is required
Flooosh
2003-05-11 Miguel de Icaza <miguel at ximian.com>
2003-05-11 Miguel de Icaza <miguel at ximian.com>
Fix test
2003-05-11 Miguel de Icaza <miguel at ximian.com>
2003-05-11 Miguel de Icaza <miguel at ximian.com>
Fixes for compiling mPhoto:
Add missing field
2003-05-20 Miguel de Icaza <miguel at ximian.com>
2003-05-20 Philip Van Hoof <spamfrommailing at freax.org>
Add DecimalFormatterTest.cs from Patrick Kalkman
Add UnicodeEncodingTest.cs from Patrick Kalkman
Remap gtkhtml-3.0 to a version with .so.1
Add DoubleFormatterTest
Add new tests
Update with more tests
Flush
Flush
Flush
Change casing
For now, do not reference the Shell, but Mono should be changed to not warn
Ooops, do not force this on everyone
Flush
Update
Update
Fix link
Update faq
Improve test
2003-05-26 Miguel de Icaza <miguel at ximian.com>
2003-05-26 Miguel de Icaza <miguel at ximian.com>
2003-05-26 Miguel de Icaza <miguel at ximian.com>
Improve test
Improved version
2003-05-26 Miguel de Icaza <miguel at ximian.com>
Improve test
A better fix: do not kill the code, just ifdef it out
Improve the using-alias test to include the sample from Zoltan (IKVM)
2003-05-26 Miguel de Icaza <miguel at ximian.com>
2003-05-27 Miguel de Icaza <miguel at ximian.com>
2003-05-28 Miguel de Icaza <miguel at ximian.com>
2003-05-28 Miguel de Icaza <miguel at ximian.com>
update todo
2003-05-28 Miguel de Icaza <miguel at ximian.com>
Add my scratch pad for web services notes
Add licenses
2003-05-29 Miguel de Icaza <miguel at ximian.com>
2003-05-30 Miguel de Icaza <miguel at ximian.com>
Thanks to Lluis' work on the XmlSerializer it is now possible to perform
maybe this is part of the problem
2003-05-30 Miguel de Icaza <miguel at ximian.com>
2003-05-30 Miguel de Icaza <miguel at ximian.com>
2003-05-30 Miguel de Icaza <miguel at ximian.com>
First set of attempts to do RPC, but I need to prefix the method name only,
Add nice link
Add nice link
The gethostname fix
update
2003-06-01 Miguel de Icaza <miguel at ximian.com>
We now do the call correctly (thanks to Lluis input on the namespace issue) to Google,
Ref system.xml
Small touch ups
Flush
Add markup
Message
2003-06-14 Miguel de Icaza <miguel at ximian.com>
Flush
Add new test
update
2003-06-24 Miguel de Icaza <miguel at ximian.com>
Add another test
2003-06-24 Miguel de Icaza <miguel at ximian.com>
2003-06-24 Miguel de Icaza <miguel at ximian.com>
Flush
Port 22 instead of 2200
Flush
Arghhhh
Flush
Flush
Flush
2003-06-28 Miguel de Icaza <miguel at ximian.com>
2003-06-28 Miguel de Icaza <miguel at ximian.com>
Flush
Add new Qt tests
2003-06-29 Miguel de Icaza <miguel at ximian.com>
2003-06-30 Miguel de Icaza <miguel at ximian.com>
Test list
2003-07-01 Miguel de Icaza <miguel at ximian.com>
Add new test
2003-07-01 Miguel de Icaza <miguel at ximian.com>
use webformat
Revert until we track down the RH9 bug
update
2003-07-04 Miguel de Icaza <miguel at ximian.com>
Add new test
2003-07-04 Miguel de Icaza <miguel at ximian.com>
2003-07-04 Miguel de Icaza <miguel at ximian.com>
2003-07-04 Miguel de Icaza <miguel at ximian.com>
update
2003-07-04 Miguel de Icaza <miguel at ximian.com>
Update with an idea
Update with fresh ideas
2003-07-07 Miguel de Icaza <miguel at ximian.com>
2003-07-07 Miguel de Icaza <miguel at ximian.com>
Updated fix to work with the new changes from Martin
2003-07-07 Miguel de Icaza <miguel at ximian.com>
Update
Update
more updates
better version
Update slightly
XrFunctions are now complete and match the Xr implementation.
Make default be Xr
Add section
2003-07-14 Miguel de Icaza <miguel at ximian.com>
various updates
New shot
Flush
Update instructions
Update instructions
2003-07-15 Miguel de Icaza <miguel at ximian.com>
Add new error
Ok, bootstraping makefile
Update
Updated comments
Also build jay
2003-07-17 Miguel de Icaza <miguel at ximian.com>
Add Locale.cs
2003-07-18 Miguel de Icaza <miguel at ximian.com>
Add Locale
Add more multi-assembly tests
2003-07-20 Miguel de Icaza <miguel at ximian.com>
Add generic.cs
Add more errors
Small touch up
Flush
2003-07-21 Miguel de Icaza <miguel at ximian.com>
Add chmod
Add chmod
Add samples
Flus tets
Remove negatives from z format; patch from Ed Thomson <ethomson at sourcegear.com>
2003-07-23 Miguel de Icaza <miguel at ximian.com>
2003-07-23 Miguel de Icaza <miguel at ximian.com>
2003-07-23 Miguel de Icaza <miguel at ximian.com>
Add some comments from Paolo to the file
This import contains a verbatim copy of mcs at the time of this writing;
Initial import of the Generic MCS tree.
Add profile
2003-07-24 Miguel de Icaza <miguel at ximian.com>
Add another test
2003-07-24 Miguel de Icaza <miguel at ximian.com>
Flush changelog entries
Fix build.
Add missing file
Comment fixage
Update
Floush
No point in scaring people
Flush
The book was published
Flush
Trying to fix the regressions on the generics tree; Too many with the
Flush
Merge from main branch
A few memory saving updates from my tree
improve the generics target
2003-07-28 Miguel de Icaza <miguel at ximian.com>
Typo fix
Formatting changes
2003-07-28 Miguel de Icaza <miguel at ximian.com>
2003-07-29 Miguel de Icaza <miguel at ximian.com>
Add IntPtrStream.cs to the build
Patch from Mark
Add missing internalcall declaration
2003-07-29 Miguel de Icaza <miguel at ximian.com>
2003-07-29 Miguel de Icaza <miguel at ximian.com>
2003-07-29 Miguel de Icaza <miguel at ximian.com>
Add more tests
Add new test
Add enumerator tests
2003-07-29 Miguel de Icaza <miguel at ximian.com>
Remove debugging bits
update news
Flush
2003-07-31 Miguel de Icaza <miguel at ximian.com>
Fix from J�rg Rosenkranz <joergr at voelcker.com>
Flush
Flush
2003-08-05 Miguel de Icaza <miguel at ximian.com>
Flush
2003-08-06 Miguel de Icaza <miguel at ximian.com>
Add tests, update tests
Add a multi-array test
2003-08-06 Miguel de Icaza <miguel at ximian.com>
Fix from J�rg Rosenkranz <joergr at voelcker.com>
update
2003-08-07 Miguel de Icaza <miguel at ximian.com>
Import changes from mainline
Flush
2003-08-09 Miguel de Icaza <miguel at ximian.com>
2003-08-09 Miguel de Icaza <miguel at ximian.com>
Flush
Add two-level hash
2003-08-09 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
2003-08-10 Miguel de Icaza <miguel at ximian.com>
Add
2003-08-10 Miguel de Icaza <miguel at ximian.com>
2003-08-10 Miguel de Icaza <miguel at ximian.com>
2003-08-10 Miguel de Icaza <miguel at ximian.com>
Add
Add samples to the dist
Bug fix: missing from patch
Distribute Mono.Http.dll
Distribute other missing assemblies
Close the client, if we dont create the stream
Flush
Flushetyflush
Flush
Applied patch from: David Pickens <dsp at rci.rutgers.edu>
Applied patch from J�rg Rosenkranz to fix bug 47639
Update profiles to use -d: and make generics build use NET_1_1
Flush
Fix
Flush
2003-08-31 Miguel de Icaza <miguel at ximian.com>
Add bug reporting page
2003-09-01 Miguel de Icaza <miguel at ximian.com>
Flush
Update errors
Quick change to fix the build
When compiling CORLIB: pass the INSIDE_CORLIB setting, so X509Certificate class is internal, and not public: Fixes the build
Apply patch from David Sandor (David.Sandor at scigames.com): LIKE expression was not working since the index used was always 0
Flush
Flush
Add wsdl script
Flush
:flush:
:flush:
Flush
Flush
Flush
Flush
flush
Flush
Drop XR from the build; Add ICloneable/IDisposable; Add a few missing methods;
2003-09-21 eran <erand at mainsoft.com>
flush
flush
2003-09-26 Miguel de Icaza <miguel at ximian.com>
Update
Flush
Start using apache again
2003-09-30 Miguel de Icaza <miguel at ximian.com>
Update to latest spec
Add new file
Sort, add
Apply patch from David Waite <mass at akuma.org> that fixes #48710
Add new test
Add missign file
Add new files to the dist
Flush
Patch from Dan Lewisi
Flush
Flush
flush
XSP not ready for production use
flush
flush
Flush
flush
Improve test to check array initializations from enumerations
2003-10-07 Miguel de Icaza <miguel at ximian.com>
2003-10-07 Miguel de Icaza <miguel at ximian.com>
2003-10-07 Miguel de Icaza <miguel at ximian.com>
Next time: test before commit
Next time: test before commit
New test
2003-10-07 Miguel de Icaza <miguel at ximian.com>
Patch from Jochen Wezel: Adds new VisualBasicCodeCompiler
Patch from Jochen Wezel: test for VBCodeProvider
FlushetyFlushage
2003-10-09 Miguel de Icaza <miguel at ximian.com>
Patch from Marco Canini to fix an overflow
Also work for floats
Use the default encoding from the StreamWriter if no encoding was passed
update
Use monologue directly
Fix bug
2003-10-14 Miguel de Icaza <miguel at ximian.com>
Improve with bug 49487 info
2003-10-14 Miguel de Icaza <miguel at ximian.com>
More tests
Thanks to David Waite for the detective work on this bug.
2003-10-15 Miguel de Icaza <miguel at ximian.com>
2003-10-15 Miguel de Icaza <miguel at ximian.com>
Add new Tls directory
Update
Use explanatory message
Remove debugging message
fluhs
Fix the ! operator for traces, and add N: to the trace factiliy
2003-10-19 Miguel de Icaza <miguel at ximian.com>
Makefile fix
flush
Applied patch from perky at FreeBSD.org (Hye-Shik Chang) that adds CP949 codec
Add generator
Update this too
Applied patch from seifert at everybody.org (Jeff Seifert), bug 49553
Casting error bug fix: Applied patches from seifert at everybody.org (Jeff Seifert), that fix #49561
2003-10-20 Miguel de Icaza <miguel at ximian.com>
2003-10-20 Miguel de Icaza <miguel at ximian.com>
Flush
2003-10-23 Miguel de Icaza <miguel at ximian.com>
Improve test to expose bug
Display location for error
In Short:
Update
2003-10-24 Miguel de Icaza <miguel at ximian.com>
Flushage
Small incremental updates
2003-10-26 Miguel de Icaza <miguel at ximian.com>
2003-10-28 Miguel de Icaza <miguel at ximian.com>
Flush
Update for 1.2: 'generics' is the default build name for 1.2
Add new roadmap files.
Flush
Be crystal clear
Be crystal clear
Add graphics
Add Mono 1.0 list of assemblies
Small updates
Build fixes
Flush
Update
Flush
Flush
Flush
Flush
2003-11-04 Miguel de Icaza <miguel at ximian.com>
Make this optional for those who dont have cairo
Flush
Update makefile
2003-11-05 Miguel de Icaza <miguel at ximian.com>
Update list
Update list
2003-11-06 Miguel de Icaza <miguel at ximian.com>
2003-11-06 Miguel de Icaza <miguel at ximian.com>
Add serialization support; We should audit the Exception classes
Its serializable only in 1.2
2003-11-06 Miguel de Icaza <miguel at ximian.com>
Use a prefix, to deambiguate
Fix link
2003-11-11 Wojciech Polak <polak at gnu.org
Add
Applied patch from Marek Safar <marek.safar at seznam.cz> that adds compiler options to the source code
Applied patch from Marek Safar: New error test files for MCS.
Applied patch from Marek Safar to add more error checking.
Update
Flush
2003-11-11 Miguel de Icaza <miguel at ximian.com>
Add InterfaceType attribute
2003-11-11 Miguel de Icaza <miguel at ximian.com>
2003-11-11 Miguel de Icaza <miguel at ximian.com>
2003-11-12 Miguel de Icaza <miguel at ximian.com>
2003-11-12 Miguel de Icaza <miguel at ximian.com>
2003-11-12 Miguel de Icaza <miguel at ximian.com>
2003-11-12 Miguel de Icaza <miguel at ximian.com>
Use mscorlib here
update to reflect reality
2003-11-12 Miguel de Icaza <miguel at ximian.com>
2003-11-12 Miguel de Icaza <miguel at ximian.com>
Improve test
Interface to interface
Flush
2003-11-13 Miguel de Icaza <miguel at ximian.com>
lowercase
Flush
A couple more TODOs
Flush
2003-11-04 Miguel de Icaza <miguel at ximian.com>
oops
Signature fixes for .NET 1.1
Add new files
Updated ;-)
Add this bad boy
Add back tests that somehow have been removed
2003-11-18 Miguel de Icaza <miguel at ximian.com>
Kill GENERICS as the define to use to build the GENERICS build, that is now
Update profile
Build
Applied patch from Laurent Morichetti <l_m at pacbell.net> to add ifdef/else/endif
update docs
Patch from Juraj Skripsky <js at hotfeet.ch> that improves the conformance of
Unix file format + New test from Juraj Skripsky <js at hotfeet.ch>
Signature fixes
Flush
Signature fixes
Flush
Add empty file
Fix
Update
2003-11-20 Juraj Skripsky <js at hotfeet.ch>
Add new tests from Juraj
Applied patch from Victor Vatamanescu that adds Db2Client API
Db2 mapping
Add to right place
2003-11-21 Miguel de Icaza <miguel at ximian.com>
Apply patch from Wojciech Polak <polak at gnu.org>, updates errno values
2003-11-22 Miguel de Icaza <miguel at ximian.com>
2003-11-22 Miguel de Icaza <miguel at ximian.com>
2003-11-22 Miguel de Icaza <miguel at ximian.com>
2003-11-24 Miguel de Icaza <miguel at ximian.com>
2003-11-25 Miguel de Icaza <miguel at ximian.com>
Add new test
update
2003-11-25 Miguel de Icaza <miguel at ximian.com>
add
update
testagain
up
Fix build
Add missing method
2003-11-26 Miguel de Icaza <miguel at ximian.com>
Add old test
2003-11-25 Miguel de Icaza <miguel at ximian.com>
API signature fix
Style
2003-11-26 Miguel de Icaza <miguel at ximian.com>
Dummy
Add new test
2003-11-26 Miguel de Icaza <miguel at ximian.com>
2003-11-27 Miguel de Icaza <miguel at ximian.com>
This was not a bug
Improve
Small update
Add new test for bug 51446
2003-11-27 Miguel de Icaza <miguel at ximian.com>
Applied patch from Philipp <pixelpapst at users.sourceforge.net>
2003-11-29 Miguel de Icaza <miguel at ximian.com>
2003-11-28 Miguel de Icaza <miguel at ximian.com>
Rename Cairo.Object -> Cairo.Graphics
2003-11-29 Miguel de Icaza <miguel at ximian.com>
SignatureFix
Remove
More WinForms
update docs
Up
flush
Update
Ah, missing
Update Mono to point to xsp.1
2003-11-21 Juraj Skripsky <js at hotfeet.ch>
Flush
Removed old file
Update mono-todo, add todo, which is just a scratch area
Revert the patches from Anirban
Add configure script
Ben pointed this out
Updated
Another good catch
Add link to Flat API
update
Update to new component names
Fix
Update
2003-11-13 Andreas Nahr <ClassDevelopment at A-SoftTech.com>
Updated
Update with testing instructions
Update with testing instructions
Update docs
Flush
Flush
initial doc
Add bunch of Posix calls
Add make-map.cs tool
Update
Small updates to perf doc and postgress
Revert this patch, as it introduced a bug: 52587
Add new test, for testing 52587
Updated some notes, and:
2004-01-06 Miguel de Icaza <miguel at ximian.com>
Forgot to make this internal
2004-01-06 Miguel de Icaza <miguel at ximian.com>
2004-01-06 Miguel de Icaza <miguel at ximian.com>
Remove non-POSIX flags
Update, some people got confused
Update
2004-01-06 Miguel de Icaza <miguel at ximian.com>
Improve test
2004-01-07 Miguel de Icaza <miguel at ximian.com>
Indentation
Improve test
Improve test
2004-01-07 Miguel de Icaza <miguel at ximian.com>
Improve
2004-01-07 Miguel de Icaza <miguel at ximian.com>
2004-01-07 Miguel de Icaza <miguel at ximian.com>
Applied Patch from Marek Safar
Applied patch from Marek Safar
2004-01-07 Miguel de Icaza <miguel at ximian.com>
Small update from Peter's posting
Nothing to see here, move along
Flush
Remove this until we get the packages signed
Flush
Add bug fix to fullbuild
Add
2004-01-08 Miguel de Icaza <miguel at ximian.com>
Update man page with Zoltan's new improvements
update
2004-01-09 Miguel de Icaza <miguel at ximian.com>
Use monologue
Ah, thta was a mistake, its not ready
Update
Add new docs
Flush
Add two more links
Add two more links
Flush
2004-01-12 Miguel de Icaza <miguel at ximian.com>
Flush
Escape backslashed
Update
2004-01-10 Miguel de Icaza <miguel at ximian.com>
Flush
remove my mistake
Add new error
Implement Method Group Conversions (34.8) from the Anonymous Methods spec.
Add new test
Update
update
Fix
Update
Add sn
More flush
2004-01-17 Miguel de Icaza <miguel at ximian.com>
Improve test to cover 52853
2004-01-17 Miguel de Icaza <miguel at ximian.com>
Add
2004-01-18 Miguel de Icaza <miguel at ximian.com>
Apply patches from Neale Ferguson for s390 support
Flush
2004-01-18 Miguel de Icaza <miguel at ximian.com>
revert this one, it broke test-68
2004-01-20 Miguel de Icaza <miguel at ximian.com>
Document
Fix some broken links
More link fixage
More links fixed
More links fixed
More links fixed
Last batch
Fix
Add Ada
Revert this patch, as it breaks the compiler
2004-01-21 Miguel de Icaza <miguel at ximian.com>
new test
Remove debugging message
Improve text
Update, just so everyone has it
Improve error handling
Formatting changes
Documentation updates
Format update
Indentation
2004-01-26 Miguel de Icaza <miguel at ximian.com>
Update
Update error list
New errors, handled on the anonymous-methods branch
Indendation
Remove GDI+ from build
Removed gdiplus from the C# module
Remove gdiplus hack
2004-01-31 Miguel de Icaza <miguel at ximian.com>
2004-01-31 Miguel de Icaza <miguel at ximian.com>
Update
Ok, release
Add new file
Improve test
2004-02-01 Miguel de Icaza <miguel at ximian.com>
Workaround from Dick to the string.Replace bug
Update
Flush
Up after release
Flush
Update
up
2004-02-07 Miguel de Icaza <miguel at ximian.com>
Improve
2004-02-07 Miguel de Icaza <miguel at ximian.com>
2004-02-07 Miguel de Icaza <miguel at ximian.com>
Improve test to include a case for #53696
2004-02-07 Miguel de Icaza <miguel at ximian.com>
Flush
Fix regression in the compiler
update todo
ChangeLog entry
2004-02-11 Miguel de Icaza <miguel at ximian.com>
updates
Link
Spell check
Put the status at the top
Update
Add libgdiplus
Add new DB2 provider from Victor
Flush
2004-02-22 Miguel de Icaza <miguel at ximian.com>
2004-02-15 Miguel de Icaza <miguel at ximian.com>
Update
Flush
update
More updates
Remove merge conflict
Rename function, to fix build
Add support for detecting amd64 patch from Zalman Stern + report NPTL use
Add support amd64 to the atomic functions patch from Zalman Stern
Add support amd64 patch from Zalman Stern
Add amd64 support patch from Zalman Stern
Remove doc directory
Update Makefile
remove files, they moved to mono/docs
Remove
Update Makefile
Update this one too
Update this one too
Love the Makefile
Remove duplicate
Flushage
2004-02-26 Miguel de Icaza <miguel at ximian.com>
2004-02-27 Miguel de Icaza <miguel at ximian.com>
Flush
Add x86-64 directory
Remove amd64
2004-02-27 Miguel de Icaza <miguel at ximian.com>
Flush
Add
2004-02-29 Ben Maurer <bmaurer at users.sourceforge.net>
Flush
Remove aboslute paths
update instructions
Updated coding guidelines
Update
Update
2004-03-08 Miguel de Icaza <miguel at ximian.com>
2004-03-08 Miguel de Icaza <miguel at ximian.com>
Update
2004-03-10 Joerg Rosenkranz <JoergR at voelcker.com>
2004-03-11 Miguel de Icaza <miguel at ximian.com>
Updated
2004-03-11 Miguel de Icaza <miguel at ximian.com>
Update
2004-03-11 Miguel de Icaza <miguel at ximian.com>
update
Flush
Add new error check
2004-03-13 Miguel de Icaza <miguel at ximian.com>
2004-03-13 Miguel de Icaza <miguel at ximian.com>
Add resgen
Added
fix
2004-03-13 Miguel de Icaza <miguel at ximian.com>
Improve
2004-03-13 Miguel de Icaza <miguel at ximian.com>
Added new error
2004-03-15 Miguel de Icaza <miguel at ximian.com>
2004-03-15 Miguel de Icaza <miguel at ximian.com>
update
2004-03-14 Gustavo Gir�ldez <gustavo.giraldez at gmx.net>
2004-03-15 Miguel de Icaza <miguel at ximian.com>
2004-03-15 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
This change breaks the build: MCS is not ready for it
Revert my revert, the compiler has raised to the occasion
2004-03-15 Miguel de Icaza <miguel at ximian.com>
Indent, indent
dos2unix
Update
Add x86-64
Flush
Added back
Rename, since stupid cvs gets confused with the dash in x86-64
renamed again
Add
Move the platform dependent code here; Temporary solution until I get time to redo it like Paolo suggested
Add refresh target
Remove shared library building from here
update
up
Add
Dont build this on Windows
Improve error checking
Flush
FixBuild
Fixety poo
Update
Update
Update web
update link
Use new defines for the JIT
Update
README
Flush
Add include directory
Update
Update after testing
2004-03-19 Miguel de Icaza <miguel at ximian.com>
Add new test
2004-03-29 Miguel de Icaza <miguel at ximian.com>
2004-03-29 Miguel de Icaza <miguel at ximian.com>
Use -unsafe instead of --unsafe in error messages
2004-03-29 Miguel de Icaza <miguel at ximian.com>
2004-03-29 Miguel de Icaza <miguel at ximian.com>
Improve test
2004-03-29 Miguel de Icaza <miguel at ximian.com>
update
2004-03-29 Ben Maurer <bmaurer at users.sourceforge.net>
Added new test
2004-03-30 Miguel de Icaza <miguel at ximian.com>
Add new test
2004-03-30 Miguel de Icaza <miguel at ximian.com>
Add
2004-03-30 Miguel de Icaza <miguel at ximian.com>
Add options
Revert until we fix the regression on test-169
Flush
Flush
MCS now checks for CLS compliance.
Update
Flush
Add new tests
Patch from Joerg Rosenkranz
2004-04-04 Miguel de Icaza <miguel at ximian.com>
Parameter capturing test
2004-04-05 Marek Safar <marek.safar at seznam.cz>
2004-04-05 Miguel de Icaza <miguel at ximian.com>
Added test
Revert mistake
Add
2004-04-06 Miguel de Icaza <miguel at ximian.com>
Remove from build
Another one gone
2004-04-07 Miguel de Icaza <miguel at ximian.com>
2004-04-07 Miguel de Icaza <miguel at ximian.com>
Add new errors
Add
2004-04-06 Miguel de Icaza <miguel at ximian.com>
2004-04-10 Miguel de Icaza <miguel at ximian.com>
2004-04-06 Ben Maurer <bmaurer at users.sourceforge.net>
errors
Flush
Flush
Fix
2004-04-11 Miguel de Icaza <miguel at ximian.com>
2004-04-13 Miguel de Icaza <miguel at ximian.com>
2004-04-13 Miguel de Icaza <miguel at ximian.com>
2004-04-13 Miguel de Icaza <miguel at ximian.com>
Update
Added missing semicolons
Add new iterators test
Large iterator refactoring, needed for some changes in the anonymous methods
2004-04-14 Miguel de Icaza <miguel at ximian.com>
2004-04-15 Miguel de Icaza <miguel at ximian.com>
Flush
Up
remove astray char
2004-04-19 Miguel de Icaza <miguel at ximian.com>
Add
2004-04-21 Miguel de Icaza <miguel at ximian.com>
Flush
2004-04-22 Miguel de Icaza <miguel at ximian.com>
2004-04-23 Miguel de Icaza <miguel at ximian.com>
Improve test
Change BIND_ROOM to 4 for now
2004-04-23 Miguel de Icaza <miguel at ximian.com>
2004-04-25 Miguel de Icaza <miguel at ximian.com>
Update
Align options, update doc
240 does not pass
This does no longer exist here
Add update from Joshua here
Flush
2004-04-27 Miguel de Icaza <miguel at ximian.com>
2004-04-28 Miguel de Icaza <miguel at ximian.com>
Sencond part of the patch
Indendation fixes, get PPC up to speed to latest API changes
remove a few warnings and dead code
Couple of other warnings out
revert, it was wrong, breaks the Unix build
Flush
2004-04-29 Miguel de Icaza <miguel at ximian.com>
Make argument handling decent
Remove missing assemblies
More verbosity
update
Make monocharge work
Only use the GAC
Fix
Remove from build assemblies that we no longer support. Rationale: they are not signed
Remove patch that *did* regress the build, it was even flagged on Bugzilla
Add
2004-05-01 Miguel de Icaza <miguel at ximian.com>
Flush
Endian fix, attempt for the Mac
that was a useless patch
2004-05-02 Miguel de Icaza <miguel at ximian.com>
Fix
First batch of changes
This did not make it
Version
flush
Ignore error on uninstall, we have a greedy removed
Exitcode fix
Do not remove files on make clean for regular users
2004-05-03 Miguel de Icaza <miguel at ximian.com>
Update web
Add --with-icu=yes/no
2004-05-03 Miguel de Icaza <miguel at ximian.com>
Fix versions
update to use /package
Be more verbose
Fix
Also update this
update usage
My version is better
This was broken
1.0 instead of 1.1
Flush
Reverting incorrect removal
Need config to remap calls to libc, from Mono.Posix, used by gacutil
Up
up
one by one
:Flush
gmcs too
LastOne
update this one
The real fix
Drop Mono.Posix dep, its simpler to bind it here
Add nice reporting
Update to include echos
For the Beta1, we will fix later
Map our internal codes to the C# codes
Remove gtk#
Update CVS
Fix
Fix
2004-05-07 Miguel de Icaza <miguel at ximian.com>
Typo fix
Flush
Fix Build
Add new test
Add new tests
2004-05-09 Miguel de Icaza <miguel at ximian.com>
The logic was wrong here, it worked because of a codepath not covered, fixes #57895
Update test
2004-05-09 Miguel de Icaza <miguel at ximian.com>
Flush
Flush
New hacker for the Hall of Fame
Flush
flush
Gone
Flush
Update
Mhm
flush
update
NetBSD GC patches from recht at netbsd.org
Fix potential leak
Update with Massi's idea
Update
Flush
2004-05-13 Miguel de Icaza <miguel at ximian.com>
FixetyFix
Patch from Gonzalo to improve pkg-config handling
Flush
Flush
Add a few names
Disable anonymous methods
Fix build
Fix build
Flush
Fix from Marek to fix pinvoke3.cs
Flush
2004-05-17 Miguel de Icaza <miguel at ximian.com>
Update
2004-05-18 Miguel de Icaza <miguel at ximian.com>
Add new file
update
Improve
Flush
Flush
Add warning
Remove debugging message
Flush
Like this
2004-05-10 Joerg Rosenkranz <joergr at voelcker.com>
2004-05-24 Anders Carlsson <andersca at gnome.org>
Inner release
2004-05-25 Miguel de Icaza <miguel at ximian.com>
Revert the last two patches, they regress
Link libmono statically, its easier to debug, per irc discussion today
*** empty log message ***
2004-05-26 Miguel de Icaza <miguel at ximian.com>
Remove old stale directory
2004-05-26 Miguel de Icaza <miguel at ximian.com>
2004-05-27 Miguel de Icaza <miguel at ximian.com>
2004-05-27 Miguel de Icaza <miguel at ximian.com>
Up
up
update
Update
2004-05-30 Miguel de Icaza <miguel at ximian.com>
Start
Add new test files
Updated with new tests
2004-05-31 Miguel de Icaza <miguel at ximian.com>
UPdate
This is Beta2
version
version
2004-06-01 Miguel de Icaza <miguel at ximian.com>
Flush
Flsuh
Fix
2004-06-03 Miguel de Icaza <miguel at ximian.com>
Try this
Flush
Update
fix
2004-06-05 Miguel de Icaza <miguel at ximian.com>
2004-06-07 Miguel de Icaza <miguel at ximian.com>
Flush
Disable 269 until #59750 is fixed
Sort
API signature fixes
Flush
AddBreak
2004-06-09 Miguel de Icaza <miguel at ximian.com>
2004-06-09 Miguel de Icaza <miguel at ximian.com>
2004-06-10 Miguel de Icaza <miguel at ximian.com>
Not yet
Remove FIXMEs: they are flagged as TODOs
Version
Version
Revert Gert's patch until its fixed
Flush
Lets hide this
Flush
Revert
Flush
Fix
Floush
Add inline documentation to the class API
Add more inline docs, to be extracted later with a tool
Add Marek to the about section
Flush
Flush
fix
2004-06-23 Miguel de Icaza <miguel at ximian.com>
Add INTL macro, for the libintl library
Add Edd's Catalog
flush
flush
Flush
Up
Fixed licenses
Flush
Fix for NetBSD from Marc Recht
1.0
Update
update
Flushage
Flush
Update CVS policies
Commit from head
Applied patch from Zoltan from HEAD
Bring another patch from HEAD from Zoltan
2004-07-07 Miguel de Icaza <miguel at ximian.com>
2004-07-07 Miguel de Icaza <miguel at ximian.com>
Update TODO OTODO
2004-07-09 Miguel de Icaza <miguel at ximian.com>
2004-07-09 Miguel de Icaza <miguel at ximian.com>
New errors
Switch implementations
Spelling
Ok, Managed.Windows.Forms needs to mature a bit more
Two perl files gone
2004-07-17 Miguel de Icaza <miguel at ximian.com>
2004-07-17 Miguel de Icaza <miguel at ximian.com>
Add new test
Fix
Add test to this branch too
2004-07-17 Miguel de Icaza <miguel at ximian.com>
2004-07-17 Miguel de Icaza <miguel at ximian.com>
2004-07-19 Miguel de Icaza <miguel at ximian.com>
2004-07-19 Miguel de Icaza <miguel at ximian.com>
Up
Update with some comments from Zoltan
2004-08-04 Miguel de Icaza <miguel at ximian.com>
Flush
Add
2004-08-04 Miguel de Icaza <miguel at ximian.com>
Add
2004-08-04 Marek Safar <marek.safar at seznam.cz>
Add
1.0.1
1.1.1
update
Remove removed files
Add s390x
Document -addmodule
Do not use a single line
Remove all non-implemented bit from the output
Apply patch from Zoltan on this branch too: Bug #62331.
2004-08-23 Zoltan Varga <vargaz at freemail.hu>
Style
2004-09-01 Miguel de Icaza <miguel at ximian.com>
2004-09-01 Miguel de Icaza <miguel at ximian.com>
Doc update
Synchronized with the web/ version
2004-09-06 Miguel de Icaza <miguel at ximian.com>
2004-09-06 Miguel de Icaza <miguel at ximian.com>
Add new test
2004-09-06 Miguel de Icaza <miguel at ximian.com>
Add new test
2004-09-07 Miguel de Icaza <miguel at ximian.com>
2004-09-07 Miguel de Icaza <miguel at ximian.com>
2004-09-07 Miguel de Icaza <miguel at ximian.com>
2004-09-07 Miguel de Icaza <miguel at ximian.com>
2004-09-08 Miguel de Icaza <miguel at ximian.com>
Fix ArgumentNullException arguments, thanks Sebastien
2004-09-08 Miguel de Icaza <miguel at ximian.com>
Add wsdl2.exe to the dist
Add wsdl2 page, update wsdl man page
Add new script
Up
up this
Up
Back to 2 for now, temporarily
Some warning removal, and dead code elimination, brought to you by -warn:4
2004-08-22 John Luke <john.luke at gmail.com>
2004-09-19 Miguel de Icaza <miguel at ximian.com>
2004-09-19 Miguel de Icaza <miguel at ximian.com>
2004-09-20 John Luke <jluke at cfl.rr.com>
2004-09-20 John Luke <jluke at cfl.rr.com>
Add -g
pain
plug
Flush
2004-09-23 Miguel de Icaza <miguel at ximian.com>
update with some notes
2004-09-14 Everaldo Canut <everaldo_canuto at yahoo.com.br>
Just rename the damn file
Add System.IO.Compression from Chris Lahey (clahey at ximian.com)
Apply fix from joe.gasiorek at gmail.com (Joe Gasiorek)
Update
Add zlib_macros.c from Chris Lahey
nullref is what should be printed out here
2004-10-04 Miguel de Icaza <miguel at ximian.com>
Improve test to handle constants of classes whose value is null
1.0.3
2004-10-09 Miguel de Icaza <miguel at ximian.com>
Add new test 308
2004-10-10 Miguel de Icaza <miguel at ximian.com>
Revert my patch to constants, they broke corlib and System
Style fix
Add tests for TextInfo
2004-10-14 Miguel de Icaza <miguel at ximian.com>
2004-10-14 Miguel de Icaza <miguel at ximian.com>
2004-10-14 Miguel de Icaza <miguel at ximian.com>
Removed two TODOs
Fix build
Delegate
Flusheroo
Update url
2004-10-26 Miguel de Icaza <miguel at ximian.com>
Add anonymous method tests
2004-10-17 Miguel de Icaza <miguel at ximian.com>
Add my file that I use to remember what am doing
Helper script
Tastyness
Updateroo
Flusheroo
Update with MONO_XMLSERIALIZER_THS docs, and sort the env variable section
Update
2004-10-27 Miguel de Icaza <miguel at ximian.com>
Patch so we can bootstrap with older mcs
Add another test case, this was a recent regression
Update
Oops
Fix Ben's build issue
Update
Update
Up
Improve
Version
Version
Please test before you commit
Update with anonymous method documentation
Add new error
New test
up
parameter4 is known to fail
2004-11-01 Miguel de Icaza <miguel at ximian.com>
2004-11-01 Miguel de Icaza <miguel at ximian.com>
Add test
Update Makefile
Include in the build
2004-11-02 Miguel de Icaza <miguel at ximian.com>
Remove known failure
Update
Test was wrong
2004-11-02 Miguel de Icaza <miguel at ximian.com>
Revert until I fix the regression
2004-11-03 Miguel de Icaza <miguel at ximian.com>
2004-11-03 Miguel de Icaza <miguel at ximian.com>
135 while its broken
Enable 135 again
2004-11-05 Miguel de Icaza <miguel at ximian.com>
2004-11-05 Miguel de Icaza <miguel at ximian.com>
Deal with gmcs not being merged
flush
Fix another miss-use of MemberName
Add new error case
2004-11-07 Miguel de Icaza <miguel at ximian.com>
Up
Test
Test
Added files removed during import
Add libgc to mono
Moved libgc here too
Test
This fixes it
properties
Update
Fix
Commit
Remove property
Update
Remove docs from mono-1-0 branch
Add compatibility syscalls that were in use
Update helper errors to use the -pkg syntax when needed, patch from iain at mccoy.id.au (Iain McCoy)
Add new test from for bug #69361
2004-11-17 Miguel de Icaza <miguel at ximian.com>
Update CodingStyle guidelines
2004-11-22 Miguel de Icaza <miguel at ximian.com>
New SystemInformation.cs file
2004-11-21 Ravindra <rkumar at novell.com>
Fix the unsafe stuff
Fixed CRLF introduced by Marek.
Set propstyle for this module
propstyle here too
I do not care about history loosing here
Same here: propset to keep line endings sane
Add yacc_verbose_flag supprot
Add yacc_verbose_flag support
Add yacc_verbose_flag support
Update yacc_verbose_flag usage
Here too
Here too
2004-11-25 Miguel de Icaza <miguel at ximian.com>
2004-11-25 Miguel de Icaza <miguel at ximian.com>
2004-11-25 Miguel de Icaza <miguel at ximian.com>
ChangeLog somehow did not get commited
2004-11-25 Miguel de Icaza <miguel at ximian.com>
First pass at moving .exe programs out of $bindir
First pass at taking .exe out of bindir
Move various development tools that are seldomly used to the
Fix
Second pass of moving .exe files into a separate directory
Lowercase the directory
Third pass
Third pass
Third pass
Add error
ilasm update
Include more LICENSE details
Remove monoresgen from here
Final changes
update
Update
Last couple of changes, thanks Ben
Typo
More .exe removal
Adjust .exe install dir
Update resgen location
oops
Add tools/resgen before the class libs
Am afraid something is inserting Control-ems here
Rename the error
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Update error to be an actual error, currently it was a failure in the compiler
Now rename it to be the proper error
Now rename it to be the proper error
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Add compiler options so the test passes
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Update test
This error was not a cs0029, it was a cs0664.cs, and the test is effectively duplicated in cs00664-2.cs
Remove empty test case
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Updated errors to reflect the rapid bug fixing and incredible talents of the MCS team
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Remove error test that was corrupted
2004-11-26 Miguel de Icaza <miguel at ximian.com>
An n-prong attack on bugs: Update even more error messages
2004-11-26 Miguel de Icaza <miguel at ximian.com>
2004-11-26 Miguel de Icaza <miguel at ximian.com>
Removed my table, and reuse the table that Jackson had put in place.
2004-11-27 Miguel de Icaza <miguel at ximian.com>
Add new mkbundle tool
Add man page
Change defaults
2004-11-27 Miguel de Icaza <miguel at ximian.com>
Remove conditional bundle supprot here
More efficient script generation, borrowed from xsp/script directory
Give this Makefile, the sorting tender love of a clean list of targets
Add scripts
Another masterful innovation from MonoLabs\!
An updated man page brings love to earth
2004-11-28 Miguel de Icaza <miguel at ximian.com>
Turn off ICU by default as planned
Updated inline documentation
Added the start of documentation scripts to document the VM
More documentation on object.c
Remove old cruft
Cleanup for API purposes
Add documentatin framework, templates, etc
Revert mistaken commit
Thanks Peter, missing file
Source code styling to get the doc tools to work
Update, will continue the magic tomorrow
Love
Proper bug fix number
More changes to improve the documentation output
Improve output
Further Love
More loving
Document MONO_AOT_CACHE
Use Sebastiens example from his blog
2004-12-01 Miguel de Icaza <miguel at ximian.com>
New test for bug 62054
2004-12-01 Miguel de Icaza <miguel at ximian.com>
2004-12-01 Miguel de Icaza <miguel at ximian.com>
Revert regression
2004-12-02 Miguel de Icaza <miguel at ximian.com>
2004-12-02 Miguel de Icaza <miguel at ximian.com>
Use CSC command line option
2004-12-02 Miguel de Icaza <miguel at ximian.com>
Add new test for bug 70150
2004-12-02 Miguel de Icaza <miguel at ximian.com>
2004-12-02 Miguel de Icaza <miguel at ximian.com>
Add covariance tests from Carlos Alberto Cortez
Add compiler options
Fix build, and make the tests have a uniform naming
2004-12-03 Miguel de Icaza <miguel at ximian.com>
Fix error reporting for cs1722/cs1721
2004-12-05 Miguel de Icaza <miguel at ximian.com>
Add to this list
2004-12-05 Miguel de Icaza <miguel at ximian.com>
Update
2004-12-02 Miguel de Icaza <miguel at ximian.com>
update
Add reference
2004-12-06 Miguel de Icaza <miguel at ximian.com>
Update
update
Update to show 'disabled' only if features are disabled
Rename the tool
Update this too
2004-12-08 Miguel de Icaza <miguel at ximian.com>
2004-12-08 Miguel de Icaza <miguel at ximian.com>
My mistake
2004-12-09 Miguel de Icaza <miguel at ximian.com>
Hardcode this badboy
Set the proper variables in the 'mcs' dir, so that there are no side-effects
Update
Add
Update to latest changes
2004-12-13 Miguel de Icaza <miguel at ximian.com>
2004-12-13 Miguel de Icaza <miguel at ximian.com>
Make this quiet, like MCS
Remove warning
Remove warning
Add new test
2004-12-14 Miguel de Icaza <miguel at ximian.com>
Update
Document new stat profiler, and fix the man page to format nicely
Update AOT docs
2005-01-05 Miguel de Icaza <miguel at ximian.com>
2005-01-06 Miguel de Icaza <miguel at ximian.com>
Add new test case
2005-01-08 Miguel de Icaza <miguel at ximian.com>
New errors
2005-01-08 Miguel de Icaza <miguel at ximian.com>
Fix coding style
Fix build
2005-01-08 Miguel de Icaza <miguel at ximian.com>
2005-01-08 Miguel de Icaza <miguel at ximian.com>
2005-01-08 Miguel de Icaza <miguel at ximian.com>
2005-01-08 Miguel de Icaza <miguel at ximian.com>
2004-01-08 Sebastien Pouliot <sebastien at ximian.com>
Oops, the test was wrong
Update man page
Update to __Internal
Add new BMCS: based on Jambu's code but migrated to 'gmcs' so we get generics support
Remove unused files
Add new diff target
2005-01-11 Peter Bartok <pbartok at novell.com>
Forgot to add the file
Fix pass 1
Remove until we fix it
Add new error
2005-01-13 Miguel de Icaza <miguel at ximian.com>
Flush
Remove invalid error
Another pass
Back in
Updates
remove test 334, as that one fails
Distribute jni.h
include mint and caspol
Update
First pass, many more to go
Add bug compatibility with .NET 1.1
More Improvements
Exclude NotWorking and ValueAdd categories from tests
More tests
Update
Updated
2005-01-17 Miguel de Icaza <miguel at ximian.com>
Add
2005-01-18 Miguel de Icaza <miguel at ximian.com>
Must not throw
Make this bold
Add error test
Fix the messages, I was getting sick of them
Missing ChangeLog entries
2005-01-19 Miguel de Icaza <miguel at ximian.com>
2005-01-19 Miguel de Icaza <miguel at ximian.com>
eol-style
2005-01-20 Miguel de Icaza <miguel at ximian.com>
2005-01-22 Miguel de Icaza <miguel at ximian.com>
Add Prj2Make from Francisco Martinez
Flush
Do not use --stacktrace
Set svn:eol-style to native
Add script
Add Francisco's prj2make
2005-01-22 Miguel de Icaza <miguel at ximian.com>
2005-01-22 Miguel de Icaza <miguel at ximian.com>
Add new test from Alp Toker
2005-01-21 Alp Toker <alp at atoker.com>
2005-01-21 Alp Toker <alp at atoker.com>
2005-01-23 Miguel de Icaza <miguel at ximian.com>
Add missing test
Merge into ChangeLog
2005-01-29 Miguel de Icaza <miguel at novell.com>
2005-01-29 Miguel de Icaza <miguel at novell.com>
Update Makefile
2005-01-29 Miguel de Icaza <miguel at novell.com>
2005-01-29 Miguel de Icaza <miguel at novell.com>
Shut up compiler
Moved the now deprecated System.Windows.Forms
2005-01-31 Kazuki Oikawa <kazuki at panicode.com>
Add new tests, enable old friends
2005-01-31 mei (mei at work.email.ne.jp)
Commit test from mei at work.email.ne.jp, fixes 70451
Another bug fix from Kazuki, fixes bug: 71297
Update test, Kazuki fixed 71297
Fix
Add test attribute, thanks Hari
Make private
Less noise, remove the warning on deprecated attributes for Tests
Moved the old Mono JIT
Fix from Kazuki Oikaw
Update version number
Update version numbers
2005-02-01 Miguel de Icaza <miguel at novell.com>
Patch from Ben S. Stahlhood II (bstahlhood at gmail.com)
2005-02-06 Miguel de Icaza <miguel at novell.com>
2005-02-07 Miguel de Icaza <miguel at novell.com>
Up
Update
Oops
2005-01-30 Miguel de Icaza <miguel at novell.com>
Add new test
2005-02-11 Miguel de Icaza <miguel at novell.com>
Add new test
2005-02-11 Miguel de Icaza <miguel at novell.com>
2005-02-11 Miguel de Icaza <miguel at novell.com>
2005-02-11 Miguel de Icaza <miguel at novell.com>
2005-02-11 Miguel de Icaza <miguel at novell.com>
Remove debugging comment
Another debugging message
Update the documentation API with new methods
2005-02-14 Miguel de Icaza <miguel at novell.com>
Add more attributes
2005-02-16 Miguel de Icaza <miguel at novell.com>
2005-02-16 Miguel de Icaza <miguel at novell.com>
Set default
Update
2005-02-19 Miguel de Icaza <miguel at novell.com>
Add prj2make
Add a couple of internal methods to the ignore list
usage
2005-02-27 Miguel de Icaza <miguel at novell.com>
The file 'fail' seems to be gone now
Update man page
2005-03-15 Miguel de Icaza <miguel at novell.com>
Better messages than a throw
In Windows INTL is intl
Add new test
2005-03-17 Miguel de Icaza <miguel at novell.com>
Update
2005-03-17 Miguel de Icaza <miguel at novell.com>
Fix the build
Update
Update
Update
Add wrapper-config to the CLEANFILES
Make Preview the default on 1.1.x builds
Add small stub
2005-03-24 Miguel de Icaza <miguel at novell.com>
2005-03-29 Miguel de Icaza <miguel at novell.com>
2005-03-30 Miguel de Icaza <miguel at novell.com>
Change name
Line ends; Restore to monod until we have a good name
Variable name style fix
oops
Remove monod from the build, a new C# version is coming
2005-04-05 Miguel de Icaza <miguel at novell.com>
Commit refresh of the API from running 'make refresh'
Add mono-service
Add script for mono-service
Remove unmanaged monod
MONO_DISABLE_SHM and redirects
Add optional handling features
Add properly ifdefed stuff
Oops
Add
Add checks for libsupport
Add man page
Add config.h
Flush
2005-04-08 Miguel de Icaza <miguel at novell.com>
Add new flag
2005-04-08 Miguel de Icaza <miguel at novell.com>
Checking out backup
2005-04-09 Miguel de Icaza <miguel at novell.com>
2005-04-10 Miguel de Icaza <miguel at novell.com>
update List
2005-04-10 Miguel de Icaza <miguel at novell.com>
Update
2005-04-12 Miguel de Icaza <miguel at novell.com>
Remove debugging spew
Comment out 362 until 74565 is fixed
Revert patch from revision 42775, it introduced a regression
Add new test
Add banner
New test
2005-04-16 Miguel de Icaza <miguel at novell.com>
Sync this bit that was a stray commit
New test
2005-04-16 Miguel de Icaza <miguel at novell.com>
Add new test
2005-04-16 Miguel de Icaza <miguel at novell.com>
Add new negative test case
2005-04-16 Miguel de Icaza <miguel at novell.com>
Update
Removed warnings, and fixed the numbers reported
First part of commit of patch from Zoltan Varga from bug:
Second patch of patch from Zoltan Varga for bug:
This was a duplicated error test with 368, update to test something new
2005-04-19 Miguel de Icaza <miguel at novell.com>
Updated test
Make it build
Preload the path of Mono, that should fix the build
2005-04-20 Miguel de Icaza <miguel at novell.com>
2005-05-02 Miguel de Icaza <miguel at novell.com>
Fix build
up
Fix make distcheck
1.1.7
Fix for OSX
Fix
Remove stray unlock
2005-05-04 Miguel de Icaza <miguel at novell.com>
Update man page
2005-05-05 Miguel de Icaza <miguel at novell.com>
update
2005-05-06 Miguel de Icaza <miguel at novell.com>
Test mailing list
2005-05-18 Miguel de Icaza <miguel at novell.com>
Added List tests
Added List tests
Fix test
2005-05-18 Miguel de Icaza <miguel at novell.com>
2005-05-18 Miguel de Icaza <miguel at novell.com>
2005-05-19 Miguel de Icaza <miguel at novell.com>
2005-05-20 Miguel de Icaza <miguel at novell.com>
2005-05-20 Miguel de Icaza <miguel at novell.com>
2005-05-20 Miguel de Icaza <miguel at novell.com>
Fix from Dick for 75016
2005-05-26 Miguel de Icaza <miguel at novell.com>
2005-06-08 Miguel de Icaza <miguel at novell.com>
Better fix
2005-06-13 Miguel de Icaza <miguel at novell.com>
Removal of -module that causes OSX to miss-behave
Tiny fix: #75319
Add test
Update
Add check for libunwin
This is an internal class
Add
2005-06-28 Miguel de Icaza <miguel at novell.com>
2005-06-28 Miguel de Icaza <miguel at novell.com>
Oops, fix test case
Fix
2005-06-29 Miguel de Icaza <miguel at ximian.com>
OSX fixes
Patch from Greg Lonnon <greg.lonnon at hp.com>
2005-07-06 Miguel de Icaza <miguel at novell.com>
Remove dead code
Remove bitrot code
Stubs from Duncan
2005-07-13 Miguel de Icaza <miguel at novell.com>
Simpliferoo
Remove . from names, breaks with some automakes
Distribute VS files
2005-07-15 Miguel de Icaza <miguel at novell.com>
Updates
Remove unused variables/warnings.
Small update
Revert this patch as it breaks the corlib build while doing a full build
This version of Gonzalo's patch wont break the build
Add documentation on code coverage
Patch from Jackson Harper to copy the debugging info files
Unixify
Unixify
Fix Jackson's patch
Mistake
Bring a wave of decency to these Makefiles
Test for 75674
2005-07-31 Miguel de Icaza <miguel at novell.com>
2005-08-07 Michael Hutchinson <m.j.hutchinson at dur.ac.uk>
Further fixes from Michael
2005-08-09 Miguel de Icaza <miguel at novell.com>
Oops
2005-08-09 Miguel de Icaza <miguel at novell.com>
remove warnings
Remove the throw on the destructor
Lets use this one
And this one
Update
New test
Remove System.Web while we land all of the new code
Remove
2005-07-27 Miguel de Icaza <miguel at novell.com>
Add
Add
Tests
Commit of changes to core files, on behalf of the team
Add
Add hacking FAQ
Add performance and tips document
The landing is complete
Update
Make this build
Add new test for bug 75925
Revert 48609, 48610 as they introduce a regression: bug #75925
Use partial classes so we can share the code despite the code moving
2005-08-30 Miguel de Icaza <miguel at novell.com>
Add dotnet.pc.in
2005-08-31 Miguel de Icaza <miguel at novell.com>
Remove writelines
2005-09-01 Miguel de Icaza <miguel at novell.com>
2005-09-01 Miguel de Icaza <miguel at novell.com>
Add base classes
2005-09-05 Miguel de Icaza <miguel at novell.com>
2005-09-05 Miguel de Icaza <miguel at novell.com>
2005-09-05 Miguel de Icaza <miguel at novell.com>
2005-09-05 Miguel de Icaza <miguel at novell.com>
Update known-issues
Add test case for bug #75852
2005-09-05 Miguel de Icaza <miguel at novell.com>
Remove until this is in
2005-09-06 Miguel de Icaza <miguel at novell.com>
Remove dead code
Fix from Juraj
Patch from Chris Micacchi
Revert patch 49483, it lacked a test, and a bug number
tabs
2005-09-10 Miguel de Icaza <miguel at novell.com>
Testing new repo
Add Firebird provider
2005-09-18 Miguel de Icaza <miguel at novell.com>
Move from xbuild into mcs
Move from xbuild into mcs
Move from xbuild into mcs
Move from xbuild into mcs
Move from xbuild into mcs
Move from xbuild into mcs
Move from xbuild into mcs
Add new test for bug #76061
Apply this here as well
2005-09-18 Miguel de Icaza <miguel at novell.com>
2005-09-18 Miguel de Icaza <miguel at novell.com>
Only build on 2.x
Fix
Add inline api docs
2005-09-19 Miguel de Icaza <miguel at novell.com>
Test new mail script
Update
2005-09-20 Miguel de Icaza <miguel at novell.com>
install the dotnet.pc file
2005-09-20 Miguel de Icaza <miguel at novell.com>
2005-09-20 Miguel de Icaza <miguel at novell.com>
Add man page about Ben's profiler
Revert changes as they break mscorlib compilation, see http://mono.ximian.com:8008/i386-head-mono/builds/79/build/0
Update
Add xbuild
backport this one too
1.1.9.1
Add this, we had forgotten it
Update versions
Up
Remove a number of compilation warnings.
Couple of updates
Backport this one to the branch
2005-09-22 Miguel de Icaza <miguel at novell.com>
Add new test
Update documentation
Update sample to load the Mono configuration file
2005-09-23 Miguel de Icaza <miguel at novell.com>
2005-09-23 Miguel de Icaza <miguel at novell.com>
2005-09-23 Miguel de Icaza <miguel at novell.com>
Commit to the branch as well
Some more documentation
Update
fix
Backport: 2005-09-26 Sebastien Pouliot <sebastien at ximian.com>
Backport fix for #76234.
Style
Docs
Update
2005-09-25 Miguel de Icaza <miguel at novell.com>
Update
Backport
Backport 2005-09-27 Zoltan Varga <vargaz at freemail.hu>
Fix this
Make this more obvious
Implement the heap stuff, move it to a separate file
Does not harm
Add
Fix
2005-09-29 Miguel de Icaza <miguel at novell.com>
Remove libwapi
2005-09-30 Miguel de Icaza <miguel at novell.com>
Backport
backport at the request of the Nemerle folks
Backport at the request of the Nemerle guys
Backport Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus at ximian.com>
Add
Add new file
Add new file
Without this, I cant build it standalone
2005-10-01 Miguel de Icaza <miguel at novell.com>
Add new tests
Add new error tests
Backport Dick patch r51261 to branch
Revert patch as it introduced a regression while building: ** ERROR **: file metadata.c: line 915 (mono_metadata_decode_row): assertion failed: (res_size == count)
Revert patch as it introduced a regression while building: ** ERROR **: file metadata.c: line 915 (mono_metadata_decode_row): assertion failed: (res_size == count)
Patch incorporated from SUSE, Neale reviewed it
Patch incorporated from SUSE, Neale reviewed it
Patch incorporated from SUSE, Neale reviewed it
Man
Update
2005-10-09 Miguel de Icaza <miguel at novell.com>
2005-10-09 Miguel de Icaza <miguel at novell.com>
2005-10-10 Miguel de Icaza <miguel at novell.com>
Backport\n2005-10-11 Zoltan Varga <vargaz at gmail.com>
Add Mozroots man page
2005-10-12 Miguel de Icaza <miguel at novell.com>
2005-10-14 Miguel de Icaza <miguel at novell.com>
Indentation
Also put these stylistic changes here
Add new test
2005-10-14 Miguel de Icaza <miguel at novell.com>
Revert this until I track it down
Revert this patch as it breaks mscorlib and System.Web's test compilation
Add
Disable these tests until a fixed version of 51787 is reapplied
2005-10-18 Raja R Harinath <rharinath at novell.com>
2005-10-19 Miguel de Icaza <miguel at novell.com>
2005-10-19 Miguel de Icaza <miguel at novell.com>
2005-10-20 Miguel de Icaza <miguel at novell.com>
2005-10-20 Miguel de Icaza <miguel at novell.com>
2005-10-20 Miguel de Icaza <miguel at novell.com>
2005-10-21 Miguel de Icaza <miguel at novell.com>
2005-10-21 Miguel de Icaza <miguel at novell.com>
See #76506
Add new test for 76849
Fix for 76489
2005-10-24 Miguel de Icaza <miguel at novell.com>
Revert 52271 as it regresses Managed.Windows.Forms
PersianCalendar, patch from Roozbeh Pournader <roozbeh at farsiweb.info>
Add PersinalCalendar to the build
Add new files
Reduce the pending stuff from corlib 2.x
2005-11-01 Miguel de Icaza <miguel at novell.com>
Make Mono relocatable
2005-11-02 Miguel de Icaza <miguel at novell.com>
Add test
2005-11-02 Miguel de Icaza <miguel at novell.com>
Fix incorrect commit
Fix incorrect commit
Commit
Fix
2005-11-07 Miguel de Icaza <miguel at novell.com>
Add tests
Up
2005-11-07 Miguel de Icaza <miguel at novell.com>
This is a compile-only test as we dont support it
Add
2005-11-07 Miguel de Icaza <miguel at novell.com>
Isolate error
Attempt to make the helper assembly only bulit on the 2.0 framework, as otherwise its empty
Updated the API: patch from Idan Gazit <idan at fastmail.fm>
Update to 1.1.10
2005-11-08 Miguel de Icaza <miguel at novell.com>
2005-11-09 Miguel de Icaza <miguel at novell.com>
Move the ZipLib to a new directory while we retag
Make a copy of the old ZipLib
2005-11-09 Miguel de Icaza <miguel at novell.com>
2005-11-09 Miguel de Icaza <miguel at novell.com>
Fix typo identified by Ben
Revert the script magic to do relocations, it does not work when the commands are symlinked
Also change the Makefile
Just a snack:
For the big quest to run Paint.Net:
Its internal
It does not hurt to keep this with nothing
Small bug fix
2005-11-14 Miguel de Icaza <miguel at novell.com>
Auto detect SQLite installation, and go from 2 to 3 if needed
Bling fix to #76607
2005-11-24 Miguel de Icaza <miguel at novell.com>
Document
Add support for Boo as a shortcut
Update man page
Update man page
2005-11-26 Miguel de Icaza <miguel at novell.com>
Just a stub to run some apps
Just a stub to run some apps
2005-11-12 Pedro Martínez Juliá <pedromj at gmail.com>
It never happened
2005-11-30 Konstantin Triger <kostat at mainsoft.com>
Revert until fixed
small change
Style
Update, missing
Flush
I had these sitting on my tree
Another one
flush
Apply patch from Alp Toker
Revert until gmcs has support for the new Obsolete stuff
Add xbuild to the build
Add xbuild to the build
New test, for bug 76914
2005-12-14 Miguel de Icaza <miguel at novell.com>
2005-12-14 Miguel de Icaza <miguel at novell.com>
oops
The test actually goes here
Fix LDAP with https support patch from Loren Bandiera
2005-12-21 Miguel de Icaza <miguel at novell.com>
Add this for backwards compatibility
2005-12-21 Miguel de Icaza <miguel at novell.com>
oops
Fix it for good
2005-12-23 Miguel de Icaza <miguel at novell.com>
2005-12-22 Marek Safar <marek.safar at seznam.cz>
Add test
2005-12-30 Miguel de Icaza <miguel at novell.com>
Remove these tests, they are no longer valid
Apply on gmcs as well.
test test for bug 77119
2006-01-04 Miguel de Icaza <miguel at novell.com>
Add new tests
2006-01-04 Miguel de Icaza <miguel at novell.com>
2006-01-04 Miguel de Icaza <miguel at novell.com>
Add test for 77147
Revert
Revert patch 55055 as it fails to build the following code:
Patch from Matt Hargett
Patch from Matt Hargett: fix an incompatible pointer being passed
Patch from Matt Hargett: fix an incompatible pointer being passed
2006-01-07 Miguel de Icaza <miguel at novell.com>
Add
2006-01-11 Miguel de Icaza <miguel at novell.com>
2006-01-12 Miguel de Icaza <miguel at novell.com>
2006-01-12 Miguel de Icaza <miguel at novell.com>
2006-01-12 Miguel de Icaza <miguel at novell.com>
2006-01-12 Miguel de Icaza <miguel at novell.com>
2006-01-12 Miguel de Icaza <miguel at novell.com>
Fix, INTL is the same on ia64 as LIBC
2006-01-13 Miguel de Icaza <miguel at novell.com>
Revert this patch, it has a big performance penalty
Apply patch from Mike Glenn\n2006-01-24 Mike Glenn <mglenn at zoominternet.net>
2006-01-23 Miguel de Icaza <miguel at novell.com>
Fix error number
2006-01-25 Miguel de Icaza <miguel at novell.com>
Fix the build
Update man page
Commit temporary fix for static partial classes (bug 77027) from Atsushi
Update this, thanks for pointer from Sebastien
2006-01-30 Miguel de Icaza <miguel at novell.com>
2006-01-31 Miguel de Icaza <miguel at novell.com>
2006-02-01 Miguel de Icaza <miguel at novell.com>
2006-02-02 Miguel de Icaza <miguel at novell.com>
2006-02-06 Miguel de Icaza <miguel at novell.com>
Clarification
Add man page
distribute it
Applied patch from Simon Guindon to fix bug #77517
2006-02-09 Miguel de Icaza <miguel at novell.com>
Update
The list of authors is much more extensive
Commit a bunch of stubs I did months ago, might be useful to someone picking it up
Only in 2.0
2006-03-01 Miguel de Icaza <miguel at novell.com>
2006-03-01 Miguel de Icaza <miguel at novell.com>
Fix build
Change the prefix/suffix for the OCI/Oracle library
Update
corcompare fixes
Added, sorry about that
Sorry about that
2006-03-11 Miguel de Icaza <miguel at novell.com>
2006-03-12 Robert Jordan <robertj at gmx.net>
Patch from Robert Jordan for bug 77253, 2006-01-14 Robert Jordan <robertj at gmx.net>
2006-03-13 Miguel de Icaza <miguel at novell.com>
Update
Fix suggested by Axel T Schreiner on #77758
2006-03-15 Miguel de Icaza <miguel at novell.com>
2006-03-15 Miguel de Icaza <miguel at gnome.org>
We want JIT on s390 by default
Add README
2006-03-20 Miguel de Icaza <miguel at novell.com>
Some methods we need for Opendental
Some methods we need for Opendental
2006-03-21 Miguel de Icaza <miguel at novell.com>
2006-03-21 Miguel de Icaza <miguel at novell.com>
Para
2006-03-31 Miguel de Icaza <miguel at novell.com>
2006-04-08 Miguel de Icaza <miguel at novell.com>
2006-04-08 Miguel de Icaza <miguel at novell.com>
2006-04-12 Miguel de Icaza <miguel at novell.com>
Another build fix
Revert the parts of r59483 that broke the build
2006-04-18 Miguel de Icaza <miguel at novell.com>
2006-04-19 Miguel de Icaza <miguel at novell.com>
2006-04-25 Miguel de Icaza <miguel at novell.com>
Improve error message
2006-04-25 Miguel de Icaza <miguel at novell.com>
2006-04-25 Miguel de Icaza <miguel at novell.com>
Manual tune up, so it looks better until I figure out how the Propertygrid works
Add
2006-04-26 Miguel de Icaza <miguel at novell.com>
2006-04-26 Miguel de Icaza <miguel at novell.com>
Nothing to see here, move along
2006-04-26 Miguel de Icaza <miguel at novell.com>
2006-04-26 Miguel de Icaza <miguel at novell.com>
2006-04-26 Miguel de Icaza <miguel at novell.com>
2006-04-26 Miguel de Icaza <miguel at novell.com>
Add test
svn path=/trunk/mcs/; revision=60025
Some files needed to run the problems reported in 76795
Add more classes, I only added these so I can test the strengthening patches
2006-04-29 Atsushi Enomoto <atsushi at ximian.com>
Update some of the documentation.
More documentation work
Some more
Minor update
more docs
Make mono_create_delegate_trampoline static
Cleanup namespace of published methods
Missed two uses
Remove from header files
hide another static one
Hide mono_unlink_bblock as its not used anywhere else
Hide some more methods
Remove from here
Revert this one
More documentation work, only a few more methods missing
Remove AOT docs
Author headers
Some more documentation
Some profiler documentation
(C) update
Update docs
Update documentation format to match docscript setup
Some more updates
Remove conflict marker
Public vs internal interface
It is a long story, we need both bindings
2006-05-09 Miguel de Icaza <miguel at novell.com>
2006-05-09 Miguel de Icaza <miguel at novell.com>
Small comment, for those using Coverity
Get reliable builds
2006-05-12 Miguel de Icaza <miguel at novell.com>
2006-05-12 Miguel de Icaza <miguel at novell.com>
Flush
2006-05-16 Miguel de Icaza <miguel at novell.com>
2006-05-16 Miguel de Icaza <miguel at novell.com>
NewLines
Some stubs that I used for testing PDN 2.6
2006-05-18 Miguel de Icaza <miguel at novell.com>
reverted again, it still causes crashes
2006-05-23 Miguel de Icaza <miguel at novell.com>
Distribute the images
2006-05-24 Miguel de Icaza <miguel at novell.com>
2006-05-25 Miguel de Icaza <miguel at novell.com>
2006-05-26 Miguel de Icaza <miguel at novell.com>
Enable inline optimizations again
Oops, accidentally commited part of my TypeLoaderException patch, revert
This is a patch to fix *some* loader issues; As Zoltan pointed out
2006-05-27 Miguel de Icaza <miguel at novell.com>
Cleanup the Assembly docs
Assembly docs
Small compilation fix, include config.h before testing for configuration defines
update
update
Update with notes from gc-variables-in-c
2006-05-30 Miguel de Icaza <miguel at novell.com>
2006-05-25 Atsushi Enomoto <atsushi at ximian.com>
2006-06-02 Miguel de Icaza <miguel at novell.com>
oops
2006-06-03 Miguel de Icaza <miguel at novell.com>
2006-05-18 Miguel de Icaza <miguel at novell.com>
2006-06-04 Miguel de Icaza <miguel at novell.com>
The drawings for the /Compacting_GC page
Add notice
Some touch ups
2006-06-06 Miguel de Icaza <miguel at novell.com>
Ok, we got a chronic case of problems with inline, we are turning it off now
Revert until Martin is online to debug
Revert until Martin is online to debug
Correct typo
2006-06-14 Miguel de Icaza <miguel at novell.com>
2006-06-15 Miguel de Icaza <miguel at novell.com>
Fix the build
Add missing files to distribution
Add missing files to get the XML tests running
Fix a few other missing files
Update documentation
Update
Add basic support for Marshal.GetHRForException from Kornel Pal
2006-07-13 Miguel de Icaza <miguel at novell.com>
Update docs
Apply fix from Sebastian Dröge, bug #78762
Inspired by a patch from Alexander Concha, do not crash if we do not find the resource
Hari tracked down the source of this bug:
Add test
Add test case from bug 70561
Do not add the atoms twice
Small API updates
Two more small patches to build Phalanger PHP compiler
Two more small patches to build Phalanger PHP compiler
Update this attribute
Update this enum
2006-07-26 Miguel de Icaza <miguel at novell.com>
Revert this patch from Kornel, it triggers a P/Invoke lookup on all operating systems, due to the inliner, this must be discussed before it goes in
Update
2006-07-27 Miguel de Icaza <miguel at novell.com>
Revert this patch. Paolo pointed out that it will slow us down very much for assemblies with many p/invokes
2006-07-30 Miguel de Icaza <miguel at novell.com>
Add 'size' sample
Add size sample
Add support for arrays
2006-08-12 Miguel de Icaza <miguel at novell.com>
2006-08-13 Miguel de Icaza <miguel at novell.com>
2006-08-13 Miguel de Icaza <miguel at novell.com>
Fix namespace
A few more DefaultValueAttributes
2006-08-13 Miguel de Icaza <miguel at novell.com>
Update
2006-08-13 Miguel de Icaza <miguel at novell.com>
Condition when we reset
2006-08-13 Miguel de Icaza <miguel at novell.com>
2006-08-13 Miguel de Icaza <miguel at novell.com>
Build fix
2006-08-14 Miguel de Icaza <miguel at novell.com>
Another build fix, sorry
More 2.0 support for the registry, add support for expanding strings
Add comment
Add MONO_OPTIONS here
Add it to the others, and fix my previous commit
2006-08-15 Miguel de Icaza <miguel at novell.com>
Add the foundation for eglib
Make this build, it wont work yet
2006-08-16 Miguel de Icaza <miguel at novell.com>
Some more low hanging fruit, and add a list of functions we need
include macros as well
Update
Clarify everything into a toplevel file
2006-08-16 Miguel de Icaza <miguel at novell.com>
Add files
More stuff
update
Update
2006-08-16 Miguel de Icaza <miguel at novell.com>
Update
Put everything in glib.h
Update
Fix the test
Fix the test
Up
Fix
Remove warnings, add missing prototypes
g_strjoin
Add a way of runnig the tests with the real glib.
2006-08-17 Miguel de Icaza <miguel at novell.com>
Update
Add
Add test-530.cs
2006-08-17 Miguel de Icaza <miguel at novell.com>
2006-08-17 Miguel de Icaza <miguel at novell.com>
up
2006-08-18 Miguel de Icaza <miguel at novell.com>
Use Mono coding style
Update plans
First steps to build this on Windows (for those who have been trying
Remove mbas and the runtime from the Makefiles, step 1
Move to new home
Move to new home
Move to new location
Move to new location
Deprecate
Deprecate
Deprecate
Do not distribute the mbas page
Fix build for the Windows guis
2006-08-18 Miguel de Icaza <miguel at novell.com>
Adapt to the new BTF (Bockover-Testing-Framework)
remove unused comments
2006-08-19 Miguel de Icaza <miguel at novell.com>
2006-08-19 Miguel de Icaza <miguel at novell.com>
Fix the test to work with multiple iterations
2006-08-19 Miguel de Icaza <miguel at novell.com>
Bug fix to my previous commit
2006-08-19 Miguel de Icaza <miguel at novell.com>
2006-08-19 Miguel de Icaza <miguel at novell.com>
2006-08-19 Miguel de Icaza <miguel at novell.com>
Add tests for attribute equality
Fix formatting, per Gert's request
Man page updates
This is not supported now
2006-08-20 Miguel de Icaza <miguel at novell.com>
2006-08-20 Miguel de Icaza <miguel at novell.com>
2006-08-21 Miguel de Icaza <miguel at novell.com>
2006-08-21 Miguel de Icaza <miguel at novell.com>
Small comment
Update TODO
Update the TODO
Add class used by VB
Add a test case for bug #79125
2006-08-16 Miguel de Icaza <miguel at novell.com>
2006-08-22 Miguel de Icaza <miguel at novell.com>
2006-08-22 Miguel de Icaza <miguel at novell.com>
2006-08-23 Miguel de Icaza <miguel at novell.com>
2006-08-24 Miguel de Icaza <miguel at novell.com>
Up
2006-08-24 Miguel de Icaza <miguel at novell.com>
Not used
2006-08-24 Miguel de Icaza <miguel at novell.com>
2006-08-24 Miguel de Icaza <miguel at novell.com>
2006-08-24 Miguel de Icaza <miguel at novell.com>
Use thread safe getpwent_r
2006-08-29 Miguel de Icaza <miguel at novell.com>
Update
2006-08-30 Robert Jordan <robertj at gmx.net>
Commit non-working, work-in-progress
Add missing file
Backport 64600 to 64607 revisions to the branch
Revert my broken patch
2006-09-01 Miguel de Icaza <miguel at novell.com>
Update
2006-09-01 Miguel de Icaza <miguel at novell.com>
Move
Move to olive
Move to olive
Move to olive
Move to olive
Another one
Move PresentationFramework
Move WindowsBase
Move xamlc too
Move some more deprecated code
Move Atlas too
2006-09-04 Miguel de Icaza <miguel at novell.com>
Update
2006-09-04 Miguel de Icaza <miguel at novell.com>
(g_markup_parse_context_parse): Add comment processing.
Another easy one
2006-09-04 Miguel de Icaza <miguel at novell.com>
2006-09-05 Miguel de Icaza <miguel at novell.com>
2006-09-09 Miguel de Icaza <miguel at novell.com>
Update
Update
Rename this file
2006-09-13 Mart Roosmaa <roosmaa at gmail.com>
2006-09-13 Miguel de Icaza <miguel at novell.com>
2006-09-13 Miguel de Icaza <miguel at novell.com>
I missed this one, remove debugging message
Update
more updates
2006-09-14 Mart Roosmaa <roosmaa at gmail.com>
Update TODO
Take out VisualBasic until its available everywhere
Fix build
Another method, but need to complete the tests
Add more tests, fix a bug
2006-09-18 Miguel de Icaza <miguel at novell.com>
More updates
2006-09-19 Miguel de Icaza <miguel at novell.com>
revert, testing
reapply
Update
Keep the environment variables sorted
Provide some help for a FAQ
2006-10-05 Miguel de Icaza <miguel at novell.com>
2006-10-06 Miguel de Icaza <miguel at novell.com>
Manual page updates
2006-10-06 Miguel de Icaza <miguel at novell.com>
2006-10-06 Miguel de Icaza <miguel at novell.com>
Add new test
2006-10-06 Miguel de Icaza <miguel at novell.com>
2006-10-06 Miguel de Icaza <miguel at novell.com>
2006-10-08 Miguel de Icaza <miguel at novell.com>
Remove derivative version of mono-uri.c
Remove derivative work of mono-uri.c
Add new mono-uri.c
Add copyright info
Implement G_STRLOC
Another update
Get a few stubs, so we can attempt to build Mono with eglib:
svn path=/trunk/mono/; revision=66429
Add conditional to configure for eglib build
Add conditional to configure for eglib build
Update, from build attempt, we are missing more stuff
Remove cruft
Update TODO, more progress in getting this to build
Revert hashtable changes, per discussion with Paolo
Zoltan pointed out that these are used for cross compilation, use a different approach
Add gmodule.h
2006-10-09 Miguel de Icaza <miguel at novell.com>
update ignore list
update lists
Update docs, removing stuff that is not exposed
Update: remove trace methods
2006-10-09 Miguel de Icaza <miguel at novell.com>
Patch from Robert Jordan:
Update with bug #
2006-10-09 Miguel de Icaza <miguel at novell.com>
2006-10-10 Miguel de Icaza <miguel at novell.com>
2006-10-10 Miguel de Icaza <miguel at novell.com>
Revert, the Tcl/Tk implementation has a loss of precision
2006-10-11 Miguel de Icaza <miguel at novell.com>
2006-10-11 Sergey Tikhonov <tsv at solvo.ru>
2006-10-12 Hubert FONGARNAND <informatique.internet at fiducial.fr>
Update docs
Distribute
Update this
Remove marker
Another batch
Set eol style
Update
Patch from Hubert FONGARNAND to insert fields in the appropriate order
2006-10-14 Miguel de Icaza <miguel at novell.com>
stubs and GLIB_CHECK_VERSION
Fix typo
2006-10-15 Miguel de Icaza <miguel at novell.com>
Very close, only need 3 more functions + replacing mono-hash with ours
Update TODO
2006-10-16 Miguel de Icaza <miguel at novell.com>
2006-10-17 Miguel de Icaza <miguel at novell.com>
Update
2006-10-17 Miguel de Icaza <miguel at novell.com>
2006-10-17 Miguel de Icaza <miguel at novell.com>
2006-10-17 Miguel de Icaza <miguel at novell.com>
Move definitions
Do not depend on glib/types.h
Update
2006-10-17 Miguel de Icaza <miguel at novell.com>
OCI
2006-10-17 Miguel de Icaza <miguel at novell.com>
2006-10-17 Miguel de Icaza <miguel at novell.com>
2006-10-17 Miguel de Icaza <miguel at novell.com>
Call the right routine
Another embarassing one
2006-10-18 Miguel de Icaza <miguel at novell.com>
2006-10-18 Miguel de Icaza <miguel at novell.com>
Small improvements, but it still fails with the machine.config
This one works
On behalf of Martin: 2006-10-18 Martin Baulig <martin at ximian.com>
Add to the distribution
Add test for Martin's patch (see bug 79698)
2006-10-21 Miguel de Icaza <miguel at novell.com>
Another corner case, might be worth rewriting this routine
2006-10-21 Miguel de Icaza <miguel at novell.com>
Update
2006-10-21 Miguel de Icaza <miguel at novell.com>
This makes gacutil work\n2006-10-21 Miguel de Icaza <miguel at novell.com>
Lots of warnings removed
Makes make check in corlib progress a little bit.
Prepare for corlib commit
2006-10-29 Miguel de Icaza <miguel at novell.com>
Add eol-style everywhere, to prevent the changes like today
2006-10-30 Joel Reed <joel.reed at ddiworld.com>
2006-10-18 Miguel de Icaza <miguel at novell.com>
A few prototypes, a few hacks to keep researching the failures
Patch from Jensen Somers <jensen.somers at gmail.com> that fixes a few typos
2006-10-30 Miguel de Icaza <miguel at novell.com>
This was a world of pain to find.
Flush
Add stuff from Robert
Add this too
Add LoadType implementation, from #79396, this should be refactored
2006-11-03 Miguel de Icaza <miguel at novell.com>
2006-11-03 Miguel de Icaza <miguel at novell.com>
Fix the crasher on XCode
Add missing method
2006-11-11 Miguel de Icaza <miguel at novell.com>
Update man page with more information
Add even more clarifications
2006-11-11 Miguel de Icaza <miguel at novell.com>
2006-11-10 Jensen Somers <jensen.somers at gmail.com>
Add ChangeLog
2006-11-14 Miguel de Icaza <miguel at novell.com>
UPdate
Improved the MonoTODO messages, as these will be developer visible
2006-11-16 Miguel de Icaza <miguel at novell.com>
2006-11-16 Miguel de Icaza <miguel at novell.com>
Improve TODOs, remove fear of spaces
2006-11-16 Miguel de Icaza <miguel at novell.com>
Fix, SerializationInfo.GetValue might throw an error
Provide better information about this kind of error
Fix
2006-11-18 Jelle Hissink <Jelle.Hissink at C-it.nl>
2006-11-18 Miguel de Icaza <miguel at novell.com>
2006-11-18 Jelle Hissink <Jelle.Hissink at C-it.nl>
Some small documentation updates
More documentation
More documentation
2006-11-17 Miguel de Icaza <miguel at novell.com>
Update man page
2006-11-19 Allan Hsu <allan at counterpop.net>
2006-11-19 Miguel de Icaza <miguel at novell.com>
2006-11-19 Miguel de Icaza <miguel at novell.com>
More documentation
2006-11-19 Miguel de Icaza <miguel at novell.com>
2006-11-19 Miguel de Icaza <miguel at novell.com>
Sort these by importance
Style change: set the anchor before the box
More docs
Add an OpenSystem for GCC/CIL
index
Improve
Update
Provide better error message
update message
Add file
2006-11-22 Miguel de Icaza <miguel at novell.com>
2006-11-21 Miguel de Icaza <miguel at novell.com>
Revert
2006-11-22 Miguel de Icaza <miguel at novell.com>
Revert this patch, I do not remember why I had it in the first place, and went into SVN accidentally
Abandone
update
2006-11-24 Miguel de Icaza <miguel at novell.com>
2006-11-25 Miguel de Icaza <miguel at novell.com>
Uniform line endings
Set eol-style
2006-11-26 Miguel de Icaza <miguel at novell.com>
2006-11-26 Miguel de Icaza <miguel at novell.com>
2006-11-26 Miguel de Icaza <miguel at novell.com>
2006-11-27 Miguel de Icaza <miguel at novell.com>
Remove bogus MonoTODOs
Social service duty: ComVisible attributes
Remove MonoTODOs that should not be there
Pending changelog
Improve MonoTODOs
Add a few proxies that binaries are calling
Add eol-style
2006-11-27 Miguel de Icaza <miguel at novell.com>
Since WebTest.Run and WebTest.CopyResource are overwriting Web.config, but
More NotWorking tests that are using the broken WebTest.Run
More WebTest.Run removal
Simpler, turn off all the NunitWeb tests until WebTest is fixed
Another fix
Remove spaces
2006-11-28 Miguel de Icaza <miguel at novell.com>
Revert changes from 68598, the library.make changes account for this
2006-11-28 Miguel de Icaza <miguel at novell.com>
Remove TODO
2006-11-28 Miguel de Icaza <miguel at novell.com>
Fix merge problem
2006-11-28 Miguel de Icaza <miguel at novell.com>
Fix my broken commit
Add mono-config.h to the installed headers
Style, for mono documentation
Rationalize MonoTODO
Rationalize MonoTODO
Rationalize MonoTODO
Rationalize MonoTODO
Rationalize MonoTODO
Rationalize MonoTODO
Rationalize MonoTODO
2006-11-29 Ivan N. Zlatev <contact at i-nz.net>
2006-11-29 Miguel de Icaza <miguel at novell.com>
Apply patch from Paolo:
Revert the recent fixes until 1-2-2 is branched
Set eol-style
Reapply Marek's patch after tagging 1-2-2
Add a pre-generated windows configuration file
Revert accidental commit
Add a runburg command that will be executed after monoburg is built by visual studio, that will generate the files needed in mini (inssel.h and inssel.c).
Add a step to run genmdesc from visual studio
2006-12-01 Miguel de Icaza <miguel at novell.com>
Will include the Windows version instead
Add the windows parser
Copy the wparser.c to parser.c
2006-12-02 Miguel de Icaza <miguel at novell.com>
2006-12-03 Miguel de Icaza <miguel at novell.com>
Small attribute fixes
Update from Robert Jordan comment on the list
Update from Robert Jordan comment on the list
Fix signature
The managed side:
2006-12-11 Miguel de Icaza <miguel at novell.com>
Minimal Moma; Thanks to whoever implemented most of this\n\n2006-12-11 Miguel de Icaza <miguel at novell.com>
2006-12-11 Miguel de Icaza <miguel at novell.com>
2006-12-11 Miguel de Icaza <miguel at novell.com>
2006-12-11 Miguel de Icaza <miguel at novell.com>
Not clear what this API does, seems like designer API
2006-12-12 Miguel de Icaza <miguel at novell.com>
Fixed trigger happy commit
Update
2006-12-13 Miguel de Icaza <miguel at novell.com>
2006-12-13 Miguel de Icaza <miguel at novell.com>
Update copyrights
Comment
Improve message
2006-12-15 Miguel de Icaza <miguel at novell.com>
2006-12-15 Miguel de Icaza <miguel at novell.com>
2006-12-15 Miguel de Icaza <miguel at novell.com>
This patch contains:
This patch contains:
2006-12-15 Miguel de Icaza <miguel at novell.com>
I should have tested 1.0; Fix
Add SafeHandle tests
2006-12-15 Miguel de Icaza <miguel at novell.com>
This TODO does not belong here
Add test for bug #80256
Add test for the struct constructor fix
2006-12-18 Miguel de Icaza <miguel at novell.com>
2006-12-18 Miguel de Icaza <miguel at novell.com>
No longer in 2.0
Recover file
Small fixes
2006-12-19 Miguel de Icaza <miguel at novell.com>
2006-12-19 Miguel de Icaza <miguel at novell.com>
Update docs from comments from Robert Jordan
CorCompare work
A little more work of CorCompare work:
Add man page for Gonzalo's new tool. It needs a better example, and better explanations
Patch from Sergey Tikhonov <tsv at solvo.ru>
2006-12-22 Miguel de Icaza <miguel at novell.com>
Add new test case
Stub for PDN
Remove redundant or incorrect todos, set propstyle
2006-12-24 Miguel de Icaza <miguel at novell.com>
2006-12-24 Chris Toshok <toshok at ximian.com>
2006-12-25 Miguel de Icaza <miguel at novell.com>
2006-12-25 Miguel de Icaza <miguel at novell.com>
2006-12-25 Miguel de Icaza <miguel at novell.com>
Add an old basic implementation I had around
Fix build
To improve Moma Reports
2006-12-28 Miguel de Icaza <miguel at novell.com>
Apply patch from Jon Larimer
Apply patch from Jon Larimer
Add help, remove -Error add error, use Error otuput in a few places
Update
Fix the monoburg invocation, the default cost should be 1, not -1
2006-12-30 Miguel de Icaza <miguel at novell.com>
Spelling fixes and updates
2006-12-31 Miguel de Icaza <miguel at novell.com>
2006-12-31 Miguel de Icaza <miguel at novell.com>
Note about PRODUCTION define
Add new test case
2007-01-01 Miguel de Icaza <miguel at novell.com>
Add verbose description
Add new test
2007-01-01 Miguel de Icaza <miguel at novell.com>
Add new test for bug 78259
2007-01-01 Miguel de Icaza <miguel at novell.com>
2007-01-01 Miguel de Icaza <miguel at novell.com>
Updated docs
Update man page wording
Applied os="!windows" for all the mappings in this file as these
2007-01-01 Miguel de Icaza <miguel at novell.com>
2007-01-01 Miguel de Icaza <miguel at novell.com>
2007-01-01 Miguel de Icaza <miguel at novell.com>
2007-01-01 Miguel de Icaza <miguel at novell.com>
Make XML
To make bug reports more useful
Add it with the extension, needed?
2006-12-31 Miguel de Icaza <miguel at novell.com>
Revert 67496 as it makes running Paint.NET impossible
2007-01-02 Miguel de Icaza <miguel at novell.com>
2007-01-03 Miguel de Icaza <miguel at novell.com>
2007-01-03 Miguel de Icaza <miguel at novell.com>
Add missing file
2007-01-03 Miguel de Icaza <miguel at novell.com>
Patch from Tor Lillqvist
2007-01-03 Tor Lillqvist <tml at novell.com>
Document
Added zlib files to the build, it will be part of MonoSupport
Update configure in, to use built-in zlib
2007-01-04 Miguel de Icaza <miguel at novell.com>
This time only use the embedded zlib if we cant find a suitable zlib
Invert the condition
New Overloads
Do not encourage people to upgrade yet
2007-01-04 Miguel de Icaza <miguel at novell.com>
reduce word polution
word polution removal
word polution removal
2007-01-04 Miguel de Icaza <miguel at novell.com>
Disable for now
2007-01-07 Miguel de Icaza <miguel at novell.com>
We can not obsolete in the 1.2 series
We can not obsolete in the 1.2 series, get your patches approved before commiting
This was not ready to go in
Removed per Daniel Morgan's recommendation
2007-01-08 Miguel de Icaza <miguel at novell.com>
2007-01-10 Andy Hume <andyhume32 at yahoo.co.uk>
2007-01-11 Miguel de Icaza <miguel at novell.com>
2007-01-11 Miguel de Icaza <miguel at novell.com>
Few classes for some Telerik controls
2007-01-12 Miguel de Icaza <miguel at novell.com>
2007-01-12 Miguel de Icaza <miguel at novell.com>
A couple of other no-op overrides
Fix thinko
2007-01-12 Miguel de Icaza <miguel at novell.com>
2006-12-19 Chris Toshok <toshok at ximian.com>
Sorry, nothing to see here
Revert the most useful warning message in the world
i2007-01-13 Miguel de Icaza <miguel at novell.com>
Patch from Sridhar Kulkarni (full impl)
Add tests
Fix message
2007-01-14 Jensen Somers <jensen.somers at gmail.com>
svn path=/trunk/mono/; revision=71003
2007-01-15 Miguel de Icaza <miguel at novell.com>
2007-01-15 Miguel de Icaza <miguel at novell.com>
Add MonoTODO
2007-01-16 Sergey P. Kondratyev <se at unicom.tomica.ru>
2007-01-18 Miguel de Icaza <miguel at novell.com>
Fix the fix
Make this work with some linux kernels
2007-01-19 Miguel de Icaza <miguel at novell.com>
Add comment
Sync this table
2007-01-20 Miguel de Icaza <miguel at novell.com>
* SiteMapNode.cs (GetExplicitResourceString): implement.
2007-01-20 Miguel de Icaza <miguel at novell.com>
2007-01-20 Miguel de Icaza <miguel at novell.com>
Remove debugging code from generated code
Temporary fix
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
2007-01-22 Miguel de Icaza <miguel at novell.com>
Todo cleanups
2007-01-19 Atsushi Enomoto <atsushi at ximian.com>
Fix for the Namespace assignment
For debugging purposes
Fix the test, by removing extra /
Fix build
Fix build here too
2007-01-23 Miguel de Icaza <miguel at novell.com>
Remove this
Patch from Radek Doulik:
Cosmetic: fix spelling; patch from David Mitchell
2007-01-23 Miguel de Icaza <miguel at novell.com>
2007-01-23 Miguel de Icaza <miguel at novell.com>
Typo fix
fix
revert, this was a mistake
2007-01-26 Miguel de Icaza <miguel at novell.com>
Avoid breaking binary compatibility
2007-01-26 Miguel de Icaza <miguel at novell.com>
2007-01-28 Miguel de Icaza <miguel at novell.com>
Write this without goto
Make the makefile actually useful to do bootstrap tests
2007-01-28 Miguel de Icaza <miguel at novell.com>
Revert, this is not ready to go into SVN
2007-01-28 Miguel de Icaza <miguel at novell.com>
2007-01-28 Miguel de Icaza <miguel at novell.com>
2007-01-28 Miguel de Icaza <miguel at novell.com>
2007-01-28 Miguel de Icaza <miguel at novell.com>
ChangeLog
Merge with Hari's Lambda
2007-01-29 Miguel de Icaza <miguel at novell.com>
2007-01-30 Miguel de Icaza <miguel at novell.com>
2007-01-30 Atsushi Enomoto <atsushi at ximian.com>
Add test
To fix the build
Small fix to the parser
2007-02-01 Miguel de Icaza <miguel at novell.com>
Restore address test that was there before 71806
Add
Fix typo, fixes regression
2007-02-03 Pekka J Enberg <penberg at cs.helsinki.fi>
2007-02-04 Miguel de Icaza <miguel at novell.com>
Fix
Remove redunant call to quiet the warnings
Add support for HandleRef to the Marshaller
Fix identified by Sebsatien
2007-02-11 Miguel de Icaza <miguel at novell.com>
Lambda expression support work:
update
If reg1 and reg2 are declared on the same line, the type of reg2 will be
2007-02-12 Miguel de Icaza <miguel at novell.com>
Use for SIGWINCH
Revert this part: empty strings are valid names in Unix
Revert Patch 72756 until we review and discuss this publicly
Add STDCALLs for Windows, patch from Jonathan Chambers
Revert, breaks the build
Reapply, maybe my setup is busted
Remove my mistake, sorry and apologies to everyone
Remove all those writelines
Add
Reapply the patch from Marek from 72793
2007-02-15 Miguel de Icaza <miguel at novell.com>
2007-02-17 Miguel de Icaza <miguel at novell.com>
2007-02-17 Miguel de Icaza <miguel at novell.com>
Fix the build
fix typos
Fix
Update
Move this out of the way
Copy from 72246 to trunk
Move this out of the way
Remove writeline, again
Add serializable attributes, patch from David Mitchell (dmitchell at logos.com), fixes bug 80928
Add serializable attributes, patch from David Mitchell (dmitchell at logos.com), fixes bug 80929
Fix CompareInfo from David Mitchell (dmitchell at logos.com), fixes bug 80904
Tests
2007-03-05 David Mitchell <dmitchell at logos.com>
2007-03-05 David Mitchell <dmitchell at logos.com>
2007-03-05 David Mitchell <dmitchell at logos.com>
2007-03-05 Miguel de Icaza <miguel at novell.com>
2007-03-05 Miguel de Icaza <miguel at novell.com>
2007-03-05 Miguel de Icaza <miguel at novell.com>
2007-03-05 Peter Dettman <peter.dettman at iinet.net.au>
Revert, this breaks the build
Add support for detecting UTF32 and UTF-32 bigendian
2007-03-05 Peter Dettman <peter.dettman at iinet.net.au>
2007-03-05 Peter Dettman <peter.dettman at iinet.net.au>
2007-03-05 Peter Dettman <peter.dettman at iinet.net.au>
2007-03-01 Peter Dettman <peter.dettman at iinet.net.au>
From Peter Dettman:
Add System.Text/UTF32EncodingTest.cs
Add
2007-03-06 Miguel de Icaza <miguel at novell.com>
Temporarily remove
More Lambda work
Reapply Zoltan's patch
Reapply Zoltan's patch
Revert Paolo's fix, this one fixes the build
Reapply
2007-03-08 David Mitchell <dmitchell at logos.com>
Fix the space problem for FTP requests
Fix
Fix
Add installvst
2007-03-09 Miguel de Icaza <miguel at novell.com>
Fix for #81066 plus test
Fix the build
2007-03-12 Frederik Carlier <frederik.carlier at ugent.be>
Assist in debugging
Fix
2007-03-13 Miguel de Icaza <miguel at novell.com>
Add eglib
This breaks buildbot, remove for now
Copy this file
2007-03-14 Miguel de Icaza <miguel at novell.com>
Add to the distcheck list
Remove CPP comments
Revert patch from r72640 because it causes regressions, see buildbot for details
Flag as not working for now
Remove this until those bugs are fixed
Remove until this is fixed
2007-03-16 Lionel Cuir <lionel_email at aulofee.com>
Revert this
Add methods
2007-03-16 Miguel de Icaza <miguel at novell.com>
Remove the word fail to improve our grepping experience
Flag this for now, we are reopning the bug, see #63841 for details
Reverting this fix for bug #63841, see the bug for details, we will reapply once DBus# is wildly deployed
Remove debugging message
2007-03-20 Juan Cristóbal Olivares <juancri at gmail.com>
Make ABS match glib's definition
Change fail message to make greping easier
Add
Add
Add new ctor
2007-03-22 Miguel de Icaza <miguel at novell.com>
2007-03-22 Miguel de Icaza <miguel at novell.com>
2007-03-23 Miguel de Icaza <miguel at novell.com>
Remove System.Core until it gets fixed
command line options, and dos2unix
Build is fixed
Add DataConverter
Revert, it broke the build
2007-03-29 Miguel de Icaza <miguel at novell.com>
eol-style
Add a timestamp
Add more checks to the parameters (index < 0)
2007-04-06 Miguel de Icaza <miguel at novell.com>
Revert invalid patch from Duncan, 75632
Duncan was right
Update
Add branch, version number
2007-04-15 Miguel de Icaza <miguel at novell.com>
2007-04-17 Joel Reed <joelwreed at gmail.com>
2007-04-18 Marek Habersack <grendello at gmail.com>
Code style police
Indentation, style, codingstyle police
Expect the proper exception
Make docs consistent
2007-04-21 Miguel de Icaza <miguel at novell.com>
Patch from Andreas Farber, makes this build on MacOS X, fixes 81417
Small fix reported on the list
Fix formatting
2007-04-22 Miguel de Icaza <miguel at novell.com>
2007-04-22 Miguel de Icaza <miguel at novell.com>
2007-04-22 Miguel de Icaza <miguel at novell.com>
2007-04-22 Miguel de Icaza <miguel at novell.com>
2007-04-22 Miguel de Icaza <miguel at novell.com>
Revert, breaks the build
2007-04-22 Joshua Tauberer <jit at occams.info>
Revert WriteLine
Comments
Add comments on InferReturnType from my tree
Coding style changes
Fix, add -ldl
Fix
2007-04-23 Miguel de Icaza <miguel at novell.com>
Add linq option
Remove writeline
Update man page
2007-04-27 Miguel de Icaza <miguel at novell.com>
This feature is required to compile the Dynamic Language Runtime.
Update
Improve the message display
Describe 2.0 functionality
Update
Use the Consts.MonoVersion instead
Add man page for resgen
Fix
Include version numbers in a few more tools
Add some docs on the lambda stuff
Some intro text
2007-05-07 Miguel de Icaza <miguel at novell.com>
2007-05-07 Miguel de Icaza <miguel at novell.com>
make this work out of the box on a mac
Update man page, maybe this is better?
Add for the 2.1 profile
Add this profile
Use the correct url
Make this build
Reduce warnings when building as an internal library
Update
This should not be a TODO, its a programmer note
2007-05-30 Miguel de Icaza <miguel at novell.com>
Oops
2007-06-05 Miguel de Icaza <miguel at novell.com>
2007-06-06 Jonathan Gilbert <2a5gjx302 at sneakemail.com>
2007-06-06 Miguel de Icaza <miguel at novell.com>
2007-06-10 Sanghyeon Seo <sanxiyn at gmail.com>
Add
2007-06-28 Miguel de Icaza <miguel at novell.com>
Surprisingly support for 2.0 Relative was not implemented nor tested.
2007-07-05 Miguel de Icaza <miguel at novell.com>
2007-05-26 John Luke <john.luke at gmail.com>
Add flag for 2.1
Add support for building 2.1 as well
How did this get there?
Fix
Fix signature, fixes bug 82019, patch from Jason Madden
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
* Mono.Cairo/Context.cs: Integrate Alp's patch to not use ref in
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
Re-enable warning
Indentation fixes
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
2007-07-07 Miguel de Icaza <miguel at novell.com>
Rename from XLib to Xlib, to match Cairo names. We can do this, because this code has never shipped before (1.2)
Implement properly the dispose patternw where possible
Add some overloads from Alp, and fix some 1.4 signatures
Add comment from Lluis
Add all the docs to the distribution
Improve the description for smcs, fix the debugging section, prettify
add pkg here
add pkg here
Use 8-space tabs, aligns
Move
2007-07-12 Miguel de Icaza <miguel at novell.com>
2007-07-12 Miguel de Icaza <miguel at novell.com>
2007-07-13 Miguel de Icaza <miguel at novell.com>
Add new test csae for bug 82080
Add missing test
Improve message
Not sure why we used a special case here, but this fixes the build
Fixed the formatting in the monolinker page
2007-07-18 Miguel de Icaza <miguel at novell.com>
2007-07-18 Miguel de Icaza <miguel at novell.com>
2007-07-18 Miguel de Icaza <miguel at novell.com>
2007-06-06 Miguel de Icaza <miguel at novell.com>
Apply Gert's version of the AutoResetEvent, and merge his test
Delete the file before the copy, this might fix 82083
Add CopyPath, CopyPathFlat, AppendPath
Also reference Silverlight assemblies by default
And also, enable LINQ
2007-07-23 Miguel de Icaza <miguel at novell.com>
Do not distribute this anymore
Add unregistering for valgrind
Flush docs
Update usage
Update man page
Remove, will talk to Paolo
Documentation, from Robert Jordan's post
2007-07-28 Miguel de Icaza <miguel at novell.com>
2007-07-28 Miguel de Icaza <miguel at novell.com>
2007-07-28 Miguel de Icaza <miguel at novell.com>
2007-07-28 Miguel de Icaza <miguel at novell.com>
A few more changes from Jesse Jones, use SupressFinalize on
update
Initial pass at making System.Web.Extensions build with Mono
Add the winfx keyfile, used also for System.Web.Extensions
Fix the build, and sign the assembly
Remove the key since we dont do 3.5
Ok, we sign
Update
Add Web.Extensions to the build
Fix sources file
Update
Add a .pc file for internal use
Switch to use the Application Deployment Guidelines
up
2007-08-05 Miguel de Icaza <miguel at novell.com>
remove the -pkg line, we will do this differently
Add this
2007-08-07 Miguel de Icaza <miguel at novell.com>
Typo
replace winfx.pub that was a copy of ecma.pub with the actual winfx file from Olive; Fixes
2007-08-07 Miguel de Icaza <miguel at novell.com>
2007-08-07 Miguel de Icaza <miguel at novell.com>
Add support for Break/Continue for CloneTo
Also needed for EmptyStatement
Add test
Add debuggin stuff
2007-08-10 Miguel de Icaza <miguel at novell.com>
Fix
2007-08-11 Miguel de Icaza <miguel at novell.com>
Add
Small change, use String.Empty
Small patches, here and there
From the FxCop-like tool results posted on the list
Remove redundant
Remove another use of ""
Remove another use of ""
Fix this name
First part of patch for bug #81967,
Second part of fix for bug #81967
Add an mscorlibe descriptor here, I hope this is right.
i2007-08-13 Miguel de Icaza <miguel at novell.com>
2007-08-13 Federico Di Gregorio <fog at initd.org>
2007-08-13 Miguel de Icaza <miguel at novell.com>
Add test files
Add
Fix infinite recursion
Fix
Add
add
Add test script
install
Distribute all the supp files
2007-09-25 Miguel de Icaza <miguel at novell.com>
fix another crasher
Remove warnings
Remove warning
remove warnings
Remove warnings
2007-09-29 Miguel de Icaza <miguel at novell.com>
2007-09-29 Miguel de Icaza <miguel at novell.com>
2007-10-02 Miguel de Icaza <miguel at novell.com>
2007-10-02 Miguel de Icaza <miguel at novell.com>
Force to bash
2007-10-03 Miguel de Icaza <miguel at novell.com>
Update
2007-10-13 kevin.fitzgerald at soarce.us
Add support for sending breaks
2007-10-13 Miguel de Icaza <miguel at novell.com>
Update
Revert mess
Update
Fix this code
Flush
2007-10-27 Miguel de Icaza <miguel at novell.com>
2007-10-27 Miguel de Icaza <miguel at novell.com>
Add an Obsolete
Add test, fix regression
2007-10-30 Jerome Haltom (wasabi at larvalstage.net)
2007-10-15 Jonathan Chambers <joncham at gmail.com>
2007-10-30 Miguel de Icaza <miguel at novell.com>
Fix the build
Make this more informative
2007-10-30 Miguel de Icaza <miguel at novell.com>
Patch from Juraj:
2007-10-31 Miguel de Icaza <miguel at novell.com>
Add back my quick-hack target
update
Reverted patch as it introduced many regressions, see https://bugzilla.novell.com/show_bug.cgi?id=333740#c4
Remove unnecessary TODOs, NIEX
2007-11-01 Miguel de Icaza <miguel at novell.com>
2007-11-01 Miguel de Icaza <miguel at novell.com>
2007-11-02 Miguel de Icaza <miguel at novell.com>
Apply fix from Geoff Norton, for bug Bug 319486
2007-11-04 Miguel de Icaza <miguel at novell.com>
Fix the build
2007-11-04 Miguel de Icaza <miguel at novell.com>
2007-09-14 Jb Evain <jbevain at novell.com>
FtpWebRequest is always 2.0, remove unnecessary ifdefs
2007-11-05 Miguel de Icaza <miguel at novell.com>
Code style police
Code style
Code style
2007-11-05 Miguel de Icaza <miguel at novell.com>
Flush
2007-11-14 Miguel de Icaza <miguel at novell.com>
2007-11-12 Atsushi Enomoto <atsushi at ximian.com>
Update documentation list, sort
2007-11-17 Miguel de Icaza <miguel at novell.com>
2007-11-17 Miguel de Icaza <miguel at novell.com>
Rutime side of the class library chnge
Fix growth and validation; Have a test case, but it generates junk
2007-11-17 Miguel de Icaza <miguel at novell.com>
Add test
Add comment
2007-11-18 Miguel de Icaza <miguel at novell.com>
Revert 89891
Add another new method dependency
Add
update
Add
Fix links
Add installutil
Implement basic installer functionality
Revert 90304, it broke the build
2007-12-03 Miguel de Icaza <miguel at novell.com>
2007-12-03 Miguel de Icaza <miguel at novell.com>
07-12-10 Miguel de Icaza <miguel at novell.com>
Add new test
2007-12-12 Miguel de Icaza <miguel at novell.com>
2007-12-12 Miguel de Icaza <miguel at novell.com>
2007-12-15 Miguel de Icaza <miguel at novell.com>
2007-12-16 Miguel de Icaza <miguel at novell.com>
Fix indent
2007-12-16 Miguel de Icaza <miguel at novell.com>
2007-12-18 Miguel de Icaza <miguel at novell.com>
2007-12-18 Miguel de Icaza <miguel at novell.com>
2007-12-21 Miguel de Icaza <miguel at novell.com>
Add docs
Require a prefix
off by one
update
Add support for OSX
Add early implementation (will be redone with 2.0 anyways) of IsolatedStorage
2007-12-24 Miguel de Icaza <miguel at novell.com>
2007-12-27 Miguel de Icaza <miguel at novell.com>
2007-12-27 Miguel de Icaza <miguel at novell.com>
2007-12-27 AdTsai (http://code.google.com/u/AdTsai/)
Forgot
2007-12-27 AdTsai (http://code.google.com/u/AdTsai/)
2007-12-29 Miguel de Icaza <miguel at novell.com>
oops, sorry about this; Thanks Robert for pointing this out
Further doc updates
2008-01-14 Miguel de Icaza <miguel at novell.com>
2008-01-14 Miguel de Icaza <miguel at novell.com>
2008-01-15 Miguel de Icaza <miguel at novell.com>
2008-01-16 Miguel de Icaza <miguel at novell.com>
2008-01-17 Miguel de Icaza <miguel at novell.com>
2008-01-18 Miguel de Icaza <miguel at novell.com>
Remove TypeCode in a few places, there is one place where its actually useful (ConstantExpression.Emit) and I dont feel like rewriting that one
Fix the issue that JB found
Add basic support for parameters
2008-01-20 Miguel de Icaza <miguel at novell.com>
2008-01-21 Miguel de Icaza <miguel at novell.com>
Improve this, still wrong
Add
Improve the helper tool, generate code twice
Add more codepath checks
2008-01-21 Miguel de Icaza <miguel at novell.com>
2008-01-22 Miguel de Icaza <miguel at novell.com>
2008-01-22 Miguel de Icaza <miguel at novell.com>
2008-01-22 Miguel de Icaza <miguel at novell.com>
Add comment
Add
Shut up all those warnings
2008-01-22 Miguel de Icaza <miguel at novell.com>
2008-01-22 Miguel de Icaza <miguel at novell.com>
Fixes a crasher for #348767
Some fixes for Monodoc
Fix
Document
Make this more useful by not outputing messages
There is no such thing as a 3.5 build: 3.5 to us is merely new API entry points which will be part of the standard 2.0 build
2008-02-09 Miguel de Icaza <miguel at novell.com>
2008-02-09 Miguel de Icaza <miguel at novell.com>
2008-02-10 Miguel de Icaza <miguel at novell.com>
Revert, this patch does not look correct
Add 3_5 define
2008-02-11 Miguel de Icaza <miguel at novell.com>
2008-02-14 Miguel de Icaza <miguel at novell.com>
2008-02-14 Miguel de Icaza <miguel at novell.com>
2008-02-14 Rodrigo Kumpera <rkumpera at novell.com>
Errors in general should build, except for the one error they trigger
2008-02-15 Miguel de Icaza <miguel at novell.com>
Errors should compile, except for the one error they highlight
2008-02-15 Miguel de Icaza <miguel at novell.com>
2008-02-15 Miguel de Icaza <miguel at novell.com>
2008-02-18 Miguel de Icaza <miguel at novell.com>
Update
2008-02-28 Miguel de Icaza <miguel at novell.com>
Ran ispell-buffer, inspired by the email by Adrian Kuhn
svn path=/trunk/mono/; revision=97024
Revert the mcs switch, we will keep the old settings for now
Fixed
Use mono.pub key
2008-03-02 Miguel de Icaza <miguel at novell.com>
Update
Remove ancient todo item (there might be others)
Remove ancient todo item (there might be others)
Wordsmith
Update the masterinfos to new APIs in 2.0; System.Xml.Core is still missing (No SDK on this machine)
Revert
Commit
2008-03-12 Miguel de Icaza <miguel at novell.com>
Clarify the license to track our web site
Add System.Data.DataSetExtensions stubs for Marek Habersack
Added missing Makefile
Improve error message, based ona patch from Brad Langhorst
Also add this debugging feature
2008-03-31 Miguel de Icaza <miguel at novell.com>
Revert this patch, it regressed the compiler and System.Web
Add uncommited patch
Make easier to track
2008-04-07 Erven Rohou <erven.rohou at st.com>
Add docs
Update copyright notices
2008-04-17 Miguel de Icaza <miguel at novell.com>
Remove redundant timeout check, de-select, use-poll instead
Fix
2008-04-18 Miguel de Icaza <miguel at novell.com>
Add check to prevent bogus reports from Solaris users
Add patch to support Solaris
2008-04-30 Miguel de Icaza <miguel at novell.com>
Update license for samples
2008-05-01 Miguel de Icaza <miguel at novell.com>
Improve debugging message to track down the method that is actually missing
2008-05-06 Miguel de Icaza <miguel at novell.com>
Remove debugging message
Keep ctors, so we can run sl2
Add love, new key for Mono.Moonlight
Revert, put back the key Sebastien put here
Update man page
Update man page
2008-05-08 Miguel de Icaza <miguel at novell.com>
Add another qh to the culture of qh's
Add test I forgot to checkin the other day
Add silverlight.pub here too
Update version number for Silverlight 2.0 assemblies
Fix: smcs can now reference System.Core properly
Forgot to commit this
2008-05-22 Miguel de Icaza <miguel at novell.com>
2008-05-23 Miguel de Icaza <miguel at novell.com>
2008-06-02 Miguel de Icaza <miguel at novell.com>
Make dotnet.pc.in reference all the .NET libraries (not only when using dotnet35
2008-06-08 Miguel de Icaza <miguel at novell.com>
remove debug info
Update README
Try to fix this mess, catch non 'linux-gnu' versions
update dtrace docs
Document an undocumented interface based on the commit message
Document more stuff, fix .Sp macro
Update docs
Update README
MCS is dual licensed now
Thanks to Kornel, updated the license to reflect the change
2008-07-01 Miguel de Icaza <miguel at novell.com>
Jumbo updates to the man page
Update docs
Update
Update
Update
Apply patch from Olaf Hering <olh at novell.com>
Revert driver changes
Revert the proper one
Update man page
Move to new version policy
Better system
2008-08-03 Miguel de Icaza <miguel at novell.com>
Add some comments
indent
Add missing test
2008-08-06 Miguel de Icaza <miguel at novell.com>
2008-08-19 Miguel de Icaza <miguel at novell.com>
Update
Tab
2008-08-20 Miguel de Icaza <miguel at novell.com>
2008-08-12 Gert Driesen <drieseng at users.sourceforge.net>
Update man page
Update
2008-08-20 Mike Voorhees <vernish13 at gmail.com>
Indent
Update
2008-08-20 Mike Voorhees <vernish13 at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Miguel de Icaza <miguel at novell.com>
2008-08-24 Miguel de Icaza <miguel at novell.com>
Fix my last commit; I was testing C-q char, and got the wrong result
2008-08-24 Miguel de Icaza <miguel at novell.com>
Another missing feature, handle Alt-Backspace
Compared against .NET
Apply patch from Atsushi Enomoto to fix #397627
2008-08-26 Miguel de Icaza <miguel at novell.com>
2008-08-26 Miguel de Icaza <miguel at novell.com>
2008-08-26 Miguel de Icaza <miguel at novell.com>
2008-08-26 Miguel de Icaza <miguel at novell.com>
2008-08-26 Miguel de Icaza <miguel at novell.com>
Add getline.cs
Fix
Add my notes on missing stuff
2008-08-26 Miguel de Icaza <miguel at novell.com>
Improve JAY: now we support EOF detection
2008-08-26 Miguel de Icaza <miguel at novell.com>
Remove junk
2008-08-26 Miguel de Icaza <miguel at novell.com>
Remove debugginf info, add welcome message
I hate this name, but it is what it is
Fix crasher, as reported in comments
Fix small mistake
Better system to name hidden variables
2008-08-27 Miguel de Icaza <miguel at novell.com>
Another one required by changes in gmcs
My fault
2008-08-27 Miguel de Icaza <miguel at novell.com>
Do not insert nulls for sequences we do not know about
Various fixes for bugs reported by Michael: erratic behavior at end of line, problems with yanking
A couple more uses from Michael
Change help format
Typo
2008-08-27 Miguel de Icaza <miguel at novell.com>
Remove debugging output
2008-08-27 Miguel de Icaza <miguel at novell.com>
Fix the build for SL and 1.1
Remove warnings
Update README
Expose EqualityComparer in 2.0
More changes to eliminate mcs warnings
Fix another mcs warning
Update
Make tabs not look as bad
Easy one
Small fix
Various fixes to history handling
Fix moving over symbols, for example the equal sign
Work to support typing compilation-unit level declarations in the shell.
2008-09-02 Miguel de Icaza <miguel at novell.com>
2008-09-03 Miguel de Icaza <miguel at novell.com>
Update the mcs.1 man page, add csharp.1 man page
2008-09-04 Miguel de Icaza <miguel at novell.com>
Small update
Document new features; Fix typos
OneMore
Add Time; Enable debuggin productions for the class-level declarations
Add this one
Add workaround for old C# compilers
2008-08-27 Marek Safar <marek.safar at gmail.com>
2008-09-07 Miguel de Icaza <miguel at novell.com>
Remove debugging message
2008-09-07 Andy Hume <andyhume32 at yahoo.co.uk>
Fix Windows Build
Revert patch, the tests are not working on non UK timezones
2008-09-08 Miguel de Icaza <miguel at novell.com>
Document
update
Fixes: #341443
2008-09-09 Miguel de Icaza <miguel at novell.com>
2008-09-09 Miguel de Icaza <miguel at novell.com>
Fixitificate
Expose the compiler Evaluation routine as a method,
Update for csharp.exe command
Oops
Rename as Evaluator
Fix?
Another attempt
UPdate
2008-09-12 Miguel de Icaza <miguel at novell.com>
Allow for gmcs to be signed if the LIBRARY define is set
Add sample xgettext invocation; Question: what to do next with this?
Update
Friendlier internationalization strings
2008-09-14 Miguel de Icaza <miguel at novell.com>
Improve for internationalization
Improve for internationalization
Update translations
Small documentation
Add mkinstalldirs
2008-09-15 Miguel de Icaza <miguel at novell.com>
Remove po.m4
Add in non-symlink form
Remove symlink versions
Add non-symlink versions
Add
2008-09-15 Andy Hume <andyhume32 at yahoo.co.uk>
2008-09-16 Miguel de Icaza <miguel at novell.com>
2008-09-16 Miguel de Icaza <miguel at novell.com>
If we fail to have gettext, do not do po/mcs, horribly workaround
Remove Ugly Hack
Re-enable ugly hack, and only use AC_CONFIG_SUBDIRS if we have gettext
Remove ugly hack, remove file that is not needed, that should fix the build
Add
Quick hack to build PresentationFramework
2008-09-17 Miguel de Icaza <miguel at novell.com>
Remove TODO, kill warning
Another warning gone
Update comments
Remove obsolete target
2008-09-18 Miguel de Icaza <miguel at novell.com>
Added debug information, after staring at console for a while
2008-09-19 Miguel de Icaza <miguel at novell.com>
Changed from bits to wordsize, as suggested by Paolo
Friendly localizable string
Get a few more in
Up
Up
Support older Automakes, as reported by Mark, having forward slashes on the list of SUBDIRS fails with old versions
Add
2008-09-19 Miguel de Icaza <miguel at novell.com>
2008-09-21 Miguel de Icaza <miguel at novell.com>
Thanks Geoff\!
Document attach, various other cleanups
Format for api docs
2008-09-24 Miguel de Icaza <miguel at novell.com>
2008-09-24 Miguel de Icaza <miguel at novell.com>
Revert
update
2008-09-24 Miguel de Icaza <miguel at novell.com>
2008-09-25 Miguel de Icaza <miguel at novell.com>
2008-09-25 Miguel de Icaza <miguel at novell.com>
2008-09-25 Luis Ortiz <lortiz at interactivesupercomputing.com>
up
2008-09-27 Miguel de Icaza <miguel at novell.com>
Indentation
2008-09-27 Miguel de Icaza <miguel at novell.com>
2008-09-27 Miguel de Icaza <miguel at novell.com>
Update tests
Update tests
Fix the test setup, Run was using the wrong test
2008-09-27 Miguel de Icaza <miguel at novell.com>
update tuner file to the expanded C# compiler API
2008-09-27 Miguel de Icaza <miguel at novell.com>
2008-09-27 Miguel de Icaza <miguel at novell.com>
2008-09-27 Miguel de Icaza <miguel at novell.com>
2008-09-27 Miguel de Icaza <miguel at novell.com>
2008-09-27 Miguel de Icaza <miguel at novell.com>
Bug fixed -> re-enable
Expose Report's stream
2008-09-28 Miguel de Icaza <miguel at novell.com>
2008-09-28 Miguel de Icaza <miguel at novell.com>
2008-09-28 Miguel de Icaza <miguel at novell.com>
Use new quit system
Nothing to see here
Nothing to see here
Remove text that was copy pasted from MSBuild
Sort the options in enable-minimal, and add simd
2008-10-09 Miguel de Icaza <miguel at novell.com>
2008-10-10 Miguel de Icaza <miguel at novell.com>
2008-10-11 Miguel de Icaza <miguel at novell.com>
2008-10-11 Miguel de Icaza <miguel at novell.com>
2008-10-11 Miguel de Icaza <miguel at novell.com>
2008-10-11 Miguel de Icaza <miguel at novell.com>
2008-10-11 Miguel de Icaza <miguel at novell.com>
Reformat
Update
2008-10-17 Miguel de Icaza <miguel at novell.com>
2008-10-17 Miguel de Icaza <miguel at novell.com>
Make Monop's code reusable
Expose a bit more
Add Describe method
Quit when requested
Add ordering
Update docs
Update with a newer Mono.Simd
Allow more than one
Revert
Initial SIMD documentation
basic summaries
Fix
Equals
Native EOL
More docs
Install source code snippets in the same location
Install the correct file
Add mono-lineeditor
Another batch, some operations + lots of parameters
A bunch more docs
op_Explicit for everyone
Flush
Updated: Mono.Simd API is in flux
2008-02-09 Jonathan Pryor <jonpryor at vt.edu>
Add WindowsBase
Update
Fix this too
2008-11-05 Miguel de Icaza <miguel at novell.com>
2008-11-05 Miguel de Icaza <miguel at novell.com>
Revert the revert
2008-11-05 Miguel de Icaza <miguel at novell.com>
Fixificate the build
Revert Npgsql to 1.0, because in 2.0 NpgsqlConnection.ServerVersion change its type
Update this as well
Update docs
Take WindowsBase out
move back to olive
Add more docs
Add documentation for the evaluator
Add CSharpLib docs
more docs
more docs
more docs
Fix
more docs
Try to fix Solaris
Typo
2008-11-17 Chris Howie <cdhowie at gmail.com>
Add DataConverter tests
2008-11-28 Miguel De Icaza <miguel at novell.com>
2008-11-25 Atsushi Enomoto <atsushi at ximian.com>
Add initial implementation of ReaderWriterLockSlim, it is missing support for recursive locks, and support for flagging errors
backport the fix for erase/delete for OSX
Indentation
Backport ReaderWriterLockSlim for MEF
Update
Some doc work
Multiple files:
2008-12-17 Miguel de Icaza <miguel at novell.com>
Backport 2008-12-17 Miguel de Icaza <miguel at novell.com>
2008-12-20 Miguel de Icaza <miguel at novell.com>
Add
Add a handful of 3.5 methods
Some API updates
Apply patch for 436775 from Jeroen Asselman + test case
Backport to 2.2
2008-10-04 Robert Jordan <robertj at gmx.net>
Backport
A bug fix for 459450
2009-01-07 Miguel de Icaza <miguel at novell.com>
2009-01-07 Miguel de Icaza <miguel at novell.com>
Fix the mutext name
2008-12-19 Miguel de Icaza <miguel at novell.com>
2009-01-08 Miguel de Icaza <miguel at novell.com>
Add new checks
move dtrace-prelink.sh out of the top dir
Add checks for the headers
2008-11-15 Jonathan Pryor <jpryor at novell.com>
2009-01-09 Miguel de Icaza <miguel at novell.com>
Incorporate a few patches from Paolo:
2009-01-09 Miguel de Icaza <miguel at novell.com>
Incorporate a few patches from Paolo:
Incorporate a few patches from Paolo, slightly modified:
Add ECMA 2.0 Strict flag for MethodAttributes
2009-01-09 Miguel de Icaza <miguel at novell.com>
Add
Add
Add convenience hook
Fix another regression, stop breaking the Solaris buidls
2009-01-16 Miguel de Icaza <miguel at novell.com>
Update
Copy
Copy
Copy
2009-01-29 Miguel de Icaza <miguel at novell.com>
2009-01-29 Miguel de Icaza <miguel at novell.com>
Tiny fixio
2009-01-29 Miguel de Icaza <miguel at novell.com>
Need config.h to check for HAVE_ALLOCA_H
2009-01-29 Miguel de Icaza <miguel at novell.com>
2009-01-29 Miguel de Icaza <miguel at novell.com>
2009-01-30 Miguel de Icaza <miguel at novell.com>
2009-01-30 Miguel de Icaza <miguel at novell.com>
Indent all continuation lines
Add support for OpenBSD
Build fixes for OpenBSD
Add OpenBSD support
2009-02-02 Miguel de Icaza <miguel at novell.com>
2009-02-03 Miguel de Icaza <miguel at novell.com>
Add new feature
Use a feature test instead of a platform test
Build fix
2009-02-03 Miguel de Icaza <miguel at novell.com>
Change prototype
Ifdef
2009-02-03 Miguel de Icaza <miguel at novell.com>
2009-02-03 Miguel de Icaza <miguel at novell.com>
Style police
update copyright notices
Fix windows build
This is internal
2009-02-04 Miguel de Icaza <miguel at novell.com>
On platforms without SIGUSR1, return -1
This seems like dead code for now
Fix build regression
2009-02-05 Miguel De Icaza <miguel at novell.com>
Add test for bug 471580
2009-02-05 Miguel de Icaza <miguel at novell.com>
Fix make distcheck
2009-02-05 Miguel de Icaza <miguel at novell.com>
Add a new macro
2009-02-06 Miguel De Icaza <miguel at novell.com>
Alloca
2009-02-06 U-QUACK\miguel <miguel at quack>
2009-02-12 Miguel de Icaza <miguel at novell.com>
2009-02-12 Miguel de Icaza <miguel at novell.com>
2009-02-12 Miguel de Icaza <miguel at novell.com>
Add debugging back
Add support for platforms without rewinddir
Update docs as usual
Allow doc tool to process this
Update docs
2009-03-06 Miguel de Icaza <miguel at novell.com>
2009-02-24 Sebastien Pouliot <sebastien at ximian.com>
Clarify
Add Copyright notices
Try to improve the logging profiler documentation
2009-03-14 Miguel de Icaza <miguel at novell.com>
2009-03-22 Miguel de Icaza <miguel at novell.com>
Add guards
2009-04-03 Miguel de Icaza <miguel at novell.com>
2009-04-05 Miguel de Icaza <miguel at novell.com>
Add to the build
2009-04-07 Miguel de Icaza <miguel at novell.com>
2009-04-07 Miguel de Icaza <miguel at novell.com>
2009-04-17 Miguel de Icaza <miguel at novell.com>
Update man pages
Improve documentation
2009-03-22 Miguel de Icaza <miguel at novell.com>
2009-04-17 Miguel de Icaza <miguel at novell.com>
Initial support to provide code completion facilities to consumers
2009-04-17 Miguel de Icaza <miguel at novell.com>
2009-04-19 Miguel de Icaza <miguel at novell.com>
2009-04-20 Miguel de Icaza <miguel at novell.com>
Fix man page
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
Move two other documents to the Wiki
Up
Update
Do not need signal.h here
Do not need signal.h here
Do not need signal.h here
Sort the files
Add
Add
2009-04-22 Miguel de Icaza <miguel at novell.com>
Portificate to the SLN setup
2009-04-22 Miguel de Icaza <miguel at novell.com>
merge
Add missing headers
2009-04-23 Miguel de Icaza <miguel at novell.com>
2009-04-23 Miguel de Icaza <miguel at novell.com>
Add man page
Add tutorial for adding more completion types and added new completion
Remove debugging ToString, it did not compile with mcs anyways
Reapply this patch, but keep in mind, it does introduce
Update this
Without this I am unable to install
Revert 132601, 132602 as it made the csharp console stop working
2009-04-24 Miguel de Icaza <miguel at novell.com>
Reapply
Apply Gonzalo's patch to fix TermInfoDriver after his StreamReader changes
2009-04-25 Miguel de Icaza <miguel at novell.com>
Add comment after much debate
Only include the headers if available
svn path=/trunk/mcs/; revision=132797
Update: +EXPR was never supported, just EXPR
Add more compat flags
Update
Update
csproj generator
Add proxy scripts
Add targets
Fox
prop
Update
Add helper
Hook to allow the caller to requested a call to csproj-local
Doc update
More flags for compatibility
Actually, /debug:XX is handled in /debug:, ignore the configuration here
Mistake, /debug:full is the same as /debug
Update csproj tool
Change the model used
Add input files
Move the scripts to a new location
Move the scripts to a new location
More progress
Add support for reference aliases
Try this
Remove .input files
Remove *.input files, put everything in a single XML file
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Upgrade to 2008
Up
Fix some paths
update
First two assemblies, will probably autogenerate this later
Add prebuild commands
Move dead code
Update
Better debug
Use new define: TARGET_X86 on VS as well
More generated files
fix
Update
Further tuneups
Buidl jay as well
Try this
This now builds System.Xml-basic
Forgot to commit this
For MCS, override csproj-local to report the right compiler
Support the compiler
The support
Update
Update to support the compiler buidl
Fix compiler build, make sure generated solutions include the actual HintPath so VS does not turn lib/basic/System.dll into GAC system.dll, so pass the entire relative path
Forgot to commit
2009-05-05 Miguel de Icaza <miguel at novell.com>
Fix the pkg.m4 nonsense in eglib as well
Fix this too
Do not build docs if cross compiling or the mcs build is disabled
2009-05-05 Miguel de Icaza <miguel at novell.com>
2009-05-05 Miguel de Icaza <miguel at novell.com>
Add this too
Contribution from Pia Eriksson <pe at hallerud.se> that fixes
Add a handful of extra DISABLE options to the list
2009-05-09 Miguel de Icaza <miguel at novell.com>
Add new test
2009-05-09 Miguel de Icaza <miguel at novell.com>
Document and add full_messages
Document
Do not build the dwarfwriter if JIT/AOT are disabled
2009-05-09 Miguel de Icaza <miguel at novell.com>
Add support to disable the verifier
Fix warning
2009-05-09 Miguel de Icaza <miguel at novell.com>
2009-05-09 Miguel de Icaza <miguel at novell.com>
Forgot to make this private
2009-05-10 Miguel de Icaza <miguel at novell.com>
Add more diagnostics
2009-05-16 Miguel de Icaza <miguel at novell.com>
Add
2009-05-18 Miguel de Icaza <miguel at novell.com>
2009-05-18 Miguel de Icaza <miguel at novell.com>
Do not include prototypes if sys/select.h is not available
More header checks
2009-05-18 Miguel de Icaza <miguel at novell.com>
Indent preprocessor directives to make it easier to follow
2009-05-20 Miguel de Icaza <miguel at novell.com>
Fix typo
Copy
2009-05-20 Miguel de Icaza <miguel at novell.com>
2009-05-20 Miguel de Icaza <miguel at novell.com>
2009-05-20 Miguel de Icaza <miguel at novell.com>
Forgot ChangeLog
2009-05-20 Miguel de Icaza <miguel at novell.com>
Add another header to check
Make this build
2009-05-20 Miguel de Icaza <miguel at novell.com>
2009-05-20 Miguel de Icaza <miguel at novell.com>
Move platform specific code to io-layer
Fix the Mac
Fix setups where DISABLE_SHARED_HANDLES is set
2009-05-21 Miguel de Icaza <miguel at novell.com>
2009-05-21 Miguel de Icaza <miguel at novell.com>
Fix for BSD
Remove more eye sores
2009-05-21 Miguel de Icaza <miguel at novell.com>
2009-05-22 Miguel de Icaza <miguel at novell.com>
2009-05-22 Miguel de Icaza <miguel at novell.com>
2009-05-22 Miguel de Icaza <miguel at novell.com>
Update parameters for PS3
forgot this one
Report glib in use as well
2009-05-24 Miguel de Icaza <miguel at novell.com>
Forgot this
Up
2009-06-08 Miguel de Icaza <miguel at novell.com>
2009-06-15 Miguel de Icaza <miguel at novell.com>
2009-06-15 Miguel de Icaza <miguel at novell.com>
Up
2009-06-10 Gert Driesen <drieseng at users.sourceforge.net>
2009-06-25 Miguel de Icaza <miguel at novell.com>
2009-06-10 Gert Driesen <drieseng at users.sourceforge.net>
2009-06-10 Gert Driesen <drieseng at users.sourceforge.net>
2009-06-10 Gert Driesen <drieseng at users.sourceforge.net>
2009-06-25 Miguel de Icaza <miguel at novell.com>
Flush
Found with Umbraco, this method ignores null pages
fix
Update docs
Fix
Revert patch until Rodrigo comes back on Monday
Typo fix
2009-07-22 Jb Evain <jbevain at novell.com>
2009-07-26 Miguel de Icaza <miguel at novell.com>
Small fix for trace
2009-07-26 Miguel de Icaza <miguel at novell.com>
2009-07-26 Miguel de Icaza <miguel at novell.com>
2009-06-10 Gert Driesen <drieseng at users.sourceforge.net>
Wrong fix; Revert
Revert
2009-07-26 Miguel de Icaza <miguel at novell.com>
Add new test
2009-07-26 Miguel de Icaza <miguel at novell.com>
2009-07-26 Miguel de Icaza <miguel at novell.com>
2009-07-26 Miguel de Icaza <miguel at novell.com>
2009-07-27 Miguel de Icaza <miguel at novell.com>
2009-07-28 Miguel de Icaza <miguel at novell.com>
2009-07-28 Miguel de Icaza <miguel at novell.com>
Update man page
Do not use Xap loading on MonoTouch profile
2009-08-01 Miguel de Icaza <miguel at novell.com>
2009-08-01 Miguel de Icaza <miguel at novell.com>
2009-08-02 Miguel de Icaza <miguel at novell.com>
2009-08-03 Miguel de Icaza <miguel at novell.com>
Fix
2009-08-04 Miguel de Icaza <miguel at novell.com>
2009-08-04 Miguel de Icaza <miguel at novell.com>
2009-08-06 Miguel de Icaza <miguel at novell.com>
2009-08-06 Miguel de Icaza <miguel at novell.com>
Update
2009-08-09 Miguel de Icaza <miguel at novell.com>
Fix build
Update comment
2009-08-11 Jérémie Laval <jeremie.laval at gmail.com>
2009-09-04 Miguel de Icaza <miguel at novell.com>
Put WindowsBase on mcs/class for System.IO.Packaging
Copy
Add WindowsBase to the build
Dist this one as well
2009-09-20 Miguel de Icaza <miguel at novell.com>
2009-09-22 Mike Feldman and Stephen A. Jazdzewski <steve at jazd.com>
2009-06-25 Miguel de Icaza <miguel at novell.com>
First pass at replacing deprecated APIs in Glib 3 with the new names.
This patch replaces the calls to g_strcasecmp with either
Remove the use of G_GNUC_PRETTY_FUNCTION with the proper pattern which
2009-09-29 Miguel de Icaza <miguel at novell.com>
2009-09-30 Miguel de Icaza <miguel at novell.com>
2009-09-30 Miguel de Icaza <miguel at novell.com>
Update
NEver commited this, oops
+ * ServerType.cs: Do not use Activator.CreateInstance, use the call
Fix for MonoTouch builds
2009-10-16 Miguel de Icaza <miguel at novell.com>
More removal of old profile
2009-10-16 Miguel de Icaza <miguel at novell.com>
Drop more obsolete defines
More
Additionificate System.Numerics
Fix build
2009-10-21 Miguel de Icaza <miguel at novell.com>
2009-10-22 Miguel de Icaza <miguel at novell.com>
2009-10-22 Miguel de Icaza <miguel at novell.com>
oops
Add BigInteger to System.Numerics from the Microsoft MS-PL'ed DLR
Update namespace
Add new classes
2009-10-31 Miguel de Icaza <miguel at novell.com>
2009-11-02 Miguel de Icaza <miguel at novell.com>
2009-11-02 Miguel de Icaza <miguel at novell.com>
2009-11-02 Miguel de Icaza <miguel at novell.com>
2009-11-02 Miguel de Icaza <miguel at novell.com>
Jumbo NET_2_0 removal
More NET_2_0 removal
System.Reflection's turn to be de-ifdefified
System.Reflection's turn to be de-ifdefified
System.Reflection.Emit's turn to be de-ifdefified
2009-11-03 Miguel de Icaza <miguel at novell.com>
2009-11-03 Miguel de Icaza <miguel at novell.com>
Update
Update
MoreDocs
2009-11-05 Miguel de Icaza <miguel at novell.com>
More removal of old defines
More removal of old defines
Jumbo patch for NET_2_0, mscorlib is now clean
Add minutes
No makefile was added for System.Data.Services; Comment out for now
2009-11-07 Miguel de Icaza <miguel at novell.com>
Fix build
2009-11-08 Miguel de Icaza <miguel at novell.com>
svn path=/trunk/mcs/; revision=145671
svn path=/trunk/mcs/; revision=145672
More 4.0 work
Implement the class methods, currently disabled until 553650 is fixed in mcs
Move some classes to new locations
2009-11-08 Miguel de Icaza <miguel at novell.com>
Update
FixBuild
Add MEF for .NET 4
Use Unix style parameters
2009-11-10 Miguel de Icaza <miguel at novell.com>
Few more 4.0 touchups
Small 4fx fixes
Make csproj target work again
Up
Update
Update README and order.xml file
Up
Up
Small fixes
API updates from Moma
2009-11-22 Miguel de Icaza <miguel at novell.com>
2009-11-22 Miguel de Icaza <miguel at novell.com>
Avoid code duplication
2009-11-22 Miguel de Icaza <miguel at novell.com>
2009-11-21 Miguel de Icaza <miguel at novell.com>
2009-11-21 Miguel de Icaza <miguel at novell.com>
Reduce code duplication
svn path=/trunk/mono/; revision=146705
2009-11-23 Miguel de Icaza <miguel at novell.com>
Add new overloads
2009-12-02 Miguel de Icaza <miguel at novell.com>
Forward port
Forward port
Update
2009-12-09 Miguel de Icaza <miguel at novell.com>
2009-12-10 Miguel de Icaza <miguel at novell.com>
2009-12-11 Miguel de Icaza <miguel at novell.com>
2009-12-11 Miguel de Icaza <miguel at novell.com>
2009-12-11 Miguel de Icaza <miguel at novell.com>
Update
HtmlString
Assist to build
2009-12-13 Miguel de Icaza <miguel at novell.com>
2009-12-13 Miguel de Icaza <miguel at novell.com>
2009-12-14 Miguel de Icaza <miguel at novell.com>
i2009-12-14 Miguel de Icaza <miguel at novell.com>
Fix crasher
2009-12-16 Miguel de Icaza <miguel at novell.com>
Remove file
Copy
Preserve history
Add g_usleep
Format
Fix
Fix dis and monograph builds when using LLVM
Add support for rendering the title
Update docs
2010-01-11 Miguel de Icaza <miguel at novell.com>
_GNU_SOURCE is already defined by configure.ac
2010-01-12 Miguel de Icaza <miguel at novell.com>
Revert gcconfig.h change
Import proper patch
Revert temporary hack
Remove accidentally added file
This method needs to be overwritten from the JsonValue class
Fix crash when the quote starts the string to escape
Fix a crasher
Remove realpath
Do not build the parser if no getopt is there
Make this build on systems with no filesystem or process APIs
remove DOS newlines
Make this shorter
Revert, will remove both linux-gnu, but needs some work
2010-01-20 Miguel de Icaza <miguel at novell.com>
Improve, do not advertise what is not available
2010-01-21 Miguel de Icaza <miguel at novell.com>
Fix
Uniform use of the return error from mono_dl
Update doc tools
Some findings
Added test case
Install mono-dl.h header
Wrong file to install
2010-01-26 U-anarquia\miguel <miguel at anarquia>
Revert 150495 and 150496 from mini.c
2010-02-03 Miguel de Icaza <miguel at novell.com>
Documentation update
2010-02-04 Miguel de Icaza <miguel at novell.com>
Indent
Update repl.txt notes
2010-02-06 Miguel de Icaza <miguel at novell.com>
2010-02-05 Miguel de Icaza <miguel at novell.com>
Begin stubs for Mono.Cecil
Ship Mono.Cecil as well
2010-02-08 Miguel de Icaza <miguel at novell.com>
2010-02-08 Miguel de Icaza <miguel at novell.com>
2010-02-09 Miguel de Icaza <miguel at novell.com>
2010-02-10 Miguel de Icaza <miguel at novell.com>
2010-02-12 Miguel de Icaza <miguel at novell.com>
2010-02-12 Miguel de Icaza <miguel at novell.com>
Add
My first documentation contribution to Cecil
2010-02-14 Miguel de Icaza <miguel at novell.com>
* cs-parser.jay: Bubble completions after "from x in ?" and "from x
Distribute autogen.sh
Add
Update
Add
2010-02-26 Miguel de Icaza <miguel at novell.com>
Update
Install security tools on 4.0
Move most stuff to the 4.0 profile
One fix
Couple of extra fixes
Fix crasher
2010-02-27 Miguel de Icaza <miguel at novell.com>
Default should not be to debug
2010-02-28 Miguel de Icaza <miguel at novell.com>
Fix the build
Fix the basic build
Fix the 1.0 dropping
Another 4.0 switch fix
2010-02-28 Miguel de Icaza <miguel at novell.com>
2010-02-28 Miguel de Icaza <miguel at novell.com>
2010-02-28 Miguel de Icaza <miguel at novell.com>
2010-02-09 Sebastien Pouliot <sebastien at ximian.com>
2010-02-09 Sebastien Pouliot <sebastien at ximian.com>
2010-03-01 Miguel de Icaza <miguel at novell.com>
2010-03-01 Miguel de Icaza <miguel at novell.com>
2010-03-01 Miguel de Icaza <miguel at novell.com>
2010-03-01 Miguel de Icaza <miguel at novell.com>
2010-03-01 Miguel de Icaza <miguel at novell.com>
Remove some deprecated libraries
Moved deprecated library
Moved deprecated library
Moved deprecated library
Moved deprecated library
Moved deprecated library
Moved deprecated library
Remove prj2make and cilc
Moved deprecated library
Moved deprecated library
Moved deprecated library
Put monodoc.dll on the 2.0 profile as well for now
Make this 2.0
Move tool
Move to a directory
Update configure.in to include tools/sgen
Drop this one too
Moved more obsolete code
Drop Microsoft.Vsa too
Droppped more code
Fix build
Add sgen to the tools build
2010-03-03 Miguel de Icaza <miguel at novell.com>
2010-03-03 Miguel de Icaza <miguel at novell.com>
Forgot the ChangeLog
Remove Mono.GetOptions
More deprecated code moved out for Mono 2.8
Fix this
removed this too
This too
2010-03-03 Miguel de Icaza <miguel at novell.com>
2010-03-19 Miguel de Icaza <miguel at novell.com>
Removed a warning; But this loop here looks risky
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
2010-03-20 Miguel de Icaza <miguel at novell.com>
Add missing copyright notices to Sgen
Update license files
2010-03-24 U-anarquia\miguel <miguel at anarquia>
Patch from Jay R Wren to drop assemblies that are no longer part of Mono 2.8
2010-03-26 Miguel de Icaza <miguel at novell.com>
First part of bug fix for Joachim's bug
2010-03-30 Sebastien Pouliot <sebastien at ximian.com>
2010-03-31 Miguel de Icaza <miguel at novell.com>
Add tests
2010-03-31 Miguel de Icaza <miguel at novell.com>
2010-03-31 Miguel de Icaza <miguel at novell.com>
2010-03-31 Miguel de Icaza <miguel at novell.com>
2010-03-31 Miguel de Icaza <miguel at novell.com>
2010-04-01 Miguel de Icaza <miguel at novell.com>
2010-04-02 Miguel de Icaza <miguel at novell.com>
2010-04-06 Miguel de Icaza <miguel at novell.com>
2010-04-07 Miguel de Icaza <miguel at novell.com>
Add some code
2010-04-12 Miguel de Icaza <miguel at novell.com>
2010-04-14 Miguel de Icaza <miguel at novell.com>
Add mono.pc for those using it as a way to probe for Mono
Add here too
2010-04-16 Miguel de Icaza <miguel at novell.com>
Guard for NULLs
Update
Add new option -a to print out all the types
2010-04-22 Miguel de Icaza <miguel at novell.com>
2010-04-22 Miguel de Icaza <miguel at novell.com>
First patch from: Damien Diederen <dd at crosstwine.com>
Second patch from: Damien Diederen <dd at crosstwine.com>
Third patch from: Damien Diederen <dd at crosstwine.com>
Fourth patch from: Damien Diederen <dd at crosstwine.com>
Fifth patch from: Damien Diederen <dd at crosstwine.com>
2010-04-23 Miguel de Icaza <miguel at novell.com>
Update man page
2010-04-23 Miguel de Icaza <miguel at novell.com>
Fix the build
2010-04-27 Miguel de Icaza <miguel at novell.com>
2010-04-27 Miguel de Icaza <miguel at novell.com>
Disable per Zoltan's suggestion
Add solution
Make changes so it is easy to build on Windows
Add csharp solution and project
2010-05-04 Miguel de Icaza <miguel at novell.com>
Add special case for FreeBSD, fixes 553640
Also for OpenBSD
Document --nollvm
2010-05-05 Miguel de Icaza <miguel at novell.com>
2010-05-05 Miguel de Icaza <miguel at novell.com>
2010-05-10 Miguel de Icaza <miguel at novell.com>
2010-05-11 Zoltan Varga <vargaz at gmail.com>
2010-05-11 Miguel de Icaza <miguel at novell.com>
Update documentation to latest changes, need to document a lot of missing stuff
Add vasprintf to the Cygwin build
2010-05-11 Miguel de Icaza <miguel at novell.com>
Remove methods that are private from the documentation
Big documentation update
Big documentation update
2010-05-20 Miguel de Icaza <miguel at novell.com>
2010-05-25 Miguel de Icaza <miguel at novell.com>
2010-05-25 Miguel de Icaza <miguel at novell.com>
Update docs
2010-05-31 Miguel de Icaza <miguel at novell.com>
Fix for 607585
2010-06-16 Miguel de Icaza <miguel at novell.com>
2010-06-17 Miguel de Icaza <miguel at novell.com>
2010-06-18 Vincent Povirk <madewokherd at gmail.com>
Update
2010-06-23 Miguel de Icaza <miguel at novell.com>
2010-06-23 Miguel de Icaza <miguel at novell.com>
2010-06-23 Miguel de Icaza <miguel at novell.com>
2010-06-23 Miguel de Icaza <miguel at novell.com>
Update man page
Add this dep back
Revert my changes, they break the build
Delete
2010-06-23 Miguel de Icaza <miguel at novell.com>
Fix after moving the file
Remove
Fix windows build
Change the path
Document MONO_GC_DEBUG
2010-07-05 Miguel de Icaza <miguel at novell.com>
Update
Clarify
minimal docs for MONO_LLVM
2010-07-09 Miguel de Icaza <miguel at novell.com>
Update
2010-07-13 Miguel de Icaza <miguel at novell.com>
2010-07-14 Miguel de Icaza <miguel at novell.com>
2010-07-14 Miguel de Icaza <miguel at novell.com>
An extra test, to give me peace of mind
2010-07-15 Miguel de Icaza <miguel at novell.com>
2010-07-14 Miguel de Icaza <miguel at novell.com>
Add Punycode encoder, to be used one day by Uri.cs
2010-07-15 Miguel de Icaza <miguel at novell.com>
Update man
Move
Small bug fix
Flush
Flush
2010-07-17 Miguel de Icaza <miguel at novell.com>
2010-07-19 Miguel de Icaza <miguel at novell.com>
2010-07-20 Miguel de Icaza <miguel at novell.com>
2010-07-20 Miguel de Icaza <miguel at novell.com>
2010-07-21 Miguel de Icaza <miguel at novell.com>
2010-07-21 Miguel de Icaza <miguel at novell.com>
[Documentation] Embed rationale for change in the source code
Do not mandate that pkg-config is installed, it is only used for the comparative test suite
Merge branch 'master' of github.com:mono/mono
Update README
Copyright: the actual owner is Chris Bacon, not Novell, fix this
Copyright fix: the owner is Chris, not Novell
Updated copyrights to SGen files that were missing it
Add the Sgen license text to the new sgen files
[Fix] Allow escape characters inside quoted text, and do not let nested quote reset the quoting state
[Fix] Correct fix for the g_shell_parse_argv bug
Mike Gorse (9):
Added KeyFilter [bug 427039]
* ListView.cs: Call OnUIAFocusedItemChanged after completing the
* StatusBar.cs: Send OnUIACollectionChanged in Remove().
* ListView.cs, ListViewItem.cs: Send OnUIAFocusedItemChanged if an
* TextControl.cs: Add UIASelectionChanged event.
* Splitter.cs: Make MaxSize internal so that UIA code can use it.
* TrackBar.cs: Make LargeIncrement/Decrement internal so that UIA can
* FileDialog.cs: Add UIAFocusedItemChanged to PopupButtonPanel.
* ToolStripMenuItem.cs: Added UIA CheckOnClickChanged event.
Mike Gray (3):
2002-05-08 Mike Gray <mikeg at mikegray.org>
*** empty log message ***
*** empty log message ***
Mike Kestner (226):
2001-08-10 Mike Kestner <mkestner at speakeasy.net>
Add the System.Drawing.Point struct implementation a fix a buglet in the
Added the PointF, Size, and SizeF structures to System.Drawing.
Mark the implementation status as complete for Point, PointF, Size, and SizeF
Removed duplicate class nodes I accidentally committed.
2001-10-31 Mike Kestner <mkestner at speakeasy.net>
Updated Status for System.Drawing.Point to reflect test suite completion.
Suppress building of the new Test directory.
2001-12-15 Mike Kestner <mkestner at speakeasy.net>
2001-12-15 Mike Kestner <mkestner at speakeasy.net>
Some class status updates.
In Test:
2002-03-08 Mike Kestner <mkestner at speakeasy.net>
2002-03-17 Mike Kestner <mkestner at speakeasy.net>
2002-03-21 Mike Kestner <mkestner at speakeasy.net>
2002-03-22 Mike Kestner <mkestner at speakeasy.net>
2002-03-24 Mike Kestner <mkestner at speakeasy.net>
2002-03-25 Mike Kestner <mkestner at speakeasy.net>
2002-03-27 Mike Kestner <mkestner at speakeasy.net>
Reactivate System.Drawing build. Bugfixes and stubbing of non-trivial
2002-05-08 Mike Kestner <mkestner at speakeasy.net>
2002-07-02 Mike Kestner <mkestner at speakeasy.net>
2002-07-02 Mike Kestner <mkestner at speakeasy.net>
2002-11-19 Mike Kestner <mkestner at speakeasy.net>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-12 Mike Kestner <mkestner at ximian.com>
2004-05-13 Mike Kestner <mkestner at ximian.com>
2004-05-13 Mike Kestner <mkestner at ximian.com>
2004-05-13 Mike Kestner <mkestner at ximian.com>
2004-05-13 Mike Kestner <mkestner at ximian.com>
2004-05-13: Mike Kestner <mkestner at ximian.com>
2004-05-13: Mike Kestner <mkestner at ximian.com>
2004-05-13: Mike Kestner <mkestner at ximian.com>
add guid
2004-05-14: Mike Kestner <mkestner at ximian.com>
2005-01-13 Mike Kestner <mkestner at novell.com>
man page updates for gacutil
2005-10-31 Mike Kestner <mkestner at novell.com>
2005-11-15 Mike Kestner <mkestner at novell.com>
2005-11-23 Mike Kestner <mkestner at novell.com>
2005-11-23 Mike Kestner <mkestner at novell.com>
2005-12-01 Mike Kestner <mkestner at novell.com>
2005-12-03 Mike Kestner <mkestner at novell.com>
2005-12-05 Mike Kestner <mkestner at novell.com>
2005-12-05 Mike Kestner <mkestner at novell.com>
2005-12-07 Mike Kestner <mkestner at novell.com>
2005-12-12 Mike Kestner <mkestner at novell.com>
2005-12-12 Mike Kestner <mkestner at novell.com>
2006-01-13 Mike Kestner <mkestner at novell.com>
2006-01-17 Mike Kestner <mkestner at novell.com>
2006-01-20 Mike Kestner <mkestner at novell.com>
2006-01-20 Mike Kestner <mkestner at novell.com>
svn path=/trunk/mcs/; revision=56196
2006-01-30 Mike Kestner <mkestner at novell.com>
2006-02-06 Mike Kestner <mkestner at novell.com>
2006-02-06 Mike Kestner <mkestner at novell.com>
oops, forgot this file
2006-02-07 Mike Kestner <mkestner at novell.com>
2006-02-07 Mike Kestner <mkestner at novell.com>
2006-02-27 Mike Kestner <mkestner at novell.com>
2006-02-28 Mike Kestner <mkestner at novell.com>
2006-02-28 Mike Kestner <mkestner at novell.com>
2006-03-03 Mike Kestner <mkestner at novell.com>
2006-03-09 Mike Kestner <mkestner at novell.com>
2006-03-13 Mike Kestner <mkestner at novell.com>
2006-03-13 Mike Kestner <mkestner at novell.com>
2006-03-13 Mike Kestner <mkestner at novell.com>
2006-03-14 Mike Kestner <mkestner at novell.com>
2006-03-15 Mike Kestner <mkestner at novell.com>
2006-03-16 Mike Kestner <mkestner at novell.com>
2006-03-21 Mike Kestner <mkestner at novell.com>
2006-03-21 Mike Kestner <mkestner at novell.com>
2006-03-21 Mike Kestner <mkestner at novell.com>
2006-03-22 Mike Kestner <mkestner at novell.com>
2006-03-22 Mike Kestner <mkestner at novell.com>
2006-03-22 Mike Kestner <mkestner at novell.com>
2006-03-22 Mike Kestner <mkestner at novell.com>
2006-03-22 Mike Kestner <mkestner at novell.com>
remove a cwl, oops
2006-03-23 Mike Kestner <mkestner at novell.com>
2006-03-23 Mike Kestner <mkestner at novell.com>
2006-03-24 Mike Kestner <mkestner at novell.com>
2006-03-24 Mike Kestner <mkestner at novell.com>
2006-03-27 Mike Kestner <mkestner at novell.com>
2006-03-28 Mike Kestner <mkestner at novell.com>
2006-03-28 Mike Kestner <mkestner at novell.com>
2006-03-28 Mike Kestner <mkestner at novell.com>
more menu corcompare fixes
2006-03-28 Mike Kestner <mkestner at novell.com>
corcompare experiment
this one should really work
2006-03-28 Mike Kestner <mkestner at novell.com>
boatload of corcompare virtual cleanup
2006-03-29 Mike Kestner <mkestner at novell.com>
2006-03-30 Mike Kestner <mkestner at novell.com>
2006-03-30 Mike Kestner <mkestner at novell.com>
2006-03-31 Mike Kestner <mkestner at novell.com>
2006-03-31 Mike Kestner <mkestner at novell.com>
2006-03-31 Mike Kestner <mkestner at novell.com>
2006-04-05 Mike Kestner <mkestner at novell.com>
2006-04-05 Mike Kestner <mkestner at novell.com>
2006-04-05 Mike Kestner <mkestner at novell.com>
2006-04-06 Mike Kestner <mkestner at novell.com>
2006-04-06 Mike Kestner <mkestner at novell.com>
2006-04-07 Mike Kestner <mkestner at novell.com>
2006-04-06 Mike Kestner <mkestner at novell.com>
2006-04-12 Mike Kestner <mkestner at novell.com>
2006-04-12 Mike Kestner <mkestner at novell.com>
2006-04-13 Mike Kestner <mkestner at novell.com>
fix build breakage
2006-04-21 Mike Kestner <mkestner at novell.com>
2006-04-24 Mike Kestner <mkestner at novell.com>
2006-04-25 Mike Kestner <mkestner at novell.com>
2006-05-01 Mike Kestner <mkestner at novell.com>
2006-05-05 Mike Kestner <mkestner at novell.com>
remove a cwl
2006-05-05 Mike Kestner <mkestner at novell.com>
2006-05-05 Mike Kestner <mkestner at novell.com>
2006-05-10 Mike Kestner <mkestner at novell.com>
2006-05-10 Mike Kestner <mkestner at novell.com>
2006-05-12 Mike Kestner <mkestner at novell.com>
remove cwl, damnit
2006-05-18 Mike Kestner <mkestner at novell.com>
2006-05-18 Mike Kestner <mkestner at novell.com>
oops, forgot the CL
2006-05-18 Mike Kestner <mkestner at novell.com>
2006-05-18 Mike Kestner <mkestner at novell.com>
2006-05-19 Mike Kestner <mkestner at novell.com>
2006-05-22 Mike Kestner <mkestner at novell.com>
2006-05-22 Mike Kestner <mkestner at novell.com>
2006-05-23 Mike Kestner <mkestner at novell.com>
2006-05-23 Mike Kestner <mkestner at novell.com>
2006-05-30 Mike Kestner <mkestner at novell.com>
2006-06-01 Mike Kestner <mkestner at novell.com>
2006-06-01 Mike Kestner <mkestner at novell.com>
2006-06-02 Mike Kestner <mkestner at novell.com>
2006-06-05 Mike Kestner <mkestner at novell.com>
2006-06-06 Mike Kestner <mkestner at novell.com>
2006-06-06 Mike Kestner <mkestner at novell.com>
2006-06-06 Mike Kestner <mkestner at novell.com>
2006-06-06 Mike Kestner <mkestner at novell.com>
2006-06-07 Mike Kestner <mkestner at novell.com>
2006-06-07 Mike Kestner <mkestner at novell.com>
2006-06-22 Mike Kestner <mkestner at novell.com>
2006-06-26 Mike Kestner <mkestner at novell.com>
2006-06-28 Mike Kestner <mkestner at novell.com>
2006-06-29 Mike Kestner <mkestner at novell.com>
2006-07-14 Mike Kestner <mkestner at novell.com>
2006-07-17 Mike Kestner <mkestner at novell.com>
2006-07-17 Mike Kestner <mkestner at novell.com>
2006-07-19 Mike Kestner <mkestner at novell.com>
2006-07-19 Mike Kestner <mkestner at novell.com>
2006-07-20 Mike Kestner <mkestner at novell.com>
2006-07-22 Mike Kestner <mkestner at novell.com>
2006-08-10 Mike Kestner <mkestner at novell.com>
2006-08-16 Mike Kestner <mkestner at novell.com>
2006-08-17 Mike Kestner <mkestner at novell.com>
2006-08-17 Mike Kestner <mkestner at novell.com>
2006-08-17 Mike Kestner <mkestner at novell.com>
2006-08-18 Mike Kestner <mkestner at novell.com>
2006-08-28 Mike Kestner <mkestner at novell.com>
2006-08-28 Mike Kestner <mkestner at novell.com>
2006-08-28 Mike Kestner <mkestner at novell.com>
2006-08-28 Mike Kestner <mkestner at novell.com>
2006-08-29 Mike Kestner <mkestner at novell.com>
2006-09-01 Mike Kestner <mkestner at novell.com>
2006-09-06 Mike Kestner <mkestner at novell.com>
2006-09-06 Mike Kestner <mkestner at novell.com>
2006-09-11 Mike Kestner <mkestner at novell.com>
2006-09-11 Mike Kestner <mkestner at novell.com>
warnings cleanups
2006-09-21 Mike Kestner <mkestner at novell.com>
2006-09-21 Mike Kestner <mkestner at novell.com>
2006-09-26 Mike Kestner <mkestner at novell.com>
2006-09-29 Mike Kestner <mkestner at novell.com>
2006-09-29 Mike Kestner <mkestner at novell.com>
2006-09-29 Mike Kestner <mkestner at novell.com>
2006-10-03 Mike Kestner <mkestner at novell.com>
2006-10-03 Mike Kestner <mkestner at novell.com>
2006-10-09 Mike Kestner <mkestner at novell.com>
2006-10-12 Mike Kestner <mkestner at novell.com>
2006-10-13 Mike Kestner <mkestner at novell.com>
2006-10-20 Mike Kestner <mkestner at novell.com>
2006-10-20 Mike Kestner <mkestner at novell.com>
2006-10-25 Mike Kestner <mkestner at novell.com>
2006-10-31 Mike Kestner <mkestner at novell.com>
2006-10-31 Mike Kestner <mkestner at novell.com>
2006-11-03 Mike Kestner <mkestner at novell.com>
2006-11-07 Mike Kestner <mkestner at novell.com>
2006-11-09 Mike Kestner <mkestner at novell.com>
2006-11-09 Mike Kestner <mkestner at novell.com>
2006-11-09 Mike Kestner <mkestner at novell.com>
2006-11-09 Mike Kestner <mkestner at novell.com>
2006-11-09 Mike Kestner <mkestner at novell.com>
2006-11-17 Mike Kestner <mkestner at novell.com>
2006-11-20 Mike Kestner <mkestner at novell.com>
2006-11-27 Mike Kestner <mkestner at novell.com>
2006-11-30 Mike Kestner <mkestner at novell.com>
2006-11-30 Mike Kestner <mkestner at novell.com>
2006-11-30 Mike Kestner <mkestner at novell.com>
2006-12-05 Mike Kestner <mkestner at novell.com>
2006-12-05 Mike Kestner <mkestner at novell.com>
2006-12-11 Mike Kestner <mkestner at novell.com>
2006-12-14 Mike Kestner <mkestner at novell.com>
2006-12-14 Mike Kestner <mkestner at novell.com>
2006-12-14 Mike Kestner <mkestner at novell.com>
2007-01-02 Mike Kestner <mkestner at novell.com>
2007-01-02 Mike Kestner <mkestner at novell.com>
2007-01-02 Mike Kestner <mkestner at novell.com>
2007-01-05 Mike Kestner <mkestner at novell.com>
2007-01-05 Mike Kestner <mkestner at novell.com>
2007-03-19 Mike Kestner <mkestner at novell.com>
update cases fixed by r74619
2007-03-19 Mike Kestner <mkestner at novell.com>
2007-03-21 Mike Kestner <mkestner at novell.com>
2007-03-22 Mike Kestner <mkestner at novell.com>
2007-03-27 Mike Kestner <mkestner at novell.com>
2007-03-27 Mike Kestner <mkestner at novell.com>
2007-03-27 Mike Kestner <mkestner at novell.com>
2007-03-29 Mike Kestner <mkestner at novell.com>
2007-04-05 Mike Kestner <mkestner at novell.com>
2010-01-29 Mike Kestner <mkestner at novell.com>
Mike Shaver (2):
Implement StringToCoTaskMem{Ansi,Uni} (bug 58102).
update link to Jim Miller's patent message
Nagappan Alagappan (212):
2006-07-25 Nagappan A <anagappan at novell.com>
2006-07-25 Nagappan A <anagappan at novell.com>
2006-07-26 Nagappan A <anagappan at novell.com>
* SqlConnection.cs: Implemented SqlConnection.GetSchema ().
* SqlConnectionTest.cs: SqlConnection.GetSchema testcases
* DataRow.cs (EndEdit): DataRow.EndEdit emits RowChanged too often. Fixes bug # 78885.
* DataRow.cs: Raise exception same as MS.NET. Thanks to
* SqlTest.cs: Added test for inserting zero-length varbinary.
* Tds70.cs : Fixed bug in FormatParameter() which caused
* DataTable.cs (RowsExist): Check rows based on version.
* DataTable.cs, DataSet.cs, DataColumn.cs, Constraint.cs,
2006-10-13 Nagappan A <anagappan at novell.com>
2006-10-18 Nagappan A <anagappan at novell.com>
2006-10-06 Patrick Earl <mono at patearl.net>
2006-10-06 Patrick Earl <mono at patearl.net>
2006-11-15 Nagappan A <anagappan at novell.com>
2006-11-15 Nagappan A <anagappan at novell.com>
2006-11-15 Nagappan A <anagappan at novell.com>
2006-11-16 Nagappan A <anagappan at novell.com>
2006-11-20 Nagappan A <anagappan at novell.com>
2006-11-21 Nagappan A <anagappan at novell.com>
2006-11-21 Nagappan A <anagappan at novell.com>
2006-11-21 Nagappan A <anagappan at novell.com>
2006-11-21 Nagappan A <anagappan at novell.com>
2006-11-21 Nagappan A <anagappan at novell.com>
2006-11-20 Nagappan A <anagappan at novell.com>
2006-11-28 Nagappan A <anagappan at novell.com>
2006-11-28 Nagappan A <anagappan at novell.com>
2006-11-28 Nagappan A <anagappan at novell.com>
2006-11-28 Nagappan A <anagappan at novell.com>
2006-11-28 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-11-28 Hubert FONGARNAND, Frédéric Mestayer <informatique.internet at fiducial.fr>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-08 Nagappan A <anagappan at novell.com>
2006-12-08 Nagappan A <anagappan at novell.com>
2006-12-20 Nagappan A <anagappan at novell.com>
2006-12-07 Nagappan A <anagappan at novell.com>
2006-12-20 Nagappan A <anagappan at novell.com>
2006-12-20 Nagappan A <anagappan at novell.com>
2006-12-20 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2006-12-08 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2007-01-08 Nagappan A <anagappan at novell.com>
2007-01-16 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2007-02-16 Nidhi Rawal <rawalnidhi_rawal at yahoo.com>
2007-02-20 Frederik Carlier <frederik.carlier at carlier-online.be>
2007-02-20 Frederik Carlier <frederik.carlier at carlier-online.be>
2007-02-02 Amit Biswas <amit at amitbiswas.com>
2007-02-02 Amit Biswas <amit at amitbiswas.com>
2007-02-02 Amit Biswas <amit at amitbiswas.com>
2007-02-21 Nagappan A <anagappan at novell.com>
2007-02-21 Nagappan A <anagappan at novell.com>
2007-02-09 Nagappan A <anagappan at novell.com>
2006-12-20 Nagappan A <anagappan at novell.com>
2006-12-05 Nagappan A <anagappan at novell.com>
2007-02-21 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-02-23 Nagappan A <anagappan at novell.com>
2007-03-08 Nagappan A <anagappan at novell.com>
2007-03-09 Nagappan A <anagappan at novell.com>
2007-03-09 Nagappan A <anagappan at novell.com>
2007-03-09 Nagappan A <anagappan at novell.com>
2007-03-09 Nagappan A <anagappan at novell.com>
2007-03-14 Nagappan A <anagappan at novell.com>
2007-03-14 Nagappan A <anagappan at novell.com>
2007-03-21 Nagappan A <anagappan at novell.com>
2007-03-21 Nagappan A <anagappan at novell.com>
2007-03-20 Nidhi Rawal <rawalnidhi_rawal at yahoo.com>
2007-03-23 Nidhi Rawal <rawalnidhi_rawal at yahoo.com>
2007-04-02 Nagappan A <anagappan at novell.com>
2007-04-03 Amit Biswas <amit at amitbiswas.com>
2007-04-03 Amit Biswas <amit at amitbiswas.com>
2007-05-04 Nagappan A <anagappan at novell.com>
2007-04-03 Amit Biswas <amit at amitbiswas.com>
2007-03-23 Nidhi Rawal <rawalnidhi_rawal at yahoo.com>
2007-05-10 Nagappan A <anagappan at novell.com>
2007-05-25 Nagappan A <anagappan at novell.com>
2007-05-29 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-05-30 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-05-25 Nidhi Rawal <rawalnidhi_rawal at gmail.com>
2007-05-25 Amit Biswas <amit at amitbiswas.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-06 Nagappan A <anagappan at novell.com>
2007-06-07 Nagappan A <anagappan at novell.com>
2007-06-07 Amit Biswas <amit at amitbiswas.com>
2007-06-07 Nagappan A <anagappan at novell.com>
2007-06-06 Amit Biswas <amit at amitbiswas.com>
2007-06-08 Nagappan A <anagappan at novell.com>
2007-06-11 Nagappan A <anagappan at novell.com>
2007-06-11 Nagappan A <anagappan at novell.com>
2007-06-11 Nagappan A <anagappan at novell.com>
2007-06-11 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-06-21 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-22 Nagappan A <anagappan at novell.com>
2007-07-23 Nagappan A <anagappan at novell.com>
2007-07-23 Nagappan A <anagappan at novell.com>
2007-07-24 Nagappan A <anagappan at novell.com>
2007-07-24 Nagappan A <anagappan at novell.com>
2007-07-24 Nagappan A <anagappan at novell.com>
2007-07-26 Nagappan A <anagappan at novell.com>
2007-07-26 Nagappan A <anagappan at novell.com>
2007-07-26 Nagappan A <anagappan at novell.com>
2007-07-26 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-07-31 Nagappan A <anagappan at novell.com>
2007-08-06 Nagappan A <anagappan at novell.com>
2007-08-06 Nagappan A <anagappan at novell.com>
2007-08-06 Nagappan A <anagappan at novell.com>
2007-08-10 Nagappan A <anagappan at novell.com>
2007-08-13 Nagappan A <anagappan at novell.com>
2007-08-13 Nagappan A <anagappan at novell.com>
2007-08-13 Nagappan A <anagappan at novell.com>
2007-09-11 AMC <amc1999 at gmail.com>
2007-09-11 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
2007-09-25 Nagappan A <anagappan at novell.com>
* DataAccessKind.cs: Added serializable attribute.
* DataView.cs (ToTable): Added params keyword.
* SqlMethodAttribute.cs: Added appropriate option to AttributeUsage.
* OleDbTransaction.cs: Removed bogus TODO.
* SqlCommandBuilder.cs: Code alignment.
* SqlMetaData.cs (Adjust, InferFromValue): Implemented overloaded
* OdbcTransaction.cs: AutoCommit and BeginTransaction fix. Thanks to
* SqlMetaData.cs: Implemented an overloaded constructor, missing
* DataRelationCollection.cs: Added LAME spec comment as there is no
* DbDataAdapter.cs: Added MonoTODO in appropriate place.
* OleDbDataReader.cs: Removed bogus MonoTODO.
* SqlConnection.cs: Added MonoTODO appropriately.
* System.Data.dll.sources: Added new files SqlDataSourceConverter.cs,
* OdbcDataReader.cs: Bug 332400 - ODBC and LONGBLOB columns. Thanks to
2007-10-12 Nagappan A <anagappan at novell.com>
* TdsConnectionPool.cs: Default the pooling is enabled. It has to be
* SqlConnection.cs: BeginTransaction does not handle
* SqlParameter.cs (ConvertToFrameworkType): Added SqlDbType.Image. Fixes bug # 328398.
* DataRelation.cs: Removed bogus TODO.
* OdbcCommand.cs (Clone): Implemented new method. Code alignment.
* OdbcCommandBuilder.cs, OdbcParameterCollection.cs: Code alignment.
* OleDbCommand.cs: Implemented Clone, Dispose methods.
* OleDbCommandBuilder.cs: Implemented ApplyParameterInfo, Dispose,
2007-10-19 Nagappan A <anagappan at novell.com>
2007-10-19 Nagappan A <anagappan at novell.com>
Neale Ferguson (103):
S/390 JIT
S390 JIT
Add JIT for s390
Cleanup S/390 with .30/.31 changes
Fix LMF handling for S/390 JIT
Bring s390 JIT up to date.
Remove debugging printfs
Fix local variable allocation logic
More fixes for code generation (CONV_I1/CONV_I2)
Further JIT fixes for S390
Remove debugging printfs
Further exception handling refinement for JIT
Further ABI tweeking
Fix broken ABI for stack parameters
Rework frame handling, correct some ABI problems and optimize memory-to-
Add instructions to support enhanced memory-to-memory operations.
Fix exception handler to recognize correct handler.
Add mvcl instruction
Fix single float handling
Just when I thought there were no more ABI issues there is. This one is
Correct definitions of CONV_R_UN and a couple of LCONVs
Implement CEE_JMP
Fix ckfinite logic
Fix instruction length and correct register setting
Fix locked operations.
Fix move instruction to handle large offsets
Optimize code generation macros and standardize
Add some s390 specific tests
S/390 64-bit support
Update comments
Enable S/390 64-bit JIT
Further 64-bit S/390 updates
Fix conv.u8 description
Support the MEMCPY(base, base) rule and add initial ARGLIST support
Minor OP_ARGLIST changes
Cater for Linux on S/390 in configure. Enable build by updating rule for .mdb
Minor JIT fixes
Minor fix to OP_OR_IMM.
Add my details
Cleanup exception s390 handling; fix prolog length setting; correct test
OP_RETHROW support; Fix global register allocations
Minor correction.
Add support for siginfo_t as a parameter to mono_arch_is_int_overflow. Support this
LMF and synchronization updates
Remove incorrect comments
Implement vararg support for s390. Minor fix to atomic operation for s390.
Fix atomic operations and add initial support for tls support.
- Fix atomic ops on s390
exceptions-s390.c tramp-s390.c: Allocate code using the global code manager.
Fix bug with register usage on certain arithmetic operations
Add support for passing/returning small structures in registers for pinvoke wrappers.
Bring s390 JIT up to current level
Add MonoCallArgParm for passing parameter information to burg routines
Continuing to bring s390 up to current levels
Remove some debugging bits.
* mini-s390.c: Fix ADDCC/SBB bug reveealed by test_0_ulong_regress; Correct register loading for Tail processing; Correct trace output.
* mini-s390.c: Fix LOCALLOC processing.
* inssel-s390.brg: remove debug statements
* mini-ops.h: Add s390_backchain instruction
* inssel-s390.brg: Correct register assignment; Rework L[ADD|SUB]_OVF[_UN] for s390.
* mini-s390.c (mono_arch_get_inst_for_method): Add memory_barrier support.
* mono/io-layer/ChangeLog, mono/io-layer/atomic.h, mono/mini/mini-s390x.c,
* mini-s390x.c, inssel-s390x.brg: remove debug statements
* mono/io-layer/ChangeLog, mono/io-layer/atomic.h,
* mini-s390x.c, mini-s390x.h: Fix LMF processing when LOCALLOC
* mini-s390.c, mini-s390.h: Fix lmf handling when localloc is
2006-01-05 Neale Ferguson <neale at sinenomine.net>
* mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390.md: Fix r8 to unsigned int
* mini-s390x.c (emit_float_to_int): Correct r8 to unsigned int algorithm.
* s390x-codegen.h: Add lpdbr instruction (OP_ABS).
* mini-s390.c: Fix ATOMIC_ADD_I4 operation.
* inssel-s390x.brg: Fix reg: OP_LDADDR(OP_S390_LOADARG) register setting.
* s390x.md: correct int_xor_imm length
* mini-s390x.c, mini-s390x.h: Check for presence of long displacement
* mini-s390.h: Fix calls to mono_call_inst_add_outarg_reg.
* mini-s390x.h: Fix calls to mono_call_inst_add_outarg_reg.
* s390x-codegen.h: Fix immediate checks.
* mini-s390x.h: Correct S390_LONG macro.
* mini-s390.c: Remove OP_X86_TEST_NULL.
* mini-exceptions.c (ves_icall_get_frame_info): Fix this function on s390/s390x.
* mono/mini/mini-s390.c: Correct ATOMIC operations (incorrect register for CS
* atomic.h: Fix atomic exchange pointer operations for s390x - these
* atomic.h: More tinkering with InterlockedExchange/InterlockedCompareExchange
* mini-s390.c, mini-s390x.c: Fix VARARG case processing with 0
* tramp-s390.c: Fix warning
* mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
* mini-s390[x].c (is_regsize_var): Support PTR/FNPTR too.
* s390x-codegen.h: Add packed attribute to several instruction structures.
* mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
Fix #80507 for s390x.
Fix #80507 for s390.
cpu-s390x.md: Correct length of break instruction.
* tramp.c: Add MONO_TYPE_PTR case.
* tramp.c: Add MONO_TYPE_PTR case.
Fix MONO_TYPE_VALUETYPE processing.
* mini-s390.c (add_general): Adjust offset calculation to take into account of rounding up
Fix typo in GC_compare_and_exchange
Define a no-op memory barrier for s390(x)
Fix LCONV_TO_xx and ICONV_TO_xx. Fix leave_method dump of returned
Primarily, add support for mono_arch_get_throw_corlib_exception and IMT
Cleanup exception handling (no need for "By Name" anymore) and fix s390x
Add definitions to sgen-archdep so that sgen will build cleanly
Enable sgen support for s390x
Neville Gao (12):
Control enabled to support accessibility.
Add UIA event in AddInternal () to support accessibility.
Control enabled to support accessibility.
NumericUpDown enabled to support accessibility.
Added internal properties to support accessibility.
SplitContainer enabled to support accessibility.
Control enabled to support accessibility.
Added events to support IScrollProvier accessibility.
Added UIA Framwork Property: UIASelectedSmallColorControl.
Add UIA Framework property UIAVisible.
Override "ToString" for FontDialog.ColorComboBox.ColorComboBoxItem
Cleaned up UIA properties.
Nick Drochak (772):
2001-08-08 Nick Drochak <nick at jobdragon.com>
2001-08-08 Nick Drochak <nick at jobdragon.com>
2001-08-08 Nick Drochak <ndrochak at gol.com>
2001-08-08 Nick Drochak <ndrochak at gol.com>
2001-08-08 Nick Drochak <ndrochak at gol.com>
2001-08-09 Nick Drochak <ndrochak at gol.com>
2001-08-16 Nick Drochak <ndrochak at gol.com>
2001-08-16 Nick Drochak <ndrochak at gol.com>
2001-08-21 Nick Drochak <ndrochak at gol.com>
2001-08-21 Nick Drochak <ndrochak at gol.com>
2001-08-21 Nick Drochak <ndrochak at gol.com>
2001-08-21 Nick Drochak <ndrochak at gol.com>
2001-08-21 Nick Drochak <ndrochak at gol.com>
2001-08-23 Nick Drochak <ndrochak at gol.com>
2001-08-24 Nick Drochak <ndrochak at gol.com>
2001-08-24 Nick Drochak <ndrochak at gol.com>
2001-09-01 Nick Drochak <ndrochak at gol.com>
2001-09-01 Nick Drochak <ndrochak at gol.com>
2001-09-07 Nick Drochak <ndrochak at gol.com>
2001-09-07 Nick Drochak <ndrochak at gol.com>
2001-09-09 Nick Drochak <ndrochak at gol.com>
2001-09-09 Nick Drochak <ndrochak at gol.com>
2001-09-09 Nick Drochak <ndrochak at gol.com>
2001-09-14 Nick Drochak <ndrochak at gol.com>
2001-10-23 Nick Drochak <ndrochak at gol.com>
2001-10-25 Nick Drochak <ndrochak at gol.com>
2001-10-29 Nick Drochak <ndrochak at gol.com>
2001-11-04 Nick Drochak <ndrochak at gol.com>
2001-11-04 Nick Drochak <ndrochak at gol.com>
* Added message string to each Assert in TestByteConstructor
2001-11-04 Nick Drochak <ndrochak at gol.com>
2001-11-04 Nick Drochak <ndrochak at gol.com>
2001-11-06 Nick Drochak <ndrochak at gol.com>
2001-11-08 Nick Drochak <ndrochak at gol.com>
2001-11-08 Nick Drochak <ndrochak at gol.com>
2001-11-08 Nick Drochak <ndrochak at gol.com>
2001-11-08 Nick Drochak <ndrochak at gol.com>
2001-11-09 Nick Drochak <ndrochak at gol.com>
2001-11-22 Nick Drochak <ndrochak at gol.com>
2001-11-27 Nick Drochak <ndrochak at gol.com>
2001-11-28 Nick Drochak <ndrochak at gol.com>
2001-11-28 Nick Drochak <ndrochak at gol.com>
2001-12-05 Nick Drochak <ndrochak at gol.com>
2001-12-07 Nick Drochak <ndrochak at gol.com>
2001-12-07 Nick Drochak <ndrochak at gol.com>
2001-12-08 Nick Drochak <ndrochak at gol.com>
2001-12-08 Nick Drochak <ndrochak at gol.com>
2001-12-23 Nick Drochak <ndrochak at gol.com>
2001-12-27 Nick Drochak <ndrochak at gol.com>
2001-12-29 Nick Drochak <ndrochak at gol.com>
2001-12-29 Nick Drochak <ndrochak at gol.com>
2001-12-29 Nick Drochak <ndrochak at gol.com>
2001-12-29 Nick Drochak <ndrochak at gol.com>
2001-08-24 Nick Drochak <ndrochak at gol.com>
2001-12-30 Nick Drochak <ndrochak at gol.com>
2001-12-30 Nick Drochak <ndrochak at gol.com>
Forgot to save this before comitting. oops.
Updated with classes I added last night.
2002-01-01 Nick Drochak <ndrochak at gol.com>
2002-01-02 Nick Drochak <ndrochak at gol.com>
Added entry for new interface I added today: System.Security.Permissions.IUnrestrictedPermission
2002-01-02 Nick Drochak <ndrochak at gol.com>
2002-01-02 Nick Drochak <ndrochak at gol.com>
2002-01-02 Nick Drochak <ndrochak at gol.com>
2002-01-02 Nick Drochak <ndrochak at gol.com>
2002-01-03 Nick Drochak <ndrochak at gol.com>
2002-01-03 Nick Drochak <ndrochak at gol.com>
Added new System.Security.Policy interfaces I just comitted
2002-01-02 Nick Drochak <ndrochak at gol.com>
2002-01-03 Nick Drochak <ndrochak at gol.com>
2001-01-04 Nick Drochak <ndrochak at gol.com>
2002/01/05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-05 Nick Drochak <ndrochak at gol.com>
2002-01-06 Nick Drochak <ndrochak at gol.com>
2002-01-06 Nick Drochak <ndrochak at gol.com>
2002-01-06 Nick Drochak <ndrochak at gol.com>
2002-01-07 Nick Drochak <ndrochak at gol.com>
2002-01-09 Nick Drochak <ndrochak at gol.com>
2002-01-09 Nick Drochak <ndrochak at gol.com>
2002-01-08 Nick Drochak <ndrochak at gol.com>
2002-01-14 Nick Drochak <ndrochak at gol.com>
2002-01-14 Nick Drochak <ndrochak at gol.com>
2002-01-14 Nick Drochak <ndrochak at gol.com>
2002-01-14 Nick Drochak <ndrochak at gol.com>
2002-01-15 Nick Drochak <ndrochak at gol.com>
2002-01-16 Nick Drochak <ndrochak at gol.com>
2002-01-17 Nick Drochak <ndrochak at gol.com>
Build new tool for linux target too.
2002-01-18 Nick Drochak <ndrochak at gol.com>
don't generate xml from corcompare for now. it throws an error on v1.0 of .NET
2002-01-19 Nick Drochak <ndrochak at gol.com>
2002-01-19 Nick Drochak <ndrochak at gol.com>
* Added sources and makefile for NUnit
2002-01-20 Nick Drochak <ndrochak at gol.com>
* removed binaries that get built
2002-01-20 Nick Drochak <ndrochak at gol.com>
2002-01-20 Nick Drochak <ndrochak at gol.com>
2002-01-20 Nick Drochak <ndrochak at gol.com>
2002-01-20 Nick Drochak <ndrochak at gol.com>
2002-01-20 Nick Drochak <ndrochak at gol.com>
2002-01-24 Nick Drochak <ndrochak at gol.com>
2002-01-24 Nick Drochak <ndrochak at gol.com>
2002-01-25 Nick Drochak <ndrochak at gol.com>
.cvsignore: ignore .dll files in this directory.
.cvsignore: *ignore* them, i said
2002-01-25 Nick Drochak <ndrochak at gol.com>
2002-01-26 Nick Drochak <ndrochak at gol.com>
2002-01-25 Nick Drochak <ndrochak at gol.com>
* ResourceReaderTest.cs: eliminate some compiler warnings
* update pointer to version 1.0 of .NET SDK.
2002-01-29 Nick Drochak <ndrochak at gol.com>
* index: fix link to X11 license
2002-01-30 Nick Drochak <ndrochak at gol.com>
2002-01-30 Nick Drochak <ndrochak at gol.com>
2002-02-02 Nick Drochak <ndrochak at gol.com>
2002-02-01 Nick Drochak <ndrochak at gol.com>
2002-02-07 Nick Drochak <ndrochak at gol.com>
2002-02-07 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-09 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-10 Nick Drochak <ndrochak at gol.com>
2002-02-11 Nick Drochak <ndrochak at gol.com>
2002-02-11 Nick Drochak <ndrochak at gol.com>
2002-02-12 Nick Drochak <ndrochak at gol.com>
2002-02-12 Nick Drochak <ndrochak at gol.com>
2002-02-12 Nick Drochak <ndrochak at gol.com>
2002-02-13 Nick Drochak <ndrochak at gol.com>
�2-02-13 Nick Drochak <ndrochak at gol.com>
2002-02-14 Nick Drochak <ndrochak at gol.com>
�2-02-14 Nick Drochak <ndrochak at gol.com>
2002-02-14 Nick Drochak <ndrochak at gol.com>
2002-02-15 Nick Drochak <ndrochak at gol.com>
2002-02-18 Nick Drochak <ndrochak at gol.com>
2002-02-19 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-20 Nick Drochak <ndrochak at gol.com>
2002-02-22 Nick Drochak <ndrochak at gol.com>
2002-02-22 Nick Drochak <ndrochak at gol.com>
2002-02-22 Nick Drochak <ndrochak at gol.com>
2002-02-23 Nick Drochak <ndrochak at gol.com>
2002-02-23 Nick Drochak <ndrochak at gol.com>
2002-02-23 Nick Drochak <ndrochak at gol.com>
2002-02-23 Nick Drochak <ndrochak at gol.com>
2002-02-23 Nick Drochak <ndrochak at gol.com>
2002-02-24 Nick Drochak <ndrochak at gol.com>
2002-02-24 Nick Drochak <ndrochak at gol.com>
2002-02-24 Nick Drochak <ndrochak at gol.com>
2002-02-24 Nick Drochak <ndrochak at gol.com>
2002-02-25 Nick Drochak <ndrochak at gol.com>
2002-02-25 Nick Drochak <ndrochak at gol.com>
2002-02-25 Nick Drochak <ndrochak at gol.com>
2002-02-25 Nick Drochak <ndrochak at gol.com>
2002-02-27 Nick Drochak <ndrochak at gol.com>
2002-02-28 Nick Drochak <ndrochak at gol.com>
2002-02-28 Nick Drochak <ndrochak at gol.com>
2002-02-28 Nick Drochak <ndrochak at gol.com>
2002-02-28 Nick Drochak <ndrochak at gol.com>
2002-03-01 Nick Drochak <ndrochak at gol.com>
2002-03-01 Nick Drochak <ndrochak at gol.com>
2002-03-03 Nick Drochak <ndrochak at gol.com>
2002-03-03 Nick Drochak <ndrochak at gol.com>
2002-03-03 Nick Drochak <ndrochak at gol.com>
2002-03-04 Nick Drochak <ndrochak at gol.com>
2002/03/04 Nick Drochak <ndrochak at gol.com>
2002-03-04 Nick Drochak <ndrochak at gol.com>
We don't need the sample anymore. We've got the real thing.
2002-03-06 Nick Drochak <ndrochak at gol.com>
2002-03-06 Nick Drochak <ndrochak at gol.com>
2002-03-06 Nick Drochak <ndrochak at gol.com>
2002-03-06 Nick Drochak <ndrochak at gol.com>
2002-03-07 Nick Drochak <ndrochak at gol.com>
2002-03-07 Nick Drochak <ndrochak at gol.com>
2002-03-07 Nick Drochak <ndrochak at gol.com>
2002-03-07 Nick Drochak <ndrochak at gol.com>
2002-03-07 Nick Drochak <ndrochak at gol.com>
2002/03/07 Nick Drochak <ndrochak at gol.com>
2002/03/07 Nick Drochak <ndrochak at gol.com>
2002-03-08 Nick Drochak <ndrochak at gol.com>
2002/03/08 Nick Drochak <ndrochak at gol.com>
2002/03/08 Nick Drochak <ndrochak at gol.com>
2002-03-08 Nick Drochak <ndrochak at gol.com>
2002-03-09 Nick Drochak <ndrochak at gol.com>
2002-03-12 Nick Drochak <ndrochak at gol.com>
2002-03-13 Nick Drochak <ndrochak at gol.com>
2002-03-14 Nick Drochak <ndrochak at gol.com>
2002/03/15 Nick Drochak <ndrochak at gol.com>
2002/03/15 Nick Drochak <ndrochak at gol.com>
2002-03-15 Nick Drochak <ndrochak at gol.com>
2002-03-17 Nick Drochak <ndrochak at gol.com>
2002-03-17 Nick Drochak <ndrochak at gol.com>
2002-03-17 Nick Drochak <ndrochak at gol.com>
2002-03-18 Nick Drochak <ndrochak at gol.com>
2002-03-18 Nick Drochak <ndrochak at gol.com>
2002-03-18 Nick Drochak <ndrochak at gol.com>
2002-03-18 Nick Drochak <ndrochak at gol.com>
2002/03/18 Nick Drochak <ndrochak at gol.com>
2002/03/18 Nick Drochak <ndrochak at gol.com>
2002-03-18 Nick Drochak <ndrochak at gol.com>
Flush
2002-03-19 Nick Drochak <ndrochak at gol.com>
2002/03/19 Nick Drochak <ndrochak at gol.com>
2002/03/19 Nick Drochak <ndrochak at gol.com>
2002-03-20 Nick Drochak <ndrochak at gol.com>
2002-03-24 Nick Drochak <ndrochak at gol.com>
2002-03-24 Nick Drochak <ndrochak at gol.com>
2002-03-28 Nick Drochak <ndrochak at gol.com>
2002-03-28 Nick Drochak <ndrochak at gol.com>
2002/03/28 Nick Drochak <ndrochak at gol.com>
2002/03/28 Nick Drochak <ndrochak at gol.com>
2002/03/28 Nick Drochak <ndrochak at gol.com>
2002/03/28 Nick Drochak <ndrochak at gol.com>
2002-04-01 Nick Drochak <ndrochak at gol.com>
2002-04-02 Nick Drochak <ndrochak at gol.com>
2002/04/02 Nick Drochak <ndrochak at gol.com>
2002-04-03 Nick Drochak <ndrochak at gol.com>
2002-04-04 Nick Drochak <ndrochak at gol.com>
2002-04-04 Nick Drochak <ndrochak at gol.com>
2002/04/04 Nick Drochak <ndrochak at gol.com>
2002/04/04 Nick Drochak <ndrochak at gol.com>
2002-04-04 Nick Drochak <ndrochak at gol.com>
2002-04-05 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-08 Nick Drochak <ndrochak at gol.com>
2002-04-09 Nick Drochak <ndrochak at gol.com>
2002-04-09 Nick Drochak <ndrochak at gol.com>
2002-04-09 Nick Drochak <ndrochak at gol.com>
2002/04/09 Nick Drochak <ndrochak at gol.com>
2002/04/09 Nick Drochak <ndrochak at gol.com>
2002-04-09 Nick Drochak <ndrochak at gol.com>
2002-04-09 Nick Drochak <ndrochak at gol.com>
2002-04-10 Nick Drochak <ndrochak at gol.com>
2002/04/10 Nick Drochak <ndrochak at gol.com>
2002-04-11 Nick Drochak <ndrochak at gol.com>
2002-04-11 Nick Drochak <ndrochak at gol.com>
2002-04-16 Nick Drochak <ndrochak at gol.com>
2002-04-16 Nick Drochak <ndrochak at gol.com>
2002-04-18 Nick Drochak <ndrochak at gol.com>
2002-04-22 Nick Drochak <ndrochak at gol.com>
2002-04-22 Nick Drochak <ndrochak at gol.com>
2002-04-22 Nick Drochak <ndrochak at gol.com>
2002-04-23 Nick Drochak <ndrochak at gol.com>
2002-04-23 Nick Drochak <ndrochak at gol.com>
2002-04-24 Nick Drochak <ndrochak at gol.com>
2002/04/24 Nick Drochak <ndrochak at gol.com>
2002-04-24 Nick Drochak <ndrochak at gol.com>
2002-04-25 Nick Drochak <ndrochak at gol.com>
2002-04-27 Nick Drochak <ndrochak at gol.com>
Flush
2002-04-28 Nick Drochak <ndrochak at gol.com>
2002-04-28 Nick Drochak <ndrochak at gol.com>
2002-04-28 Nick Drochak <ndrochak at gol.com>
2002-04-28 Nick Drochak <ndrochak at gol.com>
2002-04-29 Nick Drochak <ndrochak at gol.com>
2002-04-29 Nick Drochak <ndrochak at gol.com>
2002-04-29 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002-04-30 Nick Drochak <ndrochak at gol.com>
2002/04/30 Nick Drochak <ndrochak at gol.com>
2002/04/30 Nick Drochak <ndrochak at gol.com>
2002/05/01 Nick Drochak <ndrochak at gol.com>
2002/05/01 Nick Drochak <ndrochak at gol.com>
2002-05-01 Nick Drochak <ndrochak at gol.com>
2002-05-01 Nick Drochak <ndrochak at gol.com>
2002-05-01 Nick Drochak <ndrochak at gol.com>
2002-05-03 Nick Drochak <ndrochak at gol.com>
Ignore dll's and pdb's
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
2002-05-05 Nick Drochak <ndrochak at gol.com>
Flush
2002/05/07 Nick Drochak <ndrochak at gol.com>
2002/05/07 Nick Drochak <ndrochak at gol.com>
2002-05-07 Nick Drochak <ndrochak at gol.com>
2002-05-07 Nick Drochak <ndrochak at gol.com>
2002-05-08 Nick Drochak <ndrochak at gol.com>
2002-05-08 Nick Drochak <ndrochak at gol.com>
2002/05/08 Nick Drochak <ndrochak at gol.com>
2002-05-09 Nick Drochak <ndrochak at gol.com>
2002/05/10 Nick Drochak <ndrochak at gol.com>
2002/05/10 Nick Drochak <ndrochak at gol.com>
2002-05-10 Nick Drochak <ndrochak at gol.com>
2002-05-12 Nick Drochak <ndrochak at gol.com>
2002-05-14 Nick Drochak <ndrochak at gol.com>
2002-05-14 Nick Drochak <ndrochak at gol.com>
2002-05-14 Nick Drochak <ndrochak at gol.com>
2002-05-15 Nick Drochak <ndrochak at gol.com>
2002-05-15 Nick Drochak <ndrochak at gol.com>
2002-05-16 Nick Drochak <ndrochak at gol.com>
2002-05-16 Nick Drochak <ndrochak at gol.com>
2002-05-17 Nick Drochak <ndrochak at gol.com>
2002/05/17 Nick Drochak <ndrochak at gol.com>
2002-05-18 Nick Drochak <ndrochak at gol.com>
2002-05-20 Nick Drochak <ndrochak at gol.com>
2002-05-21 Nick Drochak <ndrochak at gol.com>
2002-05-21 Nick Drochak <ndrochak at gol.com>
2002-05-21 Nick Drochak <ndrochak at gol.com>
2002-05-21 Nick Drochak <ndrochak at gol.com>
2002-05-21 Nick Drochak <ndrochak at gol.com>
Moved files here.
Moved files to Test/resources
2002-05-22 Nick Drochak <ndrochak at gol.com>
2002-05-27 Nick Drochak <ndrochak at gol.com>
2002-05-27 Nick Drochak <ndrochak at gol.com>
2002-05-29 Nick Drochak <ndrochak at gol.com>
2002-05-31 Nick Drochak <ndrochak at gol.com>
2002-06-01 Nick Drochak <ndrochak at gol.com>
2002-06-01 Nick Drochak <ndrochak at gol.com>
2002-06-02 Nick Drochak <ndrochak at gol.com>
2002-06-02 Nick Drochak <ndrochak at gol.com>
2002-06-02 Nick Drochak <ndrochak at gol.com>
More try-catch blocks to find the bugs.
2002/06/03 Nick Drochak <ndrochak at gol.com>
2002/06/04 Nick Drochak <ndrochak at gol.com>
2002-06-04 Nick Drochak <ndrochak at gol.com>
2002-06-05 Nick Drochak <ndrochak at gol.com>
2002-06-07 Nick Drochak <ndrochak at gol.com>
2002-06-07 Nick Drochak <ndrochak at gol.com>
2002/06/07 Nick Drochak <ndrochak at gol.com>
2002/06/10 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002/06/11 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002-06-12 Nick Drochak <ndrochak at gol.com>
2002-06-12 Nick Drochak <ndrochak at gol.com>
2002-06-11 Nick Drochak <ndrochak at gol.com>
2002-06-12 Nick Drochak <ndrochak at gol.com>
2002/06/12 Nick Drochak <ndrochak at gol.com>
2002/06/12 Nick Drochak <ndrochak at gol.com>
2002-06-12 Nick Drochak <ndrochak at gol.com>
2002-06-12 Nick Drochak <ndrochak at gol.com>
2002-06-13 Nick Drochak <ndrochak at gol.com>
2002-06-14 Nick Drochak <ndrochak at gol.com>
2002/06/14 Nick Drochak <ndrochak at gol.com>
2002/06/14 Nick Drochak <ndrochak at gol.com>
2002-06-18 Nick Drochak <ndrochak at gol.com>
2002-06-18 Nick Drochak <ndrochak at gol.com>
2002-06-18 Nick Drochak <ndrochak at gol.com>
2002-06-19 Nick Drochak <ndrochak at gol.com>
2002-06-20 Nick Drochak <ndrochak at gol.com>
2002-06-25 Nick Drochak <ndrochak at gol.com>
2002-06-25 Nick Drochak <ndrochak at gol.com>
2002-06-30 Nick Drochak <ndrochak at gol.com>
2002-06-30 Nick Drochak <ndrochak at gol.com>
2002-06-30 Nick Drochak <ndrochak at gol.com>
2002-07-02 Nick Drochak <ndrochak at gol.com>
2002-07-02 Nick Drochak <ndrochak at gol.com>
2002-07-03 Nick Drochak <ndrochak at gol.com>
2002/07/03 Nick Drochak <ndrochak at gol.com>
2002-07-03 Nick Drochak <ndrochak at gol.com>
2002-07-03 Nick Drochak <ndrochak at gol.com>
2002-07-03 Nick Drochak <ndrochak at gol.com>
2002-07-04 Nick Drochak <ndrochak at gol.com>
2002-07-04 Nick Drochak <ndrochak at gol.com>
2002/07/10 Nick Drochak <ndrochak at gol.com>
2002-07-11 Nick Drochak <ndrochak at gol.com>
2002-07-11 Nick Drochak <ndrochak at gol.com>
2002-07-11 Nick Drochak <ndrochak at gol.com>
2002/07/17 Nick Drochak <ndrochak at gol.com>
2002-07-31 Nick Drochak <ndrochak at gol.com>
2002-08-02 Nick Drochak <ndrochak at gol.com>
2002/08/02 Nick Drochak <ndrochak at gol.com>
2002-08-04 Nick Drochak <ndrochak at gol.com>
2002/08/09 Nick Drochak <ndrochak at gol.com>
2002-08-09 Nick Drochak <ndrochak at gol.com>
2002/08/15 Nick Drochak <ndrochak at gol.com>
2002-08-16 Nick Drochak <ndrochak at gol.com>
oops. here's the file
2002-08-19 Nick Drochak <ndrochak at gol.com>
Comitted the wrong file before. Here's the correct one.
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-22 Nick Drochak <ndrochak at gol.com>
2002-08-23 Nick Drochak <ndrochak at gol.com>
2002-08-23 Nick Drochak <ndrochak at gol.com>
2002-08-26 Nick Drochak <ndrochak at gol.com>
2002-08-27 Nick Drochak <ndrochak at gol.com>
*** empty log message ***
2002-08-30 Nick Drochak <ndrochak at gol.com>
2002-09-08 Nick Drochak <ndrochak at gol.com>
2002-09-08 Nick Drochak <ndrochak at gol.com>
2002-09-08 Nick Drochak <ndrochak at gol.com>
2002-09-11 Nick Drochak <ndrochak at gol.com>
2002-09-12 Nick Drochak <ndrochak at gol.com>
2002-09-13 Nick Drochak <ndrochak at gol.com>
2002-09-13 Nick Drochak <ndrochak at gol.com>
2002-09-16 Nick Drochak <ndrochak at gol.com>
2002-09-16 Nick Drochak <ndrochak at gol.com>
2002-09-16 Nick Drochak <ndrochak at gol.com>
2002-09-17 Nick Drochak <ndrochak at gol.com>
2002-09-17 Nick Drochak <ndrochak at gol.com>
2002-09-17 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
Forgot one...
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-19 Nick Drochak <ndrochak at gol.com>
2002-09-22 Nick Drochak <ndrochak at gol.com>
2002-09-23 Nick Drochak <ndrochak at gol.com>
2002-09-24 Nick Drochak <ndrochak at gol.com>
2002-09-24 Nick Drochak <ndrochak at gol.com>
2002-09-24 Nick Drochak <ndrochak at gol.com>
2002-09-24 Nick Drochak <ndrochak at gol.com>
2002-09-29 Nick Drochak <ndrochak at gol.com>
2002-09-29 Nick Drochak <ndrochak at gol.com>
2002-10-09 Nick Drochak <ndrochak at gol.com>
2002-10-09 Nick Drochak <ndrochak at gol.com>
2002-10-09 Nick Drochak <ndrochak at gol.com>
2002-10-12 Nick Drochak <ndrochak at gol.com>
2002-10-15 Nick Drochak <ndrochak at gol.com>
2002-10-16 Nick Drochak <ndrochak at gol.com>
2002-10-16 Nick Drochak <ndrochak at gol.com>
2002-10-16 Nick Drochak <ndrochak at gol.com>
Ignore dll's
Ignore more dll's
2002-10-16 Nick Drochak <ndrochak at gol.com>
Ignore debug files
2002-10-16 Nick Drochak <ndrochak at gol.com>
2002-10-16 Nick Drochak <ndrochak at gol.com>
2002-10-16 Nick Drochak <ndrochak at gol.com>
2002-10-20 Nick Drochak <ndrochak at gol.com>
Fix typo.
2002-10-22 Nick Drochak <ndrochak at gol.com>
2002-10-22 Nick Drochak <ndrochak at gol.com>
2002-10-23 Nick Drochak <ndrochak at gol.com>
2002-10-23 Nick Drochak <ndrochak at gol.com>
2002-10-23 Nick Drochak <ndrochak at gol.com>
2002-10-24 Nick Drochak <ndrochak at gol.com>
2002/10/28 Nick Drochak <ndrochak at gol.com>
2002-10-29 Nick Drochak <ndrochak at gol.com>
2002-11-07 Nick Drochak <ndrochak at gol.com>
2002-11-07 Nick Drochak <ndrochak at gol.com>
2002/11/08 Nick Drochak <ndrochak at gol.com>
2002-11-09 Nick Drochak <ndrochak at gol.com>
2002/11/15 Nick Drochak <ndrochak at gol.com>
i2002-11-18 Nick Drochak <ndrochak at gol.com>
2002-11-20 Nick Drochak <ndrochak at gol.com>
2002-11-20 Nick Drochak <ndrochak at gol.com>
Add Nunit2
Add Nunit2 files
Add NUnit2 files.
2002-12-15 Nick Drochak <ndrochak at gol.com>
2002-12-15 Nick Drochak <ndrochak at gol.com>
forgot to add this from a while back
2002-12-21 Nick Drochak <ndrochak at gol.com>
Needed to build test dll
2002-12-21 Nick Drochak <ndrochak at gol.com>
2002-12-23 Nick Drochak <ndrochak at gol.com>
2003-01-12 Nick Drochak <ndrochak at gol.com>
2003-01-13 Nick Drochak <ndrochak at gol.com>
2003-01-13 Nick Drochak <ndrochak at gol.com>
2003-01-13 Nick Drochak <ndrochak at gol.com>
2003-01-12 Nick Drochak <ndrochak at gol.com>
2003-01-16 Nick Drochak <ndrochak at gol.com>
2003/01/20 Nick Drochak <ndrochak at gol.com>
2003-01-21 Nick Drochak <ndrochak at gol.com>
2003/01/22 Nick Drochak <ndrochak at gol.com>
2003/01/22 Nick Drochak <ndrochak at gol.com>
2003/01/23 Nick Drochak <ndrochak at gol.com>
2003-01-23 Nick Drochak <ndrochak at gol.com>
install dbg files only if they exist...
2003-01-28 Nick Drochak <ndrochak at gol.com>
2003-01-28 Nick Drochak <ndrochak at gol.com>
2003-01-28 Nick Drochak <ndrochak at gol.com>
Removed unneeded files. Legacy from nunit v1.
2003/01/30 Nick Drochak <ndrochak at gol.com>
Removed obsolete file.
2003-02-05 Nick Drochak <ndrochak at gol.com>
2003-02-05 Nick Drochak <ndrochak at gol.com>
2003-02-05 Nick Drochak <ndrochak at gol.com>
2003-02-10 Nick Drochak <ndrochak at gol.com>
2003-02-10 Nick Drochak <ndrochak at gol.com>
2003-02-10 Nick Drochak <ndrochak at gol.com>
2003-02-10 Nick Drochak <ndrochak at gol.com>
2003-02-10 Nick Drochak <ndrochak at gol.com>
2003/02/13 Nick Drochak <ndrochak at gol.com>
2003-02-15 Nick Drochak <ndrochak at gol.com>
2003-02-15 Nick Drochak <ndrochak at gol.com>
2003-02-17 Nick Drochak <ndrochak at gol.com>
2003-02-20 Nick Drochak <ndrochak at gol.com>
2003-02-20 Nick Drochak <ndrochak at gol.com>
Flush
2003/02/21 Nick Drochak <ndrochak at gol.com>
2003-02-25 Nick Drochak <ndrochak at gol.com>
2003-02-25 Nick Drochak <ndrochak at gol.com>
2003/02/26 Nick Drochak <ndrochak at gol.com>
2003-03-03 Nick Drochak <ndrochak at gol.com>
2003-03-06 Nick Drochak <ndrochak at gol.com>
2003-03-09 Nick Drochak <ndrochak at gol.com>
2003/03/25 Nick Drochak <ndrochak at gol.com>
2003/03/25 Nick Drochak <ndrochak at gol.com>
2002-03-29 Nick Drochak <ndrochak at gol.com>
2002-03-29 Nick Drochak <ndrochak at gol.com>
2002-03-29 Nick Drochak <ndrochak at gol.com>
2003-03-31 Nick Drochak <ndrochak at gol.com>
2003-03-31 Nick Drochak <ndrochak at gol.com>
Add Nick
2003-04-05 Nick Drochak <ndrochak at gol.com>
2003-04-05 Nick Drochak <ndrochak at gol.com>
oops
Shameless self-promotion
2003-04-05 Nick Drochak <ndrochak at gol.com>
2003-04-07 Nick Drochak <ndrochak at gol.com>
2003-04-14 Nick Drochak <ndrochak at gol.com>
2003-04-15 Nick Drochak <ndrochak at gol.com>
2003-04-15 Nick Drochak <ndrochak at gol.com>
A face only a mother could love...
Added my picture.
2003-04-17 Nick Drochak <ndrochak at gol.com>
forgot this one too.
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-17 Nick Drochak <ndrochak at gol.com>
2003-04-15 Nick Drochak <ndrochak at gol.com>
Oops.
2003-04-15 Nick Drochak <ndrochak at gol.com>
003-04-20 Nick Drochak <ndrochak at gol.com>
2003-04-22 Nick Drochak <ndrochak at gol.com>
Flush
2003-04-23 Nick Drochak <ndrochak at gol.com>
2003-04-30 Nick Drochak <ndrochak at gol.com>
Modernize a bit. Remove all nunit v1 references.
Oops
2003-05-13 Nick Drochak <ndrochak at gol.com>
2003-05-14 Nick Drochak <ndrochak at gol.com>
flush
2003-05-14 Nick Drochak <ndrochak at gol.com>
Fix build. LDAP uses the Todo attribute, so we need a copy here.
2003-05-15 Nick Drochak <ndrochak at gol.com>
2003/05/20 Nick Drochak <ndrochak at gol.com>
2003-05-22 Nick Drochak <ndrochak at gol.com>
2003-05-22 Nick Drochak <ndrochak at gol.com>
2003-05-27 Nick Drochak <ndrochak at gol.com>
2003-05-27 Nick Drochak <ndrochak at gol.com>
2003-05-28 Nick Drochak <ndrochak at gol.com>
2003-05-29 Nick Drochak <ndrochak at gol.com>
2003-05-29 Nick Drochak <ndrochak at gol.com>
2003-05-29 Nick Drochak <ndrochak at gol.com>
2003-05-29 Nick Drochak <ndrochak at gol.com>
2003-06-02 Nick Drochak <ndrochak at gol.com>
2003-06-05 Nick Drochak <ndrochak at gol.com>
2003-06-05 Nick Drochak <ndrochak at gol.com>
2003-06-10 Nick Drochak <ndrochak at gol.com>
2003-06-10 Nick Drochak <ndrochak at gol.com>
2003-06-10 Nick Drochak <ndrochak at gol.com>
2003-06-11 Nick Drochak <ndrochak at gol.cm>
2003-06-15 Nick Drochak <ndrochak at gol.com>
2003-06-16 Nick Drochak <ndrochak at gol.com>
2003-06-18 Nick Drochak <ndrochak at gol.com>
2003-06-18 Nick Drochak <ndrochak at gol.com>
2003-06-18 Nick Drochak <ndrochak at gol.com>
2003-06-18 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-19 Nick Drochak <ndrochak at gol.com>
Flush
2003-06-19 Nick Drochak <ndrochak at gol.com>
2003-06-20 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
2003-06-23 Nick Drochak <ndrochak at gol.com>
use correct bug #
2002-06-24 Nick Drochak <ndrochak at gol.com>
2003-06-25 Nick Drochak <ndrochak at gol.com>
2003-06-25 Nick Drochak <ndrochak at gol.com>
2003-06-25 Nick Drochak <ndrochak at gol.com>
2002-06-29 Nick Drochak <ndrochak at gol.com>
2003-06-29 Nick Drochak <ndrochak at gol.com>
2003-06-30 Nick Drochak <ndrochak at gol.com>
2003-07-02 Nick Drochak <ndrochak at gol.com>
2003-07-28 Nick Drochak <ndrochak at gol.com>
2003-08-05 Nick Drochak <ndrochak at gol.com>
2003-08-12 Nick Drochak <ndrochak at gol.com>
2003-08-12 Nick Drochak <ndrochak at gol.com>
2003-08-14 Nick Drochak <ndrochak at gol.com>
2003-08-18 Nick Drochak <ndrochak at gol.com>
2003-08-19 Nick Drochak <ndrochak at gol.com>
2003-08-19 Nick Drochak <ndrochak at gol.com>
2003-09-01 Nick Drochak <ndrochak at gol.com>
Oops
2003-10-06 Nick Drochak <ndrochak at gol.com>
2003-10-07 Nick Drochak <ndrochak at gol.com>
2003-10-07 Nick Drochak <ndrochak at gol.com>
2003-10-20 Nick Drochak <ndrochak at gol.com>
2003-10-21 Nick Drochak <ndrochak at gol.com>
2003-10-21 Nick Drochak <ndrochak at gol.com>
2003-11-14 Nick Drochak <ndrochak at gol.com>
2003-11-14 Nick Drochak <ndrochak at gol.com>
2003-11-14 Nick Drochak <ndrochak at gol.com>
2003-11-14 Nick Drochak <ndrochak at gol.com>
Add myself. I blog sometimes.
2003-11-14 Nick Drochak <ndrochak at gol.com>
2003-12-08 Nick Drochak <ndrochak at gol.com>
2003-12-11 Nick Drochak <ndrochak at ieee.org>
2003-12-11 Nick Drochak <ndrochak at ieee.org>
2003-12-11 Nick Drochak <ndrochak at ieee.com>
2003-12-16 Nick Drochak <ndrochak at gol.com>
2003-12-17 Nick Drochak <ndrochak at gol.com>
2003-12-17 Nick Drochak <ndrochak at gol.com>
2003-12-19 Nick Drochak <ndrochak at gol.com>
2003-12-24 Nick Drochak <ndrochak at ieee.org>
2003-12-27 Nick Drochak <ndrochak at gol.com>
2003-05-29 Nick Drochak <ndrochak at gol.com>
2003-12-30 Nick Drochak <ndrochak at gol.com>
2003-12-30 Nick Drochak <ndrochak at gol.com>
2003-12-31 Nick Drochak <ndrochak at ieee.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-01 Nick Drochak <ndrochak at gol.com>
2004-01-02 Nick Drochak <ndrochak at gol.com>
Ignore dll and pdb files
Ignore .pdb file
Ignore .dll and .pdb files
Opps, wrong folder
Ignore .dll and .pdb files
Ignore test .dll and .pdb files
Ignore .pdb files
ignore .pdb
Ignore test .dll and .pdb files
Ignore .dll and .pdb files
Ignore .pdb file
Ignore .pdb files
Ignore .pdb file
2004-01-04 Nick Drochak <ndrochak at ieee.com>
2004-01-04 Nick Drochak <ndrochak at gol.com>
2004-01-04 Nick Drochak <ndrochak at gol.com>
2004-01-07 Nick Drochak <ndrochak at gol.com>
2004-01-07 Nick Drochak <ndrochak at ieee.org>
2004-01-07 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-08 Nick Drochak <ndrochak at ieee.org>
2004-01-09 Nick Drochak <ndrochak at ieee.org>
2004-01-27 Nick Drochak <ndrochak at ieee.org>
2004-01-27 Nick Drochak <ndrochak at gol.com>
2004-01-27 Nick Drochak <ndrochak at ieee.org>
2004-01-31 Nick Drochak <ndrochak at ieee.org)
2004-02-02 Nick Drochak <ndrochak at ieee.org>
Flush
2004-02-05 Nick Drochak <ndrochak at gol.com>
2004-02-22 Nick Drochak <ndrochak at ieee.org>
2004-03-03 Nick Drochak <ndrochak at ieee.org>
2004-03-04 Nick Drochak <ndrochak at ieee.org>
2004-03-08 Nick Drochak <ndrochak at ieee.org>
2004-03-15 Nick Drochak <ndrochak at ieee.org>
ignore dll
2004-03-18 Nick Drochak <ndrochak at ieee.org>
Fix Build
2004-04-12 Nick Drochak <ndrochak at gol.com>
2004-04-25 Nick Drochak <ndrochak at gol.com>
2004-04-27 Nick Drochak <ndrochak at ieee.org>
2004-04-27 Nick Drochak <ndrochak at gol.com>
2004-05-01 Nick Drochak <ndrochak at gol.com>
2004-05-07 Nick Drochak <ndrochak at gol.com>
2004-05-12 Nick Drochak <ndrochak at ieee.org>
2004-05-14 Nick Drochak <ndrochak at gol.com>
2004-05-27 Nick Drochak <ndrochak at ieee.org>
2004-08-24 Nick Drochak <ndrochak at ieee.org>
2004-08-24 Nick Drochak <ndrochak at ieee.org>
2004-08-25 Nick Drochak <ndrochak at ieee.com>
2004-08-25 Nick Drochak <ndrochak at ieee.com>
2004-08-25 Nick Drochak <ndrochak at ieee.com>
oops forgot.
2004-08-29 Nick Drochak <ndrochak at ieee.com>
2004-08-29 Nick Drochak <ndrochak at ieee.org>
2004-08-29 Nick Drochak <ndrochak at ieee.org>
2004-08-29 Nick Drochak <ndrochak at ieee.org>
2004-08-30 Nick Drochak <ndrochak at ieee.com>
2004-08-31 Nick Drochak <ndrochak at ieee.org>
2004-08-31 Nick Drochak <ndrochak at gol.com>
2004-08-31 Nick Drochak <ndrochak at gol.com>
2004-08-31 Nick Drochak <ndrochak at gol.com>
2005/01/03 Nick Drochak <ndrochak at ieee.org>
2005/01/03 Nick Drochak <ndrochak at ieee.org>
2005/01/03 Nick Drochak <ndrochak at ieee.org>
2005/01/03 Nick Drochak <ndrochak at ieee.org>
2005-01-03 Nick Drochak <ndrochak at gol.com>
2005-01-05 Nick Drochak <ndrochak at ieee.org>
2005-01-08 Nick Drochak <ndrochak at ieee.org>
2005-01-08 Nick Drochak <ndrochak at ieee.org>
2005-01-08 Nick Drochak <ndrochak at ieee.org>
2005-01-10 Nick Drochak <ndrochak at ieee.org>
2005-01-10 Nick Drochak <ndrochak at ieee.org>
2005-01-10 Nick Drochak <ndrochak at ieee.org>
2005-01-10 Nick Drochak <ndrochak at ieee.org>
2005-01-16 Nick Drochak <ndrochak at ieee.org>
2005-01-16 Nick Drochak <ndrochak at ieee.org>
2005-01-18
2005-01-19 Nick Drochak <ndrochak at gol.com>
2005-01-23 Nick Drochak <ndrochak at ieee.org>
2005-01-24 Nick Drochak <ndrochak at ieee.org>
2005-01-27 Nick Drochak <ndrochak at ieee.org>
Flush
2005-01-28 Nick Drochak <ndrochak at ieee.org>
2005-01-28 Nick Drochak <ndrochak at ieee.org>
2004-01-30 Nick Drochak <ndrochak at ieee.org>
2005-01-30 Nick Drochak <ndrochak at ieee.org>
2005-01-30 Nick Drochak <ndrochak at ieee.org>
2005-01-26 Nick Drochak <ndrochak at ieee.org>
2005-01-30 Nick Drochak <ndrochak at ieee.org>
2005-01-31 Nick Drochak <ndrochak at ieee.org>
2005-01-31 Nick Drochak <ndrochak at ieee.org>
2004-01-31 Nick Drochak <ndrochak at ieee.org>
2005-01-31 Nick Drochak <ndrochak at ieee.com>
2005-02-10 Nick Drochak <ndrochak at ieee.org>
2005-02-11 Nick Drochak <ndrochak at ieee.org>
Forgot one.
2005-02-20 Nick Drochak <ndrochak at ieee.org>
Flush
2005-02-21 Nick Drochak <ndrochak at ieee.org>
2005-02-27 Nick Drochak <ndrochak at ieee.org>
2005-03-06 Nick Drochak <ndrochak at ieee.org>
2005-03-21 Nick Drochak <ndrochak at ieee.org>
Nick Zigarovich (3):
Corrected typo in gc.c (BOHEM vs BOEHM)
Added Makefiles for monodoc and updated the README.
Make sure XmlTextReader.GetAttribute never returns null.
Noam Lampert (209):
Fix corrupted solution file
svn path=/trunk/mcs/; revision=68518
Revert NotWorking
Mark missing NunitWeb
Remove unnecessary NotWorking directives
No need to require JAVA_HOME
Fix build error in Grasshopper
Default sitemap is with upper case
Fix compilation error
remove web.config to rename in one sec
Added Web.config
Don't map path to original source code directory
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
skip validation also in Release as it does not pass until after all runtime is built
Add NotWorking in TARGET_JVM
Removed #if as bug 6489 is fixed
Remove NotWorking as a number of bugs have been fixed
Fix bug in batch file
Include more valide in System.Security.Permission to avoid validator errors
Turn on validation
Workaround. Grasshopper currently doesn't support List<T>.ToArray
Turn on validation
Grasshopper doesn't support TempFileCollection
Merge from branches/mainsoft/gh20preview2
merge 70752:70753
merge 70755:70756
merge 70855:70856
merge r70675:70676
Merge gh20preview2 branch (revisions 70670:71411)
Compile also IncludeHelperServlet.cs
Remove unused csproj
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Remove unneeded directory. Use Mainsoft.Web.AspnetConfig instead
Remove unneeded directory. Use Mainsoft.Web.AspnetConfig instead
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Grasshopper project system now uses csproj extension
Remove XmlTool20.csproj old VS project, to make room for grasshopper project file
Changes due to rename of vmwcsproj to csproj
rename vmwcsproj to csproj
Grasshopper now uses csproj instead of vmwcsproj
more renames of vmwcsproj to csproj
Fix reference
Add Debug_Java20/Release_Java20 configurations
Use jar from JAVA_HOME to overcome some environment issues
Remove deleted file
Switch to jre6
Allow partial builds of system.dll
switch to jre6
switch to jre6
switch to jre6
switch to jre6
Switch to jre6
Switch to jre6
Allow partial build
Add PageAsyncTask.cs
builder-specific changes
small bug fixes
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
rename jgac/vmw4j2ee_110 to jcag/framework
Add providers by default in a portal specific web.config.
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
Convert jgac to java_refs, and jre6 to jre
svn path=/trunk/mcs/; revision=75036
svn path=/trunk/mcs/; revision=75427
Revert - switch back to using MemberwiseClone
Bug fix - wrong JRE path
svn path=/trunk/mcs/; revision=76054
Location of anon-SVN has moved
Rework the way we compile the aspx file and merge the jar. The old schema tended to leave random files and randomly convolute the build
Generate documenation for this assembly
Add vs2005 project for jay
Create consts.cs in pre-build
Fix rt reference
Fix rt reference
Switch j2ee to JavaEE
Fix j2ee reference
svn path=/trunk/mcs/; revision=78505
Remove redundant TARGET_JVMs
Fix compilation in java
Fix compilation for java
Remove reference to uncomitted code
Include new file XsltDeubggerWrapper
Fix for compilation in Java
Update project file for recent changes
Remove some overrides in TARGET_JVM due to byte code compiler limitations
Remove unused code that causes many tests to fail
Fix for compilation in TARGET_JVM
Fixes for TARGET_JMV compilation
Fix compilation in TARGET_JVM
Remove %BACK_TO_ROOT_DIR%
Remove %BACK_TO_ROOT_DIR%
Always generate .war file
Fix Java compilation
Fix build system
Java build-system related files
Update Java build system
Update Java build system
Remove redundant file from Java build
Fix Java compilation
Java build - build against rt.dll of Java 1.4
'System.Runtime.Serialization.StreamingContext is a structure and can not be compared with null. Fix compilation error
Workaround for minor Grasshopper build bug (TD 9196)
Add missing property
Merge 77759:77760
Merge 76595:76596
Fix compilation errors in java build
Build java configuration using RT of JRE 1.4.2 for support of older java systems
Allow build in java
Enable java build
Fix compilation errors discovered with csc.exe of FW 2.0 SP1
Revert commit 91482. Breaks compiler csc.exe of FW 2.0 without SP1
Remove TimeoutManager.cs to match sources file.
Allow compilation in Java
Remove old 1.1 conf support in Java build
Improve deployment in builder environment
Make sure test assembly is in classpath
Update project files for latest changes in Grasshopper.
Update for latest changes in Grasshopper
Fix java build
Add System.Web.Phantom to Grasshopper build system
Improve java generation of compiled DefaultWsdlHelpGenerator
Upgrade java build to Grasshopper 2.2
Fix Java build system.
Export Java documentation
Modify java build to use a different JSF implementation
Fix java build - add reference to myfaces
Update for Grasshopper 2.2
Script to run System.Web.Extensions automatic tests
Fix Java compilation. Upgrade project file to Visual Studio 2008.
Upgrade solution to Visual Studio 2008. Fix Java build.
Fix Java build in Visual Studio 2008
Upgrade to Visual Studio 2008
Fix Java build. Upgrade project to Visual Studio 2008
Remove unneeded post build step in Java project file.
Fix Java compilation
Upgrade to visual studio 2008 project.
Small bug fix in java run-tests
Fix java build
Fixes for Java compilations:
Visual studio upgrade did not work well.
Fix for Java compilation:
Fix Java compilation
Fix Java build (due to recent file renames).
2008-05-12 Noam Lampert <noaml at mainsoft.com>
Add testcase for pre-escaped strings preceded by non-english characters.
Fix test execution script
2008-05-12 Noam Lampert <noaml at mainsoft.com>
Fix run-tests script to copy run logs.
Add Java build system.
typo.
Fix target output path in java csproj file.
Yet another typo.
HttpServerUtility.cs: Fix bug in UrlPathEncode when URL contains '?'
Merge revision 103449, fix TD bug 10485
Add vs2008 build file
Fix java compilation of System.Web.Extensions
Fix java build
Fix java build
Fix java build system
Fail on error.
Remove all vmwcproj files from old Grasshopper version
Switch to port 8080
Integrate nunit tests with GH build bot
svn path=/trunk/mcs/; revision=104772
Fix Java compilation issue.
* ListItemCollection.cs: Provide viewstate for dirty collection even if it is empty.
* TemplateControl.jvm.cs: Don't assume that controls containing page-specific
CompositeControlDesigner.cs: Add stubs
UrlUtils.cs: Fixed some bugs in Canonize method. Add several tests
improve support for RewritePath
Néstor Salceda (5):
2007-10-09 Nestor Salceda <nestor.salceda at gmail.com>
2008-06-12 Nestor Salceda <nestor.salceda at gmail.com>
2008-06-18 Nestor Salceda <nestor.salceda at gmail.com>
2008-07-13 Nestor Salceda <nestor.salceda at gmail.com>
2008-07-13 Nestor Salceda <nestor.salceda at gmail.com>
Oleg Tkachenko (2):
Outputter fixup
Newlines normalizing
Olivier Dufour (17):
initial commit for ColumnHeaderConverter !
svn path=/trunk/mcs/; revision=77456
2007-05-17 Olivier Dufour <olivier.duff at free.fr>
2007-05-18 Olivier Dufour <olivier.duff at free.fr>
2007-12-01 Olivier Dufour <olivier.duff at gmail.com>
2007-12-01 Olivier Dufour <olivier.duff at gmail.com>
2007-12-01 Olivier Dufour <olivier.duff at gmail.com>
2008-01-20 Olivier Dufour <olivier.duff at gmail.com>
2008-01-20 Olivier Dufour <olivier.duff at gmail.com>
2008-01-23 Olivier Dufour <olivier.duff at gmail.com>
2008-01-27 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
2008-02-01 Olivier Dufour <olivier.duff at gmail.com>
Palaniappan N (6):
Modified to make it synch with Novell Forge's C# LDAP SDK (v-2.1.4)
Added two files to describe the Exception messages and Result codes
The Mono's library Novell.Directory.Ldap has been made to be on par with
New Excetion has been thrown incase of connection failure.
Fix for the issue of getting occasional -5875 error on the server when
In the SearchResultEventArgs.ToString(), the function classification was
Paolo Molaro (2725):
Mon Jul 2 15:31:31 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Jul 5 22:34:21 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Jul 6 11:30:53 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Jul 6 19:49:21 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Jul 9 16:39:41 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 18:52:15 CEST 2001 Paolo Molaro <lupus at ximian.com>
The interpreter.
Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Jul 15 17:29:10 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fix typo and remove debug prints.
Sun Jul 15 17:50:23 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Jul 24 16:51:09 CEST 2001 Paolo Molaro <lupus at ximian.com>
missing file.
Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Jul 26 15:31:01 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Jul 27 11:46:09 CEST 2001 Paolo Molaro <lupus at ximian.com>
D'oh, forgot to actually commit my previous changes.
Fri Jul 27 20:51:47 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Jul 31 20:13:59 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Jul 31 23:46:33 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus at ximian.com>
Missed this change from previous commit.
Wed Aug 1 22:46:45 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Aug 3 18:30:16 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 8 15:30:05 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fixed x86_mov_reg_imm().
Sat Aug 18 11:24:07 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sat Aug 18 12:40:32 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 18:58:36 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 19:33:34 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Aug 21 18:51:05 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 22 16:22:22 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 22 20:37:51 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Aug 23 12:04:34 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus at ximian.com>
Enhanced test for valuetypes.
Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sat Aug 25 12:57:36 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sat Aug 25 15:56:03 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Aug 26 11:37:30 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Aug 26 11:47:56 CEST 2001 Paolo Molaro <lupus at ximian.com>
Add System.IO.IOException info.
Sun Aug 26 23:01:41 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Aug 26 23:04:46 CEST 2001 Paolo Molaro <lupus at ximian.com>
Expand stream.cs to cover read and write testing.
Mon Aug 27 09:29:00 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 20:13:49 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 20:16:37 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 21:30:30 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Aug 28 15:54:45 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 12:46:06 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Sep 6 15:38:00 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Sep 7 12:28:01 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Sep 7 18:34:48 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus at ximian.com>
Add delegate test.
Fri Sep 7 18:43:06 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 13:46:35 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Sep 13 18:04:23 CEST 2001 Paolo Molaro <lupus at ximian.com>
Updates.
Fri Sep 14 16:12:08 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mostly stubs.
Updates.
Tue Sep 18 13:15:12 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 18 13:19:16 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 18 13:21:33 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 18 13:23:59 CEST 2001 Paolo Molaro <lupus at ximian.com>
Added 'How to port Mono' document.
Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Sep 20 16:32:42 CEST 2001 Paolo Molaro <lupus at ximian.com>
Sun Sep 23 13:44:57 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Sep 24 18:49:01 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Sep 24 20:35:24 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 11:12:35 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 16:46:43 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 16:48:50 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 16:53:08 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 16:54:54 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 17:29:02 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 18:52:14 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 19:03:52 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 19:58:14 CEST 2001 Paolo Molaro <lupus at ximian.com>
Wed Sep 26 16:29:36 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Sep 27 15:34:37 CEST 2001 Paolo Molaro <lupus at ximian.com>
Some more stubs and fixes.
Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus at ximian.com>
Add tests again so that they are included in make dist.
Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus at ximian.com>
Some fixes and some implementation bits. More classes.
Sun Sep 30 11:57:15 CEST 2001 Paolo Molaro <lupus at ximian.com>
Mon Oct 1 18:48:27 CEST 2001 Paolo Molaro <lupus at ximian.com>
No need to flush a filehandle (and anyway you can't since fflush
Fix values for O_CREAT O_EXCL O_TRUNC O_APPEND to work on Linux,
Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus at ximian.com>
Updates and some implementation bits.
Tue Oct 2 18:51:25 CEST 2001 Paolo Molaro <lupus at ximian.com>
Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus at ximian.com>
Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus at ximian.com>
Updates and fixes.
Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus at ximian.com>
Added copyright notices.
Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus at ximian.com>
Missing file: this is what you get working on holidays :-(
Wed Oct 10 16:07:24 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fixed test cases.
Mon Oct 22 15:20:14 CEST 2001 Paolo Molaro <lupus at ximian.com>
Fri Nov 2 18:23:15 CET 2001 Paolo Molaro <lupus at ximian.com>
Fri Nov 2 18:40:12 CET 2001 Paolo Molaro <lupus at ximian.com>
Fri Nov 2 19:06:54 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Nov 5 19:50:11 CET 2001 Paolo Molaro <lupus at ximian.com>
* corlib.build: remove AppDomain.cs from the corlib_res.dll.
Forgot to actually commit the test cases...
Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus at ximian.com>
Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus at ximian.com>
Fri Nov 2 19:04:21 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus at ximian.com>
Wed Nov 14 16:30:27 CET 2001 Paolo Molaro <lupus at ximian.com>
Wed Nov 14 19:21:26 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus at ximian.com>
Make the JIT run also the slow (for the interp:-) methods.
Typo fixes pointed out by Dick (HASCOSTANT -> HASCONSTANT).
Mon Nov 19 13:58:01 CET 2001 Paolo Molaro <lupus at ximian.com>
Tue Nov 27 15:24:07 CET 2001 Paolo Molaro <lupus at ximian.com>
Tue Nov 27 16:31:52 CET 2001 Paolo Molaro <lupus at ximian.com>
Dum de dum, missing files.
Thu Nov 29 12:32:01 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus at ximian.com>
Reformat to reduce line length.
Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus at ximian.com>
Dum de dum, missing files for previous commit.
Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 13 15:56:53 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 13 20:10:57 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus at ximian.com>
Tue Dec 18 13:18:32 CET 2001 Paolo Molaro <lupus at ximian.com>
Tue Dec 18 18:46:22 CET 2001 Paolo Molaro <lupus at ximian.com>
Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus at ximian.com>
Interface needed by the compiler.
Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 15:29:52 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 20:13:07 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 20:09:48 CET 2001 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus at ximian.com>
Update to demonstrate problem with static/instance methods.
More tests.
Fri Dec 21 15:14:52 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Dec 24 17:21:30 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Dec 24 17:24:13 CET 2001 Paolo Molaro <lupus at ximian.com>
Mon Dec 24 17:23:45 CET 2001 Paolo Molaro <lupus at ximian.com>
Build fixes.
Thu Jan 3 23:19:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 3 23:24:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Jan 5 15:56:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Jan 5 16:08:23 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Jan 9 19:37:55 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 10 21:07:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Jan 11 19:00:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Jan 11 20:06:22 CET 2002 Paolo Molaro <lupus at ximian.com>
Renamed TESTS var so make distcheck works with the new automake.
Mon Jan 14 11:50:16 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Jan 14 17:06:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Jan 14 17:00:23 CET 2002 Paolo Molaro <lupus at ximian.com>
Make each test return a different error code.
Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Jan 15 22:46:21 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Jan 22 22:54:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 24 17:41:06 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 24 17:42:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Jan 29 22:32:36 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 31 17:32:32 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Jan 31 18:21:12 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus at ximian.com>
Fixety fix.
Fri Feb 1 16:03:53 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 12:29:41 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 12:31:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 13:01:03 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 18:02:50 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 18:06:20 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 19:14:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 8 19:28:31 CET 2002 Paolo Molaro <lupus at ximian.com>
Sun Feb 10 11:47:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Sun Feb 10 12:54:05 CET 2002 Paolo Molaro <lupus at ximian.com>
*** empty log message ***
A few more tests.
Mon Feb 11 11:20:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Missing test.
Mon Feb 11 12:32:35 CET 2002 Paolo Molaro <lupus at ximian.com>
Test for multiple marshalled strings.
Mon Feb 11 13:05:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 11 13:26:17 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 11 18:40:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 11 19:48:58 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 11 19:50:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Clone() for arrays test.
Tue Feb 12 14:08:47 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 12 14:33:53 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus at ximian.com>
More tests.
Wed Feb 13 16:17:38 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 21:51:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 21:50:13 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 18:59:37 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 18:54:09 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 18:55:23 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 18:55:52 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 15 14:20:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Fix make distcheck.
Fri Feb 15 15:07:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 15 18:15:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 15 21:02:46 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Feb 16 12:00:24 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Feb 16 12:02:02 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Feb 16 12:41:41 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Feb 16 16:27:42 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 14:28:10 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 15:48:38 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 15:51:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 15:49:20 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 15:50:59 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 18 14:37:17 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 19 12:24:15 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 19 20:19:38 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 19 20:34:35 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 19 20:36:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 20 14:54:01 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 20 17:53:59 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 20 22:10:48 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 20 22:30:49 CET 2002 Paolo Molaro <lupus at ximian.com>
More tests.
Missing test.
Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 21 16:56:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Little IsInterned test.
Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 21 19:23:46 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus at ximian.com>
Dum de dum, forgot to commit.
Fri Feb 22 15:36:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 22 18:47:08 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Feb 22 18:54:13 CET 2002 Paolo Molaro <lupus at ximian.com>
Removed debugging message.
Sun Feb 24 13:58:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Feb 25 17:37:07 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 11:43:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 11:56:03 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 14:21:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus at ximian.com>
Automake fu to automatically check for the needed assemblies
Hopefully make lazy people not complain and keep distcheck useful.
Fix href attribute quoting.
Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 18:48:47 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 12:34:21 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 19:18:59 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 1 15:20:00 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 11:21:44 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 11:26:49 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 11:30:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 17:59:16 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 18:37:03 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 20:36:05 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 4 20:34:52 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 5 17:34:14 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 5 18:09:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 5 18:12:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 5 20:33:14 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:20:59 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:14:20 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:10:42 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:16:06 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:22:52 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus at ximian.com>
Test for method overloading resolution.
Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 8 12:45:44 CET 2002 Paolo Molaro <lupus at ximian.com>
*** empty log message ***
Really commit the file this time.
Fri Mar 8 17:29:58 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 8 18:49:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 11:16:53 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 11:27:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 11:30:56 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 11:58:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 14:48:07 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 11 14:47:21 CET 2002 Paolo Molaro <lupus at ximian.com>
Sigh, forgot to commit this file.
Mon Mar 11 16:14:29 CET 2002 Paolo Molaro <lupus at ximian.com>
*** empty log message ***
Tue Mar 12 19:21:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Mar 13 00:26:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Fix mispelling in --with-gc help.
Wed Mar 13 12:32:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Mar 16 19:13:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Mar 16 19:15:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Mar 16 19:12:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Mar 16 19:11:47 CET 2002 Paolo Molaro <lupus at ximian.com>
Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus at ximian.com>
Use $(srcdir) in check.
Tue Mar 19 18:15:29 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 19 18:18:49 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 21 17:35:48 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 21 17:38:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 21 18:08:37 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 12:50:53 CET 2002 Paolo Molaro <lupus at ximian.com>
Build libmonoutils and link it to the binaries that need it.
Mon Mar 25 12:59:52 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 13:03:35 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 13:01:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Mar 25 18:54:58 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 17:03:14 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 19:54:45 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 20:09:10 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Mar 26 20:10:24 CET 2002 Paolo Molaro <lupus at ximian.com>
Fixed make distcheck.
Tue Mar 26 21:14:36 CET 2002 Paolo Molaro <lupus at ximian.com>
Use mono to run the compiler.
Update version number to 0.11 and enable GC by default if libgc is found.
Forgot to commit this file, sorry.
Thu Mar 28 11:29:58 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 11:58:53 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 12:03:28 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus at ximian.com>
Enable lots of warning from GCC.
Thu Mar 28 15:18:50 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 16:52:11 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 16:54:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus at ximian.com>
Added the docs dir to the dist (with a new doc on GC issues).
Fri Mar 29 16:00:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 29 17:15:11 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 3 17:59:26 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 3 19:46:00 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Remove useless comments in rules.
Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 4 11:36:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 4 13:13:20 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 5 15:38:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 5 15:40:24 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 5 15:41:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Update to handle the stupid reflection interface that separates
Sync for corlib change.
Sat Apr 6 16:29:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Apr 6 20:08:41 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 8 17:15:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 8 17:16:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 8 17:15:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 9 13:08:26 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 9 13:12:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 10 12:57:31 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 10 16:07:23 CEST 2002 Paolo Molaro <lupus at ximian.com>
Forgot to commit.
Wed Apr 10 21:20:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 11 12:28:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 11 12:29:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Get rid of debug print.
Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 12 18:32:34 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 15 11:35:05 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus at ximian.com>
Document --module and fix formatting.
Mon Apr 15 13:31:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 16 13:02:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Some info for runtime hackers that need to implement internal calls.
Added char.
Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Apr 16 20:12:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 17 10:58:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 17 12:34:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Update with --profile option.
Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 17 18:36:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fixed compilation.
Thu Apr 18 12:38:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 18 16:40:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 18 17:16:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fixed IndexOf() count.
Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus at ximian.com>
Martin removed jit-debug from here: fix make distcheck.
Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Apr 20 13:37:39 CEST 2002 Paolo Molaro <lupus at ximian.com>
Added string stress-test from the parrot folks.
Mon Apr 22 12:57:31 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 22 16:52:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus at ximian.com>
FreeBSD compatibility fixes from Sandro Tolaini <sandro at focuseek.com>.
FreeBSD has giconv.h instead of iconv.h.
Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Forgot file.
Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Apr 24 21:15:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 12:12:35 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Small test updates.
Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fix sample code so that it has a chance of running.
Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 15:18:00 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Apr 29 15:32:02 CEST 2002 Paolo Molaro <lupus at ximian.com>
Removed mono_string_new_wrapper().
Recognise more arm system names.
Fix thinko pointed out by rxdan.
Wed May 1 17:05:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 1 17:07:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 2 15:18:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Test for Char.IsNumber.
Added some missing FP opcodes and made x86_patch() handle also the call opcode.
Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat May 4 15:00:39 CEST 2002 Paolo Molaro <lupus at ximian.com>
Updates for changes in mono_assembly_open () interface.
Doh!
Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon May 6 15:38:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 7 11:47:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 8 11:50:31 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Test case for the use of attributes that don'r derive from System.Attribute.
Wed May 8 16:40:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 8 16:48:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Revert broken changes.
Thu May 9 17:23:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fix checks in x86_patch().
Fri May 10 15:43:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 15:43:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 16:30:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 20:57:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 10 21:00:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Documented MONO_PATH (partially from Magnus Runesson <mr-mono at linuxalert.org>).
Tue May 14 13:31:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 14 16:35:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 14 16:37:55 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 14 17:13:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 15 16:02:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 16 16:09:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 16 17:21:07 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon May 20 17:37:39 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 21 12:07:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 21 17:25:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 22 12:31:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed May 22 12:42:06 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 23 17:17:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 23 17:18:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 23 18:45:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 23 18:43:07 CEST 2002 Paolo Molaro <lupus at ximian.com>
Some small updates and a new test for CreateInstance().
Fri May 24 15:33:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Updates and a test for structs with the .pack directive.
Tue May 28 16:10:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu May 30 14:13:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 12:34:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 13:25:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 13:26:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Add dll-mapping config file.
Fri May 31 15:34:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 15:40:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 16:17:20 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 16:21:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Compilation fixes.
Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 13:24:01 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 13:27:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 13:54:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Kill warning.
Sat Jun 1 13:57:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 14:10:23 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 3 12:18:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 3 12:58:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 3 15:42:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 4 13:08:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Forgot in the last commit.
Tue Jun 4 18:05:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fixed make distcheck.
Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 17:04:06 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 19:39:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 10 18:58:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 11 14:11:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jun 12 16:32:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Missing file from previous commit.
Fri Jun 14 16:18:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 14 16:21:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 14:55:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 15:05:05 CEST 2002 Paolo Molaro <lupus at ximian.com>
2002-06-17 Dietmar Maurer <dietmar at ximian.com>
Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Forgot to commit this fix a while ago...
Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 17:31:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 18 10:21:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 18 10:21:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jun 18 10:36:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Files to build the assembly with the mono runtime.
Files to build with the mono runtime.
Wed Jun 19 17:01:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jun 19 20:17:59 CEST 2002 Paolo Molaro <lupus at ximian.com>
Test for protected internal fields.
Wed Jun 19 20:57:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Test for indirect stores on structs and enums.
Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jun 19 22:33:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 11:50:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 17:51:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 17:56:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Test error case.
Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jun 21 13:37:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Response file to use with mcs.
Added TypeConverterattribute.cs.
Added System.Xml.Serialization/*.
Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus at ximian.com>
Comment out debug message.
Test for bug#26264.
Mon Jul 1 12:26:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 14:50:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 16:15:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 16:17:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
New test.
Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 1 18:01:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 2 18:34:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 2 19:03:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 2 19:05:05 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 9 19:03:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 12 11:34:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 15:08:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 15:10:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 15:12:06 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 15:59:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 17:30:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 17:32:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 19:35:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 19:38:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Jul 13 19:54:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 16 19:32:08 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jul 18 14:47:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 14:18:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 14:20:10 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 14:21:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 14:23:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 18:45:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 19:05:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mono embedding sample.
Added missing files.
Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fix build.
Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:02:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:02:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:08:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:14:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fix build.
Thu Jul 25 13:59:34 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jul 25 13:57:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 26 11:41:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Jul 26 15:45:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 31 14:29:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 31 16:50:42 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Jul 31 17:47:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mono Hackers Hall Of Fame.
Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 2 13:00:41 CEST 2002 Paolo Molaro <lupus at ximian.com>
Remove duplicate property.
Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus at ximian.com>
Commit to fix compilation.
New test.
Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
missing.
Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Aug 5 19:21:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Aug 5 21:19:41 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 6 12:40:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 7 12:44:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Put in the correct assembly (well, correct as in the same ms uses,
Moved to System.Windows.Forms.
Wed Aug 7 15:51:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Aug 8 10:25:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Aug 8 10:28:07 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Aug 8 13:05:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Updated manpage.
Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 14 17:34:07 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 14 17:31:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 14 17:38:41 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 14 17:37:30 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus at ximian.com>
Removed some crap and added more detailed responses in some cases.
Patch by noa at metamatrix.se (Daniel Resare) to allow running
Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
Doh.
Initial revision
Readme for mono hackers.
Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 21 13:02:20 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <lupus at ximian.com>
Missing bit.
Build integration.
I18N build integration.
Missing resource.
Wed Aug 21 20:02:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Ooops, forgot to commit this file.
Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Included license in the source.
Make sure we include all the assemblies in a release.
Debugging support in mcs.
Mon Aug 26 16:44:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 16:39:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 16:57:18 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Removed iconv header.
Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Aug 27 19:44:32 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 4 14:01:25 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 4 14:06:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Make the built response file depend on the file list.
Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Sep 5 20:36:27 CEST 2002 Paolo Molaro <lupus at ximian.com>
Update with info on MONO_PATH.
Fri Sep 6 12:11:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 6 12:20:06 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 6 20:14:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus at ximian.com>
Sat Sep 7 10:16:52 CEST 2002 Paolo Molaro <lupus at ximian.com>
Dum de dum, pass the value...
Mon Sep 9 17:31:12 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 10 12:12:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Runtime invoke tests.
Wed Sep 11 11:06:43 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 11 12:49:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 13 15:39:41 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 13 15:56:04 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Sep 16 18:49:55 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Sep 16 19:02:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus at ximian.com>
Update.
2002-09-21 Zoltan Varga <vargaz at freemail.hu>
Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus at ximian.com>
Updates.
Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus at ximian.com>
2002-09-21 Zoltan Varga <vargaz at freemail.hu>
Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 24 11:34:02 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 24 11:48:53 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus at ximian.com>
Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 25 12:04:08 CEST 2002 Paolo Molaro <lupus at ximian.com>
Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 27 15:06:29 CEST 2002 Paolo Molaro <lupus at ximian.com>
Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus at ximian.com>
Make it print the unknown operator value.
Dum de dum, need to escape %.
Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus at ximian.com>
Mon Oct 7 12:25:15 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus at ximian.com>
Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus at ximian.com>
s390 support from Neale Ferguson <Neale.Ferguson at SoftwareAG-USA.com>.
Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus at ximian.com>
Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Nov 8 14:53:03 CET 2002 Paolo Molaro <lupus at ximian.com>
Fri Nov 15 12:26:48 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 13:02:09 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 17:52:56 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 17:54:22 CET 2002 Paolo Molaro <lupus at ximian.com>
Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Nov 19 13:01:22 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Nov 19 13:03:27 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus at ximian.com>
Fixed typo found by Philip Van Hoof <spamfrommailing at freax.org>.
Fix compilation.
Build fixes.
Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus at ximian.com>
Tue Dec 3 19:32:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 4 16:04:28 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus at ximian.com>
Use a #define to enable/disable the finalizer thread.
Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 18 11:36:04 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 18 11:42:58 CET 2002 Paolo Molaro <lupus at ximian.com>
Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 19 00:06:57 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 19 16:43:19 CET 2002 Paolo Molaro <lupus at ximian.com>
Thu Dec 19 18:31:54 CET 2002 Paolo Molaro <lupus at ximian.com>
Fix build breakers.
Thu Jan 2 18:46:09 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Jan 2 19:04:58 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 3 11:10:14 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 3 16:18:27 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 3 20:18:51 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Jan 4 18:04:07 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Jan 4 18:26:41 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus at ximian.com>
Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 7 15:15:41 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 7 18:32:24 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus at ximian.com>
Cut&pasted code got the cut before the off-by-one fix.
Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 10 16:03:30 CET 2003 Paolo Molaro <lupus at ximian.com>
Sun Jan 12 19:58:42 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 13 11:37:14 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 14 10:36:49 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Jan 15 15:55:40 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Jan 15 16:02:34 CET 2003 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Include config.h.
Update to the API change of a while ago.
Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 17 21:14:18 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 21 17:29:53 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 27 12:49:10 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 27 17:07:38 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Jan 27 17:16:50 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 28 17:30:57 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 28 17:55:59 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 28 18:53:08 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Jan 30 11:07:06 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Jan 30 19:54:30 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Feb 1 10:59:31 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Feb 8 12:58:06 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Feb 8 17:03:16 CET 2003 Paolo Molaro <lupus at ximian.com>
Fixed build.
Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Feb 13 18:40:52 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus at ximian.com>
Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus at ximian.com>
Fix field placement in MonoVTable.
Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Feb 25 11:55:35 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Mar 1 12:36:45 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus at ximian.com>
New entry.
Speeling.
Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Mar 5 11:35:54 CET 2003 Paolo Molaro <lupus at ximian.com>
Using make RUNTIME=something really works for all the modules now.
Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus at ximian.com>
2003-03-05 Aleksey Demakov <avd at openlinksw.com>
Mon Apr 7 16:31:34 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 8 11:37:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 8 11:41:26 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 9 15:22:18 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Apr 10 16:27:43 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Apr 10 17:43:49 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Apr 11 08:29:50 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Apr 11 13:06:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 13:50:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Apr 24 17:11:03 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fix compilation.
Add mini to the windows build, too.
Fixed warning.
Sat Apr 26 11:55:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus at ximian.com>
Missing from earlier commit:-/
Sun Apr 27 13:18:04 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sun Apr 27 13:27:59 CEST 2003 Paolo Molaro <lupus at ximian.com>
Make the debugging output off by default.
Shut up cvs (from umuff at quark.com (Urs C. Muff)).
Mon Apr 28 17:03:14 CEST 2003 Paolo Molaro <lupus at ximian.com>
Temporary workaround.
Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 29 13:24:32 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 29 13:58:16 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus at ximian.com>
-1 actually is emitted on NULL.
Tue Apr 29 16:53:56 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fix build.
Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 30 11:44:36 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 30 12:38:44 CEST 2003 Paolo Molaro <lupus at ximian.com>
Test case for bug 42135.
More tests.
Wed Apr 30 15:16:02 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Apr 30 15:33:11 CEST 2003 Paolo Molaro <lupus at ximian.com>
Documented --version.
Thu May 1 15:18:26 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 1 15:28:21 CEST 2003 Paolo Molaro <lupus at ximian.com>
More tests.
Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus at ximian.com>
Added assertion to trigger the bug in mcs.
Fri May 2 12:52:32 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 2 17:37:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 2 18:36:45 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sun May 4 11:48:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Another missing conv nop.
2003-05-05 Dietmar Maurer <dietmar at ximian.com>
duh!
Tue May 6 17:18:33 CEST 2003 Paolo Molaro <lupus at ximian.com>
Just x86 for this release.
Wed May 7 16:24:43 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 7 16:50:00 CEST 2003 Paolo Molaro <lupus at ximian.com>
Build fix for the no gc case.
Sun May 11 14:56:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Don't propagate string format and layout flags from element type to its array.
Tue May 13 15:34:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 13 16:43:18 CEST 2003 Paolo Molaro <lupus at ximian.com>
Added the mini porting guide.
Tue May 13 22:02:06 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus at ximian.com>
Added thread-static variable test.
Wed May 14 12:01:58 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 14 12:40:31 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus at ximian.com>
Object construction.
Make MonoTODO attributes internal.
I was supposed to commit this change with:
Thu May 15 11:57:42 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 15 13:04:02 CEST 2003 Paolo Molaro <lupus at ximian.com>
typo.
A wicked dwarf committed the previous patch to this file...
Thu May 15 17:17:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 15 19:16:54 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 16 13:27:23 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon May 19 09:07:45 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 20 16:02:52 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tail recursion test case.
Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 20 17:19:14 CEST 2003 Paolo Molaro <lupus at ximian.com>
Define a symbol for arch that have the jit ported.
Automake-fu to easily add more jit ports.
Don't install genmdesc.
Some PPC WIP.
Two ppc-specific instructions.
Use otool to disassemble on macosx.
Use instructions that set the carry/borrow if needed.
Function to flush the icache (empty for x86).
Wrong prototype...
Some fixes and more complete support.
Enable JIT build on PPC.
Fri May 23 15:28:32 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 23 15:30:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 23 16:08:54 CEST 2003 Paolo Molaro <lupus at ximian.com>
One more class init order test case (to test when inlining is involved).
Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon May 26 12:11:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
missing.
Mon May 26 15:21:21 CEST 2003 Paolo Molaro <lupus at ximian.com>
Missing conv.ovf.i8.
Mon May 26 20:20:13 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 27 10:33:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 27 11:33:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 27 12:18:44 CEST 2003 Paolo Molaro <lupus at ximian.com>
Farewell, mono jit,
Tue May 27 16:36:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue May 27 17:56:12 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed May 28 11:19:15 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 29 11:44:49 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 29 12:21:47 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri May 30 18:40:24 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat May 31 12:21:21 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jun 3 11:11:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jun 3 11:13:22 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jun 3 11:14:51 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fixlet.
Wed Jun 4 13:09:51 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 4 13:13:52 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 4 13:19:04 CEST 2003 Paolo Molaro <lupus at ximian.com>
Yet another exclude.
Wed Jun 4 16:59:39 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 4 19:47:57 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jun 5 12:36:34 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus at ximian.com>
Bare-bones sample loadable profiler.
Thu Jun 5 20:11:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jun 5 20:18:55 CEST 2003 Paolo Molaro <lupus at ximian.com>
duh.
Fri Jun 6 11:41:18 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jun 6 19:09:51 CEST 2003 Paolo Molaro <lupus at ximian.com>
jit/Makefile is no more.
Go back to the external libgc until this is properly tested.
Mon Jun 9 19:00:56 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus at ximian.com>
Small updates.
Mon Jun 9 20:21:47 CEST 2003 Paolo Molaro <lupus at ximian.com>
Disable included libgc completely untils it's fixed.
Disable libgc here, too.
Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jun 10 19:00:31 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 11 18:01:06 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus at ximian.com>
missing.
Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 16 18:13:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 16 18:21:26 CEST 2003 Paolo Molaro <lupus at ximian.com>
Updates and fixes.
Tue Jun 17 19:02:55 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 12:49:54 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 18:11:30 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 18:52:11 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 19:08:40 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 18 19:22:22 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus at ximian.com>
Test for bug#44294.
Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jun 25 13:19:25 CEST 2003 Paolo Molaro <lupus at ximian.com>
FP control word enum.
Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus at ximian.com>
Try to fix the mess for platforms where the included libgc doesn't compile.
Thu Jun 26 16:06:35 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jun 27 11:19:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Better error messages.
Use case insensitive compares and allow the header to appear anywhere in the file.
Added hackers TODO list.
Mon Jun 30 19:12:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Jun 30 19:16:33 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 1 11:26:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 1 11:27:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus at ximian.com>
Small doc on assembly bundles.
Tue Jul 1 13:03:43 CEST 2003 Paolo Molaro <lupus at ximian.com>
This should fix the build on platforms without JIT.
Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus at ximian.com>
Support new automake versions.
Wed Jul 2 11:08:10 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 15:23:17 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 17:28:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Jul 17 17:26:59 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 11:28:28 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 13:16:18 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 13:12:38 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 18 14:42:42 CEST 2003 Paolo Molaro <lupus at ximian.com>
Updates and fixes, mostly from Bernie Solomon <bernard at ugsolutions.com>.
Fri Jul 18 15:11:44 CEST 2003 Paolo Molaro <lupus at ximian.com>
Do not expose the classes when they are compiled inside corlib as helpers.
Disable until people fix their code...
Fri Jul 18 19:26:20 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 22 15:21:24 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus at ximian.com>
2003-07-22 Ravi Pratap <ravi at ximian.com>
Fri Jul 25 12:27:24 CEST 2003 Paolo Molaro <lupus at ximian.com>
Slightly more complex example.
Fri Jul 25 19:06:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 25 18:51:45 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Jul 25 19:25:31 CEST 2003 Paolo Molaro <lupus at ximian.com>
Compilation fixes. Still requires a memcopy implementation.
Tue Jul 29 12:13:16 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 29 12:15:13 CEST 2003 Paolo Molaro <lupus at ximian.com>
Update signature.
Tue Jul 29 12:43:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Better fix.
Wed Jul 30 17:52:41 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fix.
Fix make dist.
Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 16:47:17 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Aug 4 12:12:26 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Aug 5 12:21:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Aug 7 15:59:35 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fixed imm16 range check.
Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus at ximian.com>
Include all the sources in make dist.
Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Aug 20 12:01:36 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Aug 20 13:04:53 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Aug 20 13:14:31 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Aug 20 19:02:22 CEST 2003 Paolo Molaro <lupus at ximian.com>
Initialize tls keys to -1, since 0 is a valid key value.
Fixed (incorrect) magic number.
Thu Aug 21 19:10:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Small portability fix.
Tue Sep 9 16:33:07 CEST 2003 Paolo Molaro <lupus at ximian.com>
Fri Sep 12 10:42:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Set the thread_abort function for the main thread, too.
Tue Sep 23 10:50:27 CEST 2003 Paolo Molaro <lupus at ximian.com>
Sat Sep 27 16:17:08 CEST 2003 Paolo Molaro <lupus at ximian.com>
Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus at ximian.com>
Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus at ximian.com>
Tue Oct 21 12:01:14 CEST 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 13 16:12:09 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 13 16:14:41 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 13 16:24:29 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Nov 14 17:58:27 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Nov 14 20:52:12 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Nov 14 21:34:06 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Nov 18 16:41:37 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Nov 26 19:18:29 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Nov 26 19:59:09 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Nov 26 20:15:04 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 27 18:30:42 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 27 19:02:07 CET 2003 Paolo Molaro <lupus at ximian.com>
Thu Nov 27 21:06:37 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Nov 28 16:36:29 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Nov 28 23:03:05 CET 2003 Paolo Molaro <lupus at ximian.com>
Sun Nov 30 19:13:52 CET 2003 Paolo Molaro <lupus at ximian.com>
Another small fix.
Mon Dec 1 16:54:05 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Dec 3 15:42:27 CET 2003 Paolo Molaro <lupus at ximian.com>
Typo fix.
Wed Dec 3 17:59:10 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Dec 3 20:46:28 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Dec 9 15:39:54 CET 2003 Paolo Molaro <lupus at ximian.com>
Tue Dec 9 17:27:14 CET 2003 Paolo Molaro <lupus at ximian.com>
NUMA, SMP, RCU support (just to get SCO go crazy). Typo fix.
Fri Dec 12 10:11:49 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Dec 12 21:25:14 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Dec 13 09:45:56 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Dec 13 10:31:12 CET 2003 Paolo Molaro <lupus at ximian.com>
Sat Dec 13 17:49:10 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Dec 15 18:13:57 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Dec 17 12:27:26 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Dec 17 12:49:23 CET 2003 Paolo Molaro <lupus at ximian.com>
Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Dec 19 17:58:28 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Dec 19 21:17:16 CET 2003 Paolo Molaro <lupus at ximian.com>
Sun Dec 21 19:53:16 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Dec 22 17:18:45 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Dec 22 18:29:03 CET 2003 Paolo Molaro <lupus at ximian.com>
Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus at ximian.com>
Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 2 13:37:25 CET 2004 Paolo Molaro <lupus at ximian.com>
Codegen macros for mips.
Updated todo.
Thu Jan 8 19:56:08 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Jan 13 22:23:25 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Jan 15 16:30:24 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Jan 19 17:44:50 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Jan 19 17:52:33 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Jan 20 23:10:22 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 17:12:08 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 21:07:02 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jan 23 16:10:44 EST 2004 Paolo Molaro <lupus at ximian.com>
Workaround old automake issue.
This may work for the little fella, too.
Mon Jan 26 16:15:03 CET 2004 Paolo Molaro <lupus at ximian.com>
Wed Jan 28 14:04:58 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus at ximian.com>
Wed Feb 11 15:26:18 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Feb 17 21:45:12 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Feb 17 21:41:20 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus at ximian.com>
More tests for clt.un, cgt.un.
Fri Feb 20 11:01:44 PST 2004 Paolo Molaro <lupus at ximian.com>
Sun Feb 22 22:25:19 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Mar 4 15:46:20 PST 2004 Paolo Molaro <lupus at ximian.com>
Thu Mar 18 19:56:19 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Mar 18 19:57:56 CET 2004 Paolo Molaro <lupus at ximian.com>
Quick fix fo macosx until this code is dumped.
Wed Apr 14 12:40:54 CEST 2004 Paolo Molaro <lupus at ximian.com>
Consolidated a few rules to show the new monoburg feature.
Wed Apr 14 17:46:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Apr 14 17:59:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Apr 14 18:15:55 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus at ximian.com>
Remove meaningless call.
Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus at ximian.com>
Remove references to the docs which were moved to another dir.
Mon Apr 19 19:39:47 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Apr 21 16:20:32 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Apr 21 16:38:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Apr 21 12:27:48 EDT 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 22 16:10:31 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 22 18:08:37 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 22 13:23:16 EDT 2004 Paolo Molaro <lupus at ximian.com>
Fri Apr 23 11:04:33 EDT 2004 Paolo Molaro <lupus at ximian.com>
Fri Apr 23 14:20:40 EDT 2004 Paolo Molaro <lupus at ximian.com>
Tue Apr 27 12:15:59 CEST 2004 Paolo Molaro <lupus at ximian.com>
Properly return != 0 on error.
Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 29 12:06:51 CEST 2004 Paolo Molaro <lupus at ximian.com>
Ooops, wrong extension.
Thu Apr 29 13:50:51 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 29 16:47:15 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 29 18:26:56 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 29 18:52:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Apr 29 20:15:41 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fix stmw opcode with signed offsets.
Fri Apr 30 15:54:26 EDT 2004 Paolo Molaro <lupus at ximian.com>
Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus at ximian.com>
Enable JIT by default, add flags for GC thread support.
Output first to a temp file, in case jay fails.
Use EXTRA_DIST, the dist_ hack is not compatible with automake 1.4.
Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 3 22:58:51 CEST 2004 Paolo Molaro <lupus at ximian.com>
This may help with threads in FreeBSD.
Fix Miguel's last minute breakage.
Add inssel.h to the sources.
Fri May 7 13:25:50 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fix macros.
Mon May 10 17:21:00 CEST 2004 Paolo Molaro <lupus at ximian.com>
Prettify and include s390 sources.
Tue May 11 12:02:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue May 11 12:15:24 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue May 11 13:59:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue May 11 16:00:38 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue May 18 11:05:18 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed May 19 13:22:19 EDT 2004 Paolo Molaro <lupus at ximian.com>
Fri May 21 07:35:30 EDT 2004 Paolo Molaro <lupus at ximian.com>
Fri May 21 08:00:12 EDT 2004 Paolo Molaro <lupus at ximian.com>
More encoding fixes.
Mon May 24 11:13:46 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 24 12:49:45 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 24 18:21:51 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue May 25 12:46:50 CEST 2004 Paolo Molaro <lupus at ximian.com>
More tests for div, rem.
Tue May 25 14:33:56 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus at ximian.com>
Forgot in previous commit.
Sat May 29 10:45:58 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon May 31 19:41:46 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sat Jun 5 16:32:33 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 8 15:36:30 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 8 16:37:15 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus at ximian.com>
Improved vararg test.
Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 10 16:06:42 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jun 11 11:58:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Playing "fix the build after gert's changes" game.
Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sun Jun 13 15:59:38 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sun Jun 13 17:25:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 14 18:36:08 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 15 15:15:44 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 15 16:36:51 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Updates for API cleanups.
Updates fro API cleanups.
Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus at ximian.com>
API cleanup fixes.
Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jun 18 13:46:05 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fix windows build.
Document function remapping, too.
Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus at ximian.com>
Test with metadata-related API sample usage.
Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 21 14:06:03 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus at ximian.com>
More embedding samples.
More tests for runtime_invoke ().
Mon Jun 21 19:03:18 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 21 19:26:40 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jun 22 21:29:11 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 23 14:20:47 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 23 15:40:48 CEST 2004 Paolo Molaro <lupus at ximian.com>
Enable alpha and hppa/linux builds, though they probably need more work.
Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 23 23:29:04 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 24 15:33:04 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus at ximian.com>
Add prototype for encode_constant().
Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jun 28 18:05:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 17:06:43 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus at ximian.com>
Rewrote to explain how things are done and why.
New regalloc design.
Switch to precise GC design document.
Updates.
Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <lupus at ximian.com>
Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jul 12 17:47:00 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Jul 12 20:25:57 CEST 2004 Paolo Molaro <lupus at ximian.com>
Put the MONO_GC_REGISTER_ROOT macro in the right spot.
Wed Jul 14 19:08:41 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Jul 14 19:28:57 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jul 30 15:49:26 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Aug 2 11:59:35 PDT 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 01:35:44 PDT 2004 Paolo Molaro <lupus at ximian.com>
Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 11:17:07 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 11:19:07 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 11:20:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 16:40:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Aug 9 13:24:09 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus at ximian.com>
Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus at ximian.com>
Missing from commit.
Detect old compilers.
Handle old compilers in array init.
Don't require config.h.in changes.
Link with all the needed libs.
Tue Aug 10 16:18:22 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Aug 10 19:23:47 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Aug 19 17:26:55 CEST 2004 Paolo Molaro <lupus at ximian.com>
Compile fixes.
Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus at ximian.com>
Unbork compilation fix.
Mon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus at ximian.com>
Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus at ximian.com>
Thu Sep 9 01:43:53 PDT 2004 Paolo Molaro <lupus at ximian.com>
Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus at ximian.com>
Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus at ximian.com>
Thu Sep 9 20:57:53 CEST 2004 Paolo Molaro <lupus at ximian.com>
Some docs.
Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Sep 22 19:03:20 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Sep 22 19:06:02 CEST 2004 Paolo Molaro <lupus at ximian.com>
Fixed some code style issues.
Enforce inline limit.
Wed Oct 6 12:37:54 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Wed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus at ximian.com>
Tue Nov 9 17:29:28 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Nov 9 17:28:48 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Nov 9 17:30:20 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Nov 11 20:17:17 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Nov 12 17:56:26 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Nov 15 11:53:46 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Nov 19 14:54:07 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Nov 19 17:29:22 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Nov 19 17:34:21 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 6 13:31:48 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 6 15:00:53 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 10:06:39 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 10:14:25 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 10:43:31 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 11:44:39 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 7 17:53:01 CET 2004 Paolo Molaro <lupus at ximian.com>
Remove printf.
Fri Dec 10 18:09:22 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus at ximian.com>
Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 13 17:11:37 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus at ximian.com>
Add a target to build a selection of locales and a bit of docs.
Wed Dec 15 11:34:13 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 20 11:58:33 CET 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus at ximian.com>
Typo fix.
Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus at ximian.com>
swapped :(
Mon Dec 20 10:58:28 EST 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 20 11:08:06 EST 2004 Paolo Molaro <lupus at ximian.com>
Mon Dec 20 12:19:40 EST 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus at ximian.com>
Tue Dec 21 17:43:06 CET 2004 Paolo Molaro <lupus at ximian.com>
Thu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus at ximian.com>
Check for backtrace_symbols.
Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Jan 5 16:40:18 CET 2005 Paolo Molaro <lupus at ximian.com>
Handle older versions of glib.
Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 10 05:20:49 EST 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus at ximian.com>
Add a Makefile to run the tests and make the tests actually useful.
Added check for linux/rtc.h.
Mon Jan 10 17:54:16 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 10 18:53:05 CET 2005 Paolo Molaro <lupus at ximian.com>
Moved and integrated the exiting threads.
Mon Jan 10 20:30:19 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus at ximian.comt>
Clarify doc.
Cleanup examples (removed extra thread execution).
Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Jan 13 18:15:32 CET 2005 Paolo Molaro <lupus at ximian.com>
Don't require the new glib.
Sun Jan 16 12:19:35 CET 2005 Paolo Molaro <lupus at ximian.com>
Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 16:16:23 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Jan 18 11:19:47 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Jan 20 12:00:45 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus at ximian.com>
disable for now.
Sat Jan 22 09:35:19 EST 2005 Paolo Molaro <lupus at ximian.com>
Sat Jan 22 13:41:51 EST 2005 Paolo Molaro <lupus at ximian.com>
Sun Jan 23 16:16:48 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 24 16:39:42 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Jan 27 13:38:34 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Jan 28 18:28:26 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Jan 29 12:48:03 CET 2005 Paolo Molaro <lupus at ximian.com>
Unbreak the build.
Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus at ximian.com>
Always assume 8-byte alignment for hash code purpouse.
Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus at ximian.com>
Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 1 11:44:01 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 1 11:45:19 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 1 15:52:26 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 2 15:43:58 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 2 16:37:13 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 2 16:53:59 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 3 15:15:25 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 3 15:22:55 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 4 15:46:04 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus at ximian.com>
Sun Feb 6 07:10:12 EST 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 18:21:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 18:28:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 8 19:26:47 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 10 15:49:44 CET 2005 Paolo Molaro <lupus at ximian.com>
Prepare metadata cleanup.
Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus at ximian.com>
Added test for bug#72494.
Fri Feb 11 18:47:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Fix arg to invalidated_delegate_trampoline.
Link the utils against libmono.
Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus at ximian.com>
Should fix the cygwin build.
more c*****y windows issues.
another try.
Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 15 18:19:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 16 16:20:56 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 16 22:30:54 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 17 19:57:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Added test case.
Fri Feb 18 16:00:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 18 17:37:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus at ximian.com>
Missing const bit.
Added some stress tests and test driver for them.
Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Feb 21 16:52:20 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Feb 21 17:14:34 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 24 15:16:18 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 24 15:18:05 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Feb 24 15:22:30 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 25 14:54:19 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus at ximian.com>
Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus at ximian.com>
Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus at ximian.com>
Fixes.
Updates.
Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 1 18:35:27 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus at ximian.com>
Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Mar 16 18:11:47 CET 2005 Paolo Molaro <lupus at ximian.com>
Added powerpc-*-linux to allow the default options to work with a ppc NPTL system.
Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 22 16:28:48 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 22 19:03:17 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Mar 23 14:29:49 CET 2005 Paolo Molaro <lupus at ximian.com>
Fix bug introduced by martin's change.
Tue Mar 29 11:43:01 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Mar 29 11:47:19 CEST 2005 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Wed Apr 13 13:12:33 EDT 2005 Paolo Molaro <lupus at ximian.com>
Remove kangaroo's hack.
Fix compilation with __thread support on ppc.
Mon Apr 18 16:20:32 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Apr 19 16:25:47 CEST 2005 Paolo Molaro <lupus at ximian.com>
Update thread_hash hash/equals functions to operate on plain ints.
Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fix some IsPathRooted tests.
Wed Apr 20 18:05:41 CEST 2005 Paolo Molaro <lupus at ximian.com>
Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue May 3 16:28:26 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu May 5 16:24:43 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu May 5 17:14:27 CEST 2005 Paolo Molaro <lupus at ximian.com>
Mon May 9 16:29:43 CEST 2005 Paolo Molaro <lupus at ximian.com>
Mon May 16 18:23:49 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue May 17 10:54:18 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fixed bug number.
2005-06-06 Michael Meeks <michael.meeks at novell.com>
Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu Jul 7 11:59:42 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu Jul 7 12:15:22 CEST 2005 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Thu Jul 7 12:35:20 EDT 2005 Paolo Molaro <lupus at ximian.com>
Thu Jul 7 19:12:23 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus at ximian.com>
Wed Jul 20 18:01:54 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Jul 20 18:05:19 BST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 1 16:49:45 CEST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 1 18:37:38 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Aug 4 19:42:54 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Aug 4 19:47:24 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Aug 4 19:55:33 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Aug 4 20:06:28 BST 2005 Paolo Molaro <lupus at ximian.com>
Uncommitted fixes.
Thu Aug 4 20:09:40 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Aug 10 17:15:52 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu Aug 18 18:08:54 CEST 2005 Paolo Molaro <lupus at ximian.com>
Sat Aug 20 16:51:44 BST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 22 10:41:41 BST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 22 17:49:16 BST 2005 Paolo Molaro <lupus at ximian.com>
Mon Aug 22 19:16:29 BST 2005 Paolo Molaro <lupus at ximian.com>
Tue Aug 23 15:11:44 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Aug 23 16:53:21 BST 2005 Paolo Molaro <lupus at ximian.com>
Tue Aug 23 21:38:50 CEST 2005 Paolo Molaro <lupus at ximian.com>
Wed Aug 24 19:39:36 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Aug 26 11:09:28 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Aug 31 17:29:32 CEST 2005 Paolo Molaro <lupus at ximian.com>
Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus at ximian.com>
Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus at ximian.com>
Thu Sep 1 10:22:44 EDT 2005 Paolo Molaro <lupus at ximian.com>
Test for bug #75940.
Thu Sep 1 21:05:26 BST 2005 Paolo Molaro <lupus at ximian.com>
Mon Sep 5 18:08:09 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Sep 6 22:51:08 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Sep 7 17:14:26 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Sep 7 21:23:18 BST 2005 Paolo Molaro <lupus at ximian.com>
Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Sep 8 11:28:45 BST 2005 Paolo Molaro <lupus at ximian.com>
Thu Sep 8 14:53:45 BST 2005 Paolo Molaro <lupus at ximian.com>
ooops.
Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 9 09:49:14 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Fix more of zoltan's build breakers.
Better regex for arm.
Better arm regex.
Fri Sep 9 19:30:37 BST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Another compilation fix.
Tue Sep 27 09:32:11 EDT 2005 Paolo Molaro <lupus at ximian.com>
Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus at ximian.com>
Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 30 11:37:51 EDT 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 30 19:10:29 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Sep 30 20:07:20 CEST 2005 Paolo Molaro <lupus at ximian.com>
Backport ARM fix.
Wed Sep 28 17:12:48 CEST 2005 Paolo Molaro <lupus at ximian.com>
Tue Oct 4 20:23:25 CEST 2005 Paolo Molaro <lupus at ximian.com>
Fri Nov 4 12:34:15 GMT 2005 Paolo Molaro <lupus at ximian.com>
Mon Nov 7 16:13:21 CET 2005 Paolo Molaro <lupus at ximian.com>
Tue Nov 8 11:28:20 GMT 2005 Paolo Molaro <lupus at ximian.com>
Tue Nov 29 05:38:37 EST 2005 Paolo Molaro <lupus at ximian.com>
Tue Nov 29 05:41:34 EST 2005 Paolo Molaro <lupus at ximian.com>
Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus at ximian.com>
Wed Nov 30 12:14:20 EST 2005 Paolo Molaro <lupus at ximian.com>
Wed Nov 30 19:09:50 CET 2005 Paolo Molaro <lupus at ximian.com>
Disable on ppc the same tests as on x86.
Thu Dec 1 12:59:40 EST 2005 Paolo Molaro <lupus at ximian.com>
Thu Dec 1 13:01:54 EST 2005 Paolo Molaro <lupus at ximian.com>
Revert -lcrypt until it's fixed.
Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus at ximian.com>
Mon Dec 5 15:13:26 CET 2005 Paolo Molaro <lupus at ximian.com>
Mon Dec 5 15:14:59 CET 2005 Paolo Molaro <lupus at ximian.com>
Support old mcs.
Tue Dec 13 11:41:49 GMT 2005 Paolo Molaro <lupus at ximian.com>
Avoid lvalue pointer casts.
Patches from the Suse autobuild.
Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 12:34:06 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 18:20:48 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 18:22:54 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 18:24:00 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 24 18:57:46 CET 2006 Paolo Molaro <lupus at ximian.com>
Remove test checks.
Fri Jan 27 20:39:48 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Jan 27 21:11:08 CET 2006 Paolo Molaro <lupus at ximian.com>
Typo.
Twice:-(
Mon Jan 30 12:51:10 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 31 13:37:02 CET 2006 Paolo Molaro <lupus at ximian.com>
Small compilation fix.
Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 1 18:23:55 CET 2006 Paolo Molaro <lupus at ximian.com>
Warning fixes.
Fri Feb 3 11:01:46 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Feb 3 18:51:35 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Feb 6 09:01:24 EST 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 8 19:33:17 CET 2006 Paolo Molaro <lupus at ximian.com>
Missing check.
Thu Feb 9 16:20:55 CET 2006 Paolo Molaro <lupus at ximian.com>
More pthread function checks.
Thu Feb 9 16:24:44 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus at ximian.com>
Missing brace.
Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Feb 17 16:12:52 CET 2006 Paolo Molaro <lupus at ximian.com>
Fix compilation.
Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Feb 17 19:47:29 CET 2006 Paolo Molaro <lupus at ximian.com>
Updates.
Mon Feb 20 10:37:57 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Feb 20 11:19:54 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Added helper file.
Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 21 19:56:55 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 22 10:31:25 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 22 15:11:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Feb 22 19:38:40 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Feb 23 10:29:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Feb 23 13:45:46 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Feb 23 18:47:20 GMT 2006 Paolo Molaro <lupus at ximian.com>
Fri Feb 24 18:17:52 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 11:54:49 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 11:53:30 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 11:58:16 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 12:01:22 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 14:19:31 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 16:04:33 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 16:03:16 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 17:06:48 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 17:07:42 CET 2006 Paolo Molaro <lupus at ximian.com>
Compilation fix.
Sat Feb 25 17:39:21 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Feb 27 17:12:40 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Feb 27 18:58:19 GMT 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 28 11:33:40 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 28 13:58:50 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 28 14:16:25 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 12:18:51 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 12:28:04 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 12:33:26 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 12:37:43 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 15:55:25 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus at ximian.com>
More missing internal flags.
Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Mar 10 18:21:41 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus at ximian.com>
Sat Mar 11 20:15:59 CET 2006 Paolo Molaro <lupus at ximian.com>
Sun Mar 12 16:18:04 CET 2006 Paolo Molaro <lupus at ximian.com>
Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus at ximian.com>
Sun Mar 12 16:23:11 CET 2006 Paolo Molaro <lupus at ximian.com>
Sun Mar 12 17:31:22 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 14 20:23:53 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 15 16:30:51 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 15 16:35:49 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 15 16:35:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Mar 16 17:27:46 CET 2006 Paolo Molaro <lupus at ximian.com>
Added sample valgrind suppression file.
Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Mar 20 14:50:35 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Mar 20 18:56:21 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 21 15:59:57 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 21 16:01:26 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Completed fix from Bryan Berg.
Wed Mar 22 18:25:18 CET 2006 Paolo Molaro <lupus at ximian.com>
Compilation fix after Zoltan's changes.
Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus at ximian.com>
Updates to the profiler section.
Fixed compilation after Zoltan's breakage.
Fri Mar 24 20:07:19 CET 2006 Paolo Molaro <lupus at ximian.com>
magic file(1) patch.
Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus at ximian.com>
Missing changelog entry.
Wed Mar 29 16:39:14 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus at ximian.com>
Some updates to the GC selection.
Wed Mar 29 17:16:57 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 18:29:55 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Mar 29 20:51:14 CEST 2006 Paolo Molaro <lupus at ximian.com>
Updated for --wapi option.
Spelling fixes.
Wed, 29 Mar 2006 20:54:05 +0200 Paolo Molaro <lupus at ximian.com>
Wed Apr 5 16:40:33 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Apr 10 12:28:05 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Apr 10 14:39:49 CEST 2006 Paolo Molaro <lupus at ximian.com>
Test case.
Wed May 17 18:07:33 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed May 17 19:00:15 CEST 2006 Paolo Molaro <lupus at ximian.com>
Sun May 21 12:22:29 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:17:51 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue May 23 13:47:28 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fixed windows build.
Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon May 29 18:49:47 CEST 2006 Paolo Molaro <lupus at ximian.com>
Enable sgen GC selection.
Precise GC doc updates.
Thu Jun 15 16:52:46 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Jun 15 16:59:36 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fri Aug 18 19:38:28 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Aug 22 17:16:53 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Aug 23 19:24:00 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 11 11:31:10 BST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus at ximian.com>
Enable code.
Mon Sep 11 13:10:12 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 11 13:18:55 CEST 2006 Paolo Molaro <lupus at ximian.com>
Added declsec.c, should fix VS build.
Tue Sep 12 13:09:56 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus at ximian.com>
Documentation updates.
Document and warn about the libzlib dependency.
Tue Sep 19 17:53:40 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus at ximian.com>
Updated documentation.
Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus at ximian.com>
Small doc updates.
Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 21 12:10:56 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 21 19:06:09 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 25 11:05:24 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus at ximian.com>
Documentation updates.
Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fix for last millennium compilers.
Tue Sep 26 11:57:26 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Sep 26 14:02:58 CEST 2006 Paolo Molaro <lupus at ximian.com>
Wed Sep 27 15:07:08 CEST 2006 Paolo Molaro <lupus at ximian.com>
Flag as extern.
Fix the build.
Thu Sep 28 15:37:51 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 28 15:36:07 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 28 16:31:32 CEST 2006 Paolo Molaro <lupus at ximian.com>
Thu Sep 28 16:40:07 CEST 2006 Paolo Molaro <lupus at ximian.com>
Sat Sep 30 12:11:56 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 3 16:33:08 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fri Oct 6 16:01:38 CEST 2006 Paolo Molaro <lupus at ximian.com>
Fixed the build.
Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus at ximian.com>
fixed the build.
Mon Oct 9 12:59:16 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 15:52:45 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 15:58:18 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 16:08:51 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 17:06:41 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 09:53:07 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 11:35:20 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 10 16:58:37 CEST 2006 Paolo Molaro <lupus at ximian.com>
Add osx specific entry for iODBC lib.
Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus at ximian.com>
Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus at ximian.com>
Test case for bug #77788.
Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 7 11:27:26 CET 2006 Paolo Molaro <lupus at ximian.com>
Test case for bug #79744.
Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 7 18:17:52 GMT 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 7 19:45:51 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 8 16:40:02 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 9 16:56:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Remove debugging assert.
Fri Nov 10 18:38:15 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Nov 10 19:18:32 CET 2006 Paolo Molaro <lupus at ximian.com>
Typo fixes.
Mon Nov 13 15:54:38 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 15 16:34:03 CET 2006 Paolo Molaro <lupus at ximian.com>
More tests.
Wed Nov 15 16:56:53 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 15 17:00:27 CET 2006 Paolo Molaro <lupus at ximian.com>
mips configure support.
Wed Nov 15 18:45:47 GMT 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 16 12:42:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 16 12:59:50 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 16 14:07:18 CET 2006 Paolo Molaro <lupus at ximian.com>
Test for bug #79871.
Mon Nov 20 17:36:45 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 20 17:37:58 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 20 19:40:11 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 22 11:04:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus at ximian.com>
Test case for bug #79980.
Fri Nov 24 18:38:31 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 27 13:12:17 GMT 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 27 15:13:41 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 27 16:03:58 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Nov 27 19:34:16 CET 2006 Paolo Molaro <lupus at ximian.com>
Typo, thanks to jchambers for noticing.
Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 28 20:04:34 GMT 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 28 19:45:44 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Nov 28 21:24:55 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 29 11:33:03 CET 2006 Paolo Molaro <lupus at ximian.com>
Updated for --runtime option.
Wed Nov 29 20:28:17 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 5 17:54:50 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 11 10:23:18 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 11 11:40:06 CET 2006 Paolo Molaro <lupus at ximian.com>
Added mmap and madvise checks.
Mon Dec 11 15:08:27 CET 2006 Paolo Molaro <lupus at ximian.com>
Added utils/mono-mmap.c/h.
Mon Dec 11 17:24:49 CET 2006 Paolo Molaro <lupus at ximian.com>
Removed mono_debugger_create_notification_function() from here.
Mon Dec 11 19:08:33 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 11 19:22:35 CET 2006 Paolo Molaro <lupus at ximian.com>
Fixed prototypes.
Tue Dec 12 16:28:15 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 12 17:01:38 CET 2006 Paolo Molaro <lupus at ximian.com>
Test for bug #80235.
Mention aclocal/pkg-config misconfiguration.
Tue Dec 12 19:19:04 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 12 19:23:34 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 12 19:45:26 CET 2006 Paolo Molaro <lupus at ximian.com>
Test for .other event method handling.
Tue Dec 12 20:35:10 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 13 12:04:02 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 13 17:21:40 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 12:52:27 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 13:50:48 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 15:22:43 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 20:24:09 CET 2006 Paolo Molaro <lupus at ximian.com>
Thu Dec 14 21:42:39 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 18 14:54:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 18 15:28:49 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus at ximian.com>
More fixing.
Initialize argv.
Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 18 18:19:50 CET 2006 Paolo Molaro <lupus at ximian.com>
Mon Dec 18 18:59:08 CET 2006 Paolo Molaro <lupus at ximian.com>
Missed.
Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus at ximian.com>
Terminate string.
Mon Dec 18 19:47:17 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 19 15:31:39 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Dec 19 19:17:06 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 20 18:26:36 CET 2006 Paolo Molaro <lupus at ximian.com>
Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus at ximian.com>
Got the real name now.
Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Dec 22 19:42:56 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus at ximian.com>
Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus at ximian.com>
Tue Jan 9 12:36:11 CET 2007 Paolo Molaro <lupus at ximian.com>
Added test case for bug #80469.
Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug#80263.
Wed Jan 10 18:33:16 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 10 19:08:05 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 10 19:49:33 CET 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug #80489.
Thu Jan 11 11:16:42 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus at ximian.com>
Added.
Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus at ximian.com>
Added mono-dl.{ch}.
Mon Jan 15 18:57:14 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 11:28:45 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 12:42:40 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 13:14:31 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 19:54:44 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 16 20:01:01 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug #80487.
Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 17 17:26:08 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 17 19:22:34 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Jan 18 11:50:13 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Jan 18 16:52:56 CET 2007 Paolo Molaro <lupus at ximian.com>
test case for bug #78431.
Test case for runtime bug 79956.
Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #79215.
Thu Jan 18 17:55:22 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 19 17:23:32 CET 2007 Paolo Molaro <lupus at ximian.com>
Sat Jan 20 16:59:01 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 22 11:15:26 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 23 17:19:13 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 23 17:43:50 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 23 17:45:07 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus at ximian.com>
Fixed endianess issues in mono_test_byvalstr_check_unicode().
Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus at ximian.com>
Fix the build...
Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus at ximian.com>
Fixed s390* build...
Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Jan 24 21:00:40 CET 2007 Paolo Molaro <lupus at ximian.com>
Avoid declaration warning.
Wed Jan 24 23:20:17 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus at ximian.com>
Test for the arm encoding bug.
Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 12:30:22 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 12:37:14 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 13:06:57 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Jan 26 12:48:39 CET 2007 Paolo Molaro <lupus at ximian.com>
Don't link to gmodule anymore.
Fri Jan 26 18:31:45 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 29 12:04:38 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 29 12:14:34 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Jan 29 16:51:33 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Jan 30 16:33:33 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Feb 1 12:29:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Feb 1 14:02:09 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Feb 6 12:23:50 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Feb 6 19:03:19 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Feb 12 11:54:16 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Feb 12 15:50:24 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Feb 12 21:54:57 CET 2007 Paolo Molaro <lupus at ximian.com>
Test case for bugs #80724 and #79717.
Wed Feb 14 19:45:56 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Feb 20 11:33:28 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus at ximian.com>
Updated docs for dllmap case-insensitive change handling.
Allow case-insensitive matching of windows dll names.
Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Mar 8 19:36:13 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Mar 8 19:42:17 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Mar 9 18:57:47 CET 2007 Paolo Molaro <lupus at ximian.com>
Mon Mar 12 17:07:32 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Mar 14 21:00:19 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Mar 15 10:17:54 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Mar 15 13:47:59 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus at ximian.com>
Saved buffer.
Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Mar 23 16:52:06 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Apr 11 15:40:55 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus at ximian.com>
Thu Apr 19 16:28:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Corrected names.
Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Apr 19 16:47:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue May 8 13:04:35 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jun 4 11:29:43 CEST 2007 Paolo Molaro <lupus at ximian.com>
Exclude i8 for now.
Mon Jun 4 14:52:17 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jun 5 17:40:04 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jun 13 19:13:23 CEST 2007 Paolo Molaro <lupus at ximian.com>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-14 Randolph Chung <tausq at debian.org>
2007-06-13 Randolph Chung <tausq at debian.org>
2007-06-14 Randolph Chung <tausq at debian.org>
Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Jun 14 12:42:04 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus at ximian.com>
Added check for sched_setaffinity().
Added documentation about MONO_NO_SMP.
Thu Jun 21 19:24:03 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Jun 22 09:17:08 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 3 19:42:16 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #81997.
Wed Jul 4 15:29:07 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 4 15:30:36 CEST 2007 Paolo Molaro <lupus at ximian.com>
Update for sse2 opt flag.
Wed Jul 4 17:46:19 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Jul 5 20:12:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 9 13:04:37 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 9 17:26:47 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 10 13:07:24 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 10 17:33:12 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 10 17:50:58 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 12:41:32 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 11 14:54:39 CEST 2007 Paolo Molaro <lupus at ximian.com>
Documentation on the arch-specific IMT code.
Wed Jul 11 18:21:30 CEST 2007 Paolo Molaro <lupus at ximian.com>
Disable IMT for now.
Thu Jul 12 12:18:22 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Jul 13 11:19:28 CEST 2007 Paolo Molaro <lupus at ximian.com>
If a test doesn't finish in 2 minutes, consider it faulty.
Fri Jul 13 12:46:15 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 16 19:31:21 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 16 19:45:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 23 09:29:34 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 23 10:29:29 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 23 10:40:35 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus at ximian.com>
2007-07-17 Jb Evain <jbevain at novell.com>
Tue Jul 24 21:16:17 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Jul 26 20:12:12 CEST 2007 Paolo Molaro <lupus at ximian.com>
file is missing, fixed build.
Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 11:31:24 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 11:50:06 CEST 2007 Paolo Molaro <lupus at ximian.com>
Clarify.
Mon Jul 30 17:29:56 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 17:33:02 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 17:38:13 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 17:43:13 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Jul 30 17:59:04 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Jul 31 17:34:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Aug 2 17:36:22 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug #82281.
Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 12:34:36 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 12:36:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 12:41:09 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 20 15:23:01 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fixed the build...
Tue Aug 21 16:40:04 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Aug 21 20:08:09 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fixed the g_strsplit call...
Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 18:26:20 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Aug 30 14:50:53 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Aug 30 16:17:23 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test for bug#82614.
Thu Sep 6 12:42:14 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #82635.
Thu Sep 6 19:49:34 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus at ximian.com>
Don't bother checking for vfp, as the compiler may be able to compile it, but
Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Sep 10 15:03:06 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 15:09:01 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 16:14:16 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus at ximian.com>
Enable on amd64, too.
workaround for gcc bug showing up on the buildbot.
Wed Sep 12 15:15:47 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 14 12:53:13 CEST 2007 Paolo Molaro <lupus at ximian.com>
Cleanup old icalls.
Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 14 19:06:02 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus at ximian.com>
Disable managed string alloc on amd64 for now.
Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus at ximian.com>
2007-09-18 Andreas Faerber <andreas.faerber at web.de>
Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Sep 24 16:15:47 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Sep 24 17:14:05 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug#325444.
Tue Sep 25 18:03:37 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 1 14:36:50 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 1 14:44:19 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 1 15:00:27 CEST 2007 Paolo Molaro <lupus at ximian.com>
Define only on IMT systems.
typo fixes + new feature description.
Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 3 17:11:38 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Oct 4 12:35:27 CEST 2007 Paolo Molaro <lupus at ximian.com>
Patch from Tor Lillqvist <tlillqvist at novell.com> to add a sysconfdir variable.
Thu Oct 4 14:43:49 CEST 2007 Paolo Molaro <lupus at ximian.com>
Add Add powerpc-*-netbsd* from Magnus Henoch <mange at freemail.hu>.
Thu Oct 4 16:38:27 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Oct 4 19:01:59 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Oct 4 22:04:49 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug #325495.
Use a working ARM membar.
Fri Oct 5 00:01:05 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 5 18:08:30 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 5 18:28:11 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus at ximian.com>
Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Sat Oct 6 10:35:25 CEST 2007 Paolo Molaro <lupus at ximian.com>
More IMT doc updates.
Mon Oct 8 09:29:15 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 10:04:40 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 10:21:47 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 10:51:29 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 11:47:44 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 12:06:33 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 14:25:39 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 8 10:55:38 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Oct 9 09:47:51 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Oct 9 21:01:03 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 10 10:49:28 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 10 13:05:46 CEST 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 10 19:44:42 CEST 2007 Paolo Molaro <lupus at ximian.com>
Typo.
Thu Oct 11 18:04:29 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus at ximian.com>
Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 12 08:11:50 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test case for synchronied methods in value types.
Limit the check to instance methods.
Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 09:50:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 10:35:12 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 10:37:15 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 10:39:26 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 10:41:27 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 15 11:18:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Tue Oct 16 12:14:43 CEST 2007 Paolo Molaro <lupus at ximian.com>
Timer test cases from Rafael Ferreira (raf at ophion.org).
Tue Oct 16 17:22:15 CEST 2007 Paolo Molaro <lupus at ximian.com>
Relax the success criteria for a timing-dependent test.
Wed Oct 17 13:24:33 CEST 2007 Paolo Molaro <lupus at ximian.com>
More time-dependent fixing.
Tue Oct 23 17:07:52 CEST 2007 Paolo Molaro <lupus at ximian.com>
Test case for bug #335601.
Thu Oct 25 23:06:58 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 26 19:43:09 CEST 2007 Paolo Molaro <lupus at ximian.com>
Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus at ximian.com>
Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus at ximian.com>
Fix for the build breakage.
Wed Oct 31 19:29:30 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 31 19:53:33 CET 2007 Paolo Molaro <lupus at ximian.com>
Wed Oct 31 20:23:14 CET 2007 Paolo Molaro <lupus at ximian.com>
Fixed build breakage.
Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #339013.
2007-09-14 Jb Evain <jbevain at novell.com>
www.go-mono.com changed ip address.
Thu Nov 15 14:20:21 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus at ximian.com>
Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #341112.
Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus at ximian.com>
Fri Dec 7 22:08:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Test for bug #342507.
Clarify that MONO_GENERIC_SHARING is completely unsupported
Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus at ximian.com>
Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus at ximian.com>
Fix the build.
Mon Jan 14 12:33:06 CET 2008 David S. Miller <davem at davemloft.net>
Tue Feb 12 19:16:49 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Feb 13 13:18:12 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 17:11:10 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Feb 14 19:03:00 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Feb 22 11:23:53 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 15:43:26 CET 2008 Paolo Molaro <lupus at ximian.com>
Hopefully force the pickup of librt.
Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 17:50:17 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 17:51:58 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Feb 26 18:37:13 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Feb 27 20:00:04 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Feb 28 19:52:30 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus at ximian.com>
Test for bug #366445.
Wed Mar 5 19:39:01 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus at ximian.com>
Update to test store as well.
Mon Mar 10 11:59:34 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 11 14:29:22 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Mar 12 20:06:07 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Mar 12 20:09:09 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Mar 13 16:24:53 CET 2008 Paolo Molaro <lupus at ximian.com>
Portability fix.
Uncorrupt key.
Thu Mar 13 22:32:24 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Mar 13 22:33:36 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Mar 14 09:29:29 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Mar 14 09:31:59 CET 2008 Paolo Molaro <lupus at ximian.com>
This POS doesn't seem to behave like the rest of the build.
Tue Mar 18 11:50:14 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 18 12:39:27 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Mar 18 20:18:02 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Jun 3 13:07:03 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 15:48:53 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 16:09:31 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 16:30:37 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 18:46:42 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 9 15:19:48 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 16 16:39:16 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 16 21:02:59 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 16 21:07:11 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Sep 17 11:48:00 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Sep 18 18:14:25 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Sep 18 18:16:45 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 23 15:28:29 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Sep 23 15:31:45 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Sep 24 16:01:49 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Sep 26 16:34:37 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Sep 26 16:46:23 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Sep 26 17:00:46 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Oct 3 16:03:22 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Oct 3 23:08:06 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 6 09:46:09 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 6 11:04:38 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 6 15:12:25 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus at ximian.com>
Add a bit of explanation about the double use of HashCode.
Remove the declaration, too.
Tue Oct 7 19:59:07 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Oct 8 16:35:43 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus at ximian.com>
Test case for bug#433908.
Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus at ximian.com>
Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 10:58:10 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus at ximian.com>
Get rid of obsolete files.
Mon Oct 13 11:11:43 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus at ximian.com>
Blind file add.
Mon Oct 13 11:26:19 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 14:36:10 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 14:39:52 CEST 2008 Paolo Molaro <lupus at ximian.com>
Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fixed the tests checking for PlatformID.
Mon Oct 13 16:40:56 CEST 2008 Paolo Molaro <lupus at ximian.com>
Changes to follow PlatformID corlib changes.
Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus at ximian.com>
Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus at ximian.com>
Fix missing break.
Fri Oct 17 15:23:00 CEST 2008 Paolo Molaro <lupus at ximian.com>
Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Oct 22 16:45:20 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Oct 22 17:43:03 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus at ximian.com>
Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus at ximian.com>
compilation fix.
Mon Nov 3 16:39:37 CET 2008 Paolo Molaro <lupus at ximian.com>
Test for bug #440819.
Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus at ximian.com>
Wed Nov 5 16:28:53 CET 2008 Paolo Molaro <lupus at ximian.com>
Remove reduntant check.
Mon Nov 10 17:27:01 CET 2008 Paolo Molaro <lupus at ximian.com>
Mon Nov 10 17:37:08 CET 2008 Paolo Molaro <lupus at ximian.com>
Mon Nov 10 17:38:41 CET 2008 Paolo Molaro <lupus at ximian.com>
Tue Nov 11 18:56:33 CET 2008 Paolo Molaro <lupus at ximian.com>
Added more header checks.
Tue Nov 11 19:30:50 CET 2008 Paolo Molaro <lupus at ximian.com>
More headers checks.
Fix for mingw.
Fri Nov 14 12:56:27 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Nov 14 15:39:50 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Nov 14 15:54:18 CET 2008 Paolo Molaro <lupus at ximian.com>
Build fix.
Header checks.
Remove monoburg, it's not used anymore.
Wed Nov 19 18:27:41 CET 2008 Paolo Molaro <lupus at ximian.com>
Fri Nov 21 12:52:23 CET 2008 Paolo Molaro <lupus at ximian.com>
Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus at ximian.com>
A stupid test case requires a badimage exception.
Fri Jan 16 15:21:21 CET 2009 Paolo Molaro <lupus at ximian.com>
Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus at ximian.com>
Mon Apr 6 14:09:53 CEST 2009 Paolo Molaro <lupus at ximian.com>
Mon Apr 6 14:12:10 CEST 2009 Paolo Molaro <lupus at ximian.com>
Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro <lupus at ximian.com>
Mon Apr 6 14:19:54 CEST 2009 Paolo Molaro <lupus at ximian.com>
Fri Apr 24 16:44:08 CEST 2009 Paolo Molaro <lupus at ximian.com>
Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus at ximian.com>
Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus at ximian.com>
Mon Jul 13 17:58:50 CEST 2009 Paolo Molaro <lupus at ximian.com>
Wed Jul 15 16:24:57 CEST 2009 Paolo Molaro <lupus at ximian.com>
Wed Jul 15 17:20:27 CEST 2009 Paolo Molaro <lupus at ximian.com>
Fri Jul 24 16:54:13 CEST 2009 Steven Munroe <munroesj at us.ibm.com>
Fri Jul 24 16:57:12 CEST 2009 Steven Munroe <munroesj at us.ibm.com>
Fri Jul 24 17:28:37 CEST 2009 Steven Munroe <munroesj at us.ibm.com>
Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus at ximian.com>
Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus at ximian.com>
Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus at ximian.com>
Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus at ximian.com>
Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus at ximian.com>
Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Jan 13 15:54:53 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Feb 1 14:29:43 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Feb 1 16:29:10 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Feb 12 18:38:01 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Feb 12 18:39:57 CET 2010 Paolo Molaro <lupus at ximian.com>
Include new source file.
Fri Feb 12 19:03:11 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Feb 12 19:09:44 CET 2010 Paolo Molaro <lupus at ximian.com>
Fixed the namespace.
Fri Feb 19 09:05:36 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 16:01:37 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 15:50:55 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 16:00:56 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 15:56:52 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 15:58:03 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Feb 24 15:55:31 CET 2010 Paolo Molaro <lupus at ximian.com>
Fix warnings after API changes.
Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus at ximian.com>
No need to use -release.
Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Feb 25 11:59:22 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus at ximian.com>
Removed unused mono_setup_vtable_in_class_init.
Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 1 14:43:55 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 1 14:48:35 CET 2010 Paolo Molaro <lupus at ximian.com>
Added --jitmap option description.
Enable.
Mon Mar 1 15:20:44 CET 2010 Paolo Molaro <lupus at ximian.com>
Document MONO_CPU_ARCH.
Mon Mar 1 17:12:24 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus at ximian.com>
Fix dist.
Wed Mar 3 19:17:14 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Mar 3 19:19:21 CET 2010 Paolo Molaro <lupus at ximian.com>
Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus at ximian.com>
Leftover.
Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Mar 4 16:18:34 CET 2010 Paolo Molaro <lupus at ximian.com>
Thu Mar 4 16:34:37 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 5 18:58:15 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus at ximian.com>
Sat Mar 6 18:14:15 CET 2010 Paolo Molaro <lupus at ximian.com>
Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus at ximian.com>
Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 8 17:35:26 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 8 17:58:26 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 15 18:25:49 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 15 18:28:00 CET 2010 Paolo Molaro <lupus at ximian.com>
Tue Mar 16 10:18:07 CET 2010 Paolo Molaro <lupus at ximian.com>
Tue Mar 16 11:20:14 CET 2010 Paolo Molaro <lupus at ximian.com>
Tue Mar 16 13:11:15 CET 2010 Paolo Molaro <lupus at ximian.com>
Tue Mar 16 13:16:16 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 19 16:45:20 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus at ximian.com>
Sat Mar 20 11:56:24 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 22 16:03:34 CET 2010 Paolo Molaro <lupus at ximian.com>
typo
Mon Mar 22 18:06:38 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 22 18:09:09 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 26 11:33:17 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 26 19:03:09 CET 2010 Paolo Molaro <lupus at ximian.com>
Fri Mar 26 19:44:40 CET 2010 Paolo Molaro <lupus at ximian.com>
Mon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus at ximian.com>
Tue Mar 30 15:53:06 CEST 2010 Paolo Molaro <lupus at ximian.com>
Document --machine-config in --help as well as in the manpage.
Added a summary of the update procedure.
Wed Apr 7 11:28:42 CEST 2010 Paolo Molaro <lupus at ximian.com>
Fri Apr 9 15:28:01 CEST 2010 Paolo Molaro <lupus at ximian.com>
Tue Apr 13 12:36:29 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 12:02:39 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 12:05:21 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 12:06:33 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 12:10:57 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jun 30 12:08:36 CEST 2010 Paolo Molaro <lupus at ximian.com>
Thu Jul 15 18:44:44 CEST 2010 Paolo Molaro <lupus at ximian.com>
Wed Jul 21 16:00:08 CEST 2010 Paolo Molaro <lupus at ximian.com>
Thu Jul 22 11:05:04 CEST 2010 Paolo Molaro <lupus at ximian.com>
Funcs.cs: Fixed typo in Func`15.
Funcs.cs: Fixed typo in Func`15.
Ensure the Monitor.Enter() fastpath doesn't apply to Enter(o,ref taken).
Test the Enter(object, ref bool) overload.
Merge branch 'monitor-enter-bool-fix' into upstream-master
Patrik Torstensson (150):
Added constructor that takes a HttpContext
2002-04-10 Patrik Torstensson
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-10 Patrik Torstensson
2002-04-10 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-11 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-11 Patrik Torstensson
2002-04-12 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-14 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-14 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-15 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-14 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-15 Patrik Torstensson
2002-04-15 Patrik Torstensson <patrik.torstensson at lab2.com>
2002-04-15 Patrik Torstensson <patrik.torstensson at labs2.com>
missed commit
2002-04-15 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-15 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-17 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-14 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-22 Patrik Torstensson <totte at labs2.com>
2002-04-23 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-23 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-23 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-23 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-23 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-24 Patrik Torstensson <patrik.torstensson at labs2.com>
2002-04-27 Patrik Torstensson <patrik.torstensson at intel.com>
2002-04-28 Patrik Torstensson <patrik.torstensson at intel.com>
2002-08-05 Patrik Torstensson <ptorsten at hotmail.com>
head -8 ChangeLog
2002-08-05 Patrik Torstensson <ptorsten at hotmail.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
Small fix... :-)
2002-10-06 Patrik Torstensson <totte at crepundia.net>
2003-01-10 Patrik Torstensson <totte at race-x-change.com>
2003-01-12 Patrik Torstensson <totte at race-x-change.com>
2002-01-12 Patrik Torstensson <totte at race-x-change.com>
2003-01-20 Patrik Torstensson
2003-01-28 Patrik Torstensson
Oops
2003-01-28 Patrik Torstensson
2002-12-28 Patrik Torstensson
2002-12-28 Patrik Torstensson
Flush
2003-01-28 Patrik Torstensson
Update
2003-01-28 Patrik Torstensson
Updated
2003-01-31 Patrik Torstensson
2003-01-31 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2002-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
2003-02-03 Patrik Torstensson
Ooops, missed one file.
2003-02-03 Patrik Torstensson
2002-02-04 Patrik Torstensson
2002-02-04 Patrik Torstensson
2003-02-05 Patrik Torstensson
2003-02-05 Patrik Torstensson
2003-02-05 Patrik Torstensson
2003-02-05 Patrik Torstensson
Tests the binary writter functionality
2002-02-06 Patrik Torstensson
2003-02-07 Patrik Torstensson
2003-02-07 Patrik Torstensson
Oops, removed debuging writeline:s
2003-02-07 Patrik Torstensson
2003-02-07 Patrik Torstensson
2003-02-11 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-02-14 Patrik Torstensson
2003-04-05 Patrik Torstensson
2003-12-08 Patrik Torstensson <p at rxc.se>
2003-12-08 Patrik Torstensson <p at rxc.se>
2003-12-08 Patrik Torstensson <p at rxc.se>
2003-12-08 Patrik Torstensson <p at rxc.se>
2003-12-09 Patrik Torstensson <p at rxc.se>
2003-12-11 Patrik Torstensson <p at rxc.se>
2003-12-12 Patrik Torstesson <p at rxc.se>
2003-12-13 Patrik Torstensson <p at rxc.se>
2003-12-13 Patrik Torstensson <p at rxc.se>
Wed Dec 17 17:48:41 CET 2003 Patrik Torstensson <p at rxc.se>
2003-12-17 Patrik Torstensson
2003-12-23 Patrik Torstensson <p at rxc.se>
2003-12-30 Patrik Torstensson <p at rxc.se>
2003-12-13 Patrik Torstensson <p at rxc.se>
2004-01-03 Patrik Torstensson
2004-01-12 Patrik Torstensson
2004-01-12 Patrik Torstensson
2004-01-12 Patrik Torstensson
2004-04-28 Patrik Torstensson
2004-05-06 Patrik Torstensson
2004-05-11 Patrik Torstensson
2004-05-13 Patrik Torstensson
2004-05-16 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-16 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-16 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-16 Patrik Torstensson <totte at hiddenpeaks.com>
2003-05-17 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-18 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-20 Patrik Torstensson
2004-05-21 Patrik Torstensson <totte at hiddenpeaks.com>
2004-04-23 Patrik Torstensson
2004-05-24 18:18 CET Patrik Torstenson <totte at hiddenpeaks.com>
2004-05-25 13:01 CET Patrik Torstenson <totte at hiddenpeaks.com>
2004-05-25 14:14 CET Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-25 18:30 CET Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-27 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-27 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-27 Patrik Torstensson <totte at hiddenpeaks.com>
Sorry Sorry Sorry
2004-05-28 Patrik Torstensson <totte at hiddenpeaks.com>
2004-05-28 Patrik Torstensson <totte at hiddenpeaks.com>
2004-11-16 Patrik Torstensson <patrik.torstensson at gmail.com>
--This linetrik Torstensson <patrik.torstensson at gmail.com>
2004-12-13 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-14 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-14 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-15 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-14 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-26 Patrik Torstensson <patrik.torstensson at gmail.com>
2004-12-26 Patrik Torstensson <patrik.torstensson at gmail.com>
Pawel Rozanski (1):
add Bash completion fuction for monop
Pedro Abelleira Seco (4):
Added my photo
Added myself to the team
Got a slightly better photo
Ugh, it seems that the image is forced to 48x48 when deployed to web...
Pedro Martínez Juliá (92):
Fix a few methods in "Math.cs" and add the necesary internal calls to "icall.c", "sysmath.h" and "sysmath.c". There is also a modification of "MathTest.cs".
Fix a few methods in "Math.cs" and add the necesary internal calls to "icall.c", "sysmath.h" and "sysmath.c". There is also a modification of "MathTest.cs".
Hashtable.cs: Finish the work on the serialization and. Add TestCase for
2003-03-04 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-03-04 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-03-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-03-16 Pedro Martnez Juli <yoros at wanadoo.es>
2003-03-22 Pedro Martnez Juli <yoros at wanadoo.es>
2003-03-22 Pedro Martnez Juli <yoros at wanadoo.es>
Added my entry
Changing my entry
Modify my image entry.
2003-04-17 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-04-22 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-04-24 Pedro Martnez Juli <yoros at wanadoo.es>
2003-04-25 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-04-26 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-04-27 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-05-01 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-05-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-05-17 Pedro Martnez Juli <yoros at wanadoo.es>
2003-05-18 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-05-21 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-05-24 Philip Van Hoof <spamfrommailing at freax.org>
2003-06-01 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-07-15 Pedro Martnez Juli <yoros at wanadoo.es>
2003-09-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-13 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-13 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-14 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-04-26 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-09-26 Pedro Mart�nez Jul� <yoros at wanadoo.es>
2003-10-08 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-15 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-16 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-17 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-17 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-20 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-20 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-21 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-24 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-25 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-31 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-10-31 Pedro Martnez Juli <yoros at wanadoo.es>
2003-11-01 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-01 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-01 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-02 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-05 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-07 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-07 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-08 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-08 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-10 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-11 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-13 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-21 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-22 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-23 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-11-23 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-12-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2003-12-14 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2004-06-09 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2004-06-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2004-06-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2004-06-12 Pedro Mart�nez Juli� <yoros at wanadoo.es>
2005-07-11 Pedro Martínez Juliá <pedromj at gmail.com>
2005-11-12 Pedro Martínez Juliá <pedromj at gmail.com>
2005-11-12 Pedro Martínez Juliá <pedromj at gmail.com>
2006-02-26 Pedro Martinez Julia <pedromj at gmail.com>
2006-02-26 Pedro Martinez Julia <pedromj at gmail.com>
2007-03-07 Pedro Martínez Juliá <pedromj at gmail.com>
2007-03-07 Pedro Martínez Juliá <pedromj at gmail.com>
2007-03-07 Pedro Martínez Juliá <pedromj at gmail.com>
2007-03-07 Pedro Martínez Juliá <pedromj at gmail.com>
2007-03-07 Pedro Martínez Juliá <pedromj at gmail.com>
2007-04-29 Pedro Martínez Juliá <pedromj at gmail.com>
Per Arneng (39):
SMTP Internal classes added to make SmtpMail.Send work
SmtpMail.Send is now working but needs testing
Added the new System.Web.Mail files
Added my name to author list :)
Updated with info that SmtMail.Send is working
Exception throwing cleanup
Changed a comment to more descibing
Content-Type:..; charset= is now set to the correct value
Set the Content-Transfet-Encoding based on contents ASCII 7bit other 8bit
Body is now encoded with BodyEncoding.GetBytes
application/octet-stream for attatchment mimetypes
SmtpServer now defaults to localhost
Added a FIXME comment on boundaries
Added myself :)
Fixed subject encoding.. does like ms now
Added the MailEncdoder class to be responsible for base64,UU encoding
added author comment
Removed an old FIXME
Updated with a change to the parsing code. some servers
Added classes:
Added MailMessageWrapper to replace SmtpMessage
Updated the changelog nd removed the obsolete SmtpMessage.cs
updated
Added UUEncoding for attachments.
Replaced by IAttachmentEncoder.cs
Added comments to the code
Added more comments
Added MailHeader to handle the mail headers
Compatibillity update: Made some changes to make everything
Added MailUtil
Minor update. MailUtil used in MailAddress
Fixed invalid cast exception
Bcc is now working, Unique boundaries, Encoded headers when needed
updated with the MailUtil
added myself ;)
Added photo
forgot one thing
Fixed my info that was overwritten in v 1.35
updated with changes from Tobias DiPasquale
Pete Johanson (1):
2010-06-11 Pete Johanson <peter at peterjohanson.com>
Peter Dennis Bartok (1023):
Fixed bug 48728. Form was not calling the Activated method. Added handling of WM_ACTIVATE to fix.
- Fixed calculation of mouse position in WM_RBUTTONDOWN handling. It had X & Y coordinates swapped and context-menus would be displayed in the wrong spot.
DrawFrameControlHelper no longer uses the provided Graphics object to initialize it's bitmap. It seems that the Windows System.Drawing library throws an exception when creating a bitmap from a graphics object that in itself was created from a bitmap.
Added RichTextEdit control messages
Added (rudimentary) focus handling for button controls
Added define required for 3-state checkbox
Changed display model to offscreen buffers (faster)
Added required sanity check before calling Activated() method
* Fixed signature for MeasureString
* Added IsVisible methods
* Added GenericDefault method
* Added enum for DrawFrameControlStates
* Fully implemented all DrawBorder3D methods on top of System.Drawing
* Added missing DashStyle property to Pen
* Corrected wrong number
* Added missing StartCap & EndCap property to Pen
* Added Disposable interface
* Implemented DrawCaptionButton on top of System.Drawing
* Implemented DrawComboButton on top of System.Drawing
* Added ControlDark and ControlDarkDark brushes
* Implemented DrawFocusRectangle on top of System.Drawing
* Added Dispose()
* Implemented DrawGrabHandle on top of System.Drawing
* Implemented DrawMixedCheckBox on top of System.Drawing
- Initial version of the patch for Wine 20040121
- Initial check-in
- Prevented duplicate free
- Removed code related to old Wine support
- Updated
- Added WriteLine as a reminder to remove the SelectObject hack later
- Changed initialization code to match improved (generalized) Wine patch
- Updated description to match updated patch
- New patch no longer specific to mono-winelib. Uses better method
- Fixed broken symbolic link creation
- No longer uses absolute path
- Now called wine-shared-patch; less version specific
- Added missing switch
- Fixed description for running autoconf
- Streamlined and cleaned up
- Changed name of wine-sharedlib to winelib
- Changed wine-sharedlib to winelib
- Implemented Font.ToHfont method
- Removed several hacks that are no longer needed with the latest
- Fixed to use proper graphics object for drawing the button background
- Implemented Font.FromHfont method
- Now uses System.Drawing for drawing text in Label & Button
- Fixed RadioButton display
- GetLogicalDrives now returns "/" instead of null. Not the real fix but
- Fixed DoEvent. Now properly processes and removes all events from queue.
- Fixed bug #52695
- Implemented GetThumbnailImage method
- Fixed bug #52868, Bitmap(Image, Size) would not resize the image
- Added error check
- Implemented Graphics.MeasureCharacterRanges method
- Fixed Text get property (also fixes bug #55005)
- Fixed Text set property. If user updated text field through UI the
- Added loading of common dialog dll
- Fixed translation of wine pathnames to their unix counterpart
- Added ActiveMdiChild method
- Fixes for ContainerControl, ScrollableControl and UserControl, fixes some
- Fixed bug #59479
- Initial check-in
- winelib.exe.so error message is now only displayed if MONO_DEBUG is set.
- Removed usage of Rectangle for drawing. Miguel pointed out it's faster
- Added support required for new managed System.Windows.Forms library
- Implemented ImageList and ImageList.ImageCollection classes
- Added Invalidate handling
- Added latest files
- Added AutoScale properties
- Fixed Invalidation bug (calculated wrong client area)
- Attempted fix for reparenting problems
- Fixed reparenting
- Fixed recursive loop when resizing
- Fixed Refresh and Invalidate
- Fixed some rounding issues with float/int
- Implemented GetParent
- Fixed some rounding issues with float/int
- Added generation of WM_DESTROY message
- Fixed default sizing for child windows
- Implemented GrabWindow/ReleaseWindow methods to allow pointer capture
- Removed Run method, was only required for initial development
- Added GrabMode enum
- Fixed values
- Added handling for middle and right mousebutton
- Added incomplete dock layout code
- Fixed several bugs Ravindra pointed out
- Implemented several methods
- Added GetWindowPos method
- Added more to the still unfinished Dock/Anchor layout code
- Added missing creation of the collection list
- Fixed to match ControlCollection rewrite
- Rewrote the collection stuff. Might not be as fast now, not keeping
- Duh!
- Now properly reparents windows
- Removed disposing of the actual images when the list is disposed
- Forcing redraw on resize
- Added method to calculate difference between decorated window and raw
- Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
- We had SetWindowPos and MoveWindow to set window positions and size,
- Updated
- Was checked in with wrong filename
- Fixed filename for BindingManagerBase.cs
- Fixed BindingManagerBase.cs filename
- Fixed Signature
- Signature fixes
- More signature fixes
- Never check in before compiling. Fixes the last check-in
- Name changed to BindingManagerBase.cs
- Fixed Anchoring bugs
- Implemented method to get current mouse position
- Added Dispose() and destructor
- Added generation of WM_POSCHANGED
- Changed GetWindowPos to also provide client area size
- Changed GetWindowPos to also provide client area size
- Cleanup
- Changed signature for GetCursorPos
- Changed GetCursorPos signature
- Fixed Anchor default
- First (mostly) working version
- Added ButtonBase.cs
- Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support OnMouseEnter/Leave()
- Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
- Fixed broken handling of default window sizes
- Finished IsVisible
- Drawing improvement; don't call UpdateBounds if we are not visible (or
- Added handling of WM_CLOSE
- Added missing Draw() method
- Removed packing hints (Paolo suggested this a while back)
- Added colormap basics
- Added Right property
- Added handling of WM_MOUSEHOVER
- Added generation of MouseEnter, MouseLeave and MouseHover events
- Made DeviceContext a generic object to allow usage from various drivers
- Updated code to match new HandleData.DeviceContext type
- Added method for setting the background color
- Added method for setting the window background
- Added call to set window background color
- Added all new files
- Added jackson's Async code from X11 to Win32
- Added private message for async communication
- Drivers now return proper mouse state
- Fixed bug with Async message handling
- Implemented CanFocus
- Implemented CausesValidation
- Implemented ContainsFocus
- Implemented Created property
- Replaced direct XplatUI calls with their Control counterpart
- Added [Flags] attribute so that modifiers can be used in bitwise ops
- Added method to query current grab state
- Added method to get default display size
- Updated to match new GrabWindow signature
- Added missing base class
- Added loads of debug output for development
- Signature fixes
- Signature fixes
- Signature Fixes
- Restored sort order for file
- Implemented UserControl (complete)
- Started implementation, not usable yet
- Added Cursor.cs source
- Added Cursor.cs and UserControl.cs
- Removed OverlappedWindow style from Control, instead it's default
- Created properly pathed VS.Net project and solution
- Fixed setting of background color
- Added method to move mouse cursor
- Implemented Position property
- Properly fixed Jordi's last fix
- Added InitLayout() method
- Added handling of Idle event
- Fixed handling of WM_CLOSE message
- Removed debug output
- Finishing touches. Works now, just needs some optimizations.
- Now uses Remove instead of Add to kill the timer
- Implemented SetTimer() and KillTimer()
- Refined definitions for CrossingEvent
- Fixed background color handling
- Now uses Control's CreateParams
- Added #region
- Fixed generation of MouseUp message
- Fixed timer handling, now seems to work
- Now only calls SetTimer or KillTimer if the enabled state has changed
- Control now properly passes the ambient background color to child
- Removed unneeded stack vars
- Added System.Resources source files
- Transfered files from previous version of System.Windows.Forms
- Initial check-in
- Initial checkin
- Updated to fix broken build. Not complete yet.
- Initial check-in
- Made Redraw() and CheckRedraw() virtual
- Implemented CheckBox drawing code
- Finished (famous last words)
- Removed debug
- Updated
- Removed wrong stuff
- Added firing of BackColorChanged event
- Removed the rather odd split between 'needs redraw' and redrawing
- Fixed to match the removal of the needs_redraw concept
- Added (partial) implementation of DialogResult; rest needs to be
- Enabled display of strings
- Added missing default
- Functional initial check-in
- Fixed state
- Initial check-in
- Added missing methods
- Added missing Control.ControlAccessibleObject class
- Added missing RadioButton.RadioButtonAccessibleObject class
- Added AccessibleNavigation and AccessibleSelection source files
- Fixed selection of text color
- Added sanity check to creation of double buffer bitmap
- Improve disabled string look
- Implemented remaining missing public instance properties
- Moved some internal functions into the internal region
- Added method to retrieve text from window
- Moved methods into their appropriate #regions
- Added DoDragDrop() [incomplete]
- Initial check-in
- Added Accept and CancelButton properties
- Fixed #region names
- Added Z-Ordering methods
- Added SendToBack and BringToFront methods
- Fixed sending a window to the front
- Added missing release of keyboard/mouse capture
- Fixed behaviour of arrow buttons. Now properly behaves like Buttons (and
- Updated to describe the new managed version of System.Windows.Forms
- Fixed accessibility level for Idle handler
- Fixed wrong values
- Fixed wrong types for events
- Added message loop for modal dialogs
- Added Form.ControllCollection class
- Implemented DockPadding property
- Initial check in. A place to log info about MWF that doesn't fit anywhere
- Streamlined Theme interfaces:
- Added lookup of pixel value for background color; tries to get a color
- Bug fixes
- Added LeftRightAlignment source reference
- Added private method to get the Control object from the window handle
- Added KeyPreview property
- Changed access level for the window_collection hash table
- Fixed access level for constructor
- Added ClientToScreen coordinate translation method
- Added Win32EnableWindow method (test for implementing modal dialogs)
- Simplified the Invalidate method by using an X call instead of generating
- Initial check-in
- Partial implementation by Benjamin Dasnois
- Fixes from John BouAntoun: now handles forecolors and backcolors for
- Fix from John BouAntoun: Now properly sets the Appearance property
- Fix from John BouAntoun: Raise ForeColorChanged event when text color is
- Fixed Dark(), DarkDark(), Light() and LightLight() methods to match MS
- From John BouAntoun: Added an overload to CPDrawBorder3D to allow him
- Removed all occurences of SystemColors and replaced them with the
- Patch by joel.reed at ddiworld.com (joel) to handle CDATA sections.
- Path from John BouAntoun:
- Added the Redraw on Resize that got dropped in the last rev
- Added code to destroy a window
- Added code to destroy the X window
- Now Redraws on MouseUp for FlatStyle Flat and Popup
- Formatting fix
- Added code to simulate modal dialogs on Win32
- Fixed/implemented flat list of controls
- Fixed Form.ControlCollection to handle owner relations
- Added ToolTip abstracts
- Added ToolTip drawing code
- Added method for enabling/disabling windows
- Added WS_EX styles to WindowStyles enumeration
- Removed VirtualKeys to XplatUIStructs
- Added EnableWindow method
- Complete implementation
- Added missing call to PreProcessMessage before calling OnXXXKey methods
- Fixed to deal with new Form subclasses for menus
- Removed unneeded locals
- Added private FormParentWindow class which acts as the container for
- Small sanity check
- Now throws a nice error message when no X display could be opened
- Removed extension of DllImported libs
- Implemented BindingContext
- Removed SetMenuBarWindow call. We do this in Form.cs
- Added Clipping of children and siblings
- Fixed arguments for updated SetTopmost function
- Fixed arguments for updated SetTopmost method
- Added XSetWindowAttributes structure
- Added argument to SetTopmost
- Added missing WS_EX styles
- Added argument to SetTopmost method
- Added handling for various window styles
- BenM's Fix for bug 68260
- Initial Checkin
- Updated
- Updated
- Now uses Visible property from HandleData
- Added Visible property
- Removed old debug leftovers,
- Implemented generation of double click mouse messages
- Updated
- Added double-click events to the class style
- Added handling of click-count to MouseDown/ MouseUp events.
- Updated
- Added generation of WM_MOUSEHOVER event
- Updated
- Switched DispatchMessage to return IntPtr
- Switched DispatchMessage to return IntPtr
- Switched DispatchMessage to return IntPtr and implemented its functionality
Now combines modifierkeys into the keydata (Fixes bug #69831)
- Removed tree additions.
- Removed TreeView additions.
- Updated
- Initial implementation
- Updated
- Updated
- Removed textbox references, accidentally checked those in, but textbox is
- Added Jackson's fresly minted TreeView files to build list
- Updated
- Updated
- Added check and exception to prevent circular parenting
- Updated
- Added XplatUIOSX.cs to build list
- Updated
- Added Idle event
- Fix r37004 which causes problems on X11
- Updated
* X11Structs.cs:
- Updated to reflect Mac Driver; added mention of System.Drawing patches
- Initial checkin of the TextBox/RichEdit backend
- Fixed Streamline method
- Initial checkin
- Added TextBoxBase.cs and TextControl.cs
- Added check to make sure the handle of the window exists before calling
- Added and implemented GetFontMetrics() method
- Removed Wine assumptions, the handle is now equivalent to the gdi+ native
- Now properly aligns text on a baseline, using the new
- InsertCharAtCaret(): Fixed start pos fixup
- Left mousebutton now sets the caret (and middle button still acts
- Fixed baseline aligning calcs
- Added color attribute to line tags.
- Updated
- Added/Implemented ScrollWindow() method
- Stubbed out ScrollWindow() method
- Fixed type of function element in XGCValues structure definition
- Applied patch from Ashwin Bharambe, implementing SetModal() method
- Forgot to commit
- Now uses the parent window instead of the client area window for the
- Now properly deals with the FormParent window by providing an override
- Added NativeWindow.FindWindow() method to have a method to check for existence
- ShowDialog(): Now uses the proper window for modality
- Flush
- Added CommonDialog.cs
- Unset modality for the right window
- Fixed visible property behaviour
- Splitter added
- Added System.Windows.Forms.Design/
- Make sure we have an owner before using the owner variable.
- Switched from System.Windows.Forms to Managed.Windows.Forms to build with the managed implementation
- Made DialogForm.owner variable internal
- Added WM_HELP handler, now generates HelpRequested event
- No longer uses owner var in CreateParams if that isn't assigned yet
- TextBox and TextBoxBase improvements for Alignment, Selection and
- Added new keyword where required
- Using proper font variable now
- Switched Line, LineTag and Document classes to internal
- Added various attributes
- Added ICommandExecutor.cs, IDataGridColumnStyleEditingNotificationService.cs,
- Updated
- Added ComVisible attribute
- Change access level for Document property to match switch to
- Framework code required to implement focus and activation handling;
- Framework code required to implement focus and activation handling;
- ToolTip now sets focus back to the main app properly
- Added GetActive method to return the currently active window
- Implemented OnActivated/OnDeactivate Events and Activate() method
- Updated
- Implemented ClientSize property
- Added ability to control ScrollWindow expose
- Implemented proper TabIndex handling for Control
- Band-aid for resize startup problems
- Switched XplatUIWin32 to Unicode. Fixes #71147
- Fixed DoEvents to not block
- Implemented Z-Ordering (Control.UpdateZOrder())
- Added OSXStructs.cs
- Added OSXStructs.cs
- Fixed copyright
- Fixed broken Contains() method
- Implemented SelectNextControl() method
- Implemented ProcessDialogKey()
- Setting Selectable window style for controls that cannot have focus to off
- Changes and fixes to implement focus and keyboard traversal; still very incomplete
- Was using wrong method to select a control
- WndProc(): Now handles EnableNotifyMessage
- Implemented Cursors class
- Updated
- Clean up resources when we no longer need them
- Implemented InvokeGotFocus() method
- Added missing attributes
- Added more missing attributes
- Hooked up the following events:
- Forgot a cast
- Sentinel is no longer static, each Document gets it's own, this avoids
- Removed Antialiasing
- Fixed situations where menus don't show up on startup, until a resize
- Forgot to commit
- Removed debug output
- Implemented DoubleClick in Button, CheckBox and RadioButton
- Fixed signature
- Fixed csc complaints
- Added support for Enter and Escape keys in dialogs
- Unselecting the control when it is loosing focus
- Fixed CreateParams behaviour, now controls derived from form can properly
- ToBitmap(): Added transparency support for Icons
- flush
- Fix for FormStartPosition not positioning the window properly
- Implemented NotifyIcon and required driver support
- NotifyIcon improvements
- Properly generates the LocationChanged event now, even for forms
- GridEntry.cs: Added; Patch by Jonathan S. Chambers
- Fixed index off by one error
- Don't use form if we don't have one when running the message loop
- This is no longer used
- Added mechanism to automatically generate VS.Net project files
- Preventing racecondition in ScrollWindow
- Improvement over last patch, not sending the WM_PAINT directly anymore,
- Added method for altering invalid area in HandleData
- Re-did the fix after checking in HandleData. Sorry for breaking the build :-(
- Implemented SystemInformation class
- Fixed calculations of HSV numbers. Previous implementation returned wrong
- Fixed ScrollBar size defaults
- Removed debug output
- Introduced static HandleData methods to allow class to be more
- Added missing attributes
- Added missing attributes
- Frell. I keep forgetting to commit the added ones
- Undid Jackson's undo now that the missing file is in SVN
- Checking in for Jonathan
- Added missing attributes
- Oops
- Implemented
- Implemented OpacityConverter class
- Fixed pointer type
- Dang it. Forgot to check in the prototype fix
- Added support for reading resources from assembly
- Added resources, containing images for MessageBox class
2005-02-13 Peter Bartok <pbartok at novell.com>
- Forgot in last checkin
2005-02-13 Peter Bartok <pbartok at novell.com>
- Fix
- I really try to check all in at once :-(
- Made PropertyTab class abstract
- Added back missing properties
- compiled version of .resx files
- Removed libgdiplus build dependency
- Fix, as suggested by Harinath
- Implemented RadioButton.ProcessMnemonic
- Added Mnemonic support to GroupBox and Label, this should complete
- Updated, to test if svn munges them
- Tried to fix enforcing height a bit better
- flush
2005-02-16 Peter Bartok <pbartok at novell.com>
2005-02-16 Peter Bartok <pbartok at novell.com>
2005-02-17 Peter Bartok <pbartok at novell.com>
- Sigh. I forgot to save the fixed file before checkin.
2005-02-17 Peter Bartok <pbartok at novell.com>
- Added missing attributes and organized into regions
- Fixed visibility
2005-02-18 Peter Bartok <pbartok at novell.com>
- Added several missing enums and classes
2005-02-19 Peter Bartok <pbartok at novell.com>
2005-02-20 Peter Bartok <pbartok at novell.com>
2005-02-23 Chris Bacon <chris.bacon at docobo.co.uk>
- Removed remaining references to HandleData and removed HandleData.cs
- Removed HandleData.cs from build
- Added 'DriverDebug' define to allow tracing XplatUI API calls
- flush
- Destroy child control handles when the control handle is destroyed
- Now calling OnHandleDestroyed from DestroyHandle() instead of Dispose()
- Stupid cold kept me up but I couldn't concentrate on stuff, so I fixed
- Destroys the caret if a window that's being destroyed contains it
2005-02-27 Peter Bartok <pbartok at novell.com>
2005-03-01 Peter Bartok <pbartok at novell.com>
2005-03-07 Peter Bartok <pbartok at novell.com>
2005-03-08 Peter Bartok <pbartok at novell.com>
- Added SaveFileDialog.cs
- Oops, that's not supposed to be in yet
2005-03-11 Peter Bartok <pbartok at novell.com>
2005-03-11 Peter Bartok <pbartok at novell.com>
- Added sanity check to GetWindowPos
2005-03-15 Peter Bartok <pbartok at novell.com>
2005-03-17 Peter Bartok <pbartok at novell.com>
2005-03-17 Jonathan Gilbert <logic at deltaq.org>
2005-03-17 Peter Bartok <pbartok at novell.com>
* XplatUIX11.cs: Fixed menu coord calculations
2005-03-18 Peter Bartok <pbartok at novell.com>
2005-03-18 Peter Bartok <pbartok at novell.com>
* ThemeWin32Classic.cs (DrawPictureBox):
2005-03-18 Peter Bartok <pbartok at novell.com>
* TextControl.cs: Quick hack to center text better
2005-03-18 Peter Bartok <pbartok at novell.com>
2005-03-18 Stefan Buehler <sbuehler at gmx.ch>
2005-03-29 Peter Bartok <pbartok at novell.com>
2005-03-30 Rogério Pereira Araújo <rogerio.araujo at gmail.com>
- Added FolderBrowserDialog
2005-04-19 Peter Bartok <pbartok at novell.com>
2005-04-19 Peter Bartok <pbartok at novell.com>
2005-04-24 Borja Sanchez Zamorano <borsanza at gmail.com>
2005-04-25 Peter Bartok <pbartok at novell.com>
- Flush, before something gets lost
2005-05-02 Peter Bartok <pbartok at novell.com>
2005-05-03 Peter Bartok <pbartok at novell.com>
2005-05-05 Peter Bartok <pbartok at novell.com>
2005-05-05 Peter Bartok <pbartok at novell.com>
2005-05-05 Peter Bartok <pbartok at novell.com>
- Oops
2005-05-06 Peter Bartok <pbartok at novell.com>
2005-05-06 Peter Bartok <pbartok at novell.com>
2005-05-10 Peter Bartok <pbartok at novell.com>
- Not important, but nice to see
* XplatUIX11.cs: Fix for #74902, check pending timers when peeking
2005-05-10 Peter Bartok <pbartok at novell.com>
* LinkArea.cs: Added missing attribute
svn path=/trunk/mcs/; revision=44373
2005-05-10 Peter Bartok <pbartok at novell.com>
2005-05-11 Peter Bartok <pbartok at novell.com>
2005-05-11 Peter Bartok <pbartok at novell.com>
2005-05-11 Peter Bartok <pbartok at novell.com>
- oops, forgot to commit
2005-05-13 Peter Bartok <pbartok at novell.com>
2005-05-18 Peter Bartok <pbartok at novell.com>
* XplatUI.cs: Updated to final clipboard interface
2005-05-18 Peter Bartok <pbartok at novell.com>
2005-05-19 Peter Bartok <pbartok at novell.com>
2005-05-20 Peter Bartok <pbartok at novell.com>
2005-05-20 Peter Bartok <pbartok at novell.com>
2005-05-20 Peter Bartok <pbartok at novell.com>
2005-03-22 Peter Bartok <pbartok at novell.com>
2005-05-24 Peter Bartok <pbartok at novell.com>
2005-05-24 Peter Bartok <pbartok at novell.com>
2005-05-24 Peter Bartok <pbartok at novell.com>
- I did it again. Forgot to add this.
- Another one missed
2005-05-26 Peter Bartok <pbartok at novell.com>
2005-05-25 Jonathan Gilbert <logic at deltaq.org>
2005-06-02 Peter Bartok <pbartok at novell.com>
2005-06-02 Peter Bartok <pbartok at novell.com>
2005-06-02 Peter Bartok <pbartok at novell.com>
- flush
2005-06-02 Peter Bartok <pbartok at novell.com>
2005-06-04 Peter Bartok <pbartok at novell.com>
2005-06-05 Peter Bartok <pbartok at novell.com>
2005-06-05 Peter Bartok <pbartok at novell.com>
2005-06-05 Peter Bartok <pbartok at novell.com>
2005-06-05 Peter Bartok <pbartok at novell.com>
2005-06-06 Peter Bartok <pbartok at novell.com>
2005-06-09 Peter Bartok <pbartok at novell.com>
2005-06-10 Matthias Felgner <matthiasf at voelcker.ocm>
2005-06-10 Peter Bartok <pbartok at novell.com>
2005-06-13 Peter Bartok <pbartok at novell.com>
2005-06-15 Peter Bartok <pbartok at novell.com>
2005-06-21 Peter Bartok <pbartok at novell.com>
2005-06-21 Peter Bartok <pbartok at novell.com>
2005-06-22 Peter Bartok <pbartok at novell.com>
2005-06-27 Peter Bartok <pbartok at novell.com>
2005-06-29 Peter Bartok <pbartok at novell.com>
2005-06-29 Peter Bartok <pbartok at novell.com>
2005-06-30 Peter Bartok <pbartok at novell.com>
2005-07-01 Peter Bartok <pbartok at novell.com>
2005-08-04 Peter Dennis Bartok <pbartok at novell.com>
2005-08-04 Peter Dennis Bartok <pbartok at novell.com>
Typo fix
2005-08-04 Peter Dennis Bartok <pbartok at novell.com>
2005-08-23 Peter Dennis Bartok <pbartok at novell.com>
2005-08-25 Peter Dennis Bartok <pbartok at novell.com>
Tests
2005-08-29 Peter Dennis Bartok <pbartok at novell.com>
2005-08-30 Peter Dennis Bartok <pbartok at novell.com>
2005-08-30 Peter Dennis Bartok <pbartok at novell.com>
2005-08-30 Peter Dennis Bartok <pbartok at novell.com>
2005-08-30 Peter Dennis Bartok <pbartok at novell.com>
* Initial check-in of RTF parser required for RichTextBox control
2005-09-06 Peter Dennis Bartok <pbartok at novell.com>
2005-09-06 Peter Dennis Bartok <pbartok at novell.com>
2005-09-07 Jonathan Chambers <jonathan.chambers at ansys.com>
2005-09-08 Peter Dennis Bartok <pbartok at novell.com>
2005-09-08 Peter Dennis Bartok <pbartok at novell.com>
2005-09-19 Peter Dennis Bartok <pbartok at novell.com>
2005-09-19 Peter Dennis Bartok <pbartok at novell.com>
2005-09-20 Peter Dennis Bartok <pbartok at novell.com>
2005-09-20 Peter Dennis Bartok <pbartok at novell.com>
2005-09-21 Peter Dennis Bartok <pbartok at novell.com>
2005-09-21 Peter Dennis Bartok <pbartok at novell.com>
2005-09-21 Peter Dennis Bartok <pbartok at novell.com>
2005-09-21 Peter Dennis Bartok <pbartok at novell.com>
2005-09-23 Peter Dennis Bartok <pbartok at novell.com>
2005-09-26 Peter Dennis Bartok <pbartok at novell.com>
2005-09-27 Peter Dennis Bartok <pbartok at novell.com>
2005-09-28 Peter Dennis Bartok <pbartok at novell.com>
2005-09-29 Peter Dennis Bartok <pbartok at novell.com>
2005-09-29 Peter Dennis Bartok <pbartok at novell.com>
2005-09-30 Peter Dennis Bartok <pbartok at novell.com>
- Added annotation on how to implement proper rubber-band down the road
2005-09-30 Peter Dennis Bartok <pbartok at novell.com>
2005-09-30 Peter Dennis Bartok <pbartok at novell.com>
2005-09-30 Peter Dennis Bartok <pbartok at novell.com>
2005-10-01 Peter Dennis Bartok <pbartok at novell.com>
2005-10-04 Peter Bartok <pbartok at novell.com>
2005-10-04 Peter Dennis Bartok <pbartok at novell.com>
2005-10-04 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
* ThemeWin32Classic.cs: Removed border calculations from ListView
* PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-06 Peter Dennis Bartok <pbartok at novell.com>
2005-10-07 Peter Dennis Bartok <pbartok at novell.com>
2005-10-07 Peter Dennis Bartok <pbartok at novell.com>
2005-10-10 Peter Dennis Bartok <pbartok at novell.com>
2005-10-10 Peter Dennis Bartok <pbartok at novell.com>
2005-10-12 Peter Dennis Bartok <pbartok at novell.com>
2005-10-12 Peter Dennis Bartok <pbartok at novell.com>
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
- Setting eol-style
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
- Fix the build
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
- Remove debug output
2005-10-13 Peter Dennis Bartok <pbartok at novell.com>
2005-10-16 Peter Dennis Bartok <pbartok at novell.com>
2005-10-17 Peter Dennis Bartok <pbartok at novell.com>
2005-10-17 Peter Dennis Bartok <pbartok at novell.com>
2005-10-18 Peter Dennis Bartok <pbartok at novell.com>
2005-10-18 Peter Dennis Bartok <pbartok at novell.com>
2005-10-20 Peter Dennis Bartok <pbartok at novell.com>
- Remove debug
2005-10-20 Peter Dennis Bartok <pbartok at novell.com>
2005-10-20 Peter Dennis Bartok <pbartok at novell.com>
2005-10-21 Peter Dennis Bartok <pbartok at novell.com>
2005-10-21 Peter Dennis Bartok <pbartok at novell.com>
2005-10-21 Peter Dennis Bartok <pbartok at novell.com>
2005-10-23 Peter Dennis Bartok <pbartok at novell.com>
2005-10-24 Peter Dennis Bartok <pbartok at novell.com>
2005-10-24 Peter Dennis Bartok <pbartok at novell.com>
2005-10-27 Peter Dennis Bartok <pbartok at novell.com>
2005-10-31 Peter Dennis Bartok <pbartok at novell.com>
2005-10-31 Peter Dennis Bartok <pbartok at novell.com>
2005-11-01 Peter Dennis Bartok <pbartok at novell.com>
2005-11-01 Peter Dennis Bartok <pbartok at novell.com>
2005-11-01 Peter Dennis Bartok <pbartok at novell.com>
2005-11-03 Peter Dennis Bartok <pbartok at novell.com>
2005-11-03 Peter Dennis Bartok <pbartok at novell.com>
2005-11-03 Peter Dennis Bartok <pbartok at novell.com>
2005-11-03 Peter Dennis Bartok <pbartok at novell.com>
2005-11-03 Peter Dennis Bartok <pbartok at novell.com>
2005-11-08 Peter Dennis Bartok <pbartok at novell.com>
- Commented out debug output
2005-11-10 Peter Dennis Bartok <pbartok at novell.com>
2005-11-09 Peter Dennis Bartok <pbartok at novell.com>
2005-11-09 Peter Dennis Bartok <pbartok at novell.com>
2005-11-11 Peter Dennis Bartok <pbartok at novell.com>
2005-11-28 Peter Dennis Bartok <pbartok at novell.com>
2005-11-30 Peter Dennis Bartok <pbartok at novell.com>
2005-11-30 Peter Dennis Bartok <pbartok at novell.com>
2005-11-30 Peter Bartok <pbartok at novell.com>
Dang.
2005-12-01 Peter Dennis Bartok <pbartok at novell.com>
2005-12-02 Peter Dennis Bartok <pbartok at novell.com>
2005-12-02 Peter Dennis Bartok <pbartok at novell.com>
2005-12-02 Peter Dennis Bartok <pbartok at novell.com>
2005-12-05 Peter Dennis Bartok <pbartok at novell.com>
2004-12-05 Peter Dennis Bartok <pbartok at novell.com>
2005-12-05 Peter Dennis Bartok <pbartok at novell.com>
2005-12-05 Peter Bartok <pbartok at novell.com>
2005-12-06 Peter Dennis Bartok <pbartok at novell.com>
- This matches the order events are fired on MS
2005-12-06 Peter Dennis Bartok <pbartok at novell.com>
2005-12-06 Peter Dennis Bartok <pbartok at novell.com>
2005-12-07 Peter Dennis Bartok <pbartok at novell.com>
2005-12-07 Peter Dennis Bartok <pbartok at novell.com>
2005-12-07 Peter Dennis Bartok <pbartok at novell.com>
* Control.cs(PreProcessMessage): Moved menu handling back, but
2005-12-07 Peter Dennis Bartok <pbartok at novell.com>
2005-12-08 Peter Dennis Bartok <pbartok at novell.com>
- Removed todo
2005-12-08 Peter Dennis Bartok <pbartok at novell.com>
2005-12-12 Peter Dennis Bartok <pbartok at novell.com>
2005-12-14 Peter Dennis Bartok <pbartok at novell.com>
2005-12-14 Peter Dennis Bartok <pbartok at novell.com>
2005-12-15 Peter Dennis Bartok <pbartok at novell.com>
2005-12-15 Peter Dennis Bartok <pbartok at novell.com>
2005-12-18 Peter Dennis Bartok <pbartok at novell.com>
2005-12-19 Peter Dennis Bartok <pbartok at novell.com>
2005-12-19 Peter Dennis Bartok <pbartok at novell.com>
2005-12-19 Peter Dennis Bartok <pbartok at novell.com>
2005-12-21 Peter Dennis Bartok <pbartok at novell.com>
2005-12-21 Peter Dennis Bartok <pbartok at novell.com>
2005-12-21 Peter Dennis Bartok <pbartok at novell.com>
2005-12-21 Peter Dennis Bartok <pbartok at novell.com>
2005-12-21 Peter Dennis Bartok <pbartok at novell.com>
2005-12-22 Peter Dennis Bartok <pbartok at novell.com>
2005-12-22 Peter Dennis Bartok <pbartok at novell.com>
2005-12-22 Peter Dennis Bartok <pbartok at novell.com>
2005-12-22 Peter Dennis Bartok <pbartok at novell.com>
2005-12-23 Peter Dennis Bartok <pbartok at novell.com>
2005-12-23 Peter Dennis Bartok <pbartok at novell.com>
2005-12-23 Peter Dennis Bartok <pbartok at novell.com>
2006-01-03 Peter Dennis Bartok <pbartok at novell.com>
2006-01-03 Peter Dennis Bartok <pbartok at novell.com>
2006-01-03 Peter Dennis Bartok <pbartok at novell.com>
2006-01-04 Peter Dennis Bartok <pbartok at novell.com>
2006-01-04 Peter Dennis Bartok <pbartok at novell.com>
2006-01-12 Peter Dennis Bartok <pbartok at novell.com
- Part of the previus checkin, missed these files
2006-01-12 Peter Dennis Bartok <pbartok at novell.com>
2006-01-12 Peter Dennis Bartok <pbartok at novell.com>
2006-01-12 Peter Dennis Bartok <pbartok at novell.com>
2006-01-12 Peter Dennis Bartok <pbartok at novell.com>
2006-01-13 Peter Dennis Bartok <pbartok at novell.com>
- Shouldn't put fixme notes in if it doesn't need fixing. Also simplified a bit
2006-01-13 Peter Dennis Bartok <pbartok at novell.com>
* TextControl.cs: Draw text in gray if control is disabled
2006-01-13 Peter Dennis Bartok <pbartok at novell.com>
2006-01-17 Peter Dennis Bartok <pbartok at novell.com>
2006-01-17 Peter Dennis Bartok <pbartok at novell.com>
2006-01-18 Peter Dennis Bartok <pbartok at novell.com>
2006-01-18 Peter Dennis Bartok <pbartok at novell.com>
2006-01-18 Peter Dennis Bartok <pbartok at novell.com>
2006-01-18 Peter Dennis Bartok <pbartok at novell.com>
2006-01-18 Peter Dennis Bartok <pbartok at novell.com>
2006-01-19 Peter Dennis Bartok <pbartok at novell.com>
2006-01-19 Peter Dennis Bartok <pbartok at novell.com>
2006-01-19 Peter Dennis Bartok <pbartok at novell.com>
2006-01-25 Peter Dennis Bartok <pbartok at novell.com>
2006-01-26 Peter Dennis Bartok <pbartok at novell.com>
- Added bug number to changelog fix entry
2006-01-26 Peter Dennis Bartok <pbartok at novell.com>
- Oops, forgot to check in
2006-01-26 Peter Dennis Bartok <pbartok at novell.com>
2006-01-26 Peter Dennis Bartok <pbartok at novell.com>
2006-01-30 Peter Dennis Bartok <pbartok at novell.com>
2006-01-30 Peter Dennis Bartok <pbartok at novell.com>
2006-01-31 Peter Dennis Bartok <pbartok at novell.com>
2006-02-01 Peter Dennis Bartok <pbartok at novell.com>
svn path=/trunk/mcs/; revision=56381
- Updated
- Small fix
- Bringing it back from the dead
- Trying to get our CHangeLog back
- Prepping to bring the real changelog back
- Now presenting "ChangeLog", back from the dead, thanks to Miguel's
- No longer needed
2006-02-02 Peter Dennis Bartok <pbartok at novell.com>
2006-02-02 Peter Dennis Bartok <pbartok at novell.com>
2006-02-02 Peter Dennis Bartok <pbartok at novell.com>
2006-02-02 Peter Dennis Bartok <pbartok at novell.com>
2006-02-03 Peter Dennis Bartok <pbartok at novell.com>
2006-02-03 Peter Dennis Bartok <pbartok at novell.com>
2006-02-06 Peter Dennis Bartok <pbartok at novell.com>
2006-02-06 Peter Dennis Bartok <pbartok at novell.com>
* X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
2006-02-07 Peter Dennis Bartok <pbartok at novell.com>
2006-02-07 Peter Dennis Bartok <pbartok at novell.com>
2006-02-09 Peter Dennis Bartok <pbartok at novell.com>
2006-02-09 Peter Dennis Bartok <pbartok at novell.com>
2006-02-09 Peter Dennis Bartok <pbartok at novell.com>
2006-02-10 Peter Dennis Bartok <pbartok at novell.com>
2006-02-22 Peter Dennis Bartok <pbartok at novell.com>
Dear God, make me recompile my code after removing debug *before* I check in
Missed one
2006-02-22 Peter Dennis Bartok <pbartok at novell.com>
2006-02-22 Peter Dennis Bartok <pbartok at novell.com>
2006-02-26 Peter Dennis Bartok <pbartok at novell.com>
2006-02-26 Peter Dennis Bartok <pbartok at novell.com>
2006-02-27 Peter Dennis Bartok <pbartok at novell.com>
2006-02-27 Peter Dennis Bartok <pbartok at novell.com>
2006-02-27 Peter Dennis Bartok <pbartok at novell.com>
2006-02-28 Jonathan Chambers <jonathan.chambers at ansys.com>,
2006-02-28 Peter Dennis Bartok <pbartok at novell.com>
2006-02-28 Matt Hergett <matt at use.net>
2006-02-28 Peter Dennis Bartok <pbartok at novell.com>
2006-02-28 Peter Dennis Bartok <pbartok at novell.com>
I apologize for misspelling your name
2006-02-29 Peter Dennis Bartok <pbartok at novell.com>
2006-03-02 Peter Dennis Bartok <pbartok at novell.com>
2006-03-02 Peter Dennis Bartok <pbartok at novell.com>
2006-03-02 Peter Dennis Bartok <pbartok at novell.com>
2006-03-03 Peter Dennis Bartok <pbartok at novell.com>
2006-03-06 Peter Dennis Bartok <pbartok at novell.com>
2006-03-06 Peter Dennis Bartok <pbartok at novell.com>
2006-03-07 Peter Dennis Bartok <pbartok at novell.com>
- Disabled debug
2006-03-07 Peter Dennis Bartok <pbartok at novell.com>
2006-03-07 Peter Dennis Bartok <pbartok at novell.com>
2006-03-08 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-09 Peter Dennis Bartok <pbartok at novell.com>
2006-03-10 Peter Dennis Bartok <pbartok at novell.com>
2006-03-10 Peter Dennis Bartok <pbartok at novell.com>
2006-03-10 Peter Dennis Bartok <pbartok at novell.com>
2006-03-10 Peter Dennis Bartok <pbartok at novell.com>
2006-03-10 Peter Dennis Bartok <pbartok at novell.com>
2006-03-12 Peter Dennis Bartok <pbartok at novell.com>
2006-03-12 Peter Dennis Bartok <pbartok at novell.com>
2006-03-12 Peter Dennis Bartok <pbartok at novell.com>
2006-03-13 Peter Dennis Bartok <pbartok at novell.com>
2006-03-13 Peter Dennis Bartok <pbartok at novell.com>
2006-03-13 Peter Dennis Bartok <pbartok at novell.com>
2006-03-13 Peter Dennis Bartok <pbartok at novell.com>
2006-03-13 Peter Dennis Bartok <pbartok at novell.com>
2006-03-14 Peter Dennis Bartok <pbartok at novell.com>
2006-03-14 Peter Dennis Bartok <pbartok at novell.com>
2006-03-14 Peter Dennis Bartok <pbartok at novell.com>
2006-03-14 Peter Dennis Bartok <pbartok at novell.com>
2006-03-16 Peter Dennis Bartok <pbartok at novell.com>
2006-03-16 Peter Dennis Bartok <pbartok at novell.com>
2006-03-17 Peter Dennis Bartok <pbartok at novell.com>
2006-03-17 Peter Dennis Bartok <pbartok at novell.com>
2006-03-21 Peter Dennis Bartok <pbartok at novell.com>
- Added explanation
2006-03-22 Peter Dennis Bartok <pbartok at novell.com>
2006-03-23 Peter Dennis Bartok <pbartok at novell.com>
2006-03-23 Peter Dennis Bartok <pbartok at novell.com>
2006-03-29 Peter Dennis Bartok <pbartok at novell.com>
- Added Marshaller attribute for set_Font to satisfy class status
2006-03-29 Peter Dennis Bartok <pbartok at novell.com>
2006-03-30 Peter Dennis Bartok <pbartok at novell.com>
- Stub these for now
2006-03-31 Peter Dennis Bartok <pbartok at novell.com>
- Fix comment
2006-03-31 Peter Dennis Bartok <pbartok at novell.com>
2006-03-31 Peter Dennis Bartok <pbartok at novell.com>
2006-03-31 Peter Dennis Bartok <pbartok at novell.com>
2006-04-04 Peter Dennis Bartok <pbartok at novell.com>
2006-04-04 Peter Dennis Bartok <pbartok at novell.com>
2006-04-10 Peter Dennis Bartok <pbartok at novell.com>
2006-04-11 Peter Dennis Bartok <pbartok at novell.com>
2006-04-11 Peter Dennis Bartok <pbartok at novell.com>
- oops
2006-04-11 Peter Dennis Bartok <pbartok at novell.com>
2006-04-11 Peter Dennis Bartok <pbartok at novell.com>
2006-04-11 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-12 Peter Dennis Bartok <pbartok at novell.com>
2006-04-14 Peter Dennis Bartok <pbartok at novell.com>
2006-04-17 Peter Dennis Bartok <pbartok at novell.com>
2006-04-19 Peter Dennis Bartok <pbartok at novell.com>
2006-04-20 Peter Dennis Bartok <pbartok at novell.com>
2006-04-25 Peter Dennis Bartok <pbartok at novell.com>
2006-04-25 Peter Dennis Bartok <pbartok at novell.com>
2006-04-25 Peter Dennis Bartok <pbartok at novell.com>
2006-04-25 Peter Dennis Bartok <pbartok at novell.com>
2006-04-25 Peter Dennis Bartok <pbartok at novell.com>
* Cursor.cs: Same fix as XplatUIWin32.cs.
2006-04-26 Peter Dennis Bartok <pbartok at novell.com>
2006-04-26 Peter Dennis Bartok <pbartok at novell.com>
2006-04-26 Peter Dennis Bartok <pbartok at novell.com>
2006-04-26 Peter Dennis Bartok <pbartok at novell.com>
2006-04-27 Peter Dennis Bartok <pbartok at novell.com>
2006-04-27 Peter Dennis Bartok <pbartok at novell.com>
2006-04-28 Peter Dennis Bartok <pbartok at novell.com>
2006-04-28 Peter Dennis Bartok <pbartok at novell.com>
2006-04-28 Peter Dennis Bartok <pbartok at novell.com>
2006-04-29 Peter Dennis Bartok <pbartok at novell.com>
2006-04-29 Peter Dennis Bartok <pbartok at novell.com>
- Disable debug
2006-04-29 Peter Dennis Bartok <pbartok at novell.com>
2006-04-29 Peter Dennis Bartok <pbartok at novell.com>
2006-04-29 Peter Dennis Bartok <pbartok at novell.com>
2006-04-30 Peter Dennis Bartok <pbartok at novell.com>
2006-04-30 Peter Dennis Bartok <pbartok at novell.com>
2006-04-30 Peter Dennis Bartok <pbartok at novell.com>
2006-05-01 Peter Dennis Bartok <pbartok at novell.com>
2006-05-01 Peter Dennis Bartok <pbartok at novell.com>
2006-05-01 Peter Dennis Bartok <pbartok at novell.com>
2006-05-02 Peter Dennis Bartok <pbartok at novell.com>
2006-05-02 Peter Dennis Bartok <pbartok at novell.com>
2006-05-05 Peter Dennis Bartok <pbartok at novell.com>
2006-05-05 Peter Dennis Bartok <pbartok at novell.com>
2006-05-08 Peter Dennis Bartok <pbartok at novell.com>
2006-05-08 Peter Dennis Bartok <pbartok at novell.com>
2006-05-10 Peter Dennis Bartok <pbartok at novell.com>
2006-05-10 Peter Dennis Bartok <pbartok at novell.com>
* XEventQueue.cs: We don't need to provide the extra info
2006-05-10 Peter Dennis Bartok <pbartok at novell.com>
2006-05-10 Peter Dennis Bartok <pbartok at novell.com>
2006-05-11 Peter Dennis Bartok <pbartok at novell.com>
2006-05-12 Peter Dennis Bartok <pbartok at novell.com>
2006-05-15 Peter Dennis Bartok <pbartok at novell.com>
2006-05-15 Peter Dennis Bartok <pbartok at novell.com>
2006-05-15 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-16 Peter Dennis Bartok <pbartok at novell.com>
2006-05-17 Peter Dennis Bartok <pbartok at novell.com>
2006-05-18 Peter Dennis Bartok <pbartok at novell.com>
2006-05-18 Peter Dennis Bartok <pbartok at novell.com>
2006-05-18 Peter Dennis Bartok <pbartok at novell.com>
2006-05-18 Peter Dennis Bartok <pbartok at novell.com>
2006-05-19 Peter Dennis Bartok <pbartok at novell.com>
2006-05-22 Peter Dennis Bartok <pbartok at novell.com>
2006-05-23 Peter Dennis Bartok <pbartok at novell.com>
2006-05-23 Peter Dennis Bartok <pbartok at novell.com>
2006-05-24 Peter Dennis Bartok <pbartok at novell.com>
2006-05-24 Peter Dennis Bartok <pbartok at novell.com>
2006-05-24 Peter Dennis Bartok <pbartok at novell.com>
- Commented out unused var
- More unused removal
2006-05-25 Peter Dennis Bartok <pbartok at novell.com>
2006-05-25 Peter Dennis Bartok <pbartok at novell.com>
2006-05-26 Peter Dennis Bartok <pbartok at novell.com>
2006-05-26 Peter Dennis Bartok <pbartok at novell.com>
2006-05-26 Peter Dennis Bartok <pbartok at novell.com>
2006-05-31 Peter Dennis Bartok <pbartok at novell.com>
2006-06-01 Peter Dennis Bartok <pbartok at novell.com>
2006-06-01 Peter Dennis Bartok <pbartok at novell.com>
2006-06-01 Peter Dennis Bartok <pbartok at novell.com>
2006-06-02 Peter Dennis Bartok <pbartok at novell.com>
2006-06-07 Peter Dennis Bartok <pbartok at novell.com>
2006-06-12 Peter Dennis Bartok <pbartok at novell.com>
2006-06-14 Peter Dennis Bartok <pbartok at novell.com>
- Fix build
2006-06-15 Peter Dennis Bartok <pbartok at novell.com>
2006-06-15 Peter Dennis Bartok <pbartok at novell.com>
2006-06-19 Peter Dennis Bartok <pbartok at novell.com>
2006-06-19 Peter Dennis Bartok <pbartok at novell.com>
2006-06-19 Peter Dennis Bartok <pbartok at novell.com>
2006-06-21 Peter Dennis Bartok <pbartok at novell.com>
2006-06-21 Peter Dennis Bartok <pbartok at novell.com>
2006-06-22 Peter Dennis Bartok <pbartok at novell.com>
2006-06-22 Peter Dennis Bartok <pbartok at novell.com>
2006-06-26 Peter Dennis Bartok <pbartok at novell.com>
2006-06-27 Peter Dennis Bartok <pbartok at novell.com>
2006-06-27 Peter Dennis Bartok <pbartok at novell.com>
2006-06-27 Peter Dennis Bartok <pbartok at novell.com>
2006-06-27 Peter Dennis Bartok <pbartok at novell.com>
2006-06-28 Jonathan Pobst <monkey at ipobst.com>
- Missed this one in the previous 2.0 checkin
2006-06-28 Atsushi Enomoto <atsushi at ximian.com>
2006-06-29 Peter Dennis Bartok <pbartok at novell.com>
2006-07-06 Peter Dennis Bartok <pbartok at novell.com>
2006-07-11 Peter Dennis Bartok <pbartok at novell.com>
2006-07-11 Peter Dennis Bartok <pbartok at novell.com>
2006-07-11 Peter Dennis Bartok <pbartok at novell.com>
2006-07-14 Jonathan Pobst <monkey at ipobst.com>
2006-07-14 Peter Dennis Bartok <pbartok at novell.com>
2006-07-14 Jonathan Pobst <monkey at ipobst.com>
2006-07-14 Peter Dennis Bartok <pbartok at novell.com>
2006-07-14 Peter Dennis Bartok <pbartok at novell.com>
2006-07-20 Peter Dennis Bartok <pbartok at novell.com>
2006-07-20 Peter Dennis Bartok <pbartok at novell.com>
2006-07-20 Peter Dennis Bartok <pbartok at novell.com>
2006-07-21 Peter Dennis Bartok <pbartok at novell.com>
2006-07-21 Matt Hargett <matt at use.net>
2006-07-21 Matt Hargett (matt at use.net)
2006-07-26 Peter Dennis Bartok <pbartok at novell.com>
2006-07-26 Peter Dennis Bartok <pbartok at novell.com>
2006-07-29 Peter Dennis Bartok <pbartok at novell.com>
- Don't always reset the border styles or forms will be messed up.
2006-07-30 Peter Dennis Bartok <pbartok at novell.com>
2006-07-31 Peter Dennis Bartok <pbartok at novell.com>
2006-07-31 Peter Dennis Bartok <pbartok at novell.com>
2006-07-31 Peter Dennis Bartok <pbartok at novell.com>
2006-07-31 Peter Dennis Bartok <pbartok at novell.com>
* TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
2006-08-02 Peter Dennis Bartok <pbartok at novell.com>
2006-08-03 Peter Dennis Bartok <pbartok at novell.com>
2006-08-08 Peter Dennis Bartok <pbartok at novell.com>
2006-08-08 Peter Dennis Bartok <pbartok at novell.com>
2006-08-08 Peter Dennis Bartok <pbartok at novell.com>
2006-08-08 Peter Dennis Bartok <pbartok at novell.com>
2006-08-08 Peter Dennis Bartok <pbartok at novell.com>
2006-08-10 Peter Dennis Bartok <pbartok at novell.com>
2006-08-11 Peter Dennis Bartok <pbartok at novell.com>
2006-08-11 Peter Dennis Bartok <pbartok at novell.com>
2006-08-14 Peter Dennis Bartok <pbartok at novell.com>
2006-08-14 Peter Dennis Bartok <pbartok at novell.com>
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
- Flush
- Flush
2006-08-15 Peter Dennis Bartok <pbartok at novell.com>
2006-08-16 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-23 Peter Dennis Bartok <pbartok at novell.com>
2006-08-27 Peter Dennis Bartok <pbartok at novell.com>
* XEventQueue.cs: Added PostQuitState property
2006-08-28 Peter Dennis Bartok <pbartok at novell.com>
2006-08-28 Peter Dennis Bartok <pbartok at novell.com>
2006-08-29 Peter Dennis Bartok <pbartok at novell.com>
2006-08-30 Peter Dennis Bartok <pbartok at novell.com>
2006-08-31 Peter Dennis Bartok <pbartok at novell.com>
2006-09-01 Peter Dennis Bartok <pbartok at novell.com>
Peter Williams (42):
2002-07-22 Peter Williams <peterw at ximian.com>
2002-07-22 Peter Williams <peterw at ximian.com>
2002-07-29 Peter Williams <peterw at ximian.com>
2002-08-07 Peter Williams <peterw at ximian.com>
2003-02-23 Peter Williams <peterw at ximian.com>
2003-02-23 Peter Williams <peterw at ximian.com>
2003-05-16 Peter Williams <peterw at ximian.com>
2003-05-16 Peter Williams <peterw at ximian.com>
2003-05-20 Peter Williams <peterw at ximian.com>
Add self to team.xml
2003-07-14 Peter Williams <peter at newton.cx>
2003-07-16 Peter Williams <peter at newton.cx>
Forgot this file
Forgot *these* files too.
2003-07-17 Peter Williams <peter at newton.cx>
2003-07-17 Peter Williams <peter at newton.cx>
2003-07-17 Peter Williams <peter at newton.cx>
So long; it's been fun, list files.
2003-07-17 Peter Williams <peter at newton.cx>
2003-07-17 Peter Williams <peter at newton.cx>
2003-07-18 Peter Williams <peter at newton.cx>
2003-07-17 Peter Williams <peter at newton.cx>
2003-07-18 Peter Williams <peter at newton.cx>
2003-07-18 Peter Williams <peter at newton.cx>
2003-07-18 Peter Williams <peter at newton.cx>
Remove Windows debugging information (*.pdb) on make clean.
I think missing only one .pdb file (out of the many that were lying around)
2003-07-20 Peter Williams <peter at newton.cx>
2003-07-20 Peter Williams <peter at newton.cx>
build:
2003-07-20 Peter Williams <peter at newton.cx>
2003-07-20 Peter Williams <peter at newton.cx>
2003-07-22 Peter Williams <peter at newton.cx>
This is deprecated in favor of INSTALL.txt and plain old README.
2003-07-22 Peter Williams <peter at newton.cx>
2003-07-23 Peter Williams <peter at newton.cx>
2003-07-24 Peter Williams <peter at newton.cx>
2003-07-24 Peter Williams <peter at newton.cx>
Have run-test depend on test-local after it does run-test-recursive, so
Add image, party hard
Add disco to .cvsignore
Fix bugzilla 51666.
Philip Van Hoof (49):
TextBoxBase.cs fixes by Philip Van Hoof and Menu fixes By Joel
updated the demo application
Commented something that has not yet been implemented in gtk-sharp
Added Demo2.exe to the makefile
Menu fixes
Changed my email adres in the ChangeLog-file
Changed my E-mail adres in the ChangeLog-file
Shortcut helper class
More Shortcut-types added
More Shortcut-types added
Shortcut fixes in MenuItem.cs
Added a .cvsignore-file for SWF/Gtk
Added widgets: ScrollBar, HScrollBar, VScrollBar
Added widget: VScrollBar
Added a small sample to test a single widget
Changed - Event of the ScrollBar Control
Event fix
Proof-demo that the scrollbar works
Little changes to the demo-application
*** empty log message ***
Small code-formatting changes to the Demo2.cs
Added setters of ForeColor and BackColor
Added System.Data t AssemblyInfo.cs in the makefile
Color demo
Fore -BackColor fixes
Color fixes
Prepared everything to start working on the StatusBar-control in SWF/Gtk/
Added a comment
StatusBar control
Fixed the crashing
Removed debugtests
Got rid of some gtk+-warnings about str being NULL
Modified Form.cs so that the very standard Form1.cs which VS.NET generates compiles
Added a clean-target in the makefile and another test application
Pending commit on my hd
Added statusbar support and fixed the vbox used for packing the menu and other special Controls
Added a statusbar demo
postion Fixes for Menus ToolBars and Statusbars
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Added a ChangeLog for this directory
*** empty log message ***
OnLoad of Form
Finished stuff of the Form mapping
Fix for two compiler warnings
Some fixes until datagrid.cs actually compiles
Fixed some compiler warnings
Phillip Pearson (3):
* TcpClient.cs: common_constructor() changed to Init() to match coding
* AllTests.cs: Fixed Lawrence's e-mail address.
* TcpClient.cs: Fixed SetTcpClient() to pass through to the Client
Piers Haken (178):
*** empty log message ***
*** empty log message ***
fix erroneous 'Completed' label in legend.
truncated filenames
added dependancies for update rule
truncate attributes
fixed help links, .ctor indenting
removed xml generation, it's done in the parent makefile
fix dependancies
add constructor parameters
list constructors first, remove class sub-element grouping DIVs
update for removed class sub-elemtent grouping DIVs
removed old (long named) files.
remote old (long named) files.
updated description
added support for structs, interfaces, delegates & enums
added support for structs, interfaces, delegates & enums
fix dependancies (depends on *.cs)
fix up dependancies
added support for struct, interfaces, delegates & enums
base class for class members
help links for interfaces
new event image
image for attRibutes
support for accessors, attributes.
added support for:
updated CorCompare.exe switches to reflect arbitrary assembly support
aesthetic changes
base class for tree elements
remove 'ghost' types from tree
add dummy rule for CorCompare.exe
can now omit '-x' flag for default output file
handle case of duplicate attributes in type info
fix loading of arbitrary reference types
handle weird type exception in System.dll
switch back to HTML output method
added support for CVS browsing (CTRL-click)
use web/makefile to build class-status, etc...
added new rules for assemblies. support for sub-sub-items
support for arbitrary nesting in menu
added rules for building assembly pages
new text describint features & where to find the assemblies (in the menu)
more class status updates:
more class status updates:
missing/extra images
member should be private
constructor, GetRank should be private
fixed member accessibility to match MS (corcompare).
fixed base classes (and typos)
fix typos
fix typos, access
fix access
serializable
added missing [Serializable] attribute
added missing [Flags] attribute
fix negative case & optimize
fix OnSet*, access
remove IsReadOnly
remove obsolete IsReadOnly
various fixups
more errors/attributes
hide warning 0679 (internal may be overriden by other languages)
minor fixups:
needed for SynchronizationAttribute
not sure what the original was based on, but this is much closer, eg: it actually implements the right methods, etc...
correct interfaces & base
minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...)
fix toggling when flags are on expandable nodes
field/property type warnings
finished most of the easy implemented stuff
faster Equals
Assembly.cs: LoadWithPartialName
added missing [Serializable] attribute
fix typo in class name
should be internal
field types, nested types, cleanup
implement BinarySearch, cleanup
FastCopy: use memmove instead of memcpy (for overlapped copies)
Copy: handle overlapped copies
major cleanup
fixed/optimized qsort()
make_room() now always makes enough room!
switched the To*(object) methods to use IConvertible directly instead of calling ChangeType
added LabelField.label_base to allow for arbitrary offsets (for switch statement)
- added support for switch(bool)
*** empty log message ***
Tue Apr 9 05:40:12 2002 Piers Haken <piersh at friskit.com>
added support for comparing values of static-literal fields
Piers Haken <piersh at friskit.com>
* cs-parser.jay: add 'override' attribute to System.Object.Finalize
Miscellaneous minor compliancy fixes:
* UInt64.cs: fix declaration of IConvertible.To* overrides.
* Stream.cs: Implement synchronous {Begin|End}{Read|Write}() methods.
fix index.rss dependancy
2002-06-23 Piers Haken <piersh at friskit.com>
2002-06-23 Piers Haken <piersh at friskit.com>
2002-06-29 Piers Haken <piersh at friskit.com>
2002-07-11 Piers Haken <piersh at friskit.com>
2002-07-12 Piers Haken <piersh at friksit.com>
2002-07-12 Piers Haken <piersh at friskit.com>
2002-07-12 Piers Haken <piersh at friskit.com
2002-07-15 Piers Haken <piersh at friskit.com>
2002-07-17 Piers Haken <piersh at friskit.com>
2002-07-17 Piers Haken <piersh at friskit.com>
2002-07-25 Piers Haken <piersh at friskit.com>
2002-07-31 Piers Haken <piersh at friskit.com>
2002-08-12 Piers Haken <piersh at friskit.com>
2002-08-13 Piers Haken <piersh at friskit.com>
Wed Aug 21 10:56:42 PDT 2002 Piers Haken <piersh at friskit.com>
Wed Aug 21 18:17:00 PDT 2002 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friksit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2003-09-14 Piers Haken <piersh at friskit.com>
2002-09-14 Piers Haken <piersh at friskit.com>
2002-09-12 Piers Haken <piersh at friskit.com>
2002-09-21 Piers Haken <piersh at friskit.com>
2002-09-21 Piers Haken <piersh at friskit.com>
2002-10-26 Piers Haken <piersh at friskit.com>
2002-10-26 Piers Haken <piersh at friskit.com>
2003-01-06 Piers Haken <piersh at friskit.com>
*** empty log message ***
*** empty log message ***
2003-02-02 Piers Haken <piersh at friskit.com>
2003-01-04 Piers Haken <piersh at friskit.com>
Thu Feb 6 02:43:23 PST 2003 Piers Haken <piersh at friskit.com>
Thu Feb 6 02:43:23 PST 2003 Piers Haken <piersh at friskit.com>
2003-02-06 Piers Haken <piersh at friskit.com>
2003-02-06 Piers Haken <piersh at friskit.com>
*** empty log message ***
*** empty log message ***
*** empty log message ***
2003-02-08 Piers Haken <piersh at friskit.com>
fix attachment filename
2003-02-09 Piers Haken <piersh at friskit.com>
2003-02-09 Piers Haken <piersh at friskit.com>
*** empty log message ***
fix stopping after fix
added some comments, fixed erroneous notifications
fix autogen path
2003-03-20 Piers Haken <piersh at friskit.com>
added myself
added schema
2003-03-07 Piers Haken <piersh at friskit.com>
2003-03-07 Piers Haken <piersh at friskit.com>
gzip errors.txt
2003-04-28 Piers Haken <piersh at friskit.com>
more error filters
new tool for performaing XSL tranformations
make build platform agnostic
2003-07-24 Piers Haken <piersh at friskit.com>
2003-07-24 Piers Haken <piersh at friskit.com>
2003-07-25 Piers Haken <piersh at friskit.com>
2003-07-25 Piers Haken <piersh at friskit.com>
2003-07-25 Piers Haken <piersh at friskit.com>
2003-07-25 Piers Haken <piersh at friskit.com>
2003-07-26 Piers Haken <piersh at friskit.com>
2003-07-26 Piers Haken <piersh at friskit.com>
2003-07-26 Piers Haken <piersh at friskit.com>
2003-07-27 Piers Haken <piersh at friskit.com>
2003-07-27 Piers Haken <piersh at friskit.com>
2003-07-27 Piers Haken <piersh at friskit.com>
2003-07-27 Piers Haken <piersh at friskit.com>
2003-07-27 Piers Haken <piersh at friskit.com>
2003-07-28 Piers Haken <piersh at friskit.com>
2003-07-28 Piers Haken <piersh at friskit.com>
2003-07-28 Piers Haken <piersh at friskit.com>
2003-07-28 Piers Haken <piersh at friskit.com>
2003-07-29 Piers Haken <piersh at friskit.com>
2003-07-29 Piers Haken <piersh at friskit.com>
2003-07-29 Piers Haken <piersh at friskit.com>
2003-07-29 Piers Haken <piersh at friskit.com>
2003-07-31 Piers Haken <piersh at friskit.com>
2003-08-01 Piers Haken <piersh at friskit.com>
2003-08-13 Piers Haken <piersh at friskit.com>
R. Tyler Ballance (3):
Fix for handling Nullable types in JSON deserialization
Gak, forgot to move the code after the null check on 'type'`
MonoTODO is cAsE SenSItIve stephane! :)
Rachel Hestilow (8):
2002-06-10 Rachel Hestilow <hestilow at ximian.com>
2002-06-14 Rachel Hestilow <hestilow at ximian.com>
2002-06-30 Rachel Hestilow <hestilow at ximian.com>
Add Phonic news item.
2002-10-19 Rachel Hestilow <hestilow at ximian.com>
2002-10-19 Rachel Hestilow <hestilow at ximian.com>
2002-12-22 Rachel Hestilow <hestilow at ximian.com>
2003-01-01 Rachel Hestilow <hestilow at ximian.com>
Radek Doulik (82):
added files for initial ppc support
added test
2001-11-29 Radek Doulik <rodo at ximian.com>
2001-11-29 Radek Doulik <rodo at ximian.com>
2001-11-29 Radek Doulik <rodo at ximian.com>
2001-11-29 Radek Doulik <rodo at ximian.com>
2001-11-29 Radek Doulik <rodo at ximian.com>
reverted my last changes, fixed unaligned access to make it work
2001-11-30 Radek Doulik <rodo at ximian.com>
2001-12-09 Radek Doulik <rodo at ximian.com>
2001-12-09 Radek Doulik <rodo at ximian.com>
ppc changes
ops, removed junk
2002-02-01 Radek Doulik <rodo at ximian.com>
implemented RegionInfo (string) constructor
ops, it should build again, I am sorry
more RegionInfo work
added translation CultureInfo id --> RegionInfo id
2002-02-16 Radek Doulik <rodo at ximian.com>
2002-02-16 Radek Doulik <rodo at ximian.com>
2002-02-16 Radek Doulik <rodo at ximian.com>
(ves_icall_System_Enum_ToObject): and likewise for s1 > s2
2002-02-17 Radek Doulik <rodo at ximian.com>
(mono_string_new_wrapper): new helper function, cut&pasted from
la la la, ChangeLog entries
2002-02-17 Radek Doulik <rodo at ximian.com>
2002-02-18 Radek Doulik <rodo at ximian.com>
added pinvoked method with 10 int arguments
ops
2002-02-18 Radek Doulik <rodo at ximian.com>
2002-02-19 Radek Doulik <rodo at ximian.com>
added stack saving for most arguments
2002-02-19 Radek Doulik <rodo at ximian.com>
added more pinvoke test methods
ops, fix return value passing
2002-02-19 Radek Doulik <rodo at ximian.com>
2002-02-22 Radek Doulik <rodo at ximian.com>
2002-02-24 Radek Doulik <rodo at ximian.com>
(mono_create_method_pointer): implements delegates with parameters
updated for new strings
added ppc port info
added ppc
add <BR>
introduced DEBUG, disabled by default
2002-05-13 Radek Doulik <rodo at ximian.com>
2002-05-14 Radek Doulik <rodo at ximian.com>
add braces
added --noptr to help
recognize NULL when --noptr
added --noptr option
fixed delegates return values
2002-05-15 Radek Doulik <rodo at ximian.com>
2002-05-15 Radek Doulik <rodo at ximian.com>
added note about running mcs
ops, unsaved entry
2002-05-16 Radek Doulik <rodo at ximian.com>
2002-05-16 Radek Doulik <rodo at ximian.com>
2002-05-17 Radek Doulik <rodo at ximian.com>
2002-05-20 Radek Doulik <rodo at ximian.com>
2002-05-20 Radek Doulik <rodo at ximian.com>
(ves_exec_method): use stackval_to_data as pointed out by lupus
(mono_value_box): don't use memcpy for small sizes on
2002-07-05 Radek Doulik <rodo at ximian.com>
2002-07-08 Radek Doulik <rodo at ximian.com>
2002-07-07 Radek Doulik <rodo at ximian.com>
2002-07-08 Radek Doulik <rodo at ximian.com>
2002-07-08 Radek Doulik <rodo at ximian.com>
updated
2002-08-02 Radek Doulik <rodo at ximian.com>
did quick surgery to update for Dietmar's new code
more surgery
more WIP
separated .il and .cs tests
fixed delegates
fixed struct marshaling, 108 tests pass now
fixed valuetypes marshaling in delegates
retval value type fixed
fixed compilation
2004-05-10 Radek Doulik <rodo at ximian.com>
2004-05-17 Radek Doulik <rodo at ximian.com>
2007-01-25 Radek Doulik <rodo at novell.com>
added new test for my latest ModuleBuilde.cs change
Rafael Mizrahi (2):
Fix csc error CS0234
svn path=/trunk/mcs/; revision=47518
Rafael Teixeira (328):
Old code
Small makefile correction
Uneeded
*** empty log message ***
*** empty log message ***
*** empty log message ***
kick off
Moving various files as pointed by Chris
cleaning some wrong comments
Still not all of Martin code, but now compiles Microsoft.VisualBasic.DLL
Ooops! forgot to add a source file
2002-05-12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Housekeeping!!!
Merged latest mcs files
just an small icon
syncing
2002-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
housekeeping
`head -n2 mbas\changelog`
housekeeping
2002-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Housekeeping
2002-06-15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-16 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Very start. Sorry no NANT or make support yet
2002-06-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-06-23 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-07-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-07-09 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
removed mb-parser.jay and mb-tokenizer.cs
2002-07-09 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-07-14 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-08-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-08-29 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-08-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
cvsignore
see the changelog
2002-09-03 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-09-03 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-08-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
ArgumentProcessorAttribute added
2002-10-05 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Project MonoQLE Link
wrap_as doubly defined bug
2002-10-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
alpha support for response files
2002-10-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2002-10-23 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
make test
hope it does not hang
`head -n 2 ChangeLog`
Corrections to *Trim sent by Daniel Campos
more changes from Daniel Campos: faster StrReverse - fleshed FileSystem.cs
Based on Draekko patches, mbas is entering the global makefiles
More Draekko patches to make mbas as useable as mcs
house cleaning
house cleaning
author list correction
MonoBASIC Compiler 1.0.0.0 - (c)2002 Rafael Teixeira
See changelog
2003/02/03 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
One more test file
2003/02/12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
adjusting .cvsignore
Marco comments included on mb-parser.jay
2003/02/19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Spurious text in Options.cs, was stopping compilation. Removed...
2003/02/22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
bringing System.Messaging to Mono (from MonoQLE)
AHEM: doing it again, using mono directories rules this time
I still have to learn lots about CVS
With it, we can make locally, wont change dirs list in mcs/class makefile for now
some bits that were lacking
Just a local makefile, to facilitate MonoQLE
head -n 2 ChangeLog
oops: mispelling corrected
some forgotten bits
Dummy version of needed class ServiceBase added
Dummy methods and fields
bits
2003/03/03 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/03/04 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/03/11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
bits
correcting a recurring typo
Location now handles column information, many parser rules corrected
bits
Adding Rafael Teixeira
Lots of stubs from Peter Van Isacker, that I'd started to flesh in - compilable
initial support for preprocessor commands
Fix: preprocessing directives ARE case insensitive, now.
2003-06-16 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
oops
trying to make it buildable and useable in linux
bits
makefile.gnu wasn't able to compile
.cvsignore added to clear cvs warnings
Peter Berlich patches for if statement and property declaration
mbas version now is 0.25.0.0 in sync with mono
Target 'test' added to Makefile
Makefile and xxx.sources files added to be compatible with new make process
Makefile and xxx.sources files added to be compatible with new make process
Adding System.Messaging and System.ServiceProcess to the buildable subdirs
bump up version number to 0.26
2003/08/13 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Copyright attribution was missing for a pair of files
*** empty log message ***
3/09/16 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/09/17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/09/17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
bits
2003/09/17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
lots of small adjustments, and correcting some sintaxes (extra modifiers)
support for named parameters (just enclose in {} in the description, and alternate form
2003/10/17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003-10-17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003-10-17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/11/10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/11/10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2003/11/12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
bump up version number
* Microsoft.VisualBasic/VBCodeGenerator.cs: Support for Option Strict/Option Explicit
Strings.cs bits
2003/12/06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
flush
Fixed bug #49660
just collapsed some ifs...
flush
A little better for mbas developers
2003/12/18 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Separating positive/begative tests aas tested with vbc
cygwin-induced headaches
2003/12/23 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
bits
someone has left Console.cs uncompilable - fixed it
2004-01-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/01/06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-01-10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
moving to namespace subdirectory
new tests
.cvsignore
2004-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
flush
2004-01-22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
flush
2004-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
moved around
forgot one
2004-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-01-24 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Corrected literal suffixes in test source file
2004-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Forcing an error to find solution for bug #52067
2004-02-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
First try at bug #52067 - Incomplete and hardcoded
Another partial cut at #52067
Another partial cut at #52067
Another partial cut at #52067
bits
2004/03/01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/03/02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/03/02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
MonoDeveloping mbas
2004-03-16 Rafael Teixeira (rafaelteixeira at hotmail.com)
2004/03/02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-03-19 Joerg Rosenkranz <JoergR at voelcker.com>
2004/03/22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/03/22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-02-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
updating mbas text a bit
2003-08-25 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-03-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-03-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
partially addressing bug #56477
2004/04/07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
correcting Dennis having erased Joerg copyright accidentaly
2004-04-08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-04-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-04-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-04-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/04/07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-05-13 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-05-15 Rafael Teixeira (rafaelteixeira at hotmail.com)
BETTER ALPHA WARNING
2004-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/05/31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Exercise Mono.GetOptions a bit in the testmbas/WriteOK.exe target
2004-05-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Added a TODO comment
2004-06-10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/06/10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-07-05 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
oops
2004-07-10 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/07/15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/07/15 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/07/26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
misplaced line in vb source, causing a System.ArgumentNullException in the synclock execution during test
2004/08/01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-08-01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
oops: forgot to add them
2004/08/01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/08/01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-08-08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
oops, forgot to yank some writeline-debugging lines
2004/08/19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/08/19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
cvsignore 'log' entry file
2004-08-31 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
exercise global attribute bug
2004/08/19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-09-11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-09-11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
ChangeLog cleanup
2004-09-14 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
small loop condition adjustment
2004/10/08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-10-11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-10-11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-10-11 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/10/08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-10-12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/10/22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-10-30 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004/10/22 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-11-30 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-12-01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-12-01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-12-27 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-01-04 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005/01/17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-01-19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-01-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-02-14 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-02-28 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2004-12-01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-23-03 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
MD 0.6 Makefile-based solution
2005-03-25 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-03-25:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-03-25:3 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-04-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-04-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-04-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-04-20 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-05 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-06:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-06:3 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-12 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-12:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-14 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-16:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-16 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-16:3 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-18 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-23 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-23:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-05-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-06 Rafael Teixeira (rafaelteixeirabr at hotmail.com)
2005-06-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-06:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-08 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-30 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-30:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-30:3 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-30:4 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-06-30:5 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Some new sources not reay to integrate on automated testing
Harmonizing Makefile with available test sources
Many more Makefile harmonization
oops
Some more bits
* Mono.GetOptions/OptionDetails.cs: Checks alternate forms first (new method IsAlternate(string compoundArg))
2005-06-08:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-07-06 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-07-13 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-07-13 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-07-13 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-07-20 Aldo Monteiro <aldo at psl-pr.softwarelivre.org>, Renato Suga <renato at psl-pr.softwarelivre.org>
2005-07-22 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-07-13 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-07-13 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-07-22 Maverson Eduardo Schulze Rosa <maverson at gmail.com> and Alexandre
2005-08-02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-04 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
?
2005-08-04 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-04:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-05 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-09 Maverson Eduardo Schulze Rosa <maverson at gmail.com>
2005-08-18 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-19: Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-19:2 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-08-24 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-10-07 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-10-17 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-10-19 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2005-11-02 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2006-01-23 Jelmer Vernooij <jelmer at samba.org>
2006-02-14 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2006-05-01 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2006-06-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2006-10-09 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
2007-01-21 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
Raja R Harinath (1969):
ignores
Allow 'make fullbuild' to work on non-srcdir build.
(mcs-tree-safe-build): Fix typo.
($(assemblies_DATA)): Copy file into
* attribute.cs (Attribute.CheckAttributeType): Check for ambiguous
(TypeContainer.AddIndexer): Use
Test for #56300.
(%-recursive): Honor 'make -k'.
(Delegate.VerifyApplicability): If the number of
Test for #56442.
(test-compiler-jit-real): Create log files for failed
(test-compiler-jit-real): Create a test result log file
(test-compiler-jit-real): Simplify sed expression.
* statement.cs (Block.Block): Implicit blocks share
(SetCustomAttribute): Handle the presence of the
(FlowBranchingException.LookupLabel): Add a null
(Driver.MainDriver) [IsModuleOnly]: Open code the
(test_flags): NUnit.Framework.dll is now in
* Makefile.am (fullbuild): Update to changes in tree layout.
($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
* runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
* runtime/Makefile.am (SUBDIRS): Build here before building subdirs.
(MethodResponse.OutArgCount): Make reference
(MethodResponse.GetOutArg): Make reference to _args null-safe.
Refactor Attribute.ApplyAttributes.
(Attributes.GetClsCompliantAttribute):
revert
* runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
(SUBDIRS): Remove 'gmcs' for now.
(clean): Quick hack to get 'make clean' to work better.
* runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
* expression.cs (MemberAccess.ResolveMemberAccess):
(install-data-local, uninstall-local):
revert log for uncommitted part.
test for bug #57151
testcases for bug 57151
(SUBDIRS): Build 'corlib' and first pass of 'System'
(all-local): Built first pass with BOOT_COMPILE.
(AssemblyDelaySign, AssemblyKeyFile): Disable
(corlib_net_2_0_bootstrap): Copy System.dll and
(AssemblyDelaySign, AssemblyKeyFile): Disable
Goodbye 'fullbuild', hello 'bootstrap'.
(all-local) [SECOND_PASS]: Rewrite to use 'make' itself
New tests.
Simplify sed expression.
* attribute.cs (Attribute.CheckAttributeType, Attribute.ResolveType):
(install-local,test-local,run-test-local,clean-local):
Add back lost 'chomp'.
(corlib_net_2_0_bootstrap): Remove extraneous copying.
(tmpinst-dir): Always add $tmpinst/lib to MONO_PATH.
Don't mention 'fullbuild'. Mention 'bootstrap'
* Makefile (run-test-local): Run gmcs and multi tests too.
(constructor): Remove. Compiler is a static-only
New test from #58290.
* class.cs (Event.RemoveDelegateMethod.DelegateMethodInfo):
Fix bug #57151.
add test-252.cs
Revert unlogged unexplained changes.
* DirectoryEntries.cs (SchemaFilter): New stub.
* System.DirectoryServices.dll.sources: Add
* DirectoryServicesPermission.cs: Fix typo.
* SearchResultCollection.cs: Add a few more stubs.
(all, clean): Remove indirection.
(tmpinst-dir): Creates _tmpinst tree if
* configure.in: Use proper autoconf idiom to pass additional
* cs-parser.jay (attribute): Create a GlobalAttribute for the case
* configure.in (AC_OUTPUT): Add tools/Makefile and
(SUBDIRS): Move 'monoresgen' ahead of 'class'.
* profiles/default.make (TEST_RUNTIME): Look in class/lib/default
(%.resources): Use INTERNAL_RESGEN.
(PROGRAM_COMPILE): Define to $(BOOT_COMPILE).
(get-monolite-latest, monolite-bootstrap):
Fix typo.
Fix small thinko.
Update to include instructions for the various new
remove doubled word, and slightly disambiguate a sentence.
(PROGRAM_INSTALL_DIR): Allow makefile to specify
(PROGRAM_INSTALL_DIR): Install mbas into
* library.make (LIBRARY_COMPILE): New define.
(EXTRA_FLAGS): Remove.
* Makefile: Simplify. Use executable.make.
* Makefile.am (mcs-do-basic-build): No need to set MCS here.
Remove a couple of noise words.
* nunit20/util/Makefile (EXTRA_DISTFILES): Remove
Rebuild
(clean-local): Add $(CLEAN_FILES) too.
Fix formatting using 'c-indent-line-or-region' in csharp-mode.
revert one unintentional change.
reindent with monostyle
(bootstrap,faststrap,fasterstrap): Refactor.
(monolite-bootstrap): Update.
(Mono.Posix/make-map.exe): Depend on $(the_lib) to pick
Don't sign if BOOTSTRAP_WITH_OLDLIB.
Add. Copied from System/Assembly/Consts.cs.
New testcases for bug #50820.
Bug #50820.
* cs0038-2.cs: New test, from bug #59477.
testcase from 59477
Remove trailing empty lines
(HAS_TEST): Remove.
(HAS_TEST): Remove.
(HAS_TEST): Remove.
Do away with stampfiles.
Partial support for writing Visual Basic source files.
Remove trailing empty lines
Remove stray space.
(HAVE_CYCLIC_DEP_FILE): New. Used to detect if
Simplify slightly.
Do away with stampfiles.
Support the new assembly signing setup in mcs/.
(LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
* runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
(PROGRAM_INSTALL_DIR): New define.
Fix bug #59477.
* Makefile (TEST_SOURCES): Add test-268.
Support enough features to build mscorlib.dll.
Rewrite to use library.make. Do away with stampfiles.
(PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
* library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
Override HAVE_CS_TESTS.
Now 'make bootstrap && make install' should install signed assemblies.
Remove contents. Any file listed
* library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
(TEST_COMPILE): Use internal mcs to compile the
(populate-runtime-subdir): Add _tmpinst directory
(uninstall-local): Fix typo.
* Console.cs (Console.Write, Console.WriteLine): Disable __arglist
(all-profiles, clean-profiles): Simplify slightly.
* platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
(net20bootstrap_response): Remove. This shouldn't
Include prototype completely-untested 'make bootstrap' support for W32.
(bootstrap) [PLATFORM_WIN32]: Open code. Don't
(MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE):
Fix typo
(populate-runtime-subdir): Rewrite sanity check.
* library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)):
(PLATFORM_LIB): New. Possibly refer to ../os/libmonoos.la.
revert wierd commit error
New test case for the breaking build.
(UnmanagedType_80): New constant. Used to workaround
Fix breaking build (see tests/test-272.cs). Since corlib is a
fix line-delete-o.
(REWRITE): New. Common rewriting 'sed' command.
* runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
* executable.make ($(PROGRAM)): Move depend on the makefrags ...
update
(LIBRARY_SNK): Sign with SharpZipLib.key. The library
(LIBRARY_SNK): Sign with Npgsql/Npgsql.snk.
Avoid spurious "unexpected incorrect error".
(LIBRARY_SNK): Sign with nunit.key.
(ReSign): Return a bool indicating success or failure.
Fix bootstrap with mcs 0.31.
Refine previous change to work with mcs 0.31.
Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH.
Use $(PLATFORM_PATH_SEPARATOR) in MONO_PATH.
(bootstrap) [PLATFORM_WIN32]: Make two-stage.
(dis_event_signature): Decode and print event_flags.
(LIBRARY_COMPILE): Only define for W32.
New test for #60459.
(gac_assemblies_list): Don't mention nunit.*.
* Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
* test-252.cs: Avoid reference to System.dll.
(BetterConversion): Remove buggy special-case
(gac_assemblies_list): Put back
* IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
Enable test-277. The bugfix went in before the freeze :-)
Use $(RESGEN) instead of $(INTERNAL_RESGEN).
(gmcs_exe): New. Set only if not W32.
(GAC_ROOT_DIR): Renamed from GAC_DIR.
* config-default.make (TEST_RUNTIME): Use 'mono' by default.
(mcs-do-basic-build, mcs-do-short-build):
* Makefile (OVERRIDE_BARE_TARGETS): Remove.
Support for avoiding "sharing violations" while compiling core
* cs0038-3.cs: New testcase from #60730.
(DoSimpleNameResolve): Expand CS0038 check to all names
List newly added NET 2.0 stubs.
(IfElseStateMachine.State, IfElseStateMachine.Token): Remove [Flags] attribute.
(PROGRAM_config): New auto-detecting define.
(install-local): Remove. Functionality moved to executable.make.
(monoone_DATA): Add mcs.exe.config.
* Makefile.am (opcode.def): Make $(srcdir)!=$(builddir) safe.
Fix for #60997.
(mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.
new tests from bug 61128
(test-compiler-jit-real): Add barebones support for
* expression.cs (BetterConversion): Don't allow either conversion
(TEST_SOURCES): Add 'mtest-1-dll' and 'mtest-1-exe'.
Attach $profile to log file name to make clear
Add bugzilla id for commit.
Fix test-290.cs.
New test.
Fix execution too.
* cs0571-3.cs, CS0571-3-lib.cs: New tests for #59980.
(fixed_statement): Introduce a scope for the
New test for #64330.
Fix bootstrap with mcs 1.1.x.
Fix test-290.cs.
* test-290.cs: New test.
Fix bug #55770.
Remove cs0246-6.cs.
(test-compiler-jit-real): Fix logic so that logs of
(event_declaration): Re-enable cs0071 error.
(SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
* library.make (test_lib, btest_lib): Build separate test
* Makefile (MCS) [PROFILE=default]: Force testing of 'mcs'.
(MCS) [PROFILE=default]: Force testing of 'mcs'.
* Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to
* library.make (test_sourcefile, btest_sourcefile): Define in terms of
(test_response, test_makefrag): Remove redundant $(PROFILE) in name.
(EXTRA_DISTFILES): Fix spelling of ChangeLog file.
(EXTRA_DISTFILES): Remove Soap.cmbx.
cvs ignores, sorry about the spam
(run-test-lib, run-btest-lib): Unify. Give profile-specific name
(fixed_statement): Introduce a scope for the
* test-280.cs: Backport fix from HEAD.
Profile for bootstraping the GMCS compiler.
(the_mdb): Fix.
(DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
New file.
(AssemblyVersion): Define to 2.0.x when
(lib_file) [PROFILE=net_2_0]: New test. Use
(net20bootstrapcorlib): Rename from net20bootstraplib.
Print 'IGNORED' when a test is ignored.
(mono-do-testjit): New target, unused for now. Runs
* library.make ($(test_nunit_dep)): Make sure NUnit is built for
(PROGRAM): Put in
Update to changes.
Re-apply changes from 2004-09-14.
* Makefile: Re-apply patches from 2004-09-14.
* metadata-internals.h (MonoImage): Add module_count field.
typo.
(ves_icall_System_Reflection_Assembly_GetModulesInternal):
($(tmpinst)/bin/pedump): New.
* test-120.cs: Don't exit on the first failure.
(test-clients): nunit-console.exe is now in a
Fix #65833, test-300.cs, cs0122-5.cs, cs0122-6.cs.
* Makefile (NEW_TEST_SOURCES_common): Add test-300.
* cs0122-5.cs, cs0122-6.cs: New tests.
* System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
New testcases for type-resolution.
More DeclSpace.ResolveType avoidance.
* Makefile (TEST_TAG): Rename back to 'mcs' and 'gmcs' to keep in
* mcs-ignore-tests: Empty.
(GetHashCode): When culture
Fix #65816.
* test-309.cs: Testcase from #65816.
* class.cs (FieldMember.DoDefine): Reset ec.InUnsafe after doing
put back in some missing change logs. I restored them up from the
Disable gen-77 for now, until Martin wakes up.
* Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
* do-tests.pl: Make robust to being invoked in parallel for
* Makefile (test-harness, test-harness-run): Rename from
whitespace noise.
Make 'dist-recursive' better integrate with automake's 'make dist'.
(net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
(PROFILE_MCS_FLAGS): Remove
(net_2_0_bootstrap_SUBDIRS): New.
(net_2_0_SUBDIRS): New. Only build 'wsdl' in the
Move support for building net_2_0_bootstrap libraries
(bootstrap_libs,bootstrap_libfiles): New.
(install-local): Install .mdb files too.
* platforms/linux.make (platform-check): Make more robust.
* profiles/net_1_1_bootstrap.make: New profile.
(net_1_1_bootstrap_SUBDIRS): New.
(net_1_1_bootstrap_SUBDIRS): New.
Avoid creating and deleting symlinks.
fix stupid typo.
(DISTFILES): Fix for 'make dist'.
(EXTRA_DISTFILES): Fix for 'make dist'.
Set version to 2.0.3600.0 even with BOOTSTRAP_NET_2_0.
Fix error message regression: cs0104-2.cs.
(test-clients): Refer to 'nunit-console.exe' in
* configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'ed
(DISTFILES): Comment out a few missing files.
placeholders for new profile directories
* profiles/basic.make: New.
(basic_SUBDIRS): New.
(Select): Add 'override' to make it compile.
* executable.make: Improve support for building executable into a
2004-11-17 Raja R Harinath <rharinath at novell.com>
2004-11-17 Raja R Harinath <rharinath at novell.com>
2004-11-17 Raja R Harinath <rharinath at novell.com>
2004-11-18 Raja R Harinath <rharinath at novell.com>
Don't run test-318 with gmcs.
2004-11-19 Raja R Harinath <rharinath at novell.com>
2004-11-19 Raja R Harinath <rharinath at novell.com>
(ILASM): Use MONO_PATH.
2004-11-19 Raja R Harinath <rharinath at novell.com>
In .:
2004-11-19 Raja R Harinath <rharinath at novell.com>
* Makefile (net_2_0_SUBDIRS): Add nunit20.
2004-11-22 Raja R Harinath <rharinath at novell.com>
2004-11-22 Raja R Harinath <rharinath at novell.com>
2004-11-22 Raja R Harinath <rharinath at novell.com>
* Makefile (clean-local): Clean up the temporary dir-* trees.
In .:
Kill stray ^M
* Decimal.cs [BOOTSTRAP_WITH_OLDLIB]: Use old code for compilers
* Decimal.cs [NET_2_0]: Use old code till GMCS imports decimal
In build:
Simplify 'make all' build.
Actually commit changes to configure.in. Sorry, they got left out, somehow, last time.
* Makefile (profiles-do--run-test): Allow list of profiles to be overriden.
* runtime/Makefile.am (AUTOMAKE_OPTIONS): Set to 'cygnus'.
* library.make ($(gacutil)): Fix path.
Update to changes in jay/skeleton.cs.
* Makefile (Commons.Xml.Relaxng.Rnc/RncParser.cs): Depend on jay/skeleton.cs.
* runtime/Makefile.am (check-local): Use $(mkinstalldirs).
* Assembly/Consts.cs (UnmanageType_80) [BOOTSTRAP_WITH_OLDLIB]: Update to
In .:
* runtime/Makefile.am (all-local): Make mcs/ tree writeable if necessary.
* Makefile.am (MPH_SOURCE): Distribute map.h.
* Makefile.am (MPH_SOURCE): Distribute old-map.h.
In .:
In build:
In tools/mono-rpm-helpers:
* harness.mk: Fix quoting.
In tools/corcompare:
In .:
* runtime/Makefile.am ($(symlinks)): Depend on config.status too.
2004-11-29 Raja R Harinath <rharinath at novell.com>
* configure.in (AC_OUTPUT): Move runtime/Makefile to the end to
* Makefile (mcs.exe) [PROFILE=default]: Keep a copy of mcs.exe in
* Makefile (TEST_SOURCES): Don't hardcode TEST_SOURCES_default.
* Makefile (TEST_NOPASS): Remove. Move old contents ...
* Makefile (RESOURCE_FILES): Make sure that we distribute these,
* executable.make (makefrag): Make profile-specific.
Fix stray ^M in decl.cs.
replace svn:eol-style:native=2test-10.cs properties with svn:eol-style=native
changed svn:eol-style:native=bug10.cs to svn:eol-style=native for
change more of the svn:eol-style:native=anonymous.cs to svn:eol-style=native
Fix line endings
* attribute.cs (Attribute.CheckAttributeType): Remove complain flag.
* Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources.
* library.make (gacdir_flag): New. Disable /gacdir flag if
* Makefile.am (dist-hook): Ensure we use the 'default' profile.
* Makefile (basic_SUBDIRS): Add second-pass System, too.
* VBCodeProviderTest.cs: Change namespace to
* test-326.cs (Main): Set return type to int, not void.
Some old versions of mono/mcs (e.g., mono-core-1.1.2-1.ximian.8.1)
remove stray ^Ms, and try to ensure it doesn't happen again
Revert parts of r37007.
* profiles/basic.make (MCS): Run the INTERNAL_MCS.
In Test:
* configure.in (ENABLE_NUNIT_TESTS): New.
In mcs:
* tools/wsdl/Makefile (EXTRA_DISTFILES): Distribute files referenced by
2004-12-06 Raja R Harinath <rharinath at novell.com>
* Makefile (RESOURCE_FILES): List only filenames.
* Makefile (BUILT_SOURCES): Add Common.Xml.Relaxng.Rnc/RncParser.cs.
* Makefile (lib_file): New autodetecting define.
* Makefile (OTHER_RES): New. Add template.c.
* Makefile (SUBDIRS): Move I18N after second-pass of System.
* Makefile (multi-2): Remove. Move comments to README.tests.
* Makefile (DISTFILES): Distribute *.il files too.
remove svn:executable from *.cs
* Makefile (test-multi-local): Fix compile command.
remove svn:executable from *.cs
* library.make (BUILT_SOURCES_cmdline): Use
* Makefile ($(TXT_RES)): Pass argument of RESGEN through
In nunit20/util:
remove svn:executable from *.cs
remove svn:executable from *.cs
remove svn:executable from *.cs *.txt
remove svn:executable form *.cs *.txt
* runtime/Makefile.am (uninstall): New.
Misc. 'make distcheck' fixes.
* Makefile (TEST_HARNESS_EXTRAS): New. List of files that need to
* configure.in: Set 'tar-pax' option for automake-1.9.
* driver.cs (Symlink): Pass additional parameter: the name of the
In mono/mini:
In class:
* Makefile.am (get-monolite-latest): Update to new location of
* test-driver: Clean up.
* README: Update with details about the new build setup.
Fix typos and thinkos.
* driver.cs (Main): Fix message when there are warnings.
remove svn:executable from *.cs
remove svn:executable from *.cs *.c *.h
remove svn:executable from *.cs *.c *.h
* INSTALL.txt: Minor updates to reflect build changes.
more svn property cleanups
* MethodDef.cs (CreateSignature): Add a space in generated signature.
* runtime/mono-wrapper.in (MONO_SHARED_DIR): Set. Ensures that
* mono/mini/Makefile.am (RUNTIME): Set MONO_SHARED_DIR.
* profiles/basic.make (do-profile-check): Rename from
* XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
* configure.in ($mcsdir/build/config.make): Use $mcsdir relative
New invariant: RootContext.Tree.Types.NamespaceEntry == null
* codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
* Makefile (run-mcs-tests, run-generics.tests): Don't remove
* class.cs, decl.cs, ecore.cs, iterators.cs, pending.cs,
* configure.in: Change from 'pax' format to 'ustar' format for the
* Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
* runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono.
* Makefile.am (LIBS): Remove. Was overriding results of configure check.
Fix for forthcoming type-lookup standard-conformance changes.
* Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
Remove .cs in test name.
* decl.cs (DeclSpace.ResolveType): Remove.
* IMembershipCondition.cs (Equals,ToString): Disable when building
remove svn:executable property from *.vb
Fix cs0509.cs, cs1632.cs.
* Makefile (all-local): Add CS0118-2-lib.dll.
* test-334.cs: New test for #69519.
Improve standard-compliance of simple name and member access
* Makefile (run-generics-tests): Fix quoting to better work in
(DISTFILES): Distribute *.inc files too.
* Makefile (DISTFILES): Distribute *.inc, *.pub, and *.response files too.
Fix cs0038-1.cs, cs1640-6.cs.
Add cs1540-6.cs.
remove unlogged change.
oops.
Remove unlogged change.
In mcs:
In mcs:
* profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use $(EXTERNAL_MBAS).
Restore testcase. Verified with CSC.
* Makefile ($(test_lib).config): New. Create it when test library is built.
* driver.cs (Install): Restore fix from 2004-12-08.
* cs-parser.jay: Fix several infelicities.
* cs-parser.jay (catch_clause): Simplify current_block handling somewhat.
* libtest.c (mono_test_return_vtype): Fill in a value in the 'd2' field too.
* runtime/Makefile.am (centum_nunit_tests): New. List of NUnit
* library.make (run-test-lib, run-test-ondotnet-lib): Print out the log.
Add circular dependency on System.Security.dll.
Add System.Security.dll cyclic dependency only in NET2.0 related profiles.
* runtime/Makefile.am ($(tmpinst)/config): New test support file.
oops.
Fix #71602.
* Makefile.am (common_sources): Add ssapre-cee-ops.h and ssapre-mini-ops.h.
Update attribute-handling to use the SimpleName/MemberAccess
* attribute.cs (Attribute.CheckAttributeType): Make private non-virtual.
* runtime/Makefile.am (mcs-compileall): Set MONO_PATH. Remove
* runtime/Makefile.am (test-support-files): New target.
* namespace.cs (NamespaceEntry.NamespaceEntry): Simplify, and
* test-341.cs: New test for #31984.
Fix test-334.cs (#69519).
* get.c (get_method_core): Use mono_method_signature (mh), not mh->signature.
* Makefile (EXTRA_DISTFILES): Distribute the resource files too.
* UnixUserTest.cs (UnixUserTest.ReentrantConstructors): Don't
* library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
Fix a crasher in a variant of #31984.
* Makefile (TEST_RESOURCES): New.
* runtime/Makefile.am (verify_profiles): Remove.
* runtime/Makefile.am (wrapper-config): Elevated from being a test
* location.cs (Location.AddFile): Fix CS2002 error report.
2005-02-07 Abin Thomas (NOSIP) <projectmonokochi at rediffmail.com>
Fix #72015.
* Makefile (SUBDIRS): Add 'rerrors'.
Combine two near-redundant caches.
* library.make (DISTFILES): Add $(btest_sourcefile).
Fix.
In mcs:
thinko.
Fix eol continuation
* ResXResourceReader.cs (load_data): Make exception more informative.
* decl.cs (EntryType.EntryType): New constructor to create an
Fix #59209.
* Array.cs (Array.Swapper) [!BOOTSTRAP_WITH_OLDLIB]: Make nested.
* platforms/win32.make (RESGEN): Point to in-tree version of
* cs1502-3.cs: New test from #72554.
updates
* scripts/Makefile.am ($(bin_SCRIPTS)): Depend on Makefile, so
In mcs:
remove experimental code in #if false .. #endif
In mcs:
* fixed-buffer-exe.cs: Rename from 'fixed-buffer.cs' to follow
* acinclude.m4: Don't include distributed libtool.m4.
* runtime/Makefile.am (cur_dir_cmd): New. Use cygpath to get the
* runtime/Makefile.am (PLATFORM_PATH_SEPARATOR): New. $(PATH_SEPARATOR) has the "wrong"
* Makefile (EXTRA_DISTFILES): Distribute all *.resx and *.resources.prebuilt.
Fix remainder of #63202. Change semantics of DoResolveLValue: it
* AssemblyInfo.cs [BOOTSTRAP_WITH_OLDLIB]: Disable SecurityPermission.
* Makefile (TEST_HARNESS_EXTRAS): Add test-74.cs.
* cs0131-3.cs: New test from #63202.
Fix #72678.
remove stray newline.
Fix crasher in re-opened #72347.
Fix #72732.
* runtest.pl: Add unexpected error check.
Fix #72756.
* namespace.cs (UsingEntry.Resolve): Undo change below.
remove deleted testcases
* build/config-default.make (exec_prefix, libdir): New.
* configure.in: Emit exec_prefix and libdir into mcs/build/config.make.
* cs1594-1.cs, cs1594-2.cs, cs1594-3.cs: New tests based on #68955.
Fix #68955.
2005-02-21 Michal Moskal <malekith at pld-linux.org>
Add back cs0217.
remove cs0143.
removed unused empty file
* library.make (BUILT_SOURCES_cmdline): Don't define if
* Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
* cs0534-3.cs, cs0534-4.cs, CS0534-3-lib.cs, CS0534-4-lib.cs: New
* Makefile (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
* FieldInfo.cs (GetFieldOffset): Make 'virtual' rather than
remove svn:executable
In mcs:
In mcs:
* Makefile (centum_tests): New list of test subdirs that should pass 100%.
* runtime/Makefile.am (centum_nunit_tests): Remove. The
Fix #72924.
Fix #73052.
* FileStreamTest.cs (Constructor_InvalidFileHandle): Fix to work
Unify DeclSpace.LookupType and DeclSpace.FindType.
* codegen.cs (EmitContext): Remove ResolvingTypeTree.
* decl.cs (DeclSpace.LookupType): Remove 'silent' argument. Move
Fix compile with MCS 1.0.0.0.
Fix #73282.
* Makefile (TEST_HARNESS_EXTRAS): Add test-353-2.cs.
Fix #73394.
* ecore.cs (SimpleName.DoResolve): Rename from SimpleName.DoResolveAllowStatic.
Clean up a few partial-class semantics.
* decl.cs (DeclSpace.LookupType): Don't loop but recurse into
* class.cs (TypeContainer.AddToMemberContainer): Use "." rather than '.'.
svn propset svn:eol-style native
Fix #73516.
oops.
Disable these for now
Make 'cs1041.cs' a "no error" test. Remove it from mcs-expect-no-error now that it's fixed.
In .:
* runtime/Makefile.am (clean_profiles): Remove.
* Makefile (NO_INSTALL): Define during the first pass.
* runtime/Makefile.am (SUPPORT_FILES): New. List of dependencies from ...
* build/library.make (gacutil): Use net_1_1_bootstrap/gacutil.exe.
remove cs0720.cs
* a-capture6.cs, a-nested.cs: Fix compilation.
Updated to new tests
Remove TypeManager.LookupType and TypeManager.LookupTypeDirect.
Fix stray ^M. Set svn:eol-style=native to a few files.
svn:eol-style=native
svn:eol-style=native
* Makefile (RUNTEST_PL, test-multi-local): Remove, now that
update
svn:eol-style=native
* Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.
rename know-issue-* to known-issue-*
* Makefile (run-mcs-tests): Disable TestRunner on net_2_0 profile.
fix
* Makefile (DISTFILES): Don't distribute TestRunner.exe.
* library.make (TEST_FILES, $(test_response), $(btest_response)):
update
another fix
ignore newly added testcase by marek
* cs-parser.jay: Pass MemberName to RootContext.Tree.RecordDecl.
Fix cs0128.cs
Allow testing of System.Drawing with a libgdiplus snapshot.
* runtime/Makefile.am (wrapper-config): Remove temporary file.
* Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
* configure.in (libgdiplus): Make more intuitive.
In .:
* enum.cs (Enum.DefineType): Set ec.InEnumContext and ec.ContainerType.
Fix #73038.
* configure.in: Define mono_libdir using $(exec_prefix), seeing
* enum.cs (Enum.LookupEnumValue): Remove debugging code.
Some changes based on Martin's request to make it easier to merge into gmcs.
Improve warning slightly.
In mcs:
* decl.cs (MemberCache.AddMethods): Use C# terminology in warning.
Hopefully, third time's the charm.
Fix #74060.
* ecore.cs (PropertyExpr): Derive from Expression, not ExpressionStatement.
* ecore.cs (MemberExpr): New class. Convert from interface IMemberExpr.
update
* statement.cs (If.Resolve): Avoid spurious "uninitialized
Fix difference in behaviour with commandline invocation.
remove already fixed testcase. The false negative was fixed by the
Clean up semantics of invoking ResolveMemberAccess.
New test included for code coverage.
* ecore.cs (SimpleName.SimpleNameResolve): Move 'invariant meaning
In mcs:
In mcs:
* configure.in (pkg_config_path): Rename from PKG_PATH. Fix build
In System.Collections.Generic:
(Dictionary.CopyTo, HashKeyCollection.CopyTo, HashValueCollection.CopyTo):
* cs1521-2.cs: Change 'class' to a 'struct' to narrow down the
* monod.c: Refer to mono/mini/jit.h.
Fix #74041.
In mcs:
Fix comment
In mcs:
* Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
2005-04-07 Muthu Kannan <t.manki at gmail.com>
2005-04-07 Abin Thomas <projectmonokochi at rediffmail.com>
* cs0535-3.cs: New test from #58413.
* Makefile (EXTRA_DISTFILES): Add support file Test/.../InstallerAssembly.cs.
* FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
* profiles/basic.make (do-profile-check): Handle some possible
In mcs:
* Makefile (EXTRA_DISTFILES): Add app_test_2.0.config.
In ilasm/codegen:
2005-04-08 Ankit Jain <radical at corewars.org>
2005-04-08 Ankit Jain <radical at corewars.org>
Fix #74510.
* configure.in (AC_OUTPUT): Remove 'mono/handles' directory.
* typemanager.cs (IsUnmanagedType): Restore !IsValueType check
New test.
* decl.cs (MemberCache.AddMethods): Don't warn if
Fix #74528.
* Makefile (MCS): Override only in the 'default' profile.
Undocumented new targets 'compiler-tests-net_2_0' and
* wapi-private.h: Remove reference to 'daemon-private.h'.
* mono/Makefile.am (DIST_SUBDIRS): Add 'handles' directory.
* library.make (dist-local): Include all ChangeLogs in the tarball.
update
Revert to old version, now that the merge is complete.
Remove invalid testcase. It is rejected by CSC 2.0.
Update
* cs0208-7.cs, cs0208-8.cs: New tests. Verified on CSC.
update to changes
Fix cs0208-7.cs and cs0208-8.cs.
2005-04-16 Bill Middleton <flashdict at gmail.com>
Fix #73834.
Fix #74481.
Update
* decl.cs (AddMethods): Use the declaring type of the problem
Update after merge
Update after merge
update after merge
* fixup.pl: Allow input from stdin.
2005-04-21 Raja R Harinath <rharinath at novell.com>
* Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
* Makefile (PROGRAM): Make profile-specific.
* rules.make (INTERNAL_ILASM): Update.
* Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set. The actual signing
* Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
Distribute runtime/monodis-wrapper.in
Make distcheck friendly
* runtime/Makefile.am (mcs-compileall): Verify the fixed-up dll too.
* DefaultArgumentValueAttribute.cs: Remove any trace of executable
($(the_il)): Make resilient to errors.
($mcsdir/build/config.make): Don't be over-eager in the definition
* fixup/Makefile (install-local): Depend on $(the_lib).
Revert unlogged change.
* Makefile.am (CSC): Use '-unsafe' instead of '--unsafe'.
* Makefile.am (RUNTIME): Add MONO_CFG_DIR.
* gmcs.exe.config: Update v2.0.40607 -> v2.0.50215.
* Makefile (centum_tests): Add Mono.Security and
Fix #74692.
* rerrors_btest.dll.sources: Remove LateBinding10.vb and
update
* ILTokenizer.cs (GetNextToken): Handle 'tail.' and 'unaligned.' instructions.
* configure.in (AC_DISABLE_FAST_INSTALL): Set.
re-enable -dlopen workaround for monodis-wrapper.
svn:eol-style native
* class.c (mono_class_init): Add a mono_loader_unlock to the #74734 fix.
Remove FIXME.
* Makefile (BOOTSTRAP_MCS): Fix.
Fix #74773.
In mcs:
* pending.cs (BaseImplements): Move the #74773 fix here. This is
Fix #64812.
* DictionaryTest.cs (MyTest.GetHashCode): Add to silence a compiler warning.
In mcs:
Fix #74797.
Oops.
* decl.cs (DeclSpace.FamilyAccessible): Use TypeManager.IsNestedFamilyAccessible.
* Makefile (net_2_0_SUBDIRS): Add 'corcompare'.
* Makefile (uninstall-local): Use the basename.
* library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
Remove $(build_lib) during make clean
* Microsoft.VisualBasic.VBUtils.txt: Rename from ...
* Makefile ($(makefrag)): Emit dependencies on $(build_lib).
* Makefile (with_mono_path): Define.
* Makefile (TEST_COMPILE): Set MONO_PATH.
svn:eol-style=native
svn:eol-style=native
* Mono.GetOptions.Useful/CommonCompilerOptions.cs (AddedReference):
In mcs:
* library.make (dist-fixup): Fix typo.
* driver.cs (InitializeRootContextAndOthersFromOptions):
svn:eol-style=native
In mcs:
* statement.cs (Block.Resolve): Revert change below. Modify fix
In mcs:
* configure.in (AC_OUTPUT): Add mono/arch/ia64/Makefile.
In mcs:
Set svn:eol-style=native, delete svn:executable.
update to latest results
svn:eol-style native
Update after latest merge
Fix spurious ^M in Microsoft.JScript.dll.sources -- make dist failed due to that
2005-05-19 Satya Sudha K <ksathyasudha at novell.com>
svn:eol-style=native
svn:eol-style=ignore
svn:eol-style=native
svn:eol-style=native
svn:eol-style=native
* Console.cs (Readline) [NET_2_0]: Avoid "uninitialized variable" error.
* ListTest.cs (TestGetRange): Add missing ';'. Actually compare
update
* statement.cs (ToplevelBlock.GetParameterReference)
2005-05-20 Raja R Harinath <rharinath at novell.com>
In System.Text.RegularExpressions:
Some low-hanging fruit.
* Makefile (SUBDIRS): Add Test/standalone.
More low-hanging fruit.
* compiler.cs (InterpreterFactory.GroupCount): Fix. The 0'th
In .:
* rules.make (STD_TARGETS): Make them all go through an indirection.
In Test/System.Text.RegularExpressions:
Move test-386 to NEW_TEST_SOURCES_common.
* Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
* RegexReplace.cs: Add a couple more testcases.
* replace.cs (ReplacementEvaluator.Compile): Rewrite to avoid
In mcs:
* DateTimeTest.cs (TestParseExact2): Remove. Merge into ...
* Environment.cs (ExpandEnvironmentVariables): Rewrite
Sprinkle a few ^Ms around so that emacs treats it as a fully DOS file
* parameter.cs (Parameter): Remove TODO comment.
In mcs:
* cs1589.cs, cs1590.cs, cs1590-2.cs, cs1590-3.cs, cs1592.cs:
Fix #75081.
* mono-service.cs (MonoServiceRunner.Main): Replace LockFlags with
Fix #75080, cs0119.cs.
* object.c (mono_method_return_message_restore): Fix computation
* Makefile (TEST_SOURCES_common): Re-enable test-183: the runtime
* mcs/ecore.cs (Expression.Resolve): Emit CS0654 error when -langversion:ISO-1.
In tools:
eol-style=native
* Makefile (NO_INSTALL): Set.
Ensure that partial classes are registered in their enclosing
* mcs/class.cs (GetPartialBases): Fix return value check of part.GetClassBases.
Add bug id.
Simplify Enumerator.MoveNext to make it "obviously correct", rather
* interpreter.cs (Interpreter.GenerateMatch): Avoid allocating two
In System.Text.RegularExpressions:
* parser.cs (Parser.ConsumeWhitespace): Add bounds check.
* Makefile (run-test-local): Don't pick 'mono' from the path.
* executable.make (dist-local): Copy from library.make.
* tests/Makefile (run-test-local): Run with $(TEST_RUNTIME).
* Makefile.am (testbundle): Run the testcase with MONO_PATH set to
* Makefile (DISTFILES): Fix for 'make distcheck'.
* Makefile (EXTRA_DISTFILES): Remove. There's no Test/ directory.
Revert r46073. It caused corlib_test.dll compilation to fail.
* Makefile (mono-api-info.exe): Copy mdb file from the
In System.Collections.Generic:
revert accidental checkin. This doesn't re-enable those tests since the
Standardize line-endings in files (if most of the file is CRLF,
* XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
Make line-endings uniform to make Emacs friendly.
* XmlSerializerTests.cs (TestSerializedDateTime): Fix sign of timezone.
* Makefile (centum_tests): Add System.XML.
svn:eol-style=native
Some cleanups preparing for the fix of #75283.
Fix changelog entry. Use tab, not 4 spaces to indent.
disable test-105 for now. It hangs.
* Makefile (centum_tests): Move System.XML ...
* Makefile (SCARY_LIB): Remove.
* convert.cs (FindMostEncompassedType): Add two trivial special
* CollectionTest.cs (IEnumerable.GetEnumerator): Don't prefix with
* expression.cs (Invocation.EmitCall): Fix initialization
Make line-endings uniform. Set svn:eol-style=native for files with LF line-endings.
Make line-endings uniform. Set svn:eol-style=native for files with LF line-endings.
svn:eol-style=native
Make line-endings uniform. Set svn:eol-style=native on files with LF line-endings.
In System.Collections.Generic:
In System.Collections.Generic:
Revert change to fix make distcheck. The file wasn't checked in, it appears.
Set eol-style=native.
svn:eol-style=native
* Makefile: Remove old test harness.
* Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
Testcase from #75417
Standardize file-endings. Set svn:eol-style=native on LF-terminated files.
In mcs:
In mcs:
Avoid resource leakage on 'make clean' (see #75424).
* runtime/Makefile.am (all-local, install-exec, uninstall): Call semdel-wrapper.
* Makefile.am (EXTRA_DIST): Distribute mono-uninstalled.pc.in.
In System.Configuration:
In mcs:
Fix #75472.
New test from #75472
* statement.cs (Switch.SwitchGoverningType): Only look at
In mcs:
* Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's
In System.Text.RegularExpressions:
Clean up formatting
* scripts/script.in: Add @framework_version@ blank.
* Makefile (PROGRAM): Make profile-specific.
* Makefile (PROGRAM): Make profile specific.
Update.
* Makefile (centum_tests): Add System.Messaging and
* Makefile (NO_TEST): Set.
* statement.cs (Block.Flags); Remove HasVarargs.
Make even more lazier.
Update
* ecore.cs (IAlias): Remove.
* namespace.cs (Namespace.Lookup): Drop location parameter.
* codegen.cs (EmitContext.DeclSpace): Make readonly.
In mcs:
Make error message use active voice.
update
In mcs:
* typemanager.cs (types, typecontainers, user_types): Remove.
* statement.cs (Block.Flags): Add back HasVarargs.
* const.cs (Error_ExpressionMustBeConst):
* namespace.cs (NamespaceLookupType): Avoid a string allocation when we
2005-07-22 Raja R Harinath <rharinath at novell.com>
* profiles/basic.make (do-profile-check): Make the "silent"
Make line-endings uniform CRLF
In System:
* Enum.cs (GetValue): Make private. Return an ulong.
* Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. Avoid sharing
* Makefile: Minor re-org for better readability. Remove an outdated comment.
* executable.make, library.make: Use unix-style commandline options.
Re-indent a couple of paras.
In mcs:
update
In mcs:
Update
In mcs:
In mcs:
* HttpCachePolicyElement.cs: Fix compilation with mcs 1.0.
In mcs:
fix erroneous code that's _not_ the target of the test.
eol-style=native
eol-style=native
Unify line-endings. Set eol-style=native for files with LF-line endings
(Now that the compiler has started using HybridDictionary, ...)
Add a FIXME uncovered by some ListDictionary cleanups.
* ListDictionary.cs: Rewrite to reduce key comparison overhead.
Unify line-endings. Set svn:eol-style=native
* profiles/basic.make (do-profile-check): Add some debugging output.
* profiles/basic.make: Handle disassemblers that print corlib version in hex.
* Makefile (DISTFILES): Move files in common/ to ...
* Makefile (EXTRA_DISTFILES): Add README.gb18030 and gb18030.table.
Fix #75679.
In mcs:
* support.cs (SeekableStreamReader.Position): Avoid an expensive
In .:
* profiles/basic.make (do-profile-check): Set MONO_PATH when
svn:eol-style=native
Fix thinko. If this doesn't work, I'll need to rewrite
svn:eol-style=native
In mcs:
* compiler-tester.cs (NegativeChecker.GetCompilerError): Don't
Remove UTF8 marker. The file is ASCII.
In mcs:
In mcs:
update
Fix thinko.
In mcs:
use -target:foo style flags rather than /target:foo
In mcs:
Fix #75934.
* ParameterBuilder.cs (SetCustomAttribute) [MarshalAsAttribute]:
* CustomAttributeBuilder.cs (get_umarshal): Fix typo. The name of
* CalendarTest.cs: Remove duplicate using-declarations.
unify line-endings
* NameValueCollection.cs (Add): Add a key from the other
* reflection.c (encode_marshal_blob): 'marshaltype' and
update
* CustomAttributeBuilder.cs (get_umarshal): Don't cause a nullref
Fix #75883.
Fix bug id
In mcs:
* attribute.cs (GetMarshal): Work even if "DefineCustom" is
* Makefile (bootstrap): Remove special handling on Win32.
Prettier commandlines
Re-apply r49459 with some fixes.
* profiles/basic.make (do-profile-check): Quote sed expression.
* Makefile.am (test-type-load): Refer to source files using $(srcdir).
Fix whitespace
In gmcs:
* Makefile (PROGRAM): Make profile specific.
* Makefile (COMPILER): New. Points to mcs.exe or gmcs.exe
Make line-endings uniform, svn:eol-style=native
* SqlString.cs (MoneyFormat): Move to SqlMoney.cs.
* runtime/Makefile.am (all-local, install-exec, uninstall)
* cs-parser.jay (type_arguments): Add CS1644 check.
* Makefile (centum_tests): Remove System.Web.
Add Mono.C5 to 'make check'.
* interpreter.cs (Interpreter.Eval) [OpCode.Until]: Avoid some
Handle degenerate matches better.
eol-style=native
* Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
* configure.in (MONO_VERSION): Emit it into config.make. Don't build Consts.cs.
* compiler-tester.cs (TestRunner.ExecFile): New helper carved out of ...
Fix #72152, #72989.
update with more info.
* interpreter.cs (Interpreter.Eval) [OpCode.Until]: Invert the
In mcs:
* arm/dpiops.sh, arm/fpaops.h: Output to stdout.
* configure.in (BUILD_MCS): New automake conditional. Used to
* Makefile.am (AM_CFLAGS): Rename from INCLUDES.
* configure.in (CROSS_COMPILING): New automake conditional.
Keep dependencies of cpu-*.h even when cross compiling, so that we're
* Makefile.am (AM_CFLAGS): Don't use += to append inside conditionals. Use ...
* ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
* configure.host: Fix syntax error.
* DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
* mcs/support.cs (SeekableStreamReader): Simplify drastically. Don't
* mcs/support.cs (SeekableStreamReader.Position): Don't error out when
* profiles/basic.make (monolite_flag, use_monolite): New. Used to
Revert r51122 since it's causing strange failures. Restore tree to bootstrap-land
update to reflect results after reversion.
*** Merged revisions from mcs: 49829, 50194, 50875, 50936, 50939
* Makefile (with_mono_path_n11b): New.
*** Merged revisions from mcs: 49487, 49488, 49497, 50753, 50859
*** Merged revisions from mcs: 50155, 50225
*** Merged revisions from mcs: 50555
whitespace fix
*** Merged revisions from mcs: 50790
*** Merged revision from mcs: 50836
* System.Configuration/ConfigurationManagerTest.cs
In gmcs:
* convert.cs (GetConversionOperator): Rename from
In mcs:
* ecore.cs (PropertyExpr.Emit): Use Invocation.EmitCall to emit
remove some debugging code.
*** Merged revisions from mcs: 51156, 51258, 51349
*** Merged revisions from mcs: 51396, 51403, 51548
*** Merged revisions from mcs: 51512, 51513
* gtest-212.cs, gtest-213.cs: New tests based on #76084.
* Makefile (RESOURCES): Distribute newly added cursors.
In mcs:
workaround parsing bug in compiler-tester
*** Merged revisions from mcs: 51705, 51728
*** Merged revisions from mcs: 51787
*** Merged revisions from mcs: 51858, 51864
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. Make 'distcheck'
* Makefile.am (testbundle): Use in-tree config, and in-tree
In tests:
* Array.cs (Swapper): Remove NET_2_0 guards from nested declaration.
Revert revisions 51953, 51954
In mcs:
* icall.c (base64_to_byte_array): Don't pass an out-of-range
* CodeGeneratorFromTypeTest.cs (CodeGeneratorFromTypeTest_Class)
* typemanager.cs (assemblies, external_aliases, modules)
Fix typo
* namespace.cs (NamespaceEntry.DefineNamespace): Remove.
* namespace.cs (RootNamespace.VerifyUsingForAll, Namespace.VerifyUsing): Remove.
Enable a couple of tests by adding expected error message
In mcs:
* HybridDictionary.cs (is_list): Remove.
In mcs:
In mcs:
update
*** Merged revisions from mcs: 52039
* Import.cs (Resolve): Update to changes in GMCS.
*** Merged revisions from mcs: 52077, 52086, 52089
*** Merged revisions from mcs: 52092, 52136, 52137, 52172, 52173
*** merged revisions from mcs: 52236, 52240, 52241, 52271, 52276, 52300, 52302
*** merged revisions from mcs: 52313
*** merged revisions from mcs: 52375-52682
*** merged revision from mcs: 52692
Remove some trivial differences between mcs and gmcs
remove trivial differences between mcs and gmcs
* System/Array.cs (Resize<T>) [2-argument variant]: Fix nullref.
Fix typos in expected error message.
Rename ClsCompliaceRequired to ClsComplianceRequired (already in gmcs)
Add LowerCaseStringConverter.cs.
* EventHandler.cs (EventHandler<TEventArgs>): Rename from EventHandler<T>.
*** merged revisions from mcs: 52837-52943
*** merged revisions from mcs: 52967-53002
Revert SVN r53054
* ColorMatrix.cs: Make it have Sequential layout.
Update.
Make line-endings uniform
* Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
* scripts/Makefile.am (bin_SCRIPTS): Move 'gmcs' to ...
2005-11-23 Raja R Harinath <rharinath at novell.com>
2005-11-23 Raja R Harinath <rharinath at novell.com>
* mini/Makefile.am (ILASM): Use profile-dependent location of ilasm.
* metadata.c (do_mono_metadata_parse_generic_class): Avoid
* loader.c (method_from_memberref): Don't use the current context
* metadata.c (mono_type_create_from_typespec_full): Ensure that
* metadata.c (mono_type_create_from_typespec_full): Make debugging
* class-internals.h (MonoGenericContainer.is_signature): Remove.
update
* icall.c (ves_icall_MonoType_get_DeclaringType): Implement
* Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
update
Update
* errors/Makefile (DISTFILES): Add *.snk.
* metadata.c (select_container): New. Refactor code to select the
ignore test-465 for now, since it uses '\' path separators
* Makefile.am (test_sources2): Add generics.2.cs.
** merged from mcs revisions: 53002-53152
** merged parameter handling rewrite from mcs: revisions 53239-53340
*** merged revisions from mcs: 53694-53833
** merged revision 53896 from mcs
** merged revisions 53910-53917 from mcs
** merged revision 53922 from mcs
* class.c (mono_class_from_generic_parameter): Don't set
* TypeTest.cs (TypeParameterIsNotGeneric): New. Test invariants
* generic.cs (DropGenericTypeArguments): New. Captures the common
* anonymous.cs (AnonymousMethod.Compatible): Use IsGenericType
Update
* class.c (set_generic_param_owner): Delete.
Fix thinko
* AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
* Makefile (default_SUBDIRS): New. Rename from SUBDIRS, and move
* Makefile (DIST_ONLY_SUBDIRS): Add 'xbuild'.
* System/Type.cs (IsGenericType): Make virtual.
* typemanager.cs (TypeManager.GetFullName): Rewrite to handle nested types.
* generic.cs (TypeManager.IsGeneric): Remove unused method.
* metadata.c (mono_metadata_parse_method_signature_full): Remove a dead store.
* metadata.c (do_mono_metadata_parse_generic_class): Don't pass the current
Fix typo
Remove all mention of TypeContainer from decl.cs.
Fix #77008.
** merged revisions 54091-54321 from mcs
** merged revisions 54522, 54525 from mcs, with the following additional
Fix #77006.
** merged revision 54529 from mcs
* configure.in (config.make): Don't blindly copy over $INSTALL,
Quote '[]' properly.
* TypeTest.cs (FullNameGenerics): Identify individual assertions.
** merged revision 54585 from mcs
* icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
Enable
Fix #77035.
* TypeTest.cs (FullNameGenerics): Add tests for AssemblyQualifiedName.
* TypeTest.cs (IsAssignable): New. Test Type.IsAssignableFrom for generic types.
Fix regression in Mono.C5.
* SerializationTest.cs: Use Assert.AreEqual instead of Assertion.AssertEquals.
Make line-ending uniform
Fix thinko
* ConsoleTest.cs: Modernize to use attributes and Assert class.
In build:
* Makefile (COMPAT_PROFILE_DIRS): New.
* library.make (LIBRARY_PACKAGE): New define. Install development symlinks for
* ObjectManager.cs (ObjectRecord.IsInstanceReady): Fix regression
* Makefile: Build FirebirdSql.Data.Firebird only in the "default" profile.
* library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
Fix regressions introduced by the fix to #71300.
* System.Net.Mime/ContentDispositionTest.cs: Use Assert.AreEqual
Fix #77160.
* PropertyInfoTest.cs: Use newer nunit API.
* TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
*** merged revisions 54647 and 54704 from mcs
* HashMembershipConditionTest.cs (HashValue): Remove 1/256 chance
Fix #75636.
Missed one more case.
* Syscall.cs (sys_futimes): Remove buggy custom marshaller on 'fd' parameter.
This should fix #76928. This fix incorporates ideas from a patch
* scripts/Makefile.am (scripts_2_0): Add nunit-console2.
Distribute nunit-console.exe.net_2_0.config
* test-xml-050.cs: Set output to xml-050.xml, not xml-050.cs.
Fix #77200.
Fix #77204.
Fix #77180.
* Makefile: Revert my '2006-01-10' commit. Prefer the more
Fix #77221.
*** merge revisions from mcs: 55367, 55370, 55372, 55427, 55460
* TypeElementTest.cs (Ctors1): Don't expect a null-reference exception.
* data/net_2_0/machine.config: Fix a couple of typos in type names.
Rename gtest-235-exe.cs to gtest-235.cs
In mcs:
Fix #76824.
*** merged revisions from mcs: 55631, 55676
Fix #76656, cs0231-2.cs.
In build:
In System.Collections.Generic:
* Makefile (LIBRARY_USE_INTERMEDIATE_FILE) [net_2_0]: Set, so as
* dis/main.c (monodis_assembly_load_hook): New.
* UnicodeEncodingTest.cs (TestMaxByteCount): Remove extra declaration.
In mcs:
*** merged revision from mcs: 55859
Improve implementation of section 14.4.2.2 (Better function member).
In System.Collections.Generic:
* ReadOnlyCollection.cs (Items): Return underlying list.
* metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
* get.c (stringify_double): Simplify, and avoid 'E' too.
In metadata:
Fix couple of typos: I forgot to save the final version before committing
In mcs:
make line-endings uniform, set svn:eol-style=native for unix line-endings
* GenericTypeParameterBuilder.cs (DeclaringType): Return the
Fix part of #77397
Fix #77397
* gtest-241.cs: New test from #77397.
* metadata.c (mono_metadata_parse_method_signature_full): Don't
Fix #77401
* support-test-*.cs: Rename from test-*-p2.cs.
fix naming convention.
In mcs:
In mcs:
* codegen.cs (AssemblyClass.Emit): Emit RuntimeCompatibility
In mcs:
List newly added files: System.IO.Ports/{Handshake,Parity,StopBits}.cs
* Metadata.cs (BoundArray.CompressSignedNum): Document the
* metadata.c (mono_metadata_decode_signed_value): Simplify.
* reflection.c (mono_reflection_get_token): Remove unused variable.
In metadata:
* TypeTest.cs: Rename one of the instances of Foo<T> to ComFoo<T>.
* generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
* class.c (inflate_generic_type) [GENERICINST]: If the generic
Complete entries
Use owner-less generic-params some more.
* TypeTest.cs (ByrefType): New.
* class.c (mono_class_from_generic_parameter): Make more robust to
* get.c (get_typespec): Don't use mono_type_create_from_typespec_full().
* DbConnectionStringBuilderTest.cs
* DbConnectionStringBuilder.cs (ICollection.CopyTo): Use
Disable Mono.C5 in 'make check'.
* Uri.cs (InternalEquals): New helper.
* metadata.c (mono_type_create_from_typespec): Rename from
* reflection.c (verify_safe_for_managed_space): New sanity check.
Fix assertion triggered when compiling nemerle.
* metadata.c (get_constraints): Relax debugging checks for monodis.
Add NET_2_0 guards.
* jit-icalls.c (helper_compile_generic_method): Document the
Update
* metadata.c (mono_metadata_inflate_generic_inst): If the
In metadata:
* class.c (inflate_generic_type): Add a couple more micro-optimizations.
* class.c (mono_class_inflate_generic_method): Use the possibly simplified
* configure.in (runtime/etc/mono/{1.0,2.0}/machine.config): Fix m4-quoting.
In metadata:
Fix #77642.
Fix #77628.
Fix #77679.
* cs1540-8.cs: New test from #77627.
Fix performance regression.
Unbreak the build -- files weren't committed
minor readability improvements
In System/System.ComponentModel.Design.Serialization:
* ecore.cs (Expression.ResolveAsTypeStep): Remove 1-argument wrapper.
Update
Fix crasher on gtest-158.cs.
* ProjectData.cs (Finalize): Change into a destructor.
Re-enable tests
Make semantics of PartialContainer simpler.
* class.cs (SourceMethod): Use DeclSpace, not TypeContainer.
In mcs:
* statement.cs (LocalInfo..ctor): Use DeclSpace argument instead
Treat pointers to enclosing declaration space as 'DeclSpace', not
* class.cs (MemberCore.Parent): Delete. This makes the
* class.cs: Change 'TypeContainer ds' constructor argument to
update
* icall.c (ves_icall_Type_GetInterfaces): Avoid using
* icall.c (ves_icall_Type_GetInterfaces): Avoid 'max_interface_id' field
Fix #77852
* gtest-260.cs: New test based on #77852.
In gmcs:
In .:
*** merged revisions 56810, 56816 from mcs/
*** merged revisions from mcs: 57172, 57177
* generic.cs (TypeParameter.UpdateConstraints): Update 'constraints' if null.
*** merged revision 57284 from mcs/
** merged revision 57289 from mcs/
** merge revision 57358 from mcs/
Backport r58366 from gmcs/
*** merged revision 57555 from mcs
Restore -out:test-foo.exe when we use support files
update
*** merged revision 57580 from mcs
*** merged revisions from mcs: 57750, 58144
fix changelog
*** merged revisions from mcs: 57916, 58040, 58050, 58115
*** merged revision 58117 from mcs
*** merged revisions from mcs: 58118, 58124, 58126, 58128, 58129, 58133
*** merged revision 58142 from mcs
*** merged revisions from mcs: 58145, 58146
*** merged revision 58196 from mcs
*** merged revisions from mcs: 58199, 58238, 58245
*** merged revisions from mcs: 58399, 58530, 58538, 58545, 58551-58553, 58641, 58642
Revert unlogged change
In metadata:
In System.Text.RegularExpressions:
In System.Text.RegularExpressions:
In System.Text.RegularExpressions:
Fix #77954.
Fix #77962
Fix #77958
Fix #77929
re-enable tests
In mcs:
Update testsuite
* interpreter.cs (Eval) [Until, lazy]: Avoid extra evaluation on a
* RegexTrial.cs (Execute): Run NUnit assertion here.
Fix #77487
In System.Text.RegularExpressions:
In System.Text.RegularExpressions:
In System.Text.RegularExpressions:
In .:
2006-04-11 Gert Driesen <gert.driesen at telenet.be>
In System.Text.RegularExpressions:
Treat fixed repetitions of simple regexes as simple too.
Re-enable tests after change to compiler-tester
In mcs and gmcs:
In mcs and gmcs:
In mcs and gmcs:
* Char.cs (Equals): Don't access 'm_value' field of other
In mcs and gmcs:
* mcs/expression.cs (Invocation.VerifyArgumentsCompat): Reorganize to
Fix #75800
In mcs and gmcs:
Remove duplicated code
In mcs and gmcs:
cleanup whitespace and make files identical
Fix #78156
* mcs/lowanalysis.cs (FlowBranching.InLoop): Move special-case
* mcs/flowanalysis.cs (UsageVector.MergeChild): Move special-case
* mcs/flowanalysis.cs (UsageVector.MergeChild): Change FlowBranching
* mcs/flowanalysis.cs (FlowBranching.MergeTopBlock): Don't create a
* mcs/flowanalysis.cs (TriState): Rename from FlowBranching.FlowReturns.
* Makefile.am (mcs-do-clean, mcs-do-compiler-tests): Clean
* mcs/flowanalysis.cs (Reachability): Make 4-argument constructor private.
* mcs/codegen.cs (EmitContext.ResolveTopBlock): Remove redundant
* mcs/flowanalysis.cs (UsageVector.Throw): Set barrier too.
In mcs:
* mcs/flowanalysis.cs (Reachability.Meet): Simplify code handling 'returns'.
* mcs/flowanalysis.cs (Reachability.ResetBarrier): Remove.
In mcs:
* mcs/statement.cs (Foreach.ArrayForeach.Resolve): Set barrier after
In mcs:
* mcs/flowanalysis.cs (FlowBranching.IsSwitch): Remove.
In mcs:
In mcs:
Fix #59427
Fix format of ChangeLog entries. Fix formatting in codegen.cs
* mcs/statement.cs (Break.Resolve): Call UsageVector.Goto (), not
Remove special handling of 'break'
In mcs:
* mcs/flowanalysis.cs (UsageVector.MergeFinally): Remove.
In mcs:
In mcs:
In System.Text.RegularExpressions:
* mcs/flowanalysis.cs (UsageVector.MergeOrigins): Reorganize.
In mcs:
In mcs:
In mcs:
* mcs/flowanalysis.cs (MyBitVector.And, MyBitVector.Or): Make lazier.
* mcs/flowanalysis.cs (UsageVector.MergeOrigins): Simplify, now that a
* mcs/flowanalysis.cs (UsageVector.IsDirty): Remove.
* mcs/flowanalysis.cs (MyBitVector.SetAll): New. Sets all bits to the
In mcs:
In mcs:
kill bogus svn:executable flags
In mcs:
In mcs:
The 'piece de resistance' -- the culmination of the re-factoring effort :-)
* mcs/statement.cs (Block.Resolve): Always depend on flow-branching to
In mcs:
In mcs:
* scripts/Makefile.am (scripts_1_0, scripts_2_0): Move nunit-console ...
* mcs/flowanalysis.cs (FlowBranchingToplevel.AddReturnOrigin): Move
In gmcs:
Fix cs0231-[34].cs.
* skeleton.cs: Implement a better translation for named-loop continues.
Add NET_2_0 guard.
Fix cs0208-[23].cs
* generic.cs (Nullable.LiftedBinaryOperator.EmitEquality):
Fix #78019
* il2tests.2.il: New file for generics CIL tests. Add test for #78019.
* Nullable.cs (operator==, operator!=): Remove.
* mcs/flowanalysis.cs (MyBitVector): Simplify representation.
Fix #78079
remove stealth whitespace
some more stealth whitespace
* Makefile (EXTRA_DISTFILES): Add Test/XmlFiles/nvdl.rng.
Add more files to the tarball.
Set svn:eol-style=native
* Makefile (EXTRA_DISTFILES): Rename from DISTFILES.
oops. 'make distcheck' takes too long
* Makefile (EXTRA_DISTFILES): New.
Also distribute 77687inc.xsd
* Makefile (DISTFILES): Distribute *.snk.
Merge r61792 from mcs. Fix up error testcases to reflect changes
* cs0120-9.cs: New test from #78601.
* Makefile (EXTRA_DISTFILES): Add Test/resource/SimpleTask.cs.
Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
Fix #78662
Fix #78673
Fix #78716
* icall.c (ves_icall_MonoMethod_get_base_definition): Return the
* MethodInfoTest.cs (GetBaseDefinition): New test for
* icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
* Makefile (net_2_0_dirs): Move System.Transactions ...
Distribute test017.xsd
Make comparisons use the same IL irrespective of whether they're
* codegen.cs (EmitContext.Flags): New enum. Used to represent the
* statement.cs (Block.ResolveMeta): Simplify slightly.
* codegen.cs (EmitContext.Flags): Move InCatch, InFinally,
* tree.cs (Tree.RecordDecl): Remove.
Rename RootContext.Tree.Types to RootContext.ToplevelTypes.
* roottypes.cs: Rename from tree.cs.
In mcs and gmcs:
Revert r63146
In mcs and gmcs:
Update "known errors" list
In mcs and gmcs:
In mcs and gmcs:
In mcs and gmcs:
In mcs:
In mcs and gmcs:
In mcs and gmcs:
In mcs and gmcs:
In mcs and gmcs:
remove bogus svn:executable flags
Revert r63517
Compile test only in NET_2_0 profile
In System:
In gmcs:
Fix part of #79012
* IRaiseItemChangedEvents.cs: Add. Mentioned in #79012.
* IDataSourceFieldSchema.cs: New. Used by dll in #79012 testcase.
Disable references to 'InstanceId' to unbreak the build.
* src/gslist.c (g_slist_free_1): New. Free a single list node.
Revert r63892.
* Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.
* runtime/Makefile.am (mcs-compileall): Remove mention of Microsoft.VisualBasic.
* test/list.c (test_list_insert_before): Add test for return value
* test/slist.c (test_slist_insert_before): Add.
* src/glist.c (g_list_insert_before): Avoid non-head declaration.
* TODO: Remove 'List' entries.
Fix a typo. Cover one more possibility.
* src/sort.frag.h: Add copyright notice and some explanation.
* test/slist.c (verify_sort): Verify the length of the list too.
* src/sort.frag.h (digit): Declare here based on externally
Fix #79238
Re-enable TypeTest.
Add hint about running unit tests and individual fixtures in there.
* MonoMethod.cs (ToString): Update to handle change in byref type names.
A few more cases of avoiding work on types with ->byref set.
* TypeTest.cs (GenericByRef): New. Inspired by #79238.
* library.make (TEST_HARNESS_VERBOSE): New user toggle. If
* System/DateTime.cs (Today) [NET_2_0]: Set kind to Local.
Make line-endings uniform. Pick the one which changes the least number of lines. Set eol-style=native on files with LF-endings.
* debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove double g_free.
In System.Runtime.Serialization.Formatters.Binary:
remove svn:executable
remove svn:executable
Fix srcdir!=builddir issue.
make whitespace consistent
In mcs:
* runtime/Makefile.am (etc/mono/config): Fix rule to avoid writing
Make slightly more readable. Dummy change to make fix in r65646 effective.
Fix the other redirection to $@ (hopefully very unlikely to trigger, I suspect very few people use --with-libgdiplus)
* namespace.cs (GetTypeInAssembly): Remove #ifdef GMCS_SOURCE.
* codegen.cs (IResolveContent.GenericDeclContainer): Copy from gmcs.
* mcs/codegen.cs: Unify with gmcs version.
* decl.cs (MemberName): Unify with gmcs, except for GetTypeExpression.
* expression.cs (MemberAccess): Remove GMCS_SOURCE #ifdef.
* ecore.cs (MethodGroupExpr.ResolveGeneric): New dummy method.
* mcs/support.cs: Unify with gmcs version.
In mcs:
* mcs/rootcontext.cs: Unify with gmcs version.
* generic.cs (TypeParameter): Implement IMemberContainer.
* expression.cs (ComposedCast): Check for arrays of TypedReference
Oops -- dim can be empty.
Fix part of #79451
* literal.cs (NullDefault): The type of default(IFoo) is 'IFoo',
* test-531.cs, test-531-lib.il: New test from #79451.
* FileInfoTest.cs (IsReadOnly): Fix compilation. Mark as NotWorking.
* mcs/convert.cs: Unify with gmcs version.
In mcs:
In mcs:
Remove duplicated filename. Fix compiler warning
Update known-issues-{mcs,gmcs}. Avoid IGNOREing tests.
* test-444.cs (Compiler options): Add. Ensure that the file
Kill all executable flags on *.cs and ChangeLog files.
More fun with find(1) -- kill more svn:executable flags
Fix #79553
Fix #79577
remove obsoleted files
Fix #79584
In gmcs:
Fix #78820
Address parts of #58244 -- most of what's left is in the runtime
* driver.cs (BadAssembly): Handle all the ugliness of DefineDynamicAssembly.
Fix #79872
Fix problems with overlong directory names: phase #1
Fix problems with over-long directory names: phase #2
* AssemblyTest.cs (bug79872): New test for #79872.
* Transaction.cs (operator==, operator!=): Implement.
* test-541.cs, gtest-298.cs: New tests based on #79972.
In System.Data:
svn:eol-style=native
svn:eol-style=native
svn:eol-style=native
* DataColumnCollectionTest.cs, DataRowCollectionTest.cs: Modernize.
Fix #80060
* Type.cs (MakeGenericType): Can only be called on a generic type definition.
Fix #80253
* TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
D'oh!! guard 2.0 namespace with NET_2_0
Fix test-543.cs
Fix #80242
* TypeTest.cs (TestNestedTypes): New test inspired by #80242.
* anonymous.cs: Change several TypeContainer declarations to DeclSpace.
Fix WaitHandle usage in delegates.
* InitializationEventAttribute.cs: New.
* dis-cil.c, dump.c, get.c, get.h, main.c: Replace several
Avoid MonoGenericContext
* ControlDesigner.cs: Merge with Miguel's version.
make line-endings uniform. Set svn:eol-style native on files without CRs.
* flowanalysis.cs (MyBitVector): Document some invariants.
In System.Text.RegularExpressions:
* class-internals.h (_MonoGenericClass): Rename 'context' field to
make line-endings crlf, and set svn:eol-style crlf
upper-case, just in case
In dis:
Ongoing work to avoid redundant data and simplify invariants.
fix line endings, set svn:eol-style to CRLF
* ISupportInitializeNotification.cs: Add implemented interface.
Simplify invariant for MonoGenericClass::klass field.
* marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
In mcs:
* class.c (mono_class_create_generic): Don't use 'is_initialized' field.
* object.c (set_value): Avoid aliasing between type->data.klass
* class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
* class-internals.h (mono_get_inflated_generic_class): Remove.
Fix mcs/tests/test-128.cs regression.
* class-internals.h (_MonoGenericClass.is_inflated): Remove.
Fix IronPython regression mentioned in #80249
Fix #80249
* reflection.c (inflate_mono_method): Reuse method instantiation
* class-internals.h (_MonoGenericParam.method): Move ...
In metadata:
add interfaces to build
remove spurious error in code
Fix cs0029-6.cs and gcs0029-2.cs (regression)
In mcs:
* Makefile.am (bug-80307.exe): Fix srcdir != builddir.
Fix tests/bug79956.2.il
Fix #80358
Fix #80530
In mcs:
In gmcs:
revert code that doesn't compile
* cs-tokenizer.cs (PushPosition): Save 'parsing_generic_less_than'.
Restore lambda code with fix from previous commit.
* cs-tokenizer.cs (parse_namespace_or_typename): Don't throw an
fix line endings
make line-endings uniform
* ecore.cs (Error_InvalidExpressionStatement): Add a comma to error
Update:
mark non-running testcases
* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
Fix compile error
Fix compilation error
* data/config.in (odbc32.dll) [os=osx]: Fix misplaced ".
update to reflect failing tests due to reverts
* cs-parser.jay (WHERE): Move before QUERY_FIRST_TOKEN. 'where'
update to reflect fixed test
* typemanager.cs (InitCoreTypes) [NET_2_0]: Allow
In corlib/System.Runtime.InteropServices:
* flowanalysis.cs (FlowBranching.Reachability): Remove handling of 'throws'.
* statement.cs (Lock.Resolve): Invoke 'ec.NeedReturnLabel'
* flowanalysis.cs (FlowBranching.Reachability): Remove handling of 'returns'.
* flowanalysis.cs (TriState): Remove.
* flowanalysis.cs (FlowBranching.Reachability): Remove. Move
* flowanalysis.cs (Reachability): Reorganize slightly, and remove
* flowanalysis.cs (FlowBranching.Reachability): Prepare to be
* flowanalysis.cs (FlowBranching.Reachability): Use a boolean
* Makefile.am (JITTEST_PROG_RUN): Set MONO_CFG_DIR too.
Makefile.am (test-bug-80307): Use helper 'mcs' and 'gmcs' from build tree.
Prepare to kill 'Reachability'
In .:
Reflect some changes made after changelog entry was written.
Fix #81121
Prepare to kill 'Reachability'
Prepare to kill 'Reachability'
* flowanalysis.cs (FlowBranching.Reachability): Remove.
* Regex.cs (~Regex): Don't define in NET_2_0 profile.
* RegexTest.cs (PrimeRegex): New backtracking torture test using
* interpreter.cs (Eval) <OpCode.Reference>: Distribute for loop inside if.
Fix #81338
* Makefile (cleanup): Use '-f' to silence 'rm'.
A better fix
* Makefile.am (BUILT_SOURCES): Add 'version.h'.
* reflection.c (assembly_add_win32_resources): Mildly relax an
In System.Text.RegularExpressions:
* reflection.c (mono_reflection_bind_generic_parameters): Don't
* monodiet.c (add_types_from_method): Fix "wrong type" warning.
* BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
* RBTree.cs: New red-black tree implementation for use with SortedDictionary.
* RBTree.cs: Refactor to reduce generics code.
In .:
Update copyright notice. Note that this is essentially a complete
* RBTree.cs (do_remove): Remove some redundant assignments/checks.
In mcs:
* SortedDictionary.cs (ICollection.Contains): Use EqualityComparer
* RBTree.cs (Enumerator.Current): Remove nullref.
In System.Data.SqlTypes:
Fix parallel make.
Thanks to Stephen for the report.
Avoid unnecessary allocation on indexer access
* Makefile (Test/resources/test.dll): Use full name, not just test.dll.
In .:
* Makefile.am (get-monolite-latest): Redirect wget output too.
Make 'get-monolite-latest' rule prettier
In build:
Fix typo
Avoid order-only dependencies, use stamp files
define prog_dir eagerly
* Makefile.am (VCPROJS): New.
Rationalize ResolveMeta, part 1
Rationalize ResolveMeta: refactoring
* statement.cs (ToplevelBlock.child): Remove.
In mcs:
* expression.cs (ParameterReference): Distinguish between block
* statement.cs (Block.CloneTo): Clone Toplevel field too.
Avoid creating ParameterMap in every block
Track all assignable slots in one bit array
* flowanalysis.cs (VariableInfo.SetAssigned): When noting a
* mcs/cs-parser.jay: Use 'start_block' and 'end_block' rather than
* Makefile.am (am_CFLAGS): Look for config.h in top_builddir.
Remove unused field
Introduce ExplicitBlock
New ExplicitBlock invariants
Mildly speed up CheckInvariantMeaningInBlock
Kill Block.Implicit
Remove stray '/'.
* statement.cs (Block.Flags): Remove IsExplicit and IsToplevel flags.
In mcs:
* statement.cs (Statement.Clone): Move special case code to Block.CloneTo.
* statement.cs (Block.IsChildOf): Remove.
Partly speed up CS0136 error checks.
* statement.cs (IKnownVariable): New interface.
* statement.cs (ToplevelBlock.ResolveMeta): Add sanity checks for
* statement.cs (ToplevelBlock.ResolveMeta): Move CS0136 checks ...
* flowanalysis.cs (FlowBranching.CheckOutParameters): Move ...
error test gcs0412-3.cs worked only by chance
* statement.cs (ToplevelBlock.ProcessParameters): Workaround some regression.
In mcs:
* statement.cs (Block.CheckError136_InParents): Remove.
Make cyclic-dependency handling more readable
Fix #80477, cs0135-2.cs, cs0135-3.cs
Update expected-error strings
Fix #81830
* class.c (get_shared_generic_class): Rename from
* metadata.c (mono_metadata_load_generic_params): Move
* class.c (get_shared_generic_class): Don't call
* reflection.c (mono_class_bind_generic_parameters): Replace
Add a note about "invariant meaning in a block" and how we handle it.
* reflection.c (mono_class_bind_generic_parameters): Only support
* reflection.c (mono_class_bind_generic_parameters): Take and
* metadata.c (mono_metadata_lookup_generic_class): Change
* class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
* class.c (mono_class_from_generic_parameter): Fix case similar to
Fix assertion when disassembling Mono.C5.dll
MonoGenericMethod on a diet
* ListViewCollectionsTest.cs (SelectedIndexCollectionTest_IndexOfTest):
Quick fix
* class-internals.h (MonoGenericMethod::container): Remove.
In metadata:
In dis:
Avoid allocating 'MonoGenericContext' on the heap.
* metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
Revert inadvertent checkin
* metadata.c (mono_metadata_lookup_generic_class): Protect cache
* metadata.c (mono_metadata_lookup_generic_class): The fully open
* reflection.c (method_encode_methodspec): Add a tripwire.
* MethodInfoTest.cs (IsGenericMethodDefinition): New.
Fix MethodInfo.IsGenericMethodDefinition
Rename cs1624-3.cs to gcs1624.cs
In .:
* Makefile.am (bug-81673.exe): Look for bug-81673.cs in $(srcdir).
* expression.cs (Invocation.IsApplicable): Reorganize slightly to
* class-internals.h (_MonoGenericInst::is_reference): Remove bogus field.
Update expected error message (sic)
* class.c (mono_class_is_open_constructed_type)
update known-issues
update known-issues
Fix #82120
* Makefile.am (bug-81691.exe): Create it in the builddir.
2007-07-20 Atsushi Enomoto <atsushi at ximian.com>
* MethodInfoTest.cs (GetGenericMethodDefinition): New. Based on
Fix 'make warnings'.
* metadata.c (mono_metadata_type_dup): Rename from
oops. Wrong version.
* reflection.c (reflection_methodbuilder_to_mono_method): Use
Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
* metadata.c (do_mono_metadata_parse_generic_class): Use
Reduce some differences between cs-parser.jay in mcs/ and gmcs/.
Remove some code duplication
* reflection.c (dup_type): Remove.
* assemblyresolve/Makefile.am: Fix srcdir != builddir issues.
Fix crash on 'make run-test' in mcs/errors
* metadata.c (signature_in_image): New. Carve out of type_in_image.
add ltest-11.cs to known-issues-gmcs
* Makefile (PROFILES): Remove 'atomic' profiles.
* metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
unconfuse emacs font-lock
* ObjectTest.cs (TestToStringOnGenericInstances): Fix expected string.
* loader.c (method_from_methodspec): Rearrange to avoid
Fix #328490
Fix #328812
* AssemblyTest.cs (bug328812): New test.
Update
update due to
* RBTree.cs (get_Item, do_remove): Remove redundant code.
* ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
* TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name.
* Makefile (net_2_0_bootstrap/mcs.exe.config): Copy gmcs.exe.config.
* configure.in (olive_topdir): Look for $olivedir in the source tree.
* runtime/Makefile.am ($(tmpinst)/bin/gmcs): Update rule to point
In System.Text.RegularExpressions:
Support RegexOptions.RightToLeft in Replace().
Fix 324390
Fix #343557
* metadata.c (mono_generic_inst_equal_full): Short-circuit
* Makefile (_boot_): Incorporate 'net_2_1' into the bootstrap
Preliminary support for testing 'smcs' (disabled for now)
* TypedDataSetGenerator.cs: Remove mention of NET_3_5 -- the
* errors/Makefile (VALID_PROFILE): New. Disable tests for other profiles.
* gtest-exmethod-08.cs: Initialize 'first' and 'second' to non-null.
Fix #354663
revert r93269
* mocks/Makefile (install-symlink, uninstall-symlink): New. In the
Fix some puzzling code
Prepare for handling runs
* Makefile.am (SMCS): Add temporary-smcs-hack flag.
* loader.c (mono_method_get_param_names): Initialize 'klass' after
In .:
* Makefile (inst-%, gac-%): Fix dependencies.
* Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.
* Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
Disable test-coreclr-security till #362626 is fixed
* Makefile ($(dir $(PROGRAM))/.stamp): New.
* rules.make (%/.stamp): Unify all directory creation targets here.
* icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
* typemanager.cs (DropGenericMethodArguments): Ensure we get an underlying
fix some whitespace
2008-02-20 Rodrigo Kumpera <rkumpera at novell.com>
In class/corlib/Test/System.Reflection.Emit:
* reflection.c (mono_custom_attrs_from_method): Don't silently
* gcs1644-10.cs: Remove spurious error message.
* statement.cs (Switch.Error_AlreadyOccurs): Fix typo in name.
Fix #363791
Fix #368224, test-629.cs
* String.cs (IndexOfOrdinalUnchecked): Fix crasher.
Avoid lopsided use of Foo/DoFoo names
Add support for skipping over finally blocks at runtime. First
* iterators.cs (Iterator.MarkFinally): Remove.
Minor cleanups in flowanalysis.cs
Start at simplifying ExceptionStatement semantics a bit
Now all ExceptionStatements are unconditional
* statement.cs (TryFinally.need_exc_block): Delete.
Fix minor IL regression
Fix nunit failures
add gtest-380.cs
Fix #324765, #319508
remove gcs0019-9.cs
Fix #377028
Some simple refactoring
Some more refactoring
New infrastructure for try/finally in iterators (still unused)
Minor cleanups
Some more refactoring to move resume-point collection into the Iterator
Start using the ResumableStatement infrastructure
* flowanalysis.cs (FlowBranching.StealFinallyClauses): Remove.
* statement.cs (ExceptionStatement.EmitForDispose): Use
Clean up handling of 'using' statement
A cute little optimization to the generated Dispose method
Introduce a common point for emitting try/finally to IL
* statement.cs (ExceptionStatement.ResolveFinally): Move setting
Use the ResumableStatement infrastructure for MoveNext ()
Now that we're sure no one jumps into the middle of a try/finally, let's
The denouement! Fix #324708
Some cleanups
Fix comment about avoiding creating proxies.
Some cleanups
* statement.cs (Throw.Resolve): Move CS0156 and CS0724 testing ...
Improve some generated IL for try/catch/finally
Fix mono/tests/exception4.cs
Update to recent changes -- mostly testcases failing due to missing ArrayList
Update to changes in Silverlight libraries
* Makefile (VALID_PROFILE): New. Prepare to be invoked in other profiles.
* Makefile (DIST_ONLY_SUBDIRS): Remove.
* Makefile.am (generic-box.2.exe, generic-unbox.2.exe): Create in build-dir.
* flowanalysis.cs (FlowBranching.MergeChild): Simplify.
Fix #379822
* statement.cs (Using.assign): Make into ExpressionStatement.
Fix build break
Spread the dissatisfaction
Remove over-eager Obsolete attribute -- we need to fix uses of
Introduce 'EmitSideEffect'
Hook up 'EmitSideEffect'
Fix #351102
* Makefile.am (version.h): Add support for git-svn.
* ecore.cs (Expression.EmitBranchable): Document some non-obvious assumptions.
* constant.cs (SideEffectConstant.EmitSideEffect): Simplify slightly.
* test-120.cs: Ensure we don't get falsely optimized out of the
* expression.cs (Binary.EmitBranchable) <Equality with constant>:
* expression.cs (Binary.EmitBranchable) <Equality with constant>:
Fix test-635.cs
update test metadata
Fix test-636.cs. Sprinkle a few more 'EmitSideEffect's around
Fix gtest-388.cs
Simplify handling of multiple assignments
Fix non-srcdir build
Choose a somewhat more representative file for the package integrity check
Some small cleanups
Move more stuff to CompoundAssign
Fix #381559, test-638.cs, test-639.cs
Fix compile error
Fix #385758
test-643 fails on amd64
Fix #385503
* scripts/mono-service.in: Undo 2008-05-08. '2>&1' is not a bash-ism.
Fix srcdir != builddir
* executable.make ($(PROGRAM_config)): Depend on directory
* Makefile (bootstrap-libs): Pass NO_DIR_CHECK to sub-make.
update to changes in libraries
update to changes in libraries
* configure.in (enable_quiet_build): Work better on a non-srcdir build.
* configure.in (mono_cv_sizeof_sunpath): Rename cacheval from
Fix bug #314902
* Makefile.am (testaot): Set MONO_PATH when running the AOT compiler.
update to new tests
* Makefile.am (version.h): Allow a trailing '/' in the repository URL.
update to changes in compiler and class libraries
update to changes in compiler and class libraries
Handle #if!FOO linenoise
* XmlDataReaderTest.cs (XmlLoadCustomTypesTest): Fix compile
Update known-issues to latest results
refresh
refresh
update
Reduce massive code duplication
* DateTimeTest.cs (Bug377042): Allow compilation on the 1.1 profile.
kill unused file
remove executable bit from {errors,tests}/*.cs
* TypeBuilderTest.cs (DefineCtorUsingDefineMethod): Use a
* mcs/cs-parser.jay (type): Allow 'var' in mcs too.
update to changes in compiler/libraries
update with new test failure for smcs
* ConstraintCollection.cs: Reduce some #ifdef by using partial
cleanup whitespace
style nits
* ConstraintCollection.cs (Item) <string variant>: Don't incur
whitespace cleanups
style nits
* Makefile (DIST_ONLY_SUBDIRS): Add 'sqlsharp'.
remove changelog obsoleted by merge
* cs-parser.jay (CS1002): Dump 'yyToken' with Report.ExtraInformation.
* Constraint.cs (SetExtendedProperties): New internal method.
* rules.make (do-%): Revert change below. We need the recursion
* test-xml-052.cs: Fix unrelated warning.
Style nits
* DataColumn.cs (AllowDBNull.set): Rearrange code to be more readable.
Style nits
style nits
oops
* DataRelation.cs (CheckStateForProperty): Use the childColumn to
style nits
* DataRelationCollection.cs (CanRemove): Simplify slightly.
style nits
* DataRow.cs (CheckChildRows) <1-arg variant>: Remove excessive indentation.
Some more style nits
Style nits
Refactor 'DetachRow'
* DataTable.cs (NewRowArray): Special case size == 0 to avoid
Remove redundant field
Refactor DataRow.AttachRow
Use the RowIDs to speed up _something_
update known-issues-smcs
Style nits
Re-arrange some code.
Style nits
* DataSet.cs: Convert to a partial class and sequester NET_2_0
no need to explicitly DIST the sources file
update known-issues-smcs
Style nits
* DataTable.cs: Convert to a partial class, sequester NET_2_0
Style nits
* DataTable.cs (AssertNotNullConstraints): Hoist out a more useful
* cs-tokenizer.cs (consume_identifier): Allow partial methods in mcs too.
Use more C# 3.0
sprinkle around a few more partial methods
* ConfigXmlDocument.cs (Load): Fix build break in 1.1 profile.
* configure.in (AC_CONFIG_FILES): Put po/mcs/Makefile.in in its
style nits
In System.Data:
update to changed test
* Makefile.am (EXTRA_DIST): Update.
* scripts/patch-quiet.sh: Skip Makefiles that've already been patched.
style nits
update known issues
style nits
update known-issues-smcs
style nits
* DataView.cs: Convert into a partial class and sequester
update known issues
Fix #398325
Make robust to 'make clean; make'
A few fixes for monodoc
* docs/Makefile (DISTFILES): Don't use 'find' to list files.
* Makefile.am: Clean up for srcdir != builddir.
* MetaModelTest.cs: Remove 'using System.ComponentModel' to avoid
Bring testsuite into compilability
update known-issues-smcs
formatting fixes
* RecordCache.cs: Reduce some extraneous nesting.
Simplify using some invariants
Avoid allocating empty arrays.
A micro-optimization of 'make dist'
Fix #420862
Fix srcdir != builddir, and add idiom for multi-output commands
Remove unnecessary rebuilds of the html directory
update known issues
Fix build break in System.Data_test
Add tripwire for implicit conversion bugs
* rules.make (topdir): Don't use $(shell ...).
Mildly rewrite duplicate-inferring logic.
* CustomSection.cs: Only enable in the 2.0 profile.
* Makefile (TEST_MCS_FLAGS): Reference System.Messaging.dll.
* ProcessTest.cs: Import System.Threading namespace.
* DataTableCollection.cs: Sequester NET_2_0 and NET_1_1 specific code into separate parts.
Move DataSet.Tables serialization to DataTableCollection
* DataRelationCollection.cs: Sequester NET_2_0 and NET_1_1 specific code into separate parts.
* DataRelationCollection.cs (BinarySerialize): New. Carved out of ...
Revert r124658. Either full verification isn't ready or our generated code is
Avoid some allocations
update known issues
Rearrange some code to improve consistency
Avoid some MonoType allocations
Fix #463999
update known issues
update known issues
Fix mcs/tests/test-7.cs
update known issues
Make UriParser available in the NET_1_1 build
* IUriData.cs, UriData.cs: New. Initial cut at UriParser protocol.
update known issues
Make SeekableStreamReader self-tuning and arbitrarily seekable
Reduce dependence of UriParser on Uri
update known issues
* Makefile (net_2_0_dirs): Build System.Runtime.Serialization
Ensure Test/ exists in dist tarballs and checkouts
disable nunit tests till they compile
update known issues
Fix gtest-252.cs
Revert r131263 which caused regressions
Add a wrapper for MonoGenericContainer.type_params field
Reduce memory usage and improve correctness wrt MonoGenericParam
Add accessors to some MonoGenericParam fields
Prepare to reduce memory usage of owner-less generic parameters (1/n)
* reflection.c (my_mono_class_from_mono_type): Remove.
* cs-parser.jay (GetTokenName): Mark GENERATE_COMPLETION and COMPLETE_COMPLETION as internal.
fix typo
Simplify mono_class_from_generic_parameter
Refactor 'mono_class_from_generic_parameter'
Don't use MonoGenericParamInfo for ownerless generic params.
Don't allocate MonoGenericInfo for ownerless generic params.
Handle 3.5 profile better. Fix the build too
* FileInfoTest.cs: Wrap Replace() tests in #if NET_2_0.
* method-to-ir.c (mono_method_to_ir): Revert change of 2009-05-02.
Break some circular dependencies between mono, mcs and moon
* configure.in (--with-profile2): Simplify slightly.
* Makefile [net_2_0_bootstrap]: Don't explicitly mention net_1_1.
Improve profile test coverage
* errors/Makefile (run-test-local): Make parallel-make safe.
* XPathNavigatorTests.cs (XPathDocumentMoveToId) [!NET_2_0]: Fix compile.
Disable sqlmetal nunit tests since they haven't compiled for some time
* Makefile (net_1_1_dirs): Move Mono.Cecil ...
fix build break
fix build
fix build: comment out non-checked-in files
Add SystemWebTestShim so that we can avoid InternalsVisibleTo(testsuite)
* WebTest.cs (Run): Use SystemWebTestShim.BuildManager.
* AssemblyInfo.cs: Don't make internals visible to
Use ExpectedException(string) when referring to internal exception types
* ControlAdapterTest.cs: Use SystemWebTestShim to set
Kill some un-necessary 'protected internal override'
* HtmlFormTest.cs: Derive from SystemWebTestShim.Page to make
* MenuAdapterTest.cs (MyMenuAdapter): Add new forwarding methods
More forwarding methods
Expose internal constructors of various Adapter types.
* UrlUtilsTest.cs: Use SystemWebTestShim.UriUtils.
* AssemblyInfo.cs: Don't make internals visible to System.Web_test.
Handle absense of ExecutionScope
* BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
* get.c (get_type): Make robust to invalid types.
Improve coarse-grain parallelism in the build
Don't complain when the same type is implemented by the
* Makefile.am (version.h): Fix issues when built out of tree.
* Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
Fix parallel-build issues with LIBRARY_USE_INTERMEDIATE_FILE
Fix sed expression to only print if substitution happened
Make AOT compilation explicit
* Makefile ($(build_lib)): Move cyclic dependencies onto this.
Add a sanity-check to catch cyclic-dependency issues
Make CreateConcreteTypeWithAbstractMethod testcase compile
Fix Dictionary<,>-relevant parts of #491858 and #517415
List<>-relevant fix for #491858 and #517415
Fix HashSet<>-related parts of #491858, #517415
* HashSet.cs (Enumerator.IEnumerator.Reset): Check invariants.
* Dictionary.cs (Enumerator.MoveNext): Avoid an out-of-bounds access.
* List.cs (Enumerator.MoveNext): Simplify.
Fix Enumerator.Current handling in SortedDictionary<,>
Test the Dictionary Keys and Values slices
IList implementation: convert NullReferenceException to ArgumentException
* ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to internal method.
known-issues-dmcs: Add testcases that have an assembly version in the error message string.
Regex.IsMatch("abcab", @"(?<ab>ab)c\1")
Distinguish between the potentially ambiguous \nnn and the non-ambiguous \k<...> back-references
regexp backreferences: Implement fallback to octal numbers, and ECMAScript semantics.
Fix incorrect size definitions where the tail array isn't a list of pointers
* syntax.cs (BackslashNumber.ResolveReference): Improve ECMAScript semantics.
Remove debugging spew
* Regex.cs (GetGroupNumbers): List group numbers in ascending order.
* RegexTrial.cs (Execute): Prepare to handle dis-contiguous group numbers.
* parser.cs (ResolveReferences): Rearrange slightly to prepare for future changes.
* parser.cs (ResolveReferences): Handle some cases of explicitly-named numeric groups.
* parser.cs (GetMapping): Extend duplicate check for numeric groups too.
Distinguish between the internal index of a group and group number.
Introduce 'gap' concept into all the variants of regex
Use IDictionaryEnumerator in a loop where both key and value are used
Minor code re-organization
Implement some more group number/index distinction
* syntax.cs (CapturingGroup.Index): Rename from Number to clarify semantics.
Final piece of explicit numeric group support
Fix #533572
Add some null checks and bounds checks.
regex: A few more null and bounds checks
Check in up-to-date version of RegexTest.cs. Somehow the previous
Dictionary: Ensure that invalid arrays to CopyTo result in ArgumentExceptions.
* scripts/Makefile.am: Use 'mv -f' instead of 'mv'.
* Dictionary.cs (Do_ICollectionCopyTo): Revert 2009-10-01 change.
Move multi-line C# code fragment out of makefile
cleanup: Avoid warning message from 'rm' about non-existent files.
Build only per-profile tools in the net_4_0 profile
add test which has been failing for a long time to known-issues-dmcs
* mono/tests/Makefile.am (modules.exe): Depend on TestDriver.dll too.
Add a few TypeForwardedTo attributes for types moved to System.dll
update known issues with test that's been failing for some time now
* rules.make (all-local $(STD_TARGETS:=-local)): Add empty targets.
* BackupListCollection.cs, FilterTableCollection.cs: Add indexer.
* expression.cs (IndexerAccess.ResolveAccessor): Add CS1540 check.
tools/sqlmetal/AssemblyInfo.cs: Make internals visible to the sqlmetal testsuite.
Fix 'compiler-tests'
* metadata-verify.c (INVALID_METHOD_IMPLFLAG_BITS): Allow bit 6 "NoOptimization".
update monodis-wrapper.in to reflect new libmono location
* get.c (managed_impl_flags): Add 'nooptimization' flag.
Prepare for util.c:flags() to be stricter
Make util.c:flags() stricter -- don't silently ignore unknown flags
Clean up some whitespace in the output
Fix gtest-284 failure in net_4_0 profile
Update known-issues and IL size info
Update known-issues-dmcs for real, this time
* RBTree.cs (do_remove): Ensure the node returned is suitable for re-insertion.
SortedSet: implement IntersectWith, UnionWith, ExceptWith and SymmetricExceptWith
SortedSet: Complete implementation of more methods
Take advantage of set properties, C# default parameters and C# named parameters to make tests less verbose
Greatly speed up gensources.sh and improve dependency handling
build/gensources.sh: Remove some temp files
build/library.make: Re-arrange slightly
* runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add.
SortedSet: Enable set comparision operations on views, and improve performance
SortedSet: Don't maintain state in the view
SortedSet: Add move view tests.
Re-enable 'compiler-tests' target
* basic-profile-check.cs: Add use of 'var' keyword.
allow profiles to build System.dll with the profile compiler rather than the bootstrap compiler
Keep "ftp://a.b/%2fcd" urls unmolested
Revert "processed with astyle" (SVN r159583)
Make trace output resemble assembler listing
Mitigate a possible source of unbounded memory growth
Use a slightly more portable way to resolve the CategoryAttribute ambiguity.
Apply CategoryAttribute fix to XamlDirectiveTest.cs too
EOL handling
Fix a few cases of mixed line-endings
Add a few .gitignore entries to reduce noise
Step back a bit on enabling default CRLF handling.
Re-enable 'crlf' attributes on *.cs
Add a dummy SmtpServer to talk to our SmtpClient in unit tests
Implement envelope sender semantics in SmtpClient
update {tests,errors}/known-issues-?mcs
* mono/tests/appdomain-unload.cs (Main): Pass along arguments to TestDriver.
Ravi Pratap M (384):
2001-08-27 Ravi Pratap <ravi at che.iitm.ac.in>
2001-08-28 Ravi Pratap <ravi at che.iitm.ac.in>
2001-08-28 Ravi Pratap <ravi at che.iitm.ac.in>
2001-08-29 Ravi Pratap <ravi at che.iitm.ac.in>
2001-08-31 Ravi Pratap <ravi at che.iitm.ac.in>
2001-09-01 Ravi Pratap <ravi at che.iitm.ac.in>
2001-09-02 Ravi Pratap <ravi at ximian.com>
Actually add mcs/delegate.cs which I forgot to last time ;-)
2001-09-02 Ravi Pratap <ravi at ximian.com>
2001-09-05 Ravi Pratap <ravi at ximian.com>
2001-09-05 Ravi Pratap <ravi at ximian.com>
added errors/cs0658.cs which I forgot to last time ;-) [ as usual ! ]
2001-09-06 Ravi Pratap <ravi at ximian.com>
2001-09-07 Ravi Pratap <ravi at ximian.com>
2001-09-08 Ravi Pratap <ravi at ximian.com>
2001-09-10 Ravi Pratap <ravi at ximian.com>
2001-09-10 Ravi Pratap <ravi at ximian.com>
2001-09-11 Ravi Pratap <ravi at ximian.com>
2001-09-11 Ravi Pratap <ravi at ximian.com>
2001-09-12 Ravi Pratap <ravi at ximian.com>
2001-09-13 Ravi Pratap <ravi at ximian.com>
Whitspace :-)
2001-09-14 Ravi Pratap <ravi at ximian.com>
2001-09-14 Ravi Pratap <ravi at ximian.com>
2001-09-14 Ravi Pratap <ravi at ximian.com>
2001-09-15 Ravi Pratap <ravi at ximian.com>
2001-09-16 Ravi Pratap <ravi at ximian.com>
2001-09-17 Ravi Pratap <ravi at ximian.com>
2001-09-17 Ravi Pratap <ravi at ximian.com>
2001-09-18 Ravi Pratap <ravi at ximian.com>
2001-09-18 Ravi Pratap <ravi at ximian.com>
2001-09-19 Ravi Pratap <ravi at ximian.com>
2001-09-20 Ravi Pratap <ravi at ximian.com>
2001-09-21 Ravi Pratap <ravi at ximian.com>
2001-09-21 Ravi Pratap <ravi at ximian.com>
2001-09-22 Ravi Pratap <ravi at ximian.com>
2001-09-24 Ravi Pratap <ravi at ximian.com>
2001-09-24 Ravi Pratap <ravi at ximian.com>
2001-09-25 Ravi Pratap <ravi at ximian.com>
2001-09-25 Ravi Pratap <ravi at ximian.com>
2001-09-26 Ravi Pratap <ravi at ximian.com>
2001-09-26 Ravi Pratap <ravi at ximian.com>
2001-09-27 Ravi Pratap <ravi at ximian.com>
2001-09-27 Ravi Pratap <ravi at ximian.com>
2001-09-27 Ravi Pratap <ravi at ximian.com>
2001-09-27 Ravi Pratap <ravi at ximian.com>
Fix bug in BetterConversion and in ConvertImplicit
expression.cs (ConvertImplicit): Implement cache to prevent looping
2001-09-28 Ravi Pratap <ravi at ximian.com>
Update errors.txt for the new errors that only we catch.
2001-10-01 Ravi Pratap <ravi at ximian.com>
Added more files for errors that we catch.
2001-10-02 Ravi Pratap <ravi at ximian.com>
2001-10-02 Ravi Pratap <ravi at ximian.com>
2001-10-03 Ravi Pratap <ravi at ximian.com>
Added files for errors CS0019 and CS0023
2001-10-03 Ravi Pratap <ravi at ximian.com>
2001-10-03 Ravi Pratap <ravi at ximian.com>
Add a file for error CS0030
2001-10-05 Ravi Pratap <ravi at ximian.com>
2001-10-05 Ravi Pratap <ravi at ximian.com>
2001-10-05 Ravi Pratap <ravi at ximian.com>
2001-10-05 Ravi Pratap <ravi at ximian.com>
2001-10-07 Ravi Pratap <ravi at ximian.com>
2001-10-09 Ravi Pratap <ravi at ximian.com>
Fix up test-7.cs to use a double instead of float for explicit
2001-10-11 Ravi Pratap <ravi at ximian.com>
Actually add the file this time :-)
2001-10-11 Ravi Pratap <ravi at ximian.com>
2001-10-12 Ravi Pratap <ravi at ximian.com>
2001-10-15 Ravi Pratap <ravi at ximian.com>
Add files for delegate related errors.
2001-10-17 Ravi Pratap <ravi at ximian.com>
2001-10-17 Ravi Pratap <ravi at ximian.com>
Modify to make a little more verbose :-)
2001-10-18 Ravi Pratap <ravi at ximian.com>
2001-10-18 Ravi Pratap <ravi at ximian.com>
2001-10-18 Ravi Pratap <ravi at ximian.com>
Add file to demonstrate error -11
2001-10-21 Ravi Pratap <ravi at ximian.com>
2001-10-21 Ravi Pratap <ravi at ximian.com>
2001-10-22 Ravi Pratap <ravi at ximian.com>
2001-10-22 Ravi Pratap <ravi at ximian.com>
2001-10-28 Ravi Pratap <ravi at ximian.com>
2001-10-28 Ravi Pratap <ravi at ximian.com>
2001-10-30 Ravi Pratap <ravi at ximian.com>
2001-10-30 Ravi Pratap <ravi at ximian.com>
2001-10-31 Ravi Pratap <ravi at ximian.com>
2001-10-31 Ravi Pratap <ravi at ximian.com>
2001-10-31 Ravi Pratap <ravi at ximian.com>
Add.
Add.
2001-11-01 Ravi Pratap <ravi at ximian.com>
Remove test-34 from test suite for now because it won't pass
Stunts to rename cs111.cs to cs0111.cs ;-)
2001-11-04 Ravi Pratap <ravi at ximian.com>
2001-11-08 Ravi Pratap <ravi at ximian.com>
2001-11-08 Ravi Pratap <ravi at ximian.com>
2001-11-09 Ravi Pratap <ravi at ximian.com>
Add files for the new errors we catch.
2001-11-11 Ravi Pratap <ravi at ximian.com>
2001-11-11 Ravi Pratap <ravi at ximian.com>
Add for the new error we catch in relation to named arguments.
2001-11-12 Ravi Pratap <ravi at ximian.com>
2001-12-11 Ravi Pratap <ravi at ximian.com>
2001-11-13 Ravi Pratap <ravi at ximian.com>
Add. We now properly check attribute placing.
2001-11-13 Ravi Pratap <ravi at ximian.com>
*** empty log message ***
2001-11-15 Ravi Pratap <ravi at ximian.com>
2001-11-15 Ravi Pratap <ravi at ximian.com>
Add files for the 2 new errors.
2001-11-18 Ravi Pratap <ravi at ximian.com>
2001-11-20 Ravi Pratap <ravi at ximian.com>
2001-11-20 Ravi Pratap <ravi at ximian.com>
Fix up to do double-dimension array access too !
2001-11-22 Ravi Pratap <ravi at ximian.com>
2001-11-22 Ravi Pratap <ravi at ximian.com>
2001-11-22 Ravi Pratap <ravi at ximian.com>
2001-11-22 Ravi Pratap <ravi at ximian.com>
2001-11-22 Ravi Pratap <ravi at ximian.com>
2001-11-23 Ravi Pratap <ravi at ximian.com>
Update various tests
2001-11-23 Ravi Pratap <ravi at ximian.com>
2001-11-24 Ravi Pratap <ravi at ximian.com>
2001-11-24 Ravi Pratap <ravi at ximian.com>
2001-11-28 Ravi Pratap <ravi at ximian.com>
2001-11-28 Ravi Pratap <ravi at ximian.com>
2001-12-01 Ravi Pratap <ravi at ximian.com>
2001-12-01 Ravi Pratap <ravi at ximian.com>
Make the recursive definitions more roundabout
2001-12-02 Ravi Pratap <ravi at ximian.com>
2001-12-02 Ravi Pratap <ravi at ximian.com>
2001-12-03 Ravi Pratap <ravi at ximian.com>
2001-12-03 Ravi Pratap <ravi at ximian.com>
2001-12-04 Ravi Pratap <ravi at ximian.com>
2001-12-04 Ravi Pratap <ravi at ximian.com>
2001-12-04 Ravi Pratap <ravi at ximian.com>
2001-12-04 Ravi Pratap <ravi at ximian.com>
avi Pratap <ravi at ximian.com>
* test-45.cs : Update for float and double initialization.
ArrayCreation::MakeByteBlob): Handle floats and doubles.
2001-12-15 Ravi Pratap <ravi at ximian.com>
Add as we now catch this error.
2001-12-15 Ravi Pratap <ravi at ximian.com>
2001-12-19 Ravi Pratap <ravi at ximian.com>
2001-12-20 Ravi Pratap <ravi at ximian.com>
2001-12-20 Ravi Pratap <ravi at ximian.com>
2001-12-21 Ravi Pratap <ravi at ximian.com>
2001-12-21 Ravi Pratap <ravi at ximian.com>
2001-12-22 Ravi Pratap <ravi at ximian.com>
Add
2001-12-23 Ravi Pratap <ravi at ximian.com>
2001-12-23 Ravi Pratap <ravi at ximian.com>
2001-12-23 Ravi Pratap <ravi at ximian.com>
Committing again just to be sure ;-)
2001-12-24 Ravi Pratap <ravi at ximian.com>
2001-12-24 Ravi Pratap <ravi at ximian.com>
2001-12-24 Ravi Pratap <ravi at ximian.com>
2001-12-25 Ravi Pratap <ravi at ximian.com>
2001-12-25 Ravi Pratap <ravi at ximian.com>
2001-12-26 Ravi Pratap <ravi at ximian.com>
2001-12-26 Ravi Pratap <ravi at ximian.com>
2001-12-27 Ravi Pratap <ravi at ximian.com>
2001-12-28 Ravi Pratap <ravi at ximian.com>
2001-12-28 Ravi Pratap <ravi at ximian.com>
2001-12-29 Ravi Pratap <ravi at ximian.com>
2001-12-29 Ravi Pratap <ravi at ximian.com>
Add.
2002-01-01 Ravi Pratap <ravi at ximian.com>
2002-01-02 Ravi Pratap <ravi at ximian.com>
2002-01-02 Ravi Pratap <ravi at ximian.com>
Add.
2001-01-03 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
Add ;-)
2001-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
Trivial fix
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-04 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-05-01 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
002-01-05 Ravi Pratap <ravi at ximian.com>
Trivial makefile fixes
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
Add here too. I am not sure if this is really right so somebody
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-05 Ravi Pratap <ravi at ximian.com>
2002-01-06 Ravi Pratap <ravi at ximian.com>
2002-01-06 Ravi Pratap <ravi at ximian.com>
2002-01-06 Ravi Pratap <ravi at ximian.com>
2002-01-06 Ravi Pratap <ravi at ximian.com>
2002-01-06 Ravi Pratap <ravi at ximian.com>
Updates for TODOAttribute.cs
Add this here too. I am quite sure this is incorrect so somebody
Add although we have just fixed it :-)
2002-01-08 Ravi Pratap <ravi at ximian.com>
2002-01-09 Ravi Pratap <ravi at ximian.com>
Add.
2002-01-13 Ravi Pratap <ravi at ximian.com>
2002-01-11 Ravi Pratap <ravi at ximian.com>
Revert last patch
2002-01-11 Ravi Pratap <ravi at ximian.com>
2002-02-11 Ravi Pratap <ravi at ximian.com>
2002-02-13 Ravi Pratap <ravi at ximian.com>
2002-02-20 Ravi Pratap <ravi at ximian.com>
Add
2002-02-20 Ravi Pratap <ravi at ximian.com>
2002-02-25 Ravi Pratap <ravi at ximian.com>
2002-02-28 Ravi Pratap <ravi at ximian.com>
2002-03-01 Ravi Pratap <ravi at ximian.com>
2002-03-01 Ravi Pratap <ravi at ximian.com>
2002-03-05 Ravi Pratap <ravi at ximian.com>
2002-03-07 Ravi Pratap <ravi at ximian.com>
2002-03-05 Ravi Pratap <ravi at ximian.com>
2002-03-08 Ravi Pratap <ravi at ximian.com>
2002-03-13 Ravi Pratap <ravi at ximian.com>
2002-03-13 Ravi Pratap <ravi at ximian.com>
Update test-86 some more
2002-04-05 Ravi Pratap <ravi at ximian.com>
2002-04-05 Ravi Pratap <ravi at ximian.com>
2002-04-05 Ravi Pratap <ravi at ximian.com>
2002-04-05 Ravi Pratap <ravi at ximian.com>
Add
Add
2002-04-05 Ravi Pratap <ravi at ximian.com>
2002-04-12 Ravi Pratap <ravi at ximian.com>
2002-04-12 Ravi Pratap <ravi at ximian.com>
2002-04-13 Ravi Pratap <ravi at ximian.com>
2002-04-22 Ravi Pratap <ravi at ximian.com>
2002-04-22 Ravi Pratap <ravi at ximian.com>
2002-04-26 Ravi Pratap <ravi at ximian.com>
2002-04-26 Ravi Pratap <ravi at ximian.com>
2002-05-02 Ravi Pratap <ravi at ximian.com>
2002-05-02 Ravi Pratap <ravi at ximian.com>
2002-05-02 Ravi Pratap <ravi at ximian.com>
2002-05-02 Ravi Pratap <ravi at ximian.com>
2002-05-06 Ravi Pratap <ravi at ximian.com>
2002-05-07 Ravi Pratap <ravi at ximian.com>
Remove debug messages
2002-05-07 Ravi Pratap <ravi at ximian.com>
2002-05-07 Ravi Pratap <ravi at ximian.com>
2002-05-07 Ravi Pratap <ravi at ximian.com>
Add.
2002-05-08 Ravi Pratap <ravi at ximian.com>
Add myself ;-)
These tests run fine but were excluded from the suite. So we fix that ;-)
Add.
Update makefile
2002-05-24 Ravi Pratap <ravi at ximian.com>
2002-05-24 Ravi Pratap <ravi at ximian.com>
Flush changes
2002-05-25 Ravi Pratap <ravi at ximian.com>
Remove conflict marker
Fix up makefile to exclude test-124 as it requires a -r System.Drawing to work correctly
2002-06-08 Ravi Pratap <ravi at ximian.com>
2002-06-08 Ravi Pratap <ravi at ximian.com>
2002-06-13 Ravi Pratap <ravi at ximian.com>
2002-06-13 Ravi Pratap <ravi at ximian.com>
Apply patches from Andrew
Apply patch from Andrew
Apply patches from Andrew
2002-07-10 Ravi Pratap <ravi at ximian.com>
2002-07-10 Ravi Pratap <ravi at ximian.com>
REmove debugging statements
2002-07-16 Ravi Pratap <ravi at ximian.com>
2002-08-19 Ravi Pratap <ravi at ximian.com>
2002-08-19 Ravi Pratap <ravi at ximian.com>
2002-08-19 Ravi Pratap <ravi at ximian.com>
2002-08-19 Ravi Pratap <ravi at ximian.com>
Update
2002-08-22 Ravi Pratap <ravi at ximian.com>
REvert changes - they were wrong
Fix typo.
2002-08-26 Ravi Pratap <ravi at ximian.com>
2002-09-05 Ravi Pratap <ravi at ximian.com>
2002-09-05 Ravi Pratap <ravi at ximian.com>
2002-09-05 Ravi Pratap <ravi at ximian.com>
Remove debug message - sorry, guys !
2002-09-05 Ravi Pratap <ravi at ximian.com>
Flush ChangeLog
I am the worst kind of hacker there is ....
2002-09-06 Ravi Pratap <ravi at ximian.com>
Add new error that we catch
More tests pass so move them to the regular test suite
2002-09-06 Ravi Pratap <ravi at ximian.com>
2002-09-06 Ravi Pratap <ravi at ximian.com>
Update the cs0182 test to actually contain the error message too :-)
2002-09-08 Ravi Pratap <ravi at ximian.com>
2002-10-11 Ravi Pratap <ravi at ximian.com>
*** empty log message ***
2002-10-19 Ravi Pratap <ravi at ximian.com>
Add to insure ourselves of bug #32218 which btw, I am sure will
2002-11-13 Ravi Pratap <ravi at ximian.com>
Display usage on wrong invocation instead of blowing up with an exception.
2002-12-07 Ravi Pratap <ravi at ximian.com>
2002-12-07 Ravi Pratap <ravi at ximian.com>
2002-12-09 Ravi Pratap <ravi at ximian.com>
2002-12-10 Ravi Pratap <ravi at ximian.com>
2002-12-10 Ravi Pratap <ravi at ximian.com>
2002-12-17 Ravi Pratap <ravi at ximian.com>
2002-12-18 Ravi Pratap <ravi at ximian.com>
2002-12-18 Ravi Pratap <ravi at ximian.com>
test-177 goes into NO_PASS for now
Add test 176 to the usual suite. Wonder why it wasnt there.
2002-12-18 Ravi Pratap <ravi at ximian.com>
2002-12-21 Ravi Pratap <ravi at ximain.com>
2002-12-21 Ravi Pratap <ravi at ximian.com>
2002-12-21 Ravi Pratap <ravi at ximian.com>
Add test-177 to the right category
Add myself to this :-)
Add my picture
Make my picture smaller - now you can't see what I look like ;-)
2003-05-17 Ravi Pratap <ravi at ximian.com>
2003-05-14 Ravi Pratap <ravi at ximian.com>
2003-05-27 Ravi Pratap <ravi at ximian.com>
2003-05-27 Ravi Pratap <ravi at ximian.com>
2003-07-13 Ravi Pratap <ravi at ximian.com>
2003-07-13 Ravi Pratap M <ravi at ximian.com>
Commit this :-)
2003-07-14 Ravi Pratap M <ravi at ximian.com>
Add this error test case
Oops, update this too
Put my changes back in
Fix this up - we don't want to depend on NUnit.Framework and other such stuff.
2003-07-14 Ravi Pratap M <ravi at ximian.com>
2003-07-14 Ravi Pratap M <ravi at ximian.com>
Me and my stupid debug messages ..
2003-07-16 Ravi Pratap <ravi at ximian.com>
2003-07-16 Ravi Pratap <ravi at ximian.com>
2003-07-23 Ravi Pratap <ravi at ximian.com>
2003-07-23 Ravi Pratap <ravi at ximian.com>
2003-07-24 Ravi Pratap <ravi at ximian.com>
2003-07-24 Ravi Pratap <ravi at ximian.com>
GEt rid of debug statement
Error test - checks attributes on interface members
2003-07-24 Ravi Pratap <ravi at ximian.com>
2003-07-25 Ravi Pratap <ravi at ximian.com>
Fix - test-102 doesn't pass, not 202
Bash was complaining about some syntax error - fix it
Add these to the test suite
Oops - no 207 it seems
2003-07-25 Ravi Pratap <ravi at ximian.com>
Add this error test case
Oops - we need a main
2003-07-25 Ravi Pratap <ravi at ximian.com>
2003-07-25 Ravi Pratap <ravi at ximian.com>
2003-07-25 Ravi Pratap <ravi at ximian.com>
Add this error test case
Complete comment
2003-07-28 Ravi Pratap <ravi at ximian.com>
2003-07-28 Ravi Pratap <ravi at ximian.com>
2003-07-28 Ravi Pratap <ravi at ximian.com>
2003-07-28 Ravi Pratap <ravi at ximian.com>
2003-07-28 Ravi Pratap <ravi at ximian.com>
2003-07-29 Ravi Pratap <ravi at ximian.com>
2003-07-29 Ravi Pratap <ravi at ximian.com>
2003-09-02 Ravi Pratap <ravi at ximian.com>
Woops - wrong filename in ChangeLog entry
2003-09-02 Ravi Pratap <ravi at ximian.com>
Flush
2003-09-02 Ravi Pratap <ravi at ximian.com>
Remove some old code
2003-09-18 Ravi Pratap <ravi at ximian.com>
Add new test
2004-01-02 Ravi Pratap <ravi at ximian.com>
2004-02-02 Ravi Pratap M <ravi at ximian.com>
2004-02-02 Ravi Pratap M <ravi at ximian.com>
2004-03-24 Ravi Pratap M <ravi at ximian.com>
2004-03-24 Ravi Pratap M <ravi at ximian.com>
oops. forgot to add this
Ravindra (274):
Added a new exception case.
Fixed bug 51464 and added a test case for the same.
Added IsUnc tests for local file paths.
Modified SystemPens.cs and SystemBrushes.cs as per the .NET specs. Specs say that these classes provide an already existing object when requested, instead of creating a new one every time. Also, now they return unmodifiable Pens and Brushes like .NET. To achieve this Pen.cs and SolidBrush.cs are also modified.
Added missing attributes to relevent classes and corrected coding style mistakes of my previous commit.
Made all Enums serializable and corrected some class declarations.
Made all Enums serializable and corrected some class declarations.
Made all Enums serializable.
pen.matrix must be initialized to identity matrix. Fixing the same.
Forgot to commit the Changelog last time.
Changing the access to Matrix(IntPtr) constructor from private to internal.
Changed SolidBrush constructor to initialize its color from IntPtr.
Modified BmpPaint.cs to make it run on .NET.
Implemented Encoder.cs.
Added a new file Encoder.cs to System.Drawing.dll.sources.
Fixed bug #52811 and made Pen properties behavior similar to that on .NET.
Fixed bug #52811.
Added missing methods in SizeF.
Corrected a build problem.
Added Tests for PointF, Size and SizeF structures.
Added System.Drawing_test.dll.sources to create System.Drawing_test.dll.
Implemented texture brush.
Added methods for TextureBrush in gdipFunctions.cs.
Added TextureBrush.cs to System.Drawing.dll.sources.
Added more methods to TextureBrush.cs and gdipFunctions.cs.
Moved GetException method from TextureBrush to Brush, so that other brush classes can use it.
Implementing HatchBrush. Added status checks in SolidBrush.cs.
Implemented HatchBrush.
Added a missing namespace.
Incorporated Duncan's comments. Modifications related to GetException method.
Modifications related to GetException method.
Added status checks using CheckStatus(Status) method.
Implemented EncoderParameter.cs and EncoderParameters.cs.
Added EncoderParameter.cs and EncoderParameters.cs to System.Drawing.dll.sources.
Fixed some bugs in Pen.cs and TextureBrush.cs.
Few bug fixes in EncoderParameter.cs and file format changed to unix.
Corrected WrapMode enum values.
Added GDI+ P/Invoke calls for pathGradient brush.
Implemented constructors and properties of PathGradient brush.
Adding more GDI+ P/Invoke calls for PathGradientBrush.
Implementing methods for PathGradientBrush.
Implemented PenType property in Pen and coding style fix in Brush.
Added a test for HatchBrush.
Fixed Blend.cs and ColorBlend.cs.
Added changelog.
Added tests for Blend.cs and ColorBlend.cs.
Created README for directory structure of Tests and Samples for System.Drawing.
Added changelog.
ChangeLog
ChangeLogs.
ChangeLog.
ChangeLog.
Minor fixes.
Added TestBitmap, TestBlend and TestColorBlend to the test sources list.
Added few P/Invoke calls for LinearGradientBrush and couple of coding style fixes.
Implementing LinearGradientBrush.cs and fixing PathGradientBrush.cs.
Added few P/Invoke calls for LinearGradientBrush.
Implementing LinearGradientBrush.cs public methods.
Added ChangeLog and a bmp for samples.
Added a sample for TextureBrush wrapmodes.
Fixed wrapmode enum values.
dos2unix and some cosmatic changes.
Use PNG instead of BMP.
Adding TestSystemBrushes.cs
Added TestSystemBrushes.cs to the test sources list.
Adding fail conditions to the test.
Added tests for SystemPens.cs.
Adding TestSystemPens.cs to the test sources list.
Minor fixes to Pen.cs, Pens.cs, Solidbrush.cs and coding style/cosmetic changes to Brushes.cs SystemBrushes.cs SystemPens.cs.
Added test for Brushes.cs class.
Added test for Pens.cs class.
Added TestPens and TestBrushes to the test sources list.
Implemented PointConverter.cs and some of the functions in SizeConverter.cs.
Implemented RectangleConverter.cs and fixed ToString methods in Rectangle.cs and RectangleF.cs.
Added a test for RectangleConverter.cs.
Added tests for SizeConverter.cs and PointConverter.cs.
Added TestPointConverter.cs, TestRectangleConverter.cs and TestSizeConverter.cs to the test sources list.
Corrected few test failures in TestSizeConverter.cs, TestPointConverter.cs and TestRectangleConverter.cs tests.
Fixed ConvertTo method in Size/Point/Rectangle converters.
pie.cs: Added a case to clear the graphics surface
Implemented ImageAttributes.SetWrapMode method.
Adding checks for status of the GDI+ P/Invokes.
Adding more checks for status.
Adding status checks in StringFormat.cs.
Added few more P/Invokes for lineargradientbrush.
Some fixes in LinearGradientBrush.cs.
Changed exception messages.
* Pen.cs: Modified exception message. Fixed Transform, DashPattern,
Fixed Transform property in LinearGradientBrush.cs.
Minor change to make sample output little better with a white background and black color text.
* Color.cs: Fixed Name property.
* RectangleConverter.cs: Implemented GetProperties () method.
Implementing CustomLineCap. Added P/Invokes for the same. Added few related P/Invokes for Pen also.
Implementing AdjustableArrowCap.cs. Added P/Invokes for the same.
Implemented AdjustableArrowCap.cs and CustomLineCap.cs.
* Bitmap.cs, Font.cs, FontConverter.cs, Graphics.cs, Icon.cs, Image.cs
* TestHatchBrush.cs: Added a test case for HatchBrush.cs.
* TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
* System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the
Typo.
Minor formatting.
Minor sentence corrections.
* Pen.cs: Added value checks in DashPattern and CompoundArray
* CustomLineCap.cs: Added null checks and corrected Dispose method.
Test for Color.cs.
Minor fix in Color.Green property.
Added a note.
Added test for Color.cs.
Conforming Color.Green to MS.
Changed test for Color.Green.G to make it pass on MS.
Ignored the tests that are failing because of bug #58435.
Temporarily ignoring a failing test case.
* gdipFunctions.cs: Added some P/Invoke calls for Draw/Fill
* pie.cs: Made the output image little organized and added a
* Pen.cs: Added a note on Dispose method.
Formatting.
Patch from Gert Driesen.
Minor correction in Pen.Dispose and SolidBrush.Dispose
* Makefile: Updated. We don't need to define the flag
* HatchBrush.cs: Added missing test cases for all the hatch styles.
* Makefile: Suppress compiler warning cs:618 for test dll.
* gdipFunctions.cs: (GdipCreateSolidFill): Changed one argument
* run-samples.sh: Added a script to run the samples.
Moving samples from Test/System.Drawing to Samples/General and Samples/System.Drawing directories.
Some formatting and cleanup.
* FontConverter.cs: Implemented the missing functions.
Correcting some errors of last checkin.
* LinearGradientBrush.cs: Added checks for the values of
* gdipFunctions.cs: Added some P/Invokes for PathGradientBrush.
* PathGradientBrush.cs: Removed all the private variables.
* gdipFunctions.cs: Removed GdipGetPathGradientRectI P/Invoke.
Code cleaning: Changed format of various files to unix from dos.
* GraphicsPath.cs: Implemented PathData property and some formatting.
Correction to my previous checkin.
* gdipFunctions.cs: Removed GdipGetPathData P/Invoke. It is redundant.
Minor changes in the script.
* gdipFunctions.cs: Added P/Invokes for GraphicsPathIterator.
* GraphicsPathIterator.cs: New implementation using GDI+ APIs.
* gdipFunctions.cs: Corrected signatures of GdipPathIterCopyData and
Flushing
Some formatting
Flushing.
* Font.cs: Fixed Height property implementation and implemented
First Implementation of ToolBar control.
Changes to Theme for ToolBar control and also dos2unix format.
Updated sources list for ToolBar Control.
Updated project for ToolBar Control.
Added attribute.
Updated project.
Added attributes.
Added attributes.
Typo
Updated project.
Made RightToLeft property virtual and removed a Console.WriteLine.
Changed draw method to use the arguments passed in to draw the image.
Improvments in mouse event handling in the ToolBar control.
* gdipFunctions.cs: Modified exception message to include the case
Fixed toolbar control signatures.
Probably this completes the missing attributes in toolbar control.
Correcting the formatting mess of VS.NET.
Removed the unwanted destructor.
Fixed wrapping related issues in ToolBar control.
Added the missing divider code and grip for ToolBar Control.
Implemented.
Added TypeConverter attribute.
Added ImageIndexConverter to sources.
Adding test for ImageIndexConverter.cs
Lets do some tests too.
Added sources list for test dll.
Minor formatting changes and added location for the coding style guideline for Mono.
Removed unreachable code.
PictureBox would not draw a null image to avoid crash.
Enums for ListView control.
Enums for Form.
It's enum, not a class!
Added some new enums to the list.
Updated project.
Changes in ToolBarButton need to make it's parent redraw.
Make redraw accessible from ToolBarButton.
* Graphics.cs: Implemented DrawIcon methods and fixed
Backporting some fixes.
Added a check for null image.
* Graphics.cs: MSDN says that using image width and height gives
Backporting a fix.
Updated project.
Event for ListView Control.
Enum for ListView Control.
Updated project and sources list.
Added VS.NET project for System.Drawing.
Invalidate should be done before redrawing.
Added Novell URL.
Added a note to Guidelines.
* gdipFunctions.cs: Backporting. Improved the exception message
EventArgs and EventHandlers needed by ListView Control.
Updated sources list and project file.
Added a minor note.
Enum for ListView Control.
Initial implementation.
Supporting class for ListView control.
Enum for ListView control.
Converter for ListViewItem.
Updated project and sources list.
Added attributes.
Added attributes.
* gdipFunctioncs.cs: Fix from Alois for bug #67383.
* gdipFunctioncs.cs: Backporting. Fix from Alois for bug #67383.
Updated project.
Added an internal member dd_pressed to handle clicks on DropDown arrow.
- Added DrawListView method and ListViewDefaultSize property.
- Added DrawListView method and ListViewDefaultSize property.
- Removed a private method, Draw ().
Image.cs: Suppress finalization in Dispose () method.
* BitmapData.cs: Synchronized the class with BitmapData struct in
* Graphics.cs: Moved the initialization of 'use_x_drawable'
Cosmetic changes.
Updated project.
Moved InitFormSize () out of Paint method and removed unnecessary calls to Button.Show () method.
Redraw () related improvements.
Fixed class signature. ShowDialog (Control) is not a public method.
- Added an internal member 'inside' to handle mouse move
- Changed Redraw () to do a Refresh () always.
- MessageBox on windows does not have min/max buttons.
- Redraw () is not virtual now.
- Removed Redraw (), we get it from ButtonBase.
- Renamed Paint() method to Draw() for clarity. Also, moved
Implemented Paint method and fixed coding style.
Implemented GetBounds method and fixed coding style.
Flushing some formatting changes.
Added ColumnHeaderHeight property in Theme for ListView.
Enum for Form.
General Enum.
Updates sources list and project.
Default value of visible property must be true.
Suppressed a warning message.
Updated sources list and project to fix the build.
Fixed constructor.
Added some internal members and calculations for ListView.
Calculations for ListViewItem.
Added some internal members and calculations for ColumnHeader.
ToolBar should use the user specified button size, if there is any. Added a size_specified flag for the same.
Added some default values for ListView control.
Implemented DetailView drawing for ListView control and default values.
Updated project.
Some formatting for my last checkins.
* gdipFunctions.cs: Added checks for null stream in the
Added support for scrolling and fixed calculations.
Drawing ListView and some default values.
Updated project.
Implemented the missing overload for Draw method.
Typo. It should be Nonclickable.
- Changed default ListView values signatures (prefixed all with ListView).
- Changed default value signatures (prefixed all with ListView).
- We need to recalculate the Thumb area when LargeChange/maximum/minimum values are changed.
Implemented some methods and fixed scrolling.
Mouse event handling support in ListView.
Missed in last checkin.
Formatting VS.NET's formatting mess.
Removed .so extension from a DllImport.
* ListView.cs: Implemented item selection, activation and
Updated TODO list.
Updated project.
Removed a wrong entry from files list.
Fixed drawing for UseItemStyleForSubItems property of ListView.
Fixed null values handling in all the overloads of MeasureString in Graphics class.
Updated project.
* ThemeWin32Classic.cs: Fixed ListView border and checkbox
* gdipFunctions.cs (GdipCreateFontFromLogfontA): Changed return
* ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
* ListView.cs (CalculateListView): Fixed scrolling related
* ListView.cs (ListView_KeyDown):
Oops, formatting.
Fixed SWF build on VS.NET.
* ListView.cs: Added some keybindings and fixed scrolling.
* ToolBar.cs: Added support for displaying ContextMenu
Reggie Burnett (12):
* Form.Close now actually destroys the Window
* Added several external functions to Win32funcs.cs
Added myself to team.xml page
Resyncing ByteFX.Data with latest from ByteFX
Resyncing ByteFX.Data with latest from ByteFX
Import new changes from ByteFX
MySql - enclosed queries for max_allowed_packet and characterset inside try catch (and set defaults)
MySql - fixed problem where socket was not getting closed properly (thanks Steve!)
MySql - Fixed major bug with null field handling (thanks Naucki)
synced with ByteFX (0.74) 11-30-2003
Mysql -fixed pooling bug
MySql - same pooling bug fixed again!! ;-)
Richard Thombs (4):
Stubbed out System.Data.ObjectSpaces.Query
Added TODOAttribute.cs
Finished stubbing ObjectSpaces.Query and updated all 'using' statements to
Moved TODOAttribute.cs out of the assembly's root directory and into a System
Ritvik Mayank (62):
2004-12-09 Ritvik Mayank <mritvik at novell.com>
2004-12-14 Ritvik Mayank <mritvik at novell.com>
2004-12-20 Ritvik Mayank <mritvik at novell.com>
svn path=/trunk/mcs/; revision=37982
In Test/tests:
2005-01-29 Ritvik Mayank <mritvik at novell.com>
Fix non-uniform DOS line endings, and set svn:eol-style to native
In Test/errors:
In Test/errors:
2005-02-15 Ritvik Mayank <mritvik at novell.com>
2005-02-16 Ritvik Mayank <mritvik at novell.com>
2005-02-18 Ritvik Mayank <mritvik at novell.com>
2005-02-18 Ritvik Mayank <mritvik at novell.com>
* Removed DefaultAttr*.vb - all were replicas of DefaultProp*.vb
Made some correction in ConversionWithAndOperatorNumC.vb
Made correction in the Test case
2005-03-11 Ritvik Mayank <mritvik at novell.com>
2005-03-11 Ritvik Mayank <mritvik at novell.com>
2005-03-14 Ritvik Mayank <mritvik at novell.com>
2005-03-14 Ritvik Mayank <mritvik at novell.com>
Made small correction in the test
Made correction in few test-cases
2005-03-23 Ritvik Mayank <mritvik at novell.com>
Moved the tests to respective directories
2005-04-04 Ritvik Mayank <mritvik at novell.com>
In tests/attributes:
2005-04-05 Ritvik Mayank <mritvik at novell.com>
2005-04-05 Ritvik Mayank <mritvik at novell.com>
2005-04-06 Ritvik Mayank <mritvik at novell.com>
2005-04-20 Ritvik Mayank <mritvik at novell.com>
2005-04-20 Ritvik Mayank <mritvik at novell.com>
2005-04-25 Ritvik Mayank <mritvik at novell.com>
2005-04-26 Ritvik Mayank <mritvik at novell.com>
Added Test for Control
In Test/System.Windows.Forms:
In tests/expressions:
2005-05-02 Ritvik Mayank <mritvik at novell.com>
2005-05-03 Ritvik Myank <mritvik at novell.com>
2005-05-11 Ritvik Mayank <mritvik at novell.com>
2005-05-27 Ritvik Mayank <mritvik at novell.com>
2005-06-13 Ritvik Mayank <mritvik at novell.com>
2005-06-13 Ritvik Mayank <mritvik at novell.com>
2005-06-20 Ritvik Mayank <mritvik at novell.com>
2005-07-04 Ritvik Mayank <mritvik at novell.com>
2005-07-05 Ritvik Mayank <mritvik at novell.com>
Test case for CheckedListBox and CheckBox
Added test case for ListView, ComboBox and Form
Added some test-case for ImageListTest.cs, Form, Menu and GroupBox
ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs, LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
ListBoxTest.cs,ComboBoxTest.cs : Cleanup and enhancement
commented out test for GetChildAtPointSkip as its not yet implemented <profile net_2_0>
added test cases for ImageList, RadioButton, ScrollBar and StatusBar
enhancement and cleanup
added tests for ProgressBar, ToolTip, RichTextBox and ToolBar
Added tests for MonthCalendar
Added mcs.exe path
Added DISTFILES entry for isc_error_msg.resources
Added test cases for PictureBox
Added test case for ErrorProvider
TextBoxBase.cs: Fixes #76352
Added test case for TrackBar
Added test case for TabControl
Rob Tillie (1):
Added runtime conversion from String to DateTime
Robert Jordan (247):
2005-10-18 Robert Jordan <robertj at gmx.net>
2005-10-16 Robert Jordan <robertj at gmx.net>
2005-10-16 Robert Jordan <robertj at gmx.net>
2005-10-19 Robert Jordan <robertj at gmx.net>
2005-10-20 Robert Jordan <robertj at gmx.net>
2005-11-04 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-05 Robert Jordan <robertj at gmx.net>
2005-11-30 Robert Jordan <robertj at gmx.net>
2005-11-30 Robert Jordan <robertj at gmx.net>
2005-11-30 Robert Jordan <robertj at gmx.net>
2005-12-01 Robert Jordan <robertj at gmx.net>
2005-12-01 Robert Jordan <robertj at gmx.net>
2005-12-01 Robert Jordan <robertj at gmx.net>
2005-12-01 Robert Jordan <robertj at gmx.net>
2005-12-02 Robert Jordan <robertj at gmx.net>
2005-12-02 Robert Jordan <robertj at gmx.net>
2005-12-02 Robert Jordan <robertj at gmx.net>
2005-12-05 Robert Jordan <robertj at gmx.net>
2005-12-07 Robert Jordan <robertj at gmx.net>
2005-12-02 Robert Jordan <robertj at gmx.net>
In System/System.Net.Sockets:
2006-01-08 Robert Jordan <robertj at gmx.net>
2005-12-29 Robert Jordan <robertj at gmx.net>
2006-01-13 Robert Jordan <robertj at gmx.net>
2006-01-13 Robert Jordan <robertj at gmx.net>
2006-01-13 Robert Jordan <robertj at gmx.net>
Reverted until I get more details. See #77242.
2006-01-14 Robert Jordan <robertj at gmx.net>
2006-01-14 Robert Jordan <robertj at gmx.net>
2006-01-18 Robert Jordan <robertj at gmx.net>
2006-01-15 Robert Jordan <robertj at gmx.net>
2006-03-04 Robert Jordan <robertj at gmx.net>
2006-03-14 Robert Jordan <robertj at gmx.net>
2006-03-14 Robert Jordan <robertj at gmx.net>
2006-03-14 Robert Jordan <robertj at gmx.net>
2006-03-18 Robert Jordan <robertj at gmx.net>
2006-03-18 Robert Jordan <robertj at gmx.net>
2006-03-22 Robert Jordan <robertj at gmx.net>
2006-03-27 Robert Jordan <robertj at gmx.net>
2006-03-29 Robert Jordan <robertj at gmx.net>
2006-04-15 Robert Jordan <robertj at gmx.net>
2006-04-27 Robert Jordan <robertj at gmx.net>
2006-05-02 Robert Jordan <robertj at gmx.net>
2006-08-09 Robert Jordan <robertj at gmx.net>
2006-08-09 Robert Jordan <robertj at gmx.net>
2006-08-31 Robert Jordan <robertj at gmx.net>
2006-08-31 Robert Jordan <robertj at gmx.net>
2006-08-31 Robert Jordan <robertj at gmx.net>
In .:
2006-09-08 Robert Jordan <robertj at gmx.net>
2006-09-08 Robert Jordan <robertj at gmx.net>
2006-09-08 Robert Jordan <robertj at gmx.net>
2006-09-08 Robert Jordan <robertj at gmx.net>
2006-10-03 Robert Jordan <robertj at gmx.net>
2006-10-03 Robert Jordan <robertj at gmx.net>
Normalize EOL style to CRLF (least changes).
Set native EOL style.
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-29 Robert Jordan <robertj at gmx.net>
2006-10-30 Robert Jordan <robertj at gmx.net>
Set native EOL style.
2006-11-03 Robert Jordan <robertj at gmx.net>
2006-11-07 Robert Jordan <robertj at gmx.net>
Fix the build (reverted r67723 due to a missing file).
2006-11-13 Jensen Somers <jensen.somers at gmail.com>
2006-12-06 Robert Jordan <robertj at gmx.net>
update BTS info.
Fix the eol-style property.
Fix the eol-style again, now using the proper 'svn:eol-style' property.
2006-03-19 Robert Jordan <robertj at gmx.net>
2006-12-18 Robert Jordan <robertj at gmx.net>
2006-12-19 Robert Jordan <robertj at gmx.net>
Enable TestRaceCondition ().
2006-12-19 Robert Jordan <robertj at gmx.net>
2006-12-22 Robert Jordan <robertj at gmx.net>
2006-12-22 Robert Jordan <robertj at gmx.net>
2006-12-22 Robert Jordan <robertj at gmx.net>
Fix the 1.1 build.
2006-12-29 Robert Jordan <robertj at gmx.net>
Normalize the line endings to CRLF.
Change eol-style to native.
In System.Runtime.Remoting.Messaging:
2007-01-09 Robert Jordan <robertj at gmx.net>
2006-01-09 Robert Jordan <robertj at gmx.net>
2007-01-09 Robert Jordan <robertj at gmx.net>
2007-01-09 Robert Jordan <robertj at gmx.net>
Add bug number.
2007-01-09 Robert Jordan <robertj at gmx.net>
2007-01-10 Robert Jordan <robertj at gmx.net>
Fix the build
2007-01-26 Robert Jordan <robertj at gmx.net>
2007-01-26 Robert Jordan <robertj at gmx.net>
2007-01-27 Robert Jordan <robertj at gmx.net>
2007-01-29 Robert Jordan <robertj at gmx.net>
In .:
2007-02-12 Robert Jordan <robertj at gmx.net>
2007-02-12 Robert Jordan <robertj at gmx.net>
2007-02-05 Robert Jordan <robertj at gmx.net>
2007-05-07 Robert Jordan <robertj at gmx.net>
2007-02-05 Robert Jordan <robertj at gmx.net>
2007-05-08 Robert Jordan <robertj at gmx.net>
2007-05-19 Robert Jordan <robertj at gmx.net>
In Test:
In .:
Set eol-style.
2007-06-05 Robert Jordan <robertj at gmx.net>
2007-06-05 Robert Jordan <robertj at gmx.net>
2007-08-23 Robert Jordan <robertj at gmx.net>
In .:
2007-08-23 Robert Jordan <robertj at gmx.net>
2007-08-21 Robert Jordan <robertj at gmx.net>
In System.Web/System.Web.Configuration:
Fix bug id.
In .:
2007-08-23 Robert Jordan <robertj at gmx.net>
Enable test.
2007-08-24 Robert Jordan <robertj at gmx.net>
In System:
Resurrect r84839
2007-09-06 Robert Jordan <robertj at gmx.net>
In System.Runtime.Remoting:
2007-09-09 Robert Jordan <robertj at gmx.net>
2007-09-09 Robert Jordan <robertj at gmx.net>
2007-09-09 Robert Jordan <robertj at gmx.net>
2007-09-21 Robert Jordan <robertj at gmx.net>
2007-10-19 Robert Jordan <robertj at gmx.net>
In System.Net.Sockets:
2007-10-23 Robert Jordan <robertj at gmx.net>
2007-10-30 Robert Jordan <robertj at gmx.net>
In System.Runtime.Remoting:
2007-10-30 Robert Jordan <robertj at gmx.net>
2007-10-30 Robert Jordan <robertj at gmx.net>
In Test/System.Timers:
In Test/System.Diagnostics:
fix the build
2007-11-01 Robert Jordan <robertj at gmx.net>
unbreak the build (88692 reverted)
2007-11-02 Robert Jordan <robertj at gmx.net>
2007-11-02 Robert Jordan <robertj at gmx.net>
2007-11-02 Robert Jordan <robertj at gmx.net>
2007-11-02 Robert Jordan <robertj at gmx.net>
memory_usage: add support for MONO_TYPE_STRING.
2007-12-04 Robert Jordan <robertj at gmx.net>
2007-12-09 Robert Jordan <robertj at gmx.net>
In mono/mini:
In Test/System:
2008-01-26 Robert Jordan <robertj at gmx.net>
flush forgotten changelog
2008-02-25 Robert Jordan <robertj at gmx.net>
2008-03-14 Robert Jordan <robertj at gmx.net>
In Test/System.Data.SqlClient:
2008-04-22 Robert Jordan <robertj at gmx.net>
In metadata:
disable thunks.cs:Test.Foo10
2008-05-04 Robert Jordan <robertj at gmx.net>
In metadata:
forgot license
2008-05-07 Robert Jordan <robertj at gmx.net>
In System:
In System.Collections:
2008-05-08 Robert Jordan <robertjj at gmx.net>
In System.IO:
wording
2008-06-18 Robert Jordan <robertj at gmx.net>
2008-06-21 Robert Jordan <robertj at gmx.net>
In System.Diagnostics:
In System.Web:
2008-07-23 Robert Jordan <robertj at gmx.net>
2008-07-23 Robert Jordan <robertj at gmx.net>
2008-07-27 Robert Jordan <robertj at gmx.net>
2008-08-22 Robert Jordan <robertj at gmx.net>
2008-08-26 Robert Jordan <robertj at gmx.net>
In metadata:
2008-09-17 Robert Jordan <robertj at gmx.net>
2008-09-04 Robert Jordan <robertj at gmx.net>
fix wording
2008-09-18 Robert Jordan <robertj at gmx.net>
2009-02-12 Robert Jordan <robertj at gmx.net>
2009-02-22 Robert Jordan <robertj at gmx.net>
2009-05-24 Robert Jordan <robertj at gmx.net>
2009-05-24 Robert Jordan <robertj at gmx.net>
2009-05-24 Robert Jordan <robertj at gmx.net>
2009-06-05 Robert Jordan <robertj at gmx.net>
2009-06-05 Robert Jordan <robertj at gmx.net>
2009-06-12 Robert Jordan <robertj at gmx.net>
2009-06-14 Robert Jordan <robertj at gmx.net>
2009-06-24 Robert Jordan <robertj at gmx.net>
typo
2009-06-25 Robert Jordan <robertj at gmx.net>
2009-06-25 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
In Test/System.Security.Cryptography.X509Certificates:
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
In Test/System.Web.Services:
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
2009-06-26 Robert Jordan <robertj at gmx.net>
In Mono.Interop:
2009-07-20 Robert Jordan <robertj at gmx.net>
In System.Collections.Generic:
2010-02-26 Robert Jordan <robertj at gmx.net>
2010-01-19 Tom Hindle <tom_hindle at sil.org>
2010-02-26 Robert Jordan <robertj at gmx.net>
2010-02-26 Robert Jordan <robertj at gmx.net>
2010-02-26 Robert Jordan <robertj at gmx.net>
In corlib/System.Runtime.Remoting.Proxies:
2010-03-01 Robert Jordan <robertj at gmx.net>
2010-03-01 Robert Jordan <robertj at gmx.net>
2010-03-01 Robert Jordan <robertj at gmx.net>
2010-03-03 Robert Jordan <robertj at gmx.net>
2010-03-05 Robert Jordan <robertj at gmx.net>
2010-03-05 Robert Jordan <robertj at gmx.net>
2010-05-28 Robert Jordan <robertj at gmx.net>
2010-05-28 Robert Jordan <robertj at gmx.net>
2010-05-29 Robert Jordan <robertj at gmx.net>
2010-05-28 Robert Jordan <robertj at gmx.net>
In Test:
remove eol-style:native because it confuses cygwin when the working
2010-05-31 Robert Jordan <robertj at gmx.net>
2010-05-31 Robert Jordan <robertj at gmx.net>
2010-05-31 Robert Jordan <robertj at gmx.net>
2010-05-31 Robert Jordan <robertj at gmx.net>
2010-05-31 Robert Jordan <robertj at gmx.net>
2010-06-28 Robert Jordan <robertj at gmx.net>
[Fix] Handle the portName argument/property properly.
Robert Nagy (6):
fix openbsd CPPFLAGS and check for sys/param.h
Cast void *sigctx to ucontext_t * to avoid compile
Cast void *sigctx to ucontext_t * to avoid compile
Use struct sockpeercred instead of struct ucred on OpenBSD
remove unused variable
Make sgen compile on OpenBSD, by adding the missing stuff
Rodrigo B. de Oliveira (13):
ability to pass custom defines to the c# compiler through the csc.defines property
use csc directly for compactframework compilation - the csc nant task fails to reference the cf assemblies in some scenarios
Compact Framework support by using Guid(string) if CF_2_0 is defined
Fixed Optimize for ldc_i4
CompactFramework compilation fixes
patch enabling better handling of local var debug info applied
always generate the local var sig
support for compiling Mono.Cecil without any references to System.dll
Support for PropertyGroup as a child of When and Otherwise
NUnit tests for xbuild
response file might be specified in double quotes
support for nested Choose elements + fixed bug where the project reference would be null during condition evaluation
2010-02-02 Rodrigo B. de Oliveira <rodrigo at unity3d.com>
Rodrigo Kumpera (2091):
2007-05-29 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-05 Rodrigo Kumpera <kumpera at gmail.com
2006-06-05 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-05 Rodrigo Kumpera <kumpera at gmail.com>
2007-05-06 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-06 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-11 Rodrigo Kumpera <kumpera at gmail.com>
*verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
2007-06-11 Rodrigo Kumpera <kumpera at gmail.com>
2007-05-12 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-13 Rodrigo Kumpera <kumpera at gmail.com>
* verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments
2007-05-14 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-14 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-14 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-14 Rodrigo Kumpera <kumpera at gmail.com>
* invalid_dup_maxstack.il: the test wasn't generating the failing condition
2007-06-18 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-19 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-20 Rodrigo Kumpera <kumpera at gmail.com>
* verify.c: support for function pointers in the verifier
2007-06-20 Rodrigo Kumpera <kumpera at gmail.com>
2007-06-22 Rodrigo Kumpera <kumpera at gmail.com>
2007-07-02 Rodrigo Kumpera <rkumpera at novell.com>
In metadata:
2007-07-03 Roderigo Kumpera <rkumpera at novell.com>
2007-07-03 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-05 Rodrigo Kumpera <rkumpera at novell.com>
* AssemblyRunner.cs: bug fix: handles missing fields corrently
2007-07-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-10 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-10 Rodrigo Kumpera <rkumpera at novell.com>
Better changelog entry
In System.Reflection.Emit:
2007-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-13 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-16 Rodrigo Kumpera <rkumpera at novell.com>
2006-07-17 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-17 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-19 Rodrigo Kumpera <rkumpera at novell.com>
* verify.c: a typo slipped in and the code wont compile
* verify.c: used function from private branch, reverted to the one in class.h
svn path=/trunk/mono/; revision=82331
2007-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2007-07-26 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-01 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-02 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-10 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-13 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-13 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-15 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-15 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-15 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-15 Rodrigo Kumpera <rkumpera at novell.com>
* verify.c (do_unbox_value): added, do type verification of
* verify.c (mono_method_verify): small typo sliped in.
2007-08-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-08-21 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-22 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-25 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-25 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-25 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-25 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-26 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-09-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-02 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-02 Rodrigo Kumpera <rkumpera at novell.com>
* make_field_store_test.sh: sames
2007-10-02 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-04 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-04 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-04 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-26 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-26 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-26 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2007-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-08 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-08 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-11-16 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-07 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
* make_test.sh: added tests for castclass and isinst
2007-12-06 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-11 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-11 Rodrigo Kumpera <rkumpera at novell.com>
* verify.c (in_any_block): check for filter clauses.
2007-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-13 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-18 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-18 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-19 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-20 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-20 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-21 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-21 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-24 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-24 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-27 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-27 Rodrigo Kumpera <rkumpera at novell.com>
In codegen:
In tests:
2007-12-31 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-31 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-31 Rodrigo Kumpera <rkumpera at novell.com>
2007-12-31 Rodrigo Kumpera <rkumpera at novell.com>
In codegen:
2008-01-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-09 Rodrigo Kumpera <rkumpera at novell.com>
* make_test.sh: added tests for unbox.any.
2008-01-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
* unverifiable_newobj_no_visibility.il: added. visibility
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-23 Rodrigo Kumpera <rkumpera at novell.com>
In System:
2008-01-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-01-31 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-14 Rodrigo Kumpera <rkumpera at novell.com>
* valid_generic_test.cs: Tests for generic classes.
2008-03-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-24 Rodrigo Kumpera <rkumpera at novell.com>
Added reference to bug #372410.
2008-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-09 Rodrigo Kumpera <rkumpera at novell.com>
* tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Erven Rohou <erven.rohou at st.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-01 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
* valid_nullable_store.il: New test to ensure
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-06 Rodrigo Kumpera <rkumpera at novell.com>
In metadata:
2008-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-14 Rodrigo Kumpera <rkumpera at novell.com>
Small typo in header
2008-05-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-05-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-07 Rodrigo Kumpera <rkumpera at novell.com>
* reflection.c (lookup_custom_attr): Clean the cached flag or
2008-06-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-09 Rodrigo Kumpera <rkumpera at novell.com>
In metadata:
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2008-06-20 Rodrigo Kumpera <rkumpera at novell.com>
* metadata-internals.h: Added MonoDynamicImage::methodspec
Add mention in te Changelog to the bug the last change fixes
2008-06-20 Rodrigo Kumpera <rkumpera at novell.com>
In .:
2008-06-24 Rodrigo Kumpera <rkumpera at novell.com>
In .:
2008-06-24 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In .:
In .:
In .:
2008-06-25 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In System.Data.SqlClient:
2008-07-01 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-01 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In System.Data:
In .:
In System.Web.UI:
2008-07-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-02 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In System:
2008-07-04 Rodrigo Kumpera <rkumpera at n ovell.com>
In .:
* ConfigurationManager.cs: Reaply the patch from Gert.
2008-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-09 Rodrigo Kumpera <rkumpera at novell.com>
* DataBinder.cs (GetDataItem): Commited stupid code.
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-11 Rodrigo Kumpera <rkumpera at novell.com>
* verify.c: Add more type checks for loaded types. Verify the result
* invalid_ldtoken_field.il
2008-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-16 Rodrigo Kumpera <rkumpera at novell.com>
In System.Reflection.Emit:
2008-07-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-16 Rodrigo Kumpera <rkumpera at novell.com>
In System.Reflection:
2008-07-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-21 Rodrigo Kumpera <rkumpera at novell.com>
In System.Reflection:
2008-07-22 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-22 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-24 Rodrigo Kumpera <rkumpera at novell.com>
Forgot to mention the bug number.
2008-07-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-25 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2008-08-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-08-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-08-09 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In .:
In .:
In Test/System.ComponentModel:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
2008-09-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-09-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-09-29 Rodrigo Kumpera <rkumpera at novell.com>
* TypeBuilderTest.cs: Fix the 1.0 build.
2008-09-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-09-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-09-29 Rodrigo Kumpera <rkumpera at novell.com>
* mini-codegen.c: Change asserts to use MONO_NUM_REGBANKS instead
2008-09-30 Rodrigo Kumpera <rkumpera at novell.com>
2008-09-30 Rodrigo Kumpera <rkumpera at novell.com>
* mini-codegen.c (mono_local_regalloc): Make free mask
* mini-codegen.c: Make all bank macros depend on reg_bank.
Added changelog entry
Fixed the Changelog formating.
Squashed commit of the following:
2008-10-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-03 Rodrigo Kumpera <rkumpera at novell.com>
Merge branch 'simd'
Initial version.
* cpu-x86.md: Added new instructions to handle float to int using SSE regs.
Added Changelog
Author: Rodrigo Kumpera <kumpera at gmail.com>
driver.c (opt_sets): Added combinations of simd, sse2 and sse3.
Added Changelog entry.
* AssemblyInfo.cs : Added CLSCompliant attribute.
2008-10-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-07 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-09 Rodrigo Kumpera <rkumpera at novell.com>
Author: Rodrigo Kumpera <kumpera at gmail.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
Author: Rodrigo Kumpera <kumpera at gmail.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
Author: Rodrigo Kumpera <kumpera at gmail.com>
Author: Rodrigo Kumpera <kumpera at gmail.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-10 Rodrigo Kumpera <rkumpera at novell.com>
Added changelog
2008-10-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-15 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-10-29 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-12 Rodrigo Kumpera <rkumpera at novell.com>
Wrong date in the changelog
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-13 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-14 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-17 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-18 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-19 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-21 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-11-28 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-01 Rodrigo Kumpera <kumpera at gmail.com>
2008-12-01 Rodrigo Kumpera <kumpera at gmail.com>
2008-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-03 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-05 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-09 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-09 Rodrigo Kumpera <rkumpera at novell.com>
In tests:
2008-12-10 Rodrigo Kumpera <rkumpera at novell.com>
Revert the last changes in encoding.
2008-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-23 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-24 Rodrigo Kumpera <rkumpera at novell.com>
I removed some changelog notes while merging locally
2008-12-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-24 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
In metadata:
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-07 Rodrigo Kumpera <rkumpera at novell.com>
In metadata:
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-08 Rodrigo Kumpera <rkumpera at novell.com>
Initial version
more stuff
more stuff
initial verifier
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
Add missing changelog entries.
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-12 Rodrigo Kumpera <rkumpera at novell.com>
Fix the changelog
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-16 Rodrigo Kumpera <rkumpera at novell.com>
In .:
2009-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-19 Rodrigo Kumpera <rkumpera at novell.com>
Forgot to mention the contributor of this patch.
2009-01-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-21 Rodrigo Kumpera <rkumpera at novell.com>
Forgot to add the file.
2009-01-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-05 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In .:
2009-02-11 Rodrigo Kumpera <rkumpera at novell.com>
In mini:
2009-02-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-12 Rodrigo Kumpera <rkumpera at novell.com>
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
In .:
2009-02-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-20 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2008-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2008-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-13 Rodrigo Kumpera <rkumpera at novell.com>
small todo item
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <kumpera at gmail.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-24 Rodrigo Kumpera <kumpera at gmail.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
Forgot to report sturious printf
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
This my comment leftovers day
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-05-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
Fix typo in changelog
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-19 Rodrigo Kumpera <rkumpera at novell.com>
Fix some typos on test description.
2009-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-25 Rodrigo Kumpera <rkumpera at novell.com>
* metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
2009-06-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-06-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-07-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-19 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-20 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-29 Rodrigo Kumpera <rkumpera at novell.com>
2009-08-31 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-06 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-14 Zoltan Varga <vargaz at gmail.com>
2009-09-15 Rodrigo Kumpera <rkumpera at novell.com>
Fix changelog notice. Don't want to put blame on others for my stuff.
2009-09-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-18 Rodrigo Kumpera <rkumpera at novell.com>
2009-09-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-10-23 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-11 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-24 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-25 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-27 Rodrigo Kumpera <rkumpera at novell.com>
2009-11-28 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-01 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
Ops, forgot to mention bug number on changelog.
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-02 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-03 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-07 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-08 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-09 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-10 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-12 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-14 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-15 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-16 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-17 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-21 Rodrigo Kumpera <kumpera at gmail.com>
2009-12-21 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-26 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-30 Rodrigo Kumpera <rkumpera at novell.com>
2009-12-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2009-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-18 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-01-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-18 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-02-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-02 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-03 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-04 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-17 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-22 Rodrigo Kumpera <rkumpera at novell.com>
2009-03-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-23 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-01 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-05 Rodrigo Kumpera <rkumpera at novell.com>
2009-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-03-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-15 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-16 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-04-20 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-05 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-06 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-07 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-12 Rodrigo Kumpera <rkumpera at novell.com>
Copy icall.c to mono-ptr-array.h
2010-05-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-12 Rodrigo Kumpera <rkumpera at novell.com>
Fix typo
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-13 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-19 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-26 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-25 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-27 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-28 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-05-31 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-02 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-14 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-17 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-18 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-21 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-22 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-24 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-29 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-29 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-29 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-29 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-06-30 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-08 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-09 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-10 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-11 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-12 Rodrigo Kumpera <rkumpera at novell.com>
2010-07-27 Rodrigo Kumpera <rkumpera at novell.com>
Improve verifier error message.
Emit verifiable code for SWF test suite.
Add some non standard bits to metadata verifier.
Avoid to crash on module index equal or smaller than zero.
Don't crash with null strings during error handling.
[runtime] Handle images with null assembly.
Dont assert on invalid delegate type.
Fail array of invalid types.
Properly handle stackoverflow on ARGLIST opcode.
Fixes crash when SRE code calls a vararg method.
Add regression test for #626441.
Fix verifier test suite.
Verify the token for ldtoken.
Fix a crash on appdomain unload stress.
Change type of a given parameter.
Improve error reporting of bad signatures.
Improve error message for signature load failure.
Merge branch 'improve_signature_parsing_error_messages'
Handle arguments with generic parameters from other methods.
Add test for using generic arguments from other methods.
Lazy load custom attribute data arguments.
Add some error handling to custom attribute loading.
Fix a loader error leak and make some System.Type methods lazier.
Avoid initing the class in more cases. Cleanup error handling a bit.
Make reflection lazier.
Add mono_field_get_type_checked.
Add lazy loading of MonoClassField::type
Support lazy loading a field attributes too.
plit field loading. Fix some error handling.
Add lazy variant of mono_class_get_fields.
Make MonoType::GetFields lazier.
Make nested type loading lazier.
Lazy load FIeldInfo::FieldType from the managed side.
Handle lazy loading of type.
Handle MonoClassField::type lazy loading.
Handle field's type lazy loading.
Merge branch 'mono_class_field_lazy_loading'
Fix some loader error leaks.
Fix some loader error leaks.
Implement System.Runtime.InteropServices.TypeIdentifierAttribute.
Type is sealed, forgot to make it so.
[sgen] Direct card table implementation.
[sgen] Use mincore to dump faulted pages in the cardtable.
[sgen] Use cardtable for all wbarriers, not just generic store.
Fix EH handling corner case.
Add regression test for 633291.
Fix value returned by PropertyInfo::DeclaringType
Add test for #633671
Replace clear_card functions with block enumeration API.
Extract card scanning code.
Add support for card overlapping.
Improve check consistency assertion.
Don't scan blocks without references.
Enable cardtable on 64bits targets.
Fix cardtable code under amd64.
Fix a of by one error.
Remove leftover from testing.
Merge branch 'sgen_cardtable_64bits_support'
Fix corlib self referencing bug.
Fix AOT under x86.
Rodrigo Moya (133):
2001-08-22 Rodrigo Moya <rodrigo at ximian.com>
2002-03-24 Rodrigo Moya <rodrigo at ximian.com>
2002-03-27 Rodrigo Moya <rodrigo at ximian.com>
2002-03-27 Rodrigo Moya <rodrigo at ximian.com>
2002-03-28 Rodrigo Moya <rodrigo at ximian.com>
2002-03-29 Rodrigo Moya <rodrigo at ximian.com>
2002-03-29 Rodrigo Moya <rodrigo at ximian.com>
2002-04-12 Rodrigo Moya <rodrigo at ximian.com>
2002-04-14 Daniel Morgan <danmorg at sc.rr.com>
2002-04-14 Rodrigo Moya <rodrigo at ximian.com>
2002-04-15 Rodrigo Moya <rodrigo at ximian.com>
2002-04-15 Rodrigo Moya <rodrigo at ximian.com>
Some fixes as I read the C# book
2002-04-16 Rodrigo Moya <rodrigo at ximian.com>
2002-04-17 Rodrigo Moya <rodrigo at ximian.com>
excluded new files from build
Added TODO file
2002-04-23 Rodrigo Moya <rodrigo at ximian.com>
Removed stuff I'm working on
2002-04-27 Rodrigo Moya <rodrigo at ximian.com>
Exclude newly added file from build
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
Excluded files
Excluded files
2002-04-28 Rodrigo Moya <rodrigo at ximian.com>
2002-05-01 Rodrigo Moya <rodrigo at ximian.com>
2002-05-01 Rodrigo Moya <rodrigo at ximian.com>
2002-05-01 Rodrigo Moya <rodrigo at ximian.com>
2002-05-02 Rodrigo Moya <rodrigo at ximian.com>
Updated TODO
2002-05-03 Rodrigo Moya <rodrigo at ximian.com>
2002-05-03 Rodrigo Moya <rodrigo at ximian.com>
Changed step 3, since we need to be compatible with MS .NET
2002-05-07 Rodrigo Moya <rodrigo at ximian.com>
2002-05-07 Rodrigo Moya <rodrigo at ximian.com>
2002-05-08 Rodrigo Moya <rodrigo at ximian.com>
2002-05-08 Rodrigo Moya <rodrigo at ximian.com>
2002-05-10 Rodrigo Moya <rodrigo at ximian.com>
2002-05-09 Rodrigo Moya <rodrigo at ximian.com>
2002-05-10 Rodrigo Moya <rodrigo at ximian.com>
2002-05-10 Rodrigo Moya <rodrigo at ximian.com>
2002-05-10 Rodrigo Moya <rodrigo at ximian.com>
2002-05-11 Rodrigo Moya <rodrigo at ximian.com>
2002-05-28 Rodrigo Moya <rodrigo at ximian.com>
2002-05-27 Rodrigo Moya <rodrigo at ximian.com>
2002-05-29 Rodrigo Moya <rodrigo at ximian.com>
2002-05-29 Rodrigo Moya <rodrigo at ximian.com>
2002-06-01 Rodrigo Moya <rodrigo at ximian.com>
2002-06-02 Rodrigo Moya <rodrigo at ximian.com>
2002-06-02 Rodrigo Moya <rodrigo at ximian.com>
2002-06-02 Francisco Jr. <fxjrlists at yahoo.com.br>
2002-06-03 Rodrigo Moya <rodrigo at ximian.com>
2002-06-06 Rodrigo Moya <rodrigo at ximian.com>
Some fixes, thanks to duncan
2002-07-11 Rodrigo Moya <rodrigo at ximian.com>
2002-07-12 Rodrigo Moya <rodrigo at ximian.com>
2002-07-27 Rodrigo Moya <rodrigo at ximian.com>
Wrong changelog
2002-07-28 Rodrigo Moya <rodrigo at ximian.com>
2002-07-29 Rodrigo Moya <rodrigo at ximian.com>
2002-07-30 Rodrigo Moya <rodrigo at ximian.com>
2002-07-31 Rodrigo Moya <rodrigo at ximian.com>
2002-07-31 Rodrigo Moya <rodrigo at ximian.com>
2002-07-31 Rodrigo Moya <rodrigo at ximian.com>
2002-07-31 Rodrigo Moya <rodrigo at ximian.com>
2002-08-01 Rodrigo Moya <rodrigo at ximian.com>
2002-07-31 Rodrigo Moya <rodrigo at ximian.com>
2002-08-03 Rodrigo Moya <rodrigo at ximian.com>
Added new files
2002-08-05 Rodrigo Moya <rodrigo at ximian.com>
Added more files
2002-08-04 Rodrigo Moya <rodrigo at ximian.com>
*** empty log message ***
2002-08-05 Rodrigo Moya <rodrigo at ximian.com>
2002-08-08 Franklin Wise <gracenote at earthlink.net>
2002-08-10 Rodrigo Moya <rodrigo at ximian.com>
Added more files
2002-08-11 Rodrigo Moya <rodrigo at ximian.com>
2002-08-12 Franklin Wise <gracenote at earthlink.net>
2002-08-13 Rodrigo Moya <rodrigo at ximian.com>
2002-08-13 Rodrigo Moya <rodrigo at ximian.com>
Added more files
2002-08-15 Rodrigo Moya <rodrigo at ximian.com>
2002-08-15 Rodrigo Moya <rodrigo at ximian.com>
2002-08-15 Rodrigo Moya <rodrigo at ximian.com>
2002-08-16 Rodrigo Moya <rodrigo at ximian.com>
2002-08-16 Rodrigo Moya <rodrigo at ximian.com>
2002-08-18 Rodrigo Moya <rodrigo at ximian.com>
2002-08-18 Rodrigo Moya <rodrigo at ximian.com>
2002-08-18 Rodrigo Moya <rodrigo at ximian.com>
2002-08-18 Rodrigo Moya <rodrigo at ximian.com>
2002-08-14 Rodrigo Moya <rodrigo at ximian.com>
Added new file
Added info about new advances
2002-08-19 Rodrigo Moya <rodrigo at ximian.com>
2002-08-20 Rodrigo Moya <rodrigo at ximian.com>
2002-08-21 Rodrigo Moya <rodrigo at ximian.com>
2002-08-25 Rodrigo Moya <rodrigo at ximian.com>
2002-10-01 Rodrigo Moya <rodrigo at ximian.com>
2002-09-28 Vladimir Vukicevic� <vladimir at pobox.com>
2002-10-01 Luis Fernandez <luifer at onetel.net.uk>
2002-10-01 Rodrigo Moya <rodrigo at ximian.com>
2002-10-03 ville <vi64pa at koti.soon.fi>
2002-10-03 ville <vi64pa at koti.soon.fi>
2002-10-06 Luis Fernandez <luifer at onetel.net.uk>
2002-10-06 Luis Fernandez <luifer at onetel.net.uk>
2002-10-09 Brian Ritchie <brianlritchie at hotmail.com>
2002-10-09 Rodrigo Moya <rodrigo at ximian.com>
2002-10-09 Rodrigo Moya <rodrigo at ximian.com>
Removed wrong System.Data.Odbc directory
2002-10-09 Ville Palo (vi64pa at koti.soon.fi)
2002-10-10 Rodrigo Moya <rodrigo at ximian.com>
2002-10-10 Rodrigo Moya <rodrigo at ximian.com>
2002-10-10 Ville Palo (vi64pa at koti.soon.fi)
2002-10-14 Rodrigo Moya <rodrigo at ximian.com>
2002-10-15 Rodrigo Moya <rodrigo at ximian.com>
2002-10-16 Rodrigo Moya <rodrigo at ximian.com>
2002-10-21 Rodrigo Moya <rodrigo at ximian.com>
2002-10-27 Rodrigo Moya <rodrigo at ximian.com>
2002-10-29 Rodrigo Moya <rodrigo at ximian.com>
2002-11-09 Rodrigo Moya <rodrigo at ximian.com>
*** empty log message ***
2003-01-15 Rodrigo Moya <rodrigo at ximian.com>
2003-01-16 Rodrigo Moya <rodrigo at ximian.com>
2003-01-16 Rodrigo Moya <rodrigo at ximian.com>
2003-01-16 Rodrigo Moya <rodrigo at ximian.com>
removed comment
2003-02-09 Rodrigo Moya <rodrigo at ximian.com>
Roei Erez (77):
bug 77563 fix
svn path=/branches/mainsoft/gh1.7/mcs/; revision=58999
solution file for remoting
Remoting 2.0 project file
corrections for static fields at WebConfigurationManager which are relevant only when running on mainsoft platform (TARGET_j2EE)
release project file
fixing overriding final method
add test for string properties
Global resources fix
Adding some TARGET_JVM tags.
add Cryptography tests to mainsoft solution file.
Bug fix for NameValueCollection constructors:
Fix .NET 1.1 compatability
adding TARGET_JVM on explicit interface implementation
performance fix that eliminates stale connection checking at apache http client.
nomd5 fix
Add support for Negotiate (Kerberose) authentication scheme
fix NullPointerException when TraceOptions is not initialized
added file needed for VB
Remove redundant call to Type.GetType.
merge -r88943:88947
JAVAEE post build step change
Remove TARGET_JVM directive
bug 9538
resend all headers on post redirect
resend all headers on post redirect
Initialize Channel uri in all cases
fix prototype of GH implementation
add j2sehelpers reference
bug 9857
Performance improvement for Stack, where it is popped until empty, and then pushed again.
fix xml convert regarding roundtrip formatting
DateTime XML seralization bug
Bug #352210 fix, and add support for RoundtripKind parsing.
merge from
bug 10102, I have added an operation of shutdown the connection managers of apache httpclient on server destroy.
some changes to the project file
some changes to Grasshopers project file
Add build file for Grasshoper's build system
some changes to Grasshopers project file
Fix Grasshopers test project and add testing script
some modifications to the project file.
isolate unsupported flow using TARGET_JVM compilation flag.
fix loading a SectionGroup without any section child.
fix JAVAEE tests script
Some fixes to JAVAEE interpreter
Fixes to JAVAEE interpreter regarding conversion.
Fix to JAVAEE TypeAs Expression.
Exclude not supported tests in JAVAEE environment.
fix Nullable conversion in JAVAEE environment
Add Conversion.cs file for JAVAEE environment
Fix JAVAEE interpretation of Equality expression with regard to ValueTypes.
Add implementation for AsQueryable.
missed in the last commit as part of Queryable.AsQueryable implementation.
temporary exclude HashSet.CopyTo test in JAVAEE environment.
fix test for NET_2_0
Treat better Nullable in Convert expression
Add implemetation for two overloaded 'GroupBy' methods of Enumerable class.
Add implementation for the non-generic Queryable.AsQueryable method, and some test cases.
Implement the Lookup.ApplyResultSelector method
Fix bugs of Session timeout.
Fix a bug only in TARGET_JVM that happens when a match contains empty group at the end.
TARGET_JVM bugs
TARGET_JVM bug 10598
TARGET_JVM bug 10598
Make UnloadAppDomain not supported only under TARGET_JVM (bug 10640)
Add some TARGET_JVM for using httpclient with large post requests (bug 10494)
fix typo of last commit.
Differentiate between IPostBackEventHandler that was registered by the user, and one that was given as post parameter, so that in case ther post data may trigger both IPostBackEventHandler and IPostBackDataHandler, only the IPostBackDataHandler is actually triggered
Change behavior of HyperLinkField bound field key should be case insensitive.
bug 10916
bug 10916
In case of multiple tree nodes bindings with the same key, select the first one and not the last one.
Bug in javacript code, using window instead of document for checking if the script is already defined.
When the RowDataBound event is invoked, the value of GridView1.DataKeys should contains all the keys up untill the current row, and not be empty
typo from my last fix.
fix the build break, sorry.
Rolf Bjarne Kvinge (474):
2006-12-10 Rolf Bjarne Kvinge <rolfkvinge at ya.com>
2006-10-12 Rolf Bjarne Kvinge <rolfkvinge at ya.com>
2006-10-12 Rolf Bjarne Kvinge <rolfkvinge at ya.com>
2006-10-17 Rolf Bjarne Kvinge <rolfkvinge at ya.com>
2006-10-27 Rolf Bjarne Kvinge <RKvinge at novell.com>
Small change that escaped last commit making the build to fail.
2006-11-02 Rolf Bjarne KVinge <RKvinge at novell.com>
2006-11-02 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-13 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-14 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-14 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-21 Rolf Bjarne Kvinge <RKvinge at novell.com>
Fixed tabs/spaces indentation mistake.
2006-11-22 Rolf Bjarne Kvinge <RKvinge at novell.com>
Uncommented the last code.
2006-11-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-27 Rolf Bjarne Kvinge
2006-11-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
Rectified an incorrect changelog entry
2006-11-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
Removed a spurious line.
2006-11-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-30 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-30 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-30 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-11-30 Rolf Bjarne Kvinge <RKvinge at novell.com>
Added the MessageTest test to the sources.
2006-12-01 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-01 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-04 Rolf Bjarne Kvinge <RKvinge at novell.com>
* MdiFormTest.cs: Change a few tests to dispose of
2006-12-04 Rolf Bjarne Kvinge <RKvinge at novell.com>
Added a missing NotWorking attribute.
In System.Windows.Forms:
* MdiClient.cs:
2006-12-05 Rolf Bjarne Kvinge <RKvinge at novell.com>
* InternalWindowManager.cs:
* InternalWindowManager.cs: Remove an unused field.
2006-12-11 Rolf Bjarne Kvinge <RKvinge at novell.com>
* MdiClient.cs: Resume Layout before setting window
* Hwnd.cs: Save the CreateParams.ExStyle so that it can be
* Form.cs: Make MdiClient have the focus even if it's
2006-12-12 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-13 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-15 Rolf Bjarne Kvinge <RKvinge at novell.com>
* InternalWindowManager.cs: Fix a NullRef with previous
* MdiChildContext.cs: Removed it, no longer used.
2006-12-15 Rolf Bjarne Kvinge <RKvinge at novell.com>
* Control.cs: Added missing 2.0 attributes
2006-12-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
* MdiWindowManager.cs: Make IconicBounds depend on
2006-12-19 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
* DateTimePickerTest.cs: Created.
2006-12-19 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-21 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-21 Rolf Bjarne Kvinge <RKvinge at novell.com>
In Test/System.ComponentModel:
2006-12-22 Rolf Bjarne Kvinge <RKvinge at novell.com>
Updated versions of VS solutions.
2006-12-26 Rolf Bjarne Kvinge
2006-12-26 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-27 Rolf Bjarne Kvinge <RKvinge at novell.com>
2006-12-27 Rolf Bjarne Kvinge <RKvinge at novell.com>
In System.Windows.Forms:
* TrackBar.cs: Fix SmallChange and LargeChange exceptions
* Control.cs: Fixed a NRE.
In Test/System.Windows.Forms:
2006-12-29 Rolf Bjarne Kvinge <RKvinge at novell.com>
Remove NIE for Mono reports.
2007-01-03 Rolf Bjarne Kvinge <RKvinge at novell.com>
* Control.cs:
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
Remove spurious line in changelog.
In Test/System.Windows.Forms:
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-19 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-22 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
Fixed dumb typo.
2007-01-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-23 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-24 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-24 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
* TextBoxBase.cs: Don't antialias text. Makes it look way better
2007-01-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ComboBoxTest.cs: Added tests for ResetText.
2007-01-26 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ThemeWin32Classic.cs: Only draw the text of a StatusBar if
2007-01-26 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-01-30 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-02-01 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-02-01 Rolf Bjarne Kvinge <RKvinge at novell.com>
* SizeGrip.cs: Only draw sizegrip if enabled (but always draw
Removed a cwl.
* SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
* SizeGrip.cs: If resizing and the capture is lost, revert any size
* SizeGrip.cs: Make the last change 2.0 only.
* XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
* ControlTest.cs: Removed warnings. Added CaptureTest.
* LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
* TestHelper.cs: Added a helper method to remove warnings.
2007-02-03 Rolf Bjarne Kvinge <RKvinge at novell.com>
* Timer.cs: Throw ArgumentException if Interval <= 0.
* TimerTest.cs: Added
2007-02-06 Rolf Bjarne Kvinge <RKvinge at novell.com>
* Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
Fix build.
* DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
* DateTimePickerTest.cs: Created more tests for DateTimePicker, now
* Form.cs: Remove a warning.
* ComboBox.cs: Remove warning (unused code).
Accidentally committed a working copy of MaskedTextBox.cs, deleting it.
* DateTimePicker.cs: Change default date-formatting culture from
Add a comment.
* MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
* ResXFileRefTest.cs: Removed warnings.
* DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
2007-02-13 Rolf Bjarne Kvinge <RKvinge at novell.com>
* DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
Add svn:executable.
Revert the changes to the makefile, it broke the build.
* DateTimePicker.cs: Call RecreateHandle if the Format changes and
* DateTimePickerTest.cs: Some culture dependant tests are only supposed
2007-02-14 Rolf Bjarne Kvinge <RKvinge at novell.com>
* DateTimePickerTest.cs: Use OSVersion to determine whether to call
* Application.cs: When disabling all forms but the main form, do not
* FormTest.cs: Added NotWorking test for Form CreateParams.Style and
* ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
* ListControl.cs: In SelectedValue use value.Equals to compare for
* ListControlTest.cs: Added test for #80794.
2007-02-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-02-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-02-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
In Test/System.ComponentModel:
* System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
* XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
Fix ChangeLog mess created my lacking knowledge of how MD creates ChangeLogs.
* ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
2007-03-05 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-05 Rolf Bjarne Kvinge <RKvinge at novell.com>
In System.Reflection.Emit:
2007-03-06 Rolf Bjarne Kvinge <RKvinge at novell.com>
* XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
2007-03-02 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-08 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-03-15 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ApplicationContextTest.cs: Added NotWorking test for nested
Fix build.
* MdiFormTest.cs, ControlTest.cs: Remove a warning.
* MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
* Menu.cs: MergeMenu: Check menu argument for null before looping over
* ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
* ComboBoxTest.cs: Added DataBindingTest.
* Control.cs: Fix 2.0 signature for Invoke. Support invoking on
* ControlTest.cs: Added InvokeTestParentHandle.
* Control.cs: ControlCollection.Add: Remove a couple of duplicated
* FormHandleTest.cs: Create new forms at a few specific places + a few
* MdiWindowManager.cs: Update function name.
* EventLogger.cs: Add CountEvents.
Fix build.
Add back change that was accidentally removed (MdiParent is always null after closing a form.)
* TrackBar.cs: Query the theme for the correct value when the mouse
Add line accidentally removed.
* ComboBox.cs: Handle Home and End keys as well as all combinations of
* ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
Add comment.
* DefaultLayoutTest.cs: Fixed line endings.
* XplatUIX11.cs: Implement default locations for forms.
* MdiFormTest.cs: Added a StartLocationTest, and commented out all old
* Control.cs: ChangeParent: Call Form's ChangingParent even if the
* MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
* ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
* XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
* XplatUIX11.cs: CreateWindow: Remove old default form location code,
More output for the TextTest.
* Form.cs: Don't layout mdi children on MdiParent creation, the initial
* MdiFormTest.cs: Added test for #79964.
* Control.cs: Call ContainerControl.ChildControlRemoved whenever a
Remove a comment MD added about a file that wasn't committed.
* ContainerControlTest.cs: Add RemoveActiveControlTest
* XplatUIWin32.cs: Use the previous change in SetParent for forms only.
* XplatUIX11-new.cs: Port changes from XplatUIX11.cs
* XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
* MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
* XplatUIX11.cs: SetWMStyles: If the control is a form with
* ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
* DateTimePicker.cs: Change Text so that when a null value or empty
* DateTimePickerTest.cs: Added a few more cases to TextTest.
* DateTimePickerTest.cs: Added a few more cases to TextTest.
* ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
* XplatUIX11.cs: Added comment that "fixes" #80021.
* X11Structs.cs: Add a few ToString() overrides.
* MdiWindowManager.cs: When moving a form, allow the form to be moved
2007-04-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-04-13 Frederik Carlier <frederik.carlier at carlier-online.be>
2007-04-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
* VBCodeGenerator.cs: Small fix in GenerateBinaryOperatorExpression to always emit the IdentityInequality comparisons with Nothing in the same order (first object, then Nothing).
* XplatUIX11.cs: When setting min/max size for a window we need to
* CreateParams.cs: Add a couple of helper methods and do a less string
* XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
* X11Display.cs, XplatUIX11-new.cs: Add and implement
* MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
* X11Display.cs: Remove warnings.
* XplatUIX11.cs, Hwnd.cs: Remove warnings.
Patch by Leszek Ciesielski.
* MaskedTextBox.cs: Commit this so nobody else starts working on it and
* SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update.
* ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
* ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
* MdiFormTest.cs: Added tests for #81409.
Fix lineendings.
* MdiFormTest.cs: Added tests for #81409.
* ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
* WriterTest.cs: Add a message if anyone forgets to close a form again.
* FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
* Control.cs: Only raise OnVisibleChanged if we're not recreating the
* DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
Setting svn:eol-style.
* Control.cs: set_Text: move the call to the driver into a seperate
* Form.cs: Refactor WndProc into separate methods, just like Control is
2007-04-27 Rolf Bjarne Kvinge <RKvinge at novell.com>
* DateTimePicker.cs: CalculateDropDownLocation: do a null check before
* Form.cs: Add OnDeactivateInternal.
* MdiFormTest.cs: Added DeactivatedEventTest.
* XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
2007-05-04 Randolph Chung <tausq at debian.org>
Added.
2007-05-04 Rolf Bjarne Kvinge <RKvinge at novell.com>
* XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
2007-05-08 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-05-08 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ScrollableControl.cs: ScrollIControlntoView: we now only move the
In Test/System.ComponentModel:
* MaskedTextBoxTest.cs: Added more tests.
* MaskedTextBox.cs: Started implementing parts of it.
2007-05-11 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-05-11 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-05-11 Rolf Bjarne Kvinge <RKvinge at novell.com>
* MaskedTextBox.cs: Update the base text whenever the text changes. MTB
* MaskedTextBox.cs: Small fix for Text that fixes a broken test.
* MaskedTextBox.cs: Small fix for Text that fixes a broken test.
* VBCodeGenerator.cs: Always create escaped identifiers if the
2007-05-17 Rolf Bjarne Kvinge <RKvinge at novell.com>
* TextBoxTest.cs: BackColorTest: Fix it, we may get invalidates and
* VBCodeGenerator.cs: Add support for delegates with parameters, and misc fixes for event handling to match MS.
2007-05-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
* System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and
Fix line endings.
* CreateParams.cs: Make HasWindowManager marginally faster.
* Application.cs: Avoid a possible stack overflow when trying to exit
2007-05-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-05-21 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
* Control.cs: WmShowWindow: Update children's z-order after setting
* InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
* Form.cs: ShowDialog: destroy the handle when message loop is
* FormTest.cs: Added ShowDialogCloseTest.
* ToolBarButton.cs: Implement Name.
* ToolBarButtonTest.cs: Added test for Name.
* ComboBox.cs: If there are few items in the drop down list, make it
* KeyEventArgs.cs: Added SuppressKeyPress.
* KeyEventArgsTest.cs: Added.
2007-05-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
2007-05-25 Marek Habersack <mhabersack at novell.com>
* FormTest.cs: Increase timeout value. Might prevent tests from failing
* KeyEventArgs.cs: Fix typo.
* MonthCalendar.cs: Set the size after initializing all the relevant
* MonthCalendarTest.cs: Added InitialSizeTest.
* MonthCalendar.cs: Only mark the keypresses we actually handle as
* TextBoxTest.cs: Ignore a couple of font-dependent tests.
* Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
2007-05-31 Rolf Bjarne Kvinge <RKvinge at novell.com>
* AssemblyInfo.cs: Update assembly attributes.
* LookupBindingPropertiesAttribute.cs: Implemented.
2007-05-31 Rolf Bjarne Kvinge <RKvinge at novell.com>
* System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
Forgot base class...
* CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
* Control.cs: Corcompare issues.
* ProgressBar.cs: Implemented missing 2.0 members.
* ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
* PropertyGrid.cs: Anchor the help description to the bottom of the
* ScrollableControlTest.cs: Add ResizeAnchoredTest.
In .:
* VBCodeCompiler.cs: Throw a descriptive exception if we're trying to
* TypeDescriptor.cs: Implemented AddEditorTable, and check the editor
* UITypeEditor.cs: Add a table of special editors (types that can't use
* ArrayEditor.cs, MultilineStringEditor.cs, CollectionEditor.cs,
* PropertyGridView.cs: Fix for #81800, makes text show up on initial
[ Fixes #79761]
* PropertyGridView.cs: Add a null-check, fixes a few tests.
* PropertyGridTextBox.cs: Add a method that sends any forwarded
* XplatUIX11.cs: Fix #80822 again (DefWndProc can be reached before
* XplatUIX11.cs: Translate min/max size according to the actual min/max
* DataGridView.cs, TextControl.cs, ProgressBar.cs, PrintDialog.cs,
* RTF.cs: Remove warning.
* Makefile: Ignore obsolete warnings.
* build-csproj2k5-tests: Remove warnings.
* DateTimePicker.cs: If there's no part format specifier, return an
* TypeDescriptor.cs: GetEditor: Make sure the static constructor of the
* PropertyDescriptor.cs: GetEditor: We have to check the property
* PropertyDescriptorTests.cs: Added GetEditorTest.
* CollectionEditor.cs: Implement CreateInstance for 1.1 profile (patch
* Form.cs: Make the fix for #80775 windows-only (fixes #81957).
* Control.cs: Don't do anything in WmShowWindow if the control has been
2007-07-13 Rolf Bjarne Kvinge <RKvinge at novell.com>
* ComboBox.cs: Work around bug #82120 (bug in mcs).
* PropertyGrid.cs: PropertyToolBar: Redraw the entire toolbar when it's
* PropertyGrid.cs, PropertyGridView.cs: Implemented 2.0 methods and
* System.Windows.Forms_test.dll.sources: Unified ComboBoxTest.cs and
* ComboBoxTests.cs, ComboBoxTest.cs: Unified ComboBoxTest.cs and
* FormHandleTest.cs: Make a couple of classes public, so that other
* Form.cs: Don't try to position the form after loading if the form was
* TreeView.cs: Apply patch from Tyron (tmm at aon.at). Fixes #81847.
* Form.cs: Don't check if the current form is the active form before
* Form.cs: Don't check if the current form is the active form before
Committing patch from Ivan N. Zlatev <contact at i-nz.net>.
* ScrollableControlTest.cs: Added AutoScrollPositiontest
* ScrollableControl.cs: Fix implementation of AutoScrollPosition
* DataGridViewTextBoxCell.cs: Use DGV.EditControlInternal instead of
* CurrencyManagerTest.cs: More tests.
Fix ChangeLog entry.
* ArrangedElementCollection.cs: Implement NotSupported behaviour
* ArrangedElementCollectionTest.cs: Added.
* System.Windows.Forms_test.dll.sources: Added
* DataGridViewLinkColumn.cs, DataGridViewRowCollection.cs,
* Control.cs: Minor 1.1 corcompare fix.
* Control.cs: Minor 1.1 corcompare fix.
* DataGridViewColumnCollectionTest.cs,
Fix ChangeLog mess by MD.
* DataGridViewElement.cs: Initialize state.
* DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
* Form.cs: ShowDialog: don't destroy handles if the dialog is a common
* DataGridViewRowTest.cs: Comment out a few asserts that probably are
* DataGridViewRowTest.cs: Comment out more asserts that probably are
* Control.cs: We need to reset the is_created flags when the handle is
* PropertyGridView.cs: Remove debug output.
* DataGridViewRowCollection.cs: Allow a null DGV in the constructor,
* DataGridViewRowCollectionTest.cs: Added.
* build-csproj2k5-tests: Add ONLY_1_1, __MONO_CS__ and DEBUG where
* Binding.cs: Implement 2.0 constructors and add a null check.
* DataGridView.cs: Implemented AutoResizeColumn(s).
* DataGridViewTest.cs: Added AutoResizeColumnTest.
* DataGridViewCell.cs: EditType: returns
* DataGridViewCellTest.cs: Added EditTypeTest and TestDefaultValues.
Use InitialDelay if ReshowDelay is zero. Fixes #82288.
* PropertyGrid.cs: Add a null-check. Fixes #82289/SVGPad.
Add missing file.
* SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
* System.Windows.Forms/Control.cs: Add a null check in
* System.Windows.Forms/ToolTip.cs: If ReshowDelay is 0, show the
* System.Windows.Forms/Control.cs: CreateControl: create implicit
* System.Windows.Forms/ToolTip.cs: We don't get mouse events on all
* System.Windows.Forms/Form.cs: Add a few ActiveMenu null checks.
* Test/System.Windows.Forms/ContainerControlTest.cs,
* System.Windows.Forms/GridEntry.cs: Add a null check.
Big duhh...
* System.Windows.Forms/DataGridViewColumn.cs: Throw if the SortMode
Fix mixed line endings.
* System.Windows.Forms/DataGridView.cs: SelectedRows: we need to check
* System.Windows.Forms/DataGridView.cs: BeginEdit: don't allow editing
* System.Windows.Forms/DataGridView.cs: Fix SelectedRows and
* System.Windows.Forms/DataGridView.cs: Only do a full column/row
* System.Windows.Forms/DataGridView.cs: OnPaint: don't set scrollbar
* System.Windows.Forms/DataGridView.cs: Add support for an editing row.
* System.Windows.Forms/PictureBox.cs:
* System.Windows.Forms/XplatUIWin32.cs: Don't call Win32GetLastError
In System.Reflection.Emit:
* System.Windows.Forms.X11Internal/X11Display.cs,
* System.Windows.Forms/Control.cs: When changing parent of a form, let
* System.Windows.Forms/XplatUIWin32.cs: PaintEventStart: validate the
* System.Windows.Forms/X11Dnd.cs: MwfWindow: Try to load the control
* System.Windows.Forms/X11Dnd.cs: Add a null check.
* System.Windows.Forms/ThemeWin32Classic.cs: A FixedToolWindow has
* System.Windows.Forms/StatusBar.cs: Take into account any icons when a
* System.Windows.Forms/TextControl.cs: Use Math.Max instead of Math.Min
* System.Windows.Forms/DataGridView.cs: If a column has been added,
* System.Windows.Forms/XplatUIX11.cs: Treat toolwindows as if they had
* Test/System.Windows.Forms/DataObjectTest.cs: Added TestConvertible.
* Test/System.Windows.Forms/DataGridViewColumnCollectionTest.cs,
* Test/System.Windows.Forms/DataGridViewCellTest.cs: Added
* DateTimePicker.cs: The MS' MTB has a really stupid year formatting.
* build-csproj2k5: Add Mono.Mozilla as a reference.
* Test/Microsoft.VisualBasic/CodeGeneratorFromExpressionTest.cs: Added
* System.Windows.Forms/XplatUIX11.cs: Make toolwindows' decorations
2007-12-14 Rolf Bjarne Kvinge <RKvinge at novell.com>
* Test/Microsoft.CSharp/CodeGeneratorFromTypeTest.cs,
* System.ComponentModel/MaskedTextProvider.cs,
* Test/Microsoft.VisualBasic/CodeGeneratorFromCompileUnitTest.cs: Added
2008-11-21 Rolf Bjarne Kvinge <rkvinge at novell.com>
2008-11-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
2008-12-12 Rolf Bjarne Kvinge <RKvinge at novell.com>
2008-12-12 Rolf Bjarne Kvinge <RKvinge at novell.com>
2008-12-19 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-01-26 Rolf Bjarne Kvinge <rkvinge at novell.com>
In .:
2009-03-05 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-03-11 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-04-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-04-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-06-10 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-09-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-09-29 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-11-04 Rolf Bjarne Kvinge <RKvinge at novell.com>
2009-11-04 Rolf Bjarne Kvinge <RKvinge at novell.com>
In mono/metadata:
2009-12-12 Rolf Bjarne Kvinge <RKvinge at novell.com>
In mono/metadata:
2010-01-14 Rolf Bjarne Kvinge <RKvinge at novell.com>
Added/Updated .gitignore files
In class/Mono.Cecil.Mdb:
2010-01-20 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-01-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
In class/corlib/System.Reflection:
2010-01-28 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-01-29 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-02-25 Rolf Bjarne Kvinge <RKvinge at novell.com>
Added .gitignore for tools/sgen directory
2010-03-03 Rolf Bjarne Kvinge <RKvinge at novell.com>
In man:
In .:
2010-03-03 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-03 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-15 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-15 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-16 Rolf Bjarne Kvinge <RKvinge at novell.com>
In class:
2010-03-17 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-24 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-03-31 Rolf Bjarne Kvinge <RKvinge at novell.com>
In class/System.Core:
2010-06-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-06-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
In class/System.Core:
2010-06-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-06-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-06-18 Rolf Bjarne Kvinge <RKvinge at novell.com>
In .:
2010-07-05 Rolf Bjarne Kvinge <RKvinge at novell.com>
2010-07-09 Rolf Bjarne Kvinge <RKvinge at novell.com>
In man:
2010-07-12 Rolf Bjarne Kvinge <RKvinge at novell.com>
Uri: fix path component of merged uris with parent directory references above the root directory
Make moonlight build again
Trim the uri in UriParser::GetComponents, just like we do in Uri::Parse
Roopa Wilson (4):
2004-04-02 Roopa Wilson (RoWilson at novell.com)
2004-04-12 Roopa Wilson (RoWilson at novell.com)
2004-05-04 Roopa Wilson (RoWilson at novell.com
Removed a space in Test.Sources
Rusty Howell (2):
simple checkin to trigger build
* Update --help output. Now shows default values
Sachin Kumar (46):
* Makefile.am: Added 'web' in SUBDIRS
TODOAttribute.cs: Definition for 'Comment' was defined twice
Conversion.cs: Implemented few type conversion methods
Add license and copyright to all source files in System.Drawing
Add license and copyright to all source files in System.Drawing
Add license and copyright to all source files in System.Drawing
Java code converted from Mainsoft
Add license and copyright to all source files in System.Data
Made corrections as suggested by Hari
Added license and copyright
Added license and copyright
Added license and copyright
Fixed bugs in Val(string)
Minor bug fixes
Fixed few bugs
Trivial Fixes
Added license and copyright
Added VB runtime tests
Script to executes exe's and store results in html format.
Added license
Added tests for Operators
Added tests for logical operators
Added tests for Shift Operators
Makefile: Create clean set of test results log files
Added new tests for Operators
Added new tests for Operators
Added new tests for Block Statements
Added new tests for Local Variables Statements
Added new tests for Local Declaration Statements
Added new tests for With Statement
Added new tests for With Statement
Added new tests for Assignment Statements
Added few more new tests for Assignment Statements
Added new tests for IF..Then..Else Statements
Added new tests for Select Case Statements
Added new tests for Loop Statements
added comments
Added more tests for Loop Statements
Added few more tests for Conditional Statements
Added new tests for Exception Handling Statements
Added more tests for Exception Handling Statements
Added more tests for statements
Added new tests for Array Statements
Added more tests Statements
added few more VB tests
ecore.cs : Added support for Implicit numeric conversions
Sandy Armstrong (11):
* System.Windows.Forms/X11DesktopColors.cs: Clear GTK_MODULES
* Managed.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs: Internal
* Managed.Windows.Forms/System.Windows.Forms/UpDownBase.cs:
* Managed.Windows.Forms/System.Windows.Forms/ListView.cs: Add internal
* Managed.Windows.Forms/System.Windows.Forms/ListView.cs: Wrap call to
* Managed.Windows.Forms/System.Windows.Forms/ListViewItem.cs: Mark
* WindowsBase/Assembly/AssemblyInfo.cs: AssemblyFileVersion now uses
* Managed.Windows.Forms/System.Windows.Forms/TreeView.cs: Expose
* Managed.Windows.Forms/System.Windows.Forms/TreeView.cs:
* Managed.Windows.Forms/System.Windows.Forms/FileDialog.cs: Add
* Managed.Windows.Forms/System.Windows.Forms/MenuItem.cs: Add
Sanja Gupta (202):
Check for null value before Substring method call
ChangeLog for bug #52034
Added missing functionality in WriteXml() of DataSet
ChangeLog for Added missing functionality in WriteXml() of DataSet.
ChangeLog: Modified the ChangeLog
changelog: Modified the changelog
changelog: Updated changelog
ChangeLog: Modifeid ChangeLog
ChangLog: Updated ChangeLog
changelog: Updated changelog
ChangeLog: Updated changelog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Update ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ImageCodecInfo.cs: Removed unwanted characters which crept in bcos of my carelessness.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ImageAnimator.cs: Fixed compilation problem which crept in 'cos of my carelessness.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Update ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: UpdateChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Update ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Update ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated Changelog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Created ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
WmlPostFieldType.cs: Minor, coding guidelines.
ImageScaleMode.cs:
AdType.cs AutoCompleteType.cs ContentDirection.cs
ConnectionPointType.cs PartChromeState.cs
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChaneLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Update ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog
ChangeLog: Updated ChangeLog.
ChangeLog: Updated and corrected ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Created new file.
ChangeLog: Updated ChangeLog.
TestControlIDConverter.cs: Test needs to be executed only with profile NET_2_0.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated ChangeLog.
ChangeLog: Added ChangeLog.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
HierarchicalDataSourceView.cs: Reverting my earlier patch. Lots of work needs to be done before i can push my DataSourceView changes.
ChangeLog: Updated.
ChangeLog: Updated
System.Web.dll.sources: Added AccessDataSource.cs file.
ChangeLog: Updated.
ChangeLog: Updated ChangeLog.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
ChangeLog: Updated.
Sanjoy Das (1):
Remove warnings in sgen-gc.h.
Sasha Kogan (6):
Replace MonoTODO with MonoNotSupported
Fix web services test page in java build
TARGET_JVM: Add msbuild project files & test scripts.
Queryable.cs (Average, GroupBy, Union): fix signatures to match MS API.
Bug 10670 fix.
Bug 10597 fix.
Satya Sudha K (102):
Fix for bug #61749
minor changes in the Makefile
The test framework for Ado.NET Providers
Added a few fixes for Boolean to Numeric Conversions
Tests for implicit and explicit numeric conversions - contributed by Sudharsan V
Added support for string conversions
Test cases for implicit and explicit string conversions - contributed by
Small correction in the Test case file : 'ImpConversionDatetoStringA.vb'
* ecore.cs : Fixed the implicit conversion of float/double to integral types:
Tests for implicit conversions in arithmatic operations
* assign.cs: Fix for implicit conversions in Compound Assignments
* expression.cs:
* expression.cs:
Testcases for conversions with overloaded functions - contributed by
Negative test case for Conversions with Overloaded functions -
* ecore.cs :
Fixed a bug w.r.t operations involving enum and other types.
Fix for default properties
* mb-parser.jay : Support for shift operators
* ecore.cs : Included Decimal -> Single/double conversions in 'WideningConversionExists' method
Testcases for Events,Delegates, Inheritance - Contributed by Sudharsan V
Fixed conflicting class names - (as pointed out by Sudharsan V)
Support for 'AndAlso' and 'OrElse' operators
Removed a '\r' character from the end of a line (as it was breaking
A minor fix for the previous checkin
* expression.cs :
Supported '\' operator
supported '\' operator for objects
Few more test cases for Like operator
Fixed 'StrLikeBinary' and 'inBracketBinary' methods for better
Supported 'Like' operator
Patch for reducing conflicts in grammar - by Sudharsan V
Fix for 'MyClass' instance expression
* Constant Arithmatic Fixes
Testcases for Array Creation expressions - by Sudharsan V
Some fixes to 'test-mbas.pl' script
Fixing a previous checkin
Added the new 'test-mbas.pl' scripts and 'test-mbas.make' files to the DISTFILES
* StringType.cs, ForEachEnum.cs: Removed a warning
Support for late binding (not yet complete, not tested thoroughly)
Fixed conversions from 'object' to double, float, decimal and long
- Support for ParamArray args in late binding
* ecore.cs :
Support for 'LateGet'
Added Makefiles to each sub-directories
Testcases for Late Binding and typemembers
A minor correction (By Sudharsan V)
Some late bindig testcases
More testcases for late binding - by Sudharsan V
Removed LateBinding12.vb so that it compiles
Support for 'LateSet', 'LateIndexGet', 'LateIndexSet'
Support for 'lateSet', 'LateIndexGet', 'LateIndexSet'
* LateBinding.cs: Removed the 'CopyBack' param from the 'LateSet' method (to make it consistent with vbc)
To accomodate the changes in 'LateSet' method signature
* statement.cs
* FlowControl.cs : Fixed the methods 'ForNextCheck*'
Testcases for 'For' statement and optional arguments
Support for optional arguments in LateBinding
* parameter.cs : Support 'Optional ByRef' parameters
* statement.cs, expression.cs, assign.cs :
* LateBinding.cs (LateGet) :
2005-05-16 Satya Sudha K <ksathyasudha at hotmail.com>
Testcases for named arguments and typemembers - by Sudharsan V
Some fixes to Named arguments
* ecore.cs : Removed char <-> numeric/date conversions as they are not supported in vbc
Fixed some misplaced testcases
Modifying the order of Named arguments
* statement.cs : Support named arguments in late binding
VBBinder.cs : Support for named arguments in late binding
Testcase for argument-ordering in latebinding
Copying back the arguments (matching 'ByRef' parameters) in the reverse
Testcases for overload resolution involving 'object' arguments
expression.cs, statement.cs: Late binding for method invocations involving object arguments
Fixed a testcase
* ObjectType.cs : Some fixes to Narrowing conversions
Some more testcases for 'Select-Case' statements
* statement.cs :
* statement.cs : 'For Each' statement : Wrapping the body of the For loop
* expression.cs : Allowing '()' for property invocation with no args.
* class.cs : Disallowing default properties without parameters.
2005-07-08 Satya Sudha K <ksathyasudha at novell.com>
Testcases for properties
2005-07-18 Satya Sudha K <ksathyasudha at novell.com>
Support for method invocation without '()'
Fix for statements ending with a colon
Fix for statements ending with colon
* class.cs : Using interface-type (instead of interface-names) for comparing interfaces
2005-07-29 Satya Sudha K <ksathyasudha at novell.com>
2005-08-02 Satya Sudha K <ksathyasudha at novell.com>
2005-08-04 Satya Sudha K <ksathyasudha at novell.com>
2005-08-04 Satya Sudha K <ksathyasudha at novell.com>
2005-08-05 Satya Sudha K <ksathyasudha at novell.com>
* expression.cs :
2005-08-19 Satya Sudha K <ksathyasudha at novell.com>
* Interaction.cs :
Minor ix to my previous checkin
2005-08-22 Satya Sudha K <ksathyasudha at novell.com>
Minor fixes to 'StringType.FromObject' and the 'Conversion.Val' methods
Fixed pathnames in some testcases
* statement.cs :
2005-09-06 Satya Sudha K <ksathyasudha at novell.com>
Fixed some 'FileSystem' related testcases
Scott Thomas (15):
This code is contributed under the MIT X11 license
These new error tests make sure that Linq syntax fails correctly when
errors/gcs0201.cs: Make sure that Linq syntax fails correctly when not
mcs/class.cs: gmcs/cs-parser.jay: Implemented automatic properties (C#
Updated QuickSort algorithm and added a test for it.
Array.cs: Slight improvement to the quicksort algorithm.
Fixed bug 417833 which allowed for the creation of illegal
* BitVector32.cs: Minor fixes. Simplified Section.ToString and
2008-11-18 Scott Peterson <lunchtimemama at novell.com>
This commit adds generic variance support under the new
Fixed a type (TypeParameter.Variacne).
Contributed under the MIT/X11 license. This patch completes
Rolling back premature commit.
Contributed under the MIT/X11 license. This patch cleans up some
Fixed bug #553655 and added a unit test for it.
Sean MacIsaac (44):
* UnicodeEncoding.cs: Members added so that a clean compile is
Fixed all sorts of compiler errors.
Added the jay directory, compiler should be okay now.
Removed cs-parser.cs, as this is generated by jay
.cvsignore
Changes to the makefiles to allow cleaner builds.
Removing unnecessary files.
Removing uneccessary files.
makefile *.src easy compilation stuff.
* CodeGenerator.cs: moved using statement out of namespace
* MemberAttributes.cs: Added so rest of classes would compile.
* StringCollection.cs: Added so that CodeDom.* would compile.
* makefile: added windows and unix targets.
* IDictionary.cs: Clear was clear.
* String.cs: Spelling error of IComparable, object's
* status/compare-assembly.cs: basedir should be there if
* ByNamespace.xsl: Needed by ByNamespace.cs.
Typos in comments.
* class.xml: added all classes from corlib.
* ByNamespace.xsl: removed bug for improper handling of namespace.
Updates need to push class status info to web pages.
Removing old build files. NAnt doesn't use them.
Moved temporarily to old. Soon I will move them into the proper
Moving to NAnt.
Test files. Will soon be moved into appropriate namespace directory.
Moved to old.
NAnt build files and test cases that CVS is giving me problems with.
NAnt build files and System.Data files moved to appropriate directory.
NAnt executable
No longer used. New Platform Abstraction Layer used instead.
Moved to corlib/Test Directory
Moved to corlib/Test
makefile: calls NAnt to build class libs
Fixed some build problems (related to targets)
changed target from unix to linux
new version of nant that shouldn't cause security exception for win98
Don't build classes that reference WebRequest.
fixed clean target
Added stub classes/methods needed by compiler in an attempt to get it
class.c (mono_class_create_from_typeref): added debugging output
Got nunit tests running in windows. Reorganized Test case directories.
System.CodeDom.*: Missing namespace declarations
* loader.h: Removed type class from MonoDefaults, added monotype
* AttributeUseage.cs: Should define AttributeUsageAttribute.
Sebastien Pouliot (4274):
Initial version.
2002-10-09 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-10 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-10 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-11 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-13 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-13 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-14 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-14 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-14 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-19 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-19 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-19 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-19 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-23 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-24 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-25 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-25 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2002-10-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-10-30 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-01 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-02 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-02 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-02 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-02 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-03 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-03 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-03 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-16 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2002-11-17 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-17 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-17 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-17 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-17 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2002-11-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-20 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-11-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-08 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-08 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-16 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-22 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-22 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-23 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-23 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-26 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-27 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-27 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-27 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-27 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-28 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-30 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-30 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-30 Sebastien Pouliot <spouliot at videotron.ca>
2002-12-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-03 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2003-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-12 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2003-01-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-20 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-23 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-01-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-05 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
*** empty log message ***
2003-02-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-02-19 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-07 Sebastien Pouliot (spouliot at videotron.ca)
2003-03-07 Sebastien Pouliot (spouliot at videotron.ca)
*** empty log message ***
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
oops - forgot the makefile
2003-03-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-01 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2003-04-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-06 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
Gonzalo's idea - Sounded cool ;-)
2003-04-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-12 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
picture added
2003-04-21 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
*** empty log message ***
2003-04-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-23 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-23 Sebastien Pouliot <spouliot at videotron.ca>
2003-04-23 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-10 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-16 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-16 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-26 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-05-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-09 Sebastien Pouliot <spouliot at motus.com>
2003-06-11 Sebastien Pouliot <spouliot at motus.com>
2003-06-11 Sebastien Pouliot <spouliot at motus.com>
2003-06-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-11 Sebastien Pouliot <spouliot at motus.com>
2003-06-11 Sebastien Pouliot <spouliot at motus.com>
2003-06-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-11 Sebastien Pouliot <spouliot at motus.com>
2003-06-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-15 Sebastien Pouliot <spouliot at motus.com>
2003-06-22 Sebastien Pouliot <spouliot at motus.com>
2003-06-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-06-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-24 Sebastien Pouliot <spouliot at motus.com>
2003-07-24 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-24 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-24 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-27 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-27 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-28 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-07-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-03 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-08-24 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-09-16 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-04 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-05 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-12 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-18 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-20 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-22 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-24 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-24 Sebastien Pouliot <spouliot at videotron.ca>
forgot to commit the changelog into cvs for the previous entry
2003-10-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-26 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-26 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-26 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-26 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-30 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-10-31 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-08 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-09 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-10 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-10 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-11 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-13 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-13 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-13 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-16 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-27 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-27 Sebastien Pouliot <spouliot at videotron.ca>
2003-11-27 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-01 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-02 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-07 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-14 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-15 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-06 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-17 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-25 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2003-12-29 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-02 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-03 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-05 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-06 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-06 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-06 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-11 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-11 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-11 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-11 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-12 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-14 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-14 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-14 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-26 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-27 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-28 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-28 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-28 Sebastien Pouliot <spouliot at videotron.ca>
2004-01-30 Sebastien Pouliot <spouliot at videotron.ca>
2004-02-02 Sebastien Pouliot <sebastien at ximian.com>
2004-02-02 Sebastien Pouliot <sebastien at ximian.com>
2004-02-02 Sebastien Pouliot <sebastien at ximian.ca>
2004-02-04 Sebastien Pouliot <spouliot at videotron.ca>
2004-02-04 Sebastien Pouliot <spouliot at videotron.ca>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-05 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-07 Sebastien Pouliot <sebastien at ximian.com>
2004-02-07 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-06 Sebastien Pouliot <sebastien at ximian.com>
2004-02-08 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-09 Sebastien Pouliot <sebastien at ximian.com>
2004-02-11 Sebastien Pouliot <sebastien at ximian.com>
2004-02-11 Sebastien Pouliot <sebastien at ximian.com>
2004-02-11 Sebastien Pouliot <sebastien at ximian.com>
2004-02-11 Sebastien Pouliot <spouliot at videotron.ca>
2004-02-12 Sebastien Pouliot <sebastien at ximian.com>
2004-02-12 Sebastien Pouliot <spouliot at videotron.ca>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-15 Sebastien Pouliot <sebastien at ximian.com>
2004-02-18 Sebastien Pouliot <sebastien at ximian.com>
2004-02-18 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-20 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-24 Sebastien Pouliot <sebastien at ximian.com>
2004-02-18 Sebastien Pouliot <sebastien at ximian.com>
2004-02-25 Sebastien Pouliot <sebastien at ximian.com>
2004-02-25 Sebastien Pouliot <sebastien at ximian.com>
2004-02-25 Sebastien Pouliot <sebastien at ximian.com>
2004-02-25 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-26 Sebastien Pouliot <sebastien at ximian.com>
2004-02-27 Sebastien Pouliot <sebastien at ximian.com>
2004-02-27 Sebastien Pouliot <sebastien at ximian.com>
2004-03-04 Sebastien Pouliot <sebastien at ximian.com>
2004-03-09 Sebastien Pouliot <spouliot at videotron.ca>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-10 Sebastien Pouliot <sebastien at ximian.com>
2004-03-12 Sebastien Pouliot <sebastien at ximian.com>
2004-03-12 Sebastien Pouliot <sebastien at ximian.com>
2004-03-15 Sebastien Pouliot <sebastien at ximian.com>
2004-03-15 Sebastien Pouliot <sebastien at ximian.com>
2004-03-15 Sebastien Pouliot <sebastien at ximian.com>
2004-03-15 Sebastien Pouliot <sebastien at ximian.com>
2004-03-16 Sebastien Pouliot <sebastien at ximian.com>
2004-03-16 Sebastien Pouliot <sebastien at ximian.com>
2004-03-16 Sebastien Pouliot <sebastien at ximian.com>
2004-03-16 Sebastien Pouliot <sebastien at ximian.com>
2004-03-17 Ivan Hamilton <ivan at chimerical.com.au>
2004-03-17 Ivan Hamilton <ivan at chimerical.com.au>
2004-03-17 Ivan Hamilton <ivan at chimerical.com.au>
2004-03-17 Ivan Hamilton <ivan at chimerical.com.au>
2004-03-17 Jesper Pedersen <jep at itplus.dk>
2004-03-17 Jesper Pedersen <jep at itplus.dk>
2004-03-17 Sebastien Pouliot <sebastien at ximian.com>
2004-03-17 Sebastien Pouliot <sebastien at ximian.com>
2004-03-19 Sebastien Pouliot <sebastien at ximian.com>
2004-03-19 Sebastien Pouliot <sebastien at ximian.com>
2004-03-19 Sebastien Pouliot <sebastien at ximian.com>
2004-03-19 Sebastien Pouliot <sebastien at ximian.com>
Can't update ChangeLog from Windows due to encoding problems.
2004-03-20 Sebastien Pouliot <sebastien at ximian.com>
2004-03-20 Sebastien Pouliot <sebastien at ximian.com>
2004-03-20 Sebastien Pouliot <sebastien at ximian.com>
2004-03-20 Sebastien Pouliot <sebastien at ximian.com>
2004-03-21 Sebastien Pouliot <sebastien at ximian.com>
2004-03-22 Sebastien Pouliot <sebastien at ximian.com>
2004-03-22 Sebastien Pouliot <sebastien at ximian.com>
2004-03-22 Sebastien Pouliot <sebastien at ximian.com>
2004-03-22 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-02-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-23 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2003-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-24 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-25 Sebastien Pouliot <sebastien at ximian.com>
2004-03-26 Sebastien Pouliot <sebastien at ximian.com>
2004-03-26 Sebastien Pouliot <sebastien at ximian.com>
2004-03-26 Sebastien Pouliot <sebastien at ximian.com>
2004-03-26 Sebastien Pouliot <sebastien at ximian.com>
2004-03-27 Sebastien Pouliot <sebastien at ximian.com>
2004-03-30 Sebastien Pouliot <sebastien at ximian.com>
2004-03-30 Sebastien Pouliot <sebastien at ximian.com>
2004-03-30 Sebastien Pouliot <sebastien at ximian.com>
2004-03-30 Sebastien Pouliot <sebastien at ximian.com>
2004-03-30 Sebastien Pouliot <sebastien at ximian.com>
2004-03-31 Sebastien Pouliot <sebastien at ximian.com>
2004-03-31 Sebastien Pouliot <sebastien at ximian.com>
2004-03-31 Sebastien Pouliot <sebastien at ximian.com>
2004-03-31 Sebastien Pouliot <sebastien at ximian.com>
2004-03-31 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2004-04-02 Sebastien Pouliot <sebastien at ximian.com>
2003-04-06 Sebastien Pouliot <sebastien at ximian.com>
2004-04-06 Sebastien Pouliot <sebastien at ximian.com>
2004-04-06 Sebastien Pouliot <sebastien at ximian.com>
2004-04-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-04-06 Sebastien Pouliot <sebastien at ximian.com>
2004-04-07 Sebastien Pouliot <sebastien at ximian.com>
2004-04-08 Sebastien Pouliot <sebastien at ximian.com>
2004-04-09 Sebastien Pouliot <sebastien at ximian.com>
2004-04-09 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-13 Sebastien Pouliot <sebastien at ximian.com>
2004-04-14 Sebastien Pouliot <sebastien at ximian.com>
2004-04-14 Sebastien Pouliot <sebastien at ximian.com>
2004-04-14 Sebastien Pouliot <sebastien at ximian.com>
2004-04-14 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-20 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-24 Sebastien Pouliot <sebastien at ximian.com>
2004-04-24 Sebastien Pouliot <sebastien at ximian.com>
turning off CLS compliance because MCS reports three 3005 errors (works with CSC)
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-22 Sebastien Pouliot <sebastien at ximian.com>
2004-04-23 Sebastien Pouliot <sebastien at ximian.com>
2004-04-23 Sebastien Pouliot <sebastien at ximian.com>
2004-04-23 Sebastien Pouliot <sebastien at ximian.com>
2004-04-26 Sebastien Pouliot <sebastien at ximian.com>
2004-03-26 Sebastien Pouliot <sebastien at ximian.com>
2004-04-26 Sebastien Pouliot <sebastien at ximian.com>
2004-04-26 Sebastien Pouliot <sebastien at ximian.com>
2004-04-26 Sebastien Pouliot <sebastien at ximian.com>
2004-04-27 Sebastien Pouliot
2004-04-27 Sebastien Pouliot
2004-04-27 Sebastien Pouliot
2004-04-26 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-03-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-28 Sebastien Pouliot <sebastien at ximian.com>
2004-04-29 Sebastien Pouliot <sebastien at ximian.com>
2004-04-29 Sebastien Pouliot <sebastien at ximian.com>
2004-04-29 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-04-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-02 Sebastien Pouliot <sebastien at ximian.com>
2004-05-02 Sebastien Pouliot <sebastien at ximian.com>
2004-05-02 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-03 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Jesper Pedersen <jep at itplus.dk>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-05 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Jesper Pedersen <jep at itplus.dk>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2004-05-06 Sebastien Pouliot <sebastien at ximian.com>
2005-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2005-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-07 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Sebastien Pouliot <sebastien at ximian.com>
2004-05-11 Jesper Pedersen <jep at itplus.dk>
2004-05-12 Sebastien Pouliot <sebastien at ximian.com>
2004-05-12 Jesper Pedersen <jep at itplus.dk>
2004-05-12 Jaroslaw Kowalski <jaak at zd.com.pl>
2004-05-12 Sebastien Pouliot <sebastien at ximian.com>
2004-05-13 Sebastien Pouliot <sebastien at ximian.com>
2004-05-13 Sebastien Pouliot <sebastien at ximian.com>
2004-05-13 Sebastien Pouliot <sebastien at ximian.com>
2004-05-13 Sebastien Pouliot <sebastien at ximian.com>
2004-05-13 Sebastien Pouliot <sebastien at ximian.com>
2004-05-14 Sebastien Pouliot <sebastien at ximian.com>
2004-05-14 Sebastien Pouliot <sebastien at ximian.com>
2004-05-14 Sebastien Pouliot <sebastien at ximian.com>
2004-05-14 Sebastien Pouliot <sebastien at ximian.com>
2004-05-17 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2004-05-18 Sebastien Pouliot <sebastien at ximian.com>
2004-05-18 Sebastien Pouliot <sebastien at ximian.com>
2004-05-18 Sebastien Pouliot <sebastien at ximian.com>
2004-05-19 Jesper Pedersen <jep at itplus.dk>
2004-05-19 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2003-05-20 Sebastien Pouliot <sebastien at ximian.com>
2003-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2003-05-20 Sebastien Pouliot <sebastien at ximian.com>
2003-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-20 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-21 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-22 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-23 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-24 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-25 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
*** empty log message ***
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-26 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-27 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-28 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-29 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-30 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-05-31 Sebastien Pouliot <sebastien at ximian.com>
2004-06-01 Sebastien Pouliot <sebastien at ximian.com>
2004-06-01 Sebastien Pouliot <sebastien at ximian.com>
2004-06-01 Sebastien Pouliot <sebastien at ximian.com>
2004-06-01 Sebastien Pouliot <sebastien at ximian.com>
2004-05-02 Sebastien Pouliot <sebastien at ximian.com>
2004-06-02 Sebastien Pouliot <sebastien at ximian.com>
2004-06-02 Sebastien Pouliot <sebastien at ximian.com>
2004-06-03 Sebastien Pouliot <sebastien at ximian.com>
2004-06-03 Sebastien Pouliot <sebastien at ximian.com>
2004-06-04 Sebastien Pouliot <sebastien at ximian.com>
2004-06-04 Sebastien Pouliot <sebastien at ximian.com>
2004-06-04 Sebastien Pouliot <sebastien at ximian.com>
2004-06-04 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-05 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-06 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-07 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-08 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-09 Sebastien Pouliot <sebastien at ximian.com>
2004-06-10 Sebastien Pouliot <sebastien at ximian.com>
2004-06-10 Sebastien Pouliot <sebastien at ximian.com>
2004-06-11 Sebastien Pouliot <sebastien at ximian.com>
2004-06-11 Sebastien Pouliot <sebastien at ximian.com>
2004-06-11 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-14 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-15 Sebastien Pouliot <sebastien at ximian.com>
2004-06-16 Sebastien Pouliot <sebastien at ximian.com>
2004-06-16 Sebastien Pouliot <sebastien at ximian.com>
2004-06-16 Sebastien Pouliot <sebastien at ximian.com>
2004-06-16 Sebastien Pouliot <sebastien at ximian.com>
2004-06-16 Sebastien Pouliot <sebastien at ximian.com>
2004-06-17 Sebastien Pouliot <sebastien at ximian.com>
2004-06-17 Sebastien Pouliot <sebastien at ximian.com>
2004-06-18 Sebastien Pouliot <sebastien at ximian.com>
2004-06-17 Sebastien Pouliot <sebastien at ximian.com>
2004-06-18 Sebastien Pouliot <sebastien at ximian.com>
2004-06-18 Sebastien Pouliot <sebastien at ximian.com>
2004-06-21 Sebastien Pouliot <sebastien at ximian.com>
2004-06-22 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-23 Sebastien Pouliot <sebastien at ximian.com>
2004-06-26 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-07 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <spouliot at videotron.ca>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-08 Sebastien Pouliot <sebastien at ximian.com>
2004-07-09 Sebastien Pouliot <sebastien at ximian.com>
2004-07-09 Sebastien Pouliot <sebastien at ximian.com>
2004-07-09 Sebastien Pouliot <sebastien at ximian.com>
2004-07-09 Sebastien Pouliot <sebastien at ximian.com>
2004-07-13 Sebastien Pouliot <sebastien at ximian.com>
2004-07-13 Sebastien Pouliot <sebastien at ximian.com>
2004-07-13 Sebastien Pouliot <sebastien at ximian.com>
2004-07-13 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-14 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-07-15 Sebastien Pouliot <sebastien at ximian.com>
2004-08-02 Sebastien Pouliot <sebastien at ximian.com>
2004-08-02 Sebastien Pouliot <sebastien at ximian.com>
2003-08-02 Sebastien Pouliot <sebastien at ximian.com>
2003-08-02 Sebastien Pouliot <sebastien at ximian.com>
2004-08-02 Sebastien Pouliot <sebastien at ximian.com>
2004-08-02 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2003-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
*** empty log message ***
2003-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-03 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2003-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-04 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-05 Sebastien Pouliot <sebastien at ximian.com>
2004-08-06 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
2004-08-08 Sebastien Pouliot <sebastien at ximian.com>
l2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2003-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-09 Sebastien Pouliot <sebastien at ximian.com>
2004-08-10 Sebastien Pouliot <sebastien at ximian.com>
2004-08-10 Sebastien Pouliot <sebastien at ximian.com>
2004-08-10 Sebastien Pouliot <sebastien at ximian.com>
2004-08-11 Sebastien Pouliot <sebastien at ximian.com>
2004-08-11 Sebastien Pouliot <sebastien at ximian.com>
2004-08-11 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2003-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-12 Sebastien Pouliot <sebastien at ximian.com>
2004-08-13 Sebastien Pouliot <sebastien at ximian.com>
2004-08-13 Sebastien Pouliot <sebastien at ximian.com>
2003-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2003-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2003-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2004-08-17 Sebastien Pouliot <sebastien at ximian.com>
2003-08-18 Sebastien Pouliot <sebastien at ximian.com>
2004-08-18 Sebastien Pouliot <sebastien at ximian.com>
2003-08-18 Sebastien Pouliot <sebastien at ximian.com>
2004-08-18 Sebastien Pouliot <sebastien at ximian.com>
2004-08-18 Sebastien Pouliot <sebastien at ximian.com>
2003-08-19 Sebastien Pouliot <sebastien at ximian.com>
2004-08-19 Sebastien Pouliot <sebastien at ximian.com>
2004-08-19 Sebastien Pouliot <sebastien at ximian.com>
2004-08-19 Sebastien Pouliot <sebastien at ximian.com>
2003-08-19 Sebastien Pouliot <sebastien at ximian.com>
2004-08-19 Sebastien Pouliot <sebastien at ximian.com>
2003-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-20 Sebastien Pouliot <sebastien at ximian.com>
2003-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-20 Sebastien Pouliot <sebastien at ximian.com>
2004-08-23 Sebastien Pouliot <sebastien at ximian.com>
2004-08-23 Sebastien Pouliot <sebastien at ximian.com>
2004-08-23 Sebastien Pouliot <sebastien at ximian.com>
2004-08-23 Sebastien Pouliot <sebastien at ximian.com>
2004-08-24 Sebastien Pouliot <sebastien at ximian.com>
2004-08-24 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2004-08-26 Sebastien Pouliot <sebastien at ximian.com>
2003-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2004-08-30 Sebastien Pouliot <sebastien at ximian.com>
2003-08-31 Sebastien Pouliot <sebastien at ximian.com>
2004-08-31 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2003-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2003-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-01 Sebastien Pouliot <sebastien at ximian.com>
2004-09-02 Sebastien Pouliot <sebastien at ximian.com>
2004-09-02 Sebastien Pouliot <sebastien at ximian.com>
2004-09-02 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-03 Sebastien Pouliot <sebastien at ximian.com>
2004-09-04 Sebastien Pouliot <sebastien at ximian.com>
2004-09-04 Sebastien Pouliot <sebastien at ximian.com>
2004-09-04 Sebastien Pouliot <sebastien at ximian.com>
2004-09-04 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2005-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-07 Sebastien Pouliot <sebastien at ximian.com>
2004-09-09 Sebastien Pouliot <sebastien at ximian.com>
2004-09-09 Sebastien Pouliot <sebastien at ximian.com>
2004-09-09 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-10 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-11 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
2004-09-13 Sebastien Pouliot <sebastien at ximian.com>
Fix NET_2_0 build.
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
Fixed "make test" for 1.1
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-14 Sebastien Pouliot <sebastien at ximian.com>
2004-09-15 Sebastien Pouliot <sebastien at ximian.com>
2004-09-15 Sebastien Pouliot <sebastien at ximian.com>
2004-09-15 Sebastien Pouliot <sebastien at ximian.com>
2004-09-15 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-16 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2005-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-17 Sebastien Pouliot <sebastien at ximian.com>
2004-09-19 Alexis Christoforides <alexis at thenull.net>
2004-09-19 Alexis Christoforides <alexis at thenull.net>
2004-09-19 Sebastien Pouliot <sebastien at ximian.com>
2004-09-20 Sebastien Pouliot <sebastien at ximian.com>
2004-09-20 Sebastien Pouliot <sebastien at ximian.com>
2004-09-22 Sebastien Pouliot <sebastien at ximian.com>
2004-09-22 Sebastien Pouliot <sebastien at ximian.com>
2004-09-23 Sebastien Pouliot <sebastien at ximian.com>
2004-09-23 Sebastien Pouliot <sebastien at ximian.com>
2004-09-23 Sebastien Pouliot <sebastien at ximian.com>
2004-09-23 Sebastien Pouliot <sebastien at ximian.com>
2004-09-29 Sebastien Pouliot <sebastien at ximian.com>
2004-09-29 Sebastien Pouliot <sebastien at ximian.com>
2004-09-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-04 Sebastien Pouliot <sebastien at ximian.com>
2004-10-04 Sebastien Pouliot <sebastien at ximian.com>
2004-10-05 Sebastien Pouliot <sebastien at ximian.com>
2004-10-05 Sebastien Pouliot <sebastien at ximian.com>
2004-10-05 Sebastien Pouliot <sebastien at ximian.com>
2004-10-05 Sebastien Pouliot <sebastien at ximian.com>
2004-10-15 Sebastien Pouliot <sebastien at ximian.com>
2004-10-15 Sebastien Pouliot <sebastien at ximian.com>
2004-10-15 Sebastien Pouliot <sebastien at ximian.com>
2004-10-15 Sebastien Pouliot <sebastien at ximian.com>
2004-10-19 Sebastien Pouliot <sebastien at ximian.com>
2004-10-19 Sebastien Pouliot <sebastien at ximian.com>
2004-10-19 Sebastien Pouliot <sebastien at ximian.com>
2004-10-19 Sebastien Pouliot <sebastien at ximian.com>
2004-10-19 Sebastien Pouliot <sebastien at ximian.com>
2004-10-20 Sebastien Pouliot <sebastien at ximian.com>
2004-10-22 Sebastien Pouliot <sebastien at ximian.com>
2004-10-22 Sebastien Pouliot <sebastien at ximian.com>
2004-10-22 Sebastien Pouliot <sebastien at ximian.com>
2004-10-25 Sebastien Pouliot <sebastien at ximian.com>
2004-10-27 Sebastien Pouliot <sebastien at ximian.com>
2004-10-27 Sebastien Pouliot <sebastien at ximian.com>
2004-10-27 Sebastien Pouliot <sebastien at ximian.com>
2004-10-28 Sebastien Pouliot <sebastien at ximian.com>
2004-10-28 Sebastien Pouliot <sebastien at ximian.com>
2004-10-28 Sebastien Pouliot <sebastien at ximian.com>
New files.
2004-10-28 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-10-29 Sebastien Pouliot <sebastien at ximian.com>
2004-11-02 Sebastien Pouliot <sebastien at ximian.com>
2004-11-03 Sebastien Pouliot <sebastien at ximian.com>
2004-11-03 Sebastien Pouliot <sebastien at ximian.com>
2004-11-03 Sebastien Pouliot <sebastien at ximian.com>
2004-11-03 Sebastien Pouliot <sebastien at ximian.com>
2004-11-03 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-05 Sebastien Pouliot <sebastien at ximian.com>
2004-11-09 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-10 Sebastien Pouliot <sebastien at ximian.com>
2004-11-15 Sebastien Pouliot <sebastien at ximian.com>
2004-11-15 Sebastien Pouliot <sebastien at ximian.com>
2004-11-15 Sebastien Pouliot <sebastien at ximian.com>
2004-11-15 Sebastien Pouliot <sebastien at ximian.com>
2004-11-15 Sebastien Pouliot <sebastien at ximian.com>
2004-11-23 Sebastien Pouliot <sebastien at ximian.com>
2004-11-23 Sebastien Pouliot <sebastien at ximian.com>
2004-11-23 Sebastien Pouliot <sebastien at ximian.com>
2004-11-23 Sebastien Pouliot <sebastien at ximian.com>
2004-11-26 Sebastien Pouliot <sebastien at ximian.com>
2004-11-26 Sebastien Pouliot <sebastien at ximian.com>
* Evidence.cs:
2004-11-26 Sebastien Pouliot <sebastien at ximian.com>
2004-11-29 Sebastien Pouliot <sebastien at ximian.com>
Small fixes.
2004-11-30 Sebastien Pouliot <sebastien at ximian.com>
Oops - missing using
2004-11-30 Sebastien Pouliot <sebastien at ximian.com>
2004-12-03 Sebastien Pouliot <sebastien at ximian.com>
2004-12-03 Sebastien Pouliot <sebastien at ximian.com>
2004-12-03 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-06 Sebastien Pouliot <sebastien at ximian.com>
2004-12-10 Sebastien Pouliot <sebastien at ximian.com>
2004-12-08 Sebastien Pouliot <sebastien at ximian.com>
2004-12-08 Sebastien Pouliot <sebastien at ximian.com>
2004-12-08 Sebastien Pouliot <sebastien at ximian.com>
2004-12-10 Sebastien Pouliot <sebastien at ximian.com>
2004-12-10 Sebastien Pouliot <sebastien at ximian.com>
2004-12-13 Sebastien Pouliot <sebastien at ximian.com>
2004-12-13 Sebastien Pouliot <sebastien at ximian.com>
2004-12-13 Sebastien Pouliot <sebastien at ximian.com>
* caspol.1: Add documentation for -strong option;
2004-12-15 Sebastien Pouliot <sebastien at ximian.com>
2004-12-15 Sebastien Pouliot <sebastien at ximian.com>
2004-12-15 Sebastien Pouliot <sebastien at ximian.com>
2004-12-15 Sebastien Pouliot <sebastien at ximian.com>
New. permview.1 man page
2004-12-17 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-20 Sebastien Pouliot <sebastien at ximian.com>
2004-12-21 Sebastien Pouliot <sebastien at ximian.com>
2004-12-21 Sebastien Pouliot <sebastien at ximian.com>
2004-12-21 Sebastien Pouliot <sebastien at ximian.com>
Added permview tool for scripts generation
2004-12-21 Sebastien Pouliot <sebastien at ximian.com>
2004-12-22 Sebastien Pouliot <sebastien at ximian.com>
2004-12-22 Sebastien Pouliot <sebastien at ximian.com>
2004-12-22 Sebastien Pouliot <sebastien at ximian.com>
2004-12-22 Sebastien Pouliot <sebastien at ximian.com>
Removed from corlib (NET_2_0) as they are moved to System.Security assembly
2004-12-23 Sebastien Pouliot <sebastien at ximian.com>
2004-12-23 Sebastien Pouliot <sebastien at ximian.com>
2004-12-23 Sebastien Pouliot <sebastien at ximian.com>
2004-12-23 Sebastien Pouliot <sebastien at ximian.com>
2005-01-02 Sebastien Pouliot <sebastien at ximian.com>
* SHA256Managed.cs: Removed memory allocation in ProcessBlock method
2005-01-03 Sebastien Pouliot <sebastien at ximian.com>
2005-01-03 Sebastien Pouliot <sebastien at ximian.com>
2005-01-04 Sebastien Pouliot <sebastien at ximian.com>
2005-01-04 Sebastien Pouliot <sebastien at ximian.com>
2005-01-04 Sebastien Pouliot <sebastien at ximian.com>
2005-01-04 Sebastien Pouliot <sebastien at ximian.com>
2005-01-04 Sebastien Pouliot <sebastien at ximian.com>
This 2.0 stuff is now in System.Security assembly
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
Oops, forgot a ,
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
2005-01-05 Sebastien Pouliot <sebastien at ximian.com>
2005-01-06 Sebastien Pouliot <sebastien at ximian.com>
2005-01-06 Sebastien Pouliot <sebastien at ximian.com>
2005-01-06 Sebastien Pouliot <sebastien at ximian.com>
2005-01-06 Sebastien Pouliot <sebastien at ximian.com>
2005-01-07 Sebastien Pouliot <sebastien at ximian.com>
2005-01-07 Sebastien Pouliot <sebastien at ximian.com>
Added documentation for the new --security option
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
Add SecurityCriticalAttribute and SecurityTransparentAttribute to the NET_2_0 profile
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
2005-01-08 Sebastien Pouliot <sebastien at ximian.com>
* BitConverterTest.cs: Exception thrown only for 1.0/1.1 - an empty
* BitConverter.cs: The "special support" for ToString(new byte[0]) is
2005-01-09 Sebastien Pouliot <sebastien at ximian.com>
2005-01-09 Sebastien Pouliot <sebastien at ximian.com>
2005-01-09 Sebastien Pouliot <sebastien at ximian.com>
Add new unit tests for System.Security's HostSecurityManager and PermissionSetCollection classes
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
* PermissionSetCollectionTest.cs: Added tests for to see if alternates
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
Add System.Security.AccessControl.CryptoKeySecurity to the build.
2005-01-10 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-11 Sebastien Pouliot <sebastien at ximian.com>
2005-01-13 Sebastien Pouliot <sebastien at ximian.com>
2005-01-13 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
2005-01-17 Sebastien Pouliot <sebastien at ximian.com>
* Evidence.cs: Fix problem with default evidence when ICU is enabled. Fix bug #71366.
AspNetHostingPermissionTest.cs: Fixed for NET_1_1 which has a different (but bad) behaviour for intersecting with null.
IPAddressTest.cs: Some tests may not work if support for IPv6 is disabled in machine.config. Tests haven't re-worked to check for Socket.SupportsIPv6 to ignore them in this case.
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
2005-01-19 Sebastien Pouliot <sebastien at ximian.com>
doh
Updated options and mailing list address and fixed typo.
Updated mailing list and, in some case, the mono web site URLs
2005-01-20 Sebastien Pouliot <sebastien at ximian.com>
Updated certmgr.1 for -list and -del. Also includes new examples
2005-01-20 Sebastien Pouliot <sebastien at ximian.com>
2005-01-20 Sebastien Pouliot <sebastien at ximian.com>
2005-01-21 Sebastien Pouliot <sebastien at ximian.com>
2005-01-21 Sebastien Pouliot <sebastien at ximian.com>
* SecurityFrame.cs: Keep RuntimeDeclSecurityEntry enum in sync with runtime (added index to allow AOT to work with declarative security).
2005-01-22 Sebastien Pouliot <sebastien at ximian.com>
2005-01-22 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-24 Sebastien Pouliot <sebastien at ximian.com>
2005-01-25 Sebastien Pouliot <sebastien at ximian.com>
Oops that fix wasn't merged with gmcs yesterday
2005-01-25 Sebastien Pouliot <sebastien at ximian.com>
2005-01-25 Sebastien Pouliot <sebastien at ximian.com>
2005-01-25 Sebastien Pouliot <sebastien at ximian.com>
2005-01-26 Sebastien Pouliot <sebastien at ximian.com>
2005-01-26 Sebastien Pouliot <sebastien at ximian.com>
2005-01-26 Sebastien Pouliot <sebastien at ximian.com>
2005-01-27 Sebastien Pouliot <sebastien at ximian.com>
2005-01-27 Sebastien Pouliot <sebastien at ximian.com>
2005-01-27 Sebastien Pouliot <sebastien at ximian.com>
2005-01-27 Sebastien Pouliot <sebastien at ximian.com>
2005-01-27 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
2005-01-30 Sebastien Pouliot <sebastien at ximian.com>
2005-01-30 Sebastien Pouliot <sebastien at ximian.com>
2005-01-30 Sebastien Pouliot <sebastien at ximian.com>
2005-01-30 Sebastien Pouliot <sebastien at ximian.com>
2005-01-30 Sebastien Pouliot <sebastien at ximian.com>
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
* corlib.dll.source: Added Microsoft.Win32.SafeHandles.SafeFileHandle,removed IsolatedStorageInfo and added IsolatedStorageFileEnumerator to the build.
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
* corlib_test.dll.sources : Added new unit tests for System.IO.IsolatedStorage and new CAS (*.Cas.cs) tests to the build.
Fix compilation for NET_2_0
Updated --security description and added directories being used for key containers and isolated storage.
2005-01-31 Sebastien Pouliot <sebastien at ximian.com>
2005-02-30 Sebastien Pouliot <sebastien at ximian.com>
2005-02-02 Sebastien Pouliot <sebastien at ximian.com>
2005-02-02 Sebastien Pouliot <sebastien at ximian.com>
2005-02-04 Sebastien Pouliot <sebastien at ximian.com>
2005-02-04 Sebastien Pouliot <sebastien at ximian.com>
added infos about the tools available to test SSL/TLS
2005-02-08 Sebastien Pouliot <sebastien at ximian.com>
2005-02-08 Sebastien Pouliot <sebastien at ximian.com>
2005-02-09 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian,com>
Added description for new tool - npdbtest
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
2005-02-10 Sebastien Pouliot <sebastien at ximian.com>
Fix compilation warning for declsec.c
2005-02-11 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2004-02-13 Sebastien Pouliot <sebastien at ximian.com>
2005-02-14 Sebastien Pouliot <sebastien at ximian.com>
2005-02-15 Sebastien Pouliot <sebastien at ximian.com>
2005-02-15 Sebastien Pouliot <sebastien at ximian.com>
2005-02-16 Sebastien Pouliot <sebastien at ximian.com>
2005-02-17 Sebastien Pouliot <sebastien at ximian.com>
2005-02-17 Sebastien Pouliot <sebastien at ximian.com>
2005-02-23 Sebastien Pouliot <sebastien at ximian.com>
2005-02-23 Sebastien Pouliot <sebastien at ximian.com>
2005-02-23 Sebastien Pouliot <sebastien at ximian.com>
2005-02-23 Sebastien Pouliot <sebastien at ximian.com>
2005-02-24 Sebastien Pouliot <sebastien at ximian.com>
2005-02-24 Sebastien Pouliot <sebastien at ximian.com>
2005-02-24 Sebastien Pouliot <sebastien at ximian.com>
Added new X.509 certificate unit tests for NET_2_0
2005-02-25 Sebastien Pouliot <sebastien at ximian.com>
2005-02-25 Sebastien Pouliot <sebastien at ximian.com>
2005-02-25 Sebastien Pouliot <sebastien at ximian.com>
2005-02-25 Sebastien Pouliot <sebastien at ximian.com>
2005-02-25 Sebastien Pouliot <sebastien at ximian.com>
2005-03-02 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mono/; revision=41375
2005-03-03 Sebastien Pouliot <sebastien at ximian.com>
2005-03-03 Sebastien Pouliot <sebastien at ximian.com>
2005-03-03 Sebastien Pouliot <sebastien at ximian.com>
2005-03-07 Sebastien Pouliot <sebastien at ximian.com>
2005-03-07 Sebastien Pouliot <sebastien at ximian.com>
2005-03-10 Sebastien Pouliot <sebastien at ximian.com>
2005-03-10 Sebastien Pouliot <sebastien at ximian.com>
2005-03-11 Sebastien Pouliot <sebastien at ximian.com>
2005-03-11 Sebastien Pouliot <sebastien at ximian.com>
2005-03-11 Sebastien Pouliot <sebastien at ximian.com>
2005-03-11 Sebastien Pouliot <sebastien at ximian.com>
2005-03-11 Sebastien Pouliot <sebastien at ximian.com>
2005-03-13 Sebastien Pouliot <sebastien at ximian.com>
2005-03-13 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-01-28 Sebastien Pouliot <sebastien at ximian.com>
More precise Deny action
More precise Deny action
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-14 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mono/; revision=41835
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-15 Sebastien Pouliot <sebastien at ximian.com>
2005-03-16 Sebastien Pouliot <sebastien at ximian.com>
2005-03-17 Sebastien Pouliot <sebastien at ximian.com>
2005-03-17 Sebastien Pouliot <sebastien at ximian.com>
2005-03-17 Sebastien Pouliot <sebastien at ximian.com>
Bump version number
2005-03-17 Sebastien Pouliot <sebastien at ximian.com>
2005-03-17 Sebastien Pouliot <sebastien at ximian.com>
2005-03-18 Sebastien Pouliot <sebastien at ximian.com>
2005-03-23 Sebastien Pouliot <sebastien at ximian.com>
2005-03-23 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-24 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
2005-03-29 Sebastien Pouliot <sebastien at ximian.com>
Allow compilation using VS.NET
2005-03-30 Sebastien Pouliot <sebastien at ximian.com>
2005-03-30 Sebastien Pouliot <sebastien at ximian.com>
2005-03-30 Sebastien Pouliot <sebastien at ximian.com>
2005-03-30 Sebastien Pouliot <sebastien at ximian.com>
2005-03-30 Sebastien Pouliot <sebastien at ximian.com>
Add MD2 mapping to machine.config to support old root certificates (like VeriSign)
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
* SecurityException.cs: Added try/catch in GetObjectData because the PermissionState property is serialized only if both ControlEvidence and ControlPolicy are granted.
2005-03-31 Sebastien Pouliot <sebastien at ximian.com>
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
* AssemblyNameTest.cs: Added tests for Clone and serialization without
2005-04-04 Sebastien Pouliot <sebastien at ximian.com>
2005-04-05 Sebastien Pouliot <sebastien at ximian.com>
2005-04-05 Sebastien Pouliot <sebastien at ximian.com>
2005-04-05 Sebastien Pouliot <sebastien at ximian.com>
2005-04-05 Sebastien Pouliot <sebastien at ximian.com>
2005-04-05 Sebastien Pouliot <sebastien at ximian.com>
2005-04-06 Sebastien Pouliot <sebastien at ximian.com>
2005-04-06 Sebastien Pouliot <sebastien at ximian.com>
2005-04-07 Sebastien Pouliot <sebastien at ximian.com>
2005-04-07 Sebastien Pouliot <sebastien at ximian.com>
2005-04-07 Sebastien Pouliot <sebastien at ximian.com>
2005-04-08 Sebastien Pouliot <sebastien at ximian.com>
2005-04-08 Sebastien Pouliot <sebastien at ximian.com>
2005-04-09 Sebastien Pouliot <sebastien at ximian.com>
* HttpsClientStream.cs: Added a TrustFailure property so a WebException can now report TrustFailure correctly.
2005-04-10 Sebastien Pouliot <sebastien at ximian.com>
2005-04-12 Sebastien Pouliot <sebastien at ximian.com>
* SslHandshakeHash.cs: Changed SslHash to MD5SHA1. Fix #71696.
2005-04-13 Sebastien Pouliot <sebastien at ximian.com>
2005-04-13 Sebastien Pouliot <sebastien at ximian.com>
2005-04-14 Sebastien Pouliot <sebastien at ximian.com>
2005-04-14 Sebastien Pouliot <sebastien at ximian.com>
2005-04-14 Sebastien Pouliot <sebastien at ximian.com>
2005-04-15 Sebastien Pouliot <sebastien at ximian.com>
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
reduce warnings when compiling unit tests
2005-04-16 Sebastien Pouliot <sebastien at ximian.com>
2005-04-18 Sebastien Pouliot <sebastien at ximian.com>
2005-04-18 Sebastien Pouliot <sebastien at ximian.com>
2005-04-18 Sebastien Pouliot <sebastien at ximian.com>
2005-04-18 Sebastien Pouliot <sebastien at ximian.com>
2005-04-18 Sebastien Pouliot <sebastien at ximian.com>
2005-04-21 Sebastien Pouliot <sebastien at ximian.com>
2005-04-22 Sebastien Pouliot <sebastien at ximian.com>
2005-04-22 Sebastien Pouliot <sebastien at ximian.com>
Add _Attribute interface (2.0) to the build
* Attribute.cs: Added _Attribute interface to NET_2_0 to reduce the number of missing in the class status pages.
2005-04-22 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-23 Sebastien Pouliot <sebastien at ximian.com>
2005-04-24 Sebastien Pouliot <sebastien at ximian.com>
2005-04-24 Sebastien Pouliot <sebastien at ximian.com>
2005-04-24 Sebastien Pouliot <sebastien at ximian.com>
2005-04-24 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
* Assembly.cs: Added some CAS security to avoid returning restricted
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
Update HostSecurityManager and HostSecurityManagerOptions for beta2
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
2005-04-25 Sebastien Pouliot <sebastien at ximian.com>
Remove unrequired/duplicate files from build (wrt beta2)
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
2005-04-26 Sebastien Pouliot <sebastien at ximian.com>
Added unit tests for System.Security.Policy. ApplicationTrust class.
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
New attribute and enum introduced in 2.0 beta2
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
Added new classes in System.Security and some support classes for X509Certificate (imported from Mono.Security.dll).
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-27 Sebastien Pouliot <sebastien at ximian.com>
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
2005-03-28 Sebastien Pouliot <sebastien at ximian.com>
2005-03-28 Sebastien Pouliot <sebastien at ximian.com>
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
Add new unit tests for contexts (2.0) to the build and CAS tests for them too.
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
Add CAS unit tests for System.Reflection.Assembly
2005-04-28 Sebastien Pouliot <sebastien at ximian.com>
2005-05-02 Sebastien Pouliot <sebastien at ximian.com>
2005-05-02 Sebastien Pouliot <sebastien at ximian.com>
2005-05-02 Sebastien Pouliot <sebastien at ximian.com>
2005-05-02 Sebastien Pouliot <sebastien at ximian.com>
2005-05-03 Sebastien Pouliot <sebastien at ximian.com>
2005-05-03 Sebastien Pouliot <sebastien at ximian.com>
2005-05-03 Sebastien Pouliot <sebastien at ximian.com>
2005-05-03 Sebastien Pouliot <sebastien at ximian.com>
2005-05-03 Sebastien Pouliot <sebastien at ximian.com>
2005-05-04 Sebastien Pouliot <sebastien at ximian.com>
2005-05-04 Sebastien Pouliot <sebastien at ximian.com>
2005-05-05 Sebastien Pouliot <sebastien at ximian.com>
2005-05-06 Sebastien Pouliot <sebastien at ximian.com>
2005-05-06 Sebastien Pouliot <sebastien at ximian.com>
Avoid filling the GAC with almost identical versions of the same assembly.
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
* CompressedStack.cs: GetCompressedStack is public before 2.0 but couldn't be seen with mono-api-info because of it's LinkDemand for the ECMA public key. Stack capture occurs here if none exists on the current thread.
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
Removed SecurityContextSwitcher from build. Added existing CAS unit tests not yet part of the build.
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
2005-05-09 Sebastien Pouliot <sebastien at ximian.com>
XplatUI.cs: Use PlatformID.Unix under NET_2_0.
Use PlatformID.Unix under NET_2_0.
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
Check platform without using #define
2005-05-11 Sebastien Pouliot <sebastien at ximian.com>
2005-05-11 Sebastien Pouliot <sebastien at ximian.com>
Oops, forgot the important fix. Return a copy (not the original) CompressedStack.
2005-05-11 Sebastien Pouliot <sebastien at ximian.com>
2005-05-12 Sebastien Pouliot <sebastien at ximian.com>
2005-05-13 Sebastien Pouliot <sebastien at ximian.com>
2005-05-13 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
Added new unit tests for System.Security.Policy.PolicyStatement
2005-05-16 Sebastien Pouliot <sebastien at ximian.com>
Oops, Equals isn't working in 2.0
2005-05-17 Sebastien Pouliot <sebastien at ximian.com>
2005-05-17 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added new CAS tests for System.IO.Stream.
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
2005-05-18 Sebastien Pouliot <sebastien at ximian.com>
Don't warn about obsolete member in mscorlib.dll
2005-05-19 Sebastien Pouliot <sebastien at ximian.com>
2005-05-19 Sebastien Pouliot <sebastien at ximian.com>
2005-05-19 Sebastien Pouliot <sebastien at ximian.com>
Added new CAS unit tests to the build _and_ do not report Obsolete warnings when compiling unit tests.
2005-05-20 Sebastien Pouliot <sebastien at ximian.com>
System_test.dll.sources: Added new CAS unit tests for NetworkStream, Socket and TcpClient to the build (stack propagation in async calls).
2005-05-20 Sebastien Pouliot <sebastien at ximian.com>
2005-05-20 Sebastien Pouliot <sebastien at ximian.com>
2005-05-20 Sebastien Pouliot <sebastien at ximian.com>
2005-05-20 Sebastien Pouliot <sebastien at ximian.com>
2005-05-21 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Web.Security:
2005-05-22 Sebastien Pouliot <sebastien at ximian.com>
2005-05-24 Sebastien Pouliot <sebastien at ximian.com>
Thread.cs: Removed #pragma which aren't supported by CSC 7.x.
2005-05-25 Sebastien Pouliot <sebastien at ximian.com>
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
corlib.dll.sources: Removed the *Switcher structures from the build (NET_2_0) as they aren't part of the public API (beta2) anymore.
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
Solution/Project files for VS.NET
Project files for embedded samples
libgc.vcproj: Project file for libgc.
monoburg.vcproj: Project file for monoburg.
Project files for monodiet and pedump
monodis.vcproj: Project file for monodis.
monograph.vcproj: Project file for monograph.
README.vsnet: Instructions about the VS.NET build.
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
Added System.Security.Policy/DefaultPolicies.cs
2005-05-26 Sebastien Pouliot <sebastien at ximian.com>
2005-05-27 Sebastien Pouliot <sebastien at ximian.com>
2005-05-27 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=45118
Add new files to the build
2005-05-27 Sebastien Pouliot <sebastien at ximian.com>
2005-05-28 Sebastien Pouliot <sebastien at ximian.com>
2005-05-28 Sebastien Pouliot <sebastien at ximian.com>
2005-05-28 Sebastien Pouliot <sebastien at ximian.com>
corlib.dll.sources: Added System.Runtime.Hosting namespace with ActivationArguments and ApplicationActivator classes. Removed ApplicationActivator from System namespace.
2005-05-28 Sebastien Pouliot <sebastien at ximian.com>
2005-05-29 Sebastien Pouliot <sebastien at ximian.com>
2005-05-30 Sebastien Pouliot <sebastien at ximian.com>
2005-05-30 Sebastien Pouliot <sebastien at ximian.com>
2005-05-30 Sebastien Pouliot <sebastien at ximian.com>
2005-05-30 Sebastien Pouliot <sebastien at ximian.com>
2005-05-30 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
2005-05-31 Sebastien Pouliot <sebastien at ximian.com>
Remove __SECURITY_BOOTSTRAP_DB from Makefile as this cause errors with CSC if/when we add permissions
2005-06-01 Sebastien Pouliot <sebastien at ximian.com>
2005-06-01 Sebastien Pouliot <sebastien at ximian.com>
2005-06-01 Sebastien Pouliot <sebastien at ximian.com>
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
Exception.cs: Implements _Exception only for 2.0.
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
fix category
Remove some interfaces that were dropped in beta2
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
2005-06-06 Sebastien Pouliot <sebastien at ximian.com>
2005-06-07 Sebastien Pouliot <sebastien at ximian.com>
2005-06-07 Sebastien Pouliot <sebastien at ximian.com>
2005-06-07 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added unit tests (normal and CAS) for System.Runtime.InteropServices.RuntimeEnvironment.
2005-06-07 Sebastien Pouliot <sebastien at ximian.com>
2005-06-08 Sebastien Pouliot <sebastien at ximian.com>
2005-06-08 Sebastien Pouliot <sebastien at ximian.com>
2005-06-08 Sebastien Pouliot <sebastien at ximian.com>
2005-06-08 Sebastien Pouliot <sebastien at ximian.com>
2005-06-09 Sebastien Pouliot <sebastien at ximian.com>
2005-06-09 Sebastien Pouliot <sebastien at ximian.com>
forgot a few of them...
2005-06-09 Sebastien Pouliot <sebastien at ximian.com>
2005-06-10 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=45746
2005-06-10 Sebastien Pouliot <sebastien at ximian.com>
2005-06-10 Sebastien Pouliot <sebastien at ximian.com>
2005-06-10 Sebastien Pouliot <sebastien at ximian.com>
Forgot 2 ComVisible
* Makefile (centum_tests): Added System.Security.
* corlib_test.dll.sources: Added unit tests for System.Security. Policy.StrongNameMembershipCondition.
2005-06-13 Sebastien Pouliot <sebastien at ximian.com>
2005-06-13 Sebastien Pouliot <sebastien at ximian.com>
2005-06-13 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-14 Sebastien Pouliot <sebastien at ximian.com>
2005-06-15 Sebastien Pouliot <sebastien at ximian.com>
Add man page for AL (assembly linker)
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
* PermissionSet.cs: Added support for non-CAS permissions in the
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
* PermissionSetTest.cs: Added tests for AddPermission and IsSubsetOf.
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-16 Sebastien Pouliot <sebastien at ximian.com>
2005-06-17 Sebastien Pouliot <sebastien at ximian.com>
2005-06-17 Sebastien Pouliot <sebastien at ximian.com>
New sources files for System.Security.Principal (2.0)
Small fixes to please the status pages
2005-06-18 Sebastien Pouliot <sebastien at ximian.com>
2005-06-20 Sebastien Pouliot <sebastien at ximian.com>
2005-06-20 Sebastien Pouliot <sebastien at ximian.com>
2005-06-20 Sebastien Pouliot <sebastien at ximian.com>
2005-06-21 Sebastien Pouliot <sebastien at ximian.com>
Removed LIB_MCS_FLAGS for referencing corlib and added the __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to continue and shouldn't cause any harm to Linux or Cygwin builds.
2005-06-22 Sebastien Pouliot <sebastien at ximian.com>
2005-06-22 Sebastien Pouliot <sebastien at ximian.com>
2005-06-22 Sebastien Pouliot <sebastien at ximian.com>
2005-06-22 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added CAS unit tests for System.Security.SecurityManager and CodeAccessPermission to the build.
2005-06-22 Sebastien Pouliot <sebastien at ximian.com>
2005-06-23 Sebastien Pouliot <sebastien at ximian.com>
2005-06-23 Sebastien Pouliot <sebastien at ximian.com>
2005-06-23 Sebastien Pouliot <sebastien at ximian.com>
Added System.Security.Policy.MonoTrustManager. Added unit tests (normal and CAS) for System.Security.Policy.ApplicationSecurityManager.
2005-06-29 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-06-30 Sebastien Pouliot <sebastien at ximian.com>
2005-07-01 Sebastien Pouliot <sebastien at ximian.com>
2005-07-01 Sebastien Pouliot <sebastien at ximian.com>
Mutual authentication SSL/TLS server sample
Added documentation about the new PKCS#12 support in makecert
2005-07-02 Sebastien Pouliot <sebastien at ximian.com>
2005-07-02 Sebastien Pouliot <sebastien at ximian.com>
2005-07-04 Sebastien Pouliot <sebastien at ximian.com>
2005-07-04 Sebastien Pouliot <sebastien at ximian.com>
2005-08-12 Sebastien Pouliot <sebastien at ximian.com>
2005-08-12 Sebastien Pouliot <sebastien at ximian.com>
add new tests for X520Attributes
2005-08-17 Sebastien Pouliot <sebastien at ximian.com>
fixed System.ServiceProcess name and the lot of regressions that goes with it
comment security attributes as CSC has trouble digesting them
2005-08-22 Sebastien Pouliot <sebastien at ximian.com>
2005-08-24 Sebastien Pouliot <sebastien at ximian.com>
swap NotSupportedByProviderException for ProviderException (2.0)
add constant for new assemblies required by System.Web
2005-08-18 Sebastien Pouliot <sebastien at ximian.com>
Tests
Add
2005-08-29 Sebastien Pouliot <sebastien at ximian.com>
2005-08-29 Sebastien Pouliot <sebastien at ximian.com>
Add new unit tests for X501Name
2005-08-30 Sebastien Pouliot <sebastien at ximian.com>
2005-08-30 Sebastien Pouliot <sebastien at ximian.com>
2005-08-30 Sebastien Pouliot <sebastien at ximian.com>
2005-08-30 Sebastien Pouliot <sebastien at ximian.com>
2005-08-30 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-08-31 Sebastien Pouliot <sebastien at ximian.com>
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
add new CAS unit tests for User/ControlPrincipal
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
2005-09-01 Sebastien Pouliot <sebastien at ximian.com>
Added CAS tests for HtmlControls.*
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
Added new CAS unit tests for System.Web.Caching.*
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-08-24 Sebastien Pouliot <sebastien at ximian.com>
Added CAS unit tests for System.Web.Configuration.HttpCapabilitiesBase (won't work until #75969 is fixed)
forgot to add the WebApplicationLevel enum to the build
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
Add new SslStreamBase from the async rewrite
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-02 Sebastien Pouliot <sebastien at ximian.com>
2005-09-05 Sebastien Pouliot <sebastien at ximian.com>
* HttpRequest.cs: Make sure the MemoryStream created have their contents marked as public - or else you can't call GetBuffer on them!
2005-09-08 Sebastien Pouliot <sebastien at ximian.com>
2005-09-08 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
add new CAS tests for System.Web.Mail
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
Add new CAS unit tests for System.Web.Security, remove System.Web.RelatedBodyPart from build
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
Add CAS unit tests for System.Web.SessionState
2005-09-09 Sebastien Pouliot <sebastien at ximian.com>
Add (forgotten) CAS unit tests for System.Web.Security.WindowsAuthenticationModule
2005-09-10 Sebastien Pouliot <sebastien at ximian.com>
2005-09-10 Sebastien Pouliot <sebastien at ximian.com>
Add CAS unit tests for System.Web.Hosting
2005-09-11 Sebastien Pouliot <sebastien at ximian.com>
2005-09-11 Sebastien Pouliot <sebastien at ximian.com>
Added CAS unit tests and new (2.0) interfaces for System.Web.Util
forgot to add new files...
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
New 2.0 class/delegates required for CAS unit tests
Add new files to the (2.0) build
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
Updated exceptions classes for 2.0 API and added the LinkDemand for minimal on the class declarations. Fixed line-endings.
Added LinkDemand and InheritanceDemand for Minimal level AspNetHostingPermission. Some methods also have additional protection with (full) demands for High level
Added LinkDemand (and InheritanceDemand on non-sealed classes) for Minimal level on AspNetHostingPermission. Fixed enum values for HttpRequestPriority
Added LinkDemand and, when required, InheritanceDemand on classes. Added a few methods and properties for 2.0 (stub) in order to test CAS on them. Fixed a few buglets when some values are null (more likely in nunit than in real life).
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
2005-09-13 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
* HttpWorkerRequest.cs: Removed TODO for 2.0 APIs and return the default values for them.
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
Add new CAS tests to the build. Changed Makefile not to warn for 649 while building (obsolete stuff)
oops, forgot to make ResolveClientUrl public
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
2005-09-14 Sebastien Pouliot <sebastien at ximian.com>
Add more CAS unit tests for System.Web.UI
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
fix typo in new property names
Activate more CAS tests for System.Web.UI
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
2005-09-15 Sebastien Pouliot <sebastien at ximian.com>
another batch of CAS unit tests for System.Web.UI
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
2005-09-16 Sebastien Pouliot <sebastien at ximian.com>
Add new CAS unit tests for System.Drawing.dll
2005-09-18 Sebastien Pouliot <sebastien at ximian.com>
2005-09-18 Sebastien Pouliot <sebastien at ximian.com>
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
Added more CAS unit tests for System.Web.UI namespace
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
Add new [SupportsEventValidation] introduced in 2.0 RC
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
remove IPageHeader and UrlTypes from the build (they are not in 2.0 RC)
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
Add new CAS unit tests for System.Web.UI.HtmlControls - and the forgotten HtmlInputFileTest
2005-09-19 Sebastien Pouliot <sebastien at ximian.com>
2005-09-20 Sebastien Pouliot <sebastien at ximian.com>
2005-09-20 Sebastien Pouliot <sebastien at ximian.com>
add forgotten MonthChangedEventArgs unit tests to the build
2005-09-20 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
fix some header informations
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
Add some CAS unit tests for System.Web.UI.WebControls.* and the forgotten FontInfoTest to the build
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
2005-09-21 Sebastien Pouliot <sebastien at ximian.com>
Add tests for MembershipProvider and RolePrincipal (2.0) which, mostly, demonstrates that they won't work without providers and some infrastructure :(
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
Remove PermissionSetCollection and ProvideAssemblyEvidenceEventArgs (and related tests) from the 2.0 build
2005-09-22 Sebastien Pouliot <sebastien at ximian.com>
fix default build
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
complete CAS unit tests for System.Web.UI.WebControls
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-23 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
2005-09-25 Sebastien Pouliot <sebastien at ximian.com>
In System.Security.Cryptography:
2005-09-26 Sebastien Pouliot <sebastien at ximian.com>
2005-09-26 Sebastien Pouliot <sebastien at ximian.com>
2005-09-26 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Security.Cryptography:
Don't include those classes on the initial compilation as Mono.Security.dll isn't yet available.
Don't include those classes on the initial compilation as Mono.Security.dll isn't yet available.
Move some classes from System.Security.dll into System.dll for NET_2_0 profile. This requires to change System.dll circular dependency from System.Security.dll to Mono.Security.dll.
Don't include those classes on the initial compilation as Mono.Security.dll isn't yet available.
Don't build System.Security before the second System.dll build
2005-09-26 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
remove X509SelectionFlag.cs from build - it's going back to System.Security.dll
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
Add X509Certificate2UI.cs and X509SelectionFlag.cs
2005-09-27 Sebastien Pouliot <sebastien at ximian.com>
2005-09-29 Sebastien Pouliot <sebastien at ximian.com>
2005-09-29 Sebastien Pouliot <sebastien at ximian.com>
2005-09-29 Sebastien Pouliot <sebastien at ximian.com>
2005-09-29 Sebastien Pouliot <sebastien at ximian.com>
2005-10-03 Sebastien Pouliot <sebastien at ximian.com>
2005-10-03 Sebastien Pouliot <sebastien at ximian.com>
Add new unit test for check for bug#75841 - ordered set for authenticated attributes
2005-10-04 Sebastien Pouliot <sebastien at ximian.com>
2005-10-04 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=51213
2005-10-04 Sebastien Pouliot <sebastien at ximian.com>
2005-10-04 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2006-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
2005-10-06 Sebastien Pouliot <sebastien at ximian.com>
Make sure that all CAS tests are ignored if the security manager is off
2005-10-11 Sebastien Pouliot <sebastien at ximian.com>
2005-10-11 Sebastien Pouliot <sebastien at ximian.com>
2005-10-11 Sebastien Pouliot <sebastien at ximian.com>
* X509CRL.cs: Updated from Mono.Security.dll (same IsCurrent problem
2005-10-11 Sebastien Pouliot <sebastien at ximian.com>
Add mozroots to the scripts
Added missing count for removed certificates and a message that the import process is complete
merge my stuff into the man file
2005-10-12 Sebastien Pouliot <sebastien at ximian.com>
2005-10-14 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
Add CAS unit tests for System.Web.UI.WebControls.RequiredFieldValidator class
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
Disable DNS cas tests until I found a 'perfect' fix for CSC to compile System.dll
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
Add some new classes/enums/delegates for 2.0 and some new CAS unit tests
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
2005-10-17 Sebastien Pouliot <sebastien at ximian.com>
Added IntranetZoneCredentialPolicy class and ICredentialPolicy interface. Added unit tests and CAS tests for IntranetZoneCredentialPolicy.
fix enum values
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
Add System.UriTypeConverter (2.0) with unit/CAS tests, also add CAS/unit tests for System.ComponentModel.Design.Serialization.InstanceDescriptor
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-10-20 Sebastien Pouliot <sebastien at ximian.com>
2005-10-20 Sebastien Pouliot <sebastien at ximian.com>
2005-10-20 Sebastien Pouliot <sebastien at ximian.com>
2005-10-20 Sebastien Pouliot <sebastien at ximian.com>
Added new unit/CAS tests for System.Security.Cryptography namespace. Ignore some warnings during tests compilation. Added internal ManagedProtection class to the build.
2005-10-21 Sebastien Pouliot <sebastien at ximian.com>
2005-10-21 Sebastien Pouliot <sebastien at ximian.com>
2005-10-21 Sebastien Pouliot <sebastien at ximian.com>
Add unit tests specific for RC2CryptoServiceProvider and TripleDESCryptoServiceProvider implementations (i.e. not the algorithms)
2005-10-23 Sebastien Pouliot <sebastien at ximian.com>
2005-10-23 Sebastien Pouliot <sebastien at ximian.com>
Add System.CodeDom.CodeDefaultValueExpression class (2.0) to the build
2005-10-24 Sebastien Pouliot <sebastien at ximian.com>
2005-10-24 Sebastien Pouliot <sebastien at ximian.com>
2005-10-24 Sebastien Pouliot <sebastien at ximian.com>
Add new CAS unit tests for System.CodeDom to the build
2005-10-24 Sebastien Pouliot <sebastien at ximian.com>
2005-10-24 Sebastien Pouliot <sebastien at ximian.com>
Add System.CodeDom.Compiler.GeneratedCodeAttribute (2.0) to the build and a lot of CAS unit tests for System.CodeDom.Compiler
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
Added new unit/CAS tests for System.CodeDom.Compiler.TempFileCollection
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
2005-10-25 Sebastien Pouliot <sebastien at ximian.com>
2005-10-27 Sebastien Pouliot <sebastien at ximian.com>
2005-10-27 Sebastien Pouliot <sebastien at ximian.com>
Added internal class Mono.Security.Cryptography.NativeDapiProtection to the build
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
Add CAS and unit tests for System.Security.SecureString
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-28 Sebastien Pouliot <sebastien at ximian.com>
2005-10-29 Sebastien Pouliot <sebastien at ximian.com>
2005-10-29 Sebastien Pouliot <sebastien at ximian.com>
2005-10-29 Sebastien Pouliot <sebastien at ximian.com>
2005-10-29 Sebastien Pouliot <sebastien at ximian.com>
2005-10-30 Sebastien Pouliot <sebastien at ximian.com>
2005-10-31 Sebastien Pouliot <sebastien at ximian.com>
2005-10-31 Sebastien Pouliot <sebastien at ximian.com>
Add System.Runtime.Versioning namespace with CAS and unit tests to the build.
Add missing files to the build
2005-11-01 Sebastien Pouliot <sebastien at ximian.com>
2005-11-01 Sebastien Pouliot <sebastien at ximian.com>
Added CAS unit tests for System.CodeDom.Compiler.CodeDomProvider
2005-11-01 Sebastien Pouliot <sebastien at ximian.com>
2005-11-01 Sebastien Pouliot <sebastien at ximian.com>
Add CAS unit tests for System.CodeDom.Compiler.CodeGenerator
2005-11-02 Sebastien Pouliot <sebastien at ximian.com>
2005-11-02 Sebastien Pouliot <sebastien at ximian.com>
Add CAS and unit tests for System.CodeDom.Compiler.Executor to the build
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
Document the optional 'size' arguments for -k (generate keypair) that was introduced in 2.0
svn path=/trunk/mcs/; revision=52583
Activate CAS unit tests for System.CodeDom.Compiler.CodeCompiler
oops forgot to save the ChangeLog before committing...
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
2005-11-04 Sebastien Pouliot <sebastien at ximian.com>
2005-11-07 Sebastien Pouliot <sebastien at ximian.com>
2005-11-07 Sebastien Pouliot <sebastien at ximian.com>
2005-11-07 Sebastien Pouliot <sebastien at ximian.com>
2005-11-08 Sebastien Pouliot <sebastien at ximian.com>
2005-11-08 Sebastien Pouliot <sebastien at ximian.com>
2005-11-08 Sebastien Pouliot <sebastien at ximian.com>
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
Added new enums for 2.0
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
2005-11-09 Sebastien Pouliot <sebastien at ximian.com>
2005-11-11 Sebastien Pouliot <sebastien at ximian.com>
2005-11-11 Sebastien Pouliot <sebastien at ximian.com>
Add a new script to allow some tools, like sn and makecert, to generate files (e.g. private keys) available only to the user (by calling umask 077 before mono)
2005-11-15 Sebastien Pouliot <sebastien at ximian.com>
2005-11-15 Sebastien Pouliot <sebastien at ximian.com>
2005-10-18 Sebastien Pouliot <sebastien at ximian.com>
2005-11-15 Sebastien Pouliot <sebastien at ximian.com>
Add new (2.0) System.Uri related classes and a lot of tests (unit and CAS) for them
Correct signatures
2005-11-15 Sebastien Pouliot <sebastien at ximian.com>
2005-11-15 Sebastien Pouliot <sebastien at ximian.com>
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
Add CAS tests for System.Timers and System.Web namespaces
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
2005-11-16 Sebastien Pouliot <sebastien at ximian.com>
Add unit tests for TimersDescriptionAttribute to the build
fix build
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
Add System.Threading.WaitHandleCannotBeOpenedException (2.0) to the build
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
Add unit/CAS tests (and some code) for System.Threading
Fix API (corcompare)
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
2005-11-17 Sebastien Pouliot <sebastien at ximian.com>
2005-11-18 Sebastien Pouliot <sebastien at ximian.com>
2005-11-18 Sebastien Pouliot <sebastien at ximian.com>
2005-11-21 Sebastien Pouliot <sebastien at ximian.com>
2005-11-21 Sebastien Pouliot <sebastien at ximian.com>
Add CAS/unit tests for System.Text.RegularExpressions
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
Add CAS/unit tests for System.Security.Permissions
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
2005-11-22 Sebastien Pouliot <sebastien at ximian.com>
Add CAS/unit tests for System.Security.Cryptography.X509Certificates.PublicKey class
2005-11-23 Sebastien Pouliot <sebastien at ximian.com>
2005-11-23 Sebastien Pouliot <sebastien at ximian.com>
2005-11-23 Sebastien Pouliot <sebastien at ximian.com>
2005-11-24 Sebastien Pouliot <sebastien at ximian.com>
2005-11-24 Sebastien Pouliot <sebastien at ximian.com>
Add CAS/unit tests for (some of) System.Security.Cryptography.X509Certificates classes
2005-11-25 Sebastien Pouliot <sebastien at ximian.com>
2005-11-25 Sebastien Pouliot <sebastien at ximian.com>
2005-11-25 Sebastien Pouliot <sebastien at ximian.com>
Added new (internal) System.DefaultUriParser to the build.
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
Added more unit tests (and CAS tests) for System.Collections.Specialized
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
Fix compilation
Long forgotten test cases :(
2005-11-30 Sebastien Pouliot <sebastien at ximian.com>
2005-12-01 Sebastien Pouliot <sebastien at ximian.com>
2005-12-01 Sebastien Pouliot <sebastien at ximian.com>
fix header file name typo/change in #region
another endian fix
duh
2005-12-05 Sebastien Pouliot <sebastien at ximian.com>
2005-12-05 Sebastien Pouliot <sebastien at ximian.com>
2005-12-05 Sebastien Pouliot <sebastien at ximian.com>
2005-12-05 Sebastien Pouliot <sebastien at ximian.com>
2005-12-05 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-06 Sebastien Pouliot <sebastien at ximian.com>
2005-12-07 Sebastien Pouliot <sebastien at ximian.com>
2005-12-07 Sebastien Pouliot <sebastien at ximian.com>
Add partial CAS/unit tests for System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
2005-12-07 Sebastien Pouliot <sebastien at ximian.com>
2005-12-07 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
2005-12-08 Sebastien Pouliot <sebastien at ximian.com>
Add System.Globalization.DaylightTime and System.Runtime.Remoting.Contexts.SynchronizationAttribute unit tests to the build
BadImageFormatExceptionCas.cs: MS fixed this in 2.0 final (#71861).
FileLoadExceptionCas.cs, FileNotFoundExceptionCas.cs: MS fixed this in 2.0 final (#71861).
2005-12-14 Sebastien Pouliot <sebastien at ximian.com>
Add System.Security.AccessControl.AccessControlSections enum and DirectorySecurity class to 2.0 build as they are required for new methods in System.IO.DirectoryInfo
SymmetricAlgorithm.cs: Changing (not setting) BlockSize must re-generate a new IV (so the properties are kept valid). Note that changing or setting (same value) the KeySize always re-generate a key.
2005-12-15 Sebastien Pouliot <sebastien at ximian.com>
2005-12-15 Sebastien Pouliot <sebastien at ximian.com>
2005-12-15 Sebastien Pouliot <sebastien at ximian.com>
2005-12-15 Sebastien Pouliot <sebastien at ximian.com>
2005-12-15 Sebastien Pouliot <sebastien at ximian.com>
2005-12-16 Sebastien Pouliot <sebastien at ximian.com>
2005-12-16 Sebastien Pouliot <sebastien at ximian.com>
Array.cs: Fixed BinarySearch when the array is empty (#77030). Added some null check which throws ArgumentNullException under 2.0.
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
ArrayTest.cs: Added test cases for a binary search with an empty list (bug #77030). Fixed other test cases so they execute without failures under MS 2.0. Removed test cases for API changes in 2.0 final.
Removed debugging CWL that shows during normal execution.
* DictionaryTest.cs: Added test cases for CopyTo, including a test for
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-19 Sebastien Pouliot <sebastien at ximian.com>
2005-12-20 Sebastien Pouliot <sebastien at ximian.com>
2005-12-20 Sebastien Pouliot <sebastien at ximian.com>
Fix test cases under 2.0 and re-activate most of the under Mono
Array.cs: Fixed Sort<T> with IComparable (generic or not) bug #77039
2005-12-21 Sebastien Pouliot <sebastien at ximian.com>
2005-12-20 Sebastien Pouliot <sebastien at ximian.com>
2005-12-20 Sebastien Pouliot <sebastien at ximian.com>
2005-12-21 Sebastien Pouliot <sebastien at ximian.com>
2005-12-21 Sebastien Pouliot <sebastien at ximian.com>
* NumberFormatter.cs: Fixed rounding for float and the string output now includes all the precision (not counting preceding zeros). This fix the DecimalTest.TestConstructSingleRounding_NotWorking test cases.
DecimalTest.cs: Re-enabled Single rounding tests (which had nothing to do with bug #60227). The problems were in the string output of the float - which was then used to parse the decimal.
2005-12-23 Sebastien Pouliot <sebastien at ximian.com>
2005-12-23 Sebastien Pouliot <sebastien at ximian.com>
2005-12-23 Sebastien Pouliot <sebastien at ximian.com>
icall.c: get_code_base can now return a non-escaped path. CurrentTimeZone renamed to CurrentSystemTimeZone for serialization interoperability. Bumped corlib version in appdomain.c
2005-12-23 Sebastien Pouliot <sebastien at ximian.com>
2005-12-23 Sebastien Pouliot <sebastien at ximian.com>
2006-01-02 Sebastien Pouliot <sebastien at ximian.com>
2006-01-02 Sebastien Pouliot <sebastien at ximian.com>
2006-01-02 Sebastien Pouliot <sebastien at ximian.com>
2006-01-02 Sebastien Pouliot <sebastien at ximian.com>
This test case shouldn't be excluded since the bug was fixed.
file-io.c: Don't consider sockets as directory and avoid an endless loop. Fix bug #76966.
2006-01-03 Sebastien Pouliot <sebastien at ximian.com>
io.c: revert last patch as it broke the build
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
Add new tests to the build
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-04 Sebastien Pouliot <sebastien at ximian.com>
2006-01-05 Sebastien Pouliot <sebastien at ximian.com>
2006-01-05 Sebastien Pouliot <sebastien at ximian.com>
2006-01-09 Sebastien Pouliot <sebastien at ximian.com>
2006-01-11 Sebastien Pouliot <sebastien at ximian.com>
2006-01-11 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Added CAS unit tests for Region to the build.
2006-01-11 Sebastien Pouliot <sebastien at ximian.com>
2006-01-12 Sebastien Pouliot <sebastien at ximian.com>
2006-01-12 Sebastien Pouliot <sebastien at ximian.com>
2006-01-12 Sebastien Pouliot <sebastien at ximian.com>
2006-01-13 Sebastien Pouliot <sebastien at ximian.com>
2006-01-13 Sebastien Pouliot <sebastien at ximian.com>
2006-01-16 Sebastien Pouliot <sebastien at ximian.com>
2006-01-16 Sebastien Pouliot <sebastien at ximian.com>
2006-01-16 Sebastien Pouliot <sebastien at ximian.com>
2006-01-18 Sebastien Pouliot <sebastien at ximian.com>
2006-01-18 Sebastien Pouliot <sebastien at ximian.com>
2006-01-18 Sebastien Pouliot <sebastien at ximian.com>
2006-01-24 Sebastien Pouliot <sebastien at ximian.com>
2006-01-24 Sebastien Pouliot <sebastien at ximian.com>
2006-01-26 Sebastien Pouliot <sebastien at ximian.com>
GraphicsPath.cs: Removed TODO on Flatten methods (now supported in libgdiplus). Added a private constant for FlatnessDefault (0.25). Added MonoTODO on IsVisible* methods (not supported in libgdiplus).
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
2006-01-27 Sebastien Pouliot <sebastien at ximian.com>
mono-compiler.h: Added a macro for isnormal(x) as it's not available in VS.NET
assembly.c: the VS.NET build doesn't supply default values for MONO_ASSEMBLIES and MONO_CFG_DIR.
libmono.vcproj: Added new files to the VS.NET build.
README.vsnet: Updated VS.NET build instructions.
2006-02-02 Sebastien Pouliot <sebastien at ximian.com>
get.c: Added #include <mono/utils/mono-compiler.h> so VS.NET can compile monodis.
2006-02-28 Sebastien Pouliot <sebastien at ximian.com>
RecordProtocol.cs: Fix possible endless loop (#77663). Remove hack or an old, fixed, MCS bug (#67711).
2006-03-13 Sebastien Pouliot <sebastien at ximian.com>
TestMatrix.cs: Added new test cases to test libgdiplus validations.
fix build
Matrix.cs: Add missing checks to methods (and fix unit tests).
2006-03-20 Sebastien Pouliot <sebastien at ximian.com>
make TextureWrapModes.cs works
2006-03-21 Sebastien Pouliot <sebastien at ximian.com>
2006-03-21 Sebastien Pouliot <sebastien at ximian.com>
Added a check in case (like myself) you didn't have tiff support compiled in libgdiplus
2006-03-21 Sebastien Pouliot <sebastien at ximian.com>
2006-03-22 Sebastien Pouliot <sebastien at ximian.com>
2006-03-22 Sebastien Pouliot <sebastien at ximian.com>
Add LinearGradientBrush unit tests to the build
a few minor fixes to make the test tools more useful
Update SSL implementation to match 1.1.13.x branch
2006-03-25 Sebastien Pouliot <sebastien at ximian.com>
2006-03-28 Sebastien Pouliot <sebastien at ximian.com>
2006-03-28 Sebastien Pouliot <sebastien at ximian.com>
2006-03-29 Sebastien Pouliot <sebastien at ximian.com>
2006-03-30 Sebastien Pouliot <sebastien at ximian.com>
2006-03-30 Sebastien Pouliot <sebastien at ximian.com>
2006-03-31 Sebastien Pouliot <sebastien at ximian.com>
2006-03-31 Sebastien Pouliot <sebastien at ximian.com>
2006-04-05 Sebastien Pouliot <sebastien at ximian.com>
another required fix related to X509Chain via RemoteCertificateValidationCallback
SecurityException.cs: Show Evidence correctly (it's a collection) but avoid showing the Hash evidence (it's way too big to be useful).
2006-04-07 Sebastien Pouliot <sebastien at ximian.com>
2006-04-07 Sebastien Pouliot <sebastien at ximian.com>
2006-04-07 Sebastien Pouliot <sebastien at ximian.com>
2006-04-07 Sebastien Pouliot <sebastien at ximian.com>
2006-04-10 Sebastien Pouliot <sebastien at ximian.com>
2006-04-10 Sebastien Pouliot <sebastien at ximian.com>
2006-04-10 Sebastien Pouliot <sebastien at ximian.com>
TestMatrix.cs: Added new test cases for contructors accepting rectangles and points.
2006-04-11 Sebastien Pouliot <sebastien at ximian.com>
2006-04-11 Sebastien Pouliot <sebastien at ximian.com>
Move all CAS test in the *Cas.cs files and add CAS category to that file.
2006-04-12 Sebastien Pouliot <sebastien at ximian.com>
2006-04-13 Sebastien Pouliot <sebastien at ximian.com>
Add the new font collections unit tests to the build
2006-04-19 Sebastien Pouliot <sebastien at ximian.com>
GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them are current 'NotWorking').
2006-04-19 Sebastien Pouliot <sebastien at ximian.com>
2006-04-20 Sebastien Pouliot <sebastien at ximian.com>
2006-04-21 Sebastien Pouliot <sebastien at ximian.com>
2006-04-21 Sebastien Pouliot <sebastien at ximian.com>
2006-04-21 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-27 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
Image.cs: DefaultValue is null, not empty
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-04-28 Sebastien Pouliot <sebastien at ximian.com>
2006-05-01 Sebastien Pouliot <sebastien at ximian.com>
2006-05-01 Sebastien Pouliot <sebastien at ximian.com>
2006-05-01 Sebastien Pouliot <sebastien at ximian.com>
2006-05-02 Sebastien Pouliot <sebastien at ximian.com>
2006-05-02 Sebastien Pouliot <sebastien at ximian.com>
2006-05-02 Sebastien Pouliot <sebastien at ximian.com>
2006-05-02 Sebastien Pouliot <sebastien at ximian.com>
2006-05-03 Sebastien Pouliot <sebastien at ximian.com>
2006-05-04 Sebastien Pouliot <sebastien at ximian.com>
2006-05-04 Sebastien Pouliot <sebastien at ximian.com>
2006-05-04 Sebastien Pouliot <sebastien at ximian.com>
2006-05-04 Sebastien Pouliot <sebastien at ximian.com>
2006-05-05 Sebastien Pouliot <sebastien at ximian.com>
2006-05-05 Sebastien Pouliot <sebastien at ximian.com>
2006-05-05 Sebastien Pouliot <sebastien at ximian.com>
2006-05-05 Sebastien Pouliot <sebastien at ximian.com>
2006-05-08 Sebastien Pouliot <sebastien at ximian.com>
2006-05-08 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-09 Sebastien Pouliot <sebastien at ximian.com>
2006-05-10 Sebastien Pouliot <sebastien at ximian.com>
2006-05-10 Sebastien Pouliot <sebastien at ximian.com>
2006-05-10 Sebastien Pouliot <sebastien at ximian.com>
2006-05-12 Sebastien Pouliot <sebastien at ximian.com>
2006-05-12 Sebastien Pouliot <sebastien at ximian.com>
2006-05-12 Sebastien Pouliot <sebastien at ximian.com>
2006-05-17 Sebastien Pouliot <sebastien at ximian.com>
2006-05-17 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Added unit tests for Pen.
2006-05-18 Sebastien Pouliot <sebastien at ximian.com>
2006-05-18 Sebastien Pouliot <sebastien at ximian.com>
2006-05-18 Sebastien Pouliot <sebastien at ximian.com>
2006-05-21 Sebastien Pouliot <sebastien at ximian.com>
2006-05-21 Sebastien Pouliot <sebastien at ximian.com>
2006-05-21 Sebastien Pouliot <sebastien at ximian.com>
2006-05-21 Sebastien Pouliot <sebastien at ximian.com>
2006-05-21 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-24 Sebastien Pouliot <sebastien at ximian.com>
2006-05-25 Sebastien Pouliot <sebastien at ximian.com>
2006-05-25 Sebastien Pouliot <sebastien at ximian.com>
2006-05-26 Sebastien Pouliot <sebastien at ximian.com>
2006-05-26 Sebastien Pouliot <sebastien at ximian.com>
2006-05-29 Sebastien Pouliot <sebastien at ximian.com>
2006-05-29 Sebastien Pouliot <sebastien at ximian.com>
2006-05-29 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-30 Sebastien Pouliot <sebastien at ximian.com>
2006-05-31 Sebastien Pouliot <sebastien at ximian.com>
2006-05-31 Sebastien Pouliot <sebastien at ximian.com>
2006-06-01 Sebastien Pouliot <sebastien at ximian.com>
2006-06-01 Sebastien Pouliot <sebastien at ximian.com>
2006-06-06 Sebastien Pouliot <sebastien at ximian.com>
2006-06-06 Sebastien Pouliot <sebastien at ximian.com>
2006-06-07 Sebastien Pouliot <sebastien at ximian.com>
2006-06-07 Sebastien Pouliot <sebastien at ximian.com>
2006-06-06 Sebastien Pouliot <sebastien at ximian.com>
2006-06-08 Sebastien Pouliot <sebastien at ximian.com>
2006-06-08 Sebastien Pouliot <sebastien at ximian.com>
2006-06-09 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-14 Sebastien Pouliot <sebastien at ximian.com>
2006-06-15 Sebastien Pouliot <sebastien at ximian.com>
2006-06-15 Sebastien Pouliot <sebastien at ximian.com>
2006-06-15 Sebastien Pouliot <sebastien at ximian.com>
2006-06-15 Sebastien Pouliot <sebastien at ximian.com>
2006-06-15 Sebastien Pouliot <sebastien at ximian.com>
2006-06-16 Sebastien Pouliot <sebastien at ximian.com>
2006-06-21 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
2006-06-22 Sebastien Pouliot <sebastien at ximian.com>
configure.in: Add the Makefile to create in order to run the CAS tests
* Makefile.am: Include the reference templates in the tarball.
In assembly:
2006-06-26 Sebastien Pouliot <sebastien at ximian.com>
2006-06-27 Sebastien Pouliot <sebastien at ximian.com>
2006-06-28 Sebastien Pouliot <sebastien at ximian.com>
2006-06-30 Sebastien Pouliot <sebastien at ximian.com>
2006-06-30 Sebastien Pouliot <sebastien at ximian.com>
2006-06-30 Sebastien Pouliot <sebastien at ximian.com>
2006-07-01 Sebastien Pouliot <sebastien at ximian.com>
2006-07-01 Sebastien Pouliot <sebastien at ximian.com>
Image.cs: Made GetThumbnailImage throw OutOfMemoryException when image size is invalid (to match MS behaviour), also ensure that the Graphics instance is disposed even if CheckStatus throws an exception.
2006-07-04 Sebastien Pouliot <sebastien at ximian.com>
2006-07-06 Sebastien Pouliot <sebastien at ximian.com>
2006-07-06 Sebastien Pouliot <sebastien at ximian.com>
2006-07-06 Sebastien Pouliot <sebastien at ximian.com>
2006-07-06 Sebastien Pouliot <sebastien at ximian.com>
2006-07-06 Sebastien Pouliot <sebastien at ximian.com>
fix compilation
2006-07-19 Sebastien Pouliot <sebastien at ximian.com>
2006-07-19 Sebastien Pouliot <sebastien at ximian.com>
2006-07-20 Sebastien Pouliot <sebastien at ximian.com>
2006-07-20 Sebastien Pouliot <sebastien at ximian.com>
2006-07-25 Sebastien Pouliot <sebastien at ximian.com>
2006-07-25 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added unit tests for HMACSHA384 and HMACSHA512 to the build.
2005-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-07-31 Sebastien Pouliot <sebastien at ximian.com>
2006-08-02 Sebastien Pouliot <sebastien at ximian.com>
2006-08-03 Sebastien Pouliot <sebastien at ximian.com>
2006-08-03 Sebastien Pouliot <sebastien at ximian.com>
2006-08-03 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-04 Sebastien Pouliot <sebastien at ximian.com>
2006-08-05 Sebastien Pouliot <sebastien at ximian.com>
2006-08-05 Sebastien Pouliot <sebastien at ximian.com>
2006-08-07 Sebastien Pouliot <sebastien at ximian.com>
2006-08-07 Sebastien Pouliot <sebatien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-02 Sebastien Pouliot <sebastien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-08 Sebastien Pouliot <sebastien at ximian.com>
2006-08-10 Sebastien Pouliot <sebastien at ximian.com>
2006-08-10 Sebastien Pouliot <sebastien at ximian.com>
2006-08-10 Sebastien Pouliot <sebastien at ximian.com>
2006-08-10 Sebastien Pouliot <sebastien at ximian.com>
2006-08-11 Sebastien Pouliot <sebastien at ximian.com>
2006-08-11 Sebastien Pouliot <sebastien at ximian.com>
2006-08-11 Sebastien Pouliot <sebastien at ximian.com>
2006-08-11 Sebastien Pouliot <sebastien at ximian.com>
2006-08-14 Sebastien Pouliot <sebastien at ximian.com>
2006-08-15 Sebastien Pouliot <sebastien at ximian.com>
2006-08-16 Sebastien Pouliot <sebastien at ximian.com>
2006-08-16 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
2006-08-17 Sebastien Pouliot <sebastien at ximian.com>
Added more checks (Kind) for the failing test case
2006-08-18 Sebastien Pouliot <sebastien at ximian.com>
2006-08-18 Sebastien Pouliot <sebastien at ximian.com>
2006-08-19 Sebastien Pouliot <sebastien at ximian.com>
2006-08-21 Sebastien Pouliot <sebastien at ximian.com>
2006-08-21 Sebastien Pouliot <sebastien at ximian.com>
2006-08-21 Sebastien Pouliot <sebastien at ximian.com>
TypeTest.cs: Fix the unit tests build (for 2.0) so that monobuild can run them (both profiles).
2006-08-22 Sebastien Pouliot <sebastien at ximian.com>
2006-08-22 Sebastien Pouliot <sebastien at ximian.com>
2006-08-22 Sebastien Pouliot <sebastien at ximian.com>
2006-08-22 Sebastien Pouliot <sebastien at ximian.com>
2006-08-23 Sebastien Pouliot <sebastien at ximian.com>
Minor adjustment for mono
2006-08-24 Sebastien Pouliot <sebastien at ximian.com>
2006-08-24 Sebastien Pouliot <sebastien at ximian.com>
2006-08-24 Sebastien Pouliot <sebastien at ximian.com>
2006-08-24 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-25 Sebastien Pouliot <sebastien at ximian.com>
2006-08-27 Sebastien Pouliot <sebastien at ximian.com>
2006-08-27 Sebastien Pouliot <sebastien at ximian.com>
ColorTranslator.cs: Use ColorEmpty instead of creating a new Color instance.
2005-08-28 Sebastien Pouliot <sebastien at ximian.com>
2005-08-28 Sebastien Pouliot <sebastien at ximian.com>
2006-08-28 Sebastien Pouliot <sebastien at ximian.com>
2006-08-28 Sebastien Pouliot <sebastien at ximian.com>
2006-08-29 Sebastien Pouliot <sebastien at ximian.com>
2006-08-30 Sebastien Pouliot <sebastien at ximian.com>
2006-08-31 Sebastien Pouliot <sebastien at ximian.com>
2006-08-31 Sebastien Pouliot <sebastien at ximian.com>
Reactivate pixel test (fixed in libgdiplus r64626)
add a TIFF bitmap for codec tests
2006-09-01 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Added unit tests for GIF, ICON, PNG and TIFF codecs.
2006-09-01 Sebastien Pouliot <sebastien at ximian.com>
Makefile: Add new almogaver32bits.tif file to EXTRA_DISTFILES
2006-09-01 Sebastien Pouliot <sebastien at ximian.com>
2006-09-01 Sebastien Pouliot <sebastien at ximian.com>
* TestBitmap.cs: A few more, well behaved, test cases for LockBits
2006-09-04 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
fix API call
2006-09-05 Sebastien Pouliot <sebastien at ximian.com>
HttpsClientStream.cs: Honor ServicePointManager.SecurityProtocol to select between SSL3, TLS1 or, by default, auto. Great for testing :)
2006-09-08 Sebastien Pouliot <sebastien at ximian.com>
2006-09-08 Sebastien Pouliot <sebastien at ximian.com>
2006-09-08 Sebastien Pouliot <sebastien at ximian.com>
2006-09-11 Sebastien Pouliot <sebastien at ximian.com>
In Mono.Security.Protocol.Tls:
2006-09-11 Sebastien Pouliot <sebastien at ximian.com>
2006-09-11 Sebastien Pouliot <sebastien at ximian.com>
2006-09-11 Sebastien Pouliot <sebastien at ximian.com>
2006-09-12 Sebastien Pouliot <sebastien at ximian.com>
2006-09-12 Sebastien Pouliot <sebastien at ximian.com>
2006-09-14 Sebastien Pouliot <sebastien at ximian.com>
2006-09-14 Sebastien Pouliot <sebastien at ximian.com>
2006-09-15 Sebastien Pouliot <sebastien at ximian.com>
2006-09-16 Sebastien Pouliot <sebastien at ximian.com>
2006-09-16 Sebastien Pouliot <sebastien at ximian.com>
2006-09-18 Sebastien Pouliot <sebastien at ximian.com>
2006-09-18 Sebastien Pouliot <sebastien at ximian.com>
2006-09-18 Sebastien Pouliot <sebastien at ximian.com>
* TestGraphics.cs: Add test cases for MeasureString and
2006-09-19 Sebastien Pouliot <sebastien at ximian.com>
2006-09-19 Sebastien Pouliot <sebastien at ximian.com>
2006-09-19 Sebastien Pouliot <sebastien at ximian.com>
2006-09-20 Sebastien Pouliot <sebastien at ximian.com>
2006-09-21 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=65764
2006-09-21 Sebastien Pouliot <sebastien at ximian.com>
2006-09-22 Sebastien Pouliot <sebastien at ximian.com>
2006-09-22 Sebastien Pouliot <sebastien at ximian.com>
2006-09-22 Sebastien Pouliot <sebastien at ximian.com>
2006-09-26 Sebastien Pouliot <sebastien at ximian.com>
2006-09-27 Sebastien Pouliot <sebastien at ximian.com>
2006-09-27 Sebastien Pouliot <sebastien at ximian.com>
2006-09-28 Sebastien Pouliot <sebastien at ximian.com>
2006-09-26 Sebastien Pouliot <sebastien at ximian.com>
2006-09-29 Sebastien Pouliot <sebastien at ximian.com>
2006-10-02 Sebastien Pouliot <sebastien at ximian.com>
2006-10-02 Sebastien Pouliot <sebastien at ximian.com>
2006-10-02 Sebastien Pouliot <sebastien at ximian.com>
2006-10-02 Sebastien Pouliot <sebastien at ximian.com>
2006-10-03 Sebastien Pouliot <sebastien at ximian.com>
System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs to the unit tests build.
2006-10-03 Sebastien Pouliot <sebastien at ximian.com>
2006-10-04 Sebastien Pouliot <sebastien at ximian.com>
2006-10-04 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=66233
2006-10-04 Sebastien Pouliot <sebastien at ximian.com>
2006-10-08 Sebastien Pouliot <sebastien at ximian.com>
2006-10-08 Sebastien Pouliot <sebastien at ximian.com>
2006-10-08 Sebastien Pouliot <sebastien at ximian.com>
2006-10-08 Sebastien Pouliot <sebastien at ximian.com>
2006-10-08 Sebastien Pouliot <sebastien at ximian.com>
2006-10-11 Sebastien Pouliot <sebastien at ximian.com>
2006-10-11 Sebastien Pouliot <sebastien at ximian.com>
2006-10-11 Sebastien Pouliot <sebastien at ximian.com>
2006-10-11 Sebastien Pouliot <sebastien at ximian.com>
2006-10-12 Sebastien Pouliot <sebastien at ximian.com>
2006-10-18 Sebastien Pouliot <sebastien at ximian.com>
2006-10-30 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Add new unit tests for System.Drawing.Imaging.MetaHeader and WmfPlaceableFileHeader classes.
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
fix build
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-10-31 Sebastien Pouliot <sebastien at ximian.com>
2006-11-01 Sebastien Pouliot <sebastien at ximian.com>
2006-11-01 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added unit tests and CAS tests for class System.Runtime.CompilerServices.RuntimeWrappedException.
2006-11-01 Sebastien Pouliot <sebastien at ximian.com>
RectangleF.cs: Fix operator !=. Patch by Manuel Alejandro Cerón Estrada.
2006-11-06 Sebastien Pouliot <sebastien at ximian.com>
2006-11-06 Sebastien Pouliot <sebastien at ximian.com>
2006-11-07 Sebastien Pouliot <sebastien at ximian.com>
System_test.dll.sources: Add unit tests for System.ComponentModel.CollectionConverter to the build.
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
Add System.Security.Cryptography.X509Certificates/X509Certificate20.cs to the build
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-08 Sebastien Pouliot <sebastien at ximian.com>
2006-11-09 Sebastien Pouliot <sebastien at ximian.com>
2006-11-09 Sebastien Pouliot <sebastien at ximian.com>
2006-11-13 Sebastien Pouliot <sebastien at ximian.com>
2006-11-13 Sebastien Pouliot <sebastien at ximian.com>
2006-11-13 Sebastien Pouliot <sebastien at ximian.com>
2006-11-13 Sebastien Pouliot <sebastien at ximian.com>
2006-11-13 Sebastien Pouliot <sebastien at ximian.com>
remove C.WL
2006-11-16 Sebastien Pouliot <sebastien at ximian.com>
2006-11-17 Sebastien Pouliot <sebastien at ximian.com>
2006-11-17 Sebastien Pouliot <sebastien at ximian.com>
2006-11-17 Sebastien Pouliot <sebastien at ximian.com>
2006-11-17 Sebastien Pouliot <sebastien at ximian.com>
2006-11-17 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-11-23 Sebastien Pouliot <sebastien at ximian.com>
2006-11-24 Sebastien Pouliot <sebastien at ximian.com>
2006-11-24 Sebastien Pouliot <sebastien at ximian.com>
2006-11-24 Sebastien Pouliot <sebastien at ximian.com>
2006-11-24 Sebastien Pouliot <sebastien at ximian.com>
2006-11-28 Sebastien Pouliot <sebastien at ximian.com>
2006-11-28 Sebastien Pouliot <sebastien at ximian.com>
Add new unit tests for UITypeEditor to the build.
2006-12-01 Sebastien Pouliot <sebastien at ximian.com>
2006-12-02 Sebastien Pouliot <sebastien at ximian.com>
Update Makefile to add icon resources for SystemIcons (some icons needs to be updated, they are all monkeys tonight ;-).
2006-12-03 Sebastien Pouliot <sebastien at ximian.com>
2006-12-03 Sebastien Pouliot <sebastien at ximian.com>
2006-12-03 Sebastien Pouliot <sebastien at ximian.com>
Update icons to the ones already available in SVN. Added unit tests for SystemIcons to the build
Remove unused icon files
2006-12-04 Sebastien Pouliot <sebastien at ximian.com>
2006-12-04 Sebastien Pouliot <sebastien at ximian.com>
2006-12-04 Sebastien Pouliot <sebastien at ximian.com>
2006-12-05 Sebastien Pouliot <sebastien at ximian.com>
2006-12-05 Sebastien Pouliot <sebastien at ximian.com>
2006-12-05 Sebastien Pouliot <sebastien at ximian.com>
2006-12-05 Sebastien Pouliot <sebastien at ximian.com>
2006-12-05 Sebastien Pouliot <sebastien at ximian.com>
2006-12-06 Sebastien Pouliot <sebastien at ximian.com>
2006-12-07 Sebastien Pouliot <sebastien at ximian.com>
2006-12-07 Sebastien Pouliot <sebastien at ximian.com>
2006-12-07 Sebastien Pouliot <sebastien at ximian.com>
forgot to add ChangeLog
2006-12-07 Sebastien Pouliot <sebastien at ximian.com>
2006-12-08 Sebastien Pouliot <sebastien at ximian.com>
2006-12-08 Sebastien Pouliot <sebastien at ximian.com>
2006-12-08 Sebastien Pouliot <sebastien at ximian.com>
2006-12-11 Sebastien Pouliot <sebastien at ximian.com>
2006-12-11 Sebastien Pouliot <sebastien at ximian.com>
2006-12-11 Sebastien Pouliot <sebastien at ximian.com>
2006-12-11 Sebastien Pouliot <sebastien at ximian.com>
2006-12-11 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-15 Sebastien Pouliot <sebastien at ximian.com>
2006-12-15 Sebastien Pouliot <sebastien at ximian.com>
2006-12-15 Sebastien Pouliot <sebastien at ximian.com>
2006-12-14 Sebastien Pouliot <sebastien at ximian.com>
2006-12-19 Sebastien Pouliot <sebastien at ximian.com>
2006-12-19 Sebastien Pouliot <sebastien at ximian.com>
2006-12-19 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix using alpha values (with or without an original alpha-based color).
2006-11-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-21 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
Graphics.cs: Splitted CopyFromScreen into platform specific methods and added MonoLimitations to all overloads. This should get better results from MoMA.
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
2006-12-22 Sebastien Pouliot <sebastien at ximian.com>
Fix build as HttpListener now depends on X509Certificate2, which can't be build on the first time for 2.0... bla bla bla, and lot of other stuff depends on it
2007-01-03 Sebastien Pouliot <sebastien at ximian.com>
2007-01-03 Sebastien Pouliot <sebastien at ximian.com>
2007-01-03 Sebastien Pouliot <sebastien at ximian.com>
2007-01-04 Sebastien Pouliot <sebastien at ximian.com>
2007-01-04 Sebastien Pouliot <sebastien at ximian.com>
2007-01-04 Sebastien Pouliot <sebastien at ximian.com>
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
normalize line endings
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
HostIgnoreList.cs: New class to ignore some tests on specific hosts. Useful for monobuild where old versions of libraries (e.g. fontconfig) are failing some unit tests (that we don't want to ignore for all platforms/distros).
2007-01-07 Sebastien Pouliot <sebastien at ximian.com>
2007-01-07 Sebastien Pouliot <sebastien at ximian.com>
remove debugging output
oopsm, commit full filename :|
2007-01-05 Sebastien Pouliot <sebastien at ximian.com>
fix hostname
gdipStructs.cs: Add support for SignaturePatterns and SiggnatureMasks values.
ImageCodecInfo.cs: Remove MonoTODO on SignaturePatterns.
2007-01-08 Sebastien Pouliot <sebastien at ximian.com>
2007-01-08 Sebastien Pouliot <sebastien at ximian.com>
2007-01-08 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added new unit tests for bug #80439 to the build.
2007-01-08 Sebastien Pouliot <sebastien at ximian.com>
2007-01-09 Sebastien Pouliot <sebastien at ximian.com>
PrintingServices.cs: Unify platform detection code.
Image.cs: Fix Palette to call into GDI+ even for non-indexed images. This case can occurs with the ICOn codec where the returned image is a 32bpp ARGB bitmap *with* a palette.
Additional test cases for icons. Test size 48x48, 64x64 and 96x96. Test monochrome and 256 colors icons.
Makefile: Add new test icons (48x48x1, 64x64x256 and 96x96x256) to distribution files.
fix typo
2007-01-10 Sebastien Pouliot <sebastien at ximian.com>
16x16 and 32x32, 16 colors icons
Makefile: Add new test icons 16x16x16 and 32x32x16 to dist.
2007-01-11 Sebastien Pouliot <sebastien at ximian.com>
2007-01-11 Sebastien Pouliot <sebastien at ximian.com>
2007-01-11 Sebastien Pouliot <sebastien at ximian.com>
2007-01-12 Sebastien Pouliot <sebastien at ximian.com>
2007-01-12 Sebastien Pouliot <sebastien at ximian.com>
ImageAttribute.cs: Reuse code in SetColorMatrix overloads.
2007-01-12 Sebastien Pouliot <sebastien at ximian.com>
New. Subset of /winforms/icon/test.ico with three 32bpp icons, 16x16, 32x32 and 48x48.
Makefile: Add new test icon 32bpp.ico for newer, XP, ARGB icons.
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
Add new 32bpp icon with non-standard size, 10x16 and 11x22, to test for non perfect match icon selection
Add new non-standard size icons, 10x16 and 11x22.
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
Icon.cs: Change icon selection to match either width *or* height.
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
Typo
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
2007-01-15 Sebastien Pouliot <sebastien at ximian.com>
2007-01-16 Sebastien Pouliot <sebastien at ximian.com>
2007-01-16 Sebastien Pouliot <sebastien at ximian.com>
2007-01-17 Sebastien Pouliot <sebastien at ximian.com>
2007-01-18 Sebastien Pouliot <sebastien at ximian.com>
2007-01-18 Sebastien Pouliot <sebastien at ximian.com>
2007-01-19 Sebastien Pouliot <sebastien at ximian.com>
2007-01-19 Sebastien Pouliot <sebastien at ximian.com>
2007-01-19 Sebastien Pouliot <sebastien at ximian.com>
2007-01-19 Sebastien Pouliot <sebastien at ximian.com>
2007-01-19 Sebastien Pouliot <sebastien at ximian.com>
2007-01-30 Sebastien Pouliot <sebastien at ximian.com>
2007-01-30 Sebastien Pouliot <sebastien at ximian.com>
2007-01-30 Sebastien Pouliot <sebastien at ximian.com>
Makefile: Add System.Runtime.Serialization.Formatters.Soap.dll and System.Xml.dll for building the unit tests.
2007-01-31 Sebastien Pouliot <sebastien at ximian.com>
2007-02-01 Sebastien Pouliot <sebastien at ximian.com>
fix build
fix build
was clear enough the first time
was clear enough the first time (bis)
Add non inverted bitmap to test suite
* Makefile: Add non-inverted bitmap to dist.
2007-02-08 Sebastien Pouliot <sebastien at ximian.com>
TestRegion.cs: Add test cases for matrix operations on infinite regions (result is always an infinite region). Add test cases for scale and scale+translate on regions (to see that they do not trigger a convertion into bitmap-based regions).
2007-02-08 Sebastien Pouliot <sebastien at ximian.com>
2007-02-09 Sebastien Pouliot <sebastien at ximian.com>
2007-02-09 Sebastien Pouliot <sebastien at ximian.com>
2007-02-12 Sebastien Pouliot <sebastien at ximian.com>
2007-02-12 Sebastien Pouliot <sebastien at ximian.com>
2007-02-12 Sebastien Pouliot <sebastien at ximian.com>
2007-02-12 Sebastien Pouliot <sebastien at ximian.com>
2007-02-13 Sebastien Pouliot <sebastien at ximian.com>
TestBitmap.cs: Add a test cases for default palettes for 1, 4 and 8bpp indexed formats.
2007-02-14 Sebastien Pouliot <sebastien at ximian.com>
2007-02-14 Sebastien Pouliot <sebastien at ximian.com>
2007-02-14 Sebastien Pouliot <sebastien at ximian.com>
2007-02-14 Sebastien Pouliot <sebastien at ximian.com>
2007-02-16 Sebastien Pouliot <sebastien at ximian.com>
2007-02-16 Sebastien Pouliot <sebastien at ximian.com>
2007-02-16 Sebastien Pouliot <sebastien at ximian.com>
2007-02-21 Sebastien Pouliot <sebastien at ximian.com>
2007-02-21 Sebastien Pouliot <sebastien at ximian.com>
2007-02-21 Sebastien Pouliot <sebastien at ximian.com>
2007-02-23 Sebastien Pouliot <sebastien at ximian.com>
2007-02-26 Sebastien Pouliot <sebastien at ximian.com>
TestRegion.cs: Add test cases for ReleaseHrgn and fix GetHrgn tests to avoid leaking memory under 2.0 (where ReleaseHrgn is available).
2007-02-27 Sebastien Pouliot <sebastien at ximian.com>
2007-02-27 Sebastien Pouliot <sebastien at ximian.com>
2007-02-28 Sebastien Pouliot <sebastien at ximian.com>
SystemFontsTest.cs: Add more tests cases including disposing the font instance returned by the SystemFonts class.
System.Drawing_test.dll.sources: Add (existing) SystemFontsTest to the build.
Fix typo
2007-03-05 Sebastien Pouliot <sebastien at ximian.com>
2007-03-05 Sebastien Pouliot <sebastien at ximian.com>
2007-03-05 Sebastien Pouliot <sebastien at ximian.com>
2007-03-05 Sebastien Pouliot <sebastien at ximian.com>
Fix monobuild/tests as UTF32EncodingTest.cs source file wasn't added in r73779
2007-03-08 Sebastien Pouliot <sebastien at ximian.com>
2007-03-09 Sebastien Pouliot <sebastien at ximian.com>
WMF and EMF test cases
2007-03-09 Sebastien Pouliot <sebastien at ximian.com>
2007-03-09 Sebastien Pouliot <sebastien at ximian.com>
2007-03-09 Sebastien Pouliot <sebastien at ximian.com>
Update build/dist for new metafile unit tests
Add a GIF version 87a test case
2007-03-14 Sebastien Pouliot <sebastien at ximian.com>
2007-03-14 Sebastien Pouliot <sebastien at ximian.com>
Makefile: Add the new GIF87a test files to the dist.
2007-03-14 Sebastien Pouliot <sebastien at ximian.com>
2007-03-14 Ivan N. Zlatev <contact at i-nz.net>
2007-03-14 Sebastien Pouliot <sebastien at ximian.com>
2007-03-15 Sebastien Pouliot <sebastien at ximian.com>
2007-03-15 Sebastien Pouliot <sebastien at ximian.com>
2007-03-15 Sebastien Pouliot <sebastien at ximian.com>
2007-03-15 Sebastien Pouliot <sebastien at ximian.com>
2007-03-15 Sebastien Pouliot <sebastien at ximian.com>
2007-03-16 Sebastien Pouliot <sebastien at ximian.com>
reverting mcs to r74457 because of strange/random issues while running unit tests
2007-03-20 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
native
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
2007-03-22 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Added missing Rfc2898DeriveBytes unit tests to the build.
Fix build breakage in r75048
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-28 Sebastien Pouliot <sebastien at ximian.com>
2007-03-29 Sebastien Pouliot <sebastien at ximian.com>
2007-03-30 Sebastien Pouliot <sebastien at ximian.com>
2007-03-30 Sebastien Pouliot <sebastien at ximian.com>
2007-03-30 Sebastien Pouliot <sebastien at ximian.com>
2007-04-02 Sebastien Pouliot <sebastien at ximian.com>
2007-04-02 Sebastien Pouliot <sebastien at ximian.com>
2007-04-02 Sebastien Pouliot <sebastien at ximian.com>
2007-04-03 Sebastien Pouliot <sebastien at ximian.com>
2007-04-05 Sebastien Pouliot <sebastien at ximian.com>
2007-04-05 Sebastien Pouliot <sebastien at ximian.com>
2007-04-09 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing.dll.sources: Add internal KnownColors.
2007-04-09 Sebastien Pouliot <sebastien at ximian.com>
2007-04-09 Sebastien Pouliot <sebastien at ximian.com>
2007-04-09 Sebastien Pouliot <sebastien at ximian.com>
2007-04-09 Sebastien Pouliot <sebastien at ximian.com>
2007-04-10 Sebastien Pouliot <sebastien at ximian.com>
2007-04-10 Sebastien Pouliot <sebastien at ximian.com>
Bitmap.cs: Move LockBits validations into unmanaged code.
2007-04-11 Sebastien Pouliot <sebastien at ximian.com>
SolidBrush.cs: Clean up and add comments about [un]named colors.
2007-04-11 Sebastien Pouliot <sebastien at ximian.com>
Reenable some NotWorking test cases.
System.Drawing_test.dll.sources: Add Locale to the unit tests (soon to be required)
gdipFunctions.cs: Add mapping for Win32Error in CheckStatus. Add globalization support for CheckStatus and add the GDI+ status code in the error message.
2007-04-12 Sebastien Pouliot <sebastien at ximian.com>
2007-04-12 Sebastien Pouliot <sebastien at ximian.com>
2007-04-12 Sebastien Pouliot <sebastien at ximian.com>
2007-04-13 Sebastien Pouliot <sebastien at ximian.com>
2007-04-13 Sebastien Pouliot <sebastien at ximian.com>
2007-04-14 Sebastien Pouliot <sebastien at ximian.com>
2007-04-16 Sebastien Pouliot <sebastien at ximian.com>
2007-04-16 Sebastien Pouliot <sebastien at ximian.com>
2007-04-16 Sebastien Pouliot <sebastien at ximian.com>
2007-04-16 Sebastien Pouliot <sebastien at ximian.com>
gdipFunctions.cs: Add p/invoke definitions for GdipRecordMetafile[FileName|FromStream][I].
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
gdipFunctions.cs: Add p/invoke definitions for GdipRecordMetafileFromDelegate[I]_linux.
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-26 Sebastien Pouliot <sebastien at ximian.com>
2007-04-30 Sebastien Pouliot <sebastien at ximian.com>
2007-05-01 Sebastien Pouliot <sebastien at ximian.com>
2007-05-01 Sebastien Pouliot <sebastien at ximian.com>
2007-05-02 Sebastien Pouliot <sebastien at ximian.com>
2007-05-02 Sebastien Pouliot <sebastien at ximian.com>
2007-05-03 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Add unit tests for PrintingServicesUnix.
2007-05-07 Sebastien Pouliot <sebastien at ximian.com>
New. 8bpp index greyscale JPEG file.
Makefile: Add a greyscale JPEG test file to the dist.
TestJpegCodec.cs: Add test cases for 8bpp indexed greyscale JPEG
2007-05-08 Randolph Chung <tausq at debian.org>
2007-05-08 Sebastien Pouliot <sebastien at ximian.com>
2007-05-08 Randolph Chung <tausq at debian.org>
2007-05-08 Randolph Chung <tausq at debian.org>
2007-05-08 Sebastien Pouliot <sebastien at ximian.com>
2007-05-08 Randolph Chung <tausq at debian.org>
2007-05-08 Randolph Chung <tausq at debian.org>
2007-05-09 Sebastien Pouliot <sebastien at ximian.com>
2007-05-09 Sebastien Pouliot <sebastien at ximian.com>
2007-05-09 Sebastien Pouliot <sebastien at ximian.com>
comment as X509Certificate2 is in System.dll, which cause a circular dependency issue :(
2007-05-09 Sebastien Pouliot <sebastien at ximian.com>
reenable client certificate support in 2.0 build.
* PKCS12.cs: Adds SecretBag support. Patch by Jay Miller.
2007-05-09 Sebastien Pouliot <sebastien at ximian.com>
2007-05-10 Sebastien Pouliot <sebastien at ximian.com>
2007-05-11 Sebastien Pouliot <sebastien at ximian.com>
DataConverter is needed (in the tarball) by System.Core.dll
2007-05-15 Sebastien Pouliot <sebastien at ximian.com>
2007-05-15 Sebastien Pouliot <sebastien at ximian.com>
2007-05-16 Sebastien Pouliot <sebastien at ximian.com>
2007-05-16 Sebastien Pouliot <sebastien at ximian.com>
2007-05-17 Sebastien Pouliot <sebastien at ximian.com>
2007-05-17 Sebastien Pouliot <sebastien at ximian.com>
2007-05-18 Sebastien Pouliot <sebastien at ximian.com>
2007-05-18 Sebastien Pouliot <sebastien at ximian.com>
2007-05-22 Sebastien Pouliot <sebastien at ximian.com>
2007-05-22 Sebastien Pouliot <sebastien at ximian.com>
2007-05-22 Sebastien Pouliot <sebastien at ximian.com>
2007-05-23 Sebastien Pouliot <sebastien at ximian.com>
2007-05-23 Sebastien Pouliot <sebastien at ximian.com>
2bpp PNG test file
2007-05-23 Sebastien Pouliot <sebastien at ximian.com>
2007-05-24 Sebastien Pouliot <sebastien at ximian.com>
2007-05-24 Sebastien Pouliot <sebastien at ximian.com>
2007-05-25 Sebastien Pouliot <sebastien at ximian.com>
2007-05-25 Sebastien Pouliot <sebastien at ximian.com>
2007-05-28 Sebastien Pouliot <sebastien at ximian.com>
2007-05-28 Sebastien Pouliot <sebastien at ximian.com>
2007-05-29 Sebastien Pouliot <sebastien at ximian.com>
2007-05-29 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Add System.Drawing.Printing.Margins unit tests to the build.
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
Add test case for interlaced GIF
Makefile: Add an interlaced GIF test file to the dist.
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=78242
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
hopefully fix build
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
2007-05-30 Sebastien Pouliot <sebastien at ximian.com>
normalize line endings
svn path=/trunk/mcs/; revision=78979
add new class to the build
2007-06-21 Sebastien Pouliot <sebastien at ximian.com>
2007-06-21 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-03 Sebastien Pouliot <sebastien at ximian.com>
2007-07-04 Sebastien Pouliot <sebastien at ximian.com>
2007-07-04 Sebastien Pouliot <sebastien at ximian.com>
2007-07-04 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
2007-07-05 Sebastien Pouliot <sebastien at ximian.com>
TestGraphics.cs: Added test cases for [Draw|Fill]Path (#82202)
2007-07-30 Sebastien Pouliot <sebastien at ximian.com>
2007-07-30 Sebastien Pouliot <sebastien at ximian.com>
2007-07-31 Sebastien Pouliot <sebastien at ximian.com>
2007-07-31 Sebastien Pouliot <sebastien at ximian.com>
2007-08-31 Sebastien Pouliot <sebastien at ximian.com>
2007-08-01 Sebastien Pouliot <sebastien at ximian.com>
2007-08-01 Sebastien Pouliot <sebastien at ximian.com>
2007-08-01 Sebastien Pouliot <sebastien at ximian.com>
2007-08-01 Sebastien Pouliot <sebastien at ximian.com>
2007-08-02 Sebastien Pouliot <sebastien at ximian.com>
fix build
that should fix the build
fix build again
2007-08-13 Sebastien Pouliot <sebastien at ximian.com>
2007-08-13 Sebastien Pouliot <sebastien at ximian.com>
2007-08-16 Sebastien Pouliot <sebastien at ximian.com>
2007-08-17 Sebastien Pouliot <sebastien at ximian.com>
2007-09-12 Sebastien Pouliot <sebastien at ximian.com>
keep it synch with Mono.Security.dll sources
2007-09-12 Sebastien Pouliot <sebastien at ximian.com>
2007-10-08 Sebastien Pouliot <sebastien at ximian.com>
2007-10-17 Sebastien Pouliot <sebastien at ximian.com>
2007-10-17 Sebastien Pouliot <sebastien at ximian.com>
2007-10-17 Sebastien Pouliot <sebastien at ximian.com>
2007-10-17 Sebastien Pouliot <sebastien at ximian.com>
2007-10-23 Sebastien Pouliot <sebastien at ximian.com>
2007-10-30 Sebastien Pouliot <sebastien at ximian.com>
2007-10-30 Sebastien Pouliot <sebastien at ximian.com>
2007-10-31 Sebastien Pouliot <sebastien at ximian.com>
2007-11-01 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Drawing:
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-05 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
marshal.c: Correct (for non-Win32 OS) length != size in mono_string_from_bstr. Fix #339530.
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
remove compilation warning
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-06 Sebastien Pouliot <sebastien at ximian.com>
2007-11-08 Sebastien Pouliot <sebastien at ximian.com>
2007-11-12 Sebastien Pouliot <sebastien at ximian.com>
2007-11-12 Sebastien Pouliot <sebastien at ximian.com>
2007-11-18 Sebastien Pouliot <sebastien at ximian.com>
2007-11-18 Sebastien Pouliot <sebastien at ximian.com>
2007-11-19 Sebastien Pouliot <sebastien at ximian.com>
2007-11-20 Sebastien Pouliot <sebastien at ximian.com>
2007-11-22 Sebastien Pouliot <sebastien at ximian.com>
2007-12-14 Sebastien Pouliot <sebastien at ximian.com>
2007-12-15 Sebastien Pouliot <sebastien at ximian.com>
2007-12-19 Sebastien Pouliot <sebastien at ximian.com>
2007-12-19 Sebastien Pouliot <sebastien at ximian.com>
2008-01-02 Sebastien Pouliot <sebastien at ximian.com>
2008-01-02 Sebastien Pouliot <sebastien at ximian.com>
2008-01-02 Sebastien Pouliot <sebastien at ximian.com>
2008-01-02 Sebastien Pouliot <sebastien at ximian.com>
2008-01-02 Sebastien Pouliot <sebastien at ximian.com>
2008-01-06 Sebastien Pouliot <sebastien at ximian.com>
2008-01-07 Sebastien Pouliot <sebastien at ximian.com>
2008-01-07 Sebastien Pouliot <sebastien at ximian.com>
2008-01-07 Sebastien Pouliot <sebastien at ximian.com>
2008-01-08 Sebastien Pouliot <sebastien at ximian.com>
2008-01-08 Sebastien Pouliot <sebastien at ximian.com>
2008-01-09 Sebastien Pouliot <sebastien at ximian.com>
2008-01-10 Sebastien Pouliot <sebastien at ximian.com>
2008-01-10 Sebastien Pouliot <sebastien at ximian.com>
remove dead code/compiler warning
2008-01-10 Sebastien Pouliot <sebastien at ximian.com>
2008-01-10 Sebastien Pouliot <sebastien at ximian.com>
2008-01-10 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-12 Sebastien Pouliot <sebastien at ximian.com>
2008-01-13 Sebastien Pouliot <sebastien at ximian.com>
2008-01-13 Sebastien Pouliot <sebastien at ximian.com>
2008-01-14 Sebastien Pouliot <sebastien at ximian.com>
2008-01-14 Sebastien Pouliot <sebastien at ximian.com>
2008-01-14 Sebastien Pouliot <sebastien at ximian.com>
2008-01-17 Sebastien Pouliot <sebastien at ximian.com>
2008-01-17 Sebastien Pouliot <sebastien at ximian.com>
2008-01-21 Sebastien Pouliot <sebastien at ximian.com>
2008-01-21 Sebastien Pouliot <sebastien at ximian.com>
DateTimeOffset.cs: Avoid NRE on bad cast if null is provided to Equals(object). Found using Gendarme.
2008-01-21 Sebastien Pouliot <sebastien at ximian.com>
2008-01-22 Sebastien Pouliot <sebastien at ximian.com>
2008-01-22 Sebastien Pouliot <sebastien at ximian.com>
CryptoConfig.cs: Inverse name and oid when reading them from machine.config. Part of the fix for #346536
Add another name to get the OID for MD2. Required for #346536
2008-02-02 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
2008-02-03 Sebastien Pouliot <sebastien at ximian.com>
fix make dist for monobuild
2008-02-08 Sebastien Pouliot <sebastien at ximian.com>
2008-02-10 Sebastien Pouliot <sebastien at ximian.com>
2008-02-10 Sebastien Pouliot <sebastien at ximian.com>
2008-02-10 Sebastien Pouliot <sebastien at ximian.com>
PrintingServicesUnix.cs: Fix AvoidToStringOnStringsRule found using Gendarme.
2008-02-10 Sebastien Pouliot <sebastien at ximian.com>
2008-02-10 Sebastien Pouliot <sebastien at ximian.com>
2008-02-16 Sebastien Pouliot <sebastien at ximian.com>
Rfc2898DeriveBytes.cs: Fix GetByte not to throw an exception if called several time to get more data.
2008-02-21 Sebastien Pouliot <sebastien at ximian.com>
2008-03-03 Sebastien Pouliot <sebastien at ximian.com>
2008-03-03 Sebastien Pouliot <sebastien at ximian.com>
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
corlib.dll.sources: Add internal System.Resources.RuntimeResourceSet to the build.
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Add unit tests for ResourceSet
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
2008-03-04 Sebastien Pouliot <sebastien at ximian.com>
2008-03-13 Sebastien Pouliot <sebastien at ximian.com>
2008-03-13 Sebastien Pouliot <sebastien at ximian.com>
2008-03-13 Sebastien Pouliot <sebastien at ximian.com>
2008-03-21 Sebastien Pouliot <sebastien at ximian.com>
2008-03-21 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Add unit tests for EqualityComparer
2008-03-21 Sebastien Pouliot <sebastien at ximian.com>
2008-03-21 Sebastien Pouliot <sebastien at ximian.com>
2008-03-21 Sebastien Pouliot <sebastien at ximian.com>
2008-03-22 Sebastien Pouliot <sebastien at ximian.com>
2008-03-28 Sebastien Pouliot <sebastien at ximian.com>
2008-03-28 Sebastien Pouliot <sebastien at ximian.com>
2008-03-28 Sebastien Pouliot <sebastien at ximian.com>
2008-03-28 Sebastien Pouliot <sebastien at ximian.com>
2008-03-30 Sebastien Pouliot <sebastien at ximian.com>
2008-04-08 Sebastien Pouliot <sebastien at ximian.com>
2008-04-09 Sebastien Pouliot <sebastien at ximian.com>
Mono.Cecil/AssemblyDefinition.cs: Short circut loop when module is found.
2008-04-15 Sebastien Pouliot <sebastien at ximian.com>
2008-04-17 Sebastien Pouliot <sebastien at ximian.com>
2008-04-17 Sebastien Pouliot <sebastien at ximian.com>
2008-04-18 Sebastien Pouliot <sebastien at ximian.com>
2008-04-18 Sebastien Pouliot <sebastien at ximian.com>
2008-04-18 Sebastien Pouliot <sebastien at ximian.com>
2008-04-19 Sebastien Pouliot <sebastien at ximian.com>
2008-04-19 Sebastien Pouliot <sebastien at ximian.com>
2008-04-21 Sebastien Pouliot <sebastien at ximian.com>
2008-04-21 Sebastien Pouliot <sebastien at ximian.com>
2008-04-21 Sebastien Pouliot <sebastien at ximian.com>
2008-04-25 Sebastien Pouliot <sebastien at ximian.com>
2008-04-25 Sebastien Pouliot <sebastien at ximian.com>
2008-04-25 Sebastien Pouliot <sebastien at ximian.com>
2008-04-25 Sebastien Pouliot <sebastien at ximian.com>
SHA1CryptoServiceProvider.cs: Quick optimization to get better results with the JIT (a bit over 25% on a 4GB file).
2008-05-05 Sebastien Pouliot <sebastien at ximian.com>
2008-05-05 Sebastien Pouliot <sebastien at ximian.com>
2008-05-07 Sebastien Pouliot <sebastien at ximian.com>
2008-05-07 Sebastien Pouliot <sebastien at ximian.com>
2008-05-07 Sebastien Pouliot <sebastien at ximian.com>
SHA384Managed.cs: Fix compiler warning and use the new local variable introduced previously.
2008-05-07 Sebastien Pouliot <sebastien at ximian.com>
corlib.dll.sources: Remove System.IO/Check[Argument|Permission].cs
Makefile: Include silverlight.pub in dist so monobuild goes on...
2008-05-14 Sebastien Pouliot <sebastien at ximian.com>
2008-05-14 Sebastien Pouliot <sebastien at ximian.com>
2008-05-14 Sebastien Pouliot <sebastien at ximian.com>
2008-05-16 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-18 Sebastien Pouliot <sebastien at ximian.com>
2008-05-19 Sebastien Pouliot <sebastien at ximian.com>
2008-05-19 Sebastien Pouliot <sebastien at ximian.com>
2008-05-19 Sebastien Pouliot <sebastien at ximian.com>
2008-05-25 Sebastien Pouliot <sebastien at ximian.com>
2008-05-25 Sebastien Pouliot <sebastien at ximian.com>
revert big, unreviewed, broken changes from r104029/30/31
=fix build - or at least make it go further
2008-05-30 Sebastien Pouliot <sebastien at ximian.com>
2008-05-30 Sebastien Pouliot <sebastien at ximian.com>
2008-05-30 Sebastien Pouliot <sebastien at ximian.com>
2008-05-30 Sebastien Pouliot <sebastien at ximian.com>
2008-06-03 Sebastien Pouliot <sebastien at ximian.com>
2008-06-03 Sebastien Pouliot <sebastien at ximian.com>
2008-06-03 Sebastien Pouliot <sebastien at ximian.com>
2008-06-14 Sebastien Pouliot <sebastien at ximian.com>
2008-06-23 Sebastien Pouliot <sebastien at ximian.com>
2008-06-26 Sebastien Pouliot <sebastien at ximian.com>
2008-06-26 Sebastien Pouliot <sebastien at ximian.com>
2008-06-26 David Wolinsky <davidiw at ufl.edu>
2008-06-26 Sebastien Pouliot <sebastien at ximian.com>
2008-06-27 Sebastien Pouliot <sebastien at ximian.com>
Mono.Cecil.Signatures/SignatureWriter.cs: Fix typo.
Mono.Cecil.Cil/GuidAttribute.cs: Seal attribute class
Mono.Cecil.Metadata/MetadataToken.cs: Add a private Equals(MetadataToken) method. This allows the existing operators (== and !=) to avoid boxing, since they will prefer it to the Equals(object) method.
Mono.Cecil/AssemblyNameReference.cs: Use String.Length > 0 instead of comparing to String.Empty
Seal non-visible classes.
Seal non-visible classes.
Seal non-visible classes.
Seal non-visible classes.
Seal non-visible classes.
Seal non-visible classes.
2008-06-28 Sebastien Pouliot <sebastien at ximian.com>
2008-06-28 Sebastien Pouliot <sebastien at ximian.com>
Image.cs: throw NotImplementedException in SetPropertyItem instead of executing broken code. See #406307 for test case.
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
svn path=/trunk/mcs/; revision=107345
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-06 Sebastien Pouliot <sebastien at ximian.com>
2008-07-07 Sebastien Pouliot <sebastien at ximian.com>
2008-07-07 Sebastien Pouliot <sebastien at ximian.com>
gdipFunctions.cs: Fix signature for GdipGetImageAttributesAdjustedPalette
2008-07-14 Sebastien Pouliot <sebastien at ximian.com>
2008-08-04 Sebastien Pouliot <sebastien at ximian.com>
2008-08-05 Sebastien Pouliot <sebastien at ximian.com>
2008-08-05 Sebastien Pouliot <sebastien at ximian.com>
2008-08-05 Sebastien Pouliot <sebastien at ximian.com>
2008-08-05 Sebastien Pouliot <sebastien at ximian.com>
2008-08-05 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
2008-08-06 Sebastien Pouliot <sebastien at ximian.com>
2008-08-06 Sebastien Pouliot <sebastien at ximian.com>
2008-08-06 Sebastien Pouliot <sebastien at ximian.com>
System.Drawing_test.dll.sources: Add System.Drawing.Imaging.FrameDimension unit tests to the build
2008-08-06 Sebastien Pouliot <sebastien at ximian.com>
2008-08-06 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
System_test.dll.sources: Add System.ComponentModel/DefaultValueAttributeTest.cs to the test suite
net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
corlib.dll.sources: Add System.Security/SecurityState.cs
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-07 Sebastien Pouliot <sebastien at ximian.com>
2008-08-08 Sebastien Pouliot <sebastien at ximian.com>
2008-08-08 Sebastien Pouliot <sebastien at ximian.com>
2008-08-08 Sebastien Pouliot <sebastien at ximian.com>
2008-08-18 Sebastien Pouliot <sebastien at ximian.com>
2008-08-20 Sebastien Pouliot <sebastien at ximian.com>
2008-08-20 Sebastien Pouliot <sebastien at ximian.com>
2008-08-21 Sebastien Pouliot <sebastien at ximian.com>
2008-08-21 Sebastien Pouliot <sebastien at ximian.com>
2008-08-21 Sebastien Pouliot <sebastien at ximian.com>
2008-08-22 Sebastien Pouliot <sebastien at ximian.com>
2008-08-22 Sebastien Pouliot <sebastien at ximian.com>
2008-08-22 Sebastien Pouliot <sebastien at ximian.com>
2008-08-22 Sebastien Pouliot <sebastien at ximian.com>
2008-08-22 Sebastien Pouliot <sebastien at ximian.com>
2008-09-02 Sebastien Pouliot <sebastien at ximian.com>
2008-09-03 Sebastien Pouliot <sebastien at ximian.com>
2008-09-05 Sebastien Pouliot <sebastien at ximian.com>
2008-09-09 Sebastien Pouliot <sebastien at ximian.com>
2008-09-11 Sebastien Pouliot <sebastien at ximian.com>
2008-09-11 Sebastien Pouliot <sebastien at ximian.com>
just remove --security but don't try to use the installed SN
2008-09-12 Sebastien Pouliot <sebastien at ximian.com>
2008-09-12 Sebastien Pouliot <sebastien at ximian.com>
2008-09-12 Sebastien Pouliot <sebastien at ximian.com>
2008-09-12 Sebastien Pouliot <sebastien at ximian.com>
2008-09-12 Sebastien Pouliot <sebastien at ximian.com>
2008-09-16 Sebastien Pouliot <sebastien at ximian.com>
2008-09-16 Sebastien Pouliot <sebastien at ximian.com>
2008-09-17 Sebastien Pouliot <sebastien at ximian.com>
2008-09-17 Sebastien Pouliot <sebastien at ximian.com>
2008-09-17 Sebastien Pouliot <sebastien at ximian.com>
2008-09-17 Sebastien Pouliot <sebastien at ximian.com>
2008-09-28 Sebastien Pouliot <sebastien at ximian.com>
2008-09-28 Sebastien Pouliot <sebastien at ximian.com>
2008-09-28 Sebastien Pouliot <sebastien at ximian.com>
use 'L' instead of 'l' since the later can be confused with '1' and also to please JB ;-)
2008-09-28 Sebastien Pouliot <sebastien at ximian.com>
2008-09-30 Sebastien Pouliot <sebastien at ximian.com>
2008-09-30 Sebastien Pouliot <sebastien at ximian.com>
fix build
RectangleF.cs: Fix edge intersection. Path by Brian Browning. [Fix bug #431587]
2008-10-06 Sebastien Pouliot <sebastien at ximian.com>
2008-10-06 Sebastien Pouliot <sebastien at ximian.com>
2008-10-06 Sebastien Pouliot <sebastien at ximian.com>
Mono.Cecil/ConstructorCollection.cs: Fix a NRE if a null parameter is provided to one of the GetConstructor overloads.
2008-10-12 Sebastien Pouliot <sebastien at ximian.com>
2008-10-12 Sebastien Pouliot <sebastien at ximian.com>
2008-10-12 Sebastien Pouliot <sebastien at ximian.com>
2008-10-12 Sebastien Pouliot <sebastien at ximian.com>
2008-10-12 Sebastien Pouliot <sebastien at ximian.com>
Mono.Cecil.Cil/SymbolStoreHelper.cs: Change two static readonly fields to const.
2008-10-14 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
normalize line endings
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
2008-11-01 Sebastien Pouliot <sebastien at ximian.com>
Font.cs: Add comment on .ctor(Font,FontStyle) about the lack of null check (compatibility). Add proper (yet compatible ;-) null check to GetHeight(Graphics)
2008-11-11 Sebastien Pouliot <sebastien at ximian.com>
2008-11-11 Sebastien Pouliot <sebastien at ximian.com>
Mono.Cecil/TypeDefinition.cs (IsValueType): Inline the call to IsEnum and remove the double null check being done.
2008-11-22 Sebastien Pouliot <sebastien at ximian.com>
2008-11-27 Sebastien Pouliot <sebastien at ximian.com>
2008-12-01 Sebastien Pouliot <sebastien at ximian.com>
2008-12-01 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-23 Sebastien Pouliot <sebastien at ximian.com>
2008-12-29 Sebastien Pouliot <sebastien at ximian.com>
2008-12-29 Sebastien Pouliot <sebastien at ximian.com>
2008-12-29 Sebastien Pouliot <sebastien at ximian.com>
2009-01-02 Sebastien Pouliot <sebastien at ximian.com>
2009-01-02 Sebastien Pouliot <sebastien at ximian.com>
2009-01-05 Sebastien Pouliot <sebastien at ximian.com>
2009-01-07 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to NET_2_1 build.
2009-01-14 Sebastien Pouliot <sebastien at ximian.com>
2009-01-14 Sebastien Pouliot <sebastien at ximian.com>
In overrides:
SL2 [SecurityCritical] data
oops, moving from wrong directory
update for build 2.0.40115.0
2009-02-19 Sebastien Pouliot <sebastien at ximian.com>
2009-02-19 Sebastien Pouliot <sebastien at ximian.com>
2008-02-19 Sebastien Pouliot <sebastien at ximian.com>
2009-02-24 Sebastien Pouliot <sebastien at ximian.com>
2008-02-25 Sebastien Pouliot <sebastien at ximian.com>
2008-02-26 Sebastien Pouliot <sebastien at ximian.com>
2009-03-17 Sebastien Pouliot <sebastien at ximian.com>
2009-03-17 Sebastien Pouliot <sebastien at ximian.com>
2009-03-17 Sebastien Pouliot <sebastien at ximian.com>
2009-03-19 Sebastien Pouliot <sebastien at ximian.com>
2009-03-19 Sebastien Pouliot <sebastien at ximian.com>
2009-03-20 Sebastien Pouliot <sebastien at ximian.com>
2009-03-20 Sebastien Pouliot <sebastien at ximian.com>
2009-03-20 Sebastien Pouliot <sebastien at ximian.com>
2009-03-20 Sebastien Pouliot <sebastien at ximian.com>
2009-03-21 Sebastien Pouliot <sebastien at ximian.com>
2009-03-25 Sebastien Pouliot <sebastien at ximian.com>
2009-03-25 Sebastien Pouliot <sebastien at ximian.com>
2009-03-25 Sebastien Pouliot <sebastien at ximian.com>
2009-03-26 Sebastien Pouliot <sebastien at ximian.com>
2009-03-26 Sebastien Pouliot <sebastien at ximian.com>
oops, fix wrong copy-pasted doc
2009-03-27 Sebastien Pouliot <sebastien at ximian.com>
2009-03-28 Sebastien Pouliot <sebastien at ximian.com>
2009-03-28 Sebastien Pouliot <sebastien at ximian.com>
2009-03-31 Sebastien Pouliot <sebastien at ximian.com>
2009-04-02 Sebastien Pouliot <sebastien at ximian.com>
2009-04-02 Sebastien Pouliot <sebastien at ximian.com>
2009-04-06 Sebastien Pouliot <sebastien at ximian.com>
2009-04-06 Sebastien Pouliot <sebastien at ximian.com>
2009-04-08 Sebastien Pouliot <sebastien at ximian.com>
In System.Net.Sockets:
Remove classes that are not in the final SL2 release. Add some SL2 short-versions of FX enums.
2009-04-09 Sebastien Pouliot <sebastien at ximian.com>
In .:
2009-04-11 Sebastien Pouliot <sebastien at ximian.com>
2009-04-11 Sebastien Pouliot <sebastien at ximian.com>
2009-04-14 Sebastien Pouliot <sebastien at ximian.com>
2009-04-14 Sebastien Pouliot <sebastien at ximian.com>
2009-04-14 Sebastien Pouliot <sebastien at ximian.com>
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
In .:
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
2009-04-16 Sebastien Pouliot <sebastien at ximian.com>
2009-04-17 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_System.Xml.dll.sources: Remove MonoTODOAttribute.cs since we can get it from mscorlib.dll
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_System.ServiceModel.dll.sources: Remove MonoTODOAttribute since we can get it from mscorlib.dll
2009-04-21 Sebastien Pouliot <sebastien at ximian.com>
In System.Xml.Schema:
remove more code duplication for 2.1 and fix the build
remove more code duplication for 2.1 and fix the build
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-22 Sebastien Pouliot <sebastien at ximian.com>
2009-04-23 Sebastien Pouliot <sebastien at ximian.com>
2009-04-23 Sebastien Pouliot <sebastien at ximian.com>
2009-04-23 Sebastien Pouliot <sebastien at ximian.com>
2009-04-23 Sebastien Pouliot <sebastien at ximian.com>
2009-04-23 Sebastien Pouliot <sebastien at ximian.com>
add back duplicated files since the circular, bootstrap, build needs them somehow
add a few files back for S.R.S.dll - don't trust changes without a full, long and boring 'make clean'.
2009-04-24 Sebastien Pouliot <sebastien at ximian.com>
2009-04-25 Sebastien Pouliot <sebastien at ximian.com>
In System.Security:
2009-04-27 Sebastien Pouliot <sebastien at ximian.com>
Makefile: Add missing Test/XmlFiles/496192.x* files to dist
2009-04-28 Sebastien Pouliot <sebastien at ximian.com>
2009-04-28 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Xml:
In System.Xml:
2009-04-28 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Xml:
In .:
2009-04-29 Sebastien Pouliot <sebastien at ximian.com>
2009-04-29 Sebastien Pouliot <sebastien at ximian.com>
In Mono.Security.Cryptography:
2009-04-30 Sebastien Pouliot <sebastien at ximian.com>
fix typo, thanks to Gert for quickly noticing
minor NET_2_1 tweaks to remove 12 unneeded [SecuritySafeCritical] inside Moonlight 2
AppDomainManager.cs: Fix base class for NET_2_1 and implement CheckSecuritySettings (added in 2.0SP and part of SL API)
SecurityState.cs: Implement IsStateAvailable (added in 2.0SP and part of SL API)
2009-05-01 Sebastien Pouliot <sebastien at ximian.com>
2009-05-01 Sebastien Pouliot <sebastien at ximian.com>
corlib_test.dll.sources: Add unit tests for AppDomainManager and SecurityState
2009-05-01 Sebastien Pouliot <sebastien at ximian.com>
2009-05-01 Sebastien Pouliot <sebastien at ximian.com>
2009-05-01 Sebastien Pouliot <sebastien at ximian.com>
In System.Security:
2009-05-03 Sebastien Pouliot <sebastien at ximian.com>
2009-05-07 Sebastien Pouliot <sebastien at ximian.com>
2009-05-07 Sebastien Pouliot <sebastien at ximian.com>
In Assembly:
2009-05-10 Sebastien Pouliot <sebastien at ximian.com>
revert r133848 which broke monobuild
re-apply changes since Zoltan had already fixed it
2009-05-11 Sebastien Pouliot <sebastien at ximian.com>
* WebHeaderCollection_2_1.cs: Headers are removed only in special
2009-05-11 Sebastien Pouliot <sebastien at ximian.com>
2009-05-12 Sebastien Pouliot <sebastien at ximian.com>
2009-05-14 Sebastien Pouliot <sebastien at ximian.com>
2009-05-14 Sebastien Pouliot <sebastien at ximian.com>
2009-05-16 Sebastien Pouliot <sebastien at ximian.com>
2009-05-22 Sebastien Pouliot <sebastien at ximian.com>
2009-05-22 Sebastien Pouliot <sebastien at ximian.com>
2009-05-26 Sebastien Pouliot <sebastien at ximian.com>
2009-05-27 Sebastien Pouliot <sebastien at ximian.com>
2009-06-01 Sebastien Pouliot <sebastien at ximian.com>
2009-06-04 Sebastien Pouliot <sebastien at ximian.com>
2009-06-04 Sebastien Pouliot <sebastien at ximian.com>
In System.ServiceModel.Channels:
2009-06-05 Sebastien Pouliot <sebastien at ximian.com>
In System/System.Net:
2009-06-10 Sebastien Pouliot <sebastien at ximian.com>
2009-06-17 Sebastien Pouliot <sebastien at ximian.com>
2009-07-14 Sebastien Pouliot <sebastien at ximian.com>
2009-07-14 Sebastien Pouliot <sebastien at ximian.com>
Security fix for CVE-2009-0217
2009-07-15 Sebastien Pouliot <sebastien at ximian.com>
2009-07-16 Sebastien Pouliot <sebastien at ximian.com>
2009-07-16 Sebastien Pouliot <sebastien at ximian.com>
2009-07-20 Sebastien Pouliot <sebastien at ximian.com>
2009-07-23 Sebastien Pouliot <sebastien at ximian.com>
2009-07-23 Sebastien Pouliot <sebastien at ximian.com>
2009-07-28 Sebastien Pouliot <sebastien at ximian.com>
hopefully fix the build (from clean)
2009-08-17 Sebastien Pouliot <sebastien at ximian.com>
2009-08-17 Sebastien Pouliot <sebastien at ximian.com>
2009-08-17 Sebastien Pouliot <sebastien at ximian.com>
2009-08-20 Sebastien Pouliot <sebastien at ximian.com>
2009-08-20 Sebastien Pouliot <sebastien at ximian.com>
2009-08-20 Sebastien Pouliot <sebastien at ximian.com>
TimeSpan.cs: Fix parsing when seconds are not specified.
2009-08-26 Sebastien Pouliot <sebastien at ximian.com>
2009-09-02 Sebastien Pouliot <sebastien at ximian.com>
2009-09-02 Sebastien Pouliot <sebastien at ximian.com>
2009-09-09 Sebastien Pouliot <sebastien at ximian.com>
2009-09-09 Sebastien Pouliot <sebastien at ximian.com>
2009-09-10 Sebastien Pouliot <sebastien at ximian.com>
2009-09-17 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-18 Sebastien Pouliot <sebastien at ximian.com>
2009-09-19 Sebastien Pouliot <sebastien at ximian.com>
In .:
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
NET_2_1 specific implementation of AppDomainManager
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
2009-09-20 Sebastien Pouliot <sebastien at ximian.com>
In System:
In System.Threading:
In System.Xml:
2009-09-21 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
2009-09-22 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Security.Cryptography:
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
2009-09-23 Sebastien Pouliot <sebastien at ximian.com>
fix smcs with utf32 encoded files
2009-09-24 Sebastien Pouliot <sebastien at ximian.com>
2009-09-24 Sebastien Pouliot <sebastien at ximian.com>
2009-09-24 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Net.Sockets:
2009-09-27 Sebastien Pouliot <sebastien at ximian.com>
2009-09-27 Sebastien Pouliot <sebastien at ximian.com>
2009-09-27 Sebastien Pouliot <sebastien at ximian.com>
2009-09-28 Sebastien Pouliot <sebastien at ximian.com>
2009-09-29 Sebastien Pouliot <sebastien at ximian.com>
2009-09-29 Sebastien Pouliot <sebastien at ximian.com>
2009-10-06 Sebastien Pouliot <sebastien at ximian.com>
2009-10-06 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_corlib.dll.sources: Remove normalization files from Moonlight build
2009-10-06 Sebastien Pouliot <sebastien at ximian.com>
2009-10-06 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.ServiceModel:
2009-10-07 Sebastien Pouliot <sebastien at ximian.com>
2009-10-07 Sebastien Pouliot <sebastien at ximian.com>
net_2_1_raw_corlib.dll.sources: Remove System/LocalDataStoreSlot.cs from Moonlight build
2009-10-07 Sebastien Pouliot <sebastien at ximian.com>
2009-10-07 Sebastien Pouliot <sebastien at ximian.com>
2009-10-08 Sebastien Pouliot <sebastien at ximian.com>
2009-10-08 Sebastien Pouliot <sebastien at ximian.com>
2009-10-14 Sebastien Pouliot <sebastien at ximian.com>
2009-10-14 Sebastien Pouliot <sebastien at ximian.com>
2009-10-15 Sebastien Pouliot <sebastien at ximian.com>
2009-10-15 Sebastien Pouliot <sebastien at ximian.com>
In System.Runtime.InteropServices:
In Test/System.Runtime.CompilerServices:
In Test/System.IO:
2009-10-17 Sebastien Pouliot <sebastien at ximian.com>
2009-10-17 Sebastien Pouliot <sebastien at ximian.com>
In .:
In Test/System.Reflection:
2009-10-19 Sebastien Pouliot <sebastien at ximian.com>
2009-10-19 Sebastien Pouliot <sebastien at ximian.com>
2009-10-19 Sebastien Pouliot <sebastien at ximian.com>
2009-10-20 Sebastien Pouliot <sebastien at ximian.com>
In System.Threading:
In System.Threading:
In System.Threading:
In System.Threading:
2009-10-23 Sebastien Pouliot <sebastien at ximian.com>
2009-10-23 Sebastien Pouliot <sebastien at ximian.com>
In System.Reflection.Emit:
2009-10-24 Sebastien Pouliot <sebastien at ximian.com>
In System.Threading:
In System.Threading:
2009-10-26 Sebastien Pouliot <sebastien at ximian.com>
2009-10-26 Sebastien Pouliot <sebastien at ximian.com>
In System:
2009-10-28 Sebastien Pouliot <sebastien at ximian.com>
2009-10-29 Sebastien Pouliot <sebastien at ximian.com>
In System.Reflection.Emit:
In Test/System.Globalization:
2009-10-30 Sebastien Pouliot <sebastien at ximian.com>
2009-10-30 Sebastien Pouliot <sebastien at ximian.com>
In System.Reflection.Emit:
2009-10-31 Sebastien Pouliot <sebastien at ximian.com>
2009-11-01 Sebastien Pouliot <sebastien at ximian.com>
2009-11-01 Sebastien Pouliot <sebastien at ximian.com>
2009-11-02 Sebastien Pouliot <sebastien at ximian.com>
2009-11-03 Sebastien Pouliot <sebastien at ximian.com>
2009-11-03 Sebastien Pouliot <sebastien at ximian.com>
2009-11-03 Sebastien Pouliot <sebastien at ximian.com>
2009-11-04 Sebastien Pouliot <sebastien at ximian.com>
2009-11-05 Sebastien Pouliot <sebastien at ximian.com>
2009-11-11 Sebastien Pouliot <sebastien at ximian.com>
2009-11-16 Sebastien Pouliot <sebastien at ximian.com>
2009-11-18 Sebastien Pouliot <sebastien at ximian.com>
2009-11-24 Sebastien Pouliot <sebastien at ximian.com>
2009-11-25 Sebastien Pouliot <sebastien at ximian.com>
2009-11-25 Sebastien Pouliot <sebastien at ximian.com>
2009-11-26 Sebastien Pouliot <sebastien at ximian.com>
2009-11-30 Sebastien Pouliot <sebastien at ximian.com>
2009-11-30 Sebastien Pouliot <sebastien at ximian.com>
2009-11-30 Sebastien Pouliot <sebastien at ximian.com>
2009-11-30 Sebastien Pouliot <sebastien at ximian.com>
2009-11-30 Sebastien Pouliot <sebastien at ximian.com>
2009-12-01 Sebastien Pouliot <sebastien at ximian.com>
2009-12-01 Sebastien Pouliot <sebastien at ximian.com>
2009-12-01 Sebastien Pouliot <sebastien at ximian.com>
2009-12-01 Sebastien Pouliot <sebastien at ximian.com>
2009-12-02 Sebastien Pouliot <sebastien at ximian.com>
2009-12-04 Sebastien Pouliot <sebastien at ximian.com>
move DnsEndPoint to ease 4.0
In .:
fix make-dist - but this file seems wrong (not related to the non-ML System.Net.dll assembly)
2009-12-04 Sebastien Pouliot <sebastien at ximian.com>
2009-12-04 Sebastien Pouliot <sebastien at ximian.com>
2009-12-08 Sebastien Pouliot <sebastien at ximian.com>
2009-12-09 Sebastien Pouliot <sebastien at ximian.com>
2009-12-14 Sebastien Pouliot <sebastien at ximian.com>
2009-12-14 Sebastien Pouliot <sebastien at ximian.com>
In System:
2009-12-21 Sebastien Pouliot <sebastien at ximian.com>
2009-12-24 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Net:
2009-12-31 Sebastien Pouliot <sebastien at ximian.com>
2010-01-04 Sebastien Pouliot <sebastien at ximian.com>
In System:
2010-01-07 Sebastien Pouliot <sebastien at ximian.com>
In .:
In Test/System.Net:
2010-01-12 Sebastien Pouliot <sebastien at ximian.com>
2010-01-13 Sebastien Pouliot <sebastien at ximian.com>
2010-01-18 Sebastien Pouliot <sebastien at ximian.com>
2010-01-19 Sebastien Pouliot <sebastien at ximian.com>
In Test/System.Net:
add XNA public key token
2010-01-21 Sebastien Pouliot <sebastien at ximian.com>
In .:
2010-01-25 Sebastien Pouliot <sebastien at ximian.com>
2010-01-25 Sebastien Pouliot <sebastien at ximian.com>
2010-01-25 Sebastien Pouliot <sebastien at ximian.com>
2010-01-25 Sebastien Pouliot <sebastien at ximian.com>
2010-01-26 Sebastien Pouliot <sebastien at ximian.com>
2010-01-26 Sebastien Pouliot <sebastien at ximian.com>
2010-02-03 Sebastien Pouliot <sebastien at ximian.com>
2010-02-09 Sebastien Pouliot <sebastien at ximian.com>
In Assembly:
2010-02-16 Sebastien Pouliot <sebastien at ximian.com>
2010-02-23 Sebastien Pouliot <sebastien at ximian.com>
2010-03-09 Sebastien Pouliot <sebastien at ximian.com>
In System/System.Net.Sockets:
Makefile: For NET_2_1 build System.XML before System.Net
In .:
In System.Diagnostics:
In System:
2010-03-12 Sebastien Pouliot <sebastien at ximian.com>
2010-03-17 Sebastien Pouliot <sebastien at ximian.com>
2010-03-17 Sebastien Pouliot <sebastien at ximian.com>
2010-03-18 Sebastien Pouliot <sebastien at ximian.com>
In Assembly:
2010-03-18 Sebastien Pouliot <sebastien at ximian.com>
fix net_4_0 build
2010-03-18 Sebastien Pouliot <sebastien at ximian.com>
2010-03-19 Sebastien Pouliot <sebastien at ximian.com>
2010-03-19 Sebastien Pouliot <sebastien at ximian.com>
In System.Collections:
In System.Timers:
2010-03-22 Sebastien Pouliot <sebastien at ximian.com>
2010-03-23 Sebastien Pouliot <sebastien at ximian.com>
2010-03-23 Sebastien Pouliot <sebastien at ximian.com>
In corlib/Mono.Security:
2010-03-24 Sebastien Pouliot <sebastien at ximian.com>
2010-03-25 Sebastien Pouliot <sebastien at ximian.com>
2010-03-26 Sebastien Pouliot <sebastien at ximian.com>
2010-03-26 Sebastien Pouliot <sebastien at ximian.com>
fix NET_2_1 build (poor lone else)
2010-03-29 Sebastien Pouliot <sebastien at ximian.com>
2010-03-29 Sebastien Pouliot <sebastien at ximian.com>
fix TimeZoneInfo for moonlight (moving from System.Core to mscorlib)
2010-03-30 Sebastien Pouliot <sebastien at ximian.com>
2010-04-01 Sebastien Pouliot <sebastien at ximian.com>
2010-04-01 Sebastien Pouliot <sebastien at ximian.com>
2010-04-01 Sebastien Pouliot <sebastien at ximian.com>
2010-04-01 Sebastien Pouliot <sebastien at ximian.com>
In .:
2010-04-06 Sebastien Pouliot <sebastien at ximian.com>
2010-04-06 Sebastien Pouliot <sebastien at ximian.com>
2010-04-07 Sebastien Pouliot <sebastien at ximian.com>
2010-04-07 Sebastien Pouliot <sebastien at ximian.com>
2010-04-08 Sebastien Pouliot <sebastien at ximian.com>
2010-04-11 Sebastien Pouliot <sebastien at ximian.com>
2010-04-13 Sebastien Pouliot <sebastien at ximian.com>
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
* Environment.cs: Ensure elevated trust when calling
2010-04-16 Sebastien Pouliot <sebastien at ximian.com>
2010-04-19 Sebastien Pouliot <sebastien at ximian.com>
2010-04-20 Sebastien Pouliot <sebastien at ximian.com>
2010-04-21 Sebastien Pouliot <sebastien at ximian.com>
2010-04-21 Sebastien Pouliot <sebastien at ximian.com>
update System.Net.dll for SL4 API
2010-04-21 Sebastien Pouliot <sebastien at ximian.com>
2010-04-23 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
2010-05-10 Sebastien Pouliot <sebastien at ximian.com>
In System.Security.Cryptography:
2010-05-14 Sebastien Pouliot <sebastien at ximian.com>
2010-05-14 Sebastien Pouliot <sebastien at ximian.com>
2010-05-14 Sebastien Pouliot <sebastien at ximian.com>
2010-05-20 Sebastien Pouliot <sebastien at ximian.com>
2010-05-21 Sebastien Pouliot <sebastien at ximian.com>
2010-05-21 Sebastien Pouliot <sebastien at ximian.com>
2010-06-03 Sebastien Pouliot <sebastien at ximian.com>
2010-06-03 Sebastien Pouliot <sebastien at ximian.com>
2010-06-03 Sebastien Pouliot <sebastien at ximian.com>
2010-06-14 Sebastien Pouliot <sebastien at ximian.com>
2010-06-16 Sebastien Pouliot <sebastien at ximian.com>
2010-06-23 Sebastien Pouliot <sebastien at ximian.com>
In System.Net:
Fix Attribute.GetHashCode to match MS behavior (needed for Moonlight)
2010-06-29 Sebastien Pouliot <sebastien at ximian.com>
2010-07-14 Sebastien Pouliot <sebastien at ximian.com>
2010-07-14 Sebastien Pouliot <sebastien at ximian.com>
2010-07-15 Sebastien Pouliot <sebastien at ximian.com>
2010-07-16 Sebastien Pouliot <sebastien at ximian.com>
2010-07-16 Sebastien Pouliot <sebastien at ximian.com>
2010-07-19 Sebastien Pouliot <sebastien at ximian.com>
2010-07-19 Sebastien Pouliot <sebastien at ximian.com>
2010-07-19 Sebastien Pouliot <sebastien at ximian.com>
2010-07-20 Sebastien Pouliot <sebastien at ximian.com>
2009-07-20 Sebastien Pouliot <sebastien at ximian.com>
2010-07-21 Sebastien Pouliot <sebastien at ximian.com>
In .:
Fix check order and throw NSE on invalid headers
simplify code for Moonlight profile
Fix check order and throw NSE on invalid headers
simplify code for Moonlight profile
Multiple compatibility fixes for web headers on Moonlight
Fix public key in [InternalsVisibleTo] attribute
Multiple fixes for WebClient (from NCL tests)
Senganal T (79):
2005-09-16 Senganal T <tsenganal at novell.com>
* SqlTransaction.cs : Modifed the Rollback() method, so that
In Mono.Data.Tds:
2005-10-14 Senganal T <tsenganal at novell.com>
2005-10-14 Senganal T <tsenganal at novell.com>
2005-10-17 Senganal T <tsenganal at novell.com>
2005-10-19 Senganal T <tsenganal at novell.com>
2005-10-19 Senganal T <tsenganal at novell.com>
2005-10-20 Senganal T <tsenganal at novell.com>
2005-10-21 Senganal T <tsenganal at novell.com>
2005-10-27 Senganal T <tsenganal at novell.com>
2005-11-11 Senganal T <tsenganal at novell.com>
2005-11-21 Senganal T <tsenganal at novell.com>
2005-11-21 Senganal T <tsenganal at novell.com>
2005-11-21 Senganal T <tsenganal at novell.com>
2005-11-23 Senganal T <tsenganal at novell.com>
2005-11-24 Senganal T <tsenganal at novell.com>
2005-12-03 Senganal T <tsenganal at novell.com>
2005-12-07 Senganal T <tsenganal at novell.com>
2005-12-20 Senganal T <tsenganal at novell.com>
2006-01-03 Senganal T <tsenganal at novell.com>
2006-01-03 Senganal T <tsenganal at novell.com>
2006-01-06 Senganal T <tsenganal at novell.com>
2006-01-06 Senganal T <tsenganal at novell.com>
2006-01-09 Senganal T <tsenganal at novell.com>
2006-01-10 Senganal T <tsenganal at novell.com>
2006-01-17 Senganal T <tsenganal at novell.com>
2006-01-17 Senganal T <tsenganal at novell.com>
2006-01-27 Senganal T <tsenganal at novell.com>
2006-01-31 Senganal T <tsenganal at novell.com>
2006-01-31 Senganal <tsenganal at novell.com>
2006-02-03 Senganal T <tsenganal at novell.com>
2006-01-05 Senganal T <tsenganal at novell.com>
2006-02-10 Senganal T <tsenganal at novell.com>
2006-02-11 Senganal T <tsenganal at novell.com>
2006-02-13 Senganal T <tsenganal at novell.com>
2006-01-16 Senganal T <tsenganal at novell.com>
2006-02-22 Senganal T <tsenganal at novell.com>
2006-02-24 Senganal T <tsenganal at novell.com>
2006-03-05 Senganal T <tsenganal at novell.com>
2006-03-07 Senganal T <tsenganal at novell.com>
2006-03-08 Senganal T <tsenganal at novell.com>
2006-03-09 Senganal T <tsenganal at novell.com>
2006-03-10 Senganal T <tsenganal at novell.com>
2006-03-20 Senganal T <tsenganal at novell.com>
2006-03-20 Senganal T <tsenganal at novell.com>
2006-03-22 Senganal T <tsenganal at novell.com>
2006-03-23 Senganal T <tsenganal at novell.com>
2006-03-25 Senganal T <tsenganal at novell.com>
2006-04-07 Senganal T <tsenganal at novell.com>
2006-04-07 Senganal T <tsenganal at novell.com>
2006-04-18 Senganal T <tsenganal at novell.com>
2006-04-19 Senganal T <tsenganal at novell.com>
2006-04-21 Senganal T <tsenganal at novell.com>
2006-05-02 Senganal T <tsenganal at novell.com>
2006-05-03 Senganal T <tsenganal at novell.com>
2006-05-09 Senganal T <tsenganal at novell.com>
2006-05-24 Senganal T <tsenganal at novell.com>
2006-05-26 Senganal T <tsenganal at novell.com>
2006-05-31 Senganal T <tsenganal at novell.com>
2006-05-31 Senganal T <tsenganal at novell.com>
2006-06-15 Senganal T <tsenganal at novell.com>
2006-06-15 Senganal T <tsenganal at novell.com>
2006-06-27 Senganal T <tsenganal at novell.com>
2006-06-28 Senganal T <tsenganal at novell.com>
2006-06-30 Senganal T <tsenganal at novell.com>
2006-06-30 Senganal T <tsenganal at novell.com>
2006-07-11 Senganal T <tsenganal at novell.com>
2006-12-30 Senganal T <tsenganal at novell.com>
2006-07-12 Senganal T <tsenganal at novell.com>
2006-07-13 Senganal T <tsenganal at novell.com>
2006-07-13 Senganal T <tsenganal at novell.com>
2006-07-14 Senganal T <tsenganal at novell.com>
2006-07-14 Senganal T <tsenganal at novell.com>
2006-07-14 Senganal T <tsenganal at novell.com>
2006-07-15 Senganal T <tsenganal at novell.com>
2006-07-17 Senganal T <tsenganal at novell.com>
2006-07-19 Senganal T <tsenganal at novell.com>
2006-07-20 Senganal T <tsenganal at novell.com>
Sergey Chaban (58):
Initial check-in.
Initial check-in.
Base64Table now supports both encoding and decoding tables.
Update (Base64/DES stuff).
Encryption core is approximately 30% faster than previous version.
Added PKCS-5 padding.
DES classes update.
Lots of changes, it was basically rewritten from scratch.
* added support for fields;
* verifier.cs: fixed bug in AssemblyLoader::LoadFrom in ReflectionTypeLoadException handler;
* OpCode.cs, OpCodes.cs: Initial check-in;
* verifier.cs: Fixed bug in AbstractTypeStuff::operator ==;
* Added couple enums;
Initial check-in.
Removed autogenerated comments.
* DateTimeStyles.cs: removed auto-generated comments.
Removed auto-generated comments.
Removed auto-generated comments.
Removed auto-generated comments.
Removed auto-generated comments.
Replaced with specs-compliant enum.
Removed auto-generated comments.
Removed auto-generated comments.
Removed auto-generated comments.
Removed auto-generated comments.
* PackingSize.cs: Initial check-in.
* common.src: added PackingSize.cs;
* Added a bunch of Token structs (all are generated from template).
* Ignoring <PrivateImplementationDetails>;
* ARM support sources, initial check-in;
* Makefile.am: added arm to DIST_SUBDIRS.
* ChangeLog: ARM-related log entry.
* ARM-related changes.
* Makefile.am: removed SCRIPT_SOURCES to fix automake issues.
* Hashtable.cs: Fixed ToPrime (). Removed ALLOC_GRAIN. Removed unused code. Changed GetObjectData () to use modificationCount as Version.
* resources: Assembly language manuals/tutorials and Win32 SEH internals;
Changes to support Win32 SEH, see ChangeLog for details.
Makefile.am: don't exclude JIT from Win32 builds;
Do not include signal/syscall header for Win32 build.
* BinaryReader.cs: internal buffer fix. Little-endian conversions.
* x86.brg: coni4 optimizations for MUL and DIV_UN;
* divun.cs: microbenchmark for DIV.UN opt.
DIV_UN: fixed typo - increment EAX, not tree->reg1;
* x86-codegen.h: added missing shifts;
Logged changes to x86-codegen.h
* x86-codegen.h: renamed FP int macro for consistency (its arg is really a membase, not mem);
* mono.c, jit.c, jit.h, x86.brg: implemented new --fast-iconv option;
* icall.c: implement Environment.TickCount;
* Environment.cs: implement TickCount with internal call;
* SortedList: added thread-safe wrapper.
SortedList entry.
* x86.brg: LOCALLOC fix for Windows
x86-codegen.h: fixed bug in x86_memindex_emit, for basereg == EBP && disp == imm32;
Fixed small typo that resulted in infinite loop when pasing signatures with custom modifiers.
* ARM codegen update;
arm-WMMX.h: initial WirelessMMX support for ARM codegen;
util.c: added GetModuleFilenameWrapper for WinCE;
Compatibility fixes for MS compilers and WinCE build;
Stephane Delcroix (69):
2007-05-11 Stephane Delcroix <stephane at delcroix.org>
2007-11-05 Stephane Delcroix <sdelcroix at novell.com>
disabling the test so it won't break the buildsystem. I'll look at that again omorrow
re-enabling a modified test. Will see if it still produces errors on the buildsystem
another try to pass the tests
2007-12-10 Stephane Delcroix <sdelcroix at novell.com>
2007-12-16 Stephane Delcroix <sdelcroix at novell.com>
tests & bugfixes
2007-12-18 Stephane Delcroix <sdelcroix at novell.com>
2007-12-18 Stephane Delcroix <sdelcroix at novell.com>
2007-12-18 Stephane Delcroix <sdelcroix at novell.com>
2007-12-18 Stephane Delcroix <sdelcroix at novell.com>
trying to fix the tests for good
2007-12-19 Stephane Delcroix <sdelcroix at novell.com>
2007-12-20 Stephane Delcroix <sdelcroix at novell.com>
2007-12-20 Stephane Delcroix <sdelcroix at novell.com>
2007-12-20 Stephane Delcroix <sdelcroix at novell.com>
2008-01-08 Stephane Delcroix <sdelcroix at novell.com>
2008-01-10 Stephane Delcroix <sdelcroix at novell.com>
duplicate ChageLog entry, sorry
2008-01-11 Stephane Delcroix <sdelcroix at novell.com>
without the typo this time
2008-01-14 Sephane Delcroix <sdelcroix at novell.com>
2008-01-14 Stephane Delcroix <sdelcroix at novell.com>
2008-01-14 Sephane Delcroix <sdelcroix at novell.com>
2008-01-15 Stephane Delcroix <sdelcroix at novell.com>
2008-01-15 Stephane Delcroix <sdelcroix at novell.com>
2008-01-15 Stephane Delcroix <sdelcroix at novell.com>
2008-01-22 Stephane Delcroix <sdelcroix at novell.com>
2008-01-23 Stephane Delcroix <sdelcroix at novell.com>
2008-01-24 Stephane Delcroix <sdelcroix at novell.com>
2008-02-26 Stephane Delcroix <sdelcroix at novell.com>
reverting my changes
2008-03-10 Stephane Delcroix <sdelcroix at novell.com>
2008-03-10 Stephane Delcroix <sdelcroix at novell.com>
2008-03-12 Stephane Delcroix <sdelcroix at novell.com>
2008-05-26 Stephane Delcroix <sdelcroix at novell.com>
2008-05-26 Stephane Delcroix <sdelcroix at novell.com>
2008-05-21 Atsushi Enomoto <atsushi at ximian.com>
2008-06-04 Stephane Delcroix <sdelcroix at novell.com>
adding DnsEndPoint to the sources
2008-06-10 Stephane Delcroix <sdelcroix at novell.com>
being more explicit on the ChangeLog entry, per jb request
2008-06-10 Stephane Delcroix <sdelcroix at novell.com>
comments
2008-06-11 Stephane Delcroix <sdelcroix at novell.com>
2008-06-12 Stephane Delcroix <sdelcroix at novell.com>
2008-06-18 Stephane Delcroix <sdelcroix at novell.com>
reverting unwanted change
Adds an empty WebClient to the 2.1 build
Uncomment some stuffs to allow compilation of Monotone
enable the DownloadStringAsync code
new DtdProcessing enum for the 2.1 profile
2.1 profile uses an Address property in OpenReadCompletedEventArgs
adding DtdProcessing and MaxCharactersFromEntities properties for 2.1
re-enable ResolveEntity in XmlReader and derived classes
embed DtdProcessing in a #if NET_2_1
replace the null colescent operator by a if-null mor mcs1. Fix the build
fix the build
2008-10-31 Stephane Delcroix <sdelcroix at novell.com>
2008-10-31 Stephane Delcroix <sdelcroix at novell.com>
2008-10-31 Stephane Delcroix <sdelcroix at novell.com>
2008-10-31 Stephane Delcroix <sdelcroix at novell.com>
remove the c:/cygwin reference that slipped in
fix another typo
2009-01-13 Stephane Delcroix <sdelcroix at novell.com>
minor issues in documentation
2009-11-26 Stephane Delcroix <stephane at delcroix.org>
2009-12-03 Stephane Delcroix <stephane at delcroix.org>
Stephen Shaw (2):
Added mono-winfxcore for the new windowsbase.dll
Oops, forgot the package line
Sunil Kumar (30):
Class Files Representing Various LDAP Requests
Class files Representing Various ASN1 Structures
Class files implementing Various LDAP Controls
Class files implementing various LDAP Extensions
Class files implementing LDAP RFC2251 Messages
Class files Implementing various utility classes used by LDAP C# Libraray
Added ChangeLog and Makefile
Added Novell.Directory.Ldap namespace
Added refernce to Novell.Directory.Ldap
Modified for checked in files
Class files Implementing System.DirectoryServices namespace
Added log for System.DirectoryServices class files
commented currentlocale line in getResultString method
Change explicit implementation of interface method as per migueal suggestion
Set CLSComplaint to true in AssemblyInfo
Included Support for including Delimeters as tokens
Fixed (*s*) kind of filter problem
Modified for DirectorySearcher implementation
Modified after DirectorySearcher implementation
Added Support for Schema operation
Added for schema support
commenting LdapSchema since its not included in Novell.Directory.Ldap.dll.sources
Updated the source list with Schema classes
Added FtechSchema function
Modified Comments to Support XML Documentation
updated with schema support and XML doc
Changes sourceStream.Read to read in a while loop
For registering extended responses
For GetPrievilegeRequest extension
Modified extensions to use register functionality provided in ExtResponseFactory
Sureshkumar T (197):
Implemented GetByte method. Fixed bug #58820
* OdbcDataReader.cs: Removed checking of currentRow in GetName method
2004-06-16 Sureshkumar T (tsureshkumar at novell.com)
04-06-16 Sureshkumar T <TSureshkumar at novell.com>
2004-06-16 Sureshkumar T <TSureshkumar at novell.com>
2004-06-23 Sureshkumar T <TSureshkumar at novell.com>
2004-06-23 Sureshkumar T (tsureshkumar at novell.com)
2004-07-01 Sureshkumar T (tsureshkumar at novell.com)
2004-07-01 Sureshkumar T <tsureshkumar at novell.com>
2004-07-01 Sureshkumar T (tsureshkumar at novell.com)
2004-07-01 Sureshkumar T <tsureshkumar at novell.com>
2004-07-30 Sureshkumar T (tsureshkumar at novell.com)
2004-07-30 Sureshkumar T (tsureshkumar at novell.com)
2004-08-09 Sureshkumar T <tsureshkumar at novell.com>
2004-08-09 Sureshkumar T <tsureshkumar at novell.com>
2004-08-12 Sureshkumar T <tsureshkumar at novell.com>
2004-08-12 Sureshkumar T <tsureshkumar at novell.com>
2004-08-20 Sureshkumar T (tsureshkumar at novell.com)
2004-08-20 Sureshkumar T (tsureshkumar at novell.com)
2004-08-26 Sureshkumar T <TSureshkumar at novell.com>
2004-08-26 Sureshkumar T <tsureshkumar at novell.com>
2004-08-26 Sureshkumar T (tsureshkumar at novell.com)
2004-08-26 Sureshkumar T <TSureshkumar at novell.com>
2004-08-26 Sureshkumar T <tsureshkumar at novell.com>
2004-08-26 Sureshkumar T (tsureshkumar at novell.com)
2004-08-27 Sureshkumar T <tsureshkumar at novell.com>
2004-08-27 Sureshkumar T (tsureshkumar at novell.com)
2004-08-27 Sureshkumar T <tsureshkumar at novell.com>
2004-08-27 Sureshkumar T (tsureshkumar at novell.com)
2004-09-19 Sureshkumar T <tsureshkumar at novell.com>
2004-09-19 Sureshkumar T <tsureshkumar at novell.com>
* DataSetTest.cs : Added a test for Deserialization of dataset : DeserializeModifiedDataSet
* DataRow.cs: Added a new original row cache, if the current row happens
(DataSetClearTest): Added a test for DataSet.Clear. This should not
* DataSet.cs : Don't check constraints for dataset clear
(DataSetClearTest): Added a test for DataSet.Clear. This should not
* DataSet.cs : Don't check constraints for dataset clear
* DbProviderFactories.cs: Implemented all the stubs. Added functionality for
In System.Data.Common:
2004-11-24 Sureshkumar T <tsureshkumar at novell.com>
2004-11-25 Sureshkumar T <tsureshkumar at novell.com>
2004-11-26 Sureshkumar T <tsureshkumar at novell.com>
2004-12-03 Sureshkumar T <tsureshkumar at novell.com>
2004-12-10 Sureshkumar T <tsureshkumar at novell.com>
2005-01-03 Sureshkumar T <tsureshkumar at novell.com>
2005-01-06 Sureshkumar T <tsureshkumar at novell.com>
2005-01-07 Sureshkumar T <tsureshkumar at novell.com>
* Tds70.cs :
2005-01-07 Sureshkumar T <tsureshkumar at novell.com>
2005-01-10 Sureshkumar T <tsureshkumar at novell.com>
2005-01-13 Sureshkumar T <tsureshkumar at novell.com>
2005-01-18 Sureshkumar T <tsureshkumar at novell.com>
2005-01-18 Sureshkumar T <tsureshkumar at novell.com>
2005-01-19 Sureshkumar T <tsureshkumar at novell.com>
2005-01-19 Sureshkumar T <tsureshkumar at novell.com>
2005-01-19 Sureshkumar T <tsureshkumar at novell.com>
2005-01-20 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
* DataTable.cs: ImportRow :Do not add to rows collection if the
2005-01-27 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
In System.Data.ProviderBase:
2005-02-02 Sureshkumar T <tsureshkumar at novell.com>
2005-02-02 Sureshkumar T <tsureshkumar at novell.com>
2005-02-02 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
2005-02-02 Sureshkumar T <tsureshkumar at novell.com>
2005-02-03 Sureshkumar T <tsureshkumar at novell.com>
2005-02-03 Sureshkumar T <tsureshkumar at novell.com>
2005-02-04 Sureshkumar T <tsureshkumar at novell.com>
2005-02-04 Sureshkumar T <tsureshkumar at novell.com>
2005-02-04 Sureshkumar T <tsureshkumar at novell.com>
2005-02-11 Sureshkumar T <tsureshkumar at novell.com>
2005-02-15 Sureshkumar T <tsureshkumar at novell.com>
In .:
2005-02-21 Sureshkumar T <tsureshkumar at novell.com>
2005-02-22 Sureshkumar T <tsureshkumar at novell.com>
In .:
removed svn:executable property from source files.
added todo list for Provider Factories.
In .:
In Test/System.Data.Common:
In System.Data.Common:
2005-03-02 Sureshkumar T <tsureshkumar at novell.com>
added XML_DEP for ConnectionStrings property.
In System.Data.ProviderBase:
2005-03-07 Sureshkumar T <tsureshkumar at novell.com>
err.. forgot to remove Console.WriteLine debug message.
In System.Data.ProviderBase:
In .:
In .:
update Provider Factory status.
(Parse): Re-org. Resolve unreachable code.
2005-03-11 Sureshkumar T <tsureshkumar at novell.com>
In System.Data.ProviderBase:
2005-03-15 Sureshkumar T <tsureshkumar at novell.com>
mark internal for SQL_C_TYPE
2005-03-22 Sureshkumar T <tsureshkumar at novell.com>
2005-03-22 Sureshkumar T <tsureshkumar at novell.com>
* RowUpdatedEventArgs.cs: if custom error is not set, throw a
2005-03-23 Sureshkumar T <tsureshkumar at novell.com>
2005-03-24 Sureshkumar T <tsureshkumar at novell.com>
2005-03-24 Sureshkumar T <tsureshkumar at novell.com>
GetOrdinal: Perform case insensitive lookup if sensitive lookup fails.
2005-03-24 Sureshkumar T <tsureshkumar at novell.com>
2005-03-28 Sureshkumar T <tsureshkumar at novell.com>
2005-04-04 Sureshkumar T <tsureshkumar at novell.com>
2005-04-04 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data.Common:
2005-04-05 Sureshkumar T <tsureshkumar at novell.com>
In System.Data/System.Data.SqlClient: Implemented asynchronous command execution.
status update and work to do on testing.
In System.Data.Common:
2005-04-19 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
2005-04-27 Sureshkumar T <tsureshkumar at novell.com>
2005-04-29 Sureshkumar T <tsureshkumar at novell.com>
Ctor: Copy DataTable [] to local array so that not to be disturbed.
2005-05-04 Sureshkumar T <tsureshkumar at novell.com>
System.Data/DataRow.cs: AcceptChanges: raise row changing & row changed events.
2005-05-04 Sureshkumar T <tsureshkumar at novell.com>
* System.Data/DataTableReader.cs: Added event handlers to make reader stable
err.. correction. forgot to add credits to Umadevi for her review comments on DataTableReader implementation.
* System.Data/DataTableReader.cs: Implemented Delete handler and move the current pointer accordingly.
fix for "datatable import row does not import deleted records"
* System.Data/DataRow.cs:
* System.Data/DataTable.cs: CreateRecord :value should be set to auto
* fixed: trim connection string parameters, ignore empty params
* Makefile: Test suite started.
* Mono.Data.SqliteClient/SqliteConnection.cs: SetConnectionString: if file://,db_file starts from pos 7 not 6.
* System.Data/DataTable.cs: Reworked DataTable.LoadDataRow method after
2005-05-27 Sureshkumar T <tsureshkumar at novell.com>
2005-05-31 Sureshkumar T <tsureshkumar at novell.com>
2005-06-01 Sureshkumar T <tsureshkumar at novell.com>
2005-06-01 Sureshkumar T <tsureshkumar at novell.com>
2005-06-09 Sureshkumar T <tsureshkumar at novell.com>
2005-06-10 Sureshkumar T <tsureshkumar at novell.com>
2005-06-10 Sureshkumar T <tsureshkumar at novell.com>
2005-06-13 Sureshkumar T <tsureshkumar at novell.com>
2005-06-14 Sureshkumar T <tsureshkumar at novell.com>
2005-06-14 Thomas Zoechling <thomas.zoechling at gmx.at>
2005-06-15 Sureshkumar T <tsureshkumar at novell.com>
2005-06-21 Sureshkumar T <tsureshkumar at novell.com>
2005-06-22 Sureshkumar T <tsureshkumar at novell.com>
2005-06-22 Sureshkumar T <tsureshkumar at novell.com>
2005-06-23 Sureshkumar T <tsureshkumar at novell.com>
2005-06-28 Sureshkumar T <tsureshkumar at novell.com>
* DataRow.cs: Delete (): if row is detached, do nothing.
2005-06-28 Sureshkumar T <tsureshkumar at novell.com>
2005-06-29 Sureshkumar T <tsureshkumar at novell.com>
2005-06-29 Sureshkumar T <tsureshkumar at novell.com>
2005-07-01 Sureshkumar T <tsureshkumar at novell.com>
2005-07-07 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
* DataTableReader.cs: GetSchemaTable: DataType column should be
namespace change.
2005-07-13 Sureshkumar T <tsureshkumar at novell.com>
2005-07-14 Sureshkumar T <tsureshkumar at novell.com>
* DataView.cs: Patch from Marc Haisenko to throw descriptive error
In System.Data.Common:
2005-07-19 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
2005-07-21 Sureshkumar T <tsureshkumar at novell.com>
In System.Data:
In System.Data.Common:
In Test/System.Data:
In System.Data.Common:
Reset (): remove exec keyword
2005-08-08 Sureshkumar T <tsureshkumar at novell.com>
* OdbcConnection.cs: Open (): set disposed to false so that close
2005-08-08 Sureshkumar T <tsureshkumar at novell.com>
2005-08-09 Sureshkumar T <tsureshkumar at novell.com>
* OdbcDataReader.cs: GetSchemaTable (): set values for the column
corrected typo.
2005-08-24 Sureshkumar T <tsureshkumar at novell.com>
2005-08-25 Sureshkumar T <tsureshkumar at novell.com>
2005-08-25 Sureshkumar T <tsureshkumar at novell.com>
In System.Data/System.Data.SqlClient:
added a new framework for testing data providers using nunit and mono.data's provider
2005-09-13 Sureshkumar T <tsureshkumar at novell.com>
2005-09-13 Sureshkumar T <tsureshkumar at novell.com>
2005-09-20 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
2005-09-22 Sureshkumar T <tsureshkumar at novell.com>
2005-09-24 Sureshkumar T <tsureshkumar at novell.com>
2005-09-24 Sureshkumar T <tsureshkumar at novell.com>
2005-09-24 Sureshkumar T <tsureshkumar at novell.com>
2005-09-28 Sureshkumar T <tsureshkumar at novell.com>
In System.Data.Odbc:
2005-10-08 Sureshkumar T <tsureshkumar at novell.com>
In Test/System.Data:
2005-10-14 Sureshkumar T <tsureshkumar at novell.com>
In functions
(CompleteLastAdded): call UpdateIndex to remove the row from rowCache.
2005-10-14 Sureshkumar T <tsureshkumar at novell.com>
* OdbcDataReader.cs (GetValue): Use SQL_CHAR for Numeric as
In Test/System.Data:
Svetlana Zholkovsky (7):
Fix serialization compatibility with .NET for NameObjectCollectionBase.cs, ListDictionary.cs, HybridDictionary.cs
Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs
Fix HttpHandler, HttpHandlerFactory and HttpServerChannel to work properly with a web server hosted applications; Add HttpHandlerFactory.jvm.cs
Fix SoapCore.cs and BinaryCore.cs to create new dictionary object for Properties during initialization
Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln; Some TARGET_JVM changes
Fix RemotingConfiguration.cs (ConfigHandler.OnEndElement) and ServerIdentity.cs (DisposeServerObject)
BinaryCore.cs: TARGET_JVM related changes
Tal Klahr (5):
BulletedList Class Tests
System.Web_test.dll.sources: add BulletedListTest.cs
System.Web_test.dll.sources: add BulletedListTest.cs
Added ViewTest.cs and MultiViewTest.cs
Reverting r68577
The Mono Buildbot (1):
Update
Thomas Goldstein (2):
[fix] #620326: Use the actual value of the items in the Format event.
New Test for #620326.
Thomas Neidhart (8):
SymmetricAlgorithm.cs: Implemented CreateDecryptor and CreateEncryptor methods
* AsymmetricAlgorithm.cs: Initial version
* updated status
* added directory Test/System.Security.Cryptography
* Convert.cs: added Base64 converting methods
* Initial versions of several classes, including
* updated class status
* added sorting support for ByMaintainer.xsl
Tim Coleman (495):
This fixes the updates last made by Rodrigo. Somehow the patch I sent
Modify the ChangeLog to reflect recent changes. Also, added
New source and build information to allow "make test" to work with
New files to begin the System.Data.SqlTypes test structure.
Add "test" build target.
2002-05-03 Tim Coleman <tim at timcoleman.com>
2002-05-03 Tim Coleman <tim at timcoleman.com>
2002-05-05 Tim Coleman <tim at timcoleman.com>
2002-05-05 Tim Coleman <tim at timcoleman.com>
2002-05-05 Tim Coleman <tim at timcoleman.com>
2002-05-05 Tim Coleman <tim at timcoleman.com>
2002-05-05 Tim Coleman <tim at timcoleman.com>
2002-05-07 Tim Coleman <tim at timcoleman.com>
2002-05-07 Tim Coleman <tim at timcoleman.com>
2002-05-07 Tim Coleman <tim at timcoleman.com>
2002-05-08 Tim Coleman <tim at timcoleman.com>
2002-05-09 Tim Coleman <tim at timcoleman.com>
2002-05-11 Tim Coleman
2002-05-11 Tim Coleman
2002-05-11 Tim Coleman
2002-05-13 Tim Coleman
2002-05-13 Tim Coleman
2002-05-13 Tim Coleman
2002-05-13 Tim Coleman
2002-05-13 Tim Coleman
2002-05-13 Tim Coleman
2002-05-14 Tim Coleman
2002-05-14 Tim Coleman
2002-05-15 Tim Coleman <tim at timcoleman.com>
2002-05-16 Tim Coleman <tim at timcoleman.com>
2002-05-16 Tim Coleman <tim at timcoleman.com>
2002-05-16 Tim Coleman <tim at timcoleman.com>
2002-05-15 Tim Coleman <tim at timcoleman.com>
2002-05-16 Tim Coleman <tim at timcoleman.com>
2002-05-16 Tim Coleman <tim at timcoleman.com>
I made a boo-boo on the last check in.
2002-05-17 Tim Coleman <tim at timcoleman.com>
2002-05-18 Tim Coleman <tim at timcoleman.com>
2002-05-18 Tim Coleman <tim at timcoleman.com>
2002-05-18 Tim Coleman <tim at timcoleman.com>
2002-05-22 Tim Coleman <tim at timcoleman.com>
2002-05-23 Tim Coleman <tim at timcoleman.com>
2002-05-24 Tim Coleman <tim at timcoleman.com>
2002-05-27 Tim Coleman <tim at timcoleman.com>
2002-05-27 Tim Coleman <tim at timcoleman.com>
2002-07-09 Tim Coleman <tim at timcoleman.com>
2002-07-09 Tim Coleman <tim at timcoleman.com>
2002-07-10 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-19 Tim Coleman <tim at timcoleman.com>
2002-07-20 Tim Coleman <tim at timcoleman.com>
2002-07-21 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-20 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
Forgot to commit ChangeLog on last change.
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-23 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-22 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-24 Tim Coleman <tim at timcoleman.com>
2002-07-25 Tim Coleman <tim at timcoleman.com>
2002-07-25 Tim Coleman <tim at timcoleman.com>
2002-07-25 Tim Coleman <tim at timcoleman.com>
2002-07-25 Tim Coleman <tim at timcoleman.com>
2002-07-26 Tim Coleman <tim at timcoleman.com>
2002-07-26 Tim Coleman <tim at timcoleman.com>
2002-07-26 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-03 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-06 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-07 Tim Coleman <tim at timcoleman.com>
2002-08-08 Tim Coleman <tim at timcoleman.com>
2002-08-08 Tim Coleman <tim at timcoleman.com>
2002-08-09 Tim Coleman <tim at timcoleman.com>
2002-08-09 Tim Coleman <tim at timcoleman.com>
2002-08-09 Tim Coleman <tim at timcoleman.com>
2002-08-09 Tim Coleman <tim at timcoleman.com>
2002-08-09 Tim Coleman <tim at timcoleman.com>
2002-08-12 Tim Coleman <tim at timcoleman.com>
2002-08-12 Tim Coleman <tim at timcoleman.com>
2002-08-12 Tim Coleman <tim at timcoleman.com>
2002-08-12 Tim Coleman <tim at timcoleman.com>
2002-08-13 Tim Coleman <tim at timcoleman.com>
2002-08-14 Tim Coleman <tim at timcoleman.com>
2002-08-13 Tim Coleman <tim at timcoleman.com>
2002-08-13 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
Missed commit of this file previously.
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleamn <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
2002-08-15 Tim Coleman <tim at timcoleman.com>
002-08-19 Tim Coleman <tim at timcoleman.com>
2002-08-19 Tim Coleman <tim at timcoleman.com>
2002-08-19 Tim Coleman <tim at timcoleman.com>
2002-08-20 Tim Coleman <tim at timcoleman.com>
2002-08-19 Tim Coleman <tim at timcoleman.com>
2002-08-19 Tim Coleman <tim at timcoleman.com>
2002-08-19 Tim Coleman <tim at timcoleman.com>
Fix minor typo.
*** empty log message ***
*** empty log message ***
2002-08-20 Tim Coleman <tim at timcoleman.com>
2002-08-20 Tim Coleman <tim at timcoleman.com>
2002-08-22 Tim Coleman <tim at timcoleman.com>
2002-08-22 Tim Coleman <tim at timcoleman.com>
2002-08-22 Tim Coleman <tim at timcoleman.com>
*** empty log message ***
002-08-23 Tim Coleman <tim at timcoleman.com>
2002-08-23 Tim Coleman <tim at timcoleman.com>
2002-08-24 Tim Coleman <tim at timcoleman.com>
2002-08-24 Tim Coleman <tim at timcoleman.com>
2002-08-24 Tim Coleman <tim at timcoleman.com>
2002-08-25 Tim Coleman <tim at timcoleman.com>
2002-10-16 Tim Coleamn <tim at timcoleman.com>
2002-10-16 Tim Coleman (tim at timcoleman.com)
002-10-16 Tim Coleman (tim at timcoleman.com)
2002-10-17 Tim Coleman (tim at timcoleman.com)
2002-10-17 Tim Coleman (tim at timcoleman.com)
*** empty log message ***
2002-10-17 Tim Coleman (tim at timcoleman.com)
2002-10-18 Tim Coleman (tim at timcoleman.com)
2002-10-18 Tim Coleman (tim at timcoleman.com)
2002-10-18 Tim Coleman (tim at timcoleman.com)
2002-10-18 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-19 Tim Coleman (tim at timcoleman.com)
2002-10-20 Tim Coleman (tim at timcoleman.com)
*** empty log message ***
2002-10-20 Tim Coleman (tim at timcoleman.com)
2002-10-20 Tim Coleman (tim at timcoleman.com)
2002-10-21 Tim Coleman (tim at timcoleman.com)
2002-10-21 Tim Coleman (tim at timcoleman.com)
*** empty log message ***
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-22 Tim Coleman (tim at timcoleman.com)
2002-10-23 Tim Coleman (tim at timcoleman.com)
2002-10-23 Tim Coleman (tim at timcoleman.com)
2002-10-23 Tim Coleman (tim at timcoleman.com)
2002-10-24 Tim Coleman (tim at timcoleman.com)
2002-10-24 Tim Coleman (tim at timcoleman.com)
2002-10-24 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-25 Tim Coleman (tim at tmicoleman.com)
2002-10-25 Tim Coleman (tim at timcoleman.com)
2002-10-28 Tim Coleman (tim at timcoleman.com)
2002-10-28 Tim Coleman (tim at timcoleman.com)
2002-10-28 Tim Coleman (tim at timcoleman.com)
2002-10-28 Tim Coleman (tim at timcoleman.com)
2002-10-29 Tim Coleman (tim at timcoleman.com)
2002-10-29 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
2002-10-30 Tim Coleman (tim at timcoleman.com)
* list :
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
2002-10-31 Tim Coleman (tim at timcoleman.com)
*** empty log message ***
2002-11-01 Tim Coleman (tim at timcoleman.com) :
2002-11-01 Tim Coleman (tim at timcoleman.com)
2002-11-01 Tim Coleman (tim at timcoleman.com) :
2002-11-01 Tim Coleman (tim at timcoleman.com)
2002-11-01 Tim Coleman (tim at timcoleman.com)
2002-11-02 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-03 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman <tim at timcoleman.com>
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman <tim at timcoleman.com>
2002-11-04 Tim Coleman <tim at timcoleman.com>
2002-11-04 Tim Coleman <tim at timcoleman.com>
2002-11-04 Tim Coleman <tim at timcoleman.com>
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-04 Tim Coleman (tim at timcoleman.com)
2002-11-05 Tim Coleman <tim at timcoleman.com>
2002-11-07 Tim Coleman <tim at timcoleman.com>
2002-11-08 Tim Coleman <tim at timcoleman.com>
2002-11-09 Tim Coleman <tim at timcoleman.com>
2002-11-09 Tim Coleman <tim at timcoleman.com>
commit ChangeLog
commit changelog
2002-11-09 Tim Coleman <tim at timcoleman.com>
2002-11-09 Tim Coleman <tim at timcoleman.com>
2002-11-09 Tim Coleman <tim at timcoleman.com>
2002-10-09 Tim Coleman <tim at timcoleman.com>
2002-11-11 Tim Coleman <tim at timcoleman.com>
2002-11-11 Tim Coleman <tim at timcoleman.com>
2002-11-11 Tim Coleman <tim at timcoleman.com>
2002-11-12 Tim Coleman <tim at timcoleman.com>
2002-11-12 Tim Coleman <tim at timcoleman.com>
2002-11-12 Tim Coleman <tim at timcoleman.com>
2002-11-12 Tim Coleman <tim at timcoleman.com>
2002-11-12 Tim Coleman <tim at timcoleman.com>
Missed commit.
2002-11-13 Tim Coleman <tim at timcoleman.com>
2002-11-13 Tim Coleman <tim at timcoleman.com>
2002-11-13 Tim Coleman <tim at timcoleman.com>
2002-11-13 Tim Coleman <tim at timcoleman.com>
2002-11-14 Tim Coleman <tim at timcoleman.com>
2002-11-14 Tim Coleman <tim at timcoleman.com>
2002-11-14 Tim Coleman <tim at timcoleman.com>
2002-11-15 Tim Coleman <tim at timcoleman.com>
2002-11-15 Tim Coleman <tim at timcoleman.com>
2002-11-15 Tim Coleman <tim at timcoleman.com>
2002-11-15 Tim Coleman <tim at timcoleman.com>
forgot to commit changelog.
Fix things that made tests fail from last checkin.
2002-11-16 Tim Coleman <tim at timcoleman.com>
2002-11-18 Tim Coleman <tim at timcoleman.com>
2002-11-18 Tim Coleman <tim at timcoleman.com>
2002-11-18 Tim Coleman <tim at timcoleman.com>
2002-11-18 Tim Coleman <tim at timcoleman.com>
2002-11-19 Tim Coleman <tim at timcoleman.com>
2002-11-19 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
Missed committing these.
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-21 Tim Coleman <tim at timcoleman.com>
2002-11-24 Tim Coleman <tim at timcoleman.com>
2002-11-26 Tim Coleman <tim at timcoleman.com>
2002-11-26 Tim Coleman <tim at timcoleman.com>
2002-11-26 Tim Coleman <tim at timcoleman.com>
2002-11-26 Tim Coleman <tim at timcoleman.com>
2002-11-30 Tim Coleman <tim at timcoleman.com>
2002-11-30 Tim Coleman <tim at timcoleman.com>
2002-11-30 Tim Coleman <tim at timcoleman.com>
2002-11-30 Tim Coleman <tim at timcoleman.com>
2002-11-30 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-01 Tim Coleman <tim at timcoleman.com>
2002-12-02 Tim Coleman <tim at timcoleman.com>
2002-12-22 Tim Coleman <tim at timcoleman.com>
2003-02-08 Tim Coleman <tim at timcoleman.com>
2003-02-08 Tim Coleman <tim at timcoleman.com>
2003-02-10 Tim Coleman <tim at timcoleman.com>
2003-02-10 Tim Coleman <tim at timcoleman.com>
2003-02-10 Tim Coleman <tim at timcoleman.com>
2003-02-11 Tim Coleman <tim at timcoleman.com>
2003-02-11 Tim Coleman <tim at timcoleman.com>
Fix changelog
2003-02-11 Tim Coleman <tim at timcoleman.com>
2003-02-12 Tim Coleman <tim at timcoleman.com>
2003-12-13 Tim Coleman <tim at timcoleman.com>
2003-02-13 Tim Coleman <tim at timcoleman.com>
2003-02-17 Tim Coleman <tim at timcoleman.com>
2003-02-17 Tim Coleman <tim at timcoleman.com>
2003-02-17 Tim Coleman <tim at timcoleman.com>
2003-02-17 Tim Coleman <tim at timcoleman.com>
2003-02-18 Tim Coleman <tim at timcoleman.com>
2003-02-18 Tim Coleman <tim at timcoleman.com>
2003-02-19 Tim Coleman <tim at timcoleman.com>
2003-02-20 Tim Coleman <tim at timcoleman.com>
2003-02-21 Tim Coleman <tim at timcoleman.com>
2003-02-26 Tim Coleman <tim at timcoleman.com>
2003-03-03 Tim Coleman <tim at timcoleman.com>
2003-03-03 Tim Coleman <tim at timcoleman.com>
2003-03-04 Tim Coleman <tim at timcoleman.com>
2003-03-04 Tim Coleman <tim at timcoleman.com>
2003-03-04 Tim Coleman <tim at timcoleman.com>
2003-03-08 Tim Coleman <tim at timcoleman.com>
2003-03-13 Tim Coleman <tim at timcoleman.com>
*** empty log message ***
2003-04-17 Tim Coleman <tim at timcoleman.com>
2003-06-11 Tim Coleman <tim at timcoleman.com>
2003-06-16 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-25 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-26 Tim Coleman <tim at timcoleman.com>
2003-11-27 Tim Coleman <tim at timcoleman.com>
2003-11-27 Tim Coleman <tim at timcoleman.com>
2003-12-13 Tim Coleman <tim at timcoleman.com>
2003-12-14 Tim Coleman <tim at timcoleman.com>
2003-12-14 Tim Coleman <tim at timcoleman.com>
2003-12-14 Tim Coleman <tim at timcoleman.com>
2003-12-14 Tim Coleman <tim at timcoleman.com>
2003-12-16 Tim Coleman <tim at timcoleman.com>
2003-12-16 Tim Coleman <tim at timcoleman.com>
2003-12-16 Tim Coleman <tim at timcoleman.com>
2003-12-18 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-19 Tim Coleman <tim at timcoleman.com>
2003-12-21 Tim Coleman <tim at timcoleman.com>
2003-12-21 Tim Coleman <tim at timcoleman.com>
2003-12-21 Tim Coleman <tim at timcoleman.com>
2003-12-21 Tim Coleman <tim at timcoleman.com>
2003-12-23 Tim Coleman <tim at timcoleman.com>
*** empty log message ***
2003-12-23 Tim Coleman <tim at timcoleman.com>
2003-12-23 Tim Coleman <tim at timcoleman.com>
2003-12-23 Tim Coleman <tim at timcoleman.com>
2003-12-23 Tim Coleman <tim at timcoleman.com>
2003-12-28 Tim Coleman <tim at timcoleman.com>
2003-12-28 Tim Coleman <tim at timcoleman.com>
2003-12-28 Tim Coleman <tim at timcoleman.com>
2003-12-28 Tim Coleman <tim at timcoleman.com>
2003-12-29 Tim Coleman <tim at timcoleman.com>
Missed commit
2003-12-29 Tim Coleman <tim at timcoleman.com>
2004-01-02 Tim Coleman <tim at timcoleman.com>
Submitted thanks to patch from Joerg Rosenkranz ...
Patch submitted by Joerg Rosenkranz:
2004-01-30 Tim Coleman <tim at timcoleman.com>
2004-02-07 Tim Coleman <tim at timcoleman.com>
2004-02-07 Tim Coleman <tim at timcoleman.com>
2004-02-09 Joerg Rosenkranz <joergr at voelcker.com>
2004-02-10 Tim Coleman <tim at timcoleman.com>
2004-02-10 Tim Coleman <tim at timcoleman.com>
2004-02-19 Tim Coleman <tim at timcoleman.com>
2004-02-19 Tim Coleman <tim at timcoleman.com>
2003-04-14 Juraj Skripsky <juraj at hotfeet.ch>
2004-03-14 Tim Coleman <tim at timcoleman.com>
2004-08-29 Tim Coleman <tim at timcoleman.com>
2004-08-29 Tim Coleman <tim at timcoleman.com>
2004-08-29 Tim Coleman <tim at timcoleman.com>
2004-08-30 Tim Coleman <tim at timcoleman.com>
2004-08-30 Tim Coleman <tim at timcoleman.com>
2004-08-31 Tim Coleman <tim at timcoleman.com>
2004-08-31 Tim Coleman <tim at timcoleman.com>
2004-09-02 Tim Coleman <tim at timcoleman.com>
2004-09-02 Tim Coleman <tim at timcoleman.com>
2004-09-03 Tim Coleman <tim at timcoleman.com>
2004-09-03 Tim Coleman <tim at timcoleman.com>
2004-09-03 Tim Coleman (tim at timcoleman.com)
2004-09-03 Tim Colmean <tim at timcoleman.com>
2004-09-03 Tim Colmean <tim at timcoleman.com>
2004-09-03 Tim Coleman <tim at timcoleman.com>
2004-09-03 Tim Coleman <tim at timcoleman.com>
Tim Coleman <tim at timcoleman.com>
2004-09-04 Tim Coleman <tim at timcoleman.com>
2004-09-04 Tim Coleman <tim at timcoleman.com>
*** empty log message ***
2004-09-04 Tim Coleman <tim at timcoleman.com>
2004-09-04 Tim Coleman <tim at timcoleman.com>
2004-09-04 Tim Coleman <tim at timcoleman.com>
2004-09-08 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-09 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-09-10 Tim Coleman <tim at timcoleman.com>
2004-10-10 Tim Coleman <tim at timcoleman.com>
2004-09-13 Tim Coleman <tim at timcoleman.com>
2004-09-13 Tim Coleman <tim at timcoleman.com>
2004-09-13 Tim Coleman <tim at timcoleman.com>
2004-09-12 Tim Coleman <tim at timcoleamn.com>
2004-09-14 Tim Coleman <tim at timcoleman.com>
Tim Haynes (3):
Applied the OpenLink mono_thread_attach patch
Implemented MONO_CFG_DIR environment variable to enable use of different machine.config files
Added myself
Todd Berman (109):
2003-09-25 Todd Berman <tberman at gentoo.org>
2003-09-29 Todd Berman <tberman at gentoo.org>
heh, actually adding the file helps
Unbreaking WSE1 and working on some WSE2 build stuff
Adding a sources file for WSE2
2003-09-29 Todd Berman <tberman at gentoo.org>
2003-09-30 Todd Berman <tberman at gentoo.org>
2003-09-30 Todd Berman <tberman at gentoo.org>
Adding myself to the team.xml, ps, we should work on somehow allowing this document to be validated using xmllint :)
2003-10-04 Todd Berman <tberman at gentoo.org>
Potential cygwin make issues fix
Per gonz's request, dropping my ugly mug up on the site. I know he will
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-05 Todd Berman <tberman at gentoo.org>
2003-10-07 Todd Berman <tberman at gentoo.org>
2003-10-07 Todd Berman <tberman at gentoo.org>
2003-10-07 Todd Berman <tberman at gentoo.org>
2003-10-07 Todd Berman <tberman at gentoo.org>
2003-10-08 Todd Berman <tberman at gentoo.org>
2003-10-08 Todd Berman <tberman at gentoo.org>
2003-10-08 Todd Berman <tberman at gentoo.org>
2003-10-08 Todd Berman <tberman at gentoo.org>
2003-10-08 Todd Berman <tberman at gentoo.org>
2003-10-12 Todd Berman <tberman at gentoo.org>
adding the new files is important
2003-10-12 Todd Berman <tberman at gentoo.org>
Removing the dll, adding the .sources and adding a .cvsignore
using a unique name instead of 'a' is probably a good idea.
2003-10-12 Todd Berman <tberman at gentoo.org>
2003-10-12 Todd Berman <tberman at gentoo.org>
2003-10-13 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-22 Todd Berman <tberman at gentoo.org>
2003-10-25 Todd Berman <tberman at gentoo.org>
2003-10-25 Todd Berman <tberman at gentoo.org>
2003-10-25 Todd Berman <tberman at gentoo.org>
2003-10-26 Todd Berman <tberman at gentoo.org>
2003-10-26 Todd Berman <tberman at gentoo.org>
2003-10-26 Todd Berman <tberman at gentoo.org>
2003-10-26 Todd Berman <tberman at gentoo.org>
2003-11-10 Todd Berman <tberman at gentoo.org>
2003-11-10 Todd Berman <tberman at gentoo.org>
2003-11-11 Todd Berman <tberman at gentoo.org>
2003-11-12 Todd Berman <tberman at gentoo.org>
2003-11-13 Todd Berman <tberman at gentoo.org>
003-11-14 Todd Berman <tberman at gentoo.org>
2003-11-15 Todd Berman <tberman at gentoo.org>
2003-11-15 Todd Berman <tberman at gentoo.org>
2003-11-15 Todd Berman <tberman at gentoo.org>
2003-11-16 Todd Berman <tberman at gentoo.org>
2003-11-16 Todd Berman <tberman at gentoo.org>
2003-11-16 Todd Berman <tberman at gentoo.org>
updating readme
2003-11-18 Todd Berman <tberman at gentoo.org>
2003-11-18 Todd Berman <tberman at gentoo.org>
2003-11-18 Todd Berman <tberman at gentoo.org>
2003-11-18 Todd Berman <tberman at gentoo.org>
2003-11-19 Todd Berman <tberman at gentoo.org>
2003-11-18 Todd Berman <tberman at gentoo.org>
2003-11-19 Todd Berman <tberman at gentoo.org>
2003-12-10 Todd Berman <tberman at gentoo.org>
2003-12-10 Todd Berman <tberman at gentoo.org>
2003-12-13 Todd Berman <tberman at sevenl.net>
im a bit bored, updating my info a bit :)
2004-01-03 Todd Berman <tberman at gentoo.org>
2004-01-03 Todd Berman <tberman at gentoo.org>
i think this is clean, notsure as i cant build the web page for some reason.
adding more info
simple sample working soap.tcp message example.
2004-01-26 Todd Berman <tberman at sevenl.net>
update my email
2004-04-24 Todd Berman <tberman at sevenl.net>
this is *not* MD, and the changelog structure is a bit different :)
fix old changelog *again* and add control.Show handle check/fix.
2004-04-29 Todd Berman <tberman at sevenl.net>
2004-04-30 Todd Berman <tberman at sevenl.net>
2004-04-30 Todd Berman <tberman at sevenl.net>
2004-04-30 Todd Berman <tberman at sevenl.net>
2004-04-30 Todd Berman <tberman at sevenl.net>
2004-04-30 Todd Berman <tberman at sevenl.net>
properly use /root. also, noticed the 2_0 makefile is using the 1_1 dir, not sure how intentional that is, leaving it for now.
2004-05-01 Todd Berman <tberman at sevenl.net>
2004-05-01 Todd Berman <tberman at sevenl.net>
2004-05-01 Todd Berman <tberman at sevenl.net>
2004-05-01 Todd Berman <tberman at sevenl.net>
2004-05-01 Todd Berman <tberman at sevenl.net>
fix for gacutil and /package
2004-05-03 Todd Berman <tberman at sevenl.net>
2004-05-03 Todd Berman <tberman at sevenl.net>
2004-05-03 Todd Berman <tberman at sevenl.net>
fix from jaroslaw kowalski
2004-05-03 Todd Berman <tberman at sevenl.net>
2004-05-14 Todd Berman <tberman at sevenl.net>
2004-05-22 Todd Berman <tberman at sevenl.net>
fixing domain, if someone could push this, that would rock :)
2004-06-01 Todd Berman <tberman at sevenl.net>
match mono-rpm-helpers rearranging in mcs
2004-06-22 Todd Berman <tberman at off.net>
2005-12-06 Todd Berman <tberman at off.net>
- make AllowUnsafeBlocks work
Tor Lillqvist (3):
2009-05-11 Tor Lillqvist <tml at novell.com>
2009-05-12 Tor Lillqvist <tml at novell.com>
2009-05-12 Tor Lillqvist <tml at novell.com>
Tuomas Kuosmanen (3):
Some fix0ring to make it not totally suck on netscape..
Added the TM to the mono logo, also moved it a bit to the left.
In an attempt to fix the broken-on-mozilla links that get overlapped by the
Ulrich Kunitz (3):
*Calendar classes
helper class for calendars; based on the "Calendrical Calculations" books
added my tests for the calendars
Umadevi S (231):
fix for bug 47883 - uma
fix for bug 41678 -Uma <sumadevi at novell.com>
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-08 Umadevi S (sumadevi at novell.com)
2004-03-09 Umadevi S (sumadevi at novell.com)
2004-03-09 Umadevi S (sumadevi at novell.com)
2004-03-09 Umadevi S (sumadevi at novell.com)
2004-03-09 Umadevi S (sumadevi at novell.com)
2004-03-09 Umadevi S (sumadevi at novell.com)
2004-03-10 Umadevi S (sumadevi at novell.com)
2004-03-10 Umadevi S (sumadevi at novell.com)
2004-03-10 Umadevi S (sumadevi at novell.com)
2004-03-11 Umadevi S (sumadevi at novell.com)
2004-03-12 Umadevi S (sumadevi at novell.com)
2004-03-12 Umadevi S (sumadevi at novell.com)
2004-03-12 Umadevi S (sumadevi at novell.com)
2004-03-15 Umadevi S (sumadevi at novell.com)
2004-03-15 Umadevi S (sumadevi at novell.com)
2004-03-15 Umadevi S (sumadevi at novell.com)
2004-03-16 Umadevi S (sumadevi at novell.com)
2004-03-16 Umadevi S (sumadevi at novell.com)
2004-03-16 Umadevi S (sumadevi at novell.com)
2004-03-16 Umadevi S (sumadevi at novell.com)
2004-03-16 Umadevi S (sumadevi at novell.com)
2004-03-17 Umadevi S (sumadevi at novell.com)
2004-03-18 Umadevi S (sumadevi at novell.com)
2004-03-17 Umadevi S (sumadevi at novell.com)
2004-03-18 Umadevi S (sumadevi at novell.com)
2004-03-19 Umadevi S (sumadevi at novell.com)
2004-03-18 Umadevi S (sumadevi at novell.com)
2004-03-23 Umadevi S (sumadevi at novell.com)
2004-03-23 Umadevi S (sumadevi at novell.com)
2004-03-24 Umadevi S (sumadevi at novell.com)
2004-03-25 Umadevi S (sumadevi at novell.com)
2004-03-26 Umadevi S (sumadevi at novell.com)
2004-03-29 Umadevi S (sumadevi at novell.com)
2004-03-31 Umadevi S (sumadevi at novell.com)
2004-04-08 Umadevi S (sumadevi at novell.com)
2004-04-08 Umadevi S (sumadevi at novell.com)
2004-04-08 Umadevi S (sumadevi at novell.com)
2004-04-13 Umadevi S (sumadevi at novell.com)
2004-04-13 Umadevi S (sumadevi at novell.com)
2004-04-13 Umadevi S (sumadevi at novell.com)
2004-04-15 Umadevi S (sumadevi at novell.com)
2004-04-15 Umadevi S (sumadevi at novell.com)
2004-04-23 Umadevi S (sumadevi at novell.com)
2004-04-30 Umadevi S (sumadevi at novell.com)
2004-04-30 Umadevi S <sumadevi at novell.com>
2004-05-12 Umadevi S <sumadevi at novell.com>
2004-05-12 Umadevi S <sumadevi at novell.com>
2004-05-12 Umadevi S <sumadevi at novell.com>
2004-05-12 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S (sumadevi at novell.com)
2004-05-13 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S <sumadevi at novell.com>
2004-05013 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S <sumadevi at novell.com>
2004-05-13 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S <sumadevi at novell.com>
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S <sumadevi at novell.com>
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S <sumadevi at novell.com>
004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S <sumadevi at novell.com>
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
*** empty log message ***
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-14 Umadevi S <sumadevi at novell.com>
2004-05-14 Umadevi S (sumadevi at novell.com)
2004-05-17 Umadevi S (sumadevi at novell.com)
2004-05-20 Umadevi S <sumadevi at novell.com>
2004-05-21 Umadevi S <sumadevi at novell.com>
2004-05-26 Umadevi S <sumadevi at novell.com>.
2004-05-26 Umadevi S <sumadevi at novell.com.
2004-05-26 Umadevi S <sumadevi at novell.com.
2004-05-27 Umadevi S <sumadevi at novell.com>
2004-05-27 Umadevi S <sumadevi at novell.com>
2004-05-27 Umadevi S <sumadevi at novell.com>
2004-05-27 Umadevi S <sumadevi at novell.com>
2004-05-27 Umadevi S <sumadevi at novell.com>
* DataTableTypeConverter.cs: added
2004-06-02 Umadevi S <sumadevi at novell.com>
* DataColumnMappingCollection.cs: added missing attributes on
* OdbcParameter.cs: added missing attributes
* OleDbParameter.cs: added missing attributes
* SQLDebugging.cs: added missing attributes, marked ctor
2004-06-08 Umadevi S <sumadevi at novell.com>
2004-06-08 Umadevi S <sumadevi at novell.com>
2004-06-08 Umadevi S <sumadevi at novell.com>
2004-06-09 Umadevi S <sumadevi at novell.com>
2004-06-09 Umadevi S <sumadevi at novell.com>
2004-06-09 Umadevi S <sumadevi at novell.com>
2004-06-09 Umadevi S <sumadevi at novell.com>
2004-06-10 Umadevi S <sumadevi at novell.com>
2004-06-10 Umadevi S <sumadevi at novell.com>
2004-06-10 Umadevi S <sumadevi at novell.com>
2004-06-10 Umadevi S <sumadevi at novell.com>
2004-06-17 Umadevi S <sumadevi at novell.com>
2004-06-17 Umadevi S <sumadevi at novell.com>
2004-06-18 Umadevi S <sumadevi at novell.com>
2004-06-18 Umadevi S <sumadevi at novell.com>
2004-06-18 Umadevi S <sumadevi at novell.com>
2004-06-23 Umadevi S <sumadevi at novell.com>
2004-06-23 Umadevi S <sumadevi at novell.com>
2004-06-23 Umadevi S <sumadevi at novell.com>
2004-06-23 Umadevi S <sumadevi at novell.com>
2004-06-30 Umadevi S <sumadevi at novell.com>
2004-06-30 Umadevi S <sumadevi at novell.com>
2004-07-07 Umadevi S (sumadevi at novell.com)
2004-07-07 Umadevi S (sumadevi at novell.com)
2004-07-07 Umadevi S (sumadevi at novell.com)
2004-07-07 Umadevi S (sumadevi at novell.com)
2004-07-07 Umadevi S (sumadevi at novell.com)
2004-07-07 Umadevi S <sumadevi at novell.com>
2004-07-07 Umadevi S <sumadevi at novell.com>
2004-07-09 Umadevi S <sumadevi at novell.com>
2004-07-09 Umadevi S <sumadevi at novell.com>
2004-07-09 Umadevi S <sumadevi at novell.com>
2004-07-12 Umadevi S <sumadevi at novell.com>
2004-07-12 Umadevi S <sumadevi at novell.com>
2004-07-13 Umadevi S <sumadevi at novell.com>
2004-07-14 Umadevi S <sumadevi at novell.com>
2004-07-14 Umadevi S <sumadevi at novell.com>
2004-07-14 Umadevi S <sumadevi at novell.com>
2004-07-14 Umadevi S <sumadevi at novell.com>
2004-07-14 Umadevi S <sumadevi at novell.com>
2004-07-21 Umadevi S <sumadevi at novell.com>
2004-07-20 Umadevi S <sumadevi at novell.com>
2004-07-21 Umadevi S <sumadevi at novell.com>
2004-07-21 Umadevi S <sumadevi at novell.com>
2004-07-28 Umadevi S (sumadevi at novell.com)
2004-07-28 Umadevi S <sumadevi at novell.com>
2004-07-28 Umadevi S (sumadevi at novell.com)
2004-07-28 Umadevi S <sumadevi at novell.com>
2004-07-29 Umadevi S (sumadevi at novell.com)
2004-07-29 Umadevi S <sumadevi at novell.com>
2004-07-29 Umadevi S (sumadevi at novell.com)
2004-07-29 Umadevi S <sumadevi at novell.com>
2004-08-04 Umadevi S (sumadevi at novell.com)
2004-08-04 Umadevi S (sumadevi at novell.com)
2004-08-04 Umadevi S (sumadevi at novell.com)
2004-08-04 Umadevi S (sumadevi at novell.com)
2004-08-13 Umadevi S <sumadevi at novell.com>
2004-08-13 Umadevi S <sumadevi at novell.com>
2004-08-13 Umadevi S <sumadevi at novell.com>
2004-08-13 Umadevi S <sumadevi at novell.com>
2004-08-18 Umadevi S <sumadevi at novell.com>
2004-08-18 Umadevi S <sumadevi at novell.com>
2004-08-19 Umadevi S <sumadevi at novell.com>
2004-08-20 Umadevi S <sumadevi at novell.com>
2004-08-30 Umadevi S (sumadevi at novell.com)
2004-08-30 Umadevi S (sumadevi at novell.com)
2004-08-31 Umadevi S <sumadevi at novell.com>
2004-08-31 Umadevi S (sumadevi at novell.com)
2004-08-31 Umadevi S (sumadevi at novell.com)
2004-08-31 Umadevi S <sumadevi at novell.com>
2004-09-02 Umadevi S <sumadevi at novell.com>
2004-09-02 Umadevi S <sumadevi at novell.com>
2004-09-02 Umadevi S <sumadevi at novell.com>
2004-09-02 Umadevi S <sumadevi at novell.com>
2004-09-02 Umadevi S <sumadevi at novell.com>
2004-09-14 Umadevi S (sumadevi at novell.com)
2004-09-14 Umadevi S <sumadevi at novell.com>
2004-09-14 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
2004-09-28 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
2004-09-28 Umadevi S <sumadevi at novell.com>
2004-09-24 Umadevi S <sumadevi at novell.com>
*** empty log message ***
2004-10-06 Umadevi S <sumadevi at novell.com>
2004-10-06 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-14 Umadevi S <sumadevi at novell.com>
2004-10-15 Umadevi S <sumadevi at novell.com>
2004-10-30 Umadevi S <sumadevi at novell.com>
2004-10-30 Umadevi S <sumadevi at novell.com>
.net2.0 property of RowUpdatingEventArgs.cs implemented
Corrected types,enum values of SqlNotificationType,SqlNotificationSource,
* For implementation of bulkcopy and notifications added files
added net 2.0 files to System.Data.dll_sources
Continuing on implementation for bulkcopy and notification
* System.Data.dll.sources :Added SqlNotificationEventArgs.cs,OnChangeEventHandler.cs
Added file DbProviderSpecificTypePropertyAttribute.cs
System.Data.dll.sources: Added DbProviderSpecificTypePropertyAttribute.cs
Fixed Bug 74948 - SqlParameter also takes DBNull Value.
Added DbException.cs
fixed some 2.0 and 1.0 specific fields/attributes for various classes.
System.Data.dll.sources : Added DbException.cs, SqlClientMetaDataCollectionNames.cs
* expression.cs : Handled DBNull case
statement.cs - suppressing warnings due to unused variables in mbas compile (this is a quick patch, need to see if we can not emit these variables at all)
CheckedListBox.cs - simple fix for GetItemChecked.
* CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
* Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
put the console writeline in if debug
2005-08-11 Umadevi S <sumadevi at novell.com>
Added files to this namespace
* Removed Files
* System.Data.dll.sources: Changes for Microsoft.SqlServer.Server namespace and the
* Corrected couple of files, added Format.cs and DataAccessKind.cs
Removed SqlResultSet.cs file
* SqlXml.cs : Added a dummy placeholder to compile MicrosoftServer namespace
Added SqlTriggerContext.cs,SqlProcedureAttribute.cs,SqlTriggerAttribute.cs
System.Data.dll.sources: Added SqlProcedureAttribute,SqlTriggerAttribute and
Urs C. Muff (13):
.cvsignore: hide files created by automake/configure
remove '?' files
remove '?' files
use platform specific file extension for shared libraries (.so / .dylib)
Remove some ? files that are generated
2004-04-22 Urs C Muff <umuff at quark.com>
cleanup
cleanup
Enable Mono.CSharp.Debugger for the windows build, since otherwise mcs will not be able to produce debug symbols.
Initial checkin for Mono Mac Framework building script by Andy Satori
Line ending fix
Update to beta2, provided by kangaroo (removed gc 6.3 a 6 dep, since that is included now)
Fix libintl.a problem, thanks kangaroo
V Kaluzhny (2):
Kaluzhny: add myself to the contributors
Kaluzhny: CompanyName, CurrentCulture, ExecutablePath, ProductName, ProductVersion properties
Veerapuram Varadhan (189):
ReadXml, WriteXml - API implementation
ChangeLog for the previous commit.
ReadWriteXmlTest - New Tests - for Read/WriteXml API tests.
* SqlDecimal.cs, SqlInt32.cs, SqlChars.cs, SqlInt16.cs, SqlInt64.cs,
Change the test strings to represent the fixes for GetXsdType()
* SqlChars.cs, SqlBytes.cs (Read, Write): Implemented missing 2.0 APIs.
New tests for Read and Write APIs.
Missing 2.0 APIs
Tests for 2.0 GetDeleteCommand, GetUpdateCommand and GetInsertCommand
svn path=/trunk/mcs/; revision=96233
Map OdbcType.Time appropriately. Fixes BNC#364426.
**Fixes BNC#364432. Handle DBNull cases.
Fixes from Bug#332809. Patch provided by Ernesto Carrea.
Test for Bug#332809.
** Fixes #340451.
Clean up.
** Fixes Bug#324025.
Build break fix.
** Fixes part1 of #357947 - delete the row directly from Index than
Reverting Rev#98474 as it broke couple of test profiles.
Added tests for same parent/child table name and Id columns.
* XmlDataInferenceLoader.cs (ReadXml): Make sure the name of
Changelog for the last commit.
** Fixes Bug#381151
Fix for bug#382635 - truncate larger values
Test case to verify Bug#382635
Remove unnecessary locks and code refactoring
Update according to the new return type of
Member to keep track of pool status
Do not call tds.Reset () as it is already done in the connection pool.
Use case insensitive string comparer in case-insensitive-column-names
Honor timeout and throw appropriate exception when connections are not
SqlDependency - New stub added
New file
missed committing the sources file
check for null before fetching column mapping
Use DBNull value instead of throwing an exception
Fixes ##407208 - Validate for IP before calling DNS.GetHostEntry()
Remove stray Console.WriteLine
Fixes #326182
On demand schemaTable generation - improves performance
Memory leak fix
Fixes##377146 - handle custom reference types sanely when reading from
Test for Bug#377146
Handle Binary type as well. Patch provided by Ernesto
Test for binary type handling
Don't call GetSchemaTable() from the constructor, just fetch the column
Check whether the connection is valid or not when Reset'ting the
**Fixes bug#421336 - sanely handle various scenarios that lead to
Escape/trim schema/procedure names before passing them as parameter
Added test for DeriveParameters
Handle no brackets scenario
Simplification of if-else part
Implement incomplete methods - .ctors, get_Value and CreateReader
Handle zero length stream and validate data before returning Value
Use unicode encoding instead of ASCII
* SqlDataReader.cs (GetSqlXml): Handle the scenario when Sql Server 2005
Use reset flag bit instead of executing sp_reset_connection and related
Reset the connection on timeout exception before reusing it
Backported fix for bug#428139 from trunk
Tests ported from trunk.
instead of executing sp_reset_connection, set reset connection bit.
reset the connection on timeout exception from TDS
* OciDefineHandle.cs (GetValue): Use connection's environment
* OciDefineHandle.cs (GetValue): Use connection's environment
* SqlXml.cs (CreateReader): Better use
Added new SqlXmlTest
New SqlXmlTests
* SqlXml.cs (CreateReader): Better use
Add new SqlXmlTest
* SqlXmlTest.cs: Available only in 2.0 and above
* SqlXmlTest.cs: Available only in 2.0 and above
TDS 8 changes
TDS 8 changes
TDS 8 changes
TDS 8 changes
TDS 8 Changes
TDS 8 changes
* OracleParameter.cs (bind): Consider OciDataType.Float and
* Tds.cs: Tds 8 collation support
* TdsDataReader.cs: Access TdsDataColumn correctly for NET_2_0.
* OdbcDataReader.cs (GetValue): Handle null image data. Fixes
Added test for 419224.
* Fixes #476523
* OracleException: 2.0 changes - patch submitted by
* *Fixes #377146 - in a better way
* Tds.cs (ProcessLoginAck): Set TdsVersion to the version
Avoid creation of temporary byte arrays
Support for Partlentype type-info in TDS 7
Fix for 463011
Properly handle TDS 8 BigInt type
OciInterval implementation
INTERVAL_DAY_TO_SECOND and INTERVAL_YEAR_TO_MONTH implementations
New: IntervalDescriptor implementation file
2009-03-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-03-31 Veerapuram Varadhan <vvaradhan at novell.com>
2009-03-31 Veerapuram Varadhan <vvaradhan at novell.com>
2009-04-14 Veerapuram Varadhan <vvaradhan at novell.com>
2009-04-16 Veerapuram Varadhan <vvaradhan at novell.com>
2009-04-19 Veerapuram Varadhan <vvaradhan at novell.com>
ChangeLog conflict changes
2009-05-08 Veerapuram Varadhan <vvaradhan at novell.com>
Update: included patch contributor's info
2009-05-12 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-15 Veerapuram Varadhan <vvaradhan at novell.com>
2009-09-15 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-16 Veerapuram Varadhan <vvaradhan at novell.com>
Fix for bug #382589 and corresponding tests
Nunit 2.4 changes and other sqlserver config fixes
2009-05-16 Veerapuram Varadhan <vvaradhan at novell.com>
fix for #417398
2009-05-26 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-26 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-26 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-26 Veerapuram Varadhan <vvaradhan at novell.com>
2009-05-26 Veerapuram Varadhan <vvaradhan at novell.com>
New file corresponding to r134765
2009-06-03 Veerapuram Varadhan <vvaradhan at novell.com>
2009-06-03 Veerapuram Varadhan <vvaradhan at novell.com>
2009-06-04 Veerapuram Varadhan <vvaradhan at novell.com>
* Handle <TableAdapter ...> tags in XSD
* Utility changes to convert between DbType/SqlDbType/System.Type
* Implemented generation of code for TableAdapters
* Use System.Data.Design version of TypedDataSetGenerator instead of from System.Data
* Implementation of System.Data.Design.TypedDataSetGenerator::Generate methods that generate TableAdapter code
2009-07-22 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-23 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-23 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-23 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-24 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-25 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-25 Veerapuram Varadhan <vvaradhan at novell.com>
conflict fix between trunk and local tree
Test fix.
2009-07-24 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-26 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-27 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-28 Gert Driesen <drieseng at users.sourceforge.net>
2009-07-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-29 Veerapuram Varadhan <vvaradhan at novell.com>
Conflict merge between trunk/local tree
2009-07-30 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-30 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-30 Veerapuram Varadhan <vvaradhan at novell.com>
1.x build fix
2009-08-17 Veerapuram Varadhan <vvaradhan at novell.com>
2009-08-17 Veerapuram Varadhan <vvaradhan at novell.com>
2009-07-23 Adam Wendt <adam at awendtconsulting.com>
2009-08-25 Veerapuram Varadhan <vvaradhan at novell.com>
Fix for #510176
Fix for #510176
Fixes tests related to #510176
Broken test fix
2009-09-10 Veerapuram Varadhan <vvaradhan at novell.com>
2009-09-15 Veerapuram Varadhan <vvaradhan at novell.com>
2009-09-25 Veerapuram Varadhan <vvaradhan at novell.com>
2009-09-26 Veerapuram Varadhan <vvaradhan at novell.com>
test break fix.
2009-09-30 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-13 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-13 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-28 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-29 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-30 Veerapuram Varadhan <vvaradhan at novell.com>
2009-10-30 Veerapuram Varadhan <vvaradhan at novell.com>
2009-11-20 Veerapuram Varadhan <vvaradhan at novell.com>
2010-03-26 Veerapuram Varadhan <vvaradhan at novell.com>
changelog changes
2010-04-09 Veerapuram Varadhan <vvaradhan at novell.com>
2010-04-09 Veerapuram Varadhan <vvaradhan at novell.com>
2010-04-10 Veerapuram Varadhan <vvaradhan at novell.com>
2010-04-11 Veerapuram Varadhan <vvaradhan at novell.com>
2010-04-21 Veerapuram Varadhan <vvaradhan at novell.com>
2010-06-15 Veerapuram Varadhan <vvaradhan at novell.com>
2010-06-23 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-03 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-06 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-07 Veerapuram Varadhan <vvaradhan at novell.com>
More fix for handling SqlServer DateTime MinValue
Ugh.. ugh.. final fix for handling MinValue for DateTime.
2010-07-10 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-12 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-13 Veerapuram Varadhan <vvaradhan at novell.com>
2010-07-23 Veerapuram Varadhan <v.varadhan at gmail.com>
2010-07-23 Veerapuram Varadhan <v.varadhan at gmail.com>
Veronica De Santis (4):
2002-01-16 Veronica De Santis <veron78@@interfree.it>
2002-01-16 Veronica De Santis <veron78@@interfree.it>
2002-01-22 Veronica De Santis <veron78 at interfree.it>
2002-01-22 Veronica De Santis <veron78 at interfree.it>
Victor Vatamanescu (9):
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Ville Palo (188):
Added test suite for SqlMoney and SqlDateTime
2002-10-19 Ville Palo <vi64pa at koti.soon.fi>
2002-10-19 Ville Palo <vi64pa at koti.soon.fi>
2002-10-23 Ville Palo <vi64pa at koti.soon.fi>
2002-10-23 Ville Palo <vi64pa at koti.soon.fi>
2002-10-24 Ville Palo <vi64pa at koti.soon.fi>
2002-10-28 Ville Palo <vi64pa at koti.soon.fi>
2002-10-28 Ville Palo <vi64pa at koti.soon.fi>
2002-10-29 Ville Palo <vi64pa at koti.soon.fi>
2002-10-31 Ville Palo <vi64pa at koti.soon.fi>
2002-10-31 Ville Palo <vi64pa at koti.soon.fi>
2002-11-02 Ville Palo <vi64pa at koti.soon.fi>
2002-11-02 Ville Palo <vi64pa at koti.soon.fi>
2002-11-03 Ville Palo <vi64pa at koti.soon.fi>
2002-11-07 Ville Palo <vi64pa at koti.soon.fi>
2002-11-07 Ville Palo <vi64pa at koti.soon.fi>
2002-11-08 Ville Palo <vi64pa at koti.soon.fi>
2002-11-10 Ville Palo <vi64pa at koti.soon.fi>
2002-11-10 Ville Palo <vi64pa at koti.soon.fi>
2002-11-12 Ville Palo <vi64pa at koti.soon.fi>
2002-11-20 Ville Palo <vi64pa at koti.soon.fi>
2002-11-24 Ville Palo <vi64pa at koti.soon.fi>
2002-11-25 Ville Palo <vi64pa at koti.soon.fi>
2002-11-29 Ville Palo <vi64pa at koti.soon.fi>
Ups, there was a litle bug
2002-11-29 Ville Palo <vi64pa at koti.soon.fi>
2002-11-30 Ville Palo <vi64pa at koti.soon.fi>
Bug again, sorry :-(
2002-11-30 Ville Palo <vi64pa at koti.soon.fi>
System.Data/AcceptRejectRule.cs
2002-12-01 Ville Palo <vi64pa at koti.soon.fi>
2002-12-02 Ville Palo <vi64pa at koti.soon.fi>
2002-12-04 Ville Palo <vi64pa at koti.soon.fi>
2002-12-04 Ville Palo <vi64pa at koti.soon.fi>
2002-12-05 Ville Palo <vi64p at koti.soon.fi>
2002-12-06 Ville Palo <vi64pa at koti.soon.fi>
Fixed bug reported by Piers Haken
2002-12-09 Ville Palo <vi64pa at koti.soon.fi>
2002-12-10 Ville Palo <vi64pa at koti.soon.fi>
2002-12-11 Ville Palo <vi64pa at koti.soon.fi>
Added -r System.Xml.dll
2002-12-14 Ville Palo <vi64pa at koti.soon.fi>
2002-12-14 Ville Palo vi64pa at koti.soon.fi>
Fixed ms warning issue
2002-12-15 Ville Palo <vi64pa at koti.soon.fi>
2002-12-16 Ville Palo <vi64pa at koti.soon.fi>
2002-12-16 Ville Palo <vi64pa at koti.soon.fi>
2002-12-16 Ville Palo <vi64pa at koti.soon.fi>
2002-12-17 Ville Palo <vi64pa at koti.soon.fi>
2002-12-18 Ville Palo <vi64pa at koti.soon.fi>
2002-12-19 Ville Palo <vi64pa at koti.soon.fi>
2002-12-26 Ville Palo <vi64pa at koti.soon.fi>
2002-12-27 Ville Palo <vi64pa at koti.soon.fi>
2002-12-27 Ville Palo <vi64pa at koti.soon.fi>
2002-12-28 Ville Palo <vi64pa at koti.soon.fi>
2002-12-28 Ville Palo <vi64pa at koti.soon.fi>
2002-12-28 Ville Palo <vi64pa at koti.soon.fi>
2002-12-29 Ville Palo <vi64pa at koti.soon.fi>
2002-12-29 Ville Palo <vi64pa at koti.soon.fi>
ups, little fix
2003-01-01 Ville Palo <vi64pa at koti.soon.fi>
Added XmlSchemaMapper.cs
2003-01-02 Ville Palo <vi64pa at koti.soon.fi>
2003-01-04 Ville Palo <vi64pa at koti.soon.fi>
2003-01-04 Ville Palo <vi64pa at koti.soon.fi>
2003-01-04 Ville Palo <vi64pa at koti.soon.fi>
2003-01-06 Ville Palo <vi64pa at koti.soon.fi>
2003-01-13 Ville Palo <vi64pa at koti.soon.fi>
2003-13-01 Ville Palo <vi64pa at koti.soon.fi>
Added new test suite
2003-01-13 Ville Palo <vi64pa at koti.soon.fi>
2003-01-13 Ville Palo <vi64pa at koti.soon.fi>
2003-01-13 Ville Palo <vi64pa at koti.soon.fi>
2003-01-13 Ville Palo <vi64pa at koti.soon.fi>
2003-14-01 Ville Palo <vi64pa at koti.soon.fi>
2003-01-14 Ville Palo <vi64pa at koti.soon.fi>
2003-01-17 Ville Palo <vi64pa at koti.soon.fi>
2003-01-18 Ville Palo <vi64pa at koti.soon.fi>
2003-22-01 Ville Palo <vi64pa at koti.soon.fi>
2003-23-01 Ville Palo <vi64pa at koti.soon.fi>
uups
2003-24-01 Ville Palo <vi64pa at koti.soon.fi>
2003-01-24 Ville Palo <vi64pa at koti.soon.fi>
2003-27-01 Ville Palo <vi64pa at koti.soon.fi>
2003-27-01 Ville Palo <vi64pa at koti.soon.fi>
2003-01-27 Ville Palo <vi64pa at koti.soon.fi>
2003-01-27 Ville Palo <vi64pa at koti.soon.fi>
2003-01-28 Ville Palo <vi64pa at koti.soon.fi>
2003-01-28 Ville Palo <vi64pa at koti.soon.fi>
2003-01-30 Ville Palo <vi64pa at koti.soon.fi>
2003-01-30 Ville Palo <vi64pa at koti.soon.fi>
2003-31-01 Ville Palo <vi64pa at koti.soon.fi>
2003-03-02 Ville Palo <vi64pa at koti.soon.fi>
2003-02-03 Ville Palo <vi64pa at koti.soon.fi>
2003-04-02 Ville Palo <vi64pa at koti.soon.fi>
2003-02-05 Alan Tam <Tam at suiLung.com>
2003-02-05 Alan Tam <Tam at SiuLung.com>
fixed little typo
2003-02-08 Ville Palo <vi64pa at koti.soon.fi>
2003-02-18 Ville Palo <vi64pa at kolumbus.fi>
2003-02-19 Ville Palo <vi64pa at kolumbus.fi>
2003-02-19 Ville Palo <vi64pa at kolumbus.fi>
2003-02-28 Ville Palo <vi64pa at kolumbus.fi>
2003-02-28 Ville Palo <vi64pa at kolumbus.fi>
2003-03-06 Ville Palo <vi64pa at kolumbus.fi>
2003-03-16 Ville Palo <vi64pa at kolumbus.fi>
2003-03-16 Ville Palo <vi64pa at kolumbus.fi>
2003-03-16 Ville Palo <vi64pa at kolumbus.fi>
2003-03-16 Ville Palo <vi64pa at kolumbus.fi>
2003-03-16 Ville Palo <vi64pa at kolumbus.fi>
2003-03-25 Ville Palo <vi64pa at kolumbus.fi>
2003-03-26 Ville Palo <vi64pa at kolumbus.fi>
2003-03-26 Ville Palo <vi64pa at kolumbus.fi>
2003-03-26 Ville Palo <vi64pa at kolumbus.fi>
2003-03-27 Ville Palo <vi64pa at kolumbus.fi>
2003-03-27 Ville Palo <vi64pa at kolumbus.fi>
2003-03-27 Ville Palo <vi64pa at kolumbus.fi>
2003-03-27 Ville Palo <vi64pa at kolumbus.fi>
2003-04-04 Ville Palo <vi64pa at kolumbus.fi>
2003-04-04 Ville Palo <vi64pa at kolumbus.fi>
2003-04-05 Ville Palo <vi64pa at kolumbus.fi>
2003-04-05 Ville Palo <vi64pa at kolumbus.fi>
2003-04-09 Ville Palo <vi64pa at kolumbus.fi>
2003-04-09 Ville Palo <vi64pa at kolumbus.fi>
2003-04-10 Ville Palo <vi64pa at kolumbus.fi>
2003-04-10 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-11 Ville Palo <vi64pa at kolumbus.fi>
2003-04-12 Ville Palo <vi64pa at kolumbus.fi>
2003-04-12 Ville Palo <vi64pa at kolumbus.fi>
2003-04-12 Ville Palo <vi64pa at kolumbus.fi>
2003-04-13 Ville Palo <vi64pa at kolumbus.fi>
2003-04-13 Ville Palo <vi64pa at kolumbus.fi>
2003-04-13 Ville Palo <vi64pa at kolumbus.fi>
2003-04-14 Ville Palo <vi64pa at kolumbus.fi>
2003-04-14 Ville Palo <vi64pa at kolumbus.fi>
2003-04-16 Ville Palo <vi64pa at kolumbus.fi>
me
2003-04-19 Ville Palo <vi64pa at kolumbus.fi>
2003-04-19 Ville Palo <vi64pa at kolumbus.fi>
2003-04-20 Ville Palo <vi64pa at kolumbus.fi>
2003-04-21 Ville Palo <vi64pa at kolumbus.fi>
2003-04-21 Ville Palo <vi64pa at kolumbus.fi>
2003-04-21 Ville Palo <vi64pa at kolumbus.fi>
2003-04-22 Ville Palo <vi64pa at kolumbus.fi>
2003-04-22 Ville Palo <vi64pa at kolumbus.fi>
2003-04-24 Ville Palo <vi64pa at kolumbus.fi>
2003-04-25 Ville Palo <vi64pa at kolumbus.fi>
2003-04-29 Ville Palo <vi64pa at kolumbus.fi>
2003-05-04 Ville Palo <vi64pa at kolumbus.fi>
2003-05-05 Ville Palo <vi64pa at kolumbus.fi>
2003-05-06 Ville Palo <vi64pa at kolumbus.fi>
2003-05-06 Ville Palo <vi64pa at kolumbus.fi>
2003-05-06 Ville Palo <vi64pa at kolumbus.fi>
2003-05-06 Ville Palo <vi64pa at kolumbus.fi>
2003-05-98 Ville Palo <vi64pa at kolumbus.fi>
2003-05-08 Ville Palo <vi64pa at kolumbus.fi>
2003-05-08 Ville Palo <vi64pa at kolumbus.fi>
2003-05-13 Ville Palo <vi64pa at kolumbus.fi>
2003-05-15 Ville Palo <vi64pa at kolumbus.fi>
2003-05-15 Ville Palo <vi64pa at kolumbus.fi>
2003-05-15 Ville Palo <vi64pa at kolumbus.fi>
2003-05-15 Ville Palo <vi64pa at kolumbus.fi>
2003-05-19 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-05-28 Ville Palo <vi64pa at kolumbus.fi>
2003-06-01 Ville Palo <vi64pa at kolumbus.fi>
2003-06-01 Ville Palo <vi64pa at kolumbus.fi>
2003-06-02 Ville Palo <vi64pa at kolumbus.fi>
2003-06-02 Ville Palo <vi64pa at kolumbus.fi>
2003-06-02 Ville Palo <vi64pa at kolumbus.fi>
2003-06-02 Ville Palo <vi64pa at kolumbus.fi>
2003-06-03 Ville Palo <vi64pa at kolumbus.fi>
2003-06-08 Ville Palo <vi64pa at kolumbus.fi>
2003-06-09 Ville Palo <vi64pa at kolumbus.fi>
2003-06-09 Ville Palo <vi64pa at kolumbus.fi>
2003-06-09 Ville Palo <vi64pa at kolumbus.fi>
2003-06-09 Ville Palo <vi64pa at kolumbus.fi>
2003-06-10 Ville Palo <vi64pa at kolumbus.fi>
Vladimir Krasnov (563):
Fixed DrawLines, DrawPolygon
Pen.jvm.cs: Fixed ctor, LineCap, SetLineCap
Graphics.jvm.cs: Fixed DrawLines, DrawPolygon to use GraphicsPath
svn path=/trunk/mcs/; revision=48108
GraphicsPath.jvm.cs: Fixed AddPolygon methods
Graphics.jvm.cs: Fixed DrawPolygon
svn path=/trunk/mcs/; revision=48132
Pen.cs: Added LineCaps and LineJoin tests
Region.jvm.cs: Fixed GetBounds, IsVisible, IsEmpty, IsInfinite, Equals (all methods that use Graphics object)
Icon.jvm.cs: Internal constructor from bitmap
svn path=/trunk/mcs/; revision=48359
System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs
svn path=/trunk/mcs/; revision=48361
Graphics.jvm.cs: DrawImage refactoring
Fixed DrawImage
Graphics.jvm.cs: Fixed InterpolationMode property
svn path=/trunk/mcs/; revision=48433
Pen.jvm.cs: Fixed DashSpacing in createStrokedShape
Graphics.jvm.cs: Fixed ResetTransform, TransfromPoints
Pen.cs: Refactoring
System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs
svn path=/trunk/mcs/; revision=49015
Graphics.jvm.cs: Implemented BeginContainer, EndContainer,
ImageCodecInfo.jvm.cs: Fixed Iterate
DrawingTest.cs: Added special tolerance feature
Graphics.cs: Added tests for Graphics.Begin/EndContaioner,
Graphics.jvm.cs: fixed .ctor (InterpolationMode)
Brush.jvm.cs: added brush transform field
LinearGradientBrush.jvm.cs: Refactoring, bug fix
Brush.jvm.cs: added transform methods
System.Drawing.vmwcsproj: ImageCodec.jvm.cs
ImageCodecInfo.jvm.cs: fixed GetValueFromMetadata, SetResolution
System.Drawing.vmwcsproj: Added PlainImage.jvm.cs
DrawingTest.cs: Added Pixel Distance comparer PDCompare()
Graphics.jvm.cs: fixed DrawImage
Graphics.jvm.cs: bitmap resolution fix in DrawImage
Graphics.cs: Added tests for DrawImage
svn path=/trunk/mcs/; revision=50383
Bitmap.jvm.cs: fixed Clone, InternalSave, Initialize, ctor refactoring, remarks refactoring
Brush.jvm.cs: fixed transform methods, createContext
Graphics.cs: Added FillMode tests
* AdvancedStroke.jvm.cs: fixed createStrokedShape, check for transform matrix singularity added
* Brush.jvm.cs: added InternalClone() method changed transformation methods access level
* GraphicsPath.jvm.cs: fixed FillMode, ConvertArcAngle, AddPath, CloseFigure
* Graphics.jvm.cs: Clipping refactoring
* Graphics.jvm.cs: DrawImage refactoring
* Bitmap.jvm.cs: fixed InternalSave, to remove alpha channel of saved jpeg, fixed clone, Initialize
* Image.jvm.cs: fixed redolution properties
* Bitmap.jvm.cs: fixed InternalSave
* Brush.cs: added texture brush with transform tests
svn path=/trunk/mcs/; revision=52388
* StringFormat.jvm.cs: Refactoring
* FontCollection.jvm.cs: refactoring, added GetInitialFont()
System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
* Bitmap.jvm.cs: fixed InternalSave() error handling
* FontFamily.jvm.cs: fixed GetName
XmlReflectionImporter.cs: fixed field order returned by
XmlInputStream.cs: fixed Initialize method to be able to read unicode file without BOM. TARGET_JVM only.
XmlSerializationReaderInterpreter.cs: fixed ReadEnumElement method, ReadEndElement should check XmlNodeType.
* ColorConverter.cs: fixed ConvertFrom, to be able to convert from three digit notation color (#abc)
* ColorConverter.cs: added test cases for ConvertFrom and three digit notaion color.
Image.jvm.cs: fixed Save, flush output stream
* XslKey.cs: fixed KeyIndexTable.Evaluate method, changed XPathNavigator given to GetNodesByValue()
* Iterator.cs: fixed SimpleSlashIterator.MoveNextCore method, the navigators may be from different xml files.
* Iterator.cs: fixed UnionIterator.SetCurrent method, the navigators may be from different xml files.
merge -r 53396:53397
merge -r 53396:53397
merge -r 53397:53398
merge -r 53398:53399
merge -r 53396:53397
ImageCodec.jvm.cs: fixed ProcessOneCodec, sometime it was failed on parsing version of codec
merge 53448:53449
* XmlTypeMapping.cs: fixed GetXmlName method, added difference of value serialization of flags and non-flags enums
merge -r 53450:53451
* ObjectStateFormatter.cs: Merged TARGET_JVM parts in
* CapabilitiesLoader.cs: Merged TARGET_JVM parts in LoadFile from /main/9
* HttpRequest.cs: little fix in MapPath(), virtualPath.Replace return value wasnt stored.
* HttpRequest.cs: removed TARGET_JVM block from MapPath
* ObjectStateFormatter.cs: Removed TARGET_JVM parts in
* HttpResponse.cs: removed TARGET_JVM block from End
System.Web.vmwcsproj: fixed grasshopper project file
mainsoft System.Web testsuite
BoundColumn.cs: fixed InitializeCell function, if DataField is null or empty string, the cell should not be bound.
CheckBox.cs: fixed Render function, removed rendering of empty <span> element if ControlStyleCreated but it's empty.
* CheckBox.cs: fixed InternalAddAttributesToRender, Render to
Image.cs: fixed missing border="0" attribute, when image has style, but border width is not specified.
* ListControl.cs: fixed DataSource property, to throw
fixed AreEqualAttribs to make attribute compare case insensitive
Added GH project files
fixed old reference results
updated not working tests
fixed references copying
TableStyle.cs: fixed AddAttributesToRender function, style
* ListControl.cs: fixed SelectedIndex property, fixed selection reset on incorrect value
* PagedDataSourceTest.cs: added TARGET_JVM part to exclude not working tests.
* run-test.bat: added running of mono test suite
Grasshopper project file for building mono system web tests
* RadioButton.cs: added ValueAttribute property to store the button value when in list
* CalendarTest.cs: refactoring, inline delegates replaced with regular ones.
* DataList.cs: fixed CreateControlHierarchy, fixes 77693
* Added run-tests.bat to run tests on Grasshopper
* run-test.bat: fixed enviroment variables
* TextBox.cs: fixed missing value validations,
* LinkButton.cs: fixed AddAttributesToRender, removed not needed language attribute
* Added data/net_1_1/DefaultWsdlHelpGenerator.jvm.aspx with removed proxy class generation for Grasshopper
* DataList.cs: fixed DoItemInLoop method that fixes itemIndex of separator item.
* System.Web.vmwcsproj: grasshopper project file fix, added PageParser.jvm.cs, WebServiceParser.jvm.cs
ServiceDescription.cs: removed TARGET_JVM directive from serializer member
* SoapDocumentationHandler.cs: TARGET_JVM blocks added to exclude not supported methods
* TypeStubManager.cs: fixed type_to_manager member to be initialized per appdoamin (within TARGET_JVM block)
* Added System.Web.Services.vmwcsproj, Grasshopper project file
* DataGrid.cs: in AddColumnsFromSource method fixed columns from properties of custom class
* Style.cs: fixed WriteStyleAttributes to set border style to solid, if it not set but the border has width
* FontInfo.cs: fixed CopyFrom, this method should not reset the received fontinfo if it is the same instance
* HttpRequest.cs: fixed MakeInputStream method under TARGET_JVM, fixed if content length value is less that byte received
* HttpSoapWebServiceHandler.cs, SoapServerMessage.cs: fixed SoapMessage.ContentEncoding that used in ProcessMessage method in SoapExtension
* SoapServerMessage.cs: fixed SoapServerMessage constructors to remove quotes from SoapAction http header when initializing local action member
* SoapExtension.cs: fixed ExecuteProcessMessage signature, added stream parameter in order to update SoapMessage stream
* System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs and MonoTODOAttribute.cs
* ServletWorkerRequest.jvm.cs: fixed ctor, UrlDecode applied on requested url
* ControlCollection.cs: fixed CopyTo method, fixes bug when if target index is not zero
* DataGridPagerStyle.cs: fixed PrevPageText property
* DataSourceResolver.cs: corrected exceptions type in ResolveDataSource
* HtmlAnchor.cs: fixed RenderAttributes, if target attribute is empty it shouldn't be rendered
* HttpRequest.cs: fixed Request.Url returns URL where path info were appeared twice.
* DataList.cs: fixed RepeatColumns property, added value validation
* MailMessageWrapper.cs: fixed Fields property, casting to string changed to ToString method call.
* SmtpMail.cs: removed TARGET_JVM part from Send method.
* DataGrid.cs: fixed CreateControlHierarchy, added CurrentPageIndex validation
* DataGrid.cs, DataList.cs, RepeatInfo.cs: added accessablity features
* System.Web.vmwcsproj: grasshopper project file fix, added System.Web\TempFileStream.cs
* test_catalog.xml: fixed not working tests
* RepeatInfo.cs: fixed RenderBeginTag to set enabled value of table when rendering disabled list control
SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support, refactoring
removed build console outputs
run-tests.test.bat: skip nunit build if already done
run-tests.test.connected.bat: skip nunit build if already done
run-tests.test.bat: skip nunit build if already done
run-W3C-tests.bat: skip nunit build if already done
* run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions of GH
DataList.cs: Fixed LoadViewState method
Repeater.cs: fixed ConnectToDataSource method, subscribed to DataSourceViewChanged, looks for a datasource in its parent control
BaseDataList.cs: added ConnectToDataSource method that called from OnLoad, fixed GetData method
BaseDataList.cs: added ConnectToDataSource method that called from OnLoad, fixed GetData method
* System.Web_test.dll.sources: added WizardTest.cs
* System.Web_test.dll.sources: added FakeMembershipProvider.cs for NunitWeb framework
* fixed DateTime.FromBinary to DateTime.Now
* DataControlField.cs: fixed Initialize, should always return false
* System.Web_test.dll.sources: added CreateUserWizardTest.cs
Fixed incorrect merge
* MultiView.cs: fixed ActiveViewIndex, AddParsedSubObject
* MultiView.cs: removed exception throwing from ActiveViewIndex
* GridViewTest.cs: added GridView_RenderingCheckBoxField2 for testing of autogenerated checkbox column
* AutoGeneratedField.cs: fixed InitializeDataCell, autogenerated checkbox should have tooltip
* HyperLinkField.cs: fixed InitializeCell, should create link control only in data cell (not in header or footer), initialization of ControlStyle
* MultiView.cs: 'initied' state variable was changed to views count in the views collection.
* BulletedList.cs: fixed Render, RenderBulletText, various properties
* BulletedListTest.cs: removed NotWorking attributes
* Style.cs: BorderStyle should be added if BorderWidth greater than 0
* NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
* BoundFieldTest.cs: added new test
* CommandField.cs: fixed InitializeCell, wrong order of command buttons
* fixed delegate access modifier
* GridViewTest.cs: added new test
* CheckBoxField.cs: fixed InitializeDataCell, tooltip only in edit mode
* GridViewTest.cs: removed NotWorking attributes, added tests
* GridView: fixed DataKeyNames property, moved to ControlState
* PagerSettings.cs: implemented PropertyGhanged event
* PagerSettingsTest.cs: fixed PropertyChanged test
* Wizard.cs: implemented SkipLinkText, TagKey
* Menu.cs: fixed properties default values, fixed rendering SkipLinkText
* GridViewTest.cs, ViewTest.cs, WizardStepBaseTest.cs, WizardTest.cs: fixed tests
* MultiViewTest.cs: added test
* Wizard.cs: fixed ActiveStep property
* XmlDataSource.cs: implemented XSLT, removed properties from view state
* XmlDataSourceTest.cs: fixed aspx based tests
* NunitWebTest.cs: fixed HtmltoXml, removes spaces and crlf before converting
* Wizard.cs: fixed return value of OnBubbleEvent
* WizardTest.cs: fixed test, removed NotWorking attributes
* Control.cs: fixed EnableTheming proprty, fixes the bug when skins are applied even if EnableTheming property was set to false.
* MasterPage.cs: fixed default values, fixed AddContentTemplate
* WizardStepBaseTest.cs, MasterPageTest.cs, MenuTest.cs, GridViewTest.cs: removed NotWorking attributes
* BulletedListTest.cs: fixed new line in render tests
* resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx, XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
* XmlDataSource.cs: implemented caching functionality
* Style.cs: fixed restoring FontInfo from ViewState
* Control.cs: fixed EnableTheming proprty, fixes bug when child control has EnableTheming=false and parent has true.
* ThemeTest.cs: tests added
* ThemeTest.cs: fixed test resource
* CommandFieldTest.cs:
* MultiView.cs: fixed: EnableTheming property
* UI/ParseChildrenAttribute.cs: fixed ChildControlType property to compliant to .net
* HttpApplication.cs: fixed BeginProcessRequest, TARGET_JVM part merged
* WebConfigurationManager.cs: added configSystem property under TARGET_JVM part
* ControlBuilder.jvm.cs: added BuildObject method
* SessionInProcHandler.jvm.cs:
* added ThemeDirectoryCompiler.jvm.cs
* added MasterPageParser.jvm.cs
* added System.Web.20.vmwcsproj
* added NET_2_0 projects files for VS2005
* added NET_2_0 solution files for VS2005
* MasterPageParser.jvm.cs: implemented
* Page.cs: added stubs to run aspx files compiled by .net
* TemplateControl.jvm.cs: fixed data binding API, implemented AppRelativeVirtualPath, ReadStringResource
* ConfigurationFileMap.cs: added TARGET_JVM on not supported members in grasshopper
* FormView.cs: added explicit implementation of IDataItemContainer.DataItemIndex, as documented
* PageMapper.cs: fixes for aspx parser 2.0
* ThemeDirectoryCompiler.jvm.cs: implemented GetCompiledInstance
* BaseHttpServlet.cs: merged TLS fixes, workaround for thread problem
* Control.cs: implemented AppRelativeTemplateSourceDirectory for aspx parser 2.0
* ObjectDataSourceStatusEventArgs.cs: ExceptionHandled default value should be false
* System.Web20.vmwcsproj: added AssemblyInfo.cs
* TemplateControl.jvm.cs: fixed WireupAutomaticEvents, removed access modifiers check on event handlers
* TemplateField.cs: fixed ExtractValuesFromCell, .net aspx parser not always creates ExtractTemplateValuesMethod delegate
* Page.cs: fixed ApplyMasterPage, masterPageFile can be empty string if compiled with .net aspx parser
* AbstractDBConnection.cs: fixed GetSyntaxPatterns, configuration section moved
SwitchesSection member fixed because of configuration section was moved
* DbProviderFactories.cs: added TARGET_JVM block to not supported functionality
* SqlMembershipProvider.cs: fixed ValidateUser, bug when user not exists
* CreateUserWizardStep.cs: fixed validators message display
* NameValueConfigurationElement.cs: fixed functionality
* System.Web.Services20.vmwcsproj: added ServiceDescriptionSerializerBase2.cs for 2.0
* Membership.cs: fixed GetAllUsers, typo bug
* KeyedListEnumerator.cs: fixed Current property to return real object instead of DictionaryEntry
* DataSet.cs: added 2.0 stubs to solve typed dataset porting issues
* HtmlInputFile.cs: fixed Value property
* HttpWriter.cs: fixed WriteLine to work correctly in utf-16 encoding
adapted to run tests on net2.0 wersion of system.web
added Makefile
* XmlTypeAttribute.cs: added property AnonymousType for 2.0
* added GH project files for VS2005:
* SqlDataSource.cs, SqlDataSourceView.cs: redesign and bug fixes
* ConfigurationElement.cs: typo in DefaultCollectionProperty method
* SettingsPropertyValue.cs: fixed PropertyValue property when it should be deserialized
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj: added ConfigurationRemoveElement.cs
* MembershipProvider.cs, SqlMembershipProvider.cs: refactoring of DecryptPassword and EncryptPassword methods according to documentation
* AnonymousIdentificationModule.cs: fixed anonymous id cookie
* ProfileGroupSettings.cs, ProfileGroupSettingsCollection.cs, ProfilePropertySettingsCollection.cs, ProfileSection.cs, RootProfilePropertySettingsCollection.cs: refactoring and fix of <group> element
* System.Web.dll.sources: added System.Web.Profile/ProfileParser.cs
* HttpContext.cs: implemented Profile property
aspnetdb for derby db
GH Project for tests
* System.Data20.vmwcsproj: added OleDbFactory.cs
project updated to new source files
machine.config for GH
* System.Web.dll.sources: added DataSourceCasheManager.cs
* ObjectDataSourceTest.cs, ObjectDataSourceViewTest.cs: removed NotWorking attributes, added test case
* MultiViewTest.cs: removed NotWorking test
XmlDataSourceTest.cs: comment added
* XmlDataSource.cs: CacheKeyDependency fixed
* Wizard.cs: fixed ActiveStepIndex property, fixed SideBar button rendering, fixed history updating
* WizardTest.cs: removed NotWorking attributes, removed Init test (implementeation specific)
* Login.cs: fixed CreateChildControls, throws exception if needed control not found
* LoginTest.cs: login tests converted to webtest
* SqlDataSourceDerbyTest.cs: added net_2_0 and TARGET_JVM ifdef
* machine.jvm.config: AspNetDB bug fixes
* SqlMembershipProvider.cs: fixed fixed exception type in GetPassword, checks user lockout
* SqlDataSourceDerbyTest.cs: fixed db init
* System.Web.dll.sources: added PasswordRecovery.cs
* System.Web_test.dll.sources: added PasswordRecoveryTest.cs, PasswordRecoveryTest.cs
* DerbyMembershipHelper.cs:
* SqlMembershipProvider.cs: typo bug
* Wizard.cs: fixed GetStepType method that returned wrong type if the last step type is Complete.
* ObjectDataSourceTest.cs: fixed exception message checking
* AbstractDBConnection.cs: fixed ExecuteDbDataReader, wrong exception if executiong on closed connection
* SqlDataSourceDerbyTest.cs: fixed connection on db init
* TemplateControl.jvm.cs: fixed TemplateSourceDirectory
* FormsAuthenticationModule.cs: fixed OnAuthenticateRequest, suppress exception on wrong ticket
* CreateUserWizardTest.cs: fixed postback tests button id
* SiteMapDataSource.cs: Add explicit implementation for IListSource interface
* BrowserCapabilities.cs: fixed MSDomVersion property
* data/browscap.ini: added msdomversion for ie6/7, fixed ecmascriptversion in ie6/7
* Uri.cs: implemented UnescapeDataString method
* ServletWorkerRequest.jvm.cs: fixed request uri unescaping in ServletWorkerRequest ctor
* ConfigurationElementCollection.cs
* ProfileSection.cs: typo bug
* DerbyDBSchema.cs: Added derby db unload functionality
* SettingsBase.cs: implemented Item property
* FormsAuthentication.cs: TARGET_J2EE define for static members
* ThemeDirectoryCompiler.jvm.cs: fixed virtual path for themes
* Login.cs: refactored rendering, fixed OnAuthenticate event
* HttpHandlerAction.cs: fixed 'verb' config property
* HttpRequest.cs: fixed Path property, returns unescaped url
* DataGrid.cs, RepeatInfo.cs: fixed accessibility features
Reverted due to 1.1 incompatibility
* HttpRequest.cs: fixed Path property, returns unescaped url
* WebConfigurationManager.cs: fixed GetSection to execute GetRuntimeObject, refactored GetSection and GetWebApplicationSection
fixed siteMap for aspnetdb config tool
* SqlDataSourceView.cs: fixed InitializeParameters, parameters order parameters case insensetive search
* ConfigurationProperty.cs: fixed DefaultValue of type Enum
fixed expected result as in .net
* RoleManagerSection.cs: refactored using attributes
* DerbyMembershipProvider.cs: fixed provider key to be Guid
* ProfileParser.jvm.cs: implemented PageMapper call
* Parameter.cs: fixed ConvertValue to coorect handle TypeCode.Empty
* ConnectionStringSettingsCollection.cs: made connection string key case insensitive
* FormsAuthentication.cs: added internal ReturnUrl property, GetRedirectUrl added usage of ReturnUrl
* ConfigurationElementCollection.cs: fixed BaseAdd, looking for identical element when collection type is not alternate
* CustomErrorCollection.cs: fixed ThrowOnDuplicate to false as in .net
* LoginView.cs: fixed rendering LoggedInTemplate even after user logged out
* SqlDataSource.cs: Added parameters update on OnInit
* SettingsPropertyValue.cs: fixed PropertyValue property, added default value convertation to property type
* ProfileGroupBase.cs: fixed property name while getting from parent
* Control.cs: fixed ResolveClientUrl, wrong when control that calls this method and the page are in different folders
* ProfileBase.cs: added inherited properties properties initialization
* SqlDataSourceView.cs,ObjectDataSourceView.cs: fixed parameter merge when values and old values are null
* SiteMap.cs, SiteMapNodeCollection.cs: TARGET_JVM of static members
* HttpRequest.cs: fixed jvm version of MakeInputStream, should not throw exception on zero content length
* HttpApplication.cs: fixed PreStart, should not set thread culture to invariant
* DerbyMembershipProvider.cs: fixed encoding of password
* HttpRequest.cs: fixed Path property, add call of Uri.UnescapeDataString in net_2_0
* HttpApplicationFactory.cs, HttpRuntime.cs: WebConfigurationManager should be initializaed before any possible access to it
* AnonymousIdentificationModule.cs: fixed OnEnter, fixed failure on incorrect cookie value that browser may hold
* Mainsoft.Web.J2EE.vmwcsproj: added Cloudscape files
changed Membership, Role, Profile providers from derby to Cloudscape
* System.Web20.vmwcsproj: added AppResourcesCompiler.jvm.cs to project
* System.Web20.vmwcsproj: added ProfileParameter.cs
added ProfileParameter.cs
* SqlDataSourceView.cs: fixed insert, delete, update methods, added calls to OnDataSourceViewChanged
* TemplateControl.jvm.cs: added GetGlobalResourceObject
* SqlDataSourceView.cs: fixed InitializeParameters, added ParameterPrefix when check that param is already in collection
* HttpRequest.cs: fixed IsLocal, should check all ip addresses of host
* PageTheme.cs: implemented
* SettingsPropertyValue.cs: fixed PropertyValue, default value of SettingsProperty should be desirialized or created
* SettingsPropertyValueTest.cs: added tests of default value deserealization
* DetailsView.cs: fixed DeleteItem, excluded keys for new values
* SqlDataSourceView.cs: fixed parameters init for ExecuteUpdate
* DerbyDBSchema.cs: fixed schema to work with cloudscape
* DerbyProfileProvider.cs: fixed ReadProfileInfo, removed unneeded catch
* ProfileBase.cs: fixed SetPropertyValue, allow anonymous attribute check added on property value set
* DerbyProfileProvider.cs: added schema version or existence checking on creating connection
* SqlDataSourceView.cs: fixed OnUpdating, OnInserting call with SqlDataSourceCommandEventArgs
fixed IsDirty Property, added tests for IsDirty Property
* SiteMapProvider.cs: fixed IsAccessibleToUser, true if SecurityTrimmingEnabled not enabled, true if Roles exists on node and rolename is '*'
* ServletWorkerRequest.jvm.cs: fixed ctor, welcome file in sub dir
* FileUpload.cs: fixed FileName property, should return filename without full path on client side
fixed crlf
* DerbyMembershipHelper.cs: fixed Users_DeleteUser, commented delete from Personalization table
* DetailsView.cs: fixed CreateChildControls, PageIndex should be less or equal to PageCount
revert to crlf line endings, in order to see diff
* TemplateControl.jvm.cs: added 2.0 event names for wiring up
* TemplateControl.jvm.cs: remover TemplateSourceDirectory propery
* HtmlLink.cs: fixed RenderAttributes, href should be resolved
* RoleManagerModule.cs: fixed OnPostAuthenticateRequest, CacheRolesInCookie not supported yet
* DetailsView.cs: fixed CreateChildControls, PageIndex cannot be less than zero
* DataList.cs: fixed OnBubbleEvent, added SelectedIndex updating
* TreeNode.cs: fixed Bind, fixed Value updating
* TreeView.cs: fixed RegisterStyle, style names should be without leading underscore. fixed RenderNode, node icons should be taken also from level styles
* DerbyDBSchema.cs: added traces to unload handler
* ProfileModule.cs: fixed OnLeave, AutomaticSaveEnabled should be checked before save
* Menu.js, Menu.js: added null reference checking for every getTree or getMenu call
* TemplateControl.jvm.cs: ParseControl not supported, added limited implementation if TestDeviceFilter
* Page.cs: fixed CheckForValidationSupport, SupportsEventValidationAttribute should be checked at only one level\n * TableTest.cs: removed NotWorking attribute
* TextBox.cs: implemented AutoCompleteType property, fixed AddAttributesToRender
* LoginTest.cs: removed NotWorking attribute
Adapted for gh 2.0
* WebControl.cs: added internal method AddDisplayStyleAttribute for display:inline-block style attribute
* Panel.cs: fixed AddAttributesToRender for 2.0, text align should be style attribute
* HttpResponse.cs: fixed TARGET_J2EE part of Redirect for portlet
* webform.js: fixed WebForm_DoPostback, no need to find form if url is null
Typo fix
* BaseValidator.cs: refactored RegisterValidatorCommonScript to use RegisterClientScriptInclude instead of RegisterClientScriptBlock
* webform.js: added validators context init for j2ee portal support
* HttpApplication.cs: added exception pass through from processAction in j2ee portal
* SqlDateTime.cs: changed MaxValue and MinValue initialization, it was failing on .net VM.
* HttpRuntime.cs: WritePreservationFile excluded by TARGET_J2EE
* HttpApplication.cs: fixed InitOnce, httpModules section is global and taken from the root web.config
* Page.cs: fixed OnInit, adding css should throw exception if no header present on the page
* ParameterCollection.cs: fixed IndexOfString, this indexer should be case insensitive
* ServletSessionStateStoreProvider.cs: fixed RemoveItem, uses invalidate
* RoleManagerModule.cs: fixed role chaching in OnEndRequest and OnPostAuthenticateRequest
* ServletWorkerRequest.jvm.cs: fixed MapPath, made it able to return real physical path
* HttpRequest.cs: fixed MapPath, removed TARGET_J2EE block that checks war root symbol
* DerbyProfileProvider.cs: fixed Initialize, CreateConnection throw exception if no connection string present
* HttpRequest.jvm.cs: fixed LoadWwwForm, should distinguish between query string and form values
* HttpRequest.jvm.cs: fixed LoadWwwForm, fixed multiple values in form collection
* Control.cs: fixed AppRelativeTemplateSourceDirectory property, should not return AppRelativeTemplateSourceDirectory of master page
* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
* almost_config.xml, test_catalog.xml, WebTest.cs: fixed not working tests for asp 2.0
fixed project file names, removed svn hiding
* System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs
* almost_config.xml: fixed almost filters for asp 2.0
* Added not supported configuration sections with mapping to IgnoreSection
* DiagnosticsConfigurationHandler.cs: removed configuration init in TARGET_JVM since not supported
* Control.jvm.cs: fixed TemplateSourceDirectory property
* System_Web/PageDirectories/*: Added new tests for ResolveUrl, TemplateSourceDirectory, etc
* reference20: added reference tests for PageDirectories tests
* System_Web/PageDirectories: net test case added
* BaseHttpServlet.cs: added .appStartTime value to app domain
* StaticFileHandler.cs: fixed ProcessRequest TARGET_JVM path, if_modified_since fixed in WAR mode
* removed tests with not supported calls for TARGET_JVM because of validation failures
* TestBitmap.cs, TestFont.cs, TestIcon.cs, TestRegion.cs: removed tests for TARGET_JVM with not supported method calls
* fixed validation errors
* TypeStubManager.cs: fixed BindingInfo.ctor, it does not takes Name property from WebServiceBindingAttribute in .net 2.0
* ServletWorkerRequest.jvm.cs: fixed ctor, adding welcome page to aspnetconfig folder
* CapabilitiesLoader.cs: added TARGET_JVM part of static members, added caching to GetCapabilities method for performance improvement
* ProfileParser.jvm.cs: performance optimization
* TemplateControl.jvm.cs: fixed WireupAutomaticEvents, performance optimization
* WebConfigurationManager.cs: fixed OpenWebConfiguration, removed GetBasePath call and locations search, since this not affects configuration initialization, but improves performance
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj: added OrdinalComparer.cs
No newline at end of file made this test failing
* SettingsPropertyValue.cs: fixed binary deserealization that may be present as base64 string
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj: removed OrdinalComparer.cs
* BaseHttpServlet.cs: fixed service, should not update context in AppDomain on every request
* HttpApplication.cs: refactred handlers configuration section as member of class
* HttpCookie.cs, HttpCookieCollection.cs: used StringComparer.OrdinalIgnoreCase for cookies and values collections
* HttpContext.jvm.cs, HttpRuntime.cs: cached instance of HttpRuntime in context in addition to AppDomain
* WebConfigurationManager.cs: fixed OpenWebConfiguration, should not lock when checking if configuration is already open
* AnonymousIdentificationModule.cs: added configuration section caching to AppDomain for TARGET_JVM
* AnonymousIdentificationModule.cs: optimized Config property
* HttpContext.cs: AppGlobalResourcesAssembly static member stored in AppDomain for TARGET_JVM
* TemplateControl.jvm.cs: performance improvement, added cache for methods and events in user code
* HttpContext.cs: timeout methods removed from TARGET_J2EE compilation
* System.Web20.csproj:
* webform.js: fixed WebForm_RestoreScrollPosition, old submit call should be from form
* System.Web20.csproj:
Copyright headers added
* BaseParamsCollection.cs: fixed Get(string) property, fixed collection lazy initialization
fixed line ending style
* HtmlTextWriter.cs: used classes instead of structs in TARGET_JVM for AddedTag, AddedStyle and AddedAttr members
* PropertyDescriptorCollection.cs: fixed Find method, compare using invariant culture
* TraceContext.cs: refactoring, cached TraceManager
* HttpWriter.cs: GetMaxByteCount was used in Write and WriteString methods to improve performance of HttpWriter
* HtmlTextWriter.cs: refactoring, created hashtables for tags, styles and attributes arrays, that gives performance improvement in GetTagKey, GetStyleKey and GetAttributeKey methods
* VirtualPathUtility.cs: Normalize method check more carefully if need to normalize, performance fix
* SqlMembershipProvider.cs: fixed DeleteUser, fixed parameter name
* TemplateControl.jvm.cs: refactored key in CachedString method
Request Uri fixing to context root path
* HttpContext.cs: added ProfileInitialized boolean property
* AssemblyResourceLoader.cs: GetResourceUrl, TARGET_JVM will use type's hashcode for resource url
* HtmlTextWriter.cs: EncodeAttributeValue should call HtmlAttributeEncode as documented
* BaseValidator.cs: RegisterValidatorCommonScript, fixed type passed to ClientScriptManager
* SettingValueElement.cs: fixed stub Properties property for System.Configuration fixes
* CompilationSection.cs: TARGET_JVM on not supported features
* System.Web20.csproj: added CompilationSection.cs
* ConfigurationElement.cs: refactored GetKeyProperties and GetDefaultCollection methods, map should not be used here, Properties will do instead.
* AssemblyResourceLoader.cs: GetResourceUrl, fixed typo
* CheckBox.cs: fixed Render, HasAttributes called instead Attributes.Count
* HttpHandlerAction.cs: fixed SplitPaths property to be thread safe
* HttpUtility.cs: fixed HtmlAttributeEncode, performance improvement
* FormsAuthentication.cs: improved performance of GetHexString()
fixed broken 1.1 compatibility
* ObjectStateFormatter.cs: WriterContext.RegisterCache, refactored out parameter
* BaseHttpServlet.cs: fixed service(), it does not creates output stream now
* System.Web20.csproj: added HttpWorkerRequest.jvm.cs, HttpResponseStream.jvm.cs to the project
* WebControl.cs: fixed AddDisplayStyleAttribute, returns if ControlStyle is not created
* ListControl.cs:
* HttpUtility.cs: optimized HtmlEncode and HtmlAttributeEncode methods
* ListItemCollection.cs: optimized SetDirty method
* ObjectStateFormatter.cs: optimized loops in array formatters
HttpResponseStream.jvm.cs: typo bug fixed
* ClientScriptManager.cs: refactored event validation data structure
* ProfileGroupSettingsCollection.cs: added ResetInternal internal method
* ProfileBase.cs: fixed typo bug in InitProperties
* HttpServerUtility.cs: fixed Execute, SetCurrentExePath should be called after ApplicationInstance.GetHandler call in case of GetHandler fails for some reason
* XmlTypeMapping.cs: fixed XmlSerializableMapping ctor, corrected when qualified name is empty
* ListItemCollection.cs: fixed LoadViewState, items restored from viewstate were not saved, fixes bug #82192
* TypeStubManager.cs: fixed BindingInfo.ctor, reverted to ONLY_1_1
* HttpResponseStream.jvm.cs: optimized CharBucket
* HttpResponseTest.cs: Test_Response, TestResponse_Chunked marked as NotWorking in GH
* Page.jvm.cs: fixed RenderResponse property, should not fail in no Contex available
* VirtualPathUtility.cs: refactored GetDirectory, ToAbsolute, added internal api to skip path normalizing
* HtmlControl.cs: fixed PreProcessRelativeReference, should be used ResolveClientUrl
* HtmlImageTest.cs: fixed RenderAttributes, switched to webtest since src attribute must be resolved
* Control.cs: fixed AppRelativeTemplateSourceDirectory that should depend on AppRelativeVirtualPath
* TestImageAttributes.cs: ImageAttributes tests ignored in TARGET_JVM since not ImageAttributes supported
* Bitmap.jvm.cs: fixed InternalPixelFormat TYPE_BYTE_GRAY
* ServletWorkerRequest.jvm.cs: fixed _OutputStream in ServletWorkerRequest ctor
* HttpUtility.cs: performance refactoring, optimized UrlEncode
* HtmlTextWriter.cs: performance refactoring, optimized AddAttribute overloads, used StringComparer for tag, styles and attrs hashtables
* Button.cs, DataControlFieldHeaderCell.cs, FileUpload.cs, Table.cs, RegularExpressionValidator.cs, CheckBox.cs, HiddenField.cs, TableStyle.cs, Image.cs, BulletedList.cs, RangeValidator.cs, BaseValidator.cs, CustomValidator.cs, RepeatInfo.cs, TextBox.cs, RequiredFieldValidator.cs, AdRotator.cs, TableHeaderCell.cs, ImageMap.cs, Panel.cs, CompareValidator.cs, Calendar.cs, ListBox.cs, TableCell.cs, WebControl.cs, ImageButton.cs, TableItemStyle.cs: refactoring, used AddAttribute overload without encoding on known attribute values
* HtmlHead.cs: refactoring, used AddAttribute overload without encoding on known attribute values
* AssemblyResourceLoader.cs: performance optimization, caching urls for built-in resources
* Control.cs: refactoring of LookForControlByName with caching
* TreeView.cs: refactoring, used AddAttribute overload without encoding on known attribute values,
* Menu.cs: performance refactoring, used AddAttribute overload without encoding on known attribute values, optimized DynamicMenu rendering
* CssStyleCollection.cs: used ListDictionary instead of HybridDictionary as underlaying data structure
* SqlRoleProvider.cs: fixed ApplicationName initialization
* ParameterCollection.cs: fixed IndexOfString, should use ordinal compare
* KeyMapperBase.cs: performance optimizations
* GenericProvider.cs: performance optimizations
* PageMapper.cs: fixed comparer in NormalizeName
* DataColumnCollection.cs: refactoring, fixed columnNameCount comparer to remove culture sensitive ToLower() calls
* AbstractDBConnection.cs: performance optimization
* ClientScriptManager.cs: otimized string.Replace in GetScriptLiteral
* Control.cs: optimized GetDirectory call in ResolveClientUrl
* AbstractDataReader.cs: optimized IndexOf in Results proprty
* IKeyMapper.cs: added GetValue to access the connection strings dictionary
* GenericProvider.cs: keyMapping lazy initialization
* ColorTranslator.cs: optimized Html color formatting in ToHtml method
* Page.cs: ResetEventValidationState call moved back to InternalProcessRequest
* UrlUtils.cs: optimized string.Replace in RemoveDoubleSlashes
* BoundField.cs: FormatDataValue, refactored multiple use of ToString
* MasterPageParser.jvm.cs: optimized GetDirectory call
* GenericProvider.cs: fixed broken functionality of keyMapping
* Control.cs: optimized performance in InitControlsCache()
* Style.cs: performance optimization: suppress finalizer added
* Page.jvm.cs: IsMultiForm optimized, cached configuration call
* Unit.cs: performance optimization: ToString fixed, string.Concat used instead of string.Format
* Calendar.cs: performance optimizations:
fixed new files in project
* HttpApplication.cs: added TARGET_JVM to LoadType method
* ProtocolReflector.cs: fixed ImportBinding method, ports with the same name declaration when non-default binding used, #345449
* SiteMapSection.cs: fixed ProvidersInternal property to be thread safe
* Bitmap.jvm.cs: ArgumentException on unknown format from stream
* ProfileParser.jvm.cs: Profile types loading optimized
* Menu.cs: fixed rendering without head tag on page
* ImageCodec.jvm.cs: fixed bitmap resolution
* ListControl.cs: fixed Load/SaveViewState, removed selected indices storing
* ListBoxTest.cs: added tests for ListControl's viewstate
* AppSettingsExpressionBuilder.cs: fixed GetAppSetting, should convert to property type
* added AppSettingsExpressionBuilder.cs to project
* PropertyDescriptorCollection.cs: optimized Find method, removed culture sensitive string comparison
* System.Web.dll.sources: added AspNetDBSchemaChecker.cs
* Cache.cs: added DependencyCache property, a cache object for creating dependencies
refactored thread abort handling
* DataSourceCacheManager.cs: fixed SetCachedObject. fixed sliding expiration timespan
* HttpContext.cs: added resource manager caching in GetResourceObject
* TypeDescriptor.cs: fixed properties order in returning collections in PropertyDescriptorCollection
* Page.jvm.cs: optimized SetupResponseWriter, fixed getChildCount and getChildren methods
merge with r91828, fix of 9542
fixed getTreeStructureToSave
* DataSourceCacheManager.cs: fixed GetKeyFromParameters, in case more than one datasource using the same object with the same select method
fixof #9723, Reenable getping/setping, fixed by jonasm
performance optimizations
fix of 7784
* J2EEConsts.cs: added portal url prefixes
* Control.cs: fixed ResolveClientUrlInternal for portal url prefixes
Added portal url prefix constants
* HttpResponse.cs: fixed AddHeadersNoCache, removed date_header since java app server adds it, under TARGET_J2EE.
* System.Web20.csproj: added ObjectInputStream.cs and ObjectOutputStream.cs
* GlobalizationSection.cs: fixed GetSanitizedCulture, performance optimization
Removed debug printouts
* ObjectStateFormatter.cs: revert of 91820
* Page.jvm.cs: StateSerializer.readExternal and writeExternal fixed to support viewstate encryption
merge -r95483:95484
merge -r95489:95490
* HtmlForm.cs: fixed action attribute in RenderAttributes under TARGET_JVM
merge -r95562:95563
* WebConfigurationManager.cs: performance improvement, cached GetSection method
merge -r96068:96069
* Page.cs: fixed RegisterRequiresPostBack, performance improvement
saving/reading state fix, removed call of ResponseStateManager
merge -r96230:96231
Added SqlProviders with default asp.net names
reverted 96081
fixed RaisePostDataChangedEvent, multiple registrations allowed
fixed CheckBox.cs, should not render RenderInput on selected radio button
* SqlMembershipProvider.cs: exception on empty connection string
* SqlProfileProvider.cs: exception on empty connection string
reverted 96348
* AppResourcesCompiler.jvm.cs: performance improvement in GetCachedLocalResourcesAssembly
* TemplateControl.jvm.cs: perforamce optimization in GetLocalResourceObject
fixed bug 9959
fixed bug 9959
* ProvidersHelper.cs: fixed thread safety issue in InstantiateProvider
merge -r 97125:97126
* AutoGeneratedField.cs, CheckBoxField.cs: fixed OnDataBindField, should hide checkbox only if DataItem is not defined
merge -r 98047:98048
merge -r 96531:96532
* ProtocolReflector.cs: fixed ImportBinding method, ports with the same name declaration when non-default binding used, #345449
* TypeStubManager.cs: fixed TypeStubInfo ctor, default binding name is wrong, when declared in WebServiceBindingAttribute, but not used. fixes. bug number: #345448
ServiceDescriptionReflectorTest.cs: added tests for bug fixes: #345448, #345449, #360241
Vladimir Vukicevic (17):
* ArrayList.cs: initial checkin and implementation
* Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
fix dir name
* Queue.cs: update new capacity in grow(), preventing queue from
* RealProxy.cs, RemotingProxy.cs: move the LogicalCallContext
Note: Some functionality is (temporarily) lost from System.Drawing --
* TimeoutManager.cs: Swap the order of initialization of contexts
* Image.cs: Save should use encoder.FormatID, not Clsid
* gdipFunctions.cs: Fix StreamGetBytesImpl to handle
* Commited patch from pcgod at gmx.net (Bnehamin Jemlich) for
* Graphics.cs, gdipFunctions.cs: Added CreateFromXDrawable_linux.
* BitmapData.cs: re-synchronized with libgdiplus; also
* binary_serialization_format.htm: renamed filename from having
Changes from arch/CVS synchronization
* EncoderParameters.cs: Added ToNativePtr() method to marshal
b=75060, incorrect pinvoke generated for DllImport with ExactSpelling=true, r=vargaz
b=75060, incorrect pinvoke generated for DllImport with ExactSpelling=true, r=vargaz
Vladislav Spivak (72):
svn path=/trunk/mcs/; revision=53048
svn path=/trunk/mcs/; revision=53049
svn path=/trunk/mcs/; revision=53051
svn path=/trunk/mcs/; revision=53053
svn path=/trunk/mcs/; revision=53054
svn path=/trunk/mcs/; revision=53056
svn path=/trunk/mcs/; revision=53061
Patched to ignore trailing spaces
Source exclusion updated
svn path=/trunk/mcs/; revision=53107
Typo
making net_1_1_java profile targets be local
Handle pdb's copy
net_1_1_java includes
net_1_1_java additions
* Missed dependency.
resources
resgen
svn path=/branches/mainsoft/gh1.7/mcs/; revision=54373
resources
bad resource names
svn path=/trunk/mcs/; revision=67519
svn path=/trunk/mcs/; revision=67738
svn path=/trunk/mcs/; revision=67753
svn path=/trunk/mcs/; revision=67754
svn path=/trunk/mcs/; revision=67908
svn path=/trunk/mcs/; revision=67909
svn path=/trunk/mcs/; revision=67910
svn path=/trunk/mcs/; revision=67911
svn path=/trunk/mcs/; revision=67912
svn path=/trunk/mcs/; revision=67913
svn path=/trunk/mcs/; revision=67914
svn path=/trunk/mcs/; revision=67915
svn path=/trunk/mcs/; revision=67916
svn path=/trunk/mcs/; revision=67917
svn path=/trunk/mcs/; revision=67918
svn path=/trunk/mcs/; revision=67976
svn path=/trunk/mcs/; revision=67977
svn path=/trunk/mcs/; revision=67978
RaiseOnDeserializingEvent still not supported in TARGET_JVM profile
Build TARGET_JVM tests without nunit project reference
Intermediate fix for TARGET_JVM tests build
SerializationObjectManager still is not available in TARGET_JVM
svn path=/trunk/mcs/; revision=68199
Fixed nunit reference for TARGET_JVM tests
svn path=/trunk/mcs/; revision=68342
svn path=/trunk/mcs/; revision=68343
svn path=/trunk/mcs/; revision=68344
svn path=/trunk/mcs/; revision=68345
svn path=/trunk/mcs/; revision=68570
svn path=/trunk/mcs/; revision=68571
svn path=/trunk/mcs/; revision=68912
svn path=/trunk/mcs/; revision=68913
svn path=/trunk/mcs/; revision=68914
svn path=/trunk/mcs/; revision=68915
svn path=/trunk/mcs/; revision=68916
NoDeploy flag added
Redesign to support resources custom load and loading pages from parent class loader.
Temporary checked-in repackaged admin app. TODO: fix repackaging issue, or add support for so-called "flat webapp" inside GH build system.
HiddenFieldPageStatePersister added to project file
Fixed descriptor generation
Support for so-called plain webapp, like aspnetconfig application.
svn path=/trunk/mcs/; revision=69331
Predictable, but unique name instead of dll.ghres
Support for assembly win32 resources search.
FlatApp
svn path=/trunk/mcs/; revision=69400
win32 resource name is changed
Added hint pathh for references
Workaround for webservices resources
svn path=/trunk/mcs/; revision=70649
Web.Administration globally replaced by web.AspnetConfig
Wade Berrier (106):
This was talked about on irc...
Fix build on cygwin for win32 (Microsoft.VisualBasic)
Include files for 'make dist'
Oops
Fix Firebird 'make dist' and build
Include resources in order to build from make dist
Include resources in order to build firebird from make dist
Remove space after perl, otherwise it won't run
Remove space after 'perl' so it works on cygwin
* mono.pc.in, mint.pc.in, configure.in: Make these relocatable.
Makefile: Add EXTRA_DISTFILES to include all missing files from 'make dist'
Oops
One more oops
Bump version for tag
Added EXTRA_DISTFILES to fix make dist build
Add missing EXTRA_DISTFILES
Commented out AC_DISABLE_FAST_INSTALL
* Mono.Cairo/Makefile: Fix EXTRA_DIST to include samples in
* mono-cairo.pc.in: use $prefix/lib instead of $libdir,
Version bump
Makefile: fix man path
fix type of last commit
version bump
fix macro syntax
version bump
* scripts/mono-find-provides.in: Only scan files that are in the gac.
serial.c: Add sys/filio.h for solaris for FIONREAD
udate monodoc command
* threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
Makefile: fix resource filenames to fix make dist
Makefile: oops, add some more missing resources.
* tramp-s390.c: Fix s390 build (add missing pointer declarations
* Makefile.am: add test-inline-call-stack-library.cs and test-inline-call-stack.cs
* RichTextBox.cs: More ISO8859-1 -> unicode
* Makefile: Make sure mainsoft NunitWeb files are included for make dist
* Makefile.am: Fix sources list for svn rename so that make dist succeeds
* Makefile: Update for dialog-question3.png -> dialog-question.png rename
svn:ignore: Ignore Makefile and Makefile.in for this and
* Makefile (EXTRA_DISTFILES): Remove Test/resource/SimpleTask.cs (the file
* Makefile.am: Rename 'all' target so tests aren't compiled at build time.
* Makefile.am: Remove 'check-local' target so these tests don't get
configure.in: version bump for 1.1.16
* Makefile: Remove Test/mainsoft/NunitWebResources/PostBackMenuTest.aspx from Makefile
* Makefile: add some files EXTRA_DISTFILES needed by the tests
* scripts/mono-find-requires.in: Change rpm requires to >= 1.0.3300.0 instead of
* scripts/mono-find-provides.in: Remove support for only scanning files in the gac.
* gacutil.1 : Change automake usage example because we always use $(prefix)/lib
version bump
* Makefile: Non consequential casing rename for thisdir
* configure.in: Add required CFLAGS for s390[x] (-mbackchain)
version bump
* Makefile.am: remove map-icalls.h so make dist succeeds
* Makefile: remove README, Mono.System.XML.csproj,
configure.in: version bump to 1.2
mono/tests/Makefile.am: Fix path to mkbundle so test passes
tag 1.2.1
unbump version so version sorting is done correctly for monobuild
* scripts/mono-find-provides.in:
Add missing </p> for xml text reader (monodoc make dist)
scripts/Makefile.am: Add api-info and api-diff wrappers
* Makefile: Move files from EXTRA_DISTFILES to DISTFILES so they
* Makefile: Added security to net_2_0_SUBDIRS (so httpcfg.exe
* Makefile: Consolidate more lists and make some
2007-03-05 Wade Berrier <wberrier at novell.com>
mini-ppc.h: Undo typo of MONO_CONTEXT_SET_SP (ppc doesn't define this
* Makefile.am:
version bump for 1.2.3.50
* supportw.c (SendMessageA/GetWindowLongA): Return values to fix some
2007-04-06 Wade Berrier <wberrier at novell.com>
tools/culevel/Makefile:
Revert 75850, didn't work.
svn path=/trunk/mcs/; revision=75858
version bump for 1.2.4
* mini-s390x.c: Remove redeclaration of CompRelation and
2007-05-05 Wade Berrier <wberrier at novell.com>
2007-05-07 Wade Berrier <wberrier at novell.com>
* mono-shlib-cop.exe.config: Remove "does-not-exist" dllmap
* atomic.h (InterlockedExchangePointer): cast to pointer to to
2007-06-06 Wade Berrier <wberrier at novell.com>
2007-06-09 Wade Berrier <wberrier at novell.com>
2007-06-15 Wade Berrier <wberrier at novell.com>
* scripts/mono-find-requires.in: add special 64bit case for ia64.
* configure.in: version bump -> 1.2.5
2007-07-30 Lluis Sanchez Gual <lluis at novell.com>
2007-08-14 Wade Berrier <wberrier at novell.com>
2007-08-20 Wade Berrier <wberrier at novell.com>
2007-09-04 Wade Berrier <wberrier at novell.com>
2007-09-10 Wade Berrier <wberrier at novell.com>
scripts/Makefile.am:
2007-10-09 Wade Berrier <wberrier at novell.com>
2007-10-31 Wade Berrier <wberrier at novell.com>
2007-11-08 Wade Berrier <wberrier at novell.com>
2007-11-08 Wade Berrier <wberrier at novell.com>
2007-11-08 Wade Berrier <wberrier at novell.com>
version bump -> 1.2.6
make sure html dir exists
2008-01-16 Wade Berrier <wberrier at novell.com>
* cpu-g4.md:
Print a warning to stderr instead of generating invalid deps containing
configure.in:
2008-03-05 Wade Berrier <wberrier at novell.com>
Fix sed command so that 'scripts_defaults' scripts work.
2008-04-16 Wade Berrier <wberrier at novell.com>
2008-04-18 Wade Berrier <wberrier at novell.com>
2008-05-07 Wade Berrier <wberrier at novell.com>
2008-05-23 Wade Berrier <wberrier at novell.com>
Wictor Wilén (3):
Started Implementation of this class
Wictor Wil�n <wictor at iBizkit.se>
2002-03-28 Wictor Wiln <wictor at iBizkit.se>
Yaacov Akiba Slama (5):
This patch extends the mechanism of .sources and gives the possibility to have
*.class is forbidden
Merge the ability to disable connection pooling
ldap test server change
run-tests.bat succeeds again with a kerberos/openldap/sasl server configured with the realm EXAMPLE.COM
Yoni Klain (169):
Added SiteMapDataSourceTest.cs
svn path=/trunk/mcs/; revision=60686
svn path=/trunk/mcs/; revision=60765
svn path=/trunk/mcs/; revision=60908
svn path=/trunk/mcs/; revision=60910
svn path=/trunk/mcs/; revision=60917
svn path=/trunk/mcs/; revision=60919
svn path=/trunk/mcs/; revision=60920
svn path=/trunk/mcs/; revision=60922
svn path=/trunk/mcs/; revision=60936
svn path=/trunk/mcs/; revision=60939
svn path=/trunk/mcs/; revision=61207
svn path=/trunk/mcs/; revision=61208
svn path=/trunk/mcs/; revision=61209
modification for master page unitests
Tests for GridView and GridView subclasses
Add GridView tests and GridView subclasses
svn path=/trunk/mcs/; revision=62071
svn path=/trunk/mcs/; revision=62345
svn path=/trunk/mcs/; revision=62372
svn path=/trunk/mcs/; revision=62376
svn path=/trunk/mcs/; revision=62426
2006-07-12 Yoni Klain <yonik at mainsoft.com>
Added free new tests foe wizard subclasses : WizardStepTest.cs; WizardStepCollectionTest.cs; WizardStepBaseTest.cs
Add embedded resource to wizardStepBase test
SiteMapPathTest.cs : add new tests
Added new tests for gridview
add tests to XmlDataSourceTest.cs , add resources for this tests
XmlDataSourceTest.cs add tests
ObjectDataSourceViewTest.cs: added new tests
Added resource for LoginViewTest.cs
Add new test CallBackTest.cs and 2 new resources for this test CallbackTest1.aspx and CallbackTest2.aspx
new test added : DataSourceControlTest.cs and DataSourceViewTest.cs
Request for additional functionality
svn path=/trunk/mcs/; revision=64099
Add new test ClientScriptManagerTest.cs and resources: ClientScript.js , EventValidationTest1.aspx ,EventValidationTest2.aspx
ClientScriptManagerTest.cs: changes for not implemented stuff.
svn path=/trunk/mcs/; revision=65526
Recommit .Full sources file.
svn path=/trunk/mcs/; revision=65562
svn path=/trunk/mcs/; revision=65572
Add new test for System.Web.System.Web.UI.WebControls.CrossPagePostingTest.cs;
Add new tests to CheckBoxTest.cs net_2_0 category
New test added to MasterPageTest.cs + new resources for this test.
Add new tests and resources to System.Web.UI.PageTest.cs
svn path=/trunk/mcs/; revision=66502
BaseCompareValidatorTest.cs added new tests for 2.0
Tests changed for run-tests-ondotnet task, and needed categodies added.
Changes to fix run-tests-ondotnet target , and needed categories added.
Categories added. Tests created in MonoCasTests namespace with no CAS category.
Added a NotDotNet category attribute for tests that pass on mono and do not pass on .NET, yet the difference in behavior is reasonable.
added a NotWorking category attribute for tests that pass on .NET and fail on mono.
Little format and directive changed for revision 67260
Increase tests' correctness as now they better follow the .NET behavior, and
2006-11-09 Yoni Klain <yonik at mainsoft.com>
ControlTest.cs added new tests and resources
ControlTest.cs add directive for 1.1
ControlTest.cs add directive for 1.1
New tests for System.Web.UI.PageTest.cs and new resources.
Changes for remote access to utility. Add var to web.config for indicate local or remote accessing option.
ButtonTest.cs added new tests for 2.0
ButtonColumnTest.cs: added new test for 2.0
CheckBoxTest.cs: added new test for 2.0
EditCommandColumnTest.cs: added new test for 2.0
svn path=/trunk/mcs/; revision=68474
ImageButtonTest.cs added new tests for 2.0 and new resource NoEventValidation.aspx
LinkButtonTest.cs added new tests for 2.0
New tests for ListControl 2.0 + resource ListControlPage.aspx
PanetTest.cs added new test for 2.0
svn path=/trunk/mcs/; revision=68756
svn path=/trunk/mcs/; revision=68757
RadioButtonTest.cs: added new test for 2.0
2006-12-03 Hagit Yidov <hagity at xmainsoft.com>
Add new tests to TextBoxTest.cs and new resource for those tests TextBoxTestlPage.aspx
XmlTest.cs added new tests for 2.0
TableTest.cs added new tests for 2.0
RepeaterTest.cs added new tests for 2.0
2006-12-05 Yoni Klain <yonik at mainsoft.com>
2006-12-05 Yoni Klain <yonik at mainsoft.com>
svn path=/trunk/mcs/; revision=69092
New version of resources added
2006-12-06 Yoni Klain <yonik at mainsoft.com>
2006-12-06 Yoni Klain <yonik at mainsoft.com>
2006-12-06 Yoni Klain <yonik at mainsoft.com>
svn path=/trunk/mcs/; revision=69310
svn path=/trunk/mcs/; revision=69311
svn path=/trunk/mcs/; revision=69312
WizardTest.cs new tests added.
MenuTest.cs added new test.
2006-12-13 Yoni Klain <yonik at mainsoft.com>
2006-12-13 Yoni Klain <yonik at mainsoft.com>
2006-12-14 Yoni Klain <yonik at mainsoft.com>
2006-12-14 Yoni Klain <yonik at mainsoft.com>
2006-12-14 Yoni Klain <yonik at mainsoft.com>
2006-12-17 Yoni Klain <yonik at mainsoft.com>
Changes for validations on fast request and Email validation.
Changes for not log in new created user by this utility to running application.
Changes for Roles enabling and disabling. Default disable.
By Yonik <yonik at mainsoft.com>
2007-01-28 yonik <yonik at mainsoft.com>
By : yonik <yonik at mainsoft.com>
2007-01-30 yonik <yonik at mainsoft.com>
2007-02-04 yonik <yonik at mainsoft.com>
2007-02-04 yonik <yonik at mainsoft.com>
2007-02-19 <yonik at mainsoft.com>
svn path=/trunk/mcs/; revision=73100
2007-02-20 <yonik at mainsoft.com>
1/04/07 by: Yonik <yonik at mainsoft.com>
By :Yonik <yonik at mainsoft.com> Date: 05.04.07
<03.05.07 by : Yoni <Yonik at mainsoft.com >
<29/05/07 by:yoni yonik at mainsoft.com>
<29/05/07 by:yoni yonik at mainsoft.com>
2007-06-20 yonik <yonik at mainsoft.com>
Ported quick start samples to the tests application
typo fix
New tests for QuickStarts test suite
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
svn path=/trunk/mcs/; revision=82434
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
Moved remotely
Moved remotely
Moved remotely
Moved remotely
Removed file/folder
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
By : Yonik <yonik at mainsoft.com>
Zac Bowling (3):
2006-05-02 Zac Bowling <zac at zacbowling.com>
2006-05-20 Zac Bowling <zac at zacbowling.com>
2006-06-01 Zac Bowling <zac at zacbowling.com>
Zoltan Varga (7702):
2002-10-25 Zoltan Varga <vargaz at freemail.hu>
2002-10-25 Zoltan Varga <vargaz at freemail.hu>
2002-10-25 Zoltan Varga <vargaz at freemail.hu>
2002-10-29 Zoltan Varga <vargaz at freemail.hu>
* image.h reflection.h reflection.c class.h class.c loader.c object.c:
* FieldBuilder.cs: added 'handle' field which is needed by some new
2003-01-10 Zoltan Varga <vargaz at freemail.hu>
2003-01-10 Zoltan Varga <vargaz at freemail.hu>
2003-01-17 Zoltan Varga <vargaz at freemail.hu>
2003-01-17 Zoltan Varga <vargaz at freemail.hu>
2003-01-23 Zoltan Varga <vargaz at freemail.hu>
2003-01-26 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-27 Zoltan Varga <vargaz at freemail.hu>
2003-01-28 Zoltan Varga <vargaz at freemail.hu>
2003-01-28 Zoltan Varga <vargaz at freemail.hu>
2003-01-28 Zoltan Varga <vargaz at freemail.hu>
2003-01-28 Zoltan Varga <vargaz at freemail.hu>
2003-01-29 Zoltan Varga <vargaz at freemail.hu>
2003-01-29 Zoltan Varga <vargaz at freemail.hu>
2003-01-30 Zoltan Varga <vargaz at freemail.hu>
2003-01-30 Zoltan Varga <vargaz at freemail.hu>
2003-01-31 Zoltan Varga <vargaz at freemail.hu>
2003-01-31 Zoltan Varga <vargaz at freemail.hu>
2003-02-04 Zoltan Varga <vargaz at freemail.hu>
2003-02-04 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-08 Zoltan Varga <vargaz at freemail.hu>
2003-02-09 Zoltan Varga <vargaz at freemail.hu>
2003-02-09 Zoltan Varga <vargaz at freemail.hu>
2003-02-10 Zoltan Varga <vargaz at freemail.hu>
2003-02-10 Zoltan Varga <vargaz at freemail.hu>
2003-02-10 Zoltan Varga <vargaz at freemail.hu>
Added regression test for bug #29859.
2003-02-11 Zoltan Varga <vargaz at freemail.hu>
2003-02-12 Zoltan Varga <vargaz at freemail.hu>
2003-02-12 Zoltan Varga <vargaz at freemail.hu>
2003-02-12 Zoltan Varga <vargaz at freemail.hu>
2003-02-13 Zoltan Varga <vargaz at freemail.hu>
2003-02-13 Zoltan Varga <vargaz at freemail.hu>
2003-02-13 Zoltan Varga <vargaz at freemail.hu>
2003-02-13 Zoltan Varga <vargaz at freemail.hu>
2003-02-13 Zoltan Varga <vargaz at freemail.hu>
2003-02-14 Zoltan Varga <vargaz at freemail.hu>
2003-02-15 Zoltan Varga <vargaz at freemail.hu>
2003-02-16 Zoltan Varga <vargaz at freemail.hu>
2003-02-21 Zoltan Varga <vargaz at freemail.hu>
2003-02-21 Zoltan Varga <vargaz at freemail.hu>
2003-02-22 Zoltan Varga <vargaz at freemail.hu>
2003-02-26 Zoltan Varga <vargaz at freemail.hu>
2003-02-27 Zoltan Varga <vargaz at freemail.hu>
2003-02-27 Zoltan Varga <vargaz at freemail.hu>
2003-02-28 Zoltan Varga <vargaz at freemail.hu>
2003-02-28 Zoltan Varga <vargaz at freemail.hu>
2003-02-28 Zoltan Varga <vargaz at freemail.hu>
2003-02-28 Zoltan Varga <vargaz at freemail.hu>
2003-02-28 Zoltan Varga <vargaz at freemail.hu>
2003-03-06 Zoltan Varga <vargaz at freemail.hu>
2003-03-07 Zoltan Varga <vargaz at freemail.hu>
2003-03-10 Zoltan Varga <vargaz at freemail.hu>
2003-03-17 Zoltan Varga <vargaz at freemail.hu>
2003-03-17 Zoltan Varga <vargaz at freemail.hu>
2003-03-17 Zoltan Varga <vargaz at freemail.hu>
2003-03-17 Zoltan Varga <vargaz at freemail.hu>
2003-03-25 Zoltan Varga <vargaz at freemail.hu>
2003-03-25 Zoltan Varga <vargaz at freemail.hu>
2003-03-25 Zoltan Varga <vargaz at freemail.hu>
2003-03-26 Zoltan Varga <vargaz at freemail.hu>
2003-03-27 Zoltan Varga <vargaz at freemail.hu>
2003-03-27 Zoltan Varga <vargaz at freemail.hu>
2003-03-27 Zoltan Varga <vargaz at freemail.h>
2003-03-30 Zoltan Varga <vargaz at freemail.hu>
2003-03-30 Zoltan Varga <vargaz at freemail.hu>
2003-04-01 Zoltan Varga <vargaz at freemail.hu>
2003-04-02 Zoltan Varga <vargaz at freemail.hu>
2003-04-02 Zoltan Varga <vargaz at freemail.hu>
2003-04-03 Zoltan Varga <vargaz at freemail.hu>
2003-04-03 Zoltan Varga <vargaz at freemail.hu>
2003-04-04 Zoltan Varga <vargaz at freemail.hu>
2003-04-04 Zoltan Varga <vargaz at freemail.hu>
2003-04-09 Zoltan Varga <vargaz at freemail.hu>
2003-04-09 Zoltan Varga <vargaz at freemail.hu>
2003-04-09 Zoltan Varga <vargaz at freemail.hu>
2003-04-10 Zoltan Varga <vargaz at freemail.hu>
2003-04-10 Zoltan Varga <vargaz at freemail.hu>
2003-04-10 Zoltan Varga <vargaz at freemail.hu>
2003-04-12 Zoltan Varga <vargaz at freemail.hu>
2003-04-17 Zoltan Varga <vargaz at freemail.hu>
2003-04-17 Zoltan Varga <vargaz at freemail.hu>
2003-04-17 Zoltan Varga <vargaz at freemail.hu>
Oops.
2003-04-17 Zoltan Varga <vargaz at freemail.hu>
Added tests for the 'synchronized' method attribute.
2003-04-18 Zoltan Varga <vargaz at freemail.hu>
2003-04-18 Zoltan Varga <vargaz at freemail.hu>
2003-04-18 Zoltan Varga <vargaz at freemail.hu>
2003-04-18 Zoltan Varga <vargaz at freemail.hu>
2003-04-18 Zoltan Varga <vargaz at freemail.hu>
2003-04-19 Zoltan Varga <vargaz at freemail.hu>
2003-04-27 Zoltan Varga <vargaz at freemail.hu>
Added myself.
2003-04-28 Zoltan Varga <vargaz at freemail.hu>
2003-04-28 Zoltan Varga <vargaz at freemail.hu>
2003-05-01 Zoltan Varga <vargaz at freemail.hu>
2003-05-07 Zoltan Varga <vargaz at freemail.hu>
2003-05-08 Zoltan Varga <vargaz at freemail.hu>
2003-05-08 Zoltan Varga <vargaz at freemail.hu>
2003-05-09 Zoltan Varga <vargaz at freemail.hu>
2003-05-09 Zoltan Varga <vargaz at freemail.hu>
2003-05-10 Zoltan Varga <vargaz at freemail.hu>
2003-05-12 Zoltan Varga <vargaz at freemail.hu>
2003-05-12 Zoltan Varga <vargaz at freemail.hu>
2003-05-12 Zoltan Varga <vargaz at freemail.hu>
2003-05-14 Zoltan Varga <vargaz at freemail.hu>
2003-05-12 Zoltan Varga <vargaz at freemail.hu>
2003-05-11 Zoltan Varga <vargaz at freemail.hu>
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
Missing file from last checkin.
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
2003-05-19 Zoltan Varga <vargaz at freemail.hu>
2003-05-20 Zoltan Varga <vargaz at freemail.hu>
2003-05-20 Zoltan Varga <vargaz at freemail.hu>
2003-05-20 Zoltan Varga <vargaz at freemail.hu>
2003-05-20 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-21 Zoltan Varga <vargaz at freemail.hu>
2003-05-22 Zoltan Varga <vargaz at freemail.hu>
2003-05-22 Zoltan Varga <vargaz at freemail.hu>
2003-05-23 Zoltan Varga <vargaz at freemail.hu>
2003-05-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-01 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-10 Zoltan Varga <vargaz at freemail.hu>
2003-06-11 Zoltan Varga <vargaz at freemail.hu>
2003-06-12 Zoltan Varga <vargaz at freemail.hu>
2003-06-13 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-15 Zoltan Varga <vargaz at freemail.hu>
2003-06-17 Zoltan Varga <vargaz at freemail.hu>
2003-06-17 Zoltan Varga <vargaz at freemail.hu>
2003-06-17 Zoltan Varga <vargaz at freemail.hu>
2003-06-17 Zoltan Varga <vargaz at freemail.hu>
2003-06-17 Zoltan Varga <vargaz at freemail.hu>
2003-06-18 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-06-30 Zoltan Varga <vargaz at freemail.hu>
2003-07-01 Zoltan Varga <vargaz at freemail.hu>
2003-07-01 Zoltan Varga <vargaz at freemail.hu>
2003-07-01 Zoltan Varga <vargaz at freemail.hu>
2003-07-02 Zoltan Varga <vargaz at freemail.hu>
2003-07-02 Zoltan Varga <vargaz at freemail.hu>
2003-07-10 Zoltan Varga <vargaz at freemail.hu>
2003-07-10 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-06-27 Zoltan Varga <vargaz at freemail.hu>
2003-07-11 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-13 Zoltan Varga <vargaz at freemail.hu>
2003-07-22 Zoltan Varga <vargaz at freemail.hu>
2003-07-22 Zoltan Varga <vargaz at freemail.hu>
2003-07-22 Zoltan Varga <vargaz at freemail.hu>
2003-07-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-15 Zoltan Varga <vargaz at freemail.hu>
2003-08-15 Zoltan Varga <vargaz at freemail.hu>
2003-08-15 Zoltan Varga <vargaz at freemail.hu>
2003-08-15 Zoltan Varga <vargaz at freemail.hu>
2003-08-16 Zoltan Varga <vargaz at freemail.hu>
2003-08-16 Zoltan Varga <vargaz at freemail.hu>
2003-08-16 Zoltan Varga <vargaz at freemail.hu>
2003-08-18 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-21 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-22 Zoltan Varga <vargaz at freemail.hu>
2003-08-25 Zoltan Varga <vargaz at freemail.hu>
2003-08-25 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-26 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-27 Zoltan Varga <vargaz at freemail.hu>
2003-08-28 Zoltan Varga <vargaz at freemail.hu>
2003-08-28 Zoltan Varga <vargaz at freemail.hu>
2003-08-29 Zoltan Varga <vargaz at freemail.hu>
2003-08-29 Zoltan Varga <vargaz at freemail.hu>
2003-08-29 Zoltan Varga <vargaz at freemail.hu>
2003-08-29 Zoltan Varga <vargaz at freemail.hu>
2003-08-30 Zoltan Varga <vargaz at freemail.hu>
2003-08-30 Zoltan Varga <vargaz at freemail.hu>
2003-08-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-01 Zoltan Varga <vargaz at freemail.hu>
2003-09-01 Zoltan Varga <vargaz at freemail.hu>
2003-09-01 Zoltan Varga <vargaz at freemail.hu>
2003-09-01 Zoltan Varga <vargaz at freemail.hu>
2003-09-03 Zoltan Varga <vargaz at freemail.hu>
2003-09-03 Zoltan Varga <vargaz at freemail.hu>
2003-09-03 Zoltan Varga <vargaz at freemail.hu>
2003-09-03 Zoltan Varga <vargaz at freemail.hu>
2003-09-04 Zoltan Varga <vargaz at freemail.hu>
2003-09-04 Zoltan Varga <vargaz at freemail.hu>
2003-09-04 Zoltan Varga <vargaz at freemail.hu>
2003-09-04 Zoltan Varga <vargaz at freemail.hu>
2003-09-04 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-08 Zoltan Varga <vargaz at freemail.hu>
2003-09-09 Zoltan Varga <vargaz at freemail.hu>
2003-09-09 Zoltan Varga <vargaz at freemail.hu>
2003-09-10 Zoltan Varga <vargaz at freemail.hu>
2003-09-10 Zoltan Varga <vargaz at freemail.hu>
2003-09-10 Zoltan Varga <vargaz at freemail.hu>
2003-09-11 Zoltan Varga <vargaz at freemail.hu>
2003-09-11 Zoltan Varga <vargaz at freemail.hu>
2003-09-11 Zoltan Varga <vargaz at freemail.hu>
2003-09-12 Zoltan Varga <vargaz at freemail.hu>
2003-09-12 Zoltan Varga <vargaz at freemail.hu>
2003-09-14 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-15 Zoltan Varga <vargaz at freemail.hu>
2003-09-25 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-26 Zoltan Varga <vargaz at freemail.hu>
2003-09-27 Zoltan Varga <vargaz at freemail.hu>
2003-09-27 Zoltan Varga <vargaz at freemail.hu>
2003-09-27 Zoltan Varga <vargaz at freemail.hu>
2003-09-29 Zoltan Varga <vargaz at freemail.hu>
2003-09-29 Zoltan Varga <vargaz at freemail.hu>
2003-09-29 Zoltan Varga <vargaz at freemail.hu>
2003-09-29 Zoltan Varga <vargaz at freemail.hu>
2003-09-29 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-09-30 Zoltan Varga <vargaz at freemail.hu>
2003-10-01 Zoltan Varga <vargaz at freemail.hu>
2003-10-02 Zoltan Varga <vargaz at freemail.hu>
Get rid of conflict indicators.
2003-10-03 Zoltan Varga <vargaz at freemail.hu>
2003-10-03 Zoltan Varga <vargaz at freemail.hu>
2003-10-03 Zoltan Varga <vargaz at freemail.hu>
2003-10-03 Zoltan Varga <vargaz at freemail.hu>
2003-10-03 Zoltan Varga <vargaz at freemail.hu>
2003-10-05 Zoltan Varga <vargaz at freemail.hu>
2003-10-05 Zoltan Varga <vargaz at freemail.hu>
2003-10-05 Zoltan Varga <vargaz at freemail.hu>
2003-10-06 Zoltan Varga <vargaz at freemail.hu>
2003-10-06 Zoltan Varga <vargaz at freemail.hu>
2003-10-06 Zoltan Varga <vargaz at freemail.hu>
2003-10-07 Zoltan Varga <vargaz at freemail.hu>
2003-10-07 Zoltan Varga <vargaz at freemail.hu>
2003-10-08 Zoltan Varga <vargaz at freemail.hu>
2003-10-09 Zoltan Varga <vargaz at freemail.hu>
2003-10-09 Zoltan Varga <vargaz at freemail.hu>
2003-10-09 Zoltan Varga <vargaz at freemail.hu>
2003-10-09 Zoltan Varga <vargaz at freemail.hu>
2003-10-10 Zoltan Varga <vargaz at freemail.hu>
2003-10-10 Zoltan Varga <vargaz at freemail.hu>
2003-10-10 Zoltan Varga <vargaz at freemail.hu>
2003-10-10 Zoltan Varga <vargaz at freemail.hu>
2003-10-12 Zoltan Varga <vargaz at freemail.hu>
2003-10-12 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-13 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-15 Zoltan Varga <vargaz at freemail.hu>
2003-10-16 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-17 Zoltan Varga <vargaz at freemail.hu>
2003-10-18 Zoltan Varga <vargaz at freemail.hu>
2003-10-20 Zoltan Varga <vargaz at freemail.hu>
2003-10-20 Zoltan Varga <vargaz at freemail.hu>
2003-10-20 Zoltan Varga <vargaz at freemail.hu>
2003-10-21 Zoltan Varga <vargaz at freemail.hu>
2003-10-22 Zoltan Varga <vargaz at freemail.hu>
2003-10-24 Zoltan Varga <vargaz at freemail.hu>
2003-10-24 Zoltan Varga <vargaz at freemail.hu>
2003-10-24 Zoltan Varga <vargaz at freemail.hu>
2003-10-24 Zoltan Varga <vargaz at freemail.hu>
2003-10-24 Zoltan Varga <vargaz at freemail.hu>
2003-10-25 Zoltan Varga <vargaz at freemail.hu>
2003-10-25 Zoltan Varga <vargaz at freemail.hu>
2003-10-25 Zoltan Varga <vargaz at freemail.hu>
2003-10-25 Zoltan Varga <vargaz at freemail.hu>
2003-10-25 Zoltan Varga <vargaz at freemail.hu>
2003-10-27 Zoltan Varga <vargaz at freemail.hu>
2003-10-27 Zoltan Varga <vargaz at freemail.hu>
2003-10-27 Zoltan Varga <vargaz at freemail.hu>
2003-10-27 Zoltan Varga <vargaz at freemail.hu>
2003-10-27 Zoltan Varga <vargaz at freemail.hu>
2003-10-29 Zoltan Varga <vargaz at freemail.hu>
2003-10-29 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-10-31 Zoltan Varga <vargaz at freemail.hu>
2003-11-01 Zoltan Varga <vargaz at freemail.hu>
2003-11-01 Zoltan Varga <vargaz at freemail.hu>
2003-11-01 Zoltan Varga <vargaz at freemail.hu>
2003-11-01 Zoltan Varga <vargaz at freemail.hu>
2003-11-01 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-03 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <vargaz at freemail.hu>
2003-11-06 Zoltan Varga <zovarga at ws-zovarga2>
2003-11-06 Zoltan Varga <zovarga at ws-zovarga2>
2003-11-07 Zoltan Varga <vargaz at freemail.hu>
2003-11-07 Zoltan Varga <vargaz at freemail.hu>
2003-11-07 Zoltan Varga <vargaz at freemail.hu>
2003-11-07 Zoltan Varga <vargaz at freemail.hu>
2003-11-07 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-10 Zoltan Varga <vargaz at freemail.hu>
2003-11-11 Zoltan Varga <vargaz at freemail.hu>
2003-11-11 Zoltan Varga <vargaz at freemail.hu>
2003-11-11 Zoltan Varga <vargaz at freemail.hu>
2003-11-11 Zoltan Varga <vargaz at freemail.hu>
2003-11-11 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-12 Zoltan Varga <vargaz at freemail.hu>
2003-11-13 Zoltan Varga <vargaz at freemail.hu>
2003-11-14 Zoltan Varga <vargaz at freemail.hu>
2003-11-15 Zoltan Varga <vargaz at freemail.hu>
2003-11-15 Zoltan Varga <vargaz at freemail.hu>
2003-11-16 Zoltan Varga <vargaz at freemail.hu>
2003-11-16 Zoltan Varga <vargaz at freemail.hu>
2003-11-16 Zoltan Varga <vargaz at freemail.hu>
2003-11-16 Zoltan Varga <vargaz at freemail.hu>
2003-11-16 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-17 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-18 Zoltan Varga <vargaz at freemail.hu>
2003-11-19 Zoltan Varga <vargaz at freemail.hu>
2003-11-21 Zoltan Varga <vargaz at freemail.hu>
2003-11-21 Zoltan Varga <vargaz at freemail.hu>
2003-11-21 Zoltan Varga <vargaz at freemail.hu>
2003-11-21 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-24 Zoltan Varga <vargaz at freemail.hu>
2003-11-25 Zoltan Varga <vargaz at freemail.hu>
2003-11-25 Zoltan Varga <vargaz at freemail.hu>
2003-11-25 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-26 Zoltan Varga <vargaz at freemail.hu>
2003-11-27 Zoltan Varga <vargaz at freemail.hu>
2003-11-27 Zoltan Varga <vargaz at freemail.hu>
2003-11-27 Zoltan Varga <vargaz at freemail.hu>
2003-11-27 Zoltan Varga <vargaz at freemail.hu>
2003-11-28 Zoltan Varga <vargaz at freemail.hu>
2003-11-28 Zoltan Varga <vargaz at freemail.hu>
2003-11-28 Zoltan Varga <vargaz at freemail.hu>
2003-11-30 Zoltan Varga <vargaz at freemail.hu>
2003-11-30 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-03 Zoltan Varga <vargaz at freemail.hu>
2003-12-04 Zoltan Varga <vargaz at freemail.hu>
2003-12-04 Zoltan Varga <vargaz at freemail.hu>
2003-12-04 Zoltan Varga <vargaz at freemail.hu>
2003-12-05 Zoltan Varga <vargaz at freemail.hu>
2003-12-06 Zoltan Varga <vargaz at freemail.hu>
2003-12-07 Zoltan Varga <vargaz at freemail.hu>
2003-12-07 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-08 Zoltan Varga <vargaz at freemail.hu>
2003-12-09 Zoltan Varga <vargaz at freemail.hu>
2003-12-09 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-10 Zoltan Varga <vargaz at freemail.hu>
2003-12-12 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-13 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-15 Zoltan Varga <vargaz at freemail.hu>
2003-12-16 Zoltan Varga <vargaz at freemail.hu>
2003-12-16 Zoltan Varga <vargaz at freemail.hu>
2003-12-16 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-17 Zoltan Varga <vargaz at freemail.hu>
2003-12-18 Zoltan Varga <vargaz at freemail.hu>
2003-12-18 Zoltan Varga <vargaz at freemail.hu>
2003-12-18 Zoltan Varga <vargaz at freemail.hu>
2003-12-18 Zoltan Varga <vargaz at freemail.hu>
2003-12-19 Zoltan Varga <vargaz at freemail.hu>
2003-12-19 Zoltan Varga <vargaz at freemail.hu>
2003-12-19 Zoltan Varga <vargaz at freemail.hu>
2003-12-19 Zoltan Varga <vargaz at freemail.hu>
2003-12-19 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-20 Zoltan Varga <vargaz at freemail.hu>
2003-12-22 Zoltan Varga <vargaz at freemail.hu>
2003-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-01-02 Zoltan Varga <vargaz at freemail.hu>
2004-01-02 Zoltan Varga <vargaz at freemail.hu>
2004-01-02 Zoltan Varga <vargaz at freemail.hu>
2004-01-03 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-05 Zoltan Varga <vargaz at freemail.hu>
2004-01-06 Zoltan Varga <vargaz at freemail.hu>
2004-01-07 Zoltan Varga <vargaz at freemail.hu>
2004-01-07 Zoltan Varga <vargaz at freemail.hu>
2004-01-07 Zoltan Varga <vargaz at freemail.hu>
2004-01-07 Zoltan Varga <vargaz at freemail.hu>
2004-01-08 Zoltan Varga <vargaz at freemail.hu>
2004-01-08 Zoltan Varga <vargaz at freemail.hu>
2004-01-08 Zoltan Varga <vargaz at freemail.hu>
2004-01-08 Zoltan Varga <vargaz at freemail.hu>
2004-01-08 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-09 Zoltan Varga <vargaz at freemail.hu>
2004-01-10 Zoltan Varga <vargaz at freemail.hu>
2004-01-12 Zoltan Varga <vargaz at freemail.hu>
2004-01-12 Zoltan Varga <vargaz at freemail.hu>
2004-01-12 Zoltan Varga <vargaz at freemail.hu>
2004-01-13 Zoltan Varga <vargaz at freemail.hu>
2004-01-13 Zoltan Varga <vargaz at freemail.hu>
2004-01-13 Zoltan Varga <vargaz at freemail.hu>
2004-01-13 Zoltan Varga <vargaz at freemail.hu>
2004-01-13 Zoltan Varga <vargaz at freemail.hu>
2004-01-14 Zoltan Varga <vargaz at freemail.hu>
2004-01-14 Zoltan Varga <vargaz at freemail.hu>
2004-01-14 Zoltan Varga <vargaz at freemail.hu>
2004-01-14 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-15 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-16 Zoltan Varga <vargaz at freemail.hu>
2004-01-17 Zoltan Varga <vargaz at freemail.hu>
2004-01-17 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-19 Zoltan Varga <vargaz at freemail.hu>
2004-01-20 Zoltan Varga <vargaz at freemail.hu>
2004-01-21 Zoltan Varga <vargaz at freemail.hu>
2004-01-21 Zoltan Varga <vargaz at freemail.hu>
2004-01-22 Zoltan Varga <vargaz at freemail.hu>
2004-01-22 Zoltan Varga <vargaz at freemail.hu>
2004-01-22 Zoltan Varga <vargaz at freemail.hu>
2004-01-22 Zoltan Varga <vargaz at freemail.hu>
2004-01-22 Zoltan Varga <vargaz at freemail.hu>
2004-01-23 Zoltan Varga <vargaz at freemail.hu>
2004-01-23 Zoltan Varga <vargaz at freemail.hu>
2004-01-23 Zoltan Varga <vargaz at freemail.hu>
2004-01-23 Zoltan Varga <vargaz at freemail.hu>
2004-01-26 Zoltan Varga <vargaz at freemail.hu>
2004-01-27 Zoltan Varga <vargaz at freemail.hu>
2004-01-27 Zoltan Varga <vargaz at freemail.hu>
2004-01-29 Zoltan Varga <vargaz at freemail.hu>
2004-01-29 Zoltan Varga <vargaz at freemail.hu>
2004-01-30 Zoltan Varga <vargaz at freemail.hu>
2004-01-30 Zoltan Varga <vargaz at freemail.hu>
2004-01-30 Zoltan Varga <vargaz at freemail.hu>
2004-01-31 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-02 Zoltan Varga <vargaz at freemail.hu>
2004-02-03 Zoltan Varga <vargaz at freemail.hu>
2004-02-05 Zoltan Varga <vargaz at freemail.hu>
2004-02-06 Zoltan Varga <vargaz at freemail.hu>
2004-02-06 Zoltan Varga <vargaz at freemail.hu>
2004-02-06 Zoltan Varga <vargaz at freemail.hu>
2004-02-06 Zoltan Varga <vargaz at freemail.hu>
2004-02-09 Zoltan Varga <vargaz at freemail.hu>
2004-02-10 Zoltan Varga <vargaz at freemail.hu>
2004-02-10 Zoltan Varga <vargaz at freemail.hu>
2004-02-10 Zoltan Varga <vargaz at freemail.hu>
2004-02-10 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-11 Zoltan Varga <vargaz at freemail.hu>
2004-02-12 Zoltan Varga <vargaz at freemail.hu>
2004-02-12 Zoltan Varga <vargaz at freemail.hu>
2004-02-12 Zoltan Varga <vargaz at freemail.hu>
2004-02-12 Zoltan Varga <vargaz at freemail.hu>
2004-02-12 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-14 Zoltan Varga <vargaz at freemail.hu>
2004-02-15 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-16 Zoltan Varga <vargaz at freemail.hu>
2004-02-17 Zoltan Varga <vargaz at freemail.hu>
2004-02-18 Zoltan Varga <vargaz at freemail.hu>
2004-02-18 Zoltan Varga <vargaz at freemail.hu>
2004-02-18 Zoltan Varga <vargaz at freemail.hu>
2004-02-18 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-19 Zoltan Varga <vargaz at freemail.hu>
2004-02-20 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-23 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-24 Zoltan Varga <vargaz at freemail.hu>
2004-02-25 Zoltan Varga <vargaz at freemail.hu>
2004-02-25 Zoltan Varga <vargaz at freemail.hu>
2004-02-26 Zoltan Varga <vargaz at freemail.hu>
2004-02-26 Zoltan Varga <vargaz at freemail.hu>
2004-02-26 Zoltan Varga <vargaz at freemail.hu>
2004-02-29 Zoltan Varga <vargaz at freemail.hu>
2004-02-29 Zoltan Varga <vargaz at freemail.hu>
2004-02-29 Zoltan Varga <vargaz at freemail.hu>
2004-02-29 Zoltan Varga <vargaz at freemail.hu>
2004-02-29 Zoltan Varga <vargaz at freemail.hu>
2004-03-01 Zoltan Varga <vargaz at freemail.hu>
2004-03-01 Zoltan Varga <vargaz at freemail.hu>
2004-03-01 Zoltan Varga <vargaz at freemail.hu>
2004-03-04 Zoltan Varga <vargaz at freemail.hu>
2004-03-05 Zoltan Varga <vargaz at freemail.hu>
2004-03-05 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-08 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-09 Zoltan Varga <vargaz at freemail.hu>
2004-03-10 Zoltan Varga <vargaz at freemail.hu>
2004-03-10 Zoltan Varga <vargaz at freemail.hu>
2004-03-10 Zoltan Varga <vargaz at freemail.hu>
2004-03-10 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-11 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-14 Zoltan Varga <vargaz at freemail.hu>
2004-03-15 Zoltan Varga <vargaz at freemail.hu>
2004-03-15 Zoltan Varga <vargaz at freemail.hu>
2004-03-15 Zoltan Varga <vargaz at freemail.hu>
2004-03-16 Zoltan Varga <vargaz at freemail.hu>
2004-03-16 Zoltan Varga <vargaz at freemail.hu>
2004-03-16 Zoltan Varga <vargaz at freemail.hu>
2004-03-16 Zoltan Varga <vargaz at freemail.hu>
2004-03-17 Zoltan Varga <vargaz at freemail.hu>
2004-03-17 Zoltan Varga <vargaz at freemail.hu>
2004-03-17 Zoltan Varga <vargaz at freemail.hu>
2004-03-17 Zoltan Varga <vargaz at freemail.hu>
2004-03-17 Zoltan Varga <vargaz at freemail.hu>
2004-03-19 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-20 Zoltan Varga <vargaz at freemail.hu>
2004-03-22 Zoltan Varga <vargaz at freemail.hu>
2004-03-22 Zoltan Varga <vargaz at freemail.hu>
2004-03-22 Zoltan Varga <vargaz at freemail.hu>
2004-03-22 Zoltan Varga <vargaz at freemail.hu>
2004-03-22 Zoltan Varga <vargaz at freemail.hu>
2004-03-23 Zoltan Varga <vargaz at freemail.hu>
2004-03-23 Zoltan Varga <vargaz at freemail.hu>
2004-03-23 Zoltan Varga <vargaz at freemail.hu>
2004-03-23 Zoltan Varga <vargaz at freemail.hu>
2004-03-24 Zoltan Varga <vargaz at freemail.hu>
2004-03-24 Zoltan Varga <vargaz at freemail.hu>
2004-03-24 Zoltan Varga <vargaz at freemail.hu>
2004-03-24 Zoltan Varga <vargaz at freemail.hu>
2004-03-24 Zoltan Varga <vargaz at freemail.hu>
2004-03-26 Zoltan Varga <vargaz at freemail.hu>
2004-03-26 Zoltan Varga <vargaz at freemail.hu>
2004-03-26 Zoltan Varga <vargaz at freemail.hu>
2004-03-28 Zoltan Varga <vargaz at freemail.hu>
2004-03-28 Zoltan Varga <vargaz at freemail.hu>
2004-03-28 Zoltan Varga <vargaz at freemail.hu>
2004-03-28 Zoltan Varga <vargaz at freemail.hu>
2004-03-30 Zoltan Varga <vargaz at freemail.hu>
2004-03-30 Zoltan Varga <vargaz at freemail.hu>
2004-03-31 Zoltan Varga <vargaz at freemail.hu>
2004-03-31 Zoltan Varga <vargaz at freemail.hu>
2004-03-31 Zoltan Varga <vargaz at freemail.hu>
2004-03-31 Zoltan Varga <vargaz at freemail.hu>
2004-04-02 Zoltan Varga <vargaz at freemail.hu>
2004-04-02 Zoltan Varga <vargaz at freemail.hu>
2004-04-02 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-05 Zoltan Varga <vargaz at freemail.hu>
2004-04-07 Zoltan Varga <vargaz at freemail.hu>
2004-04-07 Zoltan Varga <vargaz at freemail.hu>
2004-04-08 Zoltan Varga <vargaz at freemail.hu>
2004-04-08 Zoltan Varga <vargaz at freemail.hu>
2004-04-09 Zoltan Varga <vargaz at freemail.hu>
2004-04-09 Zoltan Varga <vargaz at freemail.hu>
2004-04-09 Zoltan Varga <vargaz at freemail.hu>
2004-04-09 Zoltan Varga <vargaz at freemail.hu>
2004-04-12 Zoltan Varga <vargaz at freemail.hu>
2004-04-13 Zoltan Varga <vargaz at freemail.hu>
2004-04-13 Zoltan Varga <vargaz at freemail.hu>
2004-04-13 Zoltan Varga <vargaz at freemail.hu>
2004-04-14 Zoltan Varga <vargaz at freemail.hu>
2004-04-14 Zoltan Varga <vargaz at freemail.hu>
2004-04-14 Zoltan Varga <vargaz at freemail.hu>
2004-04-14 Zoltan Varga <vargaz at freemail.hu>
2004-04-14 Zoltan Varga <vargaz at freemail.hu>
2004-04-15 Zoltan Varga <vargaz at freemail.hu>
2004-04-16 Zoltan Varga <vargaz at freemail.hu>
2004-04-16 Zoltan Varga <vargaz at freemail.hu>
2004-04-17 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-18 Zoltan Varga <vargaz at freemail.hu>
2004-04-19 Zoltan Varga <vargaz at freemail.hu>
2004-04-19 Zoltan Varga <vargaz at freemail.hu>
2004-04-19 Zoltan Varga <vargaz at freemail.hu>
2004-04-26 Zoltan Varga <vargaz at freemail.hu>
2004-04-27 Zoltan Varga <vargaz at freemail.hu>
2004-04-27 Zoltan Varga <vargaz at freemail.hu>
2004-04-27 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
Remove conflict indicators.
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-28 Zoltan Varga <vargaz at freemail.hu>
2004-04-29 Zoltan Varga <vargaz at freemail.hu>
2004-04-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-03 Zoltan Varga <vargaz at freemail.hu>
2004-05-04 Zoltan Varga <vargaz at freemail.hu>
2004-05-04 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-05 Zoltan Varga <vargaz at freemail.hu>
2004-05-06 Zoltan Varga <vargaz at freemail.hu>
2004-05-06 Zoltan Varga <vargaz at freemail.hu>
2004-05-06 Zoltan Varga <vargaz at freemail.hu>
2004-05-06 Zoltan Varga <vargaz at freemail.hu>
2004-05-06 Zoltan Varga <vargaz at freemail.hu>
2004-05-07 Zoltan Varga <vargaz at freemail.hu>
2004-05-07 Zoltan Varga <vargaz at freemail.hu>
2004-05-10 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-11 Zoltan Varga <vargaz at freemail.hu>
2004-05-12 Zoltan Varga <vargaz at freemail.hu>
2004-05-12 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-13 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-14 Zoltan Varga <vargaz at freemail.hu>
2004-05-18 Zoltan Varga <vargaz at freemail.hu>
2004-05-18 Zoltan Varga <vargaz at freemail.hu>
2004-05-18 Zoltan Varga <vargaz at freemail.hu>
2004-05-18 Zoltan Varga <vargaz at freemail.hu>
2004-05-18 Zoltan Varga <vargaz at freemail.hu>
2004-05-19 Zoltan Varga <vargaz at freemail.hu>
2004-05-20 Zoltan Varga <vargaz at freemail.hu>
2004-05-20 Zoltan Varga <vargaz at freemail.hu>
2004-05-20 Zoltan Varga <vargaz at freemail.hu>
2004-05-21 Zoltan Varga <vargaz at freemail.hu>
2004-05-21 Zoltan Varga <vargaz at freemail.hu>
2004-05-21 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-22 Zoltan Varga <vargaz at freemail.hu>
2004-05-23 Zoltan Varga <vargaz at freemail.hu>
2004-05-23 Zoltan Varga <vargaz at freemail.hu>
2004-05-24 Zoltan Varga <vargaz at freemail.hu>
2004-05-24 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-25 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-26 Zoltan Varga <vargaz at freemail.hu>
2004-05-27 Zoltan Varga <vargaz at freemail.hu>
2004-05-27 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Zoltan Varga <vargaz at freemail.hu>
2004-05-28 Vladimir Vukicevic <vladimir at pobox.com>
2004-05-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-29 Zoltan Varga <vargaz at freemail.hu>
2004-05-31 Zoltan Varga <vargaz at freemail.hu>
2004-06-08 Zoltan Varga <vargaz at freemail.hu>
2004-06-08 Zoltan Varga <vargaz at freemail.hu>
2004-06-09 Zoltan Varga <vargaz at freemail.hu>
2004-06-17 Zoltan Varga <vargaz at freemail.hu>
2004-06-17 Zoltan Varga <vargaz at freemail.hu>
2004-06-25 Zoltan Varga <vargaz at freemail.hu>
2004-06-29 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-06-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-01 Zoltan Varga <vargaz at freemail.hu>
2004-07-01 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-01 Zoltan Varga <vargaz at freemail.hu>
2004-07-01 Zoltan Varga <vargaz at freemail.hu>
2004-07-01 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-02 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-07-03 Zoltan Varga <vargaz at freemail.hu>
2004-07-05 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-07-05 Zoltan Varga <vargaz at freemail.hu>
2004-07-05 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-07-05 Zoltan Varga <vargaz at freemail.hu>
2004-07-05 Zoltan Varga <vargaz at freemail.hu>
2004-07-06 Zoltan Varga <vargaz at freemail.hu>
2004-07-06 Zoltan Varga <vargaz at freemail.hu>
2004-07-06 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
2004-07-08 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-23 Zoltan Varga <vargaz at freemail.hu>
2004-07-23 Zoltan Varga <vargaz at freemail.hu>
2004-07-23 zovarga <vargaz at freemail.hu>
2004-07-24 Zoltan Varga <vargaz at freemail.hu>
2004-07-24 Zoltan Varga <vargaz at freemail.hu>
2004-07-24 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-28 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-30 Zoltan Varga <vargaz at freemail.hu>
2004-07-31 Zoltan Varga <vargaz at freemail.hu>
2004-07-31 Zoltan Varga <vargaz at freemail.hu>
2004-07-31 Zoltan Varga <vargaz at freemail.hu>
2004-07-31 Zoltan Varga <vargaz at freemail.hu>
2004-08-02 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-05 Zoltan Varga <vargaz at freemail.hu>
2004-08-06 Zoltan Varga <vargaz at freemail.hu>
2004-08-06 Zoltan Varga <vargaz at freemail.hu>
2004-08-07 Zoltan Varga <vargaz at freemail.hu>
2004-08-07 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
2004-08-08 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-08-11 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-14 Zoltan Varga <vargaz at freemail.hu>
2004-08-15 Zoltan Varga <vargaz at freemail.hu>
2004-08-15 Zoltan Varga <vargaz at freemail.hu>
2004-08-15 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-16 Zoltan Varga <vargaz at freemail.hu>
2004-08-17 Zoltan Varga <vargaz at freemail.hu>
2004-08-17 Zoltan Varga <vargaz at freemail.hu>
2004-08-18 Zoltan Varga <vargaz at freemail.hu>
2004-08-18 Zoltan Varga <vargaz at freemail.hu>
2004-08-18 Zoltan Varga <vargaz at freemail.hu>
2004-08-18 Zoltan Varga <vargaz at freemail.hu>
2004-08-18 Zoltan Varga <vargaz at freemail.hu>
2004-08-19 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-20 Zoltan Varga <vargaz at freemail.hu>
2004-08-21 Zoltan Varga <vargaz at freemail.hu>
2004-08-21 Zoltan Varga <vargaz at freemail.hu>
2004-08-21 Zoltan Varga <vargaz at freemail.hu>
2004-08-23 Zoltan Varga <vargaz at freemail.hu>
2004-08-23 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-08-23 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-08-23 Zoltan Varga <vargaz at freemail.hu>
2004-08-24 Zoltan Varga <vargaz at freemail.hu>
2004-08-24 Zoltan Varga <vargaz at freemail.hu>
2004-08-24 Zoltan Varga <vargaz at freemail.hu>
2004-08-24 Zoltan Varga <vargaz at freemail.hu>
2004-08-25 Zoltan Varga <vargaz at freemail.hu>
2004-08-25 Zoltan Varga <vargaz at freemail.hu>
2004-08-25 Zoltan Varga <vargaz at freemail.hu>
2004-08-25 Zoltan Varga <vargaz at freemail.hu>
2004-08-26 Zoltan Varga <vargaz at freemail.hu>
2004-08-26 Zoltan Varga <vargaz at freemail.hu>
2004-08-26 Zoltan Varga <vargaz at freemail.hu>
2004-08-28 Zoltan Varga <vargaz at freemail.hu>
2004-08-28 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-29 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-30 Zoltan Varga <vargaz at freemail.hu>
2004-08-31 Zoltan Varga <vargaz at freemail.hu>
2004-08-31 Zoltan Varga <vargaz at freemail.hu>
2004-08-31 Zoltan Varga <vargaz at freemail.hu>
2004-08-31 Zoltan Varga <vargaz at freemail.hu>
2004-09-01 Zoltan Varga <vargaz at freemail.hu>
2004-09-01 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
2004-09-02 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-03 Zoltan Varga <vargaz at freemail.hu>
2004-09-04 Zoltan Varga <vargaz at freemail.hu>
2004-09-04 Zoltan Varga <vargaz at freemail.hu>
2004-09-05 Zoltan Varga <vargaz at freemail.hu>
2004-09-05 Zoltan Varga <vargaz at freemail.hu>
2004-09-05 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-06 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-07 Zoltan Varga <vargaz at freemail.hu>
2004-09-08 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-09 Zoltan Varga <vargaz at freemail.hu>
2004-09-10 Zoltan Varga <vargaz at freemail.hu>
2004-09-10 Zoltan Varga <vargaz at freemail.hu>
2004-09-10 Zoltan Varga <vargaz at freemail.hu>
2004-09-10 Zoltan Varga <vargaz at freemail.hu>
2004-09-11 Zoltan Varga <vargaz at freemail.hu>
2004-09-11 Zoltan Varga <vargaz at freemail.hu>
2004-09-11 Zoltan Varga <vargaz at freemail.hu>
2004-09-11 Zoltan Varga <vargaz at freemail.hu>
2004-09-13 Zoltan Varga <vargaz at freemail.hu>
2004-09-13 Zoltan Varga <vargaz at freemail.hu>
2004-09-13 Zoltan Varga <vargaz at freemail.hu>
2004-09-15 Zoltan Varga <vargaz at freemail.hu>
2004-09-15 Zoltan Varga <vargaz at freemail.hu>
2004-09-16 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-16 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
2004-09-17 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-09-18 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-19 Zoltan Varga <vargaz at freemail.hu>
2004-09-20 Zoltan Varga <vargaz at freemail.hu>
2004-09-20 Zoltan Varga <vargaz at freemail.hu>
2004-09-20 Zoltan Varga <vargaz at freemail.hu>
2004-09-20 Zoltan Varga <vargaz at freemail.hu>
2004-09-20 Zoltan Varga <vargaz at freemail.hu>
2004-09-21 <vargaz at freemail.hu>
2004-09-21 Zoltan Varga <vargaz at freemail.hu>
2004-09-21 <vargaz at freemail.hu>
2004-09-21 <vargaz at freemail.hu>
2004-09-21 Zoltan Varga <vargaz at freemail.hu>
2004-09-22 Zoltan Varga <vargaz at freemail.hu>
2004-09-22 Zoltan Varga <vargaz at freemail.hu>
2004-09-22 Zoltan Varga <vargaz at freemail.hu>
2004-09-22 Zoltan Varga <vargaz at freemail.hu>
2004-09-22 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-23 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-24 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-25 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-26 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-27 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-28 Zoltan Varga <vargaz at freemail.hu>
2004-09-29 Zoltan Varga <vargaz at freemail.hu>
2004-09-29 Zoltan Varga <vargaz at freemail.hu>
2004-09-29 Zoltan Varga <vargaz at freemail.hu>
2004-09-29 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-09-30 Zoltan Varga <vargaz at freemail.hu>
2004-10-02 Zoltan Varga <vargaz at freemail.hu>
2004-10-02 Zoltan Varga <vargaz at freemail.hu>
2004-10-02 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-03 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-05 Zoltan Varga <vargaz at freemail.hu>
2004-10-05 Zoltan Varga <vargaz at freemail.hu>
2004-10-05 Zoltan Varga <vargaz at freemail.hu>
2004-10-05 Zoltan Varga <vargaz at freemail.hu>
2004-10-04 Zoltan Varga <vargaz at freemail.hu>
2004-10-05 Zoltan Varga <vargaz at freemail.hu>
2004-10-06 Zoltan Varga <vargaz at freemail.hu>
2004-10-06 Zoltan Varga <vargaz at freemail.hu>
2004-10-06 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD
2004-10-06 Zoltan Varga <vargaz at freemail.hu>
2004-10-06 Zoltan Varga <vargaz at freemail.hu>
2004-10-07 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-07 Zoltan Varga <vargaz at freemail.hu>
2004-10-07 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
2004-10-08 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-10 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD
2004-10-11 Zoltan Varga <vargaz at freemail.hu>
2004-10-12 Zoltan Varga <vargaz at freemail.hu>
2004-10-14 Zoltan Varga <vargaz at freemail.hu>
2004-10-15 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-15 Zoltan Varga <vargaz at freemail.hu>
2004-10-19 <vargaz at freemail.hu>
2004-10-19 <vargaz at freemail.hu>
2004-10-19 <vargaz at freemail.hu>
2004-10-20 <vargaz at freemail.hu>
2004-10-20 <vargaz at freemail.hu>
2004-10-20 <vargaz at freemail.hu>
2004-10-21 <vargaz at freemail.hu>
2004-10-21 <vargaz at freemail.hu>
2004-10-21 <vargaz at freemail.hu>
2004-10-22 <vargaz at freemail.hu>
2004-10-24 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
2004-10-25 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-26 Zoltan Varga <vargaz at freemail.hu>
2004-10-26 Zoltan Varga <vargaz at freemail.hu>
2004-10-26 Zoltan Varga <vargaz at freemail.hu>
2004-10-29 Zoltan Varga <vargaz at freemail.hu>
2004-10-29 Zoltan Varga <vargaz at freemail.hu>
2004-10-30 Zoltan Varga <vargaz at freemail.hu>
2004-10-30 Zoltan Varga <vargaz at freemail.hu>
2004-10-30 Zoltan Varga <vargaz at freemail.hu>
2004-10-31 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-10-31 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD
2004-10-31 Zoltan Varga <vargaz at freemail.hu>
2004-10-31 Zoltan Varga <vargaz at freemail.hu>
2004-11-01 Zoltan Varga <vargaz at freemail.hu>
2004-11-01 Zoltan Varga <vargaz at freemail.hu>
2004-11-02 Zoltan Varga <vargaz at freemail.hu>
2004-11-02 Zoltan Varga <vargaz at freemail.hu>
2004-11-02 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-04 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-05 Zoltan Varga <vargaz at freemail.hu>
2004-11-06 Zoltan Varga <vargaz at freemail.hu>
2004-11-06 Zoltan Varga <vargaz at freemail.hu>
2004-11-06 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-07 Zoltan Varga <vargaz at freemail.hu>
2004-11-08 Zoltan Varga <vargaz at freemail.hu>
2004-11-08 Zoltan Varga <vargaz at freemail.hu>
2004-11-08 Zoltan Varga <vargaz at freemail.hu>
2004-11-08 Zoltan Varga <vargaz at freemail.hu>
2004-11-08 Zoltan Varga <vargaz at freemail.hu>
2004-11-09 Zoltan Varga <vargaz at freemail.hu>
2004-11-09 Zoltan Varga <vargaz at freemail.hu>
2004-11-10 Zoltan Varga <vargaz at freemail.hu>
2004-11-11 Zoltan Varga <vargaz at freemail.hu>
2004-11-11 Zoltan Varga <vargaz at freemail.hu>
2004-11-11 Zoltan Varga <vargaz at freemail.hu>
2004-11-11 Zoltan Varga <vargaz at freemail.hu>
2004-11-12 Zoltan Varga <vargaz at freemail.hu>
2004-11-12 Zoltan Varga <vargaz at freemail.hu>
2004-11-12 Zoltan Varga <vargaz at freemail.hu>
2004-11-13 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-15 Zoltan Varga <vargaz at freemail.hu>
2004-11-16 Zoltan Varga <vargaz at freemail.hu>
2004-11-18 Zoltan Varga <vargaz at freemail.hu>
2004-11-18 Zoltan Varga <vargaz at freemail.hu>
2004-11-18 Zoltan Varga <vargaz at freemail.hu>
2004-11-20 Zoltan Varga <vargaz at freemail.hu>
2004-11-22 Zoltan Varga <vargaz at freemail.hu>
2004-11-22 Zoltan Varga <vargaz at freemail.hu>
2004-11-23 Zoltan Varga <vargaz at freemail.hu>
2004-11-24 Zoltan Varga <vargaz at freemail.hu>
2004-11-24 Zoltan Varga <vargaz at freemail.hu>
2004-11-24 Zoltan Varga <vargaz at freemail.hu>
2004-11-25 Zoltan Varga <vargaz at freemail.hu>
2004-11-25 Zoltan Varga <vargaz at freemail.hu>
2004-11-25 Zoltan Varga <vargaz at freemail.hu>
2004-11-25 Zoltan Varga <vargaz at freemail.hu>
2004-11-26 Zoltan Varga <vargaz at freemail.hu>
2004-11-28 Zoltan Varga <vargaz at freemail.hu>
2004-11-28 Zoltan Varga <vargaz at freemail.hu>
2004-11-28 Zoltan Varga <vargaz at freemail.hu>
2004-11-29 Zoltan Varga <vargaz at freemail.hu>
2004-11-30 Zoltan Varga <vargaz at freemail.hu>
2004-11-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-01 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-02 Zoltan Varga <vargaz at freemail.hu>
2004-12-03 Zoltan Varga <vargaz at freemail.hu>
2004-12-04 Zoltan Varga <vargaz at freemail.hu>
2004-12-04 Zoltan Varga <vargaz at freemail.hu>
2004-12-04 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-06 Zoltan Varga <vargaz at freemail.hu>
2004-12-07 Zoltan Varga <vargaz at freemail.hu>
2004-12-07 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-08 Zoltan Varga <vargaz at freemail.hu>
2004-12-09 Zoltan Varga <vargaz at freemail.hu>
2004-12-11 Zoltan Varga <vargaz at freemail.hu>
2004-12-12 Zoltan Varga <vargaz at freemail.hu>
2004-12-13 Zoltan Varga <vargaz at freemail.hu>
2004-12-13 Zoltan Varga <vargaz at freemail.hu>
2004-12-14 Zoltan Varga <vargaz at freemail.hu>
2004-12-14 Zoltan Varga <vargaz at freemail.hu>
2004-12-14 Zoltan Varga <vargaz at freemail.hu>
2004-12-14 Zoltan Varga <vargaz at freemail.hu>
2004-12-15 Zoltan Varga <vargaz at freemail.hu>
2004-12-15 Zoltan Varga <vargaz at freemail.hu>
2004-12-15 Zoltan Varga <vargaz at freemail.hu>
2004-12-15 Zoltan Varga <vargaz at freemail.hu>
2004-12-15 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-16 Zoltan Varga <vargaz at freemail.hu>
2004-12-17 Zoltan Varga <vargaz at freemail.hu>
2004-12-17 Zoltan Varga <vargaz at freemail.hu>
2004-12-18 Zoltan Varga <vargaz at freemail.hu>
2004-12-19 Zoltan Varga <vargaz at freemail.hu>
2004-12-19 Zoltan Varga <vargaz at freemail.hu>
2004-12-19 Zoltan Varga <vargaz at freemail.hu>
2004-12-22 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-23 Zoltan Varga <vargaz at freemail.hu>
2004-12-24 Zoltan Varga <vargaz at freemail.hu>
2004-12-25 Zoltan Varga <vargaz at freemail.hu>
2004-12-26 Zoltan Varga <vargaz at freemail.hu>
2004-12-26 Zoltan Varga <vargaz at freemail.hu>
2004-12-28 Zoltan Varga <vargaz at freemail.hu>
2004-12-28 Zoltan Varga <vargaz at freemail.hu>
2004-12-28 Zoltan Varga <vargaz at freemail.hu>
2004-12-29 Zoltan Varga <vargaz at freemail.hu>
2004-12-29 Zoltan Varga <vargaz at freemail.hu>
2004-12-29 Zoltan Varga <vargaz at freemail.hu>
2004-12-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-30 Zoltan Varga <vargaz at freemail.hu>
2004-12-31 Zoltan Varga <vargaz at freemail.hu>
2004-12-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-02 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-03 Zoltan Varga <vargaz at freemail.hu>
2005-01-04 Zoltan Varga <vargaz at freemail.hu>
2005-01-04 Zoltan Varga <vargaz at freemail.hu>
2005-01-04 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-05 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-06 Zoltan Varga <vargaz at freemail.hu>
2005-01-07 Zoltan Varga <vargaz at freemail.hu>
2005-01-07 Zoltan Varga <vargaz at freemail.hu>
2005-01-07 Zoltan Varga <vargaz at freemail.hu>
2005-01-07 Zoltan Varga <vargaz at freemail.hu>
2005-01-08 Zoltan Varga <vargaz at freemail.hu>
2005-01-09 Zoltan Varga <vargaz at freemail.hu>
2005-01-09 Zoltan Varga <vargaz at freemail.hu>
2005-01-09 Zoltan Varga <vargaz at freemail.hu>
2005-01-10 Zoltan Varga <vargaz at freemail.hu>
2005-01-10 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-11 Zoltan Varga <vargaz at freemail.hu>
2005-01-12 Zoltan Varga <vargaz at freemail.hu>
2005-01-12 Zoltan Varga <vargaz at freemail.hu>
2005-01-13 Zoltan Varga <vargaz at freemail.hu>
2005-01-13 Zoltan Varga <vargaz at freemail.hu>
2005-01-13 Zoltan Varga <vargaz at freemail.hu>
2005-01-13 Zoltan Varga <vargaz at freemail.hu>
2005-01-14 Zoltan Varga <vargaz at freemail.hu>
2005-01-15 Zoltan Varga <vargaz at freemail.hu>
2005-01-15 Zoltan Varga <vargaz at freemail.hu>
2005-01-15 Zoltan Varga <vargaz at freemail.hu>
2005-01-15 Zoltan Varga <vargaz at freemail.hu>
2005-01-15 Zoltan Varga <vargaz at freemail.hu>
2005-01-16 Zoltan Varga <vargaz at freemail.hu>
2005-01-16 Zoltan Varga <vargaz at freemail.hu>
2005-01-16 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-17 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-18 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-19 Zoltan Varga <vargaz at freemail.hu>
2005-01-20 Zoltan Varga <vargaz at freemail.hu>
2005-01-20 Zoltan Varga <vargaz at freemail.hu>
2005-01-20 Zoltan Varga <vargaz at freemail.hu>
2005-01-20 Zoltan Varga <vargaz at freemail.hu>
2005-01-21 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-23 Zoltan Varga <vargaz at freemail.hu>
2005-01-25 Zoltan Varga <vargaz at freemail.hu>
2005-01-25 Zoltan Varga <vargaz at freemail.hu>
2005-01-25 Zoltan Varga <vargaz at freemail.hu>
2005-01-25 Zoltan Varga <vargaz at freemail.hu>
2005-01-26 Zoltan Varga <vargaz at freemail.hu>
2005-01-26 Zoltan Varga <vargaz at freemail.hu>
2005-01-27 Zoltan Varga <vargaz at freemail.hu>
2005-01-27 Zoltan Varga <vargaz at freemail.hu>
2005-01-27 Zoltan Varga <vargaz at freemail.hu>
2005-01-27 Zoltan Varga <vargaz at freemail.hu>
2005-01-28 Zoltan Varga <vargaz at freemail.hu>
2005-01-28 Zoltan Varga <vargaz at freemail.hu>
2005-01-28 Zoltan Varga <vargaz at freemail.hu>
2005-01-28 Zoltan Varga <vargaz at freemail.hu>
2005-01-29 Zoltan Varga <vargaz at freemail.hu>
2005-01-29 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-30 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-01-31 Zoltan Varga <vargaz at freemail.hu>
2005-02-01 Zoltan Varga <vargaz at freemail.hu>
2005-02-01 Zoltan Varga <vargaz at freemail.hu>
2005-02-01 Zoltan Varga <vargaz at freemail.hu>
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
svn path=/trunk/mcs/; revision=40003
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
2005-02-02 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-03 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-04 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-05 Zoltan Varga <vargaz at freemail.hu>
2005-02-07 Zoltan Varga <vargaz at freemail.hu>
2005-02-07 Zoltan Varga <vargaz at freemail.hu>
2005-02-08 Zoltan Varga <vargaz at freemail.hu>
2005-02-08 Zoltan Varga <vargaz at freemail.hu>
2005-02-08 Zoltan Varga <vargaz at freemail.hu>
2005-02-09 Zoltan Varga <vargaz at freemail.hu>
2005-02-09 <vargaz at freemail.hu>
2005-02-09 Zoltan Varga <vargaz at freemail.hu>
2005-02-10 Zoltan Varga <vargaz at freemail.hu>
2005-02-10 Zoltan Varga <vargaz at freemail.hu>
2005-02-10 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-11 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-13 Zoltan Varga <vargaz at freemail.hu>
2005-02-14 mono-HEAD-vs-fx-2 <vargaz at freemail.hu>
2005-02-14 Zoltan Varga <vargaz at freemail.hu>
2005-02-14 Zoltan Varga <vargaz at freemail.hu>
2005-02-14 Zoltan Varga <vargaz at freemail.hu>
2005-02-14 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-15 Zoltan Varga <vargaz at freemail.hu>
2005-02-16 Zoltan Varga <vargaz at freemail.hu>
2005-02-16 Zoltan Varga <vargaz at freemail.hu>
2005-02-16 Zoltan Varga <vargaz at freemail.hu>
2005-02-16 Zoltan Varga <vargaz at freemail.hu>
2005-02-17 Zoltan Varga <vargaz at freemail.hu>
2005-02-17 Zoltan Varga <vargaz at freemail.hu>
2005-02-17 Zoltan Varga <vargaz at freemail.hu>
2005-02-17 Zoltan Varga <vargaz at freemail.hu>
2005-02-18 Zoltan Varga <vargaz at freemail.hu>
2005-02-18 Zoltan Varga <vargaz at freemail.hu>
2005-02-18 Zoltan Varga <vargaz at freemail.hu>
2005-02-19 <vargaz at freemail.hu>
2005-02-19 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-20 Zoltan Varga <vargaz at freemail.hu>
2005-02-21 Zoltan Varga <vargaz at freemail.hu>
2005-02-21 Zoltan Varga <vargaz at freemail.hu>
2005-02-21 Zoltan Varga <vargaz at freemail.hu>
2005-02-21 Zoltan Varga <vargaz at freemail.hu>
2005-02-21 Zoltan Varga <vargaz at freemail.hu>
2005-02-22 Zoltan Varga <vargaz at freemail.hu>
2005-02-23 Zoltan Varga <vargaz at freemail.hu>
2005-02-23 Zoltan Varga <vargaz at freemail.hu>
2005-02-23 Zoltan Varga <vargaz at freemail.hu>
2005-02-24 Zoltan Varga <vargaz at freemail.hu>
2005-02-24 Zoltan Varga <vargaz at freemail.hu>
2005-02-26 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-27 Zoltan Varga <vargaz at freemail.hu>
2005-02-28 Zoltan Varga <vargaz at freemail.hu>
2005-02-28 Zoltan Varga <vargaz at freemail.hu>
2005-02-28 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-01 Zoltan Varga <vargaz at freemail.hu>
2005-03-03 Zoltan Varga <vargaz at freemail.hu>
2005-03-03 Zoltan Varga <vargaz at freemail.hu>
2005-03-03 Zoltan Varga <vargaz at freemail.hu>
2005-03-03 Zoltan Varga <vargaz at freemail.hu>
2005-03-03 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-02 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-04 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-06 Zoltan Varga <vargaz at freemail.hu>
2005-03-07 Zoltan Varga <vargaz at freemail.hu>
2005-03-07 Zoltan Varga <vargaz at freemail.hu>
2005-03-07 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-08 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-09 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-10 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-11 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-12 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-13 Zoltan Varga <vargaz at freemail.hu>
2005-03-14 Zoltan Varga <vargaz at freemail.hu>
2005-03-15 Zoltan Varga <vargaz at freemail.hu>
2005-03-15 Zoltan Varga <vargaz at freemail.hu>
2005-03-15 Zoltan Varga <vargaz at freemail.hu>
2005-03-16 Zoltan Varga <vargaz at freemail.hu>
2005-03-16 Zoltan Varga <vargaz at freemail.hu>
2005-03-16 Zoltan Varga <vargaz at freemail.hu>
2005-03-16 Zoltan Varga <vargaz at freemail.hu>
2005-03-16 Zoltan Varga <vargaz at freemail.hu>
2005-03-19 Zoltan Varga <vargaz at freemail.hu>
2005-03-20 Zoltan Varga <vargaz at freemail.hu>
2005-03-21 Zoltan Varga <vargaz at freemail.hu>
2005-03-22 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-23 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-24 Zoltan Varga <vargaz at freemail.hu>
2005-03-27 Zoltan Varga <vargaz at freemail.hu>
2005-03-27 Zoltan Varga <vargaz at freemail.hu>
2005-03-28 Zoltan Varga <vargaz at freemail.hu>
2005-03-28 Zoltan Varga <vargaz at freemail.hu>
2005-03-28 Zoltan Varga <vargaz at freemail.hu>
2005-03-28 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-29 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-30 Zoltan Varga <vargaz at freemail.hu>
2005-03-31 Zoltan Varga <vargaz at freemail.hu>
2005-03-31 Zoltan Varga <vargaz at freemail.hu>
2005-03-31 Zoltan Varga <vargaz at freemail.hu>
2005-04-01 Zoltan Varga <vargaz at freemail.hu>
2005-04-01 Zoltan Varga <vargaz at freemail.hu>
2005-04-01 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-04 Zoltan Varga <vargaz at freemail.hu>
2005-04-05 Zoltan Varga <vargaz at freemail.hu>
2005-04-05 Zoltan Varga <vargaz at freemail.hu>
2005-04-05 Zoltan Varga <vargaz at freemail.hu>
2005-04-05 Zoltan Varga <vargaz at freemail.hu>
2005-04-06 Zoltan Varga <vargaz at freemail.hu>
2005-04-06 Zoltan Varga <vargaz at freemail.hu>
2005-04-07 Zoltan Varga <vargaz at freemail.hu>
2005-04-09 Zoltan Varga <vargaz at freemail.hu>
2005-04-09 Zoltan Varga <vargaz at freemail.hu>
2005-04-09 Zoltan Varga <vargaz at freemail.hu>
2005-04-09 Zoltan Varga <vargaz at freemail.hu>
2005-04-09 Zoltan Varga <vargaz at freemail.hu>
2005-04-10 Zoltan Varga <vargaz at freemail.hu>
2005-04-10 Zoltan Varga <vargaz at freemail.hu>
2005-04-11 Zoltan Varga <vargaz at freemail.hu>
2005-04-11 Zoltan Varga <vargaz at freemail.hu>
2005-04-11 Zoltan Varga <vargaz at freemail.hu>
2005-04-11 Zoltan Varga <vargaz at freemail.hu>
2005-04-11 Zoltan Varga <vargaz at freemail.hu>
2005-04-12 Zoltan Varga <vargaz at freemail.hu>
2005-04-13 Zoltan Varga <vargaz at freemail.hu>
2005-04-13 Zoltan Varga <vargaz at freemail.hu>
2005-04-15 Zoltan Varga <vargaz at freemail.hu>
2005-04-15 Zoltan Varga <vargaz at freemail.hu>
2005-04-16 Zoltan Varga <vargaz at freemail.hu>
2005-04-16 Zoltan Varga <vargaz at freemail.hu>
2005-04-16 Zoltan Varga <vargaz at freemail.hu>
2005-04-16 Zoltan Varga <vargaz at freemail.hu>
2005-04-17 Zoltan Varga <vargaz at freemail.hu>
2005-04-17 Zoltan Varga <vargaz at freemail.hu>
2005-04-18 Zoltan Varga <vargaz at freemail.hu>
2005-04-18 Zoltan Varga <vargaz at freemail.hu>
2005-04-19 Zoltan Varga <vargaz at freemail.hu>
2005-04-19 Zoltan Varga <vargaz at freemail.hu>
2005-04-19 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-20 Zoltan Varga <vargaz at freemail.hu>
2005-04-22 Zoltan Varga <vargaz at freemail.hu>
2005-04-22 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-23 Zoltan Varga <vargaz at freemail.hu>
2005-04-25 Zoltan Varga <vargaz at freemail.hu>
2005-04-25 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-04-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-01 Zoltan Varga <vargaz at freemail.hu>
2005-05-01 Zoltan Varga <vargaz at freemail.hu>
2005-05-02 Zoltan Varga <vargaz at freemail.hu>
2005-05-03 Zoltan Varga <vargaz at freemail.hu>
2005-05-04 Zoltan Varga <vargaz at freemail.hu>
2005-05-04 Zoltan Varga <vargaz at freemail.hu>
2005-05-04 Zoltan Varga <vargaz at freemail.hu>
2005-05-05 Zoltan Varga <vargaz at freemail.hu>
2005-05-05 Zoltan Varga <vargaz at freemail.hu>
2005-05-05 Zoltan Varga <vargaz at freemail.hu>
2005-05-05 Zoltan Varga <vargaz at freemail.hu>
2005-05-05 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
Revert the last change as it breaks the build.
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-06 Zoltan Varga <vargaz at freemail.hu>
2005-05-10 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-12 Zoltan Varga <vargaz at freemail.hu>
2005-05-13 Zoltan Varga <vargaz at freemail.hu>
2005-05-13 Zoltan Varga <vargaz at freemail.hu>
2005-05-13 Zoltan Varga <vargaz at freemail.hu>
2005-05-13 Zoltan Varga <vargaz at freemail.hu>
2005-05-14 Zoltan Varga <vargaz at freemail.hu>
2005-05-14 Zoltan Varga <vargaz at freemail.hu>
2005-05-14 Zoltan Varga <vargaz at freemail.hu>
2005-05-14 Zoltan Varga <vargaz at freemail.hu>
2005-05-14 Zoltan Varga <vargaz at freemail.hu>
2005-05-17 Zoltan Varga <vargaz at freemail.hu>
2005-05-17 Zoltan Varga <vargaz at freemail.hu>
2005-05-18 Zoltan Varga <vargaz at freemail.hu>
2005-05-18 Zoltan Varga <vargaz at freemail.hu>
2005-05-19 Zoltan Varga <vargaz at freemail.hu>
2005-05-19 Zoltan Varga <vargaz at freemail.hu>
2005-05-19 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-20 Zoltan Varga <vargaz at freemail.hu>
2005-05-21 Zoltan Varga <vargaz at freemail.hu>
2005-05-21 Zoltan Varga <vargaz at freemail.hu>
2005-05-21 Zoltan Varga <vargaz at freemail.hu>
2005-05-21 Zoltan Varga <vargaz at freemail.hu>
2005-05-21 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-22 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
2005-05-25 Zoltan Varga <vargaz at freemail.hu>
Check-in missing changes.
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-26 Zoltan Varga <vargaz at freemail.hu>
2005-05-27 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-28 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-29 Zoltan Varga <vargaz at freemail.hu>
2005-05-30 Zoltan Varga <vargaz at freemail.hu>
2005-05-30 Zoltan Varga <vargaz at freemail.hu>
2005-05-31 Zoltan Varga <vargaz at freemail.hu>
2005-06-01 Zoltan Varga <vargaz at freemail.hu>
2005-06-01 Zoltan Varga <vargaz at freemail.hu>
2005-06-02 Zoltan Varga <vargaz at freemail.hu>
2005-06-02 Zoltan Varga <vargaz at freemail.hu>
2005-06-02 Zoltan Varga <vargaz at freemail.hu>
2005-06-03 Zoltan Varga <vargaz at freemail.hu>
2005-06-03 Zoltan Varga <vargaz at freemail.hu>
2005-06-03 Zoltan Varga <vargaz at freemail.hu>
2005-06-04 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-06 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-07 Zoltan Varga <vargaz at freemail.hu>
2005-06-08 Zoltan Varga <vargaz at freemail.hu>
2005-06-08 Zoltan Varga <vargaz at freemail.hu>
2005-06-08 Zoltan Varga <vargaz at freemail.hu>
2005-06-08 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-09 Zoltan Varga <vargaz at freemail.hu>
2005-06-10 Zoltan Varga <vargaz at freemail.hu>
2005-06-10 Zoltan Varga <vargaz at freemail.hu>
2005-06-10 Zoltan Varga <vargaz at freemail.hu>
2005-06-11 Zoltan Varga <vargaz at freemail.hu>
2005-06-11 Zoltan Varga <vargaz at freemail.hu>
2005-06-12 Zoltan Varga <vargaz at freemail.hu>
2005-06-12 Zoltan Varga <vargaz at freemail.hu>
2005-06-12 Zoltan Varga <vargaz at freemail.hu>
2005-06-12 Zoltan Varga <vargaz at freemail.hu>
2005-06-13 Zoltan Varga <vargaz at freemail.hu>
2005-06-13 Zoltan Varga <vargaz at freemail.hu>
2005-06-13 Zoltan Varga <vargaz at freemail.hu>
2005-06-15 Zoltan Varga <vargaz at freemail.hu>
2005-06-16 Zoltan Varga <vargaz at freemail.hu>
2005-06-17 Zoltan Varga <vargaz at freemail.hu>
2005-06-17 Zoltan Varga <vargaz at freemail.hu>
2005-06-17 Zoltan Varga <vargaz at freemail.hu>
2005-06-18 Zoltan Varga <vargaz at freemail.hu>
2005-06-18 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-19 Zoltan Varga <vargaz at freemail.hu>
2005-06-22 Zoltan Varga <vargaz at freemail.hu>
2005-06-22 Zoltan Varga <vargaz at freemail.hu>
2005-06-23 Zoltan Varga <vargaz at freemail.hu>
2005-06-22 Zoltan Varga <vargaz at freemail.hu>
2005-06-23 Zoltan Varga <vargaz at freemail.hu>
2005-06-24 Zoltan Varga <vargaz at freemail.hu>
2005-06-24 Zoltan Varga <vargaz at freemail.hu>
2005-06-24 Zoltan Varga <vargaz at freemail.hu>
2005-06-27 Zoltan Varga <vargaz at freemail.hu>
2005-06-27 Zoltan Varga <vargaz at freemail.hu>
2005-06-27 Zoltan Varga <vargaz at freemail.hu>
2005-06-28 Zoltan Varga <vargaz at freemail.hu>
2005-06-28 Zoltan Varga <vargaz at freemail.hu>
2005-06-28 Zoltan Varga <vargaz at freemail.hu>
2005-06-28 Zoltan Varga <vargaz at freemail.hu>
2005-06-28 Zoltan Varga <vargaz at freemail.hu>
2005-06-29 Zoltan Varga <vargaz at freemail.hu>
2005-07-04 Zoltan Varga <vargaz at freemail.hu>
2005-07-05 Zoltan Varga <vargaz at freemail.hu>
2005-07-05 Zoltan Varga <vargaz at freemail.hu>
2005-07-05 Zoltan Varga <vargaz at freemail.hu>
2005-07-05 Zoltan Varga <vargaz at freemail.hu>
2005-07-06 Zoltan Varga <vargaz at freemail.hu>
2005-07-06 Zoltan Varga <vargaz at freemail.hu>
2005-07-06 Zoltan Varga <vargaz at freemail.hu>
2005-07-06 Zoltan Varga <vargaz at freemail.hu>
Rename Changelog -> ChangeLog.
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-07 Zoltan Varga <vargaz at freemail.hu>
2005-07-08 Zoltan Varga <vargaz at freemail.hu>
2005-07-08 Zoltan Varga <vargaz at freemail.hu>
2005-07-08 Zoltan Varga <vargaz at freemail.hu>
2005-07-08 Zoltan Varga <vargaz at freemail.hu>
2005-07-09 Zoltan Varga <vargaz at freemail.hu>
2005-07-09 Zoltan Varga <vargaz at freemail.hu>
2005-07-09 Zoltan Varga <vargaz at freemail.hu>
2005-07-09 Zoltan Varga <vargaz at freemail.hu>
2005-07-09 Zoltan Varga <vargaz at freemail.hu>
2005-07-10 Zoltan Varga <vargaz at freemail.hu>
2005-07-10 Zoltan Varga <vargaz at freemail.hu>
2005-07-11 Zoltan Varga <vargaz at freemail.hu>
2005-07-11 Zoltan Varga <vargaz at freemail.hu>
2005-07-11 Zoltan Varga <vargaz at freemail.hu>
2005-07-11 Zoltan Varga <vargaz at freemail.hu>
2005-07-11 Zoltan Varga <vargaz at freemail.hu>
2005-07-12 Zoltan Varga <vargaz at freemail.hu>
2005-07-12 Zoltan Varga <vargaz at freemail.hu>
2005-07-12 Zoltan Varga <vargaz at freemail.hu>
2005-07-18 Zoltan Varga <vargaz at freemail.hu>
2005-07-18 Zoltan Varga <vargaz at freemail.hu>
2005-07-18 Zoltan Varga <vargaz at freemail.hu>
2005-07-18 Zoltan Varga <vargaz at freemail.hu>
2005-07-19 Zoltan Varga <vargaz at freemail.hu>
2005-07-19 Zoltan Varga <vargaz at freemail.hu>
2005-07-19 Zoltan Varga <vargaz at freemail.hu>
2005-07-19 Zoltan Varga <vargaz at freemail.hu>
2005-07-19 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-20 Zoltan Varga <vargaz at freemail.hu>
2005-07-21 Zoltan Varga <vargaz at freemail.hu>
2005-07-21 Zoltan Varga <vargaz at freemail.hu>
2005-07-21 Zoltan Varga <vargaz at freemail.hu>
2005-07-21 Zoltan Varga <vargaz at freemail.hu>
2005-07-21 Zoltan Varga <vargaz at freemail.hu>
2005-07-22 Zoltan Varga <vargaz at freemail.hu>
2005-07-22 Zoltan Varga <vargaz at freemail.hu>
2005-07-23 Zoltan Varga <vargaz at freemail.hu>
2005-07-25 Zoltan Varga <vargaz at freemail.hu>
2005-07-26 Zoltan Varga <vargaz at freemail.hu>
2005-07-26 Zoltan Varga <vargaz at freemail.hu>
2005-07-26 Zoltan Varga <vargaz at freemail.hu>
2005-07-26 Zoltan Varga <vargaz at freemail.hu>
2005-07-27 Zoltan Varga <vargaz at freemail.hu>
2005-07-28 Zoltan Varga <vargaz at freemail.hu>
2005-07-28 Zoltan Varga <vargaz at freemail.hu>
2005-07-28 Zoltan Varga <vargaz at freemail.hu>
2005-07-28 Zoltan Varga <vargaz at freemail.hu>
2005-07-28 Zoltan Varga <vargaz at freemail.hu>
2005-07-29 Zoltan Varga <vargaz at freemail.hu>
2005-07-29 Zoltan Varga <vargaz at freemail.hu>
2005-07-29 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-07-30 Zoltan Varga <vargaz at freemail.hu>
2005-08-02 Zoltan Varga <vargaz at freemail.hu>
2005-08-02 Zoltan Varga <vargaz at freemail.hu>
2005-08-08 Zoltan Varga <vargaz at freemail.hu>
2005-08-08 Zoltan Varga <vargaz at freemail.hu>
2005-08-08 Zoltan Varga <vargaz at freemail.hu>
2005-08-08 Zoltan Varga <vargaz at freemail.hu>
2005-08-08 Zoltan Varga <vargaz at freemail.hu>
2005-08-09 Zoltan Varga <vargaz at freemail.hu>
2005-08-09 Zoltan Varga <vargaz at freemail.hu>
2005-08-09 Zoltan Varga <vargaz at freemail.hu>
2005-08-09 Zoltan Varga <vargaz at freemail.hu>
2005-08-09 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-10 Zoltan Varga <vargaz at freemail.hu>
2005-08-11 Zoltan Varga <vargaz at freemail.hu>
2005-08-11 Zoltan Varga <vargaz at freemail.hu>
2005-08-11 Zoltan Varga <vargaz at freemail.hu>
2005-08-11 Zoltan Varga <vargaz at freemail.hu>
2005-08-12 Zoltan Varga <vargaz at freemail.hu>
2005-08-13 Zoltan Varga <vargaz at freemail.hu>
2005-08-17 Zoltan Varga <vargaz at freemail.hu>
2005-08-17 Zoltan Varga <vargaz at freemail.hu>
2005-08-17 Zoltan Varga <vargaz at freemail.hu>
2005-08-18 Zoltan Varga <vargaz at freemail.hu>
2005-08-18 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-19 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-20 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-21 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-22 Zoltan Varga <vargaz at freemail.hu>
2005-08-23 Zoltan Varga <vargaz at freemail.hu>
2005-08-23 Zoltan Varga <vargaz at freemail.hu>
2005-08-24 Zoltan Varga <vargaz at freemail.hu>
Add missing ChangeLog entry.
2005-08-24 Zoltan Varga <vargaz at gmail.com>
2005-08-24 Zoltan Varga <vargaz at gmail.com>
2005-08-25 Zoltan Varga <vargaz at gmail.com>
2005-08-24 Zoltan Varga <vargaz at gmail.com>
2005-08-25 Zoltan Varga <vargaz at freemail.hu>
2005-08-25 Zoltan Varga <vargaz at gmail.com>
2005-08-25 Zoltan Varga <vargaz at gmail.com>
2005-08-26 Zoltan Varga <vargaz at gmail.com>
2005-08-25 Zoltan Varga <vargaz at gmail.com>
2005-08-26 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-27 Zoltan Varga <vargaz at gmail.com>
2005-08-28 Zoltan Varga <vargaz at gmail.com>
2005-08-28 Zoltan Varga <vargaz at gmail.com>
2005-08-28 Zoltan Varga <vargaz at gmail.com>
2005-08-28 Zoltan Varga <vargaz at gmail.com>
2005-08-28 Zoltan Varga <vargaz at gmail.com>
2005-08-29 Zoltan Varga <vargaz at gmail.com>
2005-08-29 Zoltan Varga <vargaz at gmail.com>
2005-08-30 Zoltan Varga <vargaz at gmail.com>
2005-08-30 Zoltan Varga <vargaz at gmail.com>
2005-09-02 Zoltan Varga <vargaz at gmail.com>
2005-09-04 Zoltan Varga <vargaz at gmail.com>
2005-09-04 Zoltan Varga <vargaz at gmail.com>
2005-09-04 Zoltan Varga <vargaz at gmail.com>
2005-09-05 Zoltan Varga <vargaz at gmail.com>
2005-09-09 Zoltan Varga <vargaz at gmail.com>
2005-09-09 Zoltan Varga <vargaz at gmail.com>
2005-09-09 Zoltan Varga <vargaz at gmail.com>
2005-09-09 Zoltan Varga <vargaz at gmail.com>
2005-09-09 Zoltan Varga <vargaz at gmail.com>
2005-09-10 Zoltan Varga <vargaz at gmail.com>
2005-09-10 Zoltan Varga <vargaz at gmail.com>
2005-09-10 Zoltan Varga <vargaz at gmail.com>
2005-09-10 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
Importing libatomic_ops 1.0
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at freemail.hu>
2005-09-11 Zoltan Varga <vargaz at freemail.hu>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at gmail.com>
2005-09-11 Zoltan Varga <vargaz at freemail.hu>
2005-09-12 Zoltan Varga <vargaz at freemail.hu>
2005-09-12 Zoltan Varga <vargaz at gmail.com>
2005-09-12 Zoltan Varga <vargaz at gmail.com>
2005-09-12 Zoltan Varga <vargaz at gmail.com>
2005-09-12 Zoltan Varga <vargaz at gmail.com>
2005-09-12 Zoltan Varga <vargaz at gmail.com>
2005-09-13 Zoltan Varga <vargaz at gmail.com>
2005-09-15 Zoltan Varga <vargaz at gmail.com>
2005-09-15 Zoltan Varga <vargaz at gmail.com>
2005-09-15 Zoltan Varga <vargaz at freemail.hu>
2005-09-15 Zoltan Varga <vargaz at gmail.com>
2005-09-15 Zoltan Varga <vargaz at gmail.com>
2005-09-16 Zoltan Varga <vargaz at freemail.hu>
2005-09-16 Zoltan Varga <vargaz at gmail.com>
2005-09-16 Zoltan Varga <vargaz at gmail.com>
2005-09-17 Zoltan Varga <vargaz at freemail.hu>
2005-09-17 Zoltan Varga <vargaz at freemail.hu>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-19 Zoltan Varga <vargaz at gmail.com>
2005-09-21 Zoltan Varga <vargaz at freemail.hu>
2005-09-21 Zoltan Varga <vargaz at gmail.com>
2005-09-21 Zoltan Varga <vargaz at gmail.com>
2005-09-21 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-23 Zoltan Varga <vargaz at gmail.com>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-24 Zoltan Varga <vargaz at freemail.hu>
2005-09-26 Zoltan Varga <vargaz at gmail.com>
2005-09-26 Zoltan Varga <vargaz at gmail.com>
2005-09-26 Zoltan Varga <vargaz at gmail.com>
2005-09-26 Zoltan Varga <vargaz at gmail.com>
2005-09-27 Zoltan Varga <vargaz at gmail.com>
2005-09-27 Zoltan Varga <vargaz at freemail.hu>
2005-09-28 Zoltan Varga <vargaz at gmail.com>
2005-09-28 Zoltan Varga <vargaz at gmail.com>
2005-09-28 Zoltan Varga <vargaz at gmail.com>
2005-09-30 Zoltan Varga <vargaz at gmail.com>
2005-09-30 Zoltan Varga <vargaz at gmail.com>
2005-09-30 Zoltan Varga <vargaz at gmail.com>
2005-10-02 Zoltan Varga <vargaz at freemail.hu>
2005-10-02 Zoltan Varga <vargaz at freemail.hu>
2005-10-02 Zoltan Varga <vargaz at freemail.hu>
2005-10-03 Zoltan Varga <vargaz at gmail.com>
2005-10-03 Zoltan Varga <vargaz at gmail.com>
2005-10-04 Zoltan Varga <vargaz at freemail.hu>
Merge from HEAD.
2005-10-03 Zoltan Varga <vargaz at gmail.com>
2005-10-04 Zoltan Varga <vargaz at gmail.com>
2005-10-04 Zoltan Varga <vargaz at freemail.hu>
2005-10-04 Zoltan Varga <vargaz at freemail.hu>
2005-10-04 Zoltan Varga <vargaz at freemail.hu>
2005-10-05 Zoltan Varga <vargaz at gmail.com>
Merge from HEAD.
2005-10-06 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-07 Zoltan Varga <vargaz at gmail.com>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at freemail.hu>
2005-10-08 Zoltan Varga <vargaz at gmail.com>
2005-10-08 Zoltan Varga <vargaz at gmail.com>
2005-10-08 Zoltan Varga <vargaz at gmail.com>
2005-10-08 Zoltan Varga <vargaz at gmail.com>
2005-10-09 Zoltan Varga <vargaz at freemail.hu>
2005-10-10 Zoltan Varga <vargaz at gmail.com>
2005-10-10 Zoltan Varga <vargaz at gmail.com>
2005-10-11 Zoltan Varga <vargaz at gmail.com>
Merge from HEAD.
2005-10-13 Zoltan Varga <vargaz at gmail.com>
2005-10-15 Zoltan Varga <vargaz at freemail.hu>
2005-10-15 Zoltan Varga <vargaz at freemail.hu>
Copy 0.84 to trunk.
2005-10-15 Zoltan Varga <vargaz at freemail.hu>
2005-10-16 Zoltan Varga <vargaz at freemail.hu>
2005-10-16 Zoltan Varga <vargaz at freemail.hu>
2005-10-16 Zoltan Varga <vargaz at freemail.hu>
2005-10-17 Zoltan Varga <vargaz at gmail.com>
2005-10-18 Zoltan Varga <vargaz at freemail.hu>
2005-10-18 Zoltan Varga <vargaz at gmail.com>
2005-10-18 Zoltan Varga <vargaz at gmail.com>
2005-10-18 Zoltan Varga <vargaz at gmail.com>
2005-10-20 Zoltan Varga <vargaz at gmail.com>
2005-10-21 Zoltan Varga <vargaz at gmail.com>
2005-10-21 Zoltan Varga <vargaz at gmail.com>
2005-10-21 Zoltan Varga <vargaz at gmail.com>
2005-10-21 Zoltan Varga <vargaz at gmail.com>
2005-10-22 Zoltan Varga <vargaz at freemail.hu>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-26 Zoltan Varga <vargaz at gmail.com>
2005-10-27 Zoltan Varga <vargaz at gmail.com>
2005-10-27 Zoltan Varga <vargaz at gmail.com>
2005-10-27 Zoltan Varga <vargaz at gmail.com>
2005-10-29 Zoltan Varga <vargaz at freemail.hu>
2005-10-29 Zoltan Varga <vargaz at freemail.hu>
2005-10-29 Zoltan Varga <vargaz at freemail.hu>
2005-10-29 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-30 Zoltan Varga <vargaz at gmail.com>
2005-10-30 Zoltan Varga <vargaz at gmail.com>
2005-10-30 Zoltan Varga <vargaz at gmail.com>
2005-10-30 Zoltan Varga <vargaz at gmail.com>
2005-10-30 Zoltan Varga <vargaz at freemail.hu>
2005-10-31 Zoltan Varga <vargaz at freemail.hu>
2005-11-01 Zoltan Varga <vargaz at freemail.hu>
2005-11-06 Zoltan Varga <vargaz at freemail.hu>
2005-11-06 Zoltan Varga <vargaz at freemail.hu>
2005-11-06 Zoltan Varga <vargaz at freemail.hu>
2005-11-06 Zoltan Varga <vargaz at freemail.hu>
2005-11-06 Zoltan Varga <vargaz at freemail.hu>
2005-11-07 Zoltan Varga <vargaz at gmail.com>
2005-11-08 Zoltan Varga <vargaz at freemail.hu>
2005-11-09 Zoltan Varga <vargaz at gmail.com>
2005-11-09 Zoltan Varga <vargaz at gmail.com>
2005-11-09 Zoltan Varga <vargaz at gmail.com>
2005-11-09 Zoltan Varga <vargaz at gmail.com>
2005-11-09 Zoltan Varga <vargaz at gmail.com>
2005-11-10 Zoltan Varga <vargaz at gmail.com>
2005-11-10 Zoltan Varga <vargaz at gmail.com>
2005-11-10 Zoltan Varga <vargaz at gmail.com>
2005-11-10 Zoltan Varga <vargaz at gmail.com>
2005-11-10 Zoltan Varga <vargaz at gmail.com>
2005-11-11 Zoltan Varga <vargaz at gmail.com>
2005-11-11 Zoltan Varga <vargaz at gmail.com>
2005-11-11 Zoltan Varga <vargaz at gmail.com>
2005-11-11 Zoltan Varga <vargaz at gmail.com>
2005-11-11 Zoltan Varga <vargaz at gmail.com>
2005-11-13 Zoltan Varga <vargaz at gmail.com>
2005-11-14 Zoltan Varga <vargaz at gmail.com>
Remove old version and re-add new one.
Remove old version and re-add new one.
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-15 Zoltan Varga <vargaz at gmail.com>
2005-11-16 Zoltan Varga <vargaz at gmail.com>
2005-11-16 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-18 Zoltan Varga <vargaz at gmail.com>
2005-11-19 Zoltan Varga <vargaz at gmail.com>
2005-11-19 Zoltan Varga <vargaz at gmail.com>
2005-11-19 Zoltan Varga <vargaz at gmail.com>
2005-11-17 Zoltan Varga <vargaz at gmail.com>
2005-11-19 Zoltan Varga <vargaz at gmail.com>
2005-11-19 Zoltan Varga <vargaz at gmail.com>
2005-11-20 Zoltan Varga <vargaz at gmail.com>
2005-11-20 Zoltan Varga <vargaz at gmail.com>
2005-11-20 Zoltan Varga <vargaz at gmail.com>
2005-11-23 Zoltan Varga <vargaz at gmail.com>
2005-11-23 Zoltan Varga <vargaz at gmail.com>
2005-11-27 Zoltan Varga <vargaz at gmail.com>
2005-11-27 Zoltan Varga <vargaz at gmail.com>
2005-11-29 Zoltan Varga <vargaz at gmail.com>
2005-11-29 Zoltan Varga <vargaz at gmail.com>
2005-11-29 Zoltan Varga <vargaz at gmail.com>
2005-11-30 Zoltan Varga <vargaz at gmail.com>
2005-12-03 Zoltan Varga <vargaz at gmail.com>
2005-12-06 Zoltan Varga <vargaz at gmail.com>
2005-12-06 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-07 Zoltan Varga <vargaz at gmail.com>
2005-12-09 Zoltan Varga <vargaz at gmail.com>
2005-12-09 Zoltan Varga <vargaz at gmail.com>
2005-12-09 Zoltan Varga <vargaz at gmail.com>
2005-12-10 Zoltan Varga <vargaz at gmail.com>
2005-12-10 Zoltan Varga <vargaz at gmail.com>
2005-12-10 Zoltan Varga <vargaz at gmail.com>
2005-12-11 Zoltan Varga <vargaz at gmail.com>
2005-12-11 Zoltan Varga <vargaz at gmail.com>
2005-12-12 Zoltan Varga <vargaz at gmail.com>
2005-12-12 Zoltan Varga <vargaz at gmail.com>
2005-12-12 Zoltan Varga <vargaz at gmail.com>
2005-12-12 Zoltan Varga <vargaz at gmail.com>
2005-12-13 Zoltan Varga <vargaz at gmail.com>
2005-12-13 Zoltan Varga <vargaz at gmail.com>
2005-12-13 Zoltan Varga <vargaz at gmail.com>
2005-12-13 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-14 Zoltan Varga <vargaz at gmail.com>
2005-12-15 Zoltan Varga <vargaz at gmail.com>
2005-12-15 Zoltan Varga <vargaz at gmail.com>
2005-12-15 Zoltan Varga <vargaz at gmail.com>
2005-12-19 Zoltan Varga <vargaz at gmail.com>
2005-12-19 Zoltan Varga <vargaz at gmail.com>
2005-12-20 Zoltan Varga <vargaz at gmail.com>
2005-12-20 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-22 Zoltan Varga <vargaz at gmail.com>
2005-12-23 Zoltan Varga <vargaz at gmail.com>
2005-12-23 Zoltan Varga <vargaz at gmail.com>
2005-12-23 Zoltan Varga <vargaz at gmail.com>
2005-12-23 Zoltan Varga <vargaz at gmail.com>
2005-12-23 Zoltan Varga <vargaz at gmail.com>
2005-12-26 Zoltan Varga <vargaz at gmail.com>
2005-12-26 Zoltan Varga <vargaz at gmail.com>
2005-12-26 Zoltan Varga <vargaz at gmail.com>
2005-12-26 Zoltan Varga <vargaz at gmail.com>
2005-12-26 Zoltan Varga <vargaz at gmail.com>
2006-01-02 Zoltan Varga <vargaz at gmail.com>
2006-01-02 Zoltan Varga <vargaz at gmail.com>
2006-01-02 Zoltan Varga <vargaz at gmail.com>
2006-01-02 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
svn path=/trunk/mcs/; revision=54991
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-03 Zoltan Varga <vargaz at gmail.com>
2006-01-04 Zoltan Varga <vargaz at gmail.com>
2006-01-04 Zoltan Varga <vargaz at gmail.com>
2006-01-04 Zoltan Varga <vargaz at gmail.com>
2006-01-04 Zoltan Varga <vargaz at gmail.com>
2006-01-06 Zoltan Varga <vargaz at gmail.com>
2006-01-07 Zoltan Varga <vargaz at gmail.com>
2006-01-07 Zoltan Varga <vargaz at gmail.com>
2006-01-10 Zoltan Varga <vargaz at gmail.com>
2006-01-11 Zoltan Varga <vargaz at gmail.com>
2006-01-14 Zoltan Varga <vargaz at gmail.com>
2006-01-15 Zoltan Varga <vargaz at gmail.com>
2006-01-15 Zoltan Varga <vargaz at gmail.com>
2006-01-16 Zoltan Varga <vargaz at gmail.com>
2006-01-16 Zoltan Varga <vargaz at gmail.com>
2006-01-17 Zoltan Varga <vargaz at gmail.com>
2006-01-17 Zoltan Varga <vargaz at gmail.com>
2006-01-17 Zoltan Varga <vargaz at gmail.com>
2006-01-18 Zoltan Varga <vargaz at gmail.com>
2006-01-19 Zoltan Varga <vargaz at gmail.com>
2006-01-20 Zoltan Varga <vargaz at gmail.com>
2006-01-20 Zoltan Varga <vargaz at gmail.com>
2006-01-26 Zoltan Varga <vargaz at gmail.com>
2006-01-26 Zoltan Varga <vargaz at gmail.com>
2006-01-26 Zoltan Varga <vargaz at gmail.com>
2006-01-26 Zoltan Varga <vargaz at gmail.com>
2006-01-26 Zoltan Varga <vargaz at gmail.com>
svn path=/trunk/mcs/; revision=56111
2006-01-27 Zoltan Varga <vargaz at gmail.com>
2006-01-27 Zoltan Varga <vargaz at gmail.com>
2006-01-27 Zoltan Varga <vargaz at gmail.com>
2006-01-30 Zoltan Varga <vargaz at gmail.com>
2006-01-31 Zoltan Varga <vargaz at gmail.com>
2006-01-31 Zoltan Varga <vargaz at gmail.com>
2006-01-31 Zoltan Varga <vargaz at gmail.com>
2006-01-31 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-01 Zoltan Varga <vargaz at gmail.com>
2006-02-02 Zoltan Varga <vargaz at gmail.com>
2006-02-02 Zoltan Varga <vargaz at gmail.com>
2006-02-02 Zoltan Varga <vargaz at gmail.com>
2006-02-02 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-03 Zoltan Varga <vargaz at gmail.com>
2006-02-09 Zoltan Varga <vargaz at gmail.com>
2006-02-09 Zoltan Varga <vargaz at gmail.com>
2006-02-09 Zoltan Varga <vargaz at gmail.com>
2006-02-09 Zoltan Varga <vargaz at gmail.com>
2006-02-10 Zoltan Varga <vargaz at gmail.com>
2006-02-10 Zoltan Varga <vargaz at gmail.com>
2006-02-10 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-11 Zoltan Varga <vargaz at gmail.com>
2006-02-16 Zoltan Varga <vargaz at gmail.com>
2006-02-17 Zoltan Varga <vargaz at gmail.com>
2006-02-17 Zoltan Varga <vargaz at gmail.com>
2006-02-18 Zoltan Varga <vargaz at gmail.com>
2006-02-18 Zoltan Varga <vargaz at gmail.com>
2006-02-18 Zoltan Varga <vargaz at gmail.com>
2006-02-19 Zoltan Varga <vargaz at gmail.com>
2006-02-21 Zoltan Varga <vargaz at gmail.com>
2006-02-24 Zoltan Varga <vargaz at gmail.com>
2006-02-24 Zoltan Varga <vargaz at gmail.com>
2006-02-24 Zoltan Varga <vargaz at gmail.com>
2006-03-01 Zoltan Varga <vargaz at gmail.com>
2006-03-01 Zoltan Varga <vargaz at gmail.com>
2006-03-01 Zoltan Varga <vargaz at gmail.com>
2006-03-02 Zoltan Varga <vargaz at gmail.com>
2006-03-03 Zoltan Varga <vargaz at gmail.com>
2006-03-03 Zoltan Varga <vargaz at gmail.com>
2006-03-03 Zoltan Varga <vargaz at gmail.com>
2006-03-04 Zoltan Varga <vargaz at gmail.com>
2006-03-04 Zoltan Varga <vargaz at gmail.com>
2006-03-06 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-09 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-10 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-11 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-12 Zoltan Varga <vargaz at gmail.com>
2006-03-14 Zoltan Varga <vargaz at gmail.com>
2006-03-14 Zoltan Varga <vargaz at gmail.com>
2006-03-14 Zoltan Varga <vargaz at gmail.com>
2006-03-14 Zoltan Varga <vargaz at gmail.com>
2006-03-14 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-15 Zoltan Varga <vargaz at gmail.com>
2006-03-16 Zoltan Varga <vargaz at gmail.com>
2006-03-16 Zoltan Varga <vargaz at gmail.com>
2006-03-17 Zoltan Varga <vargaz at gmail.com>
2006-03-19 Zoltan Varga <vargaz at gmail.com>
2006-03-19 Zoltan Varga <vargaz at gmail.com>
2006-03-19 Zoltan Varga <vargaz at gmail.com>
2006-03-20 Zoltan Varga <vargaz at gmail.com>
2006-03-25 Zoltan Varga <vargaz at gmail.com>
2006-03-25 Zoltan Varga <vargaz at gmail.com>
2006-03-28 Zoltan Varga <vargaz at gmail.com>
2006-03-30 Zoltan Varga <vargaz at gmail.com>
2006-03-31 Zoltan Varga <vargaz at gmail.com>
2006-03-31 Zoltan Varga <vargaz at gmail.com>
2006-03-31 Zoltan Varga <vargaz at gmail.com>
2006-03-31 Zoltan Varga <vargaz at gmail.com>
2006-03-31 Zoltan Varga <vargaz at gmail.com>
2006-04-01 Zoltan Varga <vargaz at gmail.com>
2006-04-01 Zoltan Varga <vargaz at gmail.com>
2006-04-01 Zoltan Varga <vargaz at gmail.com>
2006-04-01 Zoltan Varga <vargaz at gmail.com>
2006-04-02 Zoltan Varga <vargaz at gmail.com>
2006-04-03 Zoltan Varga <vargaz at gmail.com>
2006-04-03 Zoltan Varga <vargaz at gmail.com>
2006-04-03 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-04 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-05 Zoltan Varga <vargaz at gmail.com>
2006-04-06 Zoltan Varga <vargaz at gmail.com>
2006-04-06 Zoltan Varga <vargaz at gmail.com>
2006-04-06 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-07 Zoltan Varga <vargaz at gmail.com>
2006-04-10 Zoltan Varga <vargaz at gmail.com>
2006-04-10 Zoltan Varga <vargaz at gmail.com>
2006-04-10 Zoltan Varga <vargaz at gmail.com>
2006-04-10 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-12 Zoltan Varga <vargaz at gmail.com>
2006-04-13 Zoltan Varga <vargaz at gmail.com>
Revert r59483 to fix build.
2006-04-16 Zoltan Varga <vargaz at gmail.com>
2006-04-19 Zoltan Varga <vargaz at gmail.com>
2006-04-19 Zoltan Varga <vargaz at gmail.com>
2006-04-19 Zoltan Varga <vargaz at gmail.com>
2006-04-19 Zoltan Varga <vargaz at gmail.com>
2006-04-19 Zoltan Varga <vargaz at gmail.com>
2006-04-21 Zoltan Varga <vargaz at gmail.com>
2006-04-21 Zoltan Varga <vargaz at gmail.com>
2006-04-21 Zoltan Varga <vargaz at gmail.com>
2006-04-21 Zoltan Varga <vargaz at gmail.com>
2006-04-24 Zoltan Varga <vargaz at gmail.com>
2006-04-24 Zoltan Varga <vargaz at gmail.com>
2006-04-24 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-25 Zoltan Varga <vargaz at gmail.com>
2006-04-26 Zoltan Varga <vargaz at gmail.com>
2006-04-26 Zoltan Varga <vargaz at gmail.com>
2006-04-26 Zoltan Varga <vargaz at gmail.com>
2006-04-26 Zoltan Varga <vargaz at gmail.com>
2006-04-26 Zoltan Varga <vargaz at gmail.com>
2006-04-28 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-04 Zoltan Varga <vargaz at gmail.com>
2006-05-05 Zoltan Varga <vargaz at gmail.com>
2006-05-05 Zoltan Varga <vargaz at gmail.com>
2006-05-05 Zoltan Varga <vargaz at gmail.com>
2006-05-05 Zoltan Varga <vargaz at gmail.com>
2006-05-05 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-06 Zoltan Varga <vargaz at gmail.com>
2006-05-07 Zoltan Varga <vargaz at gmail.com>
2006-05-07 Zoltan Varga <vargaz at gmail.com>
2006-05-08 Zoltan Varga <vargaz at gmail.com>
2006-05-09 Zoltan Varga <vargaz at gmail.com>
2006-05-09 Zoltan Varga <vargaz at gmail.com>
2006-05-09 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-10 Zoltan Varga <vargaz at gmail.com>
2006-05-11 Zoltan Varga <vargaz at gmail.com>
2006-05-11 Zoltan Varga <vargaz at gmail.com>
2006-05-11 Zoltan Varga <vargaz at gmail.com>
2006-05-12 Zoltan Varga <vargaz at gmail.com>
2006-05-12 Zoltan Varga <vargaz at gmail.com>
2006-05-14 Zoltan Varga <vargaz at gmail.com>
2006-05-14 Zoltan Varga <vargaz at gmail.com>
2006-05-15 Zoltan Varga <vargaz at gmail.com>
2006-05-15 Zoltan Varga <vargaz at gmail.com>
2006-05-15 Zoltan Varga <vargaz at gmail.com>
2006-05-17 Zoltan Varga <vargaz at gmail.com>
2006-05-17 Zoltan Varga <vargaz at gmail.com>
2006-05-17 Zoltan Varga <vargaz at gmail.com>
2006-05-17 Zoltan Varga <vargaz at gmail.com>
2006-05-17 Zoltan Varga <vargaz at gmail.com>
2006-05-18 Zoltan Varga <vargaz at gmail.com>
2006-05-18 Zoltan Varga <vargaz at gmail.com>
2006-05-18 Zoltan Varga <vargaz at gmail.com>
2006-05-18 Zoltan Varga <vargaz at gmail.com>
2006-05-20 Zoltan Varga <vargaz at gmail.com>
2006-05-22 Zoltan Varga <vargaz at gmail.com>
2006-05-23 Zoltan Varga <vargaz at gmail.com>
2006-05-23 Zoltan Varga <vargaz at gmail.com>
2006-05-23 Zoltan Varga <vargaz at gmail.com>
2006-05-24 Zoltan Varga <vargaz at gmail.com>
2006-05-24 Zoltan Varga <vargaz at gmail.com>
2006-05-25 Zoltan Varga <vargaz at gmail.com>
2006-05-26 Zoltan Varga <vargaz at gmail.com>
2006-05-26 Zoltan Varga <vargaz at gmail.com>
2006-05-27 Zoltan Varga <vargaz at gmail.com>
2006-05-27 Zoltan Varga <vargaz at gmail.com>
2006-05-27 Zoltan Varga <vargaz at gmail.com>
2006-05-28 Zoltan Varga <vargaz at gmail.com>
2006-05-30 Zoltan Varga <vargaz at gmail.com>
2006-05-30 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-05-31 Zoltan Varga <vargaz at gmail.com>
2006-06-02 Zoltan Varga <vargaz at gmail.com>
2006-06-02 Zoltan Varga <vargaz at gmail.com>
2006-06-02 Zoltan Varga <vargaz at gmail.com>
2006-06-04 Zoltan Varga <vargaz at gmail.com>
2006-06-04 Zoltan Varga <vargaz at gmail.com>
2006-06-05 Zoltan Varga <vargaz at gmail.com>
2006-06-06 Zoltan Varga <vargaz at gmail.com>
2006-06-06 Zoltan Varga <vargaz at gmail.com>
2006-06-06 Zoltan Varga <vargaz at gmail.com>
2006-06-06 Zoltan Varga <vargaz at gmail.com>
2006-06-06 Zoltan Varga <vargaz at gmail.com>
2006-06-07 Zoltan Varga <vargaz at gmail.com>
2006-06-07 Zoltan Varga <vargaz at gmail.com>
2006-06-07 Zoltan Varga <vargaz at gmail.com>
2006-06-08 Zoltan Varga <vargaz at gmail.com>
2006-06-08 Zoltan Varga <vargaz at gmail.com>
2006-06-10 Zoltan Varga <vargaz at gmail.com>
2006-06-10 Zoltan Varga <vargaz at gmail.com>
2006-06-10 Zoltan Varga <vargaz at gmail.com>
2006-06-12 Zoltan Varga <vargaz at gmail.com>
2006-06-13 Zoltan Varga <vargaz at gmail.com>
2006-06-13 Zoltan Varga <vargaz at gmail.com>
2006-06-13 Zoltan Varga <vargaz at gmail.com>
2006-06-13 Zoltan Varga <vargaz at gmail.com>
2006-06-15 Zoltan Varga <vargaz at gmail.com>
2006-06-15 Zoltan Varga <vargaz at gmail.com>
2006-06-18 Zoltan Varga <vargaz at gmail.com>
2006-06-20 Zoltan Varga <vargaz at gmail.com>
2006-06-21 Zoltan Varga <vargaz at gmail.com>
2006-06-21 Zoltan Varga <vargaz at gmail.com>
2006-06-22 Zoltan Varga <vargaz at gmail.com>
2006-04-08 Zoltan Varga <vargaz at gmail.com>
2006-06-24 Zoltan Varga <vargaz at gmail.com>
2006-06-24 Zoltan Varga <vargaz at gmail.com>
2006-06-26 Zoltan Varga <vargaz at gmail.com>
2006-06-26 Zoltan Varga <vargaz at gmail.com>
2006-06-27 Zoltan Varga <vargaz at gmail.com>
2006-06-27 Zoltan Varga <vargaz at gmail.com>
2006-06-28 Zoltan Varga <vargaz at gmail.com>
2006-06-28 Zoltan Varga <vargaz at gmail.com>
2006-06-28 Zoltan Varga <vargaz at gmail.com>
2006-06-29 Zoltan Varga <vargaz at gmail.com>
2006-06-30 Zoltan Varga <vargaz at gmail.com>
2006-06-30 Zoltan Varga <vargaz at gmail.com>
2006-06-30 Zoltan Varga <vargaz at gmail.com>
2006-06-30 Zoltan Varga <vargaz at gmail.com>
2006-07-01 Zoltan Varga <vargaz at gmail.com>
2006-07-01 Zoltan Varga <vargaz at gmail.com>
2006-07-01 Zoltan Varga <vargaz at gmail.com>
2006-07-02 Zoltan Varga <vargaz at gmail.com>
2006-07-02 Zoltan Varga <vargaz at gmail.com>
2006-07-03 Zoltan Varga <vargaz at gmail.com>
2006-07-03 Zoltan Varga <vargaz at gmail.com>
2006-07-04 Zoltan Varga <vargaz at gmail.com>
2006-07-08 Zoltan Varga <vargaz at gmail.com>
2006-07-08 Zoltan Varga <vargaz at gmail.com>
2006-07-08 Zoltan Varga <vargaz at gmail.com>
2006-07-08 Zoltan Varga <vargaz at gmail.com>
2006-07-08 Zoltan Varga <vargaz at gmail.com>
2006-07-09 Zoltan Varga <vargaz at gmail.com>
2006-07-09 Zoltan Varga <vargaz at gmail.com>
2006-07-09 Zoltan Varga <vargaz at gmail.com>
2006-07-09 Zoltan Varga <vargaz at gmail.com>
2006-07-11 Zoltan Varga <vargaz at gmail.com>
2006-07-11 Zoltan Varga <vargaz at gmail.com>
2006-07-11 Zoltan Varga <vargaz at gmail.com>
2006-07-11 Zoltan Varga <vargaz at gmail.com>
2006-07-11 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-12 Zoltan Varga <vargaz at gmail.com>
2006-07-13 Zoltan Varga <vargaz at gmail.com>
2006-07-14 Zoltan Varga <vargaz at gmail.com>
2006-07-14 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-19 Zoltan Varga <vargaz at gmail.com>
2006-07-27 Zoltan Varga <vargaz at gmail.com>
2006-08-01 Zoltan Varga <vargaz at gmail.com>
2006-08-01 Zoltan Varga <vargaz at gmail.com>
2006-08-01 Zoltan Varga <vargaz at gmail.com>
2006-08-02 Zoltan Varga <vargaz at gmail.com>
2006-08-03 Zoltan Varga <vargaz at gmail.com>
2006-08-03 Zoltan Varga <vargaz at gmail.com>
2006-08-04 Zoltan Varga <vargaz at gmail.com>
2006-08-04 Zoltan Varga <vargaz at gmail.com>
2006-08-04 Zoltan Varga <vargaz at gmail.com>
2006-08-04 Zoltan Varga <vargaz at gmail.com>
2006-08-04 Zoltan Varga <vargaz at gmail.com>
2006-08-05 Zoltan Varga <vargaz at gmail.com>
2006-08-05 Zoltan Varga <vargaz at gmail.com>
2006-08-05 Zoltan Varga <vargaz at gmail.com>
2006-08-07 Zoltan Varga <vargaz at gmail.com>
2006-08-07 Zoltan Varga <vargaz at gmail.com>
2006-08-07 Zoltan Varga <vargaz at freemail.hu>
2006-08-08 Zoltan Varga <vargaz at gmail.com>
2006-08-08 Zoltan Varga <vargaz at gmail.com>
2006-08-08 Zoltan Varga <vargaz at gmail.com>
2006-08-08 Zoltan Varga <vargaz at gmail.com>
2006-08-08 Zoltan Varga <vargaz at gmail.com>
2006-08-10 Zoltan Varga <vargaz at gmail.com>
2006-08-10 Zoltan Varga <vargaz at gmail.com>
2006-08-10 Zoltan Varga <vargaz at gmail.com>
2006-08-12 Zoltan Varga <vargaz at gmail.com>
2006-08-12 Zoltan Varga <vargaz at gmail.com>
2006-08-13 Zoltan Varga <vargaz at gmail.com>
2006-08-15 Zoltan Varga <vargaz at gmail.com>
2006-08-16 Zoltan Varga <vargaz at gmail.com>
2006-08-16 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
2006-08-17 Zoltan Varga <vargaz at gmail.com>
svn path=/trunk/mono/; revision=63943
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-18 Zoltan Varga <vargaz at gmail.com>
2006-08-30 Zoltan Varga <vargaz at gmail.com>
2006-08-30 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at freemail.hu>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-08-31 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-01 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-02 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-03 Zoltan Varga <vargaz at gmail.com>
2006-09-04 Zoltan Varga <vargaz at gmail.com>
2006-09-04 Zoltan Varga <vargaz at gmail.com>
2006-09-04 Zoltan Varga <vargaz at gmail.com>
2006-09-04 Zoltan Varga <vargaz at gmail.com>
2006-09-05 Zoltan Varga <vargaz at gmail.com>
2006-09-06 Zoltan Varga <vargaz at gmail.com>
2006-09-06 Zoltan Varga <vargaz at gmail.com>
2006-09-06 Zoltan Varga <vargaz at gmail.com>
2006-09-06 Zoltan Varga <vargaz at gmail.com>
2006-09-06 Zoltan Varga <vargaz at gmail.com>
2006-09-07 Zoltan Varga <vargaz at gmail.com>
2006-09-08 Zoltan Varga <vargaz at gmail.com>
2006-09-08 Zoltan Varga <vargaz at gmail.com>
2006-09-08 Zoltan Varga <vargaz at gmail.com>
2006-09-08 Zoltan Varga <vargaz at gmail.com>
2006-09-10 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-11 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-12 Zoltan Varga <vargaz at gmail.com>
2006-09-13 Zoltan Varga <vargaz at gmail.com>
2006-09-14 Zoltan Varga <vargaz at gmail.com>
2006-09-14 Zoltan Varga <vargaz at gmail.com>
2006-09-16 Zoltan Varga <vargaz at freemail.hu>
2006-09-16 Zoltan Varga <vargaz at freemail.hu>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-17 Zoltan Varga <vargaz at gmail.com>
2006-09-18 Zoltan Varga <vargaz at gmail.com>
2006-09-19 Zoltan Varga <vargaz at gmail.com>
2006-09-19 Zoltan Varga <vargaz at gmail.com>
2006-09-20 Zoltan Varga <vargaz at gmail.com>
2006-09-20 Zoltan Varga <vargaz at gmail.com>
2006-09-20 Zoltan Varga <vargaz at gmail.com>
2006-09-20 Zoltan Varga <vargaz at gmail.com>
2006-09-22 Zoltan Varga <vargaz at gmail.com>
2006-09-24 Zoltan Varga <vargaz at gmail.com>
2006-09-26 Zoltan Varga <vargaz at gmail.com>
2006-09-26 Zoltan Varga <vargaz at gmail.com>
2006-09-26 Zoltan Varga <vargaz at gmail.com>
2006-09-26 Zoltan Varga <vargaz at gmail.com>
2006-09-27 Zoltan Varga <vargaz at gmail.com>
2006-09-27 Zoltan Varga <vargaz at gmail.com>
2006-09-27 Zoltan Varga <vargaz at gmail.com>
2006-09-27 Zoltan Varga <vargaz at gmail.com>
2006-09-30 Zoltan Varga <vargaz at gmail.com>
2006-09-30 Zoltan Varga <vargaz at gmail.com>
2006-09-30 Zoltan Varga <vargaz at gmail.com>
2006-09-30 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-02 Zoltan Varga <vargaz at gmail.com>
2006-10-04 Zoltan Varga <vargaz at gmail.com>
2006-10-05 Zoltan Varga <vargaz at gmail.com>
2006-10-05 Zoltan Varga <vargaz at gmail.com>
2006-10-05 Zoltan Varga <vargaz at gmail.com>
2006-10-05 Zoltan Varga <vargaz at gmail.com>
2006-10-06 Zoltan Varga <vargaz at gmail.com>
2006-10-06 Zoltan Varga <vargaz at gmail.com>
2006-10-06 Zoltan Varga <vargaz at gmail.com>
2006-10-06 Zoltan Varga <vargaz at gmail.com>
2006-10-09 Zoltan Varga <vargaz at gmail.com>
2006-10-09 Zoltan Varga <vargaz at gmail.com>
2006-10-10 Zoltan Varga <vargaz at gmail.com>
2006-10-10 Zoltan Varga <vargaz at gmail.com>
2006-10-09 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at gmail.com>
2006-10-12 Zoltan Varga <vargaz at freemail.hu>
2006-10-14 Zoltan Varga <vargaz at gmail.com>
2006-10-14 Zoltan Varga <vargaz at gmail.com>
2006-10-14 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-15 Zoltan Varga <vargaz at gmail.com>
2006-10-16 Zoltan Varga <vargaz at gmail.com>
2006-10-17 Zoltan Varga <vargaz at gmail.com>
2006-10-17 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-22 Zoltan Varga <vargaz at gmail.com>
2006-10-23 Zoltan Varga <vargaz at gmail.com>
2006-10-23 Zoltan Varga <vargaz at gmail.com>
2006-10-23 Zoltan Varga <vargaz at gmail.com>
2006-11-10 Zoltan Varga <vargaz at gmail.com>
2007-01-19 Zoltan Varga <vargaz at gmail.com>
2007-01-20 Zoltan Varga <vargaz at gmail.com>
2007-01-20 Zoltan Varga <vargaz at gmail.com>
2007-01-20 Zoltan Varga <vargaz at gmail.com>
2007-01-21 Zoltan Varga <vargaz at gmail.com>
2007-01-21 Zoltan Varga <vargaz at gmail.com>
2007-01-21 Zoltan Varga <vargaz at gmail.com>
2007-01-24 Zoltan Varga <vargaz at gmail.com>
2007-01-24 Zoltan Varga <vargaz at gmail.com>
2007-01-25 Zoltan Varga <vargaz at gmail.com>
2007-01-25 Zoltan Varga <vargaz at gmail.com>
2007-01-27 Zoltan Varga <vargaz at gmail.com>
2007-01-28 Zoltan Varga <vargaz at gmail.com>
2007-01-28 Zoltan Varga <vargaz at gmail.com>
2007-01-28 Zoltan Varga <vargaz at gmail.com>
2007-01-30 Zoltan Varga <vargaz at gmail.com>
2007-01-31 Zoltan Varga <vargaz at gmail.com>
2007-02-01 Zoltan Varga <vargaz at gmail.com>
2007-02-03 Zoltan Varga <vargaz at gmail.com>
2007-02-03 Zoltan Varga <vargaz at gmail.com>
2007-02-03 Zoltan Varga <vargaz at gmail.com>
2007-02-03 Zoltan Varga <vargaz at gmail.com>
2007-02-05 Zoltan Varga <vargaz at gmail.com>
2007-02-07 Zoltan Varga <vargaz at gmail.com>
2007-02-14 Zoltan Varga <vargaz at gmail.com>
2007-02-22 Zoltan Varga <vargaz at gmail.com>
2007-02-28 Zoltan Varga <vargaz at gmail.com>
2007-02-28 Zoltan Varga <vargaz at gmail.com>
2007-02-28 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-06 Zoltan Varga <vargaz at gmail.com>
2007-03-07 Zoltan Varga <vargaz at gmail.com>
2007-03-07 Zoltan Varga <vargaz at gmail.com>
2007-03-07 Zoltan Varga <vargaz at gmail.com>
2007-03-07 Zoltan Varga <vargaz at gmail.com>
2007-03-09 Zoltan Varga <vargaz at gmail.com>
2007-03-09 Zoltan Varga <vargaz at gmail.com>
2007-03-11 Zoltan Varga <vargaz at gmail.com>
2007-03-11 Zoltan Varga <vargaz at gmail.com>
2007-03-11 Zoltan Varga <vargaz at gmail.com>
2007-03-11 Zoltan Varga <vargaz at gmail.com>
2007-03-12 Zoltan Varga <vargaz at gmail.com>
2007-03-12 Zoltan Varga <vargaz at gmail.com>
2007-03-12 Zoltan Varga <vargaz at gmail.com>
2007-03-12 Zoltan Varga <vargaz at gmail.com>
2007-03-14 Zoltan Varga <vargaz at gmail.com>
2007-03-14 Zoltan Varga <vargaz at gmail.com>
2007-03-14 Zoltan Varga <vargaz at gmail.com>
2007-03-15 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-17 Zoltan Varga <vargaz at gmail.com>
2007-03-22 Zoltan Varga <vargaz at gmail.com>
2007-03-23 Zoltan Varga <vargaz at gmail.com>
2007-03-29 Zoltan Varga <vargaz at gmail.com>
2007-04-01 Zoltan Varga <vargaz at gmail.com>
2007-04-02 Zoltan Varga <vargaz at gmail.com>
2007-04-05 Zoltan Varga <vargaz at gmail.com>
2007-04-06 Andreas Faerber <andreas.faerber at web.de>
2007-04-07 Zoltan Varga <vargaz at gmail.com>
2007-04-10 Zoltan Varga <vargaz at gmail.com>
2007-04-06 Andreas Faerber <andreas.faerber at web.de>
2007-04-06 Andreas Faerber <andreas.faerber at web.de>
2007-04-18 Zoltan Varga <vargaz at gmail.com>
2007-04-18 Zoltan Varga <vargaz at gmail.com>
2007-04-18 Zoltan Varga <vargaz at gmail.com>
2007-04-19 Zoltan Varga <vargaz at gmail.com>
2007-04-23 Zoltan Varga <vargaz at gmail.com>
2007-04-23 Zoltan Varga <vargaz at gmail.com>
2007-04-24 Zoltan Varga <vargaz at gmail.com>
2007-04-24 Zoltan Varga <vargaz at gmail.com>
2007-04-24 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-25 Zoltan Varga <vargaz at gmail.com>
2007-04-26 Zoltan Varga <vargaz at gmail.com>
2007-04-26 Zoltan Varga <vargaz at gmail.com>
2007-04-26 Zoltan Varga <vargaz at gmail.com>
2007-04-27 Zoltan Varga <vargaz at gmail.com>
2007-04-27 Zoltan Varga <vargaz at gmail.com>
2007-04-28 Zoltan Varga <vargaz at gmail.com>
2007-04-29 Zoltan Varga <vargaz at gmail.com>
2007-04-30 Zoltan Varga <vargaz at gmail.com>
2007-04-30 Zoltan Varga <vargaz at gmail.com>
2007-04-30 Zoltan Varga <vargaz at gmail.com>
2007-05-01 Zoltan Varga <vargaz at gmail.com>
2007-05-01 Zoltan Varga <vargaz at gmail.com>
2007-05-01 Zoltan Varga <vargaz at gmail.com>
2007-05-06 Zoltan Varga <vargaz at gmail.com>
2007-05-06 Zoltan Varga <vargaz at gmail.com>
2007-05-06 Zoltan Varga <vargaz at gmail.com>
2007-05-07 Zoltan Varga <vargaz at gmail.com>
2007-05-07 Zoltan Varga <vargaz at gmail.com>
2007-05-07 Zoltan Varga <vargaz at gmail.com>
2007-05-08 Zoltan Varga <vargaz at gmail.com>
2007-05-08 Zoltan Varga <vargaz at gmail.com>
2007-05-09 Zoltan Varga <vargaz at gmail.com>
2007-05-10 Zoltan Varga <vargaz at gmail.com>
2007-05-10 Zoltan Varga <vargaz at gmail.com>
2007-05-10 Zoltan Varga <vargaz at gmail.com>
2007-05-10 Zoltan Varga <vargaz at gmail.com>
2007-05-11 Zoltan Varga <vargaz at gmail.com>
2007-05-11 Zoltan Varga <vargaz at gmail.com>
2007-05-12 Zoltan Varga <vargaz at gmail.com>
2007-05-12 Zoltan Varga <vargaz at gmail.com>
2007-05-12 Zoltan Varga <vargaz at gmail.com>
2007-05-12 Zoltan Varga <vargaz at gmail.com>
2007-05-12 Zoltan Varga <vargaz at gmail.com>
2007-05-13 Zoltan Varga <vargaz at gmail.com>
2007-05-15 Zoltan Varga <vargaz at gmail.com>
2007-05-15 Zoltan Varga <vargaz at gmail.com>
2007-05-15 Zoltan Varga <vargaz at gmail.com>
2007-05-15 Zoltan Varga <vargaz at gmail.com>
2007-05-16 Zoltan Varga <vargaz at gmail.com>
2007-05-16 Zoltan Varga <vargaz at gmail.com>
2007-05-19 Zoltan Varga <vargaz at gmail.com>
2007-05-20 Zoltan Varga <vargaz at gmail.com>
2007-05-20 Zoltan Varga <vargaz at gmail.com>
2007-05-22 Zoltan Varga <vargaz at gmail.com>
2007-05-22 Zoltan Varga <vargaz at gmail.com>
2007-05-23 Zoltan Varga <vargaz at gmail.com>
2007-05-24 Zoltan Varga <vargaz at gmail.com>
2007-05-24 Zoltan Varga <vargaz at gmail.com>
2007-05-24 Zoltan Varga <vargaz at gmail.com>
2007-05-24 Zoltan Varga <vargaz at gmail.com>
2007-05-24 Zoltan Varga <vargaz at gmail.com>
2007-05-26 Zoltan Varga <vargaz at gmail.com>
2007-05-27 Zoltan Varga <vargaz at gmail.com>
2007-05-27 Zoltan Varga <vargaz at gmail.com>
2007-05-28 Zoltan Varga <vargaz at gmail.com>
2007-05-29 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-05-31 Zoltan Varga <vargaz at gmail.com>
2007-06-01 Zoltan Varga <vargaz at gmail.com>
2007-06-01 Zoltan Varga <vargaz at gmail.com>
2007-06-01 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-02 Zoltan Varga <vargaz at gmail.com>
2007-06-05 Zoltan Varga <vargaz at gmail.com>
2007-06-06 Zoltan Varga <vargaz at gmail.com>
2007-06-07 Zoltan Varga <vargaz at gmail.com>
2007-06-08 Zoltan Varga <vargaz at gmail.com>
2007-06-12 Zoltan Varga <vargaz at gmail.com>
2007-06-12 Zoltan Varga <vargaz at gmail.com>
2007-06-12 Zoltan Varga <vargaz at gmail.com>
2007-06-12 Zoltan Varga <vargaz at gmail.com>
2007-06-14 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-21 Zoltan Varga <vargaz at gmail.com>
2007-06-22 Zoltan Varga <vargaz at gmail.com>
2007-06-23 Zoltan Varga <vargaz at gmail.com>
2007-06-24 Zoltan Varga <vargaz at gmail.com>
2007-06-25 Zoltan Varga <vargaz at gmail.com>
2007-07-02 Zoltan Varga <vargaz at gmail.com>
2007-07-05 Zoltan Varga <vargaz at gmail.com>
2007-07-05 Zoltan Varga <vargaz at gmail.com>
2007-07-05 Zoltan Varga <vargaz at gmail.com>
2007-07-05 Zoltan Varga <vargaz at gmail.com>
2007-07-05 Zoltan Varga <vargaz at gmail.com>
2007-07-06 Zoltan Varga <vargaz at gmail.com>
2007-07-08 Zoltan Varga <vargaz at gmail.com>
2007-07-08 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-10 Zoltan Varga <vargaz at gmail.com>
2007-07-11 Zoltan Varga <vargaz at gmail.com>
2007-07-11 Zoltan Varga <vargaz at gmail.com>
2007-07-11 Zoltan Varga <vargaz at gmail.com>
2007-07-11 Zoltan Varga <vargaz at gmail.com>
2007-07-12 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-14 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-07-17 Zoltan Varga <vargaz at gmail.com>
2007-07-17 Zoltan Varga <vargaz at gmail.com>
2007-07-22 Zoltan Varga <vargaz at gmail.com>
2007-07-22 Zoltan Varga <vargaz at gmail.com>
2007-07-22 Zoltan Varga <vargaz at gmail.com>
2007-07-31 Zoltan Varga <vargaz at gmail.com>
2007-07-31 Zoltan Varga <vargaz at gmail.com>
2007-07-31 Zoltan Varga <vargaz at freemail.hu>
2007-08-01 Zoltan Varga <vargaz at gmail.com>
2007-08-01 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-07-15 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-03 Zoltan Varga <vargaz at gmail.com>
2007-08-07 Zoltan Varga <vargaz at gmail.com>
2007-08-08 Zoltan Varga <vargaz at gmail.com>
2007-08-08 Zoltan Varga <vargaz at gmail.com>
2007-08-08 Zoltan Varga <vargaz at gmail.com>
2007-08-10 Zoltan Varga <vargaz at gmail.com>
2007-08-10 Zoltan Varga <vargaz at gmail.com>
2007-08-10 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-11 Zoltan Varga <vargaz at gmail.com>
2007-08-13 Zoltan Varga <vargaz at gmail.com>
2007-08-14 Zoltan Varga <vargaz at gmail.com>
2007-08-17 Zoltan Varga <vargaz at gmail.com>
2007-08-17 Zoltan Varga <vargaz at gmail.com>
2007-08-17 Zoltan Varga <vargaz at gmail.com>
2007-08-24 Zoltan Varga <vargaz at gmail.com>
2007-08-24 Zoltan Varga <vargaz at gmail.com>
2007-08-24 Zoltan Varga <vargaz at gmail.com>
2007-08-24 Zoltan Varga <vargaz at gmail.com>
2007-08-25 Zoltan Varga <vargaz at gmail.com>
2007-08-26 Zoltan Varga <vargaz at gmail.com>
2007-08-27 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-28 Zoltan Varga <vargaz at gmail.com>
2007-08-31 Zoltan Varga <vargaz at gmail.com>
2007-09-01 Zoltan Varga <vargaz at gmail.com>
2007-09-01 Zoltan Varga <vargaz at gmail.com>
2007-09-02 Zoltan Varga <vargaz at gmail.com>
2007-09-02 Zoltan Varga <vargaz at gmail.com>
2007-09-03 Zoltan Varga <vargaz at gmail.com>
2007-09-04 Zoltan Varga <vargaz at gmail.com>
2007-09-06 Zoltan Varga <vargaz at gmail.com>
2007-09-06 Zoltan Varga <vargaz at gmail.com>
2007-09-07 Zoltan Varga <vargaz at gmail.com>
2007-09-07 Zoltan Varga <vargaz at gmail.com>
2007-09-07 Zoltan Varga <vargaz at gmail.com>
2007-09-07 Zoltan Varga <vargaz at gmail.com>
2007-09-09 Zoltan Varga <vargaz at gmail.com>
2007-09-09 Zoltan Varga <vargaz at gmail.com>
2007-09-09 Zoltan Varga <vargaz at gmail.com>
2007-09-09 Zoltan Varga <vargaz at gmail.com>
2007-09-09 Zoltan Varga <vargaz at gmail.com>
2007-09-10 Zoltan Varga <vargaz at gmail.com>
2007-09-11 Zoltan Varga <vargaz at gmail.com>
2007-09-11 Zoltan Varga <vargaz at gmail.com>
2007-09-13 Zoltan Varga <vargaz at gmail.com>
2007-09-13 Zoltan Varga <vargaz at gmail.com>
2007-09-13 Zoltan Varga <vargaz at gmail.com>
2007-09-13 Zoltan Varga <vargaz at gmail.com>
2007-09-13 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-14 Zoltan Varga <vargaz at gmail.com>
2007-09-16 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-17 Zoltan Varga <vargaz at gmail.com>
2007-09-18 Zoltan Varga <vargaz at gmail.com>
2007-09-18 Zoltan Varga <vargaz at gmail.com>
2007-09-18 Zoltan Varga <vargaz at gmail.com>
2007-09-18 Zoltan Varga <vargaz at gmail.com>
2007-09-22 Zoltan Varga <vargaz at gmail.com>
2007-09-22 Zoltan Varga <vargaz at gmail.com>
2007-09-23 Zoltan Varga <vargaz at gmail.com>
2007-09-23 Zoltan Varga <vargaz at gmail.com>
2007-09-23 Zoltan Varga <vargaz at gmail.com>
2007-09-23 Zoltan Varga <vargaz at gmail.com>
2007-09-25 Zoltan Varga <vargaz at gmail.com>
2007-09-25 Zoltan Varga <vargaz at gmail.com>
2007-09-29 Zoltan Varga <vargaz at gmail.com>
2007-10-01 Zoltan Varga <vargaz at gmail.com>
2007-10-01 Zoltan Varga <vargaz at gmail.com>
2007-10-02 Zoltan Varga <vargaz at gmail.com>
2007-10-05 Zoltan Varga <vargaz at gmail.com>
2007-10-06 Zoltan Varga <vargaz at gmail.com>
2007-10-06 Zoltan Varga <vargaz at gmail.com>
2007-10-09 Zoltan Varga <vargaz at gmail.com>
2007-10-09 Zoltan Varga <vargaz at gmail.com>
2007-10-09 Zoltan Varga <vargaz at gmail.com>
2007-10-11 Zoltan Varga <vargaz at freemail.hu>
2007-10-13 Zoltan Varga <vargaz at gmail.com>
2007-10-14 Zoltan Varga <vargaz at gmail.com>
2007-10-15 Zoltan Varga <vargaz at gmail.com>
2007-10-16 Zoltan Varga <vargaz at gmail.com>
2007-10-16 Zoltan Varga <vargaz at gmail.com>
2007-10-16 Zoltan Varga <vargaz at gmail.com>
2007-10-17 Zoltan Varga <vargaz at gmail.com>
2007-10-17 Zoltan Varga <vargaz at gmail.com>
2007-10-17 Zoltan Varga <vargaz at gmail.com>
2007-10-18 Zoltan Varga <vargaz at gmail.com>
2007-10-18 Zoltan Varga <vargaz at gmail.com>
2007-10-18 Zoltan Varga <vargaz at gmail.com>
2007-10-19 Zoltan Varga <vargaz at gmail.com>
2007-10-20 Zoltan Varga <vargaz at gmail.com>
2007-10-20 Zoltan Varga <vargaz at gmail.com>
2007-10-20 Zoltan Varga <vargaz at gmail.com>
2007-10-20 Zoltan Varga <vargaz at gmail.com>
2007-10-21 Zoltan Varga <vargaz at gmail.com>
2007-10-23 Zoltan Varga <vargaz at gmail.com>
2007-10-23 Zoltan Varga <vargaz at gmail.com>
2007-10-25 Zoltan Varga <vargaz at gmail.com>
2007-10-25 Zoltan Varga <vargaz at gmail.com>
2007-10-25 Zoltan Varga <vargaz at gmail.com>
2007-10-25 Zoltan Varga <vargaz at gmail.com>
2007-10-26 Zoltan Varga <vargaz at gmail.com>
2007-10-26 Zoltan Varga <vargaz at gmail.com>
2007-10-26 Zoltan Varga <vargaz at gmail.com>
2007-10-26 Zoltan Varga <vargaz at gmail.com>
2007-10-27 Zoltan Varga <vargaz at gmail.com>
2007-10-27 Zoltan Varga <vargaz at gmail.com>
2007-10-27 Zoltan Varga <vargaz at gmail.com>
2007-10-27 Zoltan Varga <vargaz at gmail.com>
2007-10-27 Zoltan Varga <vargaz at gmail.com>
2007-10-29 Zoltan Varga <vargaz at gmail.com>
2007-10-29 Zoltan Varga <vargaz at gmail.com>
2007-10-29 Zoltan Varga <vargaz at gmail.com>
2007-10-29 Zoltan Varga <vargaz at gmail.com>
2007-10-30 Zoltan Varga <vargaz at gmail.com>
2007-10-30 Zoltan Varga <vargaz at gmail.com>
2007-11-01 Zoltan Varga <vargaz at gmail.com>
2007-11-01 Zoltan Varga <vargaz at gmail.com>
2007-11-01 Zoltan Varga <vargaz at gmail.com>
2007-11-02 Zoltan Varga <vargaz at gmail.com>
2007-11-02 Zoltan Varga <vargaz at gmail.com>
2007-11-07 Zoltan Varga <vargaz at gmail.com>
2007-11-03 David S. Miller <davem at huronp11.davemloft.net>
2007-11-03 David S. Miller <davem at davemloft.net>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-12 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-12 David S. Miller <davem at davemloft.net>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-13 Zoltan Varga <vargaz at gmail.com>
2007-11-14 Zoltan Varga <vargaz at gmail.com>
2007-11-14 Zoltan Varga <vargaz at gmail.com>
2007-11-15 Zoltan Varga <vargaz at gmail.com>
2007-11-15 Zoltan Varga <vargaz at gmail.com>
2007-11-15 Zoltan Varga <vargaz at gmail.com>
2007-11-16 Zoltan Varga <vargaz at gmail.com>
2007-11-16 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-17 Zoltan Varga <vargaz at gmail.com>
2007-11-18 Zoltan Varga <vargaz at gmail.com>
2007-11-20 Zoltan Varga <vargaz at gmail.com>
2007-11-20 Zoltan Varga <vargaz at gmail.com>
2007-11-21 Zoltan Varga <vargaz at gmail.com>
2007-11-21 Zoltan Varga <vargaz at gmail.com>
2007-11-22 Zoltan Varga <vargaz at gmail.com>
2007-11-22 Zoltan Varga <vargaz at gmail.com>
2007-11-22 Zoltan Varga <vargaz at gmail.com>
2007-11-22 Zoltan Varga <vargaz at gmail.com>
2007-11-23 Zoltan Varga <vargaz at gmail.com>
2007-11-23 Zoltan Varga <vargaz at gmail.com>
2007-11-23 Zoltan Varga <vargaz at gmail.com>
2007-11-23 Zoltan Varga <vargaz at gmail.com>
2007-11-23 Zoltan Varga <vargaz at gmail.com>
2007-11-26 Zoltan Varga <vargaz at gmail.com>
2007-11-27 Zoltan Varga <vargaz at gmail.com>
2007-11-27 Zoltan Varga <vargaz at gmail.com>
2007-11-28 Zoltan Varga <vargaz at gmail.com>
2007-11-28 Zoltan Varga <vargaz at gmail.com>
2007-11-29 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
2007-11-30 Zoltan Varga <vargaz at gmail.com>
Add missing changelog entry.
2007-12-02 Zoltan Varga <vargaz at gmail.com>
2007-12-03 Zoltan Varga <vargaz at gmail.com>
2007-12-03 Zoltan Varga <vargaz at gmail.com>
2007-12-03 Zoltan Varga <vargaz at gmail.com>
2007-12-03 Zoltan Varga <vargaz at gmail.com>
2007-12-03 Zoltan Varga <vargaz at gmail.com>
Add missing ChangeLog entry.
2007-12-03 Zoltan Varga <vargaz at gmail.com>
2007-12-05 Zoltan Varga <vargaz at gmail.com>
2007-12-05 Zoltan Varga <vargaz at gmail.com>
2007-12-05 Zoltan Varga <vargaz at gmail.com>
2007-12-06 Zoltan Varga <vargaz at gmail.com>
2007-12-06 Zoltan Varga <vargaz at gmail.com>
2007-12-06 Zoltan Varga <vargaz at gmail.com>
2007-12-06 Zoltan Varga <vargaz at gmail.com>
2007-12-06 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-07 Zoltan Varga <vargaz at gmail.com>
2007-12-08 Zoltan Varga <vargaz at gmail.com>
2007-12-08 Zoltan Varga <vargaz at gmail.com>
2007-12-08 Zoltan Varga <vargaz at gmail.com>
2007-12-10 Zoltan Varga <vargaz at gmail.com>
2007-12-10 Zoltan Varga <vargaz at gmail.com>
2007-12-10 Zoltan Varga <vargaz at gmail.com>
2007-12-10 Zoltan Varga <vargaz at gmail.com>
2007-12-11 Zoltan Varga <vargaz at gmail.com>
2007-12-11 Zoltan Varga <vargaz at gmail.com>
2007-12-11 Zoltan Varga <vargaz at gmail.com>
2007-12-14 Zoltan Varga <vargaz at gmail.com>
2007-12-15 Zoltan Varga <vargaz at gmail.com>
2007-12-17 Zoltan Varga <vargaz at gmail.com>
2007-12-17 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-20 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-21 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-23 Zoltan Varga <vargaz at gmail.com>
2007-12-24 Zoltan Varga <vargaz at gmail.com>
2007-12-24 Zoltan Varga <vargaz at gmail.com>
2007-12-24 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-26 Zoltan Varga <vargaz at gmail.com>
2007-12-27 Zoltan Varga <vargaz at gmail.com>
2007-12-28 Zoltan Varga <vargaz at gmail.com>
2007-12-28 Zoltan Varga <vargaz at gmail.com>
2007-12-29 Zoltan Varga <vargaz at gmail.com>
2008-01-03 Zoltan Varga <vargaz at gmail.com>
2008-01-04 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-05 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-06 Zoltan Varga <vargaz at gmail.com>
2008-01-07 Zoltan Varga <vargaz at gmail.com>
2008-01-07 Zoltan Varga <vargaz at gmail.com>
2008-01-08 Zoltan Varga <vargaz at gmail.com>
2008-01-08 Zoltan Varga <vargaz at gmail.com>
2008-01-08 Zoltan Varga <vargaz at gmail.com>
2008-01-09 Zoltan Varga <vargaz at freemail.hu>
2008-01-09 Zoltan Varga <vargaz at gmail.com>
2008-01-10 Zoltan Varga <vargaz at gmail.com>
2008-01-10 Zoltan Varga <vargaz at gmail.com>
2008-01-10 Zoltan Varga <vargaz at gmail.com>
2008-01-10 Zoltan Varga <vargaz at gmail.com>
2008-01-10 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-11 Zoltan Varga <vargaz at gmail.com>
2008-01-13 Zoltan Varga <vargaz at gmail.com>
2008-01-13 Zoltan Varga <vargaz at gmail.com>
2008-01-13 Zoltan Varga <vargaz at gmail.com>
2008-01-14 Zoltan Varga <vargaz at gmail.com>
2008-01-14 Zoltan Varga <vargaz at gmail.com>
2008-01-14 Zoltan Varga <vargaz at gmail.com>
2008-01-14 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-15 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-16 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-17 Zoltan Varga <vargaz at gmail.com>
2008-01-18 Zoltan Varga <vargaz at gmail.com>
2008-01-18 Zoltan Varga <vargaz at gmail.com>
2008-01-18 Zoltan Varga <vargaz at gmail.com>
2008-01-18 Zoltan Varga <vargaz at gmail.com>
2008-01-20 Zoltan Varga <vargaz at gmail.com>
2008-01-20 Zoltan Varga <vargaz at gmail.com>
2008-01-21 Zoltan Varga <vargaz at gmail.com>
2008-01-21 Zoltan Varga <vargaz at gmail.com>
2008-01-21 Zoltan Varga <vargaz at gmail.com>
2008-01-22 Zoltan Varga <vargaz at gmail.com>
2008-01-22 Zoltan Varga <vargaz at gmail.com>
2008-01-22 Zoltan Varga <vargaz at gmail.com>
2008-01-22 Zoltan Varga <vargaz at gmail.com>
2008-01-23 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-24 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-25 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-26 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-27 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
Fix ChangeLog message.
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-29 Zoltan Varga <vargaz at gmail.com>
2008-01-30 Zoltan Varga <vargaz at gmail.com>
2008-01-30 Zoltan Varga <vargaz at gmail.com>
2008-01-30 Zoltan Varga <vargaz at gmail.com>
Fix TempFile name.
2008-01-30 Zoltan Varga <vargaz at gmail.com>
2008-01-30 Zoltan Varga <vargaz at gmail.com>
2008-01-31 Zoltan Varga <vargaz at gmail.com>
2008-01-31 Zoltan Varga <vargaz at gmail.com>
2008-01-31 Zoltan Varga <vargaz at gmail.com>
2008-01-31 Zoltan Varga <vargaz at gmail.com>
2008-02-03 Zoltan Varga <vargaz at gmail.com>
2008-02-03 Zoltan Varga <vargaz at gmail.com>
2008-02-03 Zoltan Varga <vargaz at gmail.com>
2008-02-04 Zoltan Varga <vargaz at gmail.com>
2008-02-04 Zoltan Varga <vargaz at gmail.com>
2008-02-05 Zoltan Varga <vargaz at gmail.com>
2008-02-05 Zoltan Varga <vargaz at gmail.com>
2008-02-05 Zoltan Varga <vargaz at gmail.com>
2008-02-05 Zoltan Varga <vargaz at gmail.com>
2008-02-05 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-06 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
Fix some problems in the previous patch.
Fix PPC build.
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-07 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-08 Zoltan Varga <vargaz at gmail.com>
2008-02-09 Zoltan Varga <vargaz at gmail.com>
2008-02-09 Zoltan Varga <vargaz at gmail.com>
2008-02-10 Zoltan Varga <vargaz at gmail.com>
2008-02-10 Zoltan Varga <vargaz at gmail.com>
2008-02-10 Zoltan Varga <vargaz at gmail.com>
2008-02-10 Zoltan Varga <vargaz at gmail.com>
2008-02-11 Zoltan Varga <vargaz at gmail.com>
2008-02-12 Zoltan Varga <vargaz at gmail.com>
2008-02-12 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-13 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-14 Zoltan Varga <vargaz at gmail.com>
2008-02-15 Zoltan Varga <vargaz at gmail.com>
2008-02-17 Zoltan Varga <vargaz at gmail.com>
2008-02-17 Zoltan Varga <vargaz at gmail.com>
2008-02-17 Zoltan Varga <vargaz at gmail.com>
2008-02-17 Zoltan Varga <vargaz at gmail.com>
2008-02-09 Zoltan Varga <vargaz at gmail.com>
2008-02-17 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-19 Zoltan Varga <vargaz at gmail.com>
2008-02-19 Zoltan Varga <vargaz at gmail.com>
2008-02-19 Zoltan Varga <vargaz at gmail.com>
2008-02-18 Zoltan Varga <vargaz at gmail.com>
2008-02-19 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
Fix some whitespace issues.
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-20 Zoltan Varga <vargaz at gmail.com>
2008-02-21 Zoltan Varga <vargaz at gmail.com>
2008-02-21 Zoltan Varga <vargaz at gmail.com>
2008-02-21 Zoltan Varga <vargaz at gmail.com>
2008-02-22 Zoltan Varga <vargaz at gmail.com>
2008-02-22 Zoltan Varga <vargaz at gmail.com>
2008-02-23 Zoltan Varga <vargaz at gmail.com>
2008-02-23 Zoltan Varga <vargaz at gmail.com>
2008-02-23 Zoltan Varga <vargaz at gmail.com>
2008-02-24 Zoltan Varga <vargaz at gmail.com>
2008-02-25 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2008-02-26 Zoltan Varga <vargaz at gmail.com>
2007-MM-DD Yoichi NAKAYAMA <nakayama at pixela.co.jp>
2007-11-14 Yoichi NAKAYAMA <nakayama at pixela.co.jp>
Add missing changelog entries.
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-27 Zoltan Varga <vargaz at gmail.com>
2008-02-29 Zoltan Varga <vargaz at gmail.com>
2008-02-29 Zoltan Varga <vargaz at gmail.com>
2008-02-29 Zoltan Varga <vargaz at gmail.com>
2008-03-01 Zoltan Varga <vargaz at gmail.com>
2008-03-02 Zoltan Varga <vargaz at gmail.com>
2008-03-02 Zoltan Varga <vargaz at gmail.com>
2008-03-02 Zoltan Varga <vargaz at gmail.com>
2008-03-03 Zoltan Varga <vargaz at gmail.com>
2008-03-03 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-04 Zoltan Varga <vargaz at gmail.com>
Checkin file missed earlier.
2008-03-04 Zoltan Varga <vargaz at gmail.com>
2008-03-05 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-06 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-07 Zoltan Varga <vargaz at gmail.com>
2008-03-08 Zoltan Varga <vargaz at gmail.com>
2008-03-08 Zoltan Varga <vargaz at gmail.com>
2008-03-11 Zoltan Varga <vargaz at gmail.com>
2008-03-11 Zoltan Varga <vargaz at gmail.com>
2008-03-11 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-14 Zoltan Varga <vargaz at gmail.com>
Remove a FIXME.
2008-03-14 Zoltan Varga <vargaz at gmail.com>
2008-03-15 Zoltan Varga <vargaz at gmail.com>
2008-03-15 Zoltan Varga <vargaz at gmail.com>
2008-03-16 Zoltan Varga <vargaz at gmail.com>
2008-03-16 Zoltan Varga <vargaz at gmail.com>
2008-03-16 Zoltan Varga <vargaz at gmail.com>
2008-03-19 Zoltan Varga <vargaz at gmail.com>
2008-03-19 Zoltan Varga <vargaz at gmail.com>
2008-03-19 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-20 Zoltan Varga <vargaz at gmail.com>
2008-03-21 Zoltan Varga <vargaz at gmail.com>
2008-03-21 Zoltan Varga <vargaz at gmail.com>
2008-03-21 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-22 Zoltan Varga <vargaz at gmail.com>
2008-03-23 Zoltan Varga <vargaz at gmail.com>
2008-03-23 Zoltan Varga <vargaz at gmail.com>
2008-03-23 Zoltan Varga <vargaz at gmail.com>
2008-03-24 Zoltan Varga <vargaz at gmail.com>
2008-03-24 Zoltan Varga <vargaz at gmail.com>
2008-03-24 Zoltan Varga <vargaz at gmail.com>
2008-03-24 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-25 Zoltan Varga <vargaz at gmail.com>
2008-03-26 Zoltan Varga <vargaz at gmail.com>
2008-03-26 Zoltan Varga <vargaz at gmail.com>
2008-03-27 Zoltan Varga <vargaz at gmail.com>
2008-03-28 Zoltan Varga <vargaz at gmail.com>
2008-03-29 Zoltan Varga <vargaz at gmail.com>
2008-03-29 Zoltan Varga <vargaz at gmail.com>
2008-03-30 Zoltan Varga <vargaz at gmail.com>
2008-03-30 Zoltan Varga <vargaz at gmail.com>
2008-04-04 Zoltan Varga <vargaz at gmail.com>
2008-04-04 Zoltan Varga <vargaz at gmail.com>
2008-04-05 Zoltan Varga <vargaz at gmail.com>
2008-04-07 Zoltan Varga <vargaz at gmail.com>
2008-04-08 Zoltan Varga <vargaz at gmail.com>
2008-04-08 Zoltan Varga <vargaz at gmail.com>
2008-04-08 Zoltan Varga <vargaz at gmail.com>
2008-04-09 Zoltan Varga <vargaz at gmail.com>
2008-04-11 Zoltan Varga <vargaz at gmail.com>
2008-04-11 Zoltan Varga <vargaz at gmail.com>
2008-04-11 Zoltan Varga <vargaz at gmail.com>
Add missing ChangeLog entries.
2008-04-11 Zoltan Varga <vargaz at gmail.com>
2008-04-12 Zoltan Varga <vargaz at gmail.com>
2008-04-13 Zoltan Varga <vargaz at gmail.com>
2008-04-13 Zoltan Varga <vargaz at gmail.com>
2008-04-13 Zoltan Varga <vargaz at gmail.com>
2008-04-14 Zoltan Varga <vargaz at gmail.com>
2008-04-14 Zoltan Varga <vargaz at gmail.com>
2008-04-14 Zoltan Varga <vargaz at gmail.com>
2008-04-14 Zoltan Varga <vargaz at gmail.com>
2008-04-14 Zoltan Varga <vargaz at gmail.com>
2008-04-15 Zoltan Varga <vargaz at gmail.com>
2008-04-15 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-16 Zoltan Varga <vargaz at gmail.com>
2008-04-17 Zoltan Varga <vargaz at gmail.com>
2008-04-17 Zoltan Varga <vargaz at gmail.com>
2008-04-17 Zoltan Varga <vargaz at gmail.com>
2008-04-19 Zoltan Varga <vargaz at gmail.com>
2008-04-19 Zoltan Varga <vargaz at gmail.com>
2008-04-20 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-22 Zoltan Varga <vargaz at gmail.com>
2008-04-23 Zoltan Varga <vargaz at gmail.com>
2008-04-23 Zoltan Varga <vargaz at gmail.com>
2008-04-23 Zoltan Varga <vargaz at gmail.com>
2008-04-23 Zoltan Varga <vargaz at gmail.com>
2008-04-24 Zoltan Varga <vargaz at gmail.com>
2008-04-24 Zoltan Varga <vargaz at gmail.com>
2008-04-25 Zoltan Varga <vargaz at gmail.com>
2008-04-26 Zoltan Varga <vargaz at gmail.com>
2008-04-26 Zoltan Varga <vargaz at gmail.com>
2008-04-26 Zoltan Varga <vargaz at gmail.com>
2008-04-26 Zoltan Varga <vargaz at gmail.com>
2008-04-28 Zoltan Varga <vargaz at gmail.com>
2008-04-28 Zoltan Varga <vargaz at gmail.com>
2008-05-01 Zoltan Varga <vargaz at gmail.com>
2008-05-02 Zoltan Varga <vargaz at gmail.com>
2008-05-02 Zoltan Varga <vargaz at gmail.com>
2008-05-02 Zoltan Varga <vargaz at gmail.com>
2008-05-03 Zoltan Varga <vargaz at gmail.com>
2008-05-03 Zoltan Varga <vargaz at gmail.com>
2008-05-03 Zoltan Varga <vargaz at gmail.com>
2008-05-04 Zoltan Varga <vargaz at gmail.com>
2008-05-04 Zoltan Varga <vargaz at gmail.com>
2008-05-05 Zoltan Varga <vargaz at gmail.com>
2008-05-05 Zoltan Varga <vargaz at gmail.com>
2008-05-05 Zoltan Varga <vargaz at gmail.com>
2008-05-05 Zoltan Varga <vargaz at gmail.com>
2008-05-06 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-07 Zoltan Varga <vargaz at gmail.com>
2008-05-09 Zoltan Varga <zovarga at debian.chello.hu>
2008-05-12 Zoltan Varga <vargaz at gmail.com>
2008-05-13 Zoltan Varga <vargaz at gmail.com>
2008-05-13 Zoltan Varga <vargaz at gmail.com>
2008-05-13 Zoltan Varga <vargaz at gmail.com>
2008-05-13 Zoltan Varga <vargaz at gmail.com>
2008-05-14 Zoltan Varga <vargaz at gmail.com>
2008-05-14 Zoltan Varga <vargaz at gmail.com>
2008-05-15 Zoltan Varga <vargaz at gmail.com>
2008-05-15 Zoltan Varga <vargaz at gmail.com>
Remove unrelated change.
2008-05-16 Zoltan Varga <vargaz at gmail.com>
2008-05-16 Zoltan Varga <vargaz at gmail.com>
2008-05-18 Zoltan Varga <vargaz at gmail.com>
2008-05-19 Zoltan Varga <vargaz at gmail.com>
2008-05-19 Zoltan Varga <vargaz at gmail.com>
2008-05-19 Zoltan Varga <vargaz at gmail.com>
2008-05-19 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
Remove a FIXME.
2008-05-21 Zoltan Varga <vargaz at gmail.com>
Remove 'DOLT' again.
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-21 Zoltan Varga <vargaz at gmail.com>
2008-05-22 Zoltan Varga <vargaz at gmail.com>
2008-05-22 Zoltan Varga <vargaz at gmail.com>
2008-05-22 Zoltan Varga <vargaz at gmail.com>
2008-05-22 Zoltan Varga <vargaz at gmail.com>
2008-05-22 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-23 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-24 Zoltan Varga <vargaz at gmail.com>
2008-05-25 Zoltan Varga <vargaz at gmail.com>
2008-05-25 Zoltan Varga <vargaz at gmail.com>
2008-05-25 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-26 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-27 Zoltan Varga <vargaz at gmail.com>
2008-05-28 Zoltan Varga <vargaz at gmail.com>
2008-05-28 Zoltan Varga <vargaz at gmail.com>
2008-05-29 Zoltan Varga <vargaz at gmail.com>
2008-05-29 Zoltan Varga <vargaz at gmail.com>
2008-05-30 Zoltan Varga <vargaz at gmail.com>
2008-05-30 Zoltan Varga <vargaz at gmail.com>
2008-05-30 Zoltan Varga <vargaz at gmail.com>
2008-05-30 Zoltan Varga <vargaz at gmail.com>
2008-06-01 Zoltan Varga <vargaz at gmail.com>
2008-06-02 Zoltan Varga <vargaz at gmail.com>
2008-06-02 Zoltan Varga <vargaz at gmail.com>
2008-06-02 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-03 Zoltan Varga <vargaz at gmail.com>
Revert this once more.
2008-06-03 Zoltan Varga <vargaz at gmail.com>
2008-06-04 Zoltan Varga <vargaz at gmail.com>
Experimental change to see if this fixes the System.Data.DataSetExtensions crash.
Another experimental change to see if it fixes the buildbot crash.
2008-06-04 Zoltan Varga <vargaz at gmail.com>
2008-06-04 Zoltan Varga <vargaz at gmail.com>
2008-06-05 Zoltan Varga <vargaz at gmail.com>
2008-06-05 Zoltan Varga <vargaz at gmail.com>
2008-06-05 Zoltan Varga <vargaz at gmail.com>
2008-06-05 Zoltan Varga <vargaz at gmail.com>
2008-06-05 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-06 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-07 Zoltan Varga <vargaz at gmail.com>
2008-06-08 Zoltan Varga <vargaz at gmail.com>
2008-06-08 Zoltan Varga <vargaz at gmail.com>
2008-06-09 Zoltan Varga <vargaz at gmail.com>
2008-06-09 Zoltan Varga <vargaz at gmail.com>
2008-06-09 Zoltan Varga <vargaz at gmail.com>
2008-06-09 Zoltan Varga <vargaz at gmail.com>
2008-06-09 Zoltan Varga <vargaz at gmail.com>
2008-06-10 Zoltan Varga <vargaz at gmail.com>
2008-06-10 Zoltan Varga <vargaz at gmail.com>
2008-06-10 Zoltan Varga <vargaz at gmail.com>
Fix build.
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-11 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-13 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-14 Zoltan Varga <vargaz at gmail.com>
2008-06-15 Zoltan Varga <vargaz at gmail.com>
2008-06-15 Zoltan Varga <vargaz at gmail.com>
2008-06-15 Zoltan Varga <vargaz at gmail.com>
2008-06-16 Zoltan Varga <vargaz at gmail.com>
2008-06-16 Zoltan Varga <vargaz at gmail.com>
2008-06-20 Zoltan Varga <vargaz at gmail.com>
2008-06-23 Zoltan Varga <vargaz at gmail.com>
2008-06-23 Zoltan Varga <vargaz at gmail.com>
2008-06-24 Zoltan Varga <vargaz at gmail.com>
2008-06-24 Zoltan Varga <vargaz at gmail.com>
Commit missed file.
2008-06-24 Zoltan Varga <vargaz at gmail.com>
2008-06-25 Zoltan Varga <vargaz at gmail.com>
2008-06-25 Zoltan Varga <vargaz at gmail.com>
2008-06-25 Zoltan Varga <vargaz at gmail.com>
2008-06-25 Zoltan Varga <vargaz at gmail.com>
2008-06-26 Zoltan Varga <vargaz at gmail.com>
2008-06-26 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-27 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-28 Zoltan Varga <vargaz at gmail.com>
2008-06-29 Zoltan Varga <vargaz at gmail.com>
2008-06-29 Zoltan Varga <vargaz at gmail.com>
2008-06-29 Zoltan Varga <vargaz at gmail.com>
2008-06-29 Zoltan Varga <vargaz at gmail.com>
2008-06-30 Zoltan Varga <vargaz at gmail.com>
2008-06-30 Zoltan Varga <vargaz at gmail.com>
2008-06-30 Zoltan Varga <vargaz at gmail.com>
2008-06-30 Zoltan Varga <vargaz at gmail.com>
2008-06-30 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-01 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
Revert last patch as it breaks the build.
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-02 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-03 Zoltan Varga <vargaz at gmail.com>
2008-07-04 Zoltan Varga <vargaz at gmail.com>
2008-07-04 Zoltan Varga <vargaz at gmail.com>
2008-07-04 Zoltan Varga <vargaz at gmail.com>
2008-07-06 Zoltan Varga <vargaz at gmail.com>
2008-07-06 Zoltan Varga <vargaz at gmail.com>
2008-07-06 Zoltan Varga <vargaz at gmail.com>
2008-07-06 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-07 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-08 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-09 Zoltan Varga <vargaz at gmail.com>
2008-07-10 Zoltan Varga <vargaz at gmail.com>
2008-07-10 Zoltan Varga <vargaz at gmail.com>
2008-07-11 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-12 Zoltan Varga <vargaz at gmail.com>
2008-07-13 Zoltan Varga <vargaz at gmail.com>
2008-07-13 Zoltan Varga <vargaz at gmail.com>
2008-07-13 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-07-14 Zoltan Varga <vargaz at gmail.com>
2008-07-15 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-07-16 Zoltan Varga <vargaz at gmail.com>
2008-07-16 Zoltan Varga <vargaz at gmail.com>
2008-07-21 Zoltan Varga <vargaz at gmail.com>
2008-07-21 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
Add missing files.
Add more missing files.
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-23 Zoltan Varga <vargaz at gmail.com>
Fix the build.
Really fix the build.
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
2008-07-22 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-23 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
2008-07-24 Zoltan Varga <vargaz at gmail.com>
Revert the previous change as it breaks the generic sharing tests.
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-26 Zoltan Varga <vargaz at gmail.com>
2008-07-25 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
Fix a typo in the last patch.
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-27 Zoltan Varga <vargaz at gmail.com>
2008-07-28 Zoltan Varga <vargaz at gmail.com>
2008-07-28 Zoltan Varga <vargaz at gmail.com>
2008-07-28 Zoltan Varga <vargaz at gmail.com>
2008-07-29 Zoltan Varga <vargaz at gmail.com>
2008-07-29 Zoltan Varga <vargaz at gmail.com>
2008-07-29 Zoltan Varga <vargaz at gmail.com>
2008-07-31 Zoltan Varga <vargaz at gmail.com>
2008-08-02 Zoltan Varga <vargaz at gmail.com>
2008-08-02 Zoltan Varga <vargaz at gmail.com>
2008-08-03 Zoltan Varga <vargaz at gmail.com>
2008-08-03 Zoltan Varga <vargaz at gmail.com>
2008-08-02 Zoltan Varga <vargaz at gmail.com>
2008-08-02 Zoltan Varga <vargaz at gmail.com>
2008-08-02 Zoltan Varga <vargaz at gmail.com>
2008-08-04 Zoltan Varga <vargaz at gmail.com>
2008-08-04 Zoltan Varga <vargaz at gmail.com>
2008-08-04 Zoltan Varga <vargaz at gmail.com>
2008-08-05 Zoltan Varga <vargaz at gmail.com>
2008-08-05 Zoltan Varga <vargaz at gmail.com>
2008-08-06 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
2008-08-08 Zoltan Varga <vargaz at gmail.com>
Add missing change.
2008-08-09 Zoltan Varga <vargaz at gmail.com>
2008-08-09 Zoltan Varga <vargaz at gmail.com>
2008-08-09 Zoltan Varga <vargaz at gmail.com>
2008-08-10 Zoltan Varga <vargaz at gmail.com>
2008-08-10 Zoltan Varga <vargaz at gmail.com>
2008-08-10 Zoltan Varga <vargaz at gmail.com>
2008-08-11 Zoltan Varga <vargaz at gmail.com>
2008-08-11 Zoltan Varga <vargaz at gmail.com>
2008-08-11 Zoltan Varga <vargaz at gmail.com>
2008-08-11 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-12 Zoltan Varga <vargaz at gmail.com>
2008-08-13 Zoltan Varga <vargaz at gmail.com>
2008-08-13 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-14 Zoltan Varga <vargaz at gmail.com>
2008-08-15 Zoltan Varga <vargaz at gmail.com>
2008-08-15 Zoltan Varga <vargaz at gmail.com>
2008-08-15 Zoltan Varga <vargaz at gmail.com>
2008-08-15 Zoltan Varga <vargaz at gmail.com>
2008-08-15 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-16 Zoltan Varga <vargaz at gmail.com>
2008-08-17 Zoltan Varga <vargaz at gmail.com>
2008-08-17 Zoltan Varga <vargaz at gmail.com>
2008-08-17 Zoltan Varga <vargaz at gmail.com>
2008-08-17 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2008-08-17 Zoltan Varga <vargaz at gmail.com>
2008-08-17 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-18 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-19 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-20 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-21 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-22 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2008-08-22 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-23 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-24 Zoltan Varga <vargaz at gmail.com>
2008-08-25 Zoltan Varga <vargaz at gmail.com>
2008-08-25 Zoltan Varga <vargaz at gmail.com>
2008-08-25 Zoltan Varga <vargaz at gmail.com>
2008-08-25 Zoltan Varga <vargaz at gmail.com>
2008-08-26 Zoltan Varga <vargaz at gmail.com>
2008-08-26 Zoltan Varga <vargaz at gmail.com>
Remove a FIXME.
2008-08-26 Zoltan Varga <vargaz at gmail.com>
2008-08-27 Zoltan Varga <vargaz at gmail.com>
2008-08-27 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
Fix name of gacutil2 script.
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
Rename the new option asmonly.
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
Fix the revert.
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-28 Zoltan Varga <vargaz at gmail.com>
2008-08-29 Zoltan Varga <vargaz at gmail.com>
Remove some FIXMEs.
2008-08-30 Zoltan Varga <vargaz at gmail.com>
2008-08-30 Zoltan Varga <vargaz at gmail.com>
2008-08-30 Zoltan Varga <vargaz at gmail.com>
2008-08-30 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-08-31 Zoltan Varga <vargaz at gmail.com>
2008-09-05 Zoltan Varga <vargaz at gmail.com>
2008-09-05 Zoltan Varga <vargaz at gmail.com>
2008-09-05 Zoltan Varga <vargaz at gmail.com>
2008-09-06 Zoltan Varga <vargaz at gmail.com>
2008-09-06 Zoltan Varga <vargaz at gmail.com>
2008-09-06 Zoltan Varga <vargaz at gmail.com>
2008-09-07 Zoltan Varga <vargaz at gmail.com>
2008-09-07 Zoltan Varga <vargaz at gmail.com>
2008-09-07 Zoltan Varga <vargaz at gmail.com>
2008-09-07 Zoltan Varga <vargaz at gmail.com>
2008-09-08 Zoltan Varga <vargaz at gmail.com>
2008-09-08 Zoltan Varga <vargaz at gmail.com>
2008-09-08 Zoltan Varga <vargaz at gmail.com>
2008-09-10 Zoltan Varga <vargaz at gmail.com>
2008-09-10 Zoltan Varga <vargaz at gmail.com>
2008-09-10 Zoltan Varga <vargaz at gmail.com>
2008-09-11 Zoltan Varga <vargaz at gmail.com>
2008-09-11 Zoltan Varga <vargaz at gmail.com>
2008-09-11 Zoltan Varga <vargaz at gmail.com>
2008-09-11 Zoltan Varga <vargaz at gmail.com>
2008-09-12 Zoltan Varga <vargaz at gmail.com>
2008-09-12 Zoltan Varga <vargaz at gmail.com>
2008-09-13 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-14 Zoltan Varga <vargaz at gmail.com>
2008-09-16 Zoltan Varga <vargaz at gmail.com>
2008-09-16 Zoltan Varga <vargaz at gmail.com>
2008-09-18 Zoltan Varga <vargaz at gmail.com>
2008-09-18 Zoltan Varga <vargaz at gmail.com>
2008-09-20 Zoltan Varga <vargaz at gmail.com>
2008-09-21 Zoltan Varga <vargaz at gmail.com>
2008-09-22 Zoltan Varga <vargaz at gmail.com>
2008-09-22 Zoltan Varga <vargaz at gmail.com>
2008-09-23 Zoltan Varga <vargaz at gmail.com>
2008-09-23 Zoltan Varga <vargaz at gmail.com>
2008-09-23 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
Add new Mono.Management assembly.
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-24 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-25 Zoltan Varga <vargaz at gmail.com>
2008-09-26 Zoltan Varga <vargaz at gmail.com>
2008-09-26 Zoltan Varga <vargaz at gmail.com>
2008-09-26 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-27 Zoltan Varga <vargaz at gmail.com>
2008-09-28 Zoltan Varga <vargaz at gmail.com>
2008-09-28 Zoltan Varga <vargaz at gmail.com>
2008-09-28 Zoltan Varga <vargaz at gmail.com>
Put back a comment removed by the previous change.
2008-09-28 Zoltan Varga <vargaz at gmail.com>
2008-09-29 Zoltan Varga <vargaz at gmail.com>
2008-09-29 Zoltan Varga <vargaz at gmail.com>
2008-09-29 Zoltan Varga <vargaz at gmail.com>
2008-09-29 Zoltan Varga <vargaz at gmail.com>
2008-09-29 Zoltan Varga <vargaz at gmail.com>
Fix some typos.
2008-09-29 Zoltan Varga <vargaz at gmail.com>
2008-09-30 Zoltan Varga <vargaz at gmail.com>
2008-09-30 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
2008-10-01 Zoltan Varga <vargaz at gmail.com>
Revert r114538, vc++ compiled code uses byref return types.
2008-10-02 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-03 Zoltan Varga <vargaz at gmail.com>
2008-10-04 Zoltan Varga <vargaz at gmail.com>
2008-10-05 Zoltan Varga <vargaz at gmail.com>
2008-10-05 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-06 Zoltan Varga <vargaz at gmail.com>
2008-10-07 Zoltan Varga <vargaz at gmail.com>
2008-10-07 Zoltan Varga <vargaz at gmail.com>
2008-10-07 Zoltan Varga <vargaz at gmail.com>
2008-10-07 Zoltan Varga <vargaz at gmail.com>
2008-10-07 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
Add missing changelog entry.
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-08 Zoltan Varga <vargaz at gmail.com>
2008-10-09 Zoltan Varga <vargaz at gmail.com>
2008-10-09 Zoltan Varga <vargaz at gmail.com>
2008-10-09 Zoltan Varga <vargaz at gmail.com>
2008-10-10 Zoltan Varga <vargaz at gmail.com>
Revert r115184 as it seems to break the moon build.
2008-10-10 Zoltan Varga <vargaz at gmail.com>
2008-10-10 Zoltan Varga <vargaz at gmail.com>
2008-10-10 Zoltan Varga <vargaz at gmail.com>
2008-10-10 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
2008-10-11 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-10-12 Zoltan Varga <vargaz at gmail.com>
2008-10-12 Zoltan Varga <vargaz at gmail.com>
2008-10-12 Zoltan Varga <vargaz at gmail.com>
2008-10-13 Zoltan Varga <vargaz at gmail.com>
2008-10-13 Zoltan Varga <vargaz at gmail.com>
2008-10-17 Zoltan Varga <vargaz at gmail.com>
Fix the OP_IREM_IMM optimization.
2008-10-18 Zoltan Varga <vargaz at gmail.com>
2008-10-18 Zoltan Varga <vargaz at gmail.com>
Remove a debug printf.
2008-10-18 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-19 Zoltan Varga <vargaz at gmail.com>
2008-10-20 Zoltan Varga <vargaz at gmail.com>
2008-10-20 Zoltan Varga <vargaz at gmail.com>
2008-10-20 Zoltan Varga <vargaz at gmail.com>
2008-10-20 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
2008-10-21 Zoltan Varga <vargaz at gmail.com>
Fix a bug in the previous change.
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-22 Zoltan Varga <vargaz at gmail.com>
Revert the previous change.
2008-10-22 Zoltan Varga <vargaz at gmail.com>
2008-10-24 Zoltan Varga <vargaz at gmail.com>
2008-10-24 Zoltan Varga <vargaz at gmail.com>
2008-10-24 Zoltan Varga <vargaz at gmail.com>
2008-10-24 Zoltan Varga <vargaz at gmail.com>
2008-10-24 Zoltan Varga <vargaz at gmail.com>
2008-10-25 Zoltan Varga <vargaz at gmail.com>
2008-10-25 Zoltan Varga <vargaz at gmail.com>
2008-10-25 Zoltan Varga <vargaz at gmail.com>
2008-10-26 Zoltan Varga <vargaz at gmail.com>
2008-10-26 Zoltan Varga <vargaz at gmail.com>
2008-10-26 Zoltan Varga <vargaz at gmail.com>
2008-10-26 Zoltan Varga <vargaz at gmail.com>
2008-10-26 Zoltan Varga <vargaz at gmail.com>
2008-10-27 Zoltan Varga <vargaz at gmail.com>
2008-10-28 Zoltan Varga <vargaz at gmail.com>
2008-10-28 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2008-10-30 Zoltan Varga <vargaz at gmail.com>
2008-10-30 Zoltan Varga <vargaz at gmail.com>
2008-10-30 Zoltan Varga <vargaz at gmail.com>
2008-11-02 Zoltan Varga <vargaz at gmail.com>
2008-11-02 Zoltan Varga <vargaz at gmail.com>
2008-11-02 Zoltan Varga <vargaz at gmail.com>
2008-11-02 Zoltan Varga <vargaz at gmail.com>
2008-11-02 Zoltan Varga <vargaz at gmail.com>
2008-11-03 Zoltan Varga <vargaz at gmail.com>
2008-11-03 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
Disable the ELF writer as it is not ready yet.
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
Revert this again.
Fix the windows build.
2008-11-04 Zoltan Varga <vargaz at gmail.com>
2008-11-04 Zoltan Varga <vargaz at gmail.com>
Use R_386_RELATIVE instead of a magic number.
Fix the windows build.
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
Fix the arm build.
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-05 Zoltan Varga <vargaz at gmail.com>
2008-11-06 Zoltan Varga <vargaz at gmail.com>
2008-11-06 Zoltan Varga <vargaz at gmail.com>
2008-11-06 Zoltan Varga <vargaz at gmail.com>
2008-11-09 Zoltan Varga <vargaz at gmail.com>
2008-11-09 Zoltan Varga <vargaz at gmail.com>
2008-11-09 Zoltan Varga <vargaz at gmail.com>
2008-11-10 Zoltan Varga <vargaz at gmail.com>
2008-11-10 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
Remove an outdated comment.
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-11 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-12 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-13 Zoltan Varga <vargaz at gmail.com>
2008-11-14 Zoltan Varga <vargaz at gmail.com>
2008-11-14 Zoltan Varga <vargaz at gmail.com>
Disable AOT to see if that fixes the failures on the buildbot.
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
2008-11-14 Zoltan Varga <vargaz at gmail.com>
2008-11-14 Zoltan Varga <vargaz at gmail.com>
Turn off AOT on the 2.0 profile as it causes hangs in System tests.
2008-11-15 Zoltan Varga <vargaz at gmail.com>
Remove a debug printf.
2008-11-15 Zoltan Varga <vargaz at gmail.com>
2008-11-15 Zoltan Varga <vargaz at gmail.com>
2008-11-15 Zoltan Varga <vargaz at gmail.com>
2008-11-15 Zoltan Varga <vargaz at gmail.com>
2008-11-16 Zoltan Varga <vargaz at gmail.com>
2008-11-16 Zoltan Varga <vargaz at gmail.com>
Fix the x86 build.
2008-11-16 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
Fix ia64 build.
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
Hopefully fix the PPC build.
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-17 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
Hopefully fix the sparc build.
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-18 Zoltan Varga <vargaz at gmail.com>
2008-11-19 Zoltan Varga <vargaz at gmail.com>
2008-11-19 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-20 Zoltan Varga <vargaz at gmail.com>
2008-11-21 Zoltan Varga <vargaz at gmail.com>
2008-11-21 Zoltan Varga <vargaz at gmail.com>
2008-11-21 Zoltan Varga <vargaz at gmail.com>
2008-11-21 Zoltan Varga <vargaz at gmail.com>
2008-11-21 Zoltan Varga <vargaz at gmail.com>
2008-11-23 Zoltan Varga <vargaz at gmail.com>
2008-11-23 Zoltan Varga <vargaz at gmail.com>
2008-11-23 Zoltan Varga <vargaz at gmail.com>
2008-11-23 Zoltan Varga <vargaz at gmail.com>
2008-11-23 Zoltan Varga <vargaz at gmail.com>
2008-11-24 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2008-11-24 Zoltan Varga <vargaz at gmail.com>
2008-11-27 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2008-11-28 Zoltan Varga <vargaz at gmail.com>
2008-11-29 Zoltan Varga <vargaz at gmail.com>
2008-11-29 Zoltan Varga <vargaz at gmail.com>
2008-11-29 Zoltan Varga <vargaz at gmail.com>
2008-11-29 Zoltan Varga <vargaz at gmail.com>
2008-12-01 Zoltan Varga <vargaz at gmail.com>
2008-12-01 Zoltan Varga <vargaz at gmail.com>
2008-12-01 Zoltan Varga <vargaz at gmail.com>
2008-12-01 Zoltan Varga <vargaz at gmail.com>
Fix the non-ELF build.
2008-12-01 Zoltan Varga <vargaz at gmail.com>
2008-12-03 Zoltan Varga <vargaz at gmail.com>
2008-12-03 Zoltan Varga <vargaz at gmail.com>
2008-12-03 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-04 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-05 Zoltan Varga <vargaz at gmail.com>
2008-12-07 Zoltan Varga <vargaz at gmail.com>
2008-12-07 Zoltan Varga <vargaz at gmail.com>
2008-12-08 Zoltan Varga <vargaz at gmail.com>
2008-12-08 Zoltan Varga <vargaz at gmail.com>
2008-12-08 Zoltan Varga <vargaz at gmail.com>
2008-12-08 Zoltan Varga <vargaz at gmail.com>
Check in changes missed earlier:
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-09 Zoltan Varga <vargaz at gmail.com>
2008-12-10 Zoltan Varga <vargaz at gmail.com>
2008-12-10 Zoltan Varga <vargaz at gmail.com>
2008-12-10 Zoltan Varga <vargaz at gmail.com>
Remove some obsolete FIXMEs.
2008-12-12 Zoltan Varga <vargaz at gmail.com>
2008-12-12 Zoltan Varga <vargaz at gmail.com>
2008-12-14 Zoltan Varga <vargaz at gmail.com>
2008-12-14 Zoltan Varga <vargaz at gmail.com>
2008-12-14 Zoltan Varga <vargaz at gmail.com>
2008-12-16 Zoltan Varga <vargaz at gmail.com>
2008-12-16 Zoltan Varga <vargaz at gmail.com>
2008-12-29 Zoltan Varga <vargaz at gmail.com>
2008-12-29 Zoltan Varga <vargaz at gmail.com>
2008-12-29 Zoltan Varga <vargaz at gmail.com>
2008-12-29 Zoltan Varga <vargaz at gmail.com>
2008-11-27 Mark Probst <mark.probst at gmail.com>
2009-01-04 Zoltan Varga <vargaz at gmail.com>
2009-01-04 Zoltan Varga <vargaz at gmail.com>
2009-01-04 Zoltan Varga <vargaz at gmail.com>
2009-01-04 Zoltan Varga <vargaz at gmail.com>
2009-01-04 Zoltan Varga <vargaz at gmail.com>
Remove this unused directory.
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-05 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2009-01-07 Zoltan Varga <vargaz at gmail.com>
2008-12-16 Zoltan Varga <vargaz at gmail.com>
2009-01-08 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-08 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-09 Zoltan Varga <vargaz at gmail.com>
2009-01-10 Zoltan Varga <vargaz at gmail.com>
2009-01-10 Zoltan Varga <vargaz at gmail.com>
2009-01-11 Zoltan Varga <vargaz at gmail.com>
2009-01-11 Zoltan Varga <vargaz at gmail.com>
2009-01-12 Zoltan Varga <vargaz at gmail.com>
2009-01-12 Zoltan Varga <vargaz at gmail.com>
2009-01-12 Zoltan Varga <vargaz at gmail.com>
2008-12-16 Zoltan Varga <vargaz at gmail.com>
2009-01-12 Zoltan Varga <vargaz at gmail.com>
2009-01-12 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-14 Zoltan Varga <vargaz at gmail.com>
2009-01-15 Zoltan Varga <vargaz at gmail.com>
2009-01-15 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2009-01-15 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-17 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-16 Zoltan Varga <vargaz at gmail.com>
2009-01-13 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-18 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-19 Zoltan Varga <vargaz at gmail.com>
2009-01-20 Zoltan Varga <vargaz at gmail.com>
2009-01-20 Zoltan Varga <vargaz at gmail.com>
2008-11-24 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
Fix the 1.1 build.
2009-01-21 Zoltan Varga <vargaz at gmail.com>
2009-01-21 Zoltan Varga <vargaz at gmail.com>
Revert r124024 as it is breaking AOT.
2009-01-22 Zoltan Varga <vargaz at gmail.com>
2009-01-22 Zoltan Varga <vargaz at gmail.com>
2009-01-22 Zoltan Varga <vargaz at gmail.com>
2009-01-22 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-01-22 Zoltan Varga <vargaz at gmail.com>
2009-01-23 Zoltan Varga <vargaz at gmail.com>
2009-01-23 Zoltan Varga <vargaz at gmail.com>
2009-01-23 Zoltan Varga <vargaz at gmail.com>
2009-01-23 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-25 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-26 Zoltan Varga <vargaz at gmail.com>
2009-01-27 Zoltan Varga <vargaz at gmail.com>
2009-01-27 Zoltan Varga <vargaz at gmail.com>
2009-01-27 Zoltan Varga <vargaz at gmail.com>
2009-01-27 Zoltan Varga <vargaz at gmail.com>
2009-01-27 Zoltan Varga <vargaz at gmail.com>
2009-01-28 Zoltan Varga <vargaz at gmail.com>
2009-01-28 Zoltan Varga <vargaz at gmail.com>
2009-01-28 Zoltan Varga <vargaz at gmail.com>
2009-01-28 Zoltan Varga <vargaz at gmail.com>
2009-01-28 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
Fix another DISABLE_JIT problem.
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-29 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
Fix the build
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-30 Zoltan Varga <vargaz at gmail.com>
2009-01-31 Zoltan Varga <vargaz at gmail.com>
2009-01-31 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-01 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-02 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-03 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
Disable HAVE_LIVERANGE_OPS to fix crashes.
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
Fix AOT.
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-04 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
Fix another [0] issue.
Oops.
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-05 Zoltan Varga <vargaz at gmail.com>
2009-02-06 Zoltan Varga <vargaz at gmail.com>
2009-02-06 Zoltan Varga <vargaz at gmail.com>
2009-02-06 Zoltan Varga <vargaz at gmail.com>
Put back a '\n'.
2009-02-06 Zoltan Varga <vargaz at gmail.com>
2009-02-06 Zoltan Varga <vargaz at gmail.com>
2009-02-06 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-07 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-09 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
Add missing files to the build.
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-10 Zoltan Varga <vargaz at gmail.com>
2009-02-11 Zoltan Varga <vargaz at gmail.com>
2009-02-11 Zoltan Varga <vargaz at gmail.com>
2009-02-11 Zoltan Varga <vargaz at gmail.com>
2009-02-11 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-12 Zoltan Varga <vargaz at gmail.com>
2009-02-13 Zoltan Varga <vargaz at gmail.com>
2009-02-13 Zoltan Varga <vargaz at gmail.com>
2009-02-13 Zoltan Varga <vargaz at gmail.com>
2009-02-13 Zoltan Varga <vargaz at gmail.com>
2009-02-13 Zoltan Varga <vargaz at gmail.com>
2009-02-14 Zoltan Varga <vargaz at gmail.com>
2009-02-14 Zoltan Varga <vargaz at gmail.com>
2009-02-14 Zoltan Varga <vargaz at gmail.com>
2009-02-14 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-15 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-16 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
Revert r127101, subsections need to be aligned.
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-17 Zoltan Varga <vargaz at gmail.com>
2009-02-18 Zoltan Varga <vargaz at gmail.com>
2009-02-18 Zoltan Varga <vargaz at gmail.com>
2009-02-18 Zoltan Varga <vargaz at gmail.com>
2009-02-18 Zoltan Varga <vargaz at gmail.com>
2009-02-19 Zoltan Varga <vargaz at gmail.com>
2009-02-19 Zoltan Varga <vargaz at gmail.com>
2009-02-20 Zoltan Varga <vargaz at gmail.com>
2009-02-20 Zoltan Varga <vargaz at gmail.com>
2009-02-20 Zoltan Varga <vargaz at gmail.com>
2009-02-20 Zoltan Varga <vargaz at gmail.com>
2009-02-21 Zoltan Varga <vargaz at gmail.com>
2009-02-21 Zoltan Varga <vargaz at gmail.com>
2009-02-21 Zoltan Varga <vargaz at gmail.com>
2009-02-22 Zoltan Varga <vargaz at gmail.com>
2009-02-22 Zoltan Varga <vargaz at gmail.com>
2009-02-22 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-23 Zoltan Varga <vargaz at gmail.com>
2009-02-24 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-25 Zoltan Varga <vargaz at gmail.com>
2009-02-26 Zoltan Varga <vargaz at gmail.com>
2009-02-26 Zoltan Varga <vargaz at gmail.com>
2009-02-26 Zoltan Varga <vargaz at gmail.com>
2009-02-26 Zoltan Varga <vargaz at gmail.com>
2009-02-27 Zoltan Varga <vargaz at gmail.com>
2009-02-27 Zoltan Varga <vargaz at gmail.com>
2009-02-27 Zoltan Varga <vargaz at gmail.com>
2009-02-27 Zoltan Varga <vargaz at gmail.com>
2009-02-27 Zoltan Varga <vargaz at gmail.com>
2009-02-28 Zoltan Varga <vargaz at gmail.com>
2009-02-28 Zoltan Varga <vargaz at gmail.com>
2009-02-28 Zoltan Varga <vargaz at gmail.com>
2009-03-01 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-02 Zoltan Varga <vargaz at gmail.com>
2009-03-03 Zoltan Varga <vargaz at gmail.com>
2009-03-03 Zoltan Varga <vargaz at gmail.com>
In metadata/
2009-03-03 Zoltan Varga <vargaz at gmail.com>
Revert a change commited by mistake.
2009-03-04 Zoltan Varga <vargaz at gmail.com>
2009-03-04 Zoltan Varga <vargaz at gmail.com>
2009-03-05 Zoltan Varga <vargaz at gmail.com>
2009-03-05 Zoltan Varga <vargaz at gmail.com>
2009-03-05 Zoltan Varga <vargaz at gmail.com>
2009-03-05 Zoltan Varga <vargaz at gmail.com>
2009-03-05 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-06 Zoltan Varga <vargaz at gmail.com>
2009-03-08 Zoltan Varga <vargaz at gmail.com>
2009-03-08 Zoltan Varga <vargaz at gmail.com>
2009-03-08 Zoltan Varga <vargaz at gmail.com>
2009-03-09 Zoltan Varga <vargaz at gmail.com>
2009-03-09 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-10 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-11 Zoltan Varga <vargaz at gmail.com>
2009-03-12 Zoltan Varga <vargaz at gmail.com>
2009-03-12 Zoltan Varga <vargaz at gmail.com>
2009-03-12 Zoltan Varga <vargaz at gmail.com>
2009-03-13 Zoltan Varga <vargaz at gmail.com>
2009-03-13 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-03-14 Zoltan Varga <vargaz at gmail.com>
2009-03-16 Zoltan Varga <vargaz at gmail.com>
2009-03-15 Steven Munroe <munroesj at us.ibm.com>
2009-03-15 Steven Munroe <munroesj at us.ibm.com>
2009-03-17 Zoltan Varga <vargaz at gmail.com>
2009-03-17 Zoltan Varga <vargaz at gmail.com>
2009-03-18 Zoltan Varga <vargaz at gmail.com>
2009-03-18 Zoltan Varga <vargaz at gmail.com>
2009-03-18 Zoltan Varga <vargaz at gmail.com>
2009-03-18 Zoltan Varga <vargaz at gmail.com>
2009-03-18 Zoltan Varga <vargaz at gmail.com>
2009-03-19 Zoltan Varga <vargaz at gmail.com>
2009-03-19 Zoltan Varga <vargaz at gmail.com>
2009-03-19 Zoltan Varga <vargaz at gmail.com>
2009-03-19 Zoltan Varga <vargaz at gmail.com>
2009-03-19 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-20 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-22 Zoltan Varga <vargaz at gmail.com>
2009-03-23 Zoltan Varga <vargaz at gmail.com>
2009-03-23 Zoltan Varga <vargaz at gmail.com>
2009-03-23 Zoltan Varga <vargaz at gmail.com>
In metadata/
2009-03-23 Zoltan Varga <vargaz at gmail.com>
2009-03-23 Zoltan Varga <vargaz at gmail.com>
2009-03-24 Zoltan Varga <vargaz at gmail.com>
2009-03-26 Zoltan Varga <vargaz at gmail.com>
2009-03-26 Zoltan Varga <vargaz at gmail.com>
2009-03-26 Zoltan Varga <vargaz at gmail.com>
2009-03-26 Zoltan Varga <vargaz at gmail.com>
2009-03-26 Zoltan Varga <vargaz at gmail.com>
In class/corlib/System.Reflection/
2009-03-27 Zoltan Varga <vargaz at gmail.com>
In io-layer/
2009-03-27 Zoltan Varga <vargaz at gmail.com>
2009-03-27 Zoltan Varga <vargaz at gmail.com>
2009-03-27 Zoltan Varga <vargaz at gmail.com>
2009-03-28 Zoltan Varga <vargaz at gmail.com>
2009-03-28 Zoltan Varga <vargaz at gmail.com>
2009-03-28 Zoltan Varga <vargaz at gmail.com>
In mini/
In mini/
2009-03-29 Zoltan Varga <vargaz at gmail.com>
2009-03-29 Zoltan Varga <vargaz at gmail.com>
2009-03-29 Zoltan Varga <vargaz at gmail.com>
2009-03-29 Zoltan Varga <vargaz at gmail.com>
2009-03-29 Zoltan Varga <vargaz at gmail.com>
2009-03-30 Zoltan Varga <vargaz at gmail.com>
2009-03-30 Zoltan Varga <vargaz at gmail.com>
2009-03-31 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-02 Zoltan Varga <vargaz at gmail.com>
2009-04-03 Zoltan Varga <vargaz at gmail.com>
2009-04-03 Zoltan Varga <vargaz at gmail.com>
2009-04-03 Zoltan Varga <vargaz at gmail.com>
2009-04-03 Zoltan Varga <vargaz at gmail.com>
2009-04-03 Zoltan Varga <vargaz at gmail.com>
2009-04-04 Zoltan Varga <vargaz at gmail.com>
2009-04-04 Zoltan Varga <vargaz at gmail.com>
2009-04-05 Zoltan Varga <vargaz at gmail.com>
2009-04-05 Zoltan Varga <vargaz at gmail.com>
2009-04-05 Zoltan Varga <vargaz at gmail.com>
2009-04-04 Zoltan Varga <vargaz at gmail.com>
2009-04-05 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
Add .so files generated by AOT.
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-06 Zoltan Varga <vargaz at gmail.com>
2009-04-07 Zoltan Varga <vargaz at gmail.com>
2009-04-07 Zoltan Varga <vargaz at gmail.com>
2009-04-08 Zoltan Varga <vargaz at gmail.com>
2009-04-08 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-09 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-10 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-11 Zoltan Varga <vargaz at gmail.com>
2009-04-12 Zoltan Varga <vargaz at gmail.com>
2009-04-12 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-13 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
.gitignore.
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-14 Zoltan Varga <vargaz at gmail.com>
2009-04-15 Zoltan Varga <vargaz at gmail.com>
2009-04-15 Zoltan Varga <vargaz at gmail.com>
2009-04-16 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-17 Zoltan Varga <vargaz at gmail.com>
2009-04-18 Zoltan Varga <vargaz at gmail.com>
Add some debug code to help diagnose a buildbot failure.
Add some debug code to help diagnose a buildbot failure.
2009-04-19 Zoltan Varga <vargaz at gmail.com>
Add some more debug code.
In metadata/
Add more debug code to diagnose the buildbot failure.
Add more debug code to help diagnose a buildbot failure.
2009-04-19 Zoltan Varga <vargaz at gmail.com>
2009-04-19 Zoltan Varga <vargaz at gmail.com>
Revert "In metadata/"
2009-04-19 Zoltan Varga <vargaz at gmail.com>
2009-04-19 Zoltan Varga <vargaz at gmail.com>
2009-04-19 Zoltan Varga <vargaz at gmail.com>
2009-04-20 Zoltan Varga <vargaz at gmail.com>
2009-04-20 Zoltan Varga <vargaz at gmail.com>
2009-04-20 Zoltan Varga <vargaz at gmail.com>
2009-04-20 Zoltan Varga <vargaz at gmail.com>
2009-04-20 Zoltan Varga <vargaz at gmail.com>
2009-04-21 Zoltan Varga <vargaz at gmail.com>
2009-04-21 Zoltan Varga <vargaz at gmail.com>
2009-04-21 Zoltan Varga <vargaz at gmail.com>
2009-04-22 Zoltan Varga <vargaz at gmail.com>
2009-04-24 Kostyantyn Gushtin, Yevgen Kiruha, Serhiy Naumenko, Serhiy Stetskovych and Ian Dichkovsky <mono at n-ix.com.ua>
2009-04-25 Zoltan Varga <vargaz at gmail.com>
2009-04-26 Zoltan Varga <vargaz at gmail.com>
2009-04-26 Zoltan Varga <vargaz at gmail.com>
2009-04-27 Zoltan Varga <vargaz at gmail.com>
2009-04-27 Zoltan Varga <vargaz at gmail.com>
2009-04-27 Zoltan Varga <vargaz at gmail.com>
2009-04-26 Zoltan Varga <vargaz at gmail.com>
2009-04-27 Zoltan Varga <vargaz at gmail.com>
2009-04-27 Zoltan Varga <vargaz at gmail.com>
2009-04-23 Tom Hindle <tom_hindle at sil.org>
2009-04-28 Zoltan Varga <vargaz at gmail.com>
2009-04-28 Zoltan Varga <vargaz at gmail.com>
2009-04-28 Zoltan Varga <vargaz at gmail.com>
2009-04-28 Zoltan Varga <vargaz at gmail.com>
2009-04-28 Zoltan Varga <vargaz at gmail.com>
2009-04-29 Zoltan Varga <vargaz at gmail.com>
2009-04-30 Zoltan Varga <vargaz at gmail.com>
2009-04-30 Zoltan Varga <vargaz at gmail.com>
2009-04-30 Zoltan Varga <vargaz at gmail.com>
2009-05-01 Zoltan Varga <vargaz at gmail.com>
2009-05-02 Zoltan Varga <vargaz at gmail.com>
2009-05-02 Zoltan Varga <vargaz at gmail.com>
2009-05-02 Zoltan Varga <vargaz at gmail.com>
2009-05-01 Zoltan Varga <vargaz at gmail.com>
2009-05-02 Zoltan Varga <vargaz at gmail.com>
2009-05-02 Zoltan Varga <vargaz at gmail.com>
2009-05-04 Zoltan Varga <vargaz at gmail.com>
2009-05-04 Zoltan Varga <vargaz at gmail.com>
2009-05-04 Zoltan Varga <vargaz at gmail.com>
2009-05-04 Zoltan Varga <vargaz at gmail.com>
2009-05-04 Zoltan Varga <vargaz at gmail.com>
2009-05-05 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-06 Zoltan Varga <vargaz at gmail.com>
2009-05-07 Zoltan Varga <vargaz at gmail.com>
2009-05-08 Zoltan Varga <vargaz at gmail.com>
2009-05-08 Zoltan Varga <vargaz at gmail.com>
2009-05-08 Zoltan Varga <vargaz at gmail.com>
2009-05-08 Zoltan Varga <vargaz at gmail.com>
2009-05-09 Zoltan Varga <vargaz at gmail.com>
2009-05-09 Zoltan Varga <vargaz at gmail.com>
2009-05-10 Zoltan Varga <vargaz at gmail.com>
2009-05-10 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-05-11 Zoltan Varga <vargaz at gmail.com>
2009-05-11 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-12 Zoltan Varga <vargaz at gmail.com>
2009-05-13 Zoltan Varga <vargaz at gmail.com>
2009-05-13 Zoltan Varga <vargaz at gmail.com>
2009-05-13 Zoltan Varga <vargaz at gmail.com>
2009-05-13 Zoltan Varga <vargaz at gmail.com>
2009-05-13 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-09 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-14 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
2009-05-15 Zoltan Varga <vargaz at gmail.com>
In metadata/
2009-05-16 Zoltan Varga <vargaz at gmail.com>
2009-05-16 Zoltan Varga <vargaz at gmail.com>
2009-05-16 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-17 Zoltan Varga <vargaz at gmail.com>
2009-05-21 Zoltan Varga <vargaz at gmail.com>
2009-05-21 Zoltan Varga <vargaz at gmail.com>
2009-05-21 Zoltan Varga <vargaz at gmail.com>
2009-05-21 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-22 Zoltan Varga <vargaz at gmail.com>
2009-05-23 Zoltan Varga <vargaz at gmail.com>
2009-05-23 Zoltan Varga <vargaz at gmail.com>
2009-05-23 Zoltan Varga <vargaz at gmail.com>
2009-05-23 Zoltan Varga <vargaz at gmail.com>
Fix the last change for real.
Fix emit_pointer_unaligned ().
2009-05-24 Zoltan Varga <vargaz at gmail.com>
2009-05-24 Zoltan Varga <vargaz at gmail.com>
2009-05-25 Zoltan Varga <vargaz at gmail.com>
2009-05-25 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-26 Zoltan Varga <vargaz at gmail.com>
2009-05-27 Zoltan Varga <vargaz at gmail.com>
2009-05-27 Zoltan Varga <vargaz at gmail.com>
2009-05-27 Zoltan Varga <vargaz at gmail.com>
2009-05-27 Zoltan Varga <vargaz at gmail.com>
2009-05-28 Zoltan Varga <vargaz at gmail.com>
2009-05-28 Zoltan Varga <vargaz at gmail.com>
2009-05-28 Zoltan Varga <vargaz at gmail.com>
2009-05-28 Zoltan Varga <vargaz at gmail.com>
Revert the last change, the saving and non-saving code is too tighly interleaved
2009-05-29 Steven Munroe <munroesj at us.ibm.com>
2009-05-30 Zoltan Varga <vargaz at gmail.com>
2009-05-31 Zoltan Varga <vargaz at gmail.com>
2009-05-31 Zoltan Varga <vargaz at gmail.com>
2009-05-31 Zoltan Varga <vargaz at gmail.com>
2009-06-03 Zoltan Varga <vargaz at gmail.com>
2009-06-03 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2009-06-03 Zoltan Varga <vargaz at gmail.com>
2009-06-04 Zoltan Varga <vargaz at gmail.com>
In metadata/
Get rid of all references to STATIC_RGCTX_INVOKE to fix the build.
2009-06-06 Zoltan Varga <vargaz at gmail.com>
2009-06-06 Zoltan Varga <vargaz at gmail.com>
2009-06-06 Zoltan Varga <vargaz at gmail.com>
2009-06-06 Steven Munroe <munroesj at us.ibm.com>
2009-06-07 Zoltan Varga <vargaz at gmail.com>
2009-06-08 Zoltan Varga <vargaz at gmail.com>
2009-06-08 Zoltan Varga <vargaz at gmail.com>
2009-06-08 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-09 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-10 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-11 Zoltan Varga <vargaz at gmail.com>
2009-06-12 Zoltan Varga <vargaz at gmail.com>
2009-06-12 Zoltan Varga <vargaz at gmail.com>
2009-06-12 Zoltan Varga <vargaz at gmail.com>
2009-06-13 Zoltan Varga <vargaz at gmail.com>
2009-06-14 Zoltan Varga <vargaz at gmail.com>
2009-06-14 Zoltan Varga <vargaz at gmail.com>
2009-06-14 Zoltan Varga <vargaz at gmail.com>
2009-06-15 Zoltan Varga <vargaz at gmail.com>
2009-06-15 Zoltan Varga <vargaz at gmail.com>
2009-06-15 Zoltan Varga <vargaz at gmail.com>
2009-06-16 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-17 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-19 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
Revert "2009-06-20 Zoltan Varga <vargaz at gmail.com>"
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
* mini-codegen.c: Remove definitions of OP_LOADR_MEMBASE/OP_STORER_MEMBASE
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
Use TARGET_POWERPC instead of PPC.
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-21 Zoltan Varga <vargaz at gmail.com>
2009-06-22 Zoltan Varga <vargaz at gmail.com>
2009-06-22 Zoltan Varga <vargaz at gmail.com>
Fix a few uses of ppc_load_reg/ppc_store_reg.
Fix a few uses of ppc_store_reg.
2009-06-22 Zoltan Varga <vargaz at gmail.com>
2009-06-23 Zoltan Varga <vargaz at gmail.com>
2009-06-23 Zoltan Varga <vargaz at gmail.com>
2009-06-23 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-20 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-24 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-25 Zoltan Varga <vargaz at gmail.com>
2009-06-26 Zoltan Varga <vargaz at gmail.com>
2009-06-26 Zoltan Varga <vargaz at gmail.com>
2009-06-26 Zoltan Varga <vargaz at gmail.com>
2009-06-26 Zoltan Varga <vargaz at gmail.com>
2009-06-26 Zoltan Varga <vargaz at gmail.com>
2009-06-29 Zoltan Varga <vargaz at gmail.com>
2009-06-29 Zoltan Varga <vargaz at gmail.com>
2009-06-29 Zoltan Varga <vargaz at gmail.com>
2009-06-29 Zoltan Varga <vargaz at gmail.com>
2009-06-29 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-06-30 Zoltan Varga <vargaz at gmail.com>
2009-07-03 Zoltan Varga <vargaz at gmail.com>
2009-07-10 Zoltan Varga <vargaz at gmail.com>
2009-07-10 Zoltan Varga <vargaz at gmail.com>
2009-07-11 Zoltan Varga <vargaz at gmail.com>
2009-07-11 Zoltan Varga <vargaz at gmail.com>
2009-07-11 Zoltan Varga <vargaz at gmail.com>
2009-07-13 Zoltan Varga <vargaz at gmail.com>
2009-07-13 Zoltan Varga <vargaz at gmail.com>
2009-07-13 Zoltan Varga <vargaz at gmail.com>
2009-07-13 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
Revert r137822
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-14 Zoltan Varga <vargaz at gmail.com>
2009-07-15 Zoltan Varga <vargaz at gmail.com>
2009-07-15 Zoltan Varga <vargaz at gmail.com>
2009-07-16 Zoltan Varga <vargaz at gmail.com>
2009-07-16 Zoltan Varga <vargaz at gmail.com>
2009-07-16 Zoltan Varga <vargaz at gmail.com>
2009-07-16 Zoltan Varga <vargaz at gmail.com>
2009-07-17 Zoltan Varga <vargaz at gmail.com>
2009-07-17 Zoltan Varga <vargaz at gmail.com>
2009-07-17 Zoltan Varga <vargaz at gmail.com>
2009-07-17 Zoltan Varga <vargaz at gmail.com>
2009-07-17 Zoltan Varga <vargaz at gmail.com>
2009-07-18 Zoltan Varga <vargaz at gmail.com>
2009-07-18 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-20 Zoltan Varga <vargaz at gmail.com>
2009-07-21 Zoltan Varga <vargaz at gmail.com>
2009-07-21 Zoltan Varga <vargaz at gmail.com>
2009-07-23 Zoltan Varga <vargaz at gmail.com>
2009-07-23 Zoltan Varga <vargaz at gmail.com>
2009-07-24 Zoltan Varga <vargaz at gmail.com>
2009-07-24 Zoltan Varga <vargaz at gmail.com>
2009-07-30 Zoltan Varga <vargaz at gmail.com>
2009-07-30 Zoltan Varga <vargaz at gmail.com>
2009-07-30 Zoltan Varga <vargaz at gmail.com>
2009-07-30 Zoltan Varga <vargaz at gmail.com>
2009-07-30 Zoltan Varga <vargaz at gmail.com>
2009-07-31 Zoltan Varga <vargaz at gmail.com>
2009-02-11 Tom Hindke <tom_hindle at sil.org>
2009-08-01 Zoltan Varga <vargaz at gmail.com>
2009-08-02 Zoltan Varga <vargaz at gmail.com>
2009-08-03 Zoltan Varga <vargaz at gmail.com>
2009-08-03 Zoltan Varga <vargaz at gmail.com>
2009-08-03 Zoltan Varga <vargaz at gmail.com>
2009-08-03 Zoltan Varga <vargaz at gmail.com>
2009-08-04 Zoltan Varga <vargaz at gmail.com>
2009-08-06 Zoltan Varga <vargaz at gmail.com>
2009-08-06 Zoltan Varga <vargaz at gmail.com>
Add missing files.
2009-08-12 Zoltan Varga <vargaz at gmail.com>
2009-08-12 Zoltan Varga <vargaz at gmail.com>
2009-08-12 Zoltan Varga <vargaz at gmail.com>
2009-08-13 Zoltan Varga <vargaz at gmail.com>
2009-08-13 Zoltan Varga <vargaz at gmail.com>
2009-08-13 Zoltan Varga <vargaz at gmail.com>
2009-08-14 Zoltan Varga <vargaz at gmail.com>
2009-08-14 Zoltan Varga <vargaz at gmail.com>
2009-08-14 Zoltan Varga <vargaz at gmail.com>
2009-08-14 Zoltan Varga <vargaz at gmail.com>
2009-08-15 Zoltan Varga <vargaz at gmail.com>
2009-08-15 Zoltan Varga <vargaz at gmail.com>
2009-08-17 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
2009-08-18 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-08-19 Zoltan Varga <vargaz at gmail.com>
2009-08-19 Zoltan Varga <vargaz at gmail.com>
2009-08-21 Zoltan Varga <vargaz at gmail.com>
2009-08-21 Zoltan Varga <vargaz at gmail.com>
2009-08-21 Zoltan Varga <vargaz at gmail.com>
2009-08-25 Zoltan Varga <vargaz at gmail.com>
2009-08-25 Zoltan Varga <vargaz at gmail.com>
2009-08-25 Zoltan Varga <vargaz at gmail.com>
2009-08-26 Zoltan Varga <vargaz at gmail.com>
2009-08-28 Zoltan Varga <vargaz at gmail.com>
2009-08-28 Zoltan Varga <vargaz at gmail.com>
2009-08-29 Zoltan Varga <vargaz at gmail.com>
2009-08-29 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-30 Zoltan Varga <vargaz at gmail.com>
2009-08-31 Zoltan Varga <vargaz at gmail.com>
2009-09-01 Zoltan Varga <vargaz at gmail.com>
2009-09-01 Zoltan Varga <vargaz at gmail.com>
2009-09-03 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-09-03 Zoltan Varga <vargaz at gmail.com>
2009-09-03 Zoltan Varga <vargaz at gmail.com>
2009-09-03 Zoltan Varga <vargaz at gmail.com>
2009-09-03 Zoltan Varga <vargaz at gmail.com>
2009-09-03 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-04 Zoltan Varga <vargaz at gmail.com>
2009-09-05 Zoltan Varga <vargaz at gmail.com>
2009-09-05 Zoltan Varga <vargaz at gmail.com>
2009-09-05 Zoltan Varga <vargaz at gmail.com>
2009-09-05 Zoltan Varga <vargaz at gmail.com>
2009-09-05 Zoltan Varga <vargaz at gmail.com>
2009-09-06 Zoltan Varga <vargaz at gmail.com>
2009-09-06 Zoltan Varga <vargaz at gmail.com>
2009-09-06 Zoltan Varga <vargaz at gmail.com>
2009-09-06 Zoltan Varga <vargaz at gmail.com>
2009-09-06 Zoltan Varga <vargaz at gmail.com>
2009-09-07 Zoltan Varga <vargaz at gmail.com>
2009-09-08 Zoltan Varga <vargaz at gmail.com>
2009-09-08 Zoltan Varga <vargaz at gmail.com>
2009-09-08 Zoltan Varga <vargaz at gmail.com>
2009-09-08 Zoltan Varga <vargaz at gmail.com>
2009-09-08 Zoltan Varga <vargaz at gmail.com>
2009-09-09 Zoltan Varga <vargaz at gmail.com>
2009-09-10 Zoltan Varga <vargaz at gmail.com>
2009-09-13 Zoltan Varga <vargaz at gmail.com>
2009-09-13 Zoltan Varga <vargaz at gmail.com>
2009-09-14 Zoltan Varga <vargaz at gmail.com>
2009-09-16 Zoltan Varga <vargaz at gmail.com>
2009-09-16 Zoltan Varga <vargaz at gmail.com>
2009-09-16 Zoltan Varga <vargaz at gmail.com>
2009-09-18 Zoltan Varga <vargaz at gmail.com>
2009-09-19 Zoltan Varga <vargaz at gmail.com>
2009-09-19 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-20 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-21 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-22 Zoltan Varga <vargaz at gmail.com>
2009-09-23 Zoltan Varga <vargaz at gmail.com>
Remove a debug printf.
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-24 Zoltan Varga <vargaz at gmail.com>
2009-09-25 Zoltan Varga <vargaz at gmail.com>
2009-09-25 Zoltan Varga <vargaz at gmail.com>
2009-09-25 Zoltan Varga <vargaz at gmail.com>
2009-09-25 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-29 Zoltan Varga <vargaz at gmail.com>
2009-09-30 Zoltan Varga <vargaz at gmail.com>
2009-09-30 Zoltan Varga <vargaz at gmail.com>
2009-09-30 Zoltan Varga <vargaz at gmail.com>
2009-09-30 Zoltan Varga <vargaz at gmail.com>
2009-10-02 Zoltan Varga <vargaz at gmail.com>
2009-10-02 Zoltan Varga <vargaz at gmail.com>
2009-10-03 Zoltan Varga <vargaz at gmail.com>
2009-10-04 Zoltan Varga <vargaz at gmail.com>
mend
2009-10-04 Zoltan Varga <vargaz at gmail.com>
2009-10-04 Zoltan Varga <vargaz at gmail.com>
2009-10-04 Zoltan Varga <vargaz at gmail.com>
2009-10-05 Zoltan Varga <vargaz at gmail.com>
2009-10-06 Zoltan Varga <vargaz at gmail.com>
2009-10-06 Zoltan Varga <vargaz at gmail.com>
2009-10-06 Zoltan Varga <vargaz at gmail.com>
2009-10-07 Zoltan Varga <vargaz at gmail.com>
2009-10-07 Zoltan Varga <vargaz at gmail.com>
2009-10-07 Zoltan Varga <vargaz at gmail.com>
2009-10-09 Zoltan Varga <vargaz at gmail.com>
2009-10-09 Zoltan Varga <vargaz at gmail.com>
2009-10-09 Zoltan Varga <vargaz at gmail.com>
2009-10-09 Zoltan Varga <vargaz at gmail.com>
2009-10-09 Zoltan Varga <vargaz at gmail.com>
2009-10-10 Zoltan Varga <vargaz at gmail.com>
2009-10-10 Zoltan Varga <vargaz at gmail.com>
2009-10-11 Zoltan Varga <vargaz at gmail.com>
2009-10-12 Zoltan Varga <vargaz at gmail.com>
2009-10-12 Zoltan Varga <vargaz at gmail.com>
2009-10-12 Zoltan Varga <vargaz at gmail.com>
2009-10-12 Zoltan Varga <vargaz at gmail.com>
Fix the eglib build.
2009-10-13 Zoltan Varga <vargaz at gmail.com>
2009-10-13 Zoltan Varga <vargaz at gmail.com>
Fix arm build.
2009-10-14 Zoltan Varga <vargaz at gmail.com>
2009-10-15 Zoltan Varga <vargaz at gmail.com>
2009-10-16 Zoltan Varga <vargaz at gmail.com>
2009-10-16 Zoltan Varga <vargaz at gmail.com>
2009-10-18 Zoltan Varga <vargaz at gmail.com>
2009-10-20 Zoltan Varga <vargaz at gmail.com>
2009-10-20 Zoltan Varga <vargaz at gmail.com>
2009-10-20 Zoltan Varga <vargaz at gmail.com>
2009-10-21 Zoltan Varga <vargaz at gmail.com>
2009-10-21 Zoltan Varga <vargaz at gmail.com>
2009-10-22 Zoltan Varga <vargaz at gmail.com>
2009-10-22 Zoltan Varga <vargaz at gmail.com>
2009-10-20 Zoltan Varga <vargaz at gmail.com>
2009-10-20 Zoltan Varga <vargaz at gmail.com>
2009-10-22 Zoltan Varga <vargaz at gmail.com>
2009-10-22 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-25 Zoltan Varga <vargaz at gmail.com>
2009-10-25 Zoltan Varga <vargaz at gmail.com>
In libgc:
Fix osx build.
Really fix the osx build.
2009-10-27 Zoltan Varga <vargaz at gmail.com>
2009-10-24 Zoltan Varga <vargaz at gmail.com>
2009-10-27 Zoltan Varga <vargaz at gmail.com>
2009-10-29 Zoltan Varga <vargaz at gmail.com>
2009-10-29 Zoltan Varga <vargaz at gmail.com>
2009-10-30 Zoltan Varga <vargaz at gmail.com>
2009-10-31 Zoltan Varga <vargaz at gmail.com>
2009-11-01 Zoltan Varga <vargaz at gmail.com>
2009-11-01 Zoltan Varga <vargaz at gmail.com>
2009-11-01 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-07-01 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-11-02 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-03 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-04 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-05 Zoltan Varga <vargaz at gmail.com>
2009-11-06 Zoltan Varga <vargaz at gmail.com>
2009-11-06 Zoltan Varga <vargaz at gmail.com>
2009-11-06 Zoltan Varga <vargaz at gmail.com>
2009-11-06 Zoltan Varga <vargaz at gmail.com>
2009-11-06 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
Add missing files.
Reenable System.Data.Services.
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-07 Zoltan Varga <vargaz at gmail.com>
2009-11-08 Zoltan Varga <vargaz at gmail.com>
2009-11-08 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-09 Zoltan Varga <vargaz at gmail.com>
2009-11-10 Zoltan Varga <vargaz at gmail.com>
2009-11-10 Zoltan Varga <vargaz at gmail.com>
2009-11-10 Zoltan Varga <vargaz at gmail.com>
2009-11-10 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-11 Zoltan Varga <vargaz at gmail.com>
2009-11-12 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2009-11-12 Zoltan Varga <vargaz at gmail.com>
2009-11-12 Zoltan Varga <vargaz at gmail.com>
2009-11-12 Zoltan Varga <vargaz at gmail.com>
2009-11-12 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
2009-11-13 Zoltan Varga <vargaz at gmail.com>
Add missing file to fix the build.
2009-11-14 Zoltan Varga <vargaz at gmail.com>
2009-11-14 Zoltan Varga <vargaz at gmail.com>
2009-11-14 Zoltan Varga <vargaz at gmail.com>
2009-11-14 Zoltan Varga <vargaz at gmail.com>
2009-11-14 Zoltan Varga <vargaz at gmail.com>
2009-11-15 Zoltan Varga <vargaz at gmail.com>
2009-11-15 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-17 Zoltan Varga <vargaz at gmail.com>
2009-11-18 Zoltan Varga <vargaz at gmail.com>
2009-11-18 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-19 Zoltan Varga <vargaz at gmail.com>
2009-11-20 Zoltan Varga <vargaz at gmail.com>
2009-11-20 Zoltan Varga <vargaz at gmail.com>
2009-11-20 Zoltan Varga <vargaz at gmail.com>
2009-11-20 Zoltan Varga <vargaz at gmail.com>
2009-11-21 Zoltan Varga <vargaz at gmail.com>
2009-11-21 Zoltan Varga <vargaz at gmail.com>
2009-11-21 Zoltan Varga <vargaz at gmail.com>
2009-11-22 Zoltan Varga <vargaz at gmail.com>
2009-11-22 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
Fix the 2.6 build.
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-23 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-24 Zoltan Varga <vargaz at gmail.com>
2009-11-25 Zoltan Varga <vargaz at gmail.com>
2009-11-25 Zoltan Varga <vargaz at gmail.com>
2009-11-25 Zoltan Varga <vargaz at gmail.com>
2009-11-25 Zoltan Varga <vargaz at gmail.com>
2009-11-25 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
2009-11-26 Zoltan Varga <vargaz at gmail.com>
Revert "2009-11-26 Zoltan Varga <vargaz at gmail.com>"
2009-11-26 Zoltan Varga <vargaz at gmail.com>
Fix the previous commit.
2009-11-27 Zoltan Varga <vargaz at gmail.com>
2009-11-27 Zoltan Varga <vargaz at gmail.com>
2009-11-27 Zoltan Varga <vargaz at gmail.com>
2009-11-27 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2009-11-27 Zoltan Varga <vargaz at gmail.com>
2009-11-28 Zoltan Varga <vargaz at gmail.com>
2009-11-28 Zoltan Varga <vargaz at gmail.com>
2009-11-29 Zoltan Varga <vargaz at gmail.com>
2009-11-29 Zoltan Varga <vargaz at gmail.com>
2009-11-30 Zoltan Varga <vargaz at gmail.com>
2009-11-30 Zoltan Varga <vargaz at gmail.com>
2009-11-30 Zoltan Varga <vargaz at gmail.com>
2009-11-30 Zoltan Varga <vargaz at gmail.com>
2009-12-01 Zoltan Varga <vargaz at gmail.com>
2009-12-01 Zoltan Varga <vargaz at gmail.com>
2009-12-01 Zoltan Varga <vargaz at gmail.com>
2009-12-01 Zoltan Varga <vargaz at gmail.com>
2009-12-02 Zoltan Varga <vargaz at gmail.com>
2009-12-02 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-01-24 Steven Munroe <munroesj at us.ibm.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-03 Zoltan Varga <vargaz at gmail.com>
2009-12-04 Zoltan Varga <vargaz at gmail.com>
2009-12-04 Zoltan Varga <vargaz at gmail.com>
2009-12-04 Zoltan Varga <vargaz at gmail.com>
2009-12-04 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
Revert the last change for now as it breaks the build.
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-05 Zoltan Varga <vargaz at gmail.com>
2009-12-06 Zoltan Varga <vargaz at gmail.com>
2009-12-06 Zoltan Varga <vargaz at gmail.com>
2009-12-06 Zoltan Varga <vargaz at gmail.com>
2009-12-06 Zoltan Varga <vargaz at gmail.com>
2009-12-07 Zoltan Varga <vargaz at gmail.com>
2009-12-07 Zoltan Varga <vargaz at gmail.com>
2009-12-07 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2009-12-08 Zoltan Varga <vargaz at gmail.com>
2009-12-08 Zoltan Varga <vargaz at gmail.com>
2009-12-08 Zoltan Varga <vargaz at gmail.com>
2009-12-09 Zoltan Varga <vargaz at gmail.com>
2009-12-10 Zoltan Varga <vargaz at gmail.com>
2009-12-10 Zoltan Varga <vargaz at gmail.com>
Missed a file.
2009-12-10 Zoltan Varga <vargaz at gmail.com>
2009-12-11 Zoltan Varga <vargaz at gmail.com>
2009-12-11 Zoltan Varga <vargaz at gmail.com>
2009-12-12 Zoltan Varga <vargaz at gmail.com>
2009-12-12 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-13 Zoltan Varga <vargaz at gmail.com>
2009-12-14 Zoltan Varga <vargaz at gmail.com>
.gitignore.
2009-12-14 Zoltan Varga <vargaz at gmail.com>
2009-12-16 Zoltan Varga <vargaz at gmail.com>
2009-12-16 Zoltan Varga <vargaz at gmail.com>
2009-12-16 Zoltan Varga <vargaz at gmail.com>
2009-12-16 Zoltan Varga <vargaz at gmail.com>
2009-12-16 Zoltan Varga <vargaz at gmail.com>
2009-12-17 Zoltan Varga <vargaz at gmail.com>
2009-12-17 Zoltan Varga <vargaz at gmail.com>
2009-12-17 Zoltan Varga <vargaz at gmail.com>
2009-12-17 Zoltan Varga <vargaz at gmail.com>
2009-12-18 Zoltan Varga <vargaz at gmail.com>
2009-12-18 Zoltan Varga <vargaz at gmail.com>
2009-12-18 Zoltan Varga <vargaz at gmail.com>
2009-12-18 Zoltan Varga <vargaz at gmail.com>
In .:
2009-12-18 Zoltan Varga <vargaz at gmail.com>
In System:
2009-12-18 Zoltan Varga <vargaz at gmail.com>
2009-12-21 Zoltan Varga <vargaz at gmail.com>
In :
2009-12-21 Zoltan Varga <vargaz at gmail.com>
2009-12-22 Zoltan Varga <vargaz at gmail.com>
2009-12-22 Zoltan Varga <vargaz at gmail.com>
2009-12-22 Zoltan Varga <vargaz at gmail.com>
2009-12-23 Zoltan Varga <vargaz at gmail.com>
2009-12-25 Zoltan Varga <vargaz at gmail.com>
2009-12-25 Zoltan Varga <vargaz at gmail.com>
2009-12-26 Zoltan Varga <vargaz at gmail.com>
2009-12-26 Zoltan Varga <vargaz at gmail.com>
2009-12-26 Zoltan Varga <vargaz at gmail.com>
2009-12-26 Zoltan Varga <vargaz at gmail.com>
2009-12-27 Zoltan Varga <vargaz at gmail.com>
2009-12-28 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-03 Zoltan Varga <vargaz at gmail.com>
2010-01-04 Zoltan Varga <vargaz at gmail.com>
2010-01-04 Zoltan Varga <vargaz at gmail.com>
2010-01-04 Zoltan Varga <vargaz at gmail.com>
2010-01-04 Zoltan Varga <vargaz at gmail.com>
2010-01-04 Zoltan Varga <vargaz at gmail.com>
2010-01-06 Zoltan Varga <vargaz at gmail.com>
2010-01-06 Zoltan Varga <vargaz at gmail.com>
2010-01-07 Zoltan Varga <vargaz at gmail.com>
2010-01-07 Zoltan Varga <vargaz at gmail.com>
2010-01-07 Zoltan Varga <vargaz at gmail.com>
2010-01-07 Zoltan Varga <vargaz at gmail.com>
2010-01-08 Zoltan Varga <vargaz at gmail.com>
2010-01-08 Zoltan Varga <vargaz at gmail.com>
2010-01-08 Zoltan Varga <vargaz at gmail.com>
2010-01-08 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2010-01-09 Zoltan Varga <vargaz at gmail.com>
2010-01-10 Zoltan Varga <vargaz at gmail.com>
2010-01-10 Zoltan Varga <vargaz at gmail.com>
2010-01-10 Zoltan Varga <vargaz at gmail.com>
2010-01-11 Zoltan Varga <vargaz at gmail.com>
2010-01-11 Zoltan Varga <vargaz at gmail.com>
2010-01-11 Zoltan Varga <vargaz at gmail.com>
2010-01-11 Zoltan Varga <vargaz at gmail.com>
2010-01-12 Zoltan Varga <vargaz at gmail.com>
2010-01-12 Zoltan Varga <vargaz at gmail.com>
Fix eglib so it builds again.
2010-01-13 Zoltan Varga <vargaz at gmail.com>
2010-01-14 Zoltan Varga <vargaz at gmail.com>
2010-01-14 Zoltan Varga <vargaz at gmail.com>
2010-01-14 Zoltan Varga <vargaz at gmail.com>
2010-01-14 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-01-15 Zoltan Varga <vargaz at gmail.com>
Fix the DISABLE_REFLECTION_EMIT build.
Check in the proper version of this file instead of the old version.
2010-01-15 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-15 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-16 Zoltan Varga <vargaz at gmail.com>
2010-01-17 Zoltan Varga <vargaz at gmail.com>
2010-01-17 Zoltan Varga <vargaz at gmail.com>
2010-01-17 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-18 Zoltan Varga <vargaz at gmail.com>
2010-01-19 Zoltan Varga <vargaz at gmail.com>
2010-01-19 Zoltan Varga <vargaz at gmail.com>
2010-01-19 Zoltan Varga <vargaz at gmail.com>
2010-01-19 Zoltan Varga <vargaz at gmail.com>
Add ChangeLog entries removed by mistake.
2010-01-20 Zoltan Varga <vargaz at gmail.com>
2010-01-20 Zoltan Varga <vargaz at gmail.com>
2010-01-20 Zoltan Varga <vargaz at gmail.com>
Fix aligment problems introduced by the previous change.
2010-01-20 Zoltan Varga <vargaz at gmail.com>
2010-01-20 Zoltan Varga <vargaz at gmail.com>
2010-01-20 Zoltan Varga <vargaz at gmail.com>
2010-01-20 Zoltan Varga <vargaz at gmail.com>
Fix the copyright.
2010-01-21 Zoltan Varga <vargaz at gmail.com>
2010-01-21 Zoltan Varga <vargaz at gmail.com>
2010-01-21 Zoltan Varga <vargaz at gmail.com>
2010-01-22 Zoltan Varga <vargaz at gmail.com>
2010-01-22 Zoltan Varga <vargaz at gmail.com>
2010-01-22 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-01-22 Zoltan Varga <vargaz at gmail.com>
2010-01-22 Zoltan Varga <vargaz at gmail.com>
Fix crash introduced by the previous change.
2010-01-24 Zoltan Varga <vargaz at gmail.com>
2010-01-24 Zoltan Varga <vargaz at gmail.com>
2010-01-25 Zoltan Varga <vargaz at gmail.com>
2010-01-25 Zoltan Varga <vargaz at gmail.com>
2010-01-26 Zoltan Varga <vargaz at gmail.com>
2010-01-27 Zoltan Varga <vargaz at gmail.com>
2010-01-27 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2010-01-27 Zoltan Varga <vargaz at gmail.com>
2010-01-27 Zoltan Varga <vargaz at gmail.com>
2010-01-27 Zoltan Varga <vargaz at gmail.com>
2010-01-28 Zoltan Varga <vargaz at gmail.com>
2010-01-28 Zoltan Varga <vargaz at gmail.com>
2010-01-28 Zoltan Varga <vargaz at gmail.com>
2010-01-28 Zoltan Varga <vargaz at gmail.com>
Add a missing file.
2010-01-28 Zoltan Varga <vargaz at gmail.com>
Revert "2010-01-28 Zoltan Varga <vargaz at gmail.com>"
2010-01-28 Zoltan Varga <vargaz at gmail.com>
Remove a debug printf.
2010-01-29 Zoltan Varga <vargaz at gmail.com>
2010-01-29 Zoltan Varga <vargaz at gmail.com>
2010-01-29 Zoltan Varga <vargaz at gmail.com>
2010-01-29 Zoltan Varga <vargaz at gmail.com>
2010-01-29 Zoltan Varga <vargaz at gmail.com>
2010-01-30 Zoltan Varga <vargaz at gmail.com>
2010-01-30 Zoltan Varga <vargaz at gmail.com>
2010-01-30 Zoltan Varga <vargaz at gmail.com>
2010-01-30 Zoltan Varga <vargaz at gmail.com>
2010-01-30 Zoltan Varga <vargaz at gmail.com>
2010-01-31 Zoltan Varga <vargaz at gmail.com>
2010-01-31 Zoltan Varga <vargaz at gmail.com>
2010-01-31 Zoltan Varga <vargaz at gmail.com>
2010-01-31 Zoltan Varga <vargaz at gmail.com>
Remove a debugging aid.
2010-02-01 Zoltan Varga <vargaz at gmail.com>
2010-02-01 Zoltan Varga <vargaz at gmail.com>
2010-02-01 Zoltan Varga <vargaz at gmail.com>
Fix a test after the Directory.Exists () changes.
2010-02-01 Zoltan Varga <vargaz at gmail.com>
Fix this test in System as well.
2010-02-02 Zoltan Varga <vargaz at gmail.com>
Fix DISABLE_JIT.
2010-02-02 Zoltan Varga <vargaz at gmail.com>
2010-02-02 Zoltan Varga <vargaz at gmail.com>
2010-02-02 Zoltan Varga <vargaz at gmail.com>
2010-02-02 Zoltan Varga <vargaz at gmail.com>
2010-02-02 Zoltan Varga <vargaz at gmail.com>
Remove an assert.
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
Fix another case.
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
Fix the build.
Really fix the build.
2010-02-04 Zoltan Varga <vargaz at gmail.com>
2010-02-04 Zoltan Varga <vargaz at gmail.com>
Add a test for vtype instances + SetValue ().
2010-02-06 Zoltan Varga <vargaz at gmail.com>
2010-02-06 Zoltan Varga <vargaz at gmail.com>
2010-02-06 Zoltan Varga <vargaz at gmail.com>
2010-02-06 Zoltan Varga <vargaz at gmail.com>
2010-02-07 Zoltan Varga <vargaz at gmail.com>
2010-02-07 Zoltan Varga <vargaz at gmail.com>
2010-02-07 Zoltan Varga <vargaz at gmail.com>
2010-02-07 Zoltan Varga <vargaz at gmail.com>
2010-02-07 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-08 Zoltan Varga <vargaz at gmail.com>
2010-02-09 Zoltan Varga <vargaz at gmail.com>
Really fix the build.
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
2010-02-11 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-13 Zoltan Varga <vargaz at gmail.com>
2010-02-15 Zoltan Varga <vargaz at gmail.com>
2010-02-15 Zoltan Varga <vargaz at gmail.com>
2010-02-15 Zoltan Varga <vargaz at gmail.com>
2010-02-15 Zoltan Varga <vargaz at gmail.com>
2010-02-15 Zoltan Varga <vargaz at gmail.com>
2010-02-16 Zoltan Varga <vargaz at gmail.com>
Revert change committed by mistake.
2010-02-18 Zoltan Varga <vargaz at gmail.com>
2010-02-18 Zoltan Varga <vargaz at gmail.com>
2010-02-18 Zoltan Varga <vargaz at gmail.com>
2010-02-18 Zoltan Varga <vargaz at gmail.com>
2010-02-19 Zoltan Varga <vargaz at gmail.com>
2010-02-20 Zoltan Varga <vargaz at gmail.com>
2010-02-20 Zoltan Varga <vargaz at gmail.com>
2010-02-20 Zoltan Varga <vargaz at gmail.com>
2010-02-20 Zoltan Varga <vargaz at gmail.com>
Fix previous change.
2010-02-20 Zoltan Varga <vargaz at gmail.com>
2010-02-20 Zoltan Varga <vargaz at gmail.com>
Fix arm build.
2010-02-22 Zoltan Varga <vargaz at gmail.com>
2010-02-22 Zoltan Varga <vargaz at gmail.com>
2010-02-22 Zoltan Varga <vargaz at gmail.com>
2010-02-22 Zoltan Varga <vargaz at gmail.com>
2010-02-23 Zoltan Varga <vargaz at gmail.com>
2010-02-24 Zoltan Varga <vargaz at gmail.com>
2010-02-24 Zoltan Varga <vargaz at gmail.com>
2010-02-24 Zoltan Varga <vargaz at gmail.com>
2010-02-25 Zoltan Varga <vargaz at gmail.com>
2010-02-25 Zoltan Varga <vargaz at gmail.com>
2010-02-25 Zoltan Varga <vargaz at gmail.com>
Add a test.
2010-02-25 Zoltan Varga <vargaz at gmail.com>
2010-02-25 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-26 Zoltan Varga <vargaz at gmail.com>
2010-02-28 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
Add a test for setting ref type fields.
Fix a typo.
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
Add tests for generic structs + invokes.
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-01 Zoltan Varga <vargaz at gmail.com>
2010-03-02 Zoltan Varga <vargaz at gmail.com>
2010-03-02 Levi Bard <levi at unity3d.com>
Fix a warning.
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
2010-03-04 Zoltan Varga <vargaz at gmail.com>
Fix the ChangeLog.
2010-03-04 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2010-03-05 Zoltan Varga <vargaz at gmail.com>
In libgc/:
2010-03-05 Zoltan Varga <vargaz at gmail.com>
2010-03-06 Zoltan Varga <vargaz at gmail.com>
2010-03-06 Zoltan Varga <vargaz at gmail.com>
2010-03-06 Zoltan Varga <vargaz at gmail.com>
2010-03-07 Zoltan Varga <vargaz at gmail.com>
Revert "2010-03-06 Zoltan Varga <vargaz at gmail.com>"
Revert "2010-03-06 Zoltan Varga <vargaz at gmail.com>"
2010-03-08 Zoltan Varga <vargaz at gmail.com>
2010-03-08 Zoltan Varga <vargaz at gmail.com>
2010-03-09 Zoltan Varga <vargaz at gmail.com>
2010-03-09 Zoltan Varga <vargaz at gmail.com>
2010-03-09 Zoltan Varga <vargaz at gmail.com>
2010-03-09 Zoltan Varga <vargaz at gmail.com>
2010-03-09 Zoltan Varga <vargaz at gmail.com>
Fix warnings.
2010-03-09 Zoltan Varga <vargaz at gmail.com>
Re-add the changelog entry removed by mistake.
2010-03-11 Zoltan Varga <vargaz at gmail.com>
2010-03-11 Zoltan Varga <vargaz at gmail.com>
2010-03-12 Zoltan Varga <vargaz at gmail.com>
2010-03-14 Zoltan Varga <vargaz at gmail.com>
2010-03-14 Zoltan Varga <vargaz at gmail.com>
2010-03-16 Zoltan Varga <vargaz at gmail.com>
2010-03-16 Zoltan Varga <vargaz at gmail.com>
2010-03-16 Zoltan Varga <vargaz at gmail.com>
2010-03-16 Zoltan Varga <vargaz at gmail.com>
2010-03-17 Zoltan Varga <vargaz at gmail.com>
2010-03-17 Zoltan Varga <vargaz at gmail.com>
2010-03-18 Zoltan Varga <vargaz at gmail.com>
Fix the IA64 build.
2010-03-18 Zoltan Varga <vargaz at gmail.com>
2010-03-19 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-03-19 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-03-19 Zoltan Varga <vargaz at gmail.com>
2010-03-19 Zoltan Varga <vargaz at gmail.com>
2010-03-21 Zoltan Varga <vargaz at gmail.com>
2010-03-21 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
Revert "2010-03-22 Zoltan Varga <vargaz at gmail.com>"
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-22 Zoltan Varga <vargaz at gmail.com>
2010-03-23 Zoltan Varga <vargaz at gmail.com>
2010-03-23 Zoltan Varga <vargaz at gmail.com>
2010-03-23 Zoltan Varga <vargaz at gmail.com>
2010-03-23 Zoltan Varga <vargaz at gmail.com>
2010-03-23 Zoltan Varga <vargaz at gmail.com>
Avoid putting code after a return statement.
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
Disable partial sharing until the issue blocking moon could be fixed.
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
Change the other place where threads_starting_up is created too.
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-26 Zoltan Varga <vargaz at gmail.com>
2010-03-27 Zoltan Varga <vargaz at gmail.com>
2010-03-29 Zoltan Varga <vargaz at gmail.com>
2010-03-29 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-30 Zoltan Varga <vargaz at gmail.com>
2010-03-31 Zoltan Varga <vargaz at gmail.com>
2010-03-31 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
Revert "2010-03-31 Zoltan Varga <vargaz at gmail.com>"
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
Fix an assertion message.
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-01 Zoltan Varga <vargaz at gmail.com>
2010-04-02 Zoltan Varga <vargaz at gmail.com>
2010-04-02 Zoltan Varga <vargaz at gmail.com>
2010-04-02 Zoltan Varga <vargaz at gmail.com>
2010-04-03 Zoltan Varga <vargaz at gmail.com>
2010-04-03 Zoltan Varga <vargaz at gmail.com>
2010-04-04 Zoltan Varga <vargaz at gmail.com>
2010-04-03 Zoltan Varga <vargaz at gmail.com>
2010-04-04 Zoltan Varga <vargaz at gmail.com>
Fix indentation.
2010-04-05 Zoltan Varga <vargaz at gmail.com>
2010-04-05 Zoltan Varga <vargaz at gmail.com>
2010-04-06 Zoltan Varga <vargaz at gmail.com>
2010-04-07 Zoltan Varga <vargaz at gmail.com>
2010-04-08 Zoltan Varga <vargaz at gmail.com>
2010-04-08 Zoltan Varga <vargaz at gmail.com>
2010-04-08 Zoltan Varga <vargaz at gmail.com>
.gitignore
.gitignore
2010-04-08 Zoltan Varga <vargaz at gmail.com>
.gitignore
2010-04-09 Zoltan Varga <vargaz at gmail.com>
2010-04-09 Zoltan Varga <vargaz at gmail.com>
2010-04-09 Zoltan Varga <vargaz at gmail.com>
2010-04-10 Zoltan Varga <vargaz at gmail.com>
2010-04-10 Zoltan Varga <vargaz at gmail.com>
2010-04-10 Zoltan Varga <vargaz at gmail.com>
2010-04-13 Zoltan Varga <vargaz at gmail.com>
.gitignore
2010-04-13 Zoltan Varga <vargaz at gmail.com>
2010-04-13 Zoltan Varga <vargaz at gmail.com>
2010-04-13 Zoltan Varga <vargaz at gmail.com>
2010-04-13 Zoltan Varga <vargaz at gmail.com>
2010-04-14 Zoltan Varga <vargaz at gmail.com>
2010-04-14 Zoltan Varga <vargaz at gmail.com>
2010-04-14 Zoltan Varga <vargaz at gmail.com>
2010-04-15 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-16 Zoltan Varga <vargaz at gmail.com>
2010-04-18 Zoltan Varga <vargaz at gmail.com>
2010-04-19 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
Fix a warning.
Fix warnings.
2010-04-19 Zoltan Varga <vargaz at gmail.com>
2010-04-19 Zoltan Varga <vargaz at gmail.com>
2010-04-24 Zoltan Varga <vargaz at gmail.com>
Put back check_object () function.
2010-04-25 Zoltan Varga <vargaz at gmail.com>
Add a test.
2010-04-26 Zoltan Varga <vargaz at gmail.com>
2010-04-26 Zoltan Varga <vargaz at gmail.com>
2010-04-26 Zoltan Varga <vargaz at gmail.com>
2010-04-27 Zoltan Varga <vargaz at gmail.com>
2010-04-27 Zoltan Varga <vargaz at gmail.com>
Fix win32 build.
2010-04-27 Zoltan Varga <vargaz at gmail.com>
2010-04-27 Zoltan Varga <vargaz at gmail.com>
2010-04-27 Zoltan Varga <vargaz at gmail.com>
2010-04-27 Zoltan Varga <vargaz at gmail.com>
2010-04-28 Zoltan Varga <vargaz at gmail.com>
2010-04-28 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-04-29 Zoltan Varga <vargaz at gmail.com>
2010-04-29 Zoltan Varga <vargaz at gmail.com>
2010-04-29 Zoltan Varga <vargaz at gmail.com>
2010-04-29 Zoltan Varga <vargaz at gmail.com>
2010-04-29 Zoltan Varga <vargaz at gmail.com>
Fix make dist.
2010-04-30 Zoltan Varga <vargaz at gmail.com>
2010-04-30 Zoltan Varga <vargaz at gmail.com>
2010-04-30 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-01 Zoltan Varga <vargaz at gmail.com>
2010-05-02 Zoltan Varga <vargaz at gmail.com>
2010-05-03 Zoltan Varga <vargaz at gmail.com>
2010-05-03 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-05-05 Zoltan Varga <vargaz at gmail.com>
2010-05-05 Zoltan Varga <vargaz at gmail.com>
2010-05-05 Zoltan Varga <vargaz at gmail.com>
2010-05-07 Zoltan Varga <vargaz at gmail.com>
2010-05-07 Zoltan Varga <vargaz at gmail.com>
2010-05-07 Zoltan Varga <vargaz at gmail.com>
2010-05-08 Zoltan Varga <vargaz at gmail.com>
2010-05-10 Zoltan Varga <vargaz at gmail.com>
2010-05-10 Zoltan Varga <vargaz at gmail.com>
2010-05-11 Zoltan Varga <vargaz at gmail.com>
2010-05-11 Zoltan Varga <vargaz at gmail.com>
2010-05-12 Zoltan Varga <vargaz at gmail.com>
2010-05-12 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-05-12 Zoltan Varga <vargaz at gmail.com>
2010-05-12 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
Fix the BSD build.
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-13 Zoltan Varga <vargaz at gmail.com>
2010-05-14 Zoltan Varga <vargaz at gmail.com>
Fix the ia64 build.
Fix the s390x build.
2010-05-14 Zoltan Varga <vargaz at gmail.com>
2010-05-15 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
Fix the freebsd build.
Another try at fixing the freebsd build.
2010-05-16 Zoltan Varga <vargaz at gmail.com>
2010-05-17 Zoltan Varga <vargaz at gmail.com>
2010-05-17 Zoltan Varga <vargaz at gmail.com>
2010-05-17 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-05-17 Zoltan Varga <vargaz at gmail.com>
2010-05-19 Zoltan Varga <vargaz at gmail.com>
2010-05-19 Zoltan Varga <vargaz at gmail.com>
2010-05-20 Zoltan Varga <vargaz at gmail.com>
2010-05-20 Zoltan Varga <vargaz at gmail.com>
2010-05-21 Zoltan Varga <vargaz at gmail.com>
2010-05-21 Zoltan Varga <vargaz at gmail.com>
2010-05-21 Zoltan Varga <vargaz at gmail.com>
2010-05-21 Zoltan Varga <vargaz at gmail.com>
2010-05-21 Zoltan Varga <vargaz at gmail.com>
2010-05-22 Zoltan Varga <vargaz at gmail.com>
2010-05-22 Zoltan Varga <vargaz at gmail.com>
2010-05-22 Zoltan Varga <vargaz at gmail.com>
Remove some debugging code.
2010-05-22 Zoltan Varga <vargaz at gmail.com>
2010-05-23 Zoltan Varga <vargaz at gmail.com>
2010-05-23 Zoltan Varga <vargaz at gmail.com>
2010-05-23 Zoltan Varga <vargaz at gmail.com>
2010-05-24 Zoltan Varga <vargaz at gmail.com>
2010-05-25 Zoltan Varga <vargaz at gmail.com>
Revert "2010-05-23 Zoltan Varga <vargaz at gmail.com>"
Revert "2010-05-22 Zoltan Varga <vargaz at gmail.com>"
2010-05-25 Zoltan Varga <vargaz at gmail.com>
2010-05-25 Zoltan Varga <vargaz at gmail.com>
2010-05-25 Zoltan Varga <vargaz at gmail.com>
2010-05-26 Zoltan Varga <vargaz at gmail.com>
2010-05-26 Zoltan Varga <vargaz at gmail.com>
2010-05-27 Zoltan Varga <vargaz at gmail.com>
2010-05-27 Zoltan Varga <vargaz at gmail.com>
2010-05-27 Zoltan Varga <vargaz at gmail.com>
2010-05-30 Zoltan Varga <vargaz at gmail.com>
2010-05-30 Zoltan Varga <vargaz at gmail.com>
2010-05-30 Zoltan Varga <vargaz at gmail.com>
Add a comment stating why llvm+exceptions is disabled for now.
Fix a warning.
2010-05-31 Zoltan Varga <vargaz at gmail.com>
2010-05-31 Zoltan Varga <vargaz at gmail.com>
2010-06-01 Zoltan Varga <vargaz at gmail.com>
Disable llvm+exceptions, some tests still fail.
Fix the build.
Enable llvm+clauses for num_clauses == 1.
2010-06-02 Zoltan Varga <vargaz at gmail.com>
2010-06-02 Zoltan Varga <vargaz at gmail.com>
2010-06-03 Zoltan Varga <vargaz at gmail.com>
Revert a change commited by mistake.
2010-06-03 Zoltan Varga <vargaz at gmail.com>
2010-06-03 Zoltan Varga <vargaz at gmail.com>
2010-06-04 Zoltan Varga <vargaz at gmail.com>
2010-06-04 Zoltan Varga <vargaz at gmail.com>
Move the documentation to Documentation/en.
2010-06-05 Zoltan Varga <vargaz at gmail.com>
Reflect the namespace change.
Reflect namespace changes.
Move the general info into ns-...xml so monodoc can display it.
2010-06-05 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-06 Zoltan Varga <vargaz at gmail.com>
2010-06-08 Zoltan Varga <vargaz at gmail.com>
Clear unloaded types on appdomain unload.
2010-06-11 Zoltan Varga <vargaz at gmail.com>
2010-06-11 Zoltan Varga <vargaz at gmail.com>
2010-06-11 Zoltan Varga <vargaz at gmail.com>
2010-06-12 Zoltan Varga <vargaz at gmail.com>
Fix some warnings.
2010-06-14 Zoltan Varga <vargaz at gmail.com>
2010-06-14 Zoltan Varga <vargaz at gmail.com>
2010-06-14 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
Fix another compilation problem.
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
Revert part of r158956.
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-15 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-17 Zoltan Varga <vargaz at gmail.com>
2010-06-18 Zoltan Varga <vargaz at gmail.com>
2010-06-18 Zoltan Varga <vargaz at gmail.com>
2010-06-18 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-06-18 Zoltan Varga <vargaz at gmail.com>
2010-06-19 Zoltan Varga <vargaz at gmail.com>
2010-06-21 Zoltan Varga <vargaz at gmail.com>
2010-06-21 Zoltan Varga <vargaz at gmail.com>
2010-06-21 Zoltan Varga <vargaz at gmail.com>
2010-06-21 Zoltan Varga <vargaz at gmail.com>
2010-06-21 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-22 Zoltan Varga <vargaz at gmail.com>
2010-06-23 Zoltan Varga <vargaz at gmail.com>
2010-06-24 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
Revert "2010-06-25 Mark Probst <mark.probst at gmail.com>"
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-25 Zoltan Varga <vargaz at gmail.com>
2010-06-26 Zoltan Varga <vargaz at gmail.com>
Add some comments about why some structures are allocated from GC memory.
2010-06-26 Zoltan Varga <vargaz at gmail.com>
2010-06-26 Zoltan Varga <vargaz at gmail.com>
2010-06-26 Zoltan Varga <vargaz at gmail.com>
2010-06-26 Zoltan Varga <vargaz at gmail.com>
2010-06-27 Zoltan Varga <vargaz at gmail.com>
2010-06-27 Zoltan Varga <vargaz at gmail.com>
2010-06-27 Zoltan Varga <vargaz at gmail.com>
2010-06-28 Zoltan Varga <vargaz at gmail.com>
2010-06-28 Zoltan Varga <vargaz at gmail.com>
2010-06-28 Zoltan Varga <vargaz at gmail.com>
Fix the x86 build.
2010-06-28 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-29 Zoltan Varga <vargaz at gmail.com>
2010-06-30 Zoltan Varga <vargaz at gmail.com>
2010-07-01 Zoltan Varga <vargaz at gmail.com>
2010-07-01 Zoltan Varga <vargaz at gmail.com>
2010-07-01 Zoltan Varga <vargaz at gmail.com>
2010-07-02 Zoltan Varga <vargaz at gmail.com>
2010-07-02 Zoltan Varga <vargaz at gmail.com>
2010-07-03 Zoltan Varga <vargaz at gmail.com>
2010-07-04 Zoltan Varga <vargaz at gmail.com>
Fix the build.
2010-07-04 Zoltan Varga <vargaz at gmail.com>
2010-07-04 Zoltan Varga <vargaz at gmail.com>
2010-07-04 Zoltan Varga <vargaz at gmail.com>
2010-07-05 Zoltan Varga <vargaz at gmail.com>
2010-07-05 Zoltan Varga <vargaz at gmail.com>
2010-07-05 Zoltan Varga <vargaz at gmail.com>
2010-07-06 Zoltan Varga <vargaz at gmail.com>
2010-07-06 Zoltan Varga <vargaz at gmail.com>
2010-07-06 Zoltan Varga <vargaz at gmail.com>
2010-07-06 Zoltan Varga <vargaz at gmail.com>
2010-07-06 Zoltan Varga <vargaz at gmail.com>
Remove some obsolete FIXMEs.
2010-07-07 Zoltan Varga <vargaz at gmail.com>
2010-07-07 Zoltan Varga <vargaz at gmail.com>
2010-07-08 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
Fix build with older LLVM versions.
2010-07-09 Zoltan Varga <vargaz at gmail.com>
2010-07-09 Zoltan Varga <vargaz at gmail.com>
Fix the previous change.
2010-07-10 Zoltan Varga <vargaz at gmail.com>
2010-07-11 Zoltan Varga <vargaz at gmail.com>
2010-07-11 Zoltan Varga <vargaz at gmail.com>
2010-07-15 Zoltan Varga <vargaz at gmail.com>
2010-07-15 Zoltan Varga <vargaz at gmail.com>
Fix a typo.
2010-07-16 Zoltan Varga <vargaz at gmail.com>
2010-07-16 Zoltan Varga <vargaz at gmail.com>
2010-07-16 Zoltan Varga <vargaz at gmail.com>
2010-07-16 Zoltan Varga <vargaz at gmail.com>
2010-07-19 Zoltan Varga <vargaz at gmail.com>
2010-07-20 Zoltan Varga <vargaz at gmail.com>
2010-07-20 Zoltan Varga <vargaz at gmail.com>
Fix a warning.
2010-07-20 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
Merge branch 'master' of github.com:mono/mono
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-23 Zoltan Varga <vargaz at gmail.com>
2010-07-24 Zoltan Varga <vargaz at gmail.com>
2010-07-24 Zoltan Varga <vargaz at gmail.com>
2010-07-25 Zoltan Varga <vargaz at gmail.com>
2010-07-25 Zoltan Varga <vargaz at gmail.com>
Fix building the LLVM backend with recent LLVM SVN versions.
Revert "Fix building the LLVM backend with recent LLVM SVN versions."
2010-08-02 Zoltan Varga <vargaz at gmail.com>
2010-08-02 Zoltan Varga <vargaz at gmail.com>
2010-08-02 Zoltan Varga <vargaz at gmail.com>
2010-08-02 Zoltan Varga <vargaz at gmail.com>
2010-08-02 Zoltan Varga <vargaz at gmail.com>
Add a missing unlock.
Remove some obsolete comments.
Get rid of mono_arch_get_vcall_slot ().
Add mini-llvm-cpp.h.
Avoid returning non MonoMethod's.
Increase a buf size.
Avoid creating the namedSlots array in the static cctor, so it is not
Disable box+brtrue optimization for LLVM for now.
Fix the box+brtrue optimization for LLVM, add a box+brfalse case too.
Disable system aot when LLVM is enabled for now.
Fix the placement of the .rodata section, it should come after the .text
Name the LLVM argument variables arg_<real arg name>.
Fix building with latest LLVM head.
Reenable LLVM+AOT again, the latest LLVM branch code works fine.
Avoid loading AOT images compiled against Boehm in an SGEN runtime, and vice versa. Use 'amodule' instead of 'aot_module' in more places.
Disable all profiler events after profiler shutdown.
Move wapi shutdown to mono_cleanup () as TlsGetValue()/TlsSetValue() is used
Fix Math.Log (2, 1). Fixes #626944.
Use faulting load for loading the vtable in CEE_LDELEMA.
Disable the elimination of MONO_INST_FAULT in ABCREM, LLVM can move the non-faulting loads to before the faulting loads which they depend on.
Remove some hash code tests which can fail.
Avoid printing the output of /bin/ls in a Process test.
Call BeginErrorReadLine()/BeginOutputReadLine() in a Process test so it runs on windows too.
Update the comments for mono_use_llvm.
Ignore mono_use_llvm when JITting in a runtime compiled without LLVM support.
Fix a typo.
Avoid registering roots inside the MonoDomain structure when using Boehm, since
Remove the few remaining compile time GC dependencies.
Generate xdebug info for monitor enter/exit trampolines.
Avoid exceptions in gdb when encountering unknown struct types.
Emit boxed versions of primitive types in xdebug.
Turn off the monitor enter/exit trampolines under SGEN using a runtime check instead of a compile time one.
Avoid an #ifndef HAVE_SGEN_GC inside MonoDomain, so the layout remains the same
[llvm] Do a zero extension for bool/char too when loading a volatile variable.
Remove some debug stuff.
Fix infinite loop in mono_class_get_nested_types () if a nested type fails to load. Fixes # 630041. Add a test.
Add a FIXME to abcrem.
Bump corlib version because of the CustomAttributeData:.ctor() signature change.
Speculatively revert 9b3b838d43aa652bdfa426b (BRANCH_CONST = 100 -> 10) to see if that fixes the buildbot tests on x86.
Revert "Speculatively revert 9b3b838d43aa652bdfa426b (BRANCH_CONST = 100 -> 10) to see if that fixes the buildbot tests on x86."
Avoid passing uninitialized memory to get_call_info () in the x86 backend.
Add a null check to LDFLDA, the spec requires it.
Only do a null check in LDFLDA if the address is an object reference.
Fix running with stock LLVM.
Call generic class init trampolines before calling gshared .ctors. Fixes
Fix storer4/r8_memindex opcode metadata.
Disable building of ikvm-native and define DISABLE_SOCKETS when using NACL.
Enable support for --break-at-bb on x86 too.
Disable the InternalAllocateStr optimization when in shared mode.
Remove support for building with system glib.
Get rid of some #ifdef EGLIB_MAJORs.
Fix the corlib tests build.
Fix running of tests under net 4.0.
Add an assert to protect against the altstack clobbering the current stack.
Bump the size of the epoll threads to 256k on 64 bit systems to avoid problems on ppc64 with 64k page sizes.
Fix handling of stdio in g_spawn_async_with_pipes ().
Fix building with MSVC.
Fix building with MSVC.
Compute methods_with_llvm/without_llvm correctly even if --llvm is not given.
Add more trampoline stats.
Allow LLVM compiled AOT code to be loaded into a non-LLVM runtime.
Handle some members of mono_jit_stats using the counters API, so the compiled/AOT/LLVM stats are in one place in the stats output.
Close mscorlib on shutdown to avoid leaking it.
Fix a bunch of shutdown leaks in the JIT+LLVM backend.
Fix some AOT memory leaks.
Don't return malloc-ed memory from g_get_charset ().
Avoid leaking 'image_sets' in metadata.c.
Free the global dllmap at shutdown.
Fix memory leaks in io-layer. Avoid starting the collection thread if SHM is disabled.
Free rgctx_lazy_fetch_trampoline_hash at shutdown.
Avoid a crash in if image->references [i] is REFERENCE_MISSING.
Free the wsq data even if the thread pool was not started.
Avoid leaking 'generic_array_method_info' by allocating it from the mscorlib
Free a few hash tables in object.c.
Add a 'mono_remove_image_unload_hook' function, store image unload hooks as a GSList.
Cleanup generic sharing data structures correctly.
Fix another bunch of shutdown leaks.
Free the handle data in handles_cleanup().
Avoid freeing type_initialization_hash () for now because of shutdown races.
Fix the reading of uninitialized data in the SSA code.
Add an option for running the runtime tests under valgrind.
Update get-cygwin-deps.sh after a filename change.
An attempt to fix the register allocation problems for CAS on x86.
Fix a crash in mono_field_get_value_object () after the field->type changes.
Avoid freeing an NULL hashtable.
Fix invoking of gshared methods in marshalbyref objects. Fixes #632316.
Avoid accessing rs->vassign [ins->dreg] if the instruction has no dreg.
Add support for --debug=casts to the mono_object_castclass () JIT icall. Fixes
Another attempt at fixing the CAS regalloc problems.
Fix an assert introduced by the previous change on platforms without linux shared memory.
More CAS regalloc fixes.
Add a CAS regalloc test.
Disable W1699.
Update the message in the mcs dir-check.
Disable W1699 in the basic profile too.
Remove obsolete profiles.
Fix the generation of debug information in AOT files which got broken by
Revert "Close mscorlib on shutdown to avoid leaking it."
Fix a problem introduced by the last CAS regalloc change.
Do some refactoring in the local register allocator.
Fix a warning.
Avoid warnings on machines with cpus > 16.
Store information about file shares in a hash table instead of a 4MB array if
Make the 'LABELS' make variable the same as the 'TEST_HARNESS_VERBOSE' variable, because it is easier to remember and type.
Add a new directory which is used for AOTing the c# compiler before compiling most of the class libs. This cuts the mcs build time by about 30%.
Use $(PROFILE)/gmcs.exe as INTERNAL_GMCS for consistency.
Delete gmcs.exe.so on make clean.
Install the generated gmcs.exe.so.
Add a mono_g_hash_table_print_stats () function to print hash table stats.
Improve the hashing of MonoTypes representing type variables.
Optimize g_utf8_to_utf16 for the common case of ASCII strings.
Add a g_hash_table_print_stats () helper function.
Use the klass pointer instead of the klass name when computing the hash in mymono_metadata_type_hash (), since it is much faster.
Avoid allocating empty arrays in ves_icall_Type_GetInterfaces ().
Remove a redundant if ().
Reorganize the vtable slot patching code a bit.
Avoid the loading of metadata for IMT calls from AOT code too.
Print the unimplemented interface method warnings using the mono_trace ()
Get rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
Get rid of filter clauses in runtime invoke wrappers. This increases their size slighly, but allows them to be compiled by LLVM.
Remove obsolete LLVM passes.
Avoid loading the LLVM backend if llvm is not requested at runtime.
Fix the order of the arguments to the ppc_store macros.
Fix the ppc build.
Fix make dist.
Add AOT support for GC inline write barriers.
AOT mscorlib along with gmcs.
Enable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.
Disable system aot on darwin.
Really disable AOT on platforms which doesn't support it.
Align structures on the stack to 4/8 bytes on ppc.
Merge branch 'master' of github.com:mono/mono
Reenable system AOT on x86/amd64 which accidently got disabled.
Remap g_strdupv too.
Add a few more remaps.
atsushieno (25):
Fill Description names, and remove extra code.
Remove invalid comments.
Handle ListenUri to get correct Uri (especially when relative). Reject wrong behaviorConfiguration.
Merge branch 'atsushi'
SecurityTokenRequirement.TryGetValue() returns false if the value exists as null.
Implement some WS-SecureConv parameter check and enabled some tests.
add another WS-SC test (cosmetic).
Implement several ToString() methods.
Merge branch 'atsushi'
Fix LocalClientSecuritySettingsElement.Property, and other couple of API fixes.
Merge branch 'atsushi'
add 4.0 standard endpoint configuration types.
Add a bunch of configuration types.
Merge branch 'atsushi'
Add build fix (not sure if it is correct; MSDN does not tell it exists.)
Fix a bunch of compilation errors now that I can get.
Merge branch 'master' of github.com:mono/mono into atsushi
EncoderFallback support in UTF8Encoding. Fixed bug #565129.
Merge branch 'master' of github.com:mono/mono into atsushi
Add System.ServiceModel.Discovery (now that it builds fine).
implemented some Sys.SM.Discovery types.
implement missing configuration members in Sys.SM.Web.
Parse list type, and parse QName without prefix, as expected.
ongoing Sys.SM.Discovery serialization implementation.
finished Discovery serialization stuff.
cheridy (5):
info about docs, howto edit website content/appearance (here instead of in /web because content lives up on this level)
added mention of doc/README for those interested in editing website
added webmaster address and accompanying style/table formatting
removed monkeybutton and ximian branding
removed /mono subdir as home link, replaced with /
ct (4):
added floating point instructions for adding double, single, and quad numbers
added more asm macros for floating point subtraction of single/double/quad
completed the set of floating point ops
added basic floating point support
dimitar (3):
*EditorPart.cs: implementation added
svn path=/trunk/mcs/; revision=63582
svn path=/trunk/mcs/; revision=63585
guycohen (2):
match nunit convention
add indication for selenium output file for post parsing step
jbevain (4):
Reduce the branch inlining cost from 100 to 10.
System.Reflection.Assembly.IsFullyTrusted: add stub.
fix crlf
[Fix] emit the proper metadata version for net_4_0 assemblies
jonas (2):
2009-07-02 jonas echterhoff <jonas at unity3d.com>
Fix distcheck building on OS X
motym (6):
Bug #6490 fixed, enabling this test
Bug #6502 fixed, enabling this test
svn path=/trunk/mcs/; revision=70157
some tests comment out for target_jvm
svn path=/trunk/mcs/; revision=72298
svn path=/trunk/mcs/; revision=73681
nick (1):
all stubbed out
nobody (15):
This commit was manufactured by cvs2svn to create branch 'SAVANNAH_CVS'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
pteich (1):
detect socklen_t in configure.in, and only define it in sockets.h if we
root (1):
Restored
stefan (2):
updated System.Drawing.Drawing2D.* class entries
added better GetHashCode() implementation
tgiphil (5):
Merge branch 'master' of git://github.com/mono/mono
Moved ValidateRules method in TimeZoneInfo.cs outside of LIBC since a caller outside of LIBC calls the method. Fixes compile error when LIBC is not defined.
Merge branch 'master' of git://github.com/mono/mono
Merge branch 'master' of github.com:tgiphil/mono
Merge branch 'master' of http://github.com/mono/mono
vvaradhan (3):
2010-07-23 Veerapuram Varadhan <v.varadhan at gmail.com>
2010-07-23 Veerapuram Varadhan <v.varadhan at gmail.com>
2010-07-28 Veerapuram Varadhan <vvaradhan at novell.com>
xkahn (1):
Fixed a typo in a link. (Forgot "<a ".)
-----------------------------------------------------------------------
--
mono
More information about the Pkg-mono-svn-commits
mailing list