forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2010-07-02 Michael Hutchinson <[email protected]>
* object-internals.h, object.h: Make mono_string_to_utf_8_checked public, as mono_string_to_utf_8 is deprecated. * object.(c|h): Added mono_object_to_string, a public helper function that calls ToString on a MonoObject and returns a MonoString. * object.c (mono_print_unhandled_exception): Use mono_object_to_string. svn path=/trunk/mono/; revision=159843
- Loading branch information
Showing
4 changed files
with
63 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2010-07-02 Michael Hutchinson <[email protected]> | ||
|
||
* object-internals.h, object.h: Make mono_string_to_utf_8_checked | ||
public, as mono_string_to_utf_8 is deprecated. | ||
|
||
* object.(c|h): Added mono_object_to_string, a public helper function | ||
that calls ToString on a MonoObject and returns a MonoString. | ||
|
||
* object.c (mono_print_unhandled_exception): Use mono_object_to_string. | ||
|
||
2010-07-01 Zoltan Varga <[email protected]> | ||
|
||
* filewatcher.h filewatcher.h decimal.c threads-types.h: Applied patch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters