- Jun 24, 2013
-
-
Bram Moolenaar authored
Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
-
- Jun 16, 2013
-
-
Bram Moolenaar authored
Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
-
- Jun 11, 2013
-
-
Bram Moolenaar authored
Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
-
- Sep 21, 2012
-
-
Bram Moolenaar authored
Problem: Unused variables in Perl interface. Solution: Adjust #ifdefs.
-
- Sep 18, 2012
-
-
Bram Moolenaar authored
Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
-
- May 18, 2012
-
-
Bram Moolenaar authored
-
- Feb 15, 2011
-
-
Bram Moolenaar authored
Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
-
- Jan 21, 2011
-
-
Bram Moolenaar authored
Problem: Changing 'fileformat' and then using ":w" in an empty file sets the 'modified' option. Solution: In unchanged() don't ignore 'ff' for an empty file.
-
- May 28, 2010
-
-
Bram Moolenaar authored
-
- Jan 20, 2010
-
-
Bram Moolenaar authored
-
- Jan 12, 2010
-
-
Bram Moolenaar authored
Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
-
- Jan 10, 2010
-
-
Bram Moolenaar authored
-