summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.h
AgeCommit message (Collapse)Author
2019-11-30patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
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-08-28patch 7.4.2284v7.4.2284Bram Moolenaar
Problem: Comment in scope header file is outdated. (KillTheMule) Solution: Point to the help instead. (closes #1017)
2016-02-27patch 7.4.1431v7.4.1431Bram Moolenaar
Problem: Including header files twice. Solution: Remove the extra includes.
2016-01-29patch 7.4.1200v7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2009-07-10updated for version 7.2-228v7.2.228Bram Moolenaar
2008-08-25updated for version 7.2-004v7.2.004Bram Moolenaar
2007-09-06updated for version 7.1-100v7.1.100Bram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2005-01-31updated for version 7.0046Bram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar