commit | 7ce686c990ea8c490d16be7f1c6bd95eb48816f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 16:33:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 16:33:22 2016 +0100 |
tree | 6b507613c77479f9e5a94600bc2a332d657ee363 | |
parent | d804fdf4c25435284333258856bc265f1ff10b09 [diff] [blame] |
patch 7.4.1430 Problem: When encoding JSON, turning NaN and Infinity into null without giving an error is not useful. Solution: Pass NaN and Infinity on. If the receiver can't handle them it will generate the error.
diff --git a/src/version.c b/src/version.c index 4fde2fe..fc8ae7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1430, +/**/ 1429, /**/ 1428,