File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (70 lines) | stat: -rwxr-xr-x 2,367 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>

	* ContextStack.cs: Added argument check to Type indexer, avoiding a
	NRE. Modify System.Int32 indexer to throw ArgumentOutOfRangeException
	instead of ArgumentException. Reduce number of times that item count
	must be obtained.

2008-06-05  Ivan N. Zlatev  <contact@i-nz.net>

	* ContextStack.cs: Also check for subclasses in the Type-based
	indexter property.
	[Fixes bug #509151]

2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>

	* ResolveNameEventHandler.cs, RootDesignerSerializerAttribute.cs,
	  DesignerLoader.cs, SerializationStore.cs : couple of 2.0 API fixes.

2007-11-01  Ivan N. Zlatev <contact@i-nz.net>

	* ResolveNameEventArgs.cs: Fix Value to not return and set Name.

2007-08-18  Ivan N. Zlatev <contact@i-nz.net>

	* ContextStack.cs: Update to 2.0.

2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* InstanceDescriptor.cs: Allow null members. Fixed exception messages.
	For properties, do not perform argument check. Fixed Invoke to return
	null when member is null or when member is not ctor, method, field or
	property (eg. a type). Removed obsolete HasThis method.

2007-07-18  Ivan N. Zlatev <contact@i-nz.net>
	
	* InstanceDescriptor.cs: Fix a NRE.

2007-05-15  Adar Wesley <adarw@mainsoft.com>

	* ContextStack.cs: added missing method Append.

2006-03-10  Raja R Harinath  <rharinath@novell.com>

	* CodeDomSerializerException.cs: Move to System.Design.dll.

2006-03-09  Zoltan Varga  <vargaz@gmail.com>

	* CodeDomSerializerException.cs: New file.

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
	level).

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>

	* InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.

2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>

	* InstanceDescriptor.cs: Constructors don't need to be static.

2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ContextStack.cs: Redone based on a stack and completely implemented
	* DesignerLoader.cs: Removed unneeded members
	* DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
	* ResolveNameEventArgs.cs: Visibility bug fixed
	* RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
	* InstanceDescriptor.cs: Completely Implemented