summaryrefslogtreecommitdiff
path: root/src/os_unixx.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar2020-03-271-6/+6
| | | | | Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-9/+9
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.0.0346: Vim relies on limits.h to be included indirectlyv8.0.0346Bram Moolenaar2017-02-211-10/+1
| | | | | | Problem: Vim relies on limits.h to be included indirectly, but on Solaris 9 it may not be. (Ben Fritz) Solution: Always include limits.h.
* patch 8.0.0173: build fails with EBCDIC definedv8.0.0173Bram Moolenaar2017-01-121-1/+1
| | | | | | | Problem: When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin) Solution: Move sortFunctions() to the right file. Avoid warning for redefining __SUSV3.
* patch 8.0.0123v8.0.0123Bram Moolenaar2016-12-031-2/+2
| | | | | Problem: Modern Sun compilers define "__sun" instead of "sun". Solution: Use __sun. (closes #1296)
* 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)
* updated for version 7.2.392v7.2.392Bram Moolenaar2010-03-101-15/+0
| | | | | Problem: Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye)
* updated for version 7.0b01Bram Moolenaar2006-03-251-0/+4
|
* updated for version 7.0003Bram Moolenaar2004-06-301-0/+6
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+130