This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove multiple trailing newlines at EOF.
tags/json-c-0.14-20200419
Björn Esser
5 years ago
parent
fd0ae5aba6
commit
73a2ed115a
No known key found for this signature in database
GPG Key ID:
F52E98007594C21D
8 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
+0
-1
AUTHORS
+0
-1
INSTALL
+0
-1
README.md
+0
-1
RELEASE_CHECKLIST.txt
+0
-1
STYLE.txt
+0
-1
issues_closed_for_0.13.md
+0
-1
tests/CMakeLists.txt
+ 0
- 1
.gitignore
View File
@@ -87,4 +87,3 @@
/libjson-c.a
/libjson-c.so
/libjson-c.so.*
+ 0
- 1
AUTHORS
View File
@@ -2,4 +2,3 @@ Michael Clark <michael@metaparadigm.com>
Jehiah Czebotar <jehiah@gmail.com>
Eric Haszlakiewicz <hawicz+json-c@gmail.com>
C. Watford (christopher.watford@gmail.com)
+ 0
- 1
INSTALL
View File
@@ -1,3 +1,2 @@
See README.md for installation instructions.
+ 0
- 1
README.md
View File
@@ -237,4 +237,3 @@ following more specific header files:
* json_util.h - Miscelleanous utility functions.
For a full list of headers see [files.html](http://json-c.github.io/json-c/json-c-0.13.1/doc/html/files.html)
+ 0
- 1
RELEASE_CHECKLIST.txt
View File
@@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at:
------------
Send an email to the mailing list.
+ 0
- 1
STYLE.txt
View File
@@ -29,4 +29,3 @@ Other:
Variables should be defined for the smallest scope needed.
Functions should be defined static when possible.
When possible, avoid exposing internals in the public API.
+ 0
- 1
issues_closed_for_0.13.md
View File
@@ -264,4 +264,3 @@ Issues and Pull Requests closed for the 0.13 release
[Memory leak for json_tokener_parse_ex for version 0.12.1](https://api.github.com/repos/json-c/json-c/issues/382)
[Fix a compiler warning.](https://api.github.com/repos/json-c/json-c/issues/383)
[Fix a VS 2015 compiler warnings.](https://api.github.com/repos/json-c/json-c/issues/384)
+ 0
- 1
tests/CMakeLists.txt
View File
@@ -51,4 +51,3 @@ target_link_libraries(
)
endforeach(TESTNAME)
Write
Preview
Loading…
Cancel
Save