summaryrefslogtreecommitdiffstats
path: root/src/json.c
AgeCommit message (Expand)Author
2021-06-06patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar
2021-05-18patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-02-08patch 8.2.2488: json_encode() gives generic argument errorv8.2.2488Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar
2020-07-12patch 8.2.1188: memory leak with invalid json inputv8.2.1188Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-05-19patch 8.2.0800: errors from failing test are unclearv8.2.0800Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-02-29patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar
2020-02-25patch 8.2.0315: build failure on HP-UX systemv8.2.0315Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-26patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2019-12-04patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-07-22patch 8.1.1735: can't build with tiny featuresv8.1.1735Bram Moolenaar
2019-07-22patch 8.1.1734: the evalfunc.c file is too bigv8.1.1734Bram Moolenaar
2019-05-27patch 8.1.1409: Coverity warns for using uninitialized memoryv8.1.1409Bram Moolenaar
2019-05-19patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar
2019-04-12patch 8.1.1158: json encoded string is sometimes missing the final NULv8.1.1158Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-17patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-12patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar
2019-01-12patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar
2018-03-13patch 8.0.1602: crash in parsing JSONv8.0.1602Bram Moolenaar
2017-12-15patch 8.0.1391: encoding empty string to JSON sometimes gives "null"v8.0.1391Bram Moolenaar
2017-02-05patch 8.0.0309: cannot use an empty key in jsonv8.0.0309Bram Moolenaar
2017-01-22patch 8.0.0216: decoding js style json may failv8.0.0216Bram Moolenaar
2017-01-14patch 8.0.0180: error E937 is used twicev8.0.0180Bram Moolenaar
2017-01-11patch 8.0.0171: JS style JSON does not support single quotesv8.0.0171Bram Moolenaar
2017-01-10patch 8.0.0170: crash in channel testv8.0.0170Bram Moolenaar
2017-01-10patch 8.0.0169: json_decode() may run out of stack spacev8.0.0169Bram Moolenaar
2017-01-10patch 8.0.0166: JSON with a duplicate key gives an internal errorv8.0.0166Bram Moolenaar
2016-11-10patch 8.0.0074v8.0.0074Bram Moolenaar
2016-11-06patch 8.0.0067v8.0.0067Bram Moolenaar
2016-11-04patch 8.0.0059v8.0.0059Bram Moolenaar
2016-10-21patch 8.0.0046v8.0.0046Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-08-26patch 7.4.2258v7.4.2258Bram Moolenaar
2016-07-01patch 7.4.1976v7.4.1976Bram Moolenaar
2016-04-23patch 7.4.1780v7.4.1780Bram Moolenaar