summaryrefslogtreecommitdiffstats
path: root/src/ascii.h
AgeCommit message (Collapse)Author
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
Problem: The EBCDIC support is outdated. Solution: Remove the EBCDIC support.
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.
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)
2015-07-10patch 7.4.770v7.4.770Bram Moolenaar
Problem: Background color response with transparency is not ignored. Solution: Change the way escape sequences are recognized. (partly by Hirohito Higashi)
2011-12-23updated for version 7.3.383v7.3.383Bram Moolenaar
Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
2011-09-02updated for version 7.3.293v7.3.293Bram Moolenaar
Problem: MSVC compiler has a problem with non-ASCII characters. Solution: Avoid non-ASCII characters. (Hong Xu)
2011-05-10updated for version 7.3.187v7.3.187Bram Moolenaar
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
2006-03-09updated for version 7.0219v7.0219Bram Moolenaar
2005-06-30updated for version 7.0098v7.0098Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar