summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2016-02-19patch 7.4.1354v7.4.1354Bram Moolenaar
Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
2016-02-18patch 7.4.1353v7.4.1353Bram Moolenaar
Problem: Test_connect_waittime is skipped for MS-Windows. Solution: Add the test back, it works now.
2016-02-18patch 7.4.1352v7.4.1352Bram Moolenaar
Problem: The test script lists all functions before executing them. Solution: Only list the function currently being executed.
2016-02-18patch 7.4.1351v7.4.1351Bram Moolenaar
Problem: When the port isn't opened yet when ch_open() is called it may fail instead of waiting for the specified time. Solution: Loop when select() succeeds but when connect() failed. Also use channel logging for jobs. Add ch_log().
2016-02-18patch 7.4.1350v7.4.1350Bram Moolenaar
Problem: When the test server fails to start Vim hangs. Solution: Check that there is actually something to read from the tty fd.
2016-02-18patch 7.4.1349v7.4.1349Bram Moolenaar
Problem: And some more MingW compiler warnings. (Cesar Romani) Solution: Add type casts.
2016-02-18patch 7.4.1348v7.4.1348Bram Moolenaar
Problem: More compiler warnings. (John Marriott) Solution: Add type casts, remove unused variable.
2016-02-18patch 7.4.1347v7.4.1347Bram Moolenaar
Problem: When there is any error Vim will use a non-zero exit code. Solution: When using ":silent!" do not set the exit code. (Yasuhiro Matsumoto)
2016-02-18patch 7.4.1346v7.4.1346Bram Moolenaar
Problem: Compiler warnings in build with -O2. Solution: Add inintializations.
2016-02-17patch 7.4.1345v7.4.1345Bram Moolenaar
Problem: A few more compiler warnings. (Axel Bender) Solution: Add type casts.
2016-02-17patch 7.4.1344v7.4.1344Bram Moolenaar
Problem: Can't compile Win32 GUI with tiny features. Solution: Add #ifdef. (Christian Brabandt)
2016-02-17patch 7.4.1343v7.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.1342v7.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.1341v7.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.1340v7.4.1340Bram Moolenaar
Problem: Merge left extra #endif behind. Solution: Remove the #endif
2016-02-16patch 7.4.1339v7.4.1339Bram Moolenaar
Problem: Warnings when building the GUI with MingW. (Cesar Romani) Solution: Add type cats. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1338v7.4.1338Bram Moolenaar
Problem: Another part of the change is missing. Solution: Type os_unix.c right this time.
2016-02-16patch 7.4.1337v7.4.1337Bram Moolenaar
Problem: Part of the change is missing. Solution: Add changes to eval.c
2016-02-16patch 7.4.1336v7.4.1336Bram Moolenaar
Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels.
2016-02-16patch 7.4.1335v7.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.1334v7.4.1334Bram Moolenaar
Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1333v7.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.1332v7.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.1331v7.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.1330v7.4.1330Bram Moolenaar
Problem: fd_read() has an unused argument. Solution: Remove the timeout. (Yasuhiro Matsumoto)
2016-02-16patch 7.4.1329v7.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.1328v7.4.1328Bram Moolenaar
Problem: Can't compile with +job but without +channel. (John Marriott) Solution: Add more #ifdefs.
2016-02-15patch 7.4.1327v7.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.1326v7.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.1325v7.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.1324v7.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.1323v7.4.1323Bram Moolenaar
Problem: Do not get warnings when building with MingW. Solution: Remove the -w flag. (Ken Takata)
2016-02-15patch 7.4.1322v7.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.1321v7.4.1321Bram Moolenaar
Problem: Compiler complains about missing statement. Solution: Add an empty statement. (Andrei Olsen)
2016-02-14patch 7.4.1320v7.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.1319v7.4.1319Bram Moolenaar
Problem: Tests fail on MS-Windows and on Unix with GUI. Solution: Fix unregistering.
2016-02-14patch 7.4.1318v7.4.1318Bram Moolenaar
Problem: Channel with pipes doesn't work in GUI. Solution: Register input handlers for pipes.
2016-02-14patch 7.4.1317v7.4.1317Bram Moolenaar
Problem: MS-Windows: channel test fails. Solution: Temporarily disable Test_connect_waittime().
2016-02-13patch 7.4.1316v7.4.1316Bram Moolenaar
Problem: Can't build MS-Windows console version. (Tux) Solution: Add #ifdefs.
2016-02-13patch 7.4.1315v7.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.1314v7.4.1314Bram Moolenaar
Problem: Warning for uninitialzed variable. Solution: Initialize it. (Dominique Pelle)
2016-02-13patch 7.4.1313v7.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.1312v7.4.1312Bram Moolenaar
Problem: sock_T is not defined without the +channel feature. Solution: Always define it.
2016-02-13patch 7.4.1311v7.4.1311Bram Moolenaar
Problem: sock_T is defined too late. Solution: Move it up.
2016-02-13patch 7.4.1310v7.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.1309v7.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.1308v7.4.1308Bram Moolenaar
Problem: Typo in test. Solution: Change endf to endif.
2016-02-12patch 7.4.1307v7.4.1307Bram Moolenaar
Problem: Some channel tests fail on MS-Windows. Solution: Disable the failing tests temporarily.
2016-02-12patch 7.4.1306v7.4.1306Bram Moolenaar
Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)