summaryrefslogtreecommitdiffstats
path: root/src/gui_at_sb.c
AgeCommit message (Collapse)Author
2019-12-01patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
Problem: Giving error messages is not flexible. Solution: Add semsg(). Change argument from "char_u *" to "char *", also for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes #3302) Also make emsg() accept a "char *" argument. Get rid of an enormous number of type casts.
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
Problem: Some macros are used without a semicolon, causing auto-indent to be wrong. Solution: Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
2017-02-25patch 8.0.0367: types in include files may be inconsistentv8.0.0367Bram Moolenaar
Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-01-30patch 7.4.1209v7.4.1209Bram Moolenaar
Problem: Can't build with Athena. Solution: Fix function declarations.
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-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)
2010-06-06Avoid compiler warnings.Bram Moolenaar
2009-05-21updated for version 7.2-184v7.2.184Bram Moolenaar
2008-11-28updated for version 7.2-055v7.2.055Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar