cbc328df6d
0.99.4 2016-08-03 - fix tautology comparison in tautology in `fjson_object_iter_equal` Thanks to Andres Stieger for the patch - improve build system to handle slightly older autoconf versions - fix build problems with gcc6 Thanks to Andres Stieger for the patch 0.99.3 2016-07-11 - new dependency: autoconf-archive - exit() is no longer called in unexpected situations The previous code called exit on some occasions and did not give the caller a chance to do any cleanup or handling on it's own. This has completely been removed. Note that it was very unlikely that this problem affected a caller, as exit() was only called under very rare circumstances (e.g. OOM). - fjson_version now returns configure VERSION This avoid inconsistency. - removal of Windows and Android bits Thanks to Michael Biebl for the patch. - fixes of the build system Thanks to Michael Biebl for the patch. - dropped support for Windows and Android as we do not target these platforms - "make distcheck" now works - fix invalid Unicode representation for some non US-ASCII characters when printed as string. Note that this could potentially also lead to a segfault
10 lines
353 B
Text
10 lines
353 B
Text
@comment $NetBSD: PLIST,v 1.2 2016/08/09 11:48:59 fhajny Exp $
|
|
include/libfastjson/atomic.h
|
|
include/libfastjson/json.h
|
|
include/libfastjson/json_object.h
|
|
include/libfastjson/json_object_iterator.h
|
|
include/libfastjson/json_object_private.h
|
|
include/libfastjson/json_tokener.h
|
|
include/libfastjson/json_util.h
|
|
lib/libfastjson.la
|
|
lib/pkgconfig/libfastjson.pc
|