]> granicus.if.org Git - vim/log
vim
9 years agopatch 7.4.1309 v7.4.1309
Bram Moolenaar [Sat, 13 Feb 2016 13:06:14 +0000 (14:06 +0100)]
patch 7.4.1309
Problem:    When a test fails not all relevant info is listed.
Solution:   Add the errors to the messages.

9 years agopatch 7.4.1308 v7.4.1308
Bram Moolenaar [Fri, 12 Feb 2016 21:35:51 +0000 (22:35 +0100)]
patch 7.4.1308
Problem:    Typo in test.
Solution:   Change endf to endif.

9 years agopatch 7.4.1307 v7.4.1307
Bram Moolenaar [Fri, 12 Feb 2016 21:25:56 +0000 (22:25 +0100)]
patch 7.4.1307
Problem:    Some channel tests fail on MS-Windows.
Solution:   Disable the failing tests temporarily.

9 years agopatch 7.4.1306 v7.4.1306
Bram Moolenaar [Fri, 12 Feb 2016 18:30:26 +0000 (19:30 +0100)]
patch 7.4.1306
Problem:    Job control doesn't work well on MS-Windows.
Solution:   Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira,
            Yasuhiro Matsumoto)

9 years agopatch 7.4.1305 v7.4.1305
Bram Moolenaar [Fri, 12 Feb 2016 18:08:15 +0000 (19:08 +0100)]
patch 7.4.1305
Problem:    "\%1l^#.*" does not match on a line starting with "#".
Solution:   Do not clear the start-of-line flag. (Christian Brabandt)

9 years agopatch 7.4.1304 v7.4.1304
Bram Moolenaar [Thu, 11 Feb 2016 20:08:32 +0000 (21:08 +0100)]
patch 7.4.1304
Problem:    Function names are difficult to read.
Solution:   Rename jsonencode to json_encode, jsondecode to json_decode,
            jsencode to js_encode and jsdecode to js_decode.

9 years agopatch 7.4.1303 v7.4.1303
Bram Moolenaar [Thu, 11 Feb 2016 19:48:34 +0000 (20:48 +0100)]
patch 7.4.1303
Problem:    A Funcref is not accepted as a callback.
Solution:   Make a Funcref work. (Damien)

9 years agopatch 7.4.1302 v7.4.1302
Bram Moolenaar [Thu, 11 Feb 2016 11:48:36 +0000 (12:48 +0100)]
patch 7.4.1302
Problem:    Typo in struct field name. (Ken Takata)
Solution:   Rename jf_pi to jv_pi.

9 years agopatch 7.4.1301 v7.4.1301
Bram Moolenaar [Wed, 10 Feb 2016 22:28:21 +0000 (23:28 +0100)]
patch 7.4.1301
Problem:    Missing options in ch_open().
Solution:   Add s:chopt like in the other calls. (Ozaki Kiichi)

9 years agopatch 7.4.1300 v7.4.1300
Bram Moolenaar [Wed, 10 Feb 2016 21:23:06 +0000 (22:23 +0100)]
patch 7.4.1300
Problem:    Cannot test CursorMovedI because there is typeahead.
Solution:   Add disable_char_avail_for_testing().

9 years agopatch 7.4.1299 v7.4.1299
Bram Moolenaar [Wed, 10 Feb 2016 20:07:14 +0000 (21:07 +0100)]
patch 7.4.1299
Problem:    When the server sends a message with ID zero the channel handler
            is not invoked. (Christian J.  Robinson)
Solution:   Recognize zero value for the request ID.  Add a test for invoking
            the channel handler.

9 years agopatch 7.4.1298 v7.4.1298
Bram Moolenaar [Wed, 10 Feb 2016 19:32:20 +0000 (20:32 +0100)]
patch 7.4.1298
Problem:    When the channel test fails in an unexpected way the server keeps
            running.
Solution:   Use try/catch. (Ozaki Kiichi)

9 years agopatch 7.4.1297 v7.4.1297
Bram Moolenaar [Tue, 9 Feb 2016 22:33:25 +0000 (23:33 +0100)]
patch 7.4.1297
Problem:    On Mac test_channel leaves python instances running.
Solution:   Use a small waittime to make ch_open() work. (Ozaki Kiichi)

9 years agopatch 7.4.1296 v7.4.1296
Bram Moolenaar [Tue, 9 Feb 2016 20:24:46 +0000 (21:24 +0100)]
patch 7.4.1296
Problem:    Cursor changes column with up motion when the matchparen plugin
            saves and restores the cursor position. (Martin Kunev)
Solution:   Make sure curswant is updated before invoking the autocommand.

9 years agopatch 7.4.1295 v7.4.1295
Bram Moolenaar [Tue, 9 Feb 2016 19:39:26 +0000 (20:39 +0100)]
patch 7.4.1295
Problem:    string(job) doesn't work well on MS-Windows.
Solution:   Use the process ID. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1294 v7.4.1294
Bram Moolenaar [Tue, 9 Feb 2016 10:37:50 +0000 (11:37 +0100)]
patch 7.4.1294
Problem:    job_stop() only kills the started process.
Solution:   Send the signal to the process group. (Olaf Dabrunz)

9 years agopatch 7.4.1293 v7.4.1293
Bram Moolenaar [Mon, 8 Feb 2016 22:23:42 +0000 (23:23 +0100)]
patch 7.4.1293
Problem:    Sometimes a channel may hang waiting for a message that was
            already discarded. (Ken Takata)
Solution:   Store the ID of the message blocking on in the channel.

9 years agopatch 7.4.1292 v7.4.1292
Bram Moolenaar [Mon, 8 Feb 2016 21:57:24 +0000 (22:57 +0100)]
patch 7.4.1292
Problem:    Some compilers complain about uninitialzed variable, even though
            all possible cases are handled. (Dominique Pelle)
Solution:   Add a default initialization.

9 years agopatch 7.4.1291 v7.4.1291
Bram Moolenaar [Mon, 8 Feb 2016 21:37:24 +0000 (22:37 +0100)]
patch 7.4.1291
Problem:    On MS-Windows the channel test server doesn't quit.
Solution:   Use return instead of break. (Ken Takata)

9 years agoUpdated runtime files.
Bram Moolenaar [Sun, 7 Feb 2016 22:02:56 +0000 (23:02 +0100)]
Updated runtime files.

9 years agopatch 7.4.1290 v7.4.1290
Bram Moolenaar [Sun, 7 Feb 2016 21:30:47 +0000 (22:30 +0100)]
patch 7.4.1290
Problem:    Coverity complains about uneccessary check for NULL.
Solution:   Remove the check.

9 years agopatch 7.4.1289 v7.4.1289
Bram Moolenaar [Sun, 7 Feb 2016 21:21:19 +0000 (22:21 +0100)]
patch 7.4.1289
Problem:    Channel test fails on MS-Windows, connect() takes too long.
Solution:   Adjust the test for MS-Windows using "waittime".

9 years agopatch 7.4.1288 v7.4.1288
Bram Moolenaar [Sun, 7 Feb 2016 20:59:26 +0000 (21:59 +0100)]
patch 7.4.1288
Problem:    ch_sendexpr() does not use JS encoding.
Solution:   Use the encoding that fits the channel mode.  Refuse using
            ch_sendexpr() on a raw channel.

9 years agopatch 7.4.1287 v7.4.1287
Bram Moolenaar [Sun, 7 Feb 2016 20:44:49 +0000 (21:44 +0100)]
patch 7.4.1287
Problem:    Channel test fails.
Solution:   Use reltimefloat().

9 years agopatch 7.4.1286 v7.4.1286
Bram Moolenaar [Sun, 7 Feb 2016 20:29:00 +0000 (21:29 +0100)]
patch 7.4.1286
Problem:    ch_open() with a timeout doesn't work correctly.
Solution:   Change how select() is used.  Don't give an error on timeout.
            Add a test for ch_open() failing.

9 years agoAdd missing test file.
Bram Moolenaar [Sun, 7 Feb 2016 20:25:56 +0000 (21:25 +0100)]
Add missing test file.

9 years agopatch 7.4.1285 v7.4.1285
Bram Moolenaar [Sun, 7 Feb 2016 20:19:28 +0000 (21:19 +0100)]
patch 7.4.1285
Problem:    Cannot measure elapsed time.
Solution:   Add reltimefloat().

9 years agopatch 7.4.1284 v7.4.1284
Bram Moolenaar [Sun, 7 Feb 2016 19:29:00 +0000 (20:29 +0100)]
patch 7.4.1284
Problem:    Test 49 fails.
Solution:   Check for a different error message.

9 years agopatch 7.4.1283 v7.4.1283
Bram Moolenaar [Sun, 7 Feb 2016 18:57:16 +0000 (19:57 +0100)]
patch 7.4.1283
Problem:    The job feature isn't available on MS-Windows.
Solution:   Add the job feature.  Fix argument of job_stop(). (Yasuhiro
            Matsumoto)

9 years agopatch 7.4.1282 v7.4.1282
Bram Moolenaar [Sun, 7 Feb 2016 18:46:12 +0000 (19:46 +0100)]
patch 7.4.1282
Problem:    Crash when evaluating the pattern of ":catch" causes an error.
            (Dominique Pelle)
Solution:   Block error messages at this point.

9 years agopatch 7.4.1281 v7.4.1281
Bram Moolenaar [Sun, 7 Feb 2016 18:27:53 +0000 (19:27 +0100)]
patch 7.4.1281
Problem:    No test for skipping over code that isn't evaluated.
Solution:   Add a test with code that would fail when not skipped.

9 years agopatch 7.4.1280 v7.4.1280
Bram Moolenaar [Sun, 7 Feb 2016 18:25:51 +0000 (19:25 +0100)]
patch 7.4.1280
Problem:    Missing case value.
Solution:   Add VAR_JOB.

9 years agopatch 7.4.1279 v7.4.1279
Bram Moolenaar [Sun, 7 Feb 2016 18:19:53 +0000 (19:19 +0100)]
patch 7.4.1279
Problem:    jsonencode() is not producing strict JSON.
Solution:   Add jsencode() and jsdecode().  Make jsonencode() and jsondecode()
            strict.

9 years agopatch 7.4.1278 v7.4.1278
Bram Moolenaar [Sun, 7 Feb 2016 15:53:13 +0000 (16:53 +0100)]
patch 7.4.1278
Problem:    When jsonencode() fails it still returns something.
Solution:   Return an empty string on failure.

9 years agopatch 7.4.1277 v7.4.1277
Bram Moolenaar [Sun, 7 Feb 2016 14:57:00 +0000 (15:57 +0100)]
patch 7.4.1277
Problem:    Compiler can complain about missing enum value in switch with some
            combination of features.
Solution:   Remove #ifdefs around case statements.

9 years agopatch 7.4.1276 v7.4.1276
Bram Moolenaar [Sun, 7 Feb 2016 14:14:01 +0000 (15:14 +0100)]
patch 7.4.1276
Problem:    Warning for not using return value of fcntl().
Solution:   Explicitly ignore the return value.

9 years agopatch 7.4.1275 v7.4.1275
Bram Moolenaar [Sun, 7 Feb 2016 13:53:21 +0000 (14:53 +0100)]
patch 7.4.1275
Problem:    Build fails on MS-Windows.
Solution:   Fix wrong #ifdef.

9 years agopatch 7.4.1274 v7.4.1274
Bram Moolenaar [Sun, 7 Feb 2016 13:27:38 +0000 (14:27 +0100)]
patch 7.4.1274
Problem:    Cannot run a job.
Solution:   Add job_start(), job_status() and job_stop(). Currently only works
            for Unix.

9 years agopatch 7.4.1273 v7.4.1273
Bram Moolenaar [Sat, 6 Feb 2016 23:00:35 +0000 (00:00 +0100)]
patch 7.4.1273
Problem:    assert_false(v:false) still fails.
Solution:   Fix the typo.

9 years agopatch 7.4.1272 v7.4.1272
Bram Moolenaar [Sat, 6 Feb 2016 19:32:25 +0000 (20:32 +0100)]
patch 7.4.1272
Problem:    Using future enum value.
Solution:   Remove it.

9 years agopatch 7.4.1271 v7.4.1271
Bram Moolenaar [Sat, 6 Feb 2016 19:29:28 +0000 (20:29 +0100)]
patch 7.4.1271
Problem:    assert_false(v:false) reports an error. (Nikolai Pavlov)
Solution:   Recognize v:true and v:false. (Closes #625)

9 years agopatch 7.4.1270 v7.4.1270
Bram Moolenaar [Sat, 6 Feb 2016 18:57:20 +0000 (19:57 +0100)]
patch 7.4.1270
Problem:    Warnings for missing values in switch.
Solution:   Change switch to if-else or add values.

9 years agopatch 7.4.1269 v7.4.1269
Bram Moolenaar [Sat, 6 Feb 2016 17:42:07 +0000 (18:42 +0100)]
patch 7.4.1269
Problem:    Encoding {'key':} to JSON doesn't give an error (Tyru)
Solution:   Give an error.

9 years agopatch 7.4.1268 v7.4.1268
Bram Moolenaar [Sat, 6 Feb 2016 17:18:54 +0000 (18:18 +0100)]
patch 7.4.1268
Problem:    Waittime is used as seconds instead of milliseconds. (Hirohito
            Higashi)
Solution:   Divide by 1000.

9 years agopatch 7.4.1267 v7.4.1267
Bram Moolenaar [Sat, 6 Feb 2016 17:09:59 +0000 (18:09 +0100)]
patch 7.4.1267
Problem:    Easy to miss handling all types of variables.
Solution:   Change the variable type into an enum.

9 years agopatch 7.4.1266 v7.4.1266
Bram Moolenaar [Sat, 6 Feb 2016 14:29:40 +0000 (15:29 +0100)]
patch 7.4.1266
Problem:    A BufAdd autocommand may cause an ml_get error (Christian
            Brabandt)
Solution:   Increment RedrawingDisabled earlier.

9 years agopatch 7.4.1265 v7.4.1265
Bram Moolenaar [Fri, 5 Feb 2016 22:09:12 +0000 (23:09 +0100)]
patch 7.4.1265
Problem:    Not all channel commands are tested.
Solution:   Add a test for "normal", "expr" and "redraw".

9 years agopatch 7.4.1264 v7.4.1264
Bram Moolenaar [Fri, 5 Feb 2016 21:49:56 +0000 (22:49 +0100)]
patch 7.4.1264
Problem:    Crash when receiving an empty array.
Solution:   Check for array with wrong number of arguments. (Damien)

9 years agopatch 7.4.1263 v7.4.1263
Bram Moolenaar [Fri, 5 Feb 2016 21:36:41 +0000 (22:36 +0100)]
patch 7.4.1263
Problem:    ch_open() hangs when the server isn't running.
Solution:   Add a timeout. Use a dict to pass arguments. (Yasuhiro Matsumoto)

9 years agopatch 7.4.1262 v7.4.1262
Bram Moolenaar [Fri, 5 Feb 2016 20:04:08 +0000 (21:04 +0100)]
patch 7.4.1262
Problem:    The channel callback is not invoked.
Solution:   Make a list of pending callbacks.

9 years agopatch 7.4.1261 v7.4.1261
Bram Moolenaar [Thu, 4 Feb 2016 21:49:49 +0000 (22:49 +0100)]
patch 7.4.1261
Problem:    Pending channel messages are garbage collected. Leaking memory in
            ch_sendexpr().  Leaking memory for a decoded JSON string.
Solution:   Mark the message list as used. Free the encoded JSON.  Don't save
            the JSON string.

9 years agopatch 7.4.1260 v7.4.1260
Bram Moolenaar [Thu, 4 Feb 2016 21:09:48 +0000 (22:09 +0100)]
patch 7.4.1260
Problem:    The channel feature doesn't work on Win32 GUI.
Solution:   Use WSAGetLastError(). (Ken Takata)

9 years agopatch 7.4.1259 v7.4.1259
Bram Moolenaar [Thu, 4 Feb 2016 20:53:33 +0000 (21:53 +0100)]
patch 7.4.1259
Problem:    No test for what patch 7.3.414 fixed.
Solution:   Add a test. (Elias Diem)

9 years agopatch 7.4.1258 v7.4.1258
Bram Moolenaar [Thu, 4 Feb 2016 20:03:33 +0000 (21:03 +0100)]
patch 7.4.1258
Problem:    The channel test can fail if messages arrive later.
Solution:   Add a short sleep. (Jun T.)

9 years agoUpdate runtime files.
Bram Moolenaar [Thu, 4 Feb 2016 19:57:07 +0000 (20:57 +0100)]
Update runtime files.

9 years agopatch 7.4.1257 v7.4.1257
Bram Moolenaar [Thu, 4 Feb 2016 09:54:34 +0000 (10:54 +0100)]
patch 7.4.1257
Problem:    Channel test fails in some configurations.
Solution:   Add check for the +channel feature.

9 years agopatch 7.4.1256 v7.4.1256
Bram Moolenaar [Wed, 3 Feb 2016 23:11:37 +0000 (00:11 +0100)]
patch 7.4.1256
Problem:    On Mac sys.exit(0) doesn't kill the test server.
Solution:   Use self.server.shutdown(). (Jun Takimoto)

9 years agopatch 7.4.1255 v7.4.1255
Bram Moolenaar [Wed, 3 Feb 2016 22:59:43 +0000 (23:59 +0100)]
patch 7.4.1255
Problem:    Crash for channel "eval" command without third argument.
Solution:   Check for missing argument.

9 years agopatch 7.4.1254 v7.4.1254
Bram Moolenaar [Wed, 3 Feb 2016 22:25:07 +0000 (23:25 +0100)]
patch 7.4.1254
Problem:    Opening a second channel causes a crash. (Ken Takata)
Solution:   Don't re-allocate the array with channels.

9 years agopatch 7.4.1253 v7.4.1253
Bram Moolenaar [Wed, 3 Feb 2016 21:39:51 +0000 (22:39 +0100)]
patch 7.4.1253
Problem:    Python test server not displaying second of two commands.
            Solaris doesn't have "pkill --full".
Solution:   Also echo the second command. Use "pkill -f".

9 years agopatch 7.4.1252 v7.4.1252
Bram Moolenaar [Wed, 3 Feb 2016 21:20:29 +0000 (22:20 +0100)]
patch 7.4.1252
Problem:    The channel test server may receive two messages concatenated.
Solution:   Split the messages.

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)