- Jan 30, 2016
-
-
Bram Moolenaar authored
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
-
Bram Moolenaar authored
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
-
- Jan 29, 2016
-
-
Bram Moolenaar authored
Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
-
Bram Moolenaar authored
Problem: One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
-
Bram Moolenaar authored
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
-
Bram Moolenaar authored
Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
-
- Jan 28, 2016
-
-
Bram Moolenaar authored
Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell)
-
Bram Moolenaar authored
Problem: Can't build the channel feature on MS-Windows. Solution: Add #ifdef HAVE_POLL.
-
Bram Moolenaar authored
Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
-
Bram Moolenaar authored
Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604)
-
Bram Moolenaar authored
Problem: Using another language on MS-Windows does not work. (Yongwei Wu) Solution: Undo the change to try loading libintl-8.dll first.
-
Bram Moolenaar authored
Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
-
- Jan 27, 2016
-
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata)
-
Bram Moolenaar authored
Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
-
- Jan 26, 2016
-
-
Bram Moolenaar authored
Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
-
Bram Moolenaar authored
Problem: MS-Windows build is broken. Solution: Remove init in wrong place.
-
Bram Moolenaar authored
Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
-
Bram Moolenaar authored
Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
-
- Jan 25, 2016
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test.
-
Bram Moolenaar authored
Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
-
Bram Moolenaar authored
Problem: empty() doesn't work for the new special variables. Solution: Make empty() work. (Damien)
-
Bram Moolenaar authored
Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string.
-
Bram Moolenaar authored
Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper)
-
Bram Moolenaar authored
Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson)
-
- Jan 24, 2016
-
-
Bram Moolenaar authored
Problem: Netbeans contains dead code insde #ifdef. Solution: Remove the dead code.
-
Bram Moolenaar authored
Problem: No test for new behavior of v:true et al. Solution: Add a test.
-
Bram Moolenaar authored
Problem: Configure is overly positive. Solution: Insert "test".
-
Bram Moolenaar authored
Problem: Makefile dependencies are outdated. Solution: Run "make depend". Add GTK resource dependencies.
-
Bram Moolenaar authored
Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
-
Bram Moolenaar authored
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.
-
Bram Moolenaar authored
-