summaryrefslogtreecommitdiff
path: root/src/pty.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1225v7.4.1225Bram Moolenaar2016-01-311-12/+6
| | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-6/+3
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-1/+1
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1199v7.4.1199Bram Moolenaar2016-01-291-5/+5
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.3.409v7.3.409Bram Moolenaar2012-01-201-0/+4
| | | | | Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
* updated for version 7.3.191v7.3.191Bram Moolenaar2011-05-191-2/+1
| | | | | | Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
* updated for version 7.3.156v7.3.156Bram Moolenaar2011-04-111-4/+4
| | | | | Problem: Tty names possibly left unterminated. Solution: Use vim_strncpy() instead of strncpy().
* Fix for compiler warning about function prototype in pty.c.Bram Moolenaar2010-07-241-2/+4
|
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-3/+1
|
* updated for version 7.2-001v7.2.001Bram Moolenaar2008-08-171-2/+3
|
* updated for version 7.2av7.2aBram Moolenaar2008-06-241-4/+0
|
* updated for version 7.0-202v7.0.202Bram Moolenaar2007-02-271-2/+2
|
* updated for version 7.0-156v7.0.156Bram Moolenaar2006-11-011-3/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+425