Change the underlying type of JSON integer from long to json_int_t
[jansson.git] / src / value.c
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-08-10 Petri LehtinenChange JSON integer's underlying type from int to long
2010-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenSupport compilers that don't have the "inline" keyword
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2010-01-10 Petri LehtinenFix memory leaks in json_*_deep_copy()
2010-01-10 Petri LehtinenUse _nocheck functions internally for speed
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-10-16 Petri LehtinenFix indentation
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri LehtinenExtend object API
2009-10-10 Petri LehtinenCheck json_object_set_new arguments
2009-09-29 Petri LehtinenExtend array API
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-07 Petri LehtinenDon't perform reference counting on true, false and...
2009-09-06 Petri LehtinenBetter argument validation
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-08-23 Petri Lehtinenarray: Fix a few checks and a leak
2009-07-30 Petri LehtinenAdd LICENSE and a copyright note to all sources
2009-07-13 Petri LehtinenDecode and check for correct UTF-8
2009-07-04 Petri LehtinenSeparate integers and real numbers
2009-06-11 Petri LehtinenMove max() to util.h
2009-05-12 Petri LehtinenFix json_object_get
2009-05-12 Petri LehtinenBump hashtable, allocate object->hashtable statically
2009-05-12 Petri LehtinenAdd support for iterating over objects
2009-05-12 Petri LehtinenInitial import