summaryrefslogtreecommitdiff
path: root/src/ascii.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-94/+0
| | | | | Problem: The EBCDIC support is outdated. Solution: Remove the EBCDIC support.
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-21/+21
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.770v7.4.770Bram Moolenaar2015-07-101-9/+7
| | | | | | Problem: Background color response with transparency is not ignored. Solution: Change the way escape sequences are recognized. (partly by Hirohito Higashi)
* updated for version 7.3.383v7.3.383Bram Moolenaar2011-12-231-1/+1
| | | | | Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
* updated for version 7.3.293v7.3.293Bram Moolenaar2011-09-021-1/+1
| | | | | Problem: MSVC compiler has a problem with non-ASCII characters. Solution: Avoid non-ASCII characters. (Hong Xu)
* updated for version 7.3.187v7.3.187Bram Moolenaar2011-05-101-7/+2
| | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
* updated for version 7.0219v7.0219Bram Moolenaar2006-03-091-11/+5
|
* updated for version 7.0098v7.0098Bram Moolenaar2005-06-301-4/+2
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+201