summaryrefslogtreecommitdiff
path: root/src/proto/main.pro
AgeCommit message (Collapse)Author
2017-04-02patch 8.0.0539: startup test fails on MacBram Moolenaar
Problem: Startup test fails on Mac. Solution: Use another term name, "unknown" is known. Avoid a 2 second delay.
2017-03-18patch 8.0.0475: not enough testing for the client-server featureBram Moolenaar
Problem: Not enough testing for the client-server feature. Solution: Add more tests. Add the remote_startserver() function. Fix that a locally evaluated expression uses function-local variables.
2016-08-10patch 7.4.2191Bram Moolenaar
Problem: No automatic prototype for vim_main2(). Solution: Move the #endif. (Ken Takata)
2016-07-16patch 7.4.2051Bram Moolenaar
Problem: No proper testing of trunc_string(). Solution: Add a unittest for message.c.
2016-07-02patch 7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-07-02patch 7.4.1981Bram Moolenaar
Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
2016-01-19patch 7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2005-02-22updated for version 7.0051Bram Moolenaar
2004-12-19updated for version 7.0023Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar