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
|
2010-06-12 Rolf Bjarne Kvinge <RKvinge@novell.com>
* UIOption.vb:
* FieldType.vb:
* FileSystem.vb:
* SearchOption.vb:
* RecycleOption.vb:
* UICancelOption.vb:
* TextFieldParser.vb:
* SpecialDirectories.vb:
* FileSystemOperation.vb:
* DeleteDirectoryOption.vb:
* FileSystemOperationUI.vb:
* MalformedLineException.vb:
* FileSystemOperationUIQuestion.vb: Remove .NET 1.0/1.1 logic.
2009-07-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
* SpecialDirectories.vb: Remove all uses of CType (and relatives): for primitive
types call the corresponding conversion method, for other types call
DirectCast.
2010-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
* MalformedLineException.vb:
* FileSystemOperationUI.vb:
* FileSystemOperation.vb:
* FileSystem.vb: Use String.Compare/Length instead of equality operator.
Second step in making the vbruntime compile in vb9 (by not being
self-referential).
2010-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
* FileSystem.vb: Use full "path" to access members in modules, since modules
will be changed to classes.
2007-08-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
* FileSystemOperationUIQuestion.vb: More dependencies are implemented now.
2007-08-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
* FileSystemOperationUIQuestion.vb, UICancelOption.vb,
MalformedLineException.vb, SpecialDirectories.vb, SearchOption.vb,
RecycleOption.vb, DeleteDirectoryOption.vb, FileSystemOperationUI.vb,
FileSystem.vb, FieldType.vb, FileSystemOperation.vb, UIOption.vb:
Changed all uses of NET_2_0 to NET_VER >= 2.0, deleted NET_1_0, NET_1_1
and NET_2_0.
2007-05-30 Rolf Bjarne Kvinge <RKvinge@novell.com>
* MalformedLineException.vb: Don't rely on Exception's ToString
handling, do it all ourselves.
2007-03-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
* FileSystemOperationUI.vb:
* FileSystemOperationUIQuestion.vb:
* TextFieldParser.vb: CorCompare work.
2007-01-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Added DeleteDirectoryOption.vb, FieldType.vb, FileSystem.vb,
FileSystemOperation.vb, FileSystemOperationUI.vb,
FileSystemOperationUIQuestion.vb, MalformedLineException.vb,
RecycleOption.vb, SearchOption.vb, SpecialDirectories.vb,
TextFieldParser.vb, UICancelOption.vb, UIOption.vb
|