summaryrefslogtreecommitdiffstats
path: root/src/nbdebug.h
AgeCommit message (Collapse)Author
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
Problem: The code style has to be checked manually. Solution: Add basic code style checks in a test. Fix or avoid uncovered problems.
2021-08-02patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar
Problem: Macro for printf format check can be simplified. Solution: Add ATTRIBUTE_FORMAT_PRINTF(). (Dominique Pellé, issue #8635)
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.0944: format of nbdbg() arguments is not checkedv8.1.0944Bram Moolenaar
Problem: Format of nbdbg() arguments is not checked. Solution: Add format attribute. Fix reported problems. (Dominique Pelle, closes #3992)
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-29patch 7.4.1200v7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2009-02-21updated for version 7.2-115v7.2.115Bram Moolenaar
2008-06-24updated for version 7.2av7.2aBram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2005-01-31updated for version 7.0046Bram Moolenaar
2004-10-24updated for version 7.0020Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar