Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
2010-04-01 Miguel de Icaza <miguel@novell.com>
* JsonValue.cs: We need to use Convert.ToXXXX for numbers as we
always end up reporting the value JsonType.Number regardless of
the underlying storage (int, long or decimal). The parser
picks the best storage suitable for the data, and can end up using
"ints" for values that sometimes use longs.
This causes problems when derefercing the data for example, if you
have an int and try to get it out as a long you end up with an
invalid cast exception.
2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
* System.Json.dll.sources : remove JsonReader.cs.
2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : reference System.Xml and System.ServiceModel.Web (for
moonlight compatibility).
2009-08-13 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : update profile check.
2008-06-10 Atsushi Enomoto <atsushi@ximian.com>
* System.Json.dll.sources, Makefile : initial checkin.