Bram Moolenaar
|
63de19e805
|
patch 8.0.0130
Problem: Configure uses "ushort" while the Vim code doesn't.
Solution: Use "unsigned short" instead. (Fredrik Fornwall, closes #1314)
|
2016-12-09 20:11:26 +01:00 |
|
Bram Moolenaar
|
b129a447f3
|
patch 8.0.0109
Problem: Still checking if memcmp() exists while every system should have
it now.
Solution: Remove vim_memcmp(). (James McCoy, closes #1295)
|
2016-12-01 17:25:20 +01:00 |
|
Bram Moolenaar
|
3f7d090726
|
patch 8.0.0082
Problem: Extension for configure should be ".ac".
Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
|
2016-11-12 21:13:42 +01:00 |
|