You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(30) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2010 |
Jan
(1) |
Feb
(41) |
Mar
(15) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(79) |
Jun
(11) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
(13) |
Jun
|
Jul
|
Aug
(6) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(18) |
2
(18) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(12) |
25
(17) |
26
(13) |
27
(1) |
28
|
29
|
30
|
31
|
|
|
|
|
From: <jso...@li...> - 2011-05-01 15:47:44
|
Revision: 160 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=160&view=rev Author: blep Date: 2011-05-01 15:47:38 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/src/lib_json/json_reader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:40:54
|
Revision: 159 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=159&view=rev Author: blep Date: 2011-05-01 15:40:47 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected. Modified runjsontests.py to allow test that expect failure in jsoncpp test suite. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/test/runjsontests.py Added Paths: ----------- trunk/jsoncpp/test/data/fail_test_array_01.json This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:09:22
|
Revision: 158 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=158&view=rev Author: blep Date: 2011-05-01 15:09:16 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed latest readme.txt url. Modified Paths: -------------- trunk/jsoncpp/doc/jsoncpp.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:06:47
|
Revision: 157 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=157&view=rev Author: blep Date: 2011-05-01 15:06:40 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed url for scons 1.2 download. Clarify manual test run executable path. Modified Paths: -------------- trunk/jsoncpp/README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |