summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-02-01patch 7.4.1235Bram Moolenaar
Problem: Missing change to eval.c. Solution: Include that change.
2016-02-01Updated runtime files and translations.Bram Moolenaar
2016-02-01patch 7.4.1234Bram Moolenaar
Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
2016-02-01patch 7.4.1233Bram Moolenaar
Problem: Channel command may cause a crash. Solution: Check for NULL argument. (Damien)
2016-02-01patch 7.4.1232Bram Moolenaar
Problem: Compiler warnings when the Sniff feature is enabled. Solution: Add UNUSED.
2016-02-01patch 7.4.1231Bram Moolenaar
Problem: JSON messages are not parsed properly. Solution: Queue received messages.
2016-02-01patch 7.4.1230Bram Moolenaar
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)
2016-01-31patch 7.4.1229Bram Moolenaar
Problem: "eval" and "expr" channel commands don't work yet. Solution: Implement them. Update the error numbers. Also add "redraw".
2016-01-31patch 7.4.1228Bram Moolenaar
Problem: copy() and deepcopy() fail with special variables. (Nikolai Pavlov) Solution: Make it work. Add a test. Closes #614.
2016-01-31patch 7.4.1227Bram Moolenaar
Problem: Compiler warnings. Solution: Add UNUSED. Add type cast. (Yegappan Lakshmanan)
2016-01-31patch 7.4.1226Bram Moolenaar
Problem: GRESOURCE_HDR is unused. Solution: Remove it. (Kazunobu Kuriyama)
2016-01-31patch 7.4.1225Bram Moolenaar
Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
2016-01-31patch 7.4.1224Bram Moolenaar
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)
2016-01-31patch 7.4.1223Bram Moolenaar
Problem: Crash when setting v:errors to a number. Solution: Free the typval without assuming its type. (Yasuhiro Matsumoto)
2016-01-31patch 7.4.1222Bram Moolenaar
Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
2016-01-31patch 7.4.1221Bram Moolenaar
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.
2016-01-31patch 7.4.1220Bram Moolenaar
Problem: Warnings for unused variables in tiny build. (Tony Mechelynck) Solution: Move declarations inside #ifdef. (Hirohito Higashi)
2016-01-30patch 7.4.1219Bram Moolenaar
Problem: Build fails with +channel but without +float. Solution: Add #ifdef.
2016-01-30patch 7.4.1218Bram Moolenaar
Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
2016-01-30patch 7.4.1217Bram Moolenaar
Problem: Execution of command on channel doesn't work yet. Solution: Implement the "ex" and "normal" commands.
2016-01-30patch 7.4.1216Bram Moolenaar
Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
2016-01-30patch 7.4.1215Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1214Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1213Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1212Bram Moolenaar
Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
2016-01-30patch 7.4.1211Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1210Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1209Bram Moolenaar
Problem: Can't build with Athena. Solution: Fix function declarations.
2016-01-30patch 7.4.1208Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1207Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1206Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1205Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-30patch 7.4.1204Bram Moolenaar
Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
2016-01-30patch 7.4.1203Bram Moolenaar
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
2016-01-29patch 7.4.1202Bram Moolenaar
Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
2016-01-29patch 7.4.1201Bram Moolenaar
Problem: One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi)
2016-01-29patch 7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1198Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
2016-01-29patch 7.4.1197Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1196Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1195Bram Moolenaar
Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
2016-01-28patch 7.4.1194Bram Moolenaar
Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell)
2016-01-28patch 7.4.1193Bram Moolenaar
Problem: Can't build the channel feature on MS-Windows. Solution: Add #ifdef HAVE_POLL.
2016-01-28patch 7.4.1192Bram Moolenaar
Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE.
2016-01-28patch 7.4.1191Bram Moolenaar
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
2016-01-28patch 7.4.1190Bram Moolenaar
Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604)
2016-01-28patch 7.4.1189Bram Moolenaar
Problem: Using another language on MS-Windows does not work. (Yongwei Wu) Solution: Undo the change to try loading libintl-8.dll first.
2016-01-28patch 7.4.1188Bram Moolenaar
Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
2016-01-27patch 7.4.1187Bram Moolenaar
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.