log src/json.c @ 20595:3609e842f822 v8.2.0851

age author description
Tue, 19 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0800: errors from failing test are unclear v8.2.0800
Wed, 13 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0751: Vim9: performance can be improved v8.2.0751
Sun, 05 Apr 2020 21:45:25 +0200 Bram Moolenaar patch 8.2.0517: Vim9: cannot separate "func" and "func(): void" v8.2.0517
Sat, 29 Feb 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.0334: abort called when using test_void() v8.2.0334
Tue, 25 Feb 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0315: build failure on HP-UX system v8.2.0315
Sat, 22 Feb 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0296: mixing up "long long" and __int64 may cause problems v8.2.0296
Mon, 27 Jan 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0159: non-materialized range() list causes problems v8.2.0159
Sun, 26 Jan 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0155: warnings from MinGW compiler; tests fail without +float v8.2.0155
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Sat, 11 Jan 2020 16:15:04 +0100 Bram Moolenaar patch 8.2.0111: VAR_SPECIAL is also used for booleans v8.2.0111
Wed, 04 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2388: using old C style comments v8.1.2388
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Mon, 22 Jul 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.1735: can't build with tiny features v8.1.1735
Mon, 22 Jul 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1734: the evalfunc.c file is too big v8.1.1734
Mon, 27 May 2019 20:15:05 +0200 Bram Moolenaar patch 8.1.1409: Coverity warns for using uninitialized memory v8.1.1409
Sun, 19 May 2019 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Fri, 12 Apr 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1158: json encoded string is sometimes missing the final NUL v8.1.1158
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Thu, 17 Jan 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735
Sat, 12 Jan 2019 14:30:06 +0100 Bram Moolenaar patch 8.1.0731: JS encoding does not handle negative infinity v8.1.0731
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 08 Apr 2018 13:15:07 +0200 Christian Brabandt patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() v8.0.1677
Tue, 13 Mar 2018 13:15:06 +0100 Christian Brabandt patch 8.0.1602: crash in parsing JSON v8.0.1602
Fri, 15 Dec 2017 21:30:05 +0100 Christian Brabandt patch 8.0.1391: encoding empty string to JSON sometimes gives "null" v8.0.1391
Sun, 05 Feb 2017 16:45:04 +0100 Christian Brabandt patch 8.0.0309: cannot use an empty key in json v8.0.0309
Sun, 22 Jan 2017 16:00:04 +0100 Christian Brabandt patch 8.0.0216: decoding js style json may fail v8.0.0216
Sat, 14 Jan 2017 14:45:04 +0100 Christian Brabandt patch 8.0.0180: error E937 is used twice v8.0.0180
Wed, 11 Jan 2017 22:00:04 +0100 Christian Brabandt patch 8.0.0171: JS style JSON does not support single quotes v8.0.0171
Tue, 10 Jan 2017 23:00:05 +0100 Christian Brabandt patch 8.0.0170: crash in channel test v8.0.0170
Tue, 10 Jan 2017 19:45:03 +0100 Christian Brabandt patch 8.0.0169: json_decode() may run out of stack space v8.0.0169
Tue, 10 Jan 2017 15:30:05 +0100 Christian Brabandt patch 8.0.0166: JSON with a duplicate key gives an internal error v8.0.0166
Thu, 10 Nov 2016 20:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f v8.0.0074
Sun, 06 Nov 2016 14:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/98500fdc6119eb5f02d7a52ab6ffcac3085181be v8.0.0067
Fri, 04 Nov 2016 20:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846 v8.0.0059
Fri, 21 Oct 2016 22:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7756e7465d627ff9cd01e59625484a8c302ef853 v8.0.0046
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Fri, 26 Aug 2016 18:00:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f1f0792e55e72cdc7c833b30f565a9b02f18bb1e v7.4.2258
Fri, 01 Jul 2016 18:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12 v7.4.1976
Sat, 23 Apr 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 v7.4.1780
Mon, 28 Mar 2016 14:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/46c00a6565b8f1f4b7b1041d03eaceaf6ffc4aee v7.4.1666
Sun, 20 Mar 2016 16:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ba61ac0d61f46de7d29c64bb0de6d25c2e378be0 v7.4.1617
Mon, 14 Mar 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1735bc988c546cc962c5f94792815b4d7cb79710 v7.4.1559
Sat, 05 Mar 2016 23:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2588b5a43f049ddf542991050260237051caad77 v7.4.1498
Mon, 29 Feb 2016 23:15:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/10b369f67064cee91a5eb41383a694162c5c5e73 v7.4.1467
Sun, 28 Feb 2016 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/80e78847395b5c8ada7861674774d81bd0a42789 v7.4.1446
Sun, 28 Feb 2016 15:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b36287283781e09d8874157b9d9bdc5243a2f319 v7.4.1445
Sat, 27 Feb 2016 23:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/0f526f5652e0a5432493b3f2a1cb34ab99a9da0a v7.4.1444
Sat, 27 Feb 2016 21:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/fefecb0fbe14c44d46f91036d76bbb6c28162da8 v7.4.1440
Sat, 27 Feb 2016 21:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f97ddbeb255c64a2b3d9db4b049278cd286070a6 v7.4.1439
Sat, 27 Feb 2016 20:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/136f29a91dbafce424e31a4af133155f997e8f78 v7.4.1437
Sat, 27 Feb 2016 18:45:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b6ff81188d27fae774d9ad2dfb498f596d697d4b v7.4.1434
Sat, 27 Feb 2016 16:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7ce686c990ea8c490d16be7f1c6bd95eb48816f9 v7.4.1430
Tue, 23 Feb 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3ea0f1ae318db6cd9413914bb2ff824d71cefc6e v7.4.1408
Tue, 23 Feb 2016 21:30:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f1b6ac72293e658bb6e68c5cfd926c405b1b6f34 v7.4.1407
Sat, 20 Feb 2016 15:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/c6b14f0a8346ec7ddd86f3349d0b861a1b500147 v7.4.1367
Sat, 13 Feb 2016 23:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7707344ddec9069b495b2a5ed41f2104466fc88b v7.4.1315