index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4695: JSON encoding could be faster
v8.2.4695
LemonBoy
2022-04-05
1
-35
/
+88
*
patch 8.2.4683: verbose check with dict_find() to see if a key is present
v8.2.4683
Yegappan Lakshmanan
2022-04-04
1
-2
/
+2
*
patch 8.2.4648: handling LSP messages is a bit slow
v8.2.4648
Yegappan Lakshmanan
2022-03-30
1
-0
/
+26
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-1
/
+1
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-2
/
+1
*
patch 8.2.3986: error messages are spread out
v8.2.3986
Bram Moolenaar
2022-01-02
1
-11
/
+9
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-2
/
+2
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3315: cannot use single quote in a float number for readability
v8.2.3315
Bram Moolenaar
2021-08-08
1
-2
/
+3
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-0
/
+6
*
patch 8.2.2949: tests failing because no error for float to string conversion
v8.2.2949
Bram Moolenaar
2021-06-06
1
-1
/
+10
*
patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
v8.2.2871
Dominique Pelle
2021-05-18
1
-1
/
+1
*
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled
v8.2.2842
Bram Moolenaar
2021-05-07
1
-0
/
+1
*
patch 8.2.2488: json_encode() gives generic argument error
v8.2.2488
Bram Moolenaar
2021-02-08
1
-2
/
+1
*
patch 8.2.1281: the "trailing characters" error can be hard to understand
v8.2.1281
Bram Moolenaar
2020-07-23
1
-1
/
+1
*
patch 8.2.1188: memory leak with invalid json input
v8.2.1188
Bram Moolenaar
2020-07-12
1
-5
/
+4
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-1
/
+1
*
patch 8.2.0800: errors from failing test are unclear
v8.2.0800
Bram Moolenaar
2020-05-19
1
-9
/
+11
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-1
/
+1
*
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
v8.2.0517
Bram Moolenaar
2020-04-05
1
-0
/
+1
*
patch 8.2.0334: abort called when using test_void()
v8.2.0334
Bram Moolenaar
2020-02-29
1
-1
/
+1
*
patch 8.2.0315: build failure on HP-UX system
v8.2.0315
Bram Moolenaar
2020-02-25
1
-2
/
+2
*
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
v8.2.0296
Bram Moolenaar
2020-02-22
1
-1
/
+1
*
patch 8.2.0159: non-materialized range() list causes problems
v8.2.0159
Bram Moolenaar
2020-01-27
1
-0
/
+1
*
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float
v8.2.0155
Bram Moolenaar
2020-01-26
1
-3
/
+5
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-1
/
+2
*
patch 8.2.0111: VAR_SPECIAL is also used for booleans
v8.2.0111
Bram Moolenaar
2020-01-11
1
-3
/
+9
*
patch 8.1.2388: using old C style comments
v8.1.2388
Bram Moolenaar
2019-12-04
1
-43
/
+43
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+1
*
patch 8.1.1735: can't build with tiny features
v8.1.1735
Bram Moolenaar
2019-07-22
1
-1
/
+1
*
patch 8.1.1734: the evalfunc.c file is too big
v8.1.1734
Bram Moolenaar
2019-07-22
1
-0
/
+49
*
patch 8.1.1409: Coverity warns for using uninitialized memory
v8.1.1409
Bram Moolenaar
2019-05-27
1
-2
/
+5
*
patch 8.1.1355: obvious mistakes are accepted as valid expressions
v8.1.1355
Bram Moolenaar
2019-05-19
1
-3
/
+19
*
patch 8.1.1158: json encoded string is sometimes missing the final NUL
v8.1.1158
Bram Moolenaar
2019-04-12
1
-0
/
+2
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-29
/
+4
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+4
*
patch 8.1.0766: various problems when using Vim on VMS
v8.1.0766
Bram Moolenaar
2019-01-17
1
-1
/
+1
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-12
/
+12
*
patch 8.1.0735: cannot handle binary data
v8.1.0735
Bram Moolenaar
2019-01-12
1
-0
/
+21
*
patch 8.1.0731: JS encoding does not handle negative infinity
v8.1.0731
Bram Moolenaar
2019-01-12
1
-3
/
+20
*
patch 8.1.0615: get_tv function names are not consistent
v8.1.0615
Bram Moolenaar
2018-12-21
1
-1
/
+1
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-1
/
+0
*
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
v8.0.1677
Bram Moolenaar
2018-04-08
1
-1
/
+1
*
patch 8.0.1602: crash in parsing JSON
v8.0.1602
Bram Moolenaar
2018-03-13
1
-1
/
+13
*
patch 8.0.1391: encoding empty string to JSON sometimes gives "null"
v8.0.1391
Bram Moolenaar
2017-12-15
1
-3
/
+3
*
patch 8.0.0309: cannot use an empty key in json
v8.0.0309
Bram Moolenaar
2017-02-05
1
-1
/
+1
*
patch 8.0.0216: decoding js style json may fail
v8.0.0216
Bram Moolenaar
2017-01-22
1
-4
/
+8
*
patch 8.0.0180: error E937 is used twice
v8.0.0180
Bram Moolenaar
2017-01-14
1
-1
/
+1
*
patch 8.0.0171: JS style JSON does not support single quotes
v8.0.0171
Bram Moolenaar
2017-01-11
1
-6
/
+17
*
patch 8.0.0170: crash in channel test
v8.0.0170
Bram Moolenaar
2017-01-10
1
-1
/
+2
[next]