summaryrefslogtreecommitdiff
path: root/src/iscygpty.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-4/+9
| | | | | Problem: Clang on MS-Windows produces warnings. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #10546)
* patch 8.2.0027: still some /* */ commentsv8.2.0027Bram Moolenaar2019-12-211-19/+19
| | | | | Problem: Still some /* */ comments. Solution: Convert to // comments.
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-271-10/+8
| | | | | Problem: Various small problems in source files. Solution: Fix the problems.
* patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty()v8.0.1030Bram Moolenaar2017-08-311-10/+14
| | | | | Problem: MS-Windows: wrong size computation in is_cygpty(). Solution: Compute the size properly. (Ken Takata)
* 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.1963v7.4.1963Bram Moolenaar2016-06-261-0/+181
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)