summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1225v7.4.1225Bram Moolenaar2016-01-3112-84/+66
| | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
* patch 7.4.1224v7.4.1224Bram Moolenaar2016-01-312-2/+6
| | | | | | 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)
* patch 7.4.1223v7.4.1223Bram Moolenaar2016-01-313-7/+19
| | | | | Problem: Crash when setting v:errors to a number. Solution: Free the typval without assuming its type. (Yasuhiro Matsumoto)
* patch 7.4.1222v7.4.1222Bram Moolenaar2016-01-3112-94/+12
| | | | | Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
* patch 7.4.1221v7.4.1221Bram Moolenaar2016-01-313-4/+42
| | | | | | | 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.
* patch 7.4.1220v7.4.1220Bram Moolenaar2016-01-312-7/+9
| | | | | Problem: Warnings for unused variables in tiny build. (Tony Mechelynck) Solution: Move declarations inside #ifdef. (Hirohito Higashi)
* patch 7.4.1219v7.4.1219Bram Moolenaar2016-01-302-1/+7
| | | | | Problem: Build fails with +channel but without +float. Solution: Add #ifdef.
* patch 7.4.1218v7.4.1218Bram Moolenaar2016-01-305-15/+25
| | | | | Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
* patch 7.4.1217v7.4.1217Bram Moolenaar2016-01-308-68/+135
| | | | | Problem: Execution of command on channel doesn't work yet. Solution: Implement the "ex" and "normal" commands.
* patch 7.4.1216v7.4.1216Bram Moolenaar2016-01-3010-44/+22
| | | | | Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-309-458/+324
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1214v7.4.1214Bram Moolenaar2016-01-3010-1889/+1260
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-3015-1363/+911
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1212v7.4.1212Bram Moolenaar2016-01-302-1/+3
| | | | | Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
* patch 7.4.1211v7.4.1211Bram Moolenaar2016-01-308-1779/+1151
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1210v7.4.1210Bram Moolenaar2016-01-309-1111/+683
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1209v7.4.1209Bram Moolenaar2016-01-305-16/+25
| | | | | Problem: Can't build with Athena. Solution: Fix function declarations.
* patch 7.4.1208v7.4.1208Bram Moolenaar2016-01-3018-981/+687
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1207v7.4.1207Bram Moolenaar2016-01-3012-1373/+980
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1206v7.4.1206Bram Moolenaar2016-01-308-1674/+1101
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1205v7.4.1205Bram Moolenaar2016-01-3012-2908/+1712
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1204v7.4.1204Bram Moolenaar2016-01-302-1/+3
| | | | | Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters.
* patch 7.4.1203v7.4.1203Bram Moolenaar2016-01-309-145/+167
| | | | | Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
* patch 7.4.1202v7.4.1202Bram Moolenaar2016-01-294-11/+15
| | | | | | Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
* patch 7.4.1201v7.4.1201Bram Moolenaar2016-01-292-21/+23
| | | | | Problem: One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-2930-121/+97
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1199v7.4.1199Bram Moolenaar2016-01-2924-786/+788
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1198v7.4.1198Bram Moolenaar2016-01-2922-690/+560
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
* patch 7.4.1197v7.4.1197Bram Moolenaar2016-01-2914-315/+317
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1196v7.4.1196Bram Moolenaar2016-01-2911-348/+350
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1195v7.4.1195Bram Moolenaar2016-01-298-30/+53
| | | | | Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
* patch 7.4.1194v7.4.1194Bram Moolenaar2016-01-283-5/+10
| | | | | Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell)
* patch 7.4.1193v7.4.1193Bram Moolenaar2016-01-282-0/+4
| | | | | Problem: Can't build the channel feature on MS-Windows. Solution: Add #ifdef HAVE_POLL.
* patch 7.4.1192v7.4.1192Bram Moolenaar2016-01-282-0/+7
| | | | | | Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE.
* Update runtime files.Bram Moolenaar2016-01-288-62/+106
|
* patch 7.4.1191v7.4.1191Bram Moolenaar2016-01-289-39/+846
| | | | | | Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
* patch 7.4.1190v7.4.1190Bram Moolenaar2016-01-283-10/+18
| | | | | Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes #604)
* patch 7.4.1189v7.4.1189Bram Moolenaar2016-01-282-2/+3
| | | | | Problem: Using another language on MS-Windows does not work. (Yongwei Wu) Solution: Undo the change to try loading libintl-8.dll first.
* patch 7.4.1188v7.4.1188Bram Moolenaar2016-01-283-18/+16
| | | | | Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
* patch 7.4.1187v7.4.1187Bram Moolenaar2016-01-276-12/+25
| | | | | | 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.
* patch 7.4.1186v7.4.1186Bram Moolenaar2016-01-272-9/+11
| | | | | Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata)
* patch 7.4.1185v7.4.1185Bram Moolenaar2016-01-272-13/+15
| | | | | Problem: Can't build with TCL on some systems. Solution: Rename the channel_ functions.
* patch 7.4.1184v7.4.1184Bram Moolenaar2016-01-262-1/+3
| | | | | Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
* patch 7.4.1183v7.4.1183Bram Moolenaar2016-01-262-1/+3
| | | | | Problem: MS-Windows build is broken. Solution: Remove init in wrong place.
* patch 7.4.1182v7.4.1182Bram Moolenaar2016-01-267-523/+690
| | | | | Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
* patch 7.4.1181v7.4.1181Bram Moolenaar2016-01-263-0/+13
| | | | | Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
* add missing test fileBram Moolenaar2016-01-251-0/+10
|
* patch 7.4.1180v7.4.1180Bram Moolenaar2016-01-253-1/+5
| | | | | Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test.
* patch 7.4.1179v7.4.1179Bram Moolenaar2016-01-253-4/+20
| | | | | Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
* patch 7.4.1178v7.4.1178Bram Moolenaar2016-01-253-0/+11
| | | | | Problem: empty() doesn't work for the new special variables. Solution: Make empty() work. (Damien)