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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2004-06-15 * Timer.cs: The timer thread must be a background thread.Lluis Sanchez
This fixes #58816. svn path=/trunk/mcs/; revision=29594
2004-05-112004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Timer.cs: if AutoReset, disable the timer before adding the callback to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug #57993. svn path=/trunk/mcs/; revision=27114
2003-03-172003-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Timer.cs: Elapsed is an event. Added a few attributes. svn path=/trunk/mcs/; revision=12620
2002-11-202002-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ChangeLog: * ElapsedEventArgs.cs: * ElapsedEventHandler.cs: * Timer.cs: * TimersDescriptionAttribute.cs: New files. Don't use timers yet. If you do, your program will never end. svn path=/trunk/mcs/; revision=9103