summaryrefslogtreecommitdiff
path: root/src/pty.c
AgeCommit message (Collapse)Author
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-07-01patch 7.4.1975Bram Moolenaar
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
2016-01-31patch 7.4.1225Bram Moolenaar
Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
2016-01-30patch 7.4.1213Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2012-01-20updated for version 7.3.409Bram Moolenaar
Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
2011-05-19updated for version 7.3.191Bram Moolenaar
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
2011-04-11updated for version 7.3.156Bram Moolenaar
Problem: Tty names possibly left unterminated. Solution: Use vim_strncpy() instead of strncpy().
2010-07-24Fix for compiler warning about function prototype in pty.c.Bram Moolenaar
2010-05-15First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar
2008-08-17updated for version 7.2-001Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-02-27updated for version 7.0-202Bram Moolenaar
2006-11-01updated for version 7.0-156Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar