summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
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-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.
2016-01-24patch 7.4.1173v7.4.1173Bram Moolenaar
Problem: No test for new behavior of v:true et al. Solution: Add a test.
2016-01-24patch 7.4.1172v7.4.1172Bram Moolenaar
Problem: Configure is overly positive. Solution: Insert "test".
2016-01-24patch 7.4.1171v7.4.1171Bram Moolenaar
Problem: Makefile dependencies are outdated. Solution: Run "make depend". Add GTK resource dependencies.
2016-01-24patch 7.4.1170v7.4.1170Bram Moolenaar
Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
2016-01-24patch 7.4.1169v7.4.1169Bram Moolenaar
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.
2016-01-24patch 7.4.1168v7.4.1168Bram Moolenaar
Problem: This doesn't give the right result: eval(string(v:true)). (Nikolay Pavlov) Solution: Make the string "v:true" instead of "true".
2016-01-24patch 7.4.1167v7.4.1167Bram Moolenaar
Problem: No tests for "is" and "isnot" with the new variables. Solution: Add tests.
2016-01-24patch 7.4.1166v7.4.1166Bram Moolenaar
Problem: Can't encode a Funcref into JSON. jsonencode() doesn't handle the same list or dict twice properly. (Nikolay Pavlov) Solution: Give an error. Reset copyID when the list or dict is finished.
2016-01-24patch 7.4.1165v7.4.1165Bram Moolenaar
Problem: When defining DYNAMIC_ICONV_DLL in the makefile, the build fails. Solution: Add #ifdef's. (Taro Muraoka) Try the newer version first.
2016-01-24patch 7.4.1164v7.4.1164Bram Moolenaar
Problem: No tests for comparing special variables. Error in jsondecode() not reported. test_json does not work Japanse system. Solution: Set scriptencoding. (Ken Takata) Add a few more tests. Add error.
2016-01-24patch 7.4.1163v7.4.1163Bram Moolenaar
Problem: Expressions "0 + v:true" and "'' . v:true" cause an error. Solution: Return something sensible when using a special variable as a number or as a string. (suggested by Damien)
2016-01-24patch 7.4.1162v7.4.1162Bram Moolenaar
Problem: Missing error number in MzScheme. (Dominique Pelle) Solution: Add a proper error number.
2016-01-23patch 7.4.1161v7.4.1161Bram Moolenaar
Problem: ":argadd" without argument is supposed to add the current buffer name to the arglist. Solution: Make it work as documented. (Coot, closes #577)
2016-01-23patch 7.4.1160v7.4.1160Bram Moolenaar
Problem: No error for jsondecode('"'). Solution: Give an error message for missing double quote.