summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-01-31patch 7.4.1221v7.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.1220v7.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.1219v7.4.1219Bram Moolenaar
Problem: Build fails with +channel but without +float. Solution: Add #ifdef.
2016-01-30patch 7.4.1218v7.4.1218Bram Moolenaar
Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
2016-01-30patch 7.4.1217v7.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.1216v7.4.1216Bram Moolenaar
Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
2016-01-30patch 7.4.1215v7.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.1214v7.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.1213v7.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.1212v7.4.1212Bram Moolenaar
Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
2016-01-30patch 7.4.1211v7.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.1210v7.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.1209v7.4.1209Bram Moolenaar
Problem: Can't build with Athena. Solution: Fix function declarations.
2016-01-30patch 7.4.1208v7.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.1207v7.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.1206v7.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.1205v7.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.1204v7.4.1204Bram Moolenaar
Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
2016-01-30patch 7.4.1203v7.4.1203Bram Moolenaar
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
2016-01-29patch 7.4.1202v7.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.1201v7.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.1200v7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1199v7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1198v7.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.1197v7.4.1197Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1196v7.4.1196Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1195v7.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.1194v7.4.1194Bram Moolenaar
Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell)
2016-01-28patch 7.4.1193v7.4.1193Bram Moolenaar
Problem: Can't build the channel feature on MS-Windows. Solution: Add #ifdef HAVE_POLL.
2016-01-28patch 7.4.1192v7.4.1192Bram Moolenaar
Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE.
2016-01-28Update runtime files.Bram Moolenaar
2016-01-28patch 7.4.1191v7.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.1190v7.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.1189v7.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.1188v7.4.1188Bram Moolenaar
Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
2016-01-27patch 7.4.1187v7.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.
2016-01-27patch 7.4.1186v7.4.1186Bram Moolenaar
Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata)
2016-01-27patch 7.4.1185v7.4.1185Bram Moolenaar
Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
2016-01-26patch 7.4.1184v7.4.1184Bram Moolenaar
Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
2016-01-26patch 7.4.1183v7.4.1183Bram Moolenaar
Problem: MS-Windows build is broken. Solution: Remove init in wrong place.
2016-01-26patch 7.4.1182v7.4.1182Bram Moolenaar
Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
2016-01-26patch 7.4.1181v7.4.1181Bram Moolenaar
Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
2016-01-25add missing test fileBram Moolenaar
2016-01-25patch 7.4.1180v7.4.1180Bram Moolenaar
Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test.
2016-01-25patch 7.4.1179v7.4.1179Bram Moolenaar
Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
2016-01-25patch 7.4.1178v7.4.1178Bram Moolenaar
Problem: empty() doesn't work for the new special variables. Solution: Make empty() work. (Damien)
2016-01-25patch 7.4.1177v7.4.1177Bram Moolenaar
Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string.
2016-01-25patch 7.4.1176v7.4.1176Bram Moolenaar
Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper)
2016-01-25patch 7.4.1175v7.4.1175Bram Moolenaar
Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson)
2016-01-24patch 7.4.1174v7.4.1174Bram Moolenaar
Problem: Netbeans contains dead code insde #ifdef. Solution: Remove the dead code.