summaryrefslogtreecommitdiff
path: root/src/os_unixx.h
AgeCommit message (Collapse)Author
2017-02-21patch 8.0.0346: Vim relies on limits.h to be included indirectlyBram Moolenaar
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.
2017-01-12patch 8.0.0173: build fails with EBCDIC definedBram Moolenaar
Problem: When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin) Solution: Move sortFunctions() to the right file. Avoid warning for redefining __SUSV3.
2016-12-03patch 8.0.0123Bram Moolenaar
Problem: Modern Sun compilers define "__sun" instead of "sun". Solution: Use __sun. (closes #1296)
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)
2010-03-10updated for version 7.2.392Bram Moolenaar
Problem: Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye)
2006-03-25updated for version 7.0b01Bram Moolenaar
2004-06-30updated for version 7.0003Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar