Bram Moolenaar
fa06a517b5
patch 7.4.1192
...
Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John
Marriott)
Solution: Add #ifdef for FEAT_MBYTE.
v7.4.1192
2016-01-28 22:46:58 +01:00
Bram Moolenaar
298b440930
Update runtime files.
2016-01-28 22:38:53 +01:00
Bram Moolenaar
3b5f929b18
patch 7.4.1191
...
Problem: The channel feature isn't working yet.
Solution: Add the connect(), disconnect(), sendexpr() and sendraw()
functions. Add initial documentation. Add a demo server.
v7.4.1191
2016-01-28 22:37:01 +01:00
Bram Moolenaar
ba59ddbd36
patch 7.4.1190
...
Problem: On OSX the default flag for dlopen() is different.
Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604 )
v7.4.1190
2016-01-28 15:34:25 +01:00
Bram Moolenaar
923e43b837
patch 7.4.1189
...
Problem: Using another language on MS-Windows does not work. (Yongwei Wu)
Solution: Undo the change to try loading libintl-8.dll first.
v7.4.1189
2016-01-28 15:07:38 +01:00
Bram Moolenaar
009d84a34f
patch 7.4.1188
...
Problem: Using older JSON standard.
Solution: Update the link. Adjust the text a bit.
v7.4.1188
2016-01-28 14:12:00 +01:00
Bram Moolenaar
85be35f33e
patch 7.4.1187
...
Problem: MS-Windows channel code only supports one channel. Doesn't build
without netbeans support.
Solution: Get the channel index from the socket in the message. Closes #600 .
v7.4.1187
2016-01-27 21:08:18 +01:00
Bram Moolenaar
4a1314cb9c
patch 7.4.1186
...
Problem: Error messages for security context are hard to translate.
Solution: Use one string with %s. (Ken Takata)
v7.4.1186
2016-01-27 20:47:18 +01:00
Bram Moolenaar
0d6f835683
patch 7.4.1185
...
Problem: Can't build with TCL on some systems.
Solution: Rename the channel_ functions.
v7.4.1185
2016-01-27 11:07:47 +01:00
Bram Moolenaar
54e09e7198
patch 7.4.1184
...
Problem: MS-Windows build is still broken.
Solution: Change nbsock to ch_fd.
v7.4.1184
2016-01-26 23:49:31 +01:00
Bram Moolenaar
fb4194e4e0
patch 7.4.1183
...
Problem: MS-Windows build is broken.
Solution: Remove init in wrong place.
v7.4.1183
2016-01-26 23:39:55 +01:00
Bram Moolenaar
d04a020a8a
patch 7.4.1182
...
Problem: Still socket code intertwined with netbeans.
Solution: Move code from netbeans.c to channel.c
v7.4.1182
2016-01-26 23:30:18 +01:00
Bram Moolenaar
6650a69454
patch 7.4.1181
...
Problem: free_tv() can't handle special variables. (Damien)
Solution: Add the variable type.
v7.4.1181
2016-01-26 19:59:10 +01:00
Bram Moolenaar
ac80999985
add missing test file
2016-01-25 22:44:54 +01:00
Bram Moolenaar
7465c6375f
patch 7.4.1180
...
Problem: Crash with invalid argument to glob2regpat().
Solution: Check for NULL. (Justin M. Keyes, closes #596 ) Add a test.
v7.4.1180
2016-01-25 22:20:27 +01:00
Bram Moolenaar
f4f79b84a5
patch 7.4.1179
...
Problem: test_writefile and test_viml do not delete the tempfile.
Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
v7.4.1179
2016-01-25 20:38:30 +01:00
Bram Moolenaar
767d8c1a1a
patch 7.4.1178
...
Problem: empty() doesn't work for the new special variables.
Solution: Make empty() work. (Damien)
v7.4.1178
2016-01-25 20:22:54 +01:00
Bram Moolenaar
5aec481097
patch 7.4.1177
...
Problem: The +channel feature is not in :version output. (Tony Mechelynck)
Solution: Add the feature string.
v7.4.1177
2016-01-25 20:15:45 +01:00
Bram Moolenaar
1d63539cc7
patch 7.4.1176
...
Problem: Missing change to proto file.
Solution: Update the proto file. (Charles Cooper)
v7.4.1176
2016-01-25 16:05:56 +01:00
Bram Moolenaar
f75612fd99
patch 7.4.1175
...
Problem: Can't build with Mingw and Cygwin.
Solution: Remove extra "endif". (Christian J. Robinson)
v7.4.1175
2016-01-25 14:17:04 +01:00
Bram Moolenaar
3e53c700a2
patch 7.4.1174
...
Problem: Netbeans contains dead code insde #ifdef.
Solution: Remove the dead code.
v7.4.1174
2016-01-24 22:17:03 +01:00
Bram Moolenaar
65591001e4
patch 7.4.1173
...
Problem: No test for new behavior of v:true et al.
Solution: Add a test.
v7.4.1173
2016-01-24 21:51:57 +01:00
Bram Moolenaar
16435480f0
patch 7.4.1172
...
Problem: Configure is overly positive.
Solution: Insert "test".
v7.4.1172
2016-01-24 21:31:54 +01:00
Bram Moolenaar
2e2301437c
patch 7.4.1171
...
Problem: Makefile dependencies are outdated.
Solution: Run "make depend". Add GTK resource dependencies.
v7.4.1171
2016-01-24 20:54:37 +01:00
Bram Moolenaar
0e7f88e73e
patch 7.4.1170
...
Problem: Missing changes in src/Makefile, Filelist.
Solution: Add the missing changes.
v7.4.1170
2016-01-24 20:41:51 +01:00
Bram Moolenaar
e0874f8cbc
patch 7.4.1169
...
Problem: The socket I/O is intertwined with the netbeans code.
Solution: Start refactoring the netbeans communication to split off the
socket I/O. Add the +channel feature.
v7.4.1169
2016-01-24 20:36:41 +01:00
Bram Moolenaar
705ada1aff
Update a few runtime files.
2016-01-24 17:56:50 +01:00
Bram Moolenaar
f48aa160fd
patch 7.4.1168
...
Problem: This doesn't give the right result: eval(string(v:true)). (Nikolay
Pavlov)
Solution: Make the string "v:true" instead of "true".
v7.4.1168
2016-01-24 17:54:24 +01:00
Bram Moolenaar
0436922965
patch 7.4.1167
...
Problem: No tests for "is" and "isnot" with the new variables.
Solution: Add tests.
v7.4.1167
2016-01-24 17:21:29 +01:00
Bram Moolenaar
fcaaae6b3f
patch 7.4.1166
...
Problem: Can't encode a Funcref into JSON. jsonencode() doesn't handle the
same list or dict twice properly. (Nikolay Pavlov)
Solution: Give an error. Reset copyID when the list or dict is finished.
v7.4.1166
2016-01-24 16:49:11 +01:00
Bram Moolenaar
938ee834d3
patch 7.4.1165
...
Problem: When defining DYNAMIC_ICONV_DLL in the makefile, the build fails.
Solution: Add #ifdef's. (Taro Muraoka) Try the newer version first.
v7.4.1165
2016-01-24 15:36:03 +01:00
Bram Moolenaar
6039c7f053
patch 7.4.1164
...
Problem: No tests for comparing special variables. Error in jsondecode()
not reported. test_json does not work Japanse system.
Solution: Set scriptencoding. (Ken Takata) Add a few more tests. Add error.
v7.4.1164
2016-01-24 15:05:32 +01:00
Bram Moolenaar
17a13437c9
patch 7.4.1163
...
Problem: Expressions "0 + v:true" and "'' . v:true" cause an error.
Solution: Return something sensible when using a special variable as a
number or as a string. (suggested by Damien)
v7.4.1163
2016-01-24 14:22:10 +01:00
Bram Moolenaar
9e3be26872
patch 7.4.1162
...
Problem: Missing error number in MzScheme. (Dominique Pelle)
Solution: Add a proper error number.
v7.4.1162
2016-01-24 13:58:40 +01:00
Bram Moolenaar
2faa29f896
patch 7.4.1161
...
Problem: ":argadd" without argument is supposed to add the current buffer
name to the arglist.
Solution: Make it work as documented. (Coot, closes #577 )
v7.4.1161
2016-01-23 23:02:34 +01:00
Bram Moolenaar
bd4593ffb1
patch 7.4.1160
...
Problem: No error for jsondecode('"').
Solution: Give an error message for missing double quote.
v7.4.1160
2016-01-23 22:51:07 +01:00
Bram Moolenaar
e240c2da79
patch 7.4.1159
...
Problem: Automatically generated function prototypes use __ARGS.
Solution: Remove __ARGS from osdef.sh.
v7.4.1159
2016-01-23 22:46:10 +01:00
Bram Moolenaar
48e697e4b6
patch 7.4.1158
...
Problem: Still using __ARGS().
Solution: Remove __ARGS() from eval.c
v7.4.1158
2016-01-23 22:17:30 +01:00
Bram Moolenaar
f95534c3d4
patch 7.4.1157
...
Problem: type() does not work for v:true, v:none, etc.
Solution: Add new type numbers.
v7.4.1157
2016-01-23 21:59:52 +01:00
Bram Moolenaar
2dedb45260
patch 7.4.1156
...
Problem: Coverity warns for NULL pointer and ignoring return value.
Solution: Check for NULL pointer. When dict_add() returns FAIL free the item.
v7.4.1156
2016-01-23 21:38:51 +01:00
Bram Moolenaar
64922b9014
patch 7.4.1155
...
Problem: Build with normal features fails.
Solution: Always deinfe dict_lookup().
v7.4.1155
2016-01-23 19:54:30 +01:00
Bram Moolenaar
520e1e41f3
patch 7.4.1154
...
Problem: No support for JSON.
Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true,
v:null and v:none.
v7.4.1154
2016-01-23 19:46:28 +01:00
Bram Moolenaar
6920c72d4d
patch 7.4.1153
...
Problem: Autocommands triggered by quickfix cannot always get the current
title value.
Solution: Call qf_fill_buffer() later. (Christian Brabandt)
v7.4.1153
2016-01-22 22:44:10 +01:00
Bram Moolenaar
09e786e7a7
patch 7.4.1152
...
Problem: Langmap test fails with normal build.
Solution: Check for +langmap feature.
v7.4.1152
2016-01-21 23:53:06 +01:00
Bram Moolenaar
13d5aeef56
Update runtime files
2016-01-21 23:36:05 +01:00
Bram Moolenaar
5f8a14b9de
patch 7.4.1151
...
Problem: Missing change to eval.c
Solution: Also change feedkeys().
v7.4.1151
2016-01-21 23:34:58 +01:00
Bram Moolenaar
25281634cd
patch 7.4.1150
...
Problem: 'langmap' applies to the first character typed in Select mode.
(David Watson)
Solution: Check for SELECTMODE. (Christian Brabandt, closes #572 )
Add the 'x' flag to feedkeys().
v7.4.1150
2016-01-21 23:32:32 +01:00
Bram Moolenaar
d6357e8f93
patch 7.4.1149
...
Problem: Using the local value of 'errorformat' causes more problems than
it solves.
Solution: Revert 7.4.1013.
v7.4.1149
2016-01-21 21:48:09 +01:00
Bram Moolenaar
e5f2be6159
patch 7.4.1148
...
Problem: Default for MingW and Cygwin is still "normal".
Solution: Use "huge" as default. (Ken Takata)
v7.4.1148
2016-01-21 20:24:34 +01:00
Bram Moolenaar
88e8f9f144
patch 7.4.1147
...
Problem: Conflict for "chartab". (Kazunobu Kuriyama)
Solution: Rename the global one to something less obvious. Move it into
src/chartab.c.
v7.4.1147
2016-01-20 22:48:02 +01:00