summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-17patch 7.4.1345Bram Moolenaar
Problem: A few more compiler warnings. (Axel Bender) Solution: Add type casts.
2016-02-17patch 7.4.1344Bram Moolenaar
Problem: Can't compile Win32 GUI with tiny features. Solution: Add #ifdef. (Christian Brabandt)
2016-02-17patch 7.4.1343Bram Moolenaar
Problem: Can't compile with +job but without +channel. (Andrei Olsen) Solution: Move get_job_options up and adjust #ifdef.
2016-02-16patch 7.4.1342Bram Moolenaar
Problem: On Mac OS/X the waittime must be > 0 for connect to work. Solution: Use select() in a different way. (partly by Kazunobu Kuriyama) Always use a waittime of 1 or more.
2016-02-16patch 7.4.1341Bram Moolenaar
Problem: It's difficult to add more arguments to ch_sendraw() and ch_sendexpr(). Solution: Make the third option a dictionary.
2016-02-16patch 7.4.1340Bram Moolenaar
Problem: Merge left extra #endif behind. Solution: Remove the #endif
2016-02-16patch 7.4.1339Bram Moolenaar
Problem: Warnings when building the GUI with MingW. (Cesar Romani) Solution: Add type cats. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1338Bram Moolenaar
Problem: Another part of the change is missing. Solution: Type os_unix.c right this time.
2016-02-16patch 7.4.1337Bram Moolenaar
Problem: Part of the change is missing. Solution: Add changes to eval.c
2016-02-16patch 7.4.1336Bram Moolenaar
Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels.
2016-02-16patch 7.4.1335Bram Moolenaar
Problem: Can't build on MS-Windows with +job but without +channel. (Cesar Romani) Solution: Add #ifdefs. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1334Bram Moolenaar
Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1333Bram Moolenaar
Problem: Channel test fails on non-darwin builds. Solution: Add the "osx" feature and test for that. (Kazunobu Kuriyama)
2016-02-16patch 7.4.1332Bram Moolenaar
Problem: Problem using Python3 when compiled with MingW. Solution: Define PYTHON3_HOME as a wide character string. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1331Bram Moolenaar
Problem: Crash when closing the channel in a callback. (Christian J. Robinson) Solution: Take the callback out of the list before invoking it.
2016-02-16patch 7.4.1330Bram Moolenaar
Problem: fd_read() has an unused argument. Solution: Remove the timeout. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1329Bram Moolenaar
Problem: Crash when using channel that failed to open. Solution: Check for NULL. Update messages. (Yukihiro Nakadaira)
2016-02-15patch 7.4.1328Bram Moolenaar
Problem: Can't compile with +job but without +channel. (John Marriott) Solution: Add more #ifdefs.
2016-02-15patch 7.4.1327Bram Moolenaar
Problem: Channel test doesn't work if Python executable is python.exe. Solution: Find py.exe or python.exe. (Ken Takata)
2016-02-15patch 7.4.1326Bram Moolenaar
Problem: Build rules are bit too complicated. Solution: Remove -lwsock32 from Netbeans, it's already added for the channel feature that it depends on. (Tony Mechelynck)
2016-02-15patch 7.4.1325Bram Moolenaar
Problem: Channel test fails on difference between Unix and DOS line endings. Solution: Strip off CR. Make assert show difference better.
2016-02-15Update runtime files.Bram Moolenaar
2016-02-15patch 7.4.1324Bram Moolenaar
Problem: Channels with pipes don't work on MS-Windows. Solution: Add pipe I/O support. (Yasuhiro Matsumoto)
2016-02-15patch 7.4.1323Bram Moolenaar
Problem: Do not get warnings when building with MingW. Solution: Remove the -w flag. (Ken Takata)
2016-02-15patch 7.4.1322Bram Moolenaar
Problem: Crash when unletting the variable that holds the channel in a callback function. (Christian Robinson) Solution: Increase the reference count while invoking the callback.
2016-02-15patch 7.4.1321Bram Moolenaar
Problem: Compiler complains about missing statement. Solution: Add an empty statement. (Andrei Olsen)
2016-02-14patch 7.4.1320Bram Moolenaar
Problem: Building with Cygwin or MingW with channel but without Netbeans doesn't work. Solution: Set NETBEANS to "no" when not used.
2016-02-14patch 7.4.1319Bram Moolenaar
Problem: Tests fail on MS-Windows and on Unix with GUI. Solution: Fix unregistering.
2016-02-14patch 7.4.1318Bram Moolenaar
Problem: Channel with pipes doesn't work in GUI. Solution: Register input handlers for pipes.
2016-02-14patch 7.4.1317Bram Moolenaar
Problem: MS-Windows: channel test fails. Solution: Temporarily disable Test_connect_waittime().
2016-02-13patch 7.4.1316Bram Moolenaar
Problem: Can't build MS-Windows console version. (Tux) Solution: Add #ifdefs.
2016-02-13patch 7.4.1315Bram Moolenaar
Problem: Using a channel handle does not allow for freeing it when unused. Solution: Add the Channel variable type.
2016-02-13patch 7.4.1314Bram Moolenaar
Problem: Warning for uninitialzed variable. Solution: Initialize it. (Dominique Pelle)
2016-02-13patch 7.4.1313Bram Moolenaar
Problem: MS-Windows: Using socket after it was closed causes an exception. Solution: Don't give an error when handling WM_NETBEANS. Re-enable tests for MS-Windows.
2016-02-13patch 7.4.1312Bram Moolenaar
Problem: sock_T is not defined without the +channel feature. Solution: Always define it.
2016-02-13patch 7.4.1311Bram Moolenaar
Problem: sock_T is defined too late. Solution: Move it up.
2016-02-13patch 7.4.1310Bram Moolenaar
Problem: Jobs don't open a channel. Solution: Create pipes and add them to the channel. Add ch_logfile(). Only Unix for now.
2016-02-13patch 7.4.1309Bram Moolenaar
Problem: When a test fails not all relevant info is listed. Solution: Add the errors to the messages.
2016-02-12patch 7.4.1308Bram Moolenaar
Problem: Typo in test. Solution: Change endf to endif.
2016-02-12patch 7.4.1307Bram Moolenaar
Problem: Some channel tests fail on MS-Windows. Solution: Disable the failing tests temporarily.
2016-02-12patch 7.4.1306Bram Moolenaar
Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)
2016-02-12patch 7.4.1305Bram Moolenaar
Problem: "\%1l^#.*" does not match on a line starting with "#". Solution: Do not clear the start-of-line flag. (Christian Brabandt)
2016-02-11patch 7.4.1304Bram Moolenaar
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.
2016-02-11patch 7.4.1303Bram Moolenaar
Problem: A Funcref is not accepted as a callback. Solution: Make a Funcref work. (Damien)
2016-02-11patch 7.4.1302Bram Moolenaar
Problem: Typo in struct field name. (Ken Takata) Solution: Rename jf_pi to jv_pi.
2016-02-10patch 7.4.1301Bram Moolenaar
Problem: Missing options in ch_open(). Solution: Add s:chopt like in the other calls. (Ozaki Kiichi)
2016-02-10patch 7.4.1300Bram Moolenaar
Problem: Cannot test CursorMovedI because there is typeahead. Solution: Add disable_char_avail_for_testing().
2016-02-10patch 7.4.1299Bram Moolenaar
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.
2016-02-10patch 7.4.1298Bram Moolenaar
Problem: When the channel test fails in an unexpected way the server keeps running. Solution: Use try/catch. (Ozaki Kiichi)
2016-02-09patch 7.4.1297Bram Moolenaar
Problem: On Mac test_channel leaves python instances running. Solution: Use a small waittime to make ch_open() work. (Ozaki Kiichi)