]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.1251 v7.4.1251
Bram Moolenaar [Wed, 3 Feb 2016 20:56:42 +0000 (21:56 +0100)]
patch 7.4.1251
Problem:    New test file missing from distribution.
Solution:   Add src/testdir/*.py.

9 years agopatch 7.4.1250 v7.4.1250
Bram Moolenaar [Wed, 3 Feb 2016 20:45:27 +0000 (21:45 +0100)]
patch 7.4.1250
Problem:    Running tests in shadow directory fails.
Solution:   Also link testdir/*.py

9 years agopatch 7.4.1249 v7.4.1249
Bram Moolenaar [Wed, 3 Feb 2016 20:32:46 +0000 (21:32 +0100)]
patch 7.4.1249
Problem:    Crash when the process a channel is connected to exits.
Solution:   Use the file descriptor properly.  Add a test. (Damien)
            Also add a test for eval().

9 years agopatch 7.4.1248 v7.4.1248
Bram Moolenaar [Wed, 3 Feb 2016 19:22:32 +0000 (20:22 +0100)]
patch 7.4.1248
Problem:    Can't reliably stop the channel test server.  Can't start the
            server if the python file is not executable.
Solution:   Use "pkill" instead of "killall".  Run the python file as an
            argument instead of as an executable.

9 years agopatch 7.4.1247 v7.4.1247
Bram Moolenaar [Wed, 3 Feb 2016 19:13:24 +0000 (20:13 +0100)]
patch 7.4.1247
Problem:    The channel test doesn't run on MS-Windows.
Solution:   Make it work on the MS-Windows console. (Ken Takata)

9 years agoMake the python script executable.
Bram Moolenaar [Tue, 2 Feb 2016 22:33:43 +0000 (23:33 +0100)]
Make the python script executable.

9 years agopatch 7.4.1246 v7.4.1246
Bram Moolenaar [Tue, 2 Feb 2016 22:23:02 +0000 (23:23 +0100)]
patch 7.4.1246
Problem:    The channel functionality isn't tested.
Solution:   Add a test using a Python test server.

9 years agopatch 7.4.1245 v7.4.1245
Bram Moolenaar [Tue, 2 Feb 2016 19:52:42 +0000 (20:52 +0100)]
patch 7.4.1245
Problem:    File missing from distribution.
Solution:   Add json_test.c.

9 years agopatch 7.4.1244 v7.4.1244
Bram Moolenaar [Tue, 2 Feb 2016 19:47:49 +0000 (20:47 +0100)]
patch 7.4.1244
Problem:    The channel functions don't sort together.
Solution:   Use a common "ch_" prefix.

9 years agopatch 7.4.1243 v7.4.1243
Bram Moolenaar [Tue, 2 Feb 2016 18:43:57 +0000 (19:43 +0100)]
patch 7.4.1243
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize it. (Elias Diem)

9 years agopatch 7.4.1242 v7.4.1242
Bram Moolenaar [Tue, 2 Feb 2016 18:15:38 +0000 (19:15 +0100)]
patch 7.4.1242
Problem:    json_test fails without the eval feature.
Solution:   Add #ifdef.

9 years agopatch 7.4.1241 v7.4.1241
Bram Moolenaar [Tue, 2 Feb 2016 18:01:55 +0000 (19:01 +0100)]
patch 7.4.1241
Problem:    Missing change in Makefile due to diff mismatch
Solution:   Update the list of object files.

9 years agopatch 7.4.1240 v7.4.1240
Bram Moolenaar [Tue, 2 Feb 2016 17:50:45 +0000 (18:50 +0100)]
patch 7.4.1240
Problem:    Visual studio tools are noisy.
Solution:   Suppress startup info. (Mike Williams)

9 years agopatch 7.4.1239 v7.4.1239
Bram Moolenaar [Tue, 2 Feb 2016 17:43:17 +0000 (18:43 +0100)]
patch 7.4.1239
Problem:    JSON message after the first one is dropped.
Solution:   Put remainder of message back in the queue.

9 years agopatch 7.4.1238 v7.4.1238
Bram Moolenaar [Tue, 2 Feb 2016 17:20:08 +0000 (18:20 +0100)]
patch 7.4.1238
Problem:    Can't handle two messages right after each other.
Solution:   Find the end of the JSON.  Read more when incomplete.  Add a C
            test for the JSON decoding.

9 years agopatch 7.4.1237 v7.4.1237
Bram Moolenaar [Tue, 2 Feb 2016 11:38:02 +0000 (12:38 +0100)]
patch 7.4.1237
Problem:    Can't translate message without adding a line break.
Solution:   Join the two parts of the message.

9 years agopatch 7.4.1236 v7.4.1236
Bram Moolenaar [Mon, 1 Feb 2016 21:54:46 +0000 (22:54 +0100)]
patch 7.4.1236
Problem:    When "syntax manual" was used switching between buffers removes
            the highlighting.
Solution:   Set the syntax option without changing the value. (Anton
            Lindqvist)

9 years agopatch 7.4.1235 v7.4.1235
Bram Moolenaar [Mon, 1 Feb 2016 21:41:00 +0000 (22:41 +0100)]
patch 7.4.1235
Problem:    Missing change to eval.c.
Solution:   Include that change.

9 years agoUpdated runtime files and translations.
Bram Moolenaar [Mon, 1 Feb 2016 21:37:05 +0000 (22:37 +0100)]
Updated runtime files and translations.

9 years agopatch 7.4.1234 v7.4.1234
Bram Moolenaar [Mon, 1 Feb 2016 21:01:10 +0000 (22:01 +0100)]
patch 7.4.1234
Problem:    Demo server only runs with Python 2.
Solution:   Make it run with Python 3 as well. (Ken Takata)

9 years agopatch 7.4.1233 v7.4.1233
Bram Moolenaar [Mon, 1 Feb 2016 20:47:13 +0000 (21:47 +0100)]
patch 7.4.1233
Problem:    Channel command may cause a crash.
Solution:   Check for NULL argument. (Damien)

9 years agopatch 7.4.1232 v7.4.1232
Bram Moolenaar [Mon, 1 Feb 2016 20:40:14 +0000 (21:40 +0100)]
patch 7.4.1232
Problem:    Compiler warnings when the Sniff feature is enabled.
Solution:   Add UNUSED.

9 years agopatch 7.4.1231 v7.4.1231
Bram Moolenaar [Mon, 1 Feb 2016 20:38:19 +0000 (21:38 +0100)]
patch 7.4.1231
Problem:    JSON messages are not parsed properly.
Solution:   Queue received messages.

9 years agopatch 7.4.1230 v7.4.1230
Bram Moolenaar [Mon, 1 Feb 2016 20:32:58 +0000 (21:32 +0100)]
patch 7.4.1230
Problem:    Win32: opening a channel may hang.  Not checking for messages
            while waiting for characters.
Solution:   Add a zero timeout.  Call parse_queued_messages(). (Yasuhiro
            Matsumoto)

9 years agopatch 7.4.1229 v7.4.1229
Bram Moolenaar [Sun, 31 Jan 2016 19:24:32 +0000 (20:24 +0100)]
patch 7.4.1229
Problem:    "eval" and "expr" channel commands don't work yet.
Solution:   Implement them.  Update the error numbers.  Also add "redraw".

9 years agopatch 7.4.1228 v7.4.1228
Bram Moolenaar [Sun, 31 Jan 2016 17:45:24 +0000 (18:45 +0100)]
patch 7.4.1228
Problem:    copy() and deepcopy() fail with special variables. (Nikolai
            Pavlov)
Solution:   Make it work.  Add a test.  Closes #614.

9 years agopatch 7.4.1227 v7.4.1227
Bram Moolenaar [Sun, 31 Jan 2016 17:08:34 +0000 (18:08 +0100)]
patch 7.4.1227
Problem:    Compiler warnings.
Solution:   Add UNUSED.  Add type cast. (Yegappan Lakshmanan)

9 years agopatch 7.4.1226 v7.4.1226
Bram Moolenaar [Sun, 31 Jan 2016 16:56:07 +0000 (17:56 +0100)]
patch 7.4.1226
Problem:    GRESOURCE_HDR is unused.
Solution:   Remove it. (Kazunobu Kuriyama)

9 years agopatch 7.4.1225 v7.4.1225
Bram Moolenaar [Sun, 31 Jan 2016 16:30:51 +0000 (17:30 +0100)]
patch 7.4.1225
Problem:    Still a few old style function declarations.
Solution:   Make them new style. (Hirohito Higashi)

9 years agopatch 7.4.1224 v7.4.1224
Bram Moolenaar [Sun, 31 Jan 2016 15:37:33 +0000 (16:37 +0100)]
patch 7.4.1224
Problem:    Build problems with GTK on BSD. (Mike Williams)
Solution:   Don't use "$<". Skip building gui_gtk_gresources.h when it doesn't
            work. (Kazunobu Kuriyama)

9 years agopatch 7.4.1223 v7.4.1223
Bram Moolenaar [Sun, 31 Jan 2016 15:28:04 +0000 (16:28 +0100)]
patch 7.4.1223
Problem:    Crash when setting v:errors to a number.
Solution:   Free the typval without assuming its type. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1222 v7.4.1222
Bram Moolenaar [Sun, 31 Jan 2016 13:55:40 +0000 (14:55 +0100)]
patch 7.4.1222
Problem:    ":normal" command and others missing in tiny build.
Solution:   Graduate FEAT_EX_EXTRA.

9 years agopatch 7.4.1221 v7.4.1221
Bram Moolenaar [Sun, 31 Jan 2016 13:36:58 +0000 (14:36 +0100)]
patch 7.4.1221
Problem:    Including netbeans and channel support in small and tiny builds.
            Build fails with some interfaces.
Solution:   Only include these features in small build and above.  Let
            configure fail if trying to enable an interface that won't build.

9 years agopatch 7.4.1220 v7.4.1220
Bram Moolenaar [Sun, 31 Jan 2016 13:13:21 +0000 (14:13 +0100)]
patch 7.4.1220
Problem:    Warnings for unused variables in tiny build. (Tony Mechelynck)
Solution:   Move declarations inside #ifdef. (Hirohito Higashi)

9 years agopatch 7.4.1219 v7.4.1219
Bram Moolenaar [Sat, 30 Jan 2016 22:37:38 +0000 (23:37 +0100)]
patch 7.4.1219
Problem:    Build fails with +channel but without +float.
Solution:   Add #ifdef.

9 years agopatch 7.4.1218 v7.4.1218
Bram Moolenaar [Sat, 30 Jan 2016 22:26:34 +0000 (23:26 +0100)]
patch 7.4.1218
Problem:    Missing change in configure.  More changes for function style.
Solution:   Avoid the typos.

9 years agopatch 7.4.1217 v7.4.1217
Bram Moolenaar [Sat, 30 Jan 2016 22:20:33 +0000 (23:20 +0100)]
patch 7.4.1217
Problem:    Execution of command on channel doesn't work yet.
Solution:   Implement the "ex" and "normal" commands.

9 years agopatch 7.4.1216 v7.4.1216
Bram Moolenaar [Sat, 30 Jan 2016 20:48:49 +0000 (21:48 +0100)]
patch 7.4.1216
Problem:    Still using HAVE_STDARG_H.
Solution:   Assume it's always defined.

9 years agopatch 7.4.1215 v7.4.1215
Bram Moolenaar [Sat, 30 Jan 2016 20:29:58 +0000 (21:29 +0100)]
patch 7.4.1215
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1214 v7.4.1214
Bram Moolenaar [Sat, 30 Jan 2016 20:10:09 +0000 (21:10 +0100)]
patch 7.4.1214
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1213 v7.4.1213
Bram Moolenaar [Sat, 30 Jan 2016 19:31:25 +0000 (20:31 +0100)]
patch 7.4.1213
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1212 v7.4.1212
Bram Moolenaar [Sat, 30 Jan 2016 18:45:49 +0000 (19:45 +0100)]
patch 7.4.1212
Problem:    Can't build with Motif.
Solution:   Fix function declaration.(Dominique Pelle)

9 years agopatch 7.4.1211 v7.4.1211
Bram Moolenaar [Sat, 30 Jan 2016 18:39:49 +0000 (19:39 +0100)]
patch 7.4.1211
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1210 v7.4.1210
Bram Moolenaar [Sat, 30 Jan 2016 17:51:09 +0000 (18:51 +0100)]
patch 7.4.1210
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1209 v7.4.1209
Bram Moolenaar [Sat, 30 Jan 2016 17:13:55 +0000 (18:13 +0100)]
patch 7.4.1209
Problem:    Can't build with Athena.
Solution:   Fix function declarations.

9 years agopatch 7.4.1208 v7.4.1208
Bram Moolenaar [Sat, 30 Jan 2016 16:24:07 +0000 (17:24 +0100)]
patch 7.4.1208
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1207 v7.4.1207
Bram Moolenaar [Sat, 30 Jan 2016 15:39:25 +0000 (16:39 +0100)]
patch 7.4.1207
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1206 v7.4.1206
Bram Moolenaar [Sat, 30 Jan 2016 14:52:46 +0000 (15:52 +0100)]
patch 7.4.1206
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1205 v7.4.1205
Bram Moolenaar [Sat, 30 Jan 2016 14:14:10 +0000 (15:14 +0100)]
patch 7.4.1205
Problem:    Using old style function declarations.
Solution:   Change to new style function declarations. (script by Hirohito
            Higashi)

9 years agopatch 7.4.1204 v7.4.1204
Bram Moolenaar [Sat, 30 Jan 2016 12:53:36 +0000 (13:53 +0100)]
patch 7.4.1204
Problem:    Latin1 characters cause encoding conversion.
Solution:   Remove the characters.

9 years agopatch 7.4.1203 v7.4.1203
Bram Moolenaar [Sat, 30 Jan 2016 12:28:28 +0000 (13:28 +0100)]
patch 7.4.1203
Problem:    Still more files still using __ARGS.
Solution:   Remove __ARGS in really the last files.

9 years agopatch 7.4.1202 v7.4.1202
Bram Moolenaar [Fri, 29 Jan 2016 22:46:21 +0000 (23:46 +0100)]
patch 7.4.1202
Problem:    Still one more file still using __ARGS.
Solution:   Remove __ARGS in the last file. (script by Hirohito Higashi)
            (closes #612)

9 years agopatch 7.4.1201 v7.4.1201
Bram Moolenaar [Fri, 29 Jan 2016 22:23:06 +0000 (23:23 +0100)]
patch 7.4.1201
Problem:    One more file still using __ARGS.
Solution:   Remove __ARGS in the last file. (script by Hirohito Higashi)

9 years agopatch 7.4.1200 v7.4.1200
Bram Moolenaar [Fri, 29 Jan 2016 22:20:40 +0000 (23:20 +0100)]
patch 7.4.1200
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)

9 years agopatch 7.4.1199 v7.4.1199
Bram Moolenaar [Fri, 29 Jan 2016 21:47:03 +0000 (22:47 +0100)]
patch 7.4.1199
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)

9 years agopatch 7.4.1198 v7.4.1198
Bram Moolenaar [Fri, 29 Jan 2016 21:36:45 +0000 (22:36 +0100)]
patch 7.4.1198
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)
            Also remove use of HAVE_STDARG_H.

9 years agopatch 7.4.1197 v7.4.1197
Bram Moolenaar [Fri, 29 Jan 2016 21:13:30 +0000 (22:13 +0100)]
patch 7.4.1197
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)

9 years agopatch 7.4.1196 v7.4.1196
Bram Moolenaar [Fri, 29 Jan 2016 21:03:47 +0000 (22:03 +0100)]
patch 7.4.1196
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)

9 years agopatch 7.4.1195 v7.4.1195
Bram Moolenaar [Fri, 29 Jan 2016 20:11:25 +0000 (21:11 +0100)]
patch 7.4.1195
Problem:    The channel feature does not work in the MS-Windows console.
Solution:   Add win32 console support. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1194 v7.4.1194
Bram Moolenaar [Thu, 28 Jan 2016 22:10:07 +0000 (23:10 +0100)]
patch 7.4.1194
Problem:    Compiler warning for not using return value of fwrite().
Solution:   Return OK/FAIL. (Charles Campbell)

9 years agopatch 7.4.1193 v7.4.1193
Bram Moolenaar [Thu, 28 Jan 2016 22:01:49 +0000 (23:01 +0100)]
patch 7.4.1193
Problem:    Can't build the channel feature on MS-Windows.
Solution:   Add #ifdef HAVE_POLL.

9 years agopatch 7.4.1192 v7.4.1192
Bram Moolenaar [Thu, 28 Jan 2016 21:46:58 +0000 (22:46 +0100)]
patch 7.4.1192
Problem:    Can't build with FEAT_EVAL but without FEAT_MBYTE. (John
            Marriott)
Solution:   Add #ifdef for FEAT_MBYTE.

9 years agoUpdate runtime files.
Bram Moolenaar [Thu, 28 Jan 2016 21:38:53 +0000 (22:38 +0100)]
Update runtime files.

9 years agopatch 7.4.1191 v7.4.1191
Bram Moolenaar [Thu, 28 Jan 2016 21:37:01 +0000 (22:37 +0100)]
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.

9 years agopatch 7.4.1190 v7.4.1190
Bram Moolenaar [Thu, 28 Jan 2016 14:34:25 +0000 (15:34 +0100)]
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)

9 years agopatch 7.4.1189 v7.4.1189
Bram Moolenaar [Thu, 28 Jan 2016 14:07:38 +0000 (15:07 +0100)]
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.

9 years agopatch 7.4.1188 v7.4.1188
Bram Moolenaar [Thu, 28 Jan 2016 13:12:00 +0000 (14:12 +0100)]
patch 7.4.1188
Problem:    Using older JSON standard.
Solution:   Update the link.  Adjust the text a bit.

9 years agopatch 7.4.1187 v7.4.1187
Bram Moolenaar [Wed, 27 Jan 2016 20:08:18 +0000 (21:08 +0100)]
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.

9 years agopatch 7.4.1186 v7.4.1186
Bram Moolenaar [Wed, 27 Jan 2016 19:47:18 +0000 (20:47 +0100)]
patch 7.4.1186
Problem:    Error messages for security context are hard to translate.
Solution:   Use one string with %s. (Ken Takata)

9 years agopatch 7.4.1185 v7.4.1185
Bram Moolenaar [Wed, 27 Jan 2016 10:07:47 +0000 (11:07 +0100)]
patch 7.4.1185
Problem:    Can't build with TCL on some systems.
Solution:   Rename the channel_ functions.

9 years agopatch 7.4.1184 v7.4.1184
Bram Moolenaar [Tue, 26 Jan 2016 22:49:31 +0000 (23:49 +0100)]
patch 7.4.1184
Problem:    MS-Windows build is still broken.
Solution:   Change nbsock to ch_fd.

9 years agopatch 7.4.1183 v7.4.1183
Bram Moolenaar [Tue, 26 Jan 2016 22:39:55 +0000 (23:39 +0100)]
patch 7.4.1183
Problem:    MS-Windows build is broken.
Solution:   Remove init in wrong place.

9 years agopatch 7.4.1182 v7.4.1182
Bram Moolenaar [Tue, 26 Jan 2016 22:30:18 +0000 (23:30 +0100)]
patch 7.4.1182
Problem:    Still socket code intertwined with netbeans.
Solution:   Move code from netbeans.c to channel.c

9 years agopatch 7.4.1181 v7.4.1181
Bram Moolenaar [Tue, 26 Jan 2016 18:59:10 +0000 (19:59 +0100)]
patch 7.4.1181
Problem:    free_tv() can't handle special variables. (Damien)
Solution:   Add the variable type.

9 years agoadd missing test file
Bram Moolenaar [Mon, 25 Jan 2016 21:44:54 +0000 (22:44 +0100)]
add missing test file

9 years agopatch 7.4.1180 v7.4.1180
Bram Moolenaar [Mon, 25 Jan 2016 21:20:27 +0000 (22:20 +0100)]
patch 7.4.1180
Problem:    Crash with invalid argument to glob2regpat().
Solution:   Check for NULL. (Justin M. Keyes, closes #596)  Add a test.

9 years agopatch 7.4.1179 v7.4.1179
Bram Moolenaar [Mon, 25 Jan 2016 19:38:30 +0000 (20:38 +0100)]
patch 7.4.1179
Problem:    test_writefile and test_viml do not delete the tempfile.
Solution:   Delete the tempfile. (Charles Cooper)  Add DeleteTheScript().

9 years agopatch 7.4.1178 v7.4.1178
Bram Moolenaar [Mon, 25 Jan 2016 19:22:54 +0000 (20:22 +0100)]
patch 7.4.1178
Problem:    empty() doesn't work for the new special variables.
Solution:   Make empty() work. (Damien)

9 years agopatch 7.4.1177 v7.4.1177
Bram Moolenaar [Mon, 25 Jan 2016 19:15:45 +0000 (20:15 +0100)]
patch 7.4.1177
Problem:    The +channel feature is not in :version output. (Tony Mechelynck)
Solution:   Add the feature string.

9 years agopatch 7.4.1176 v7.4.1176
Bram Moolenaar [Mon, 25 Jan 2016 15:05:56 +0000 (16:05 +0100)]
patch 7.4.1176
Problem:    Missing change to proto file.
Solution:   Update the proto file. (Charles Cooper)

9 years agopatch 7.4.1175 v7.4.1175
Bram Moolenaar [Mon, 25 Jan 2016 13:17:04 +0000 (14:17 +0100)]
patch 7.4.1175
Problem:    Can't build with Mingw and Cygwin.
Solution:   Remove extra "endif". (Christian J. Robinson)

9 years agopatch 7.4.1174 v7.4.1174
Bram Moolenaar [Sun, 24 Jan 2016 21:17:03 +0000 (22:17 +0100)]
patch 7.4.1174
Problem:    Netbeans contains dead code insde #ifdef.
Solution:   Remove the dead code.

9 years agopatch 7.4.1173 v7.4.1173
Bram Moolenaar [Sun, 24 Jan 2016 20:51:57 +0000 (21:51 +0100)]
patch 7.4.1173
Problem:    No test for new behavior of v:true et al.
Solution:   Add a test.

9 years agopatch 7.4.1172 v7.4.1172
Bram Moolenaar [Sun, 24 Jan 2016 20:31:54 +0000 (21:31 +0100)]
patch 7.4.1172
Problem:    Configure is overly positive.
Solution:   Insert "test".

9 years agopatch 7.4.1171 v7.4.1171
Bram Moolenaar [Sun, 24 Jan 2016 19:54:37 +0000 (20:54 +0100)]
patch 7.4.1171
Problem:    Makefile dependencies are outdated.
Solution:   Run "make depend". Add GTK resource dependencies.

9 years agopatch 7.4.1170 v7.4.1170
Bram Moolenaar [Sun, 24 Jan 2016 19:41:51 +0000 (20:41 +0100)]
patch 7.4.1170
Problem:    Missing changes in src/Makefile, Filelist.
Solution:   Add the missing changes.

9 years agopatch 7.4.1169 v7.4.1169
Bram Moolenaar [Sun, 24 Jan 2016 19:36:41 +0000 (20:36 +0100)]
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.

9 years agoUpdate a few runtime files.
Bram Moolenaar [Sun, 24 Jan 2016 16:56:50 +0000 (17:56 +0100)]
Update a few runtime files.

9 years agopatch 7.4.1168 v7.4.1168
Bram Moolenaar [Sun, 24 Jan 2016 16:54:24 +0000 (17:54 +0100)]
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".

9 years agopatch 7.4.1167 v7.4.1167
Bram Moolenaar [Sun, 24 Jan 2016 16:21:29 +0000 (17:21 +0100)]
patch 7.4.1167
Problem:    No tests for "is" and "isnot" with the new variables.
Solution:   Add tests.

9 years agopatch 7.4.1166 v7.4.1166
Bram Moolenaar [Sun, 24 Jan 2016 15:49:11 +0000 (16:49 +0100)]
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.

9 years agopatch 7.4.1165 v7.4.1165
Bram Moolenaar [Sun, 24 Jan 2016 14:36:03 +0000 (15:36 +0100)]
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.

9 years agopatch 7.4.1164 v7.4.1164
Bram Moolenaar [Sun, 24 Jan 2016 14:05:32 +0000 (15:05 +0100)]
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.

9 years agopatch 7.4.1163 v7.4.1163
Bram Moolenaar [Sun, 24 Jan 2016 13:22:10 +0000 (14:22 +0100)]
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)

9 years agopatch 7.4.1162 v7.4.1162
Bram Moolenaar [Sun, 24 Jan 2016 12:58:40 +0000 (13:58 +0100)]
patch 7.4.1162
Problem:    Missing error number in MzScheme. (Dominique Pelle)
Solution:   Add a proper error number.

9 years agopatch 7.4.1161 v7.4.1161
Bram Moolenaar [Sat, 23 Jan 2016 22:02:34 +0000 (23:02 +0100)]
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)

9 years agopatch 7.4.1160 v7.4.1160
Bram Moolenaar [Sat, 23 Jan 2016 21:51:07 +0000 (22:51 +0100)]
patch 7.4.1160
Problem:    No error for jsondecode('"').
Solution:   Give an error message for missing double quote.

9 years agopatch 7.4.1159 v7.4.1159
Bram Moolenaar [Sat, 23 Jan 2016 21:46:10 +0000 (22:46 +0100)]
patch 7.4.1159
Problem:    Automatically generated function prototypes use __ARGS.
Solution:   Remove __ARGS from osdef.sh.

9 years agopatch 7.4.1158 v7.4.1158
Bram Moolenaar [Sat, 23 Jan 2016 21:17:30 +0000 (22:17 +0100)]
patch 7.4.1158
Problem:    Still using __ARGS().
Solution:   Remove __ARGS() from eval.c

9 years agopatch 7.4.1157 v7.4.1157
Bram Moolenaar [Sat, 23 Jan 2016 20:59:52 +0000 (21:59 +0100)]
patch 7.4.1157
Problem:    type() does not work for v:true, v:none, etc.
Solution:   Add new type numbers.