summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-06-24updated for version 7.3.1239v7.3.1239Bram Moolenaar
Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
2013-06-16updated for version 7.3.1212v7.3.1212Bram Moolenaar
Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
2013-06-11updated for version 7.3.1166v7.3.1166Bram Moolenaar
Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
2012-09-21updated for version 7.3.667v7.3.667Bram Moolenaar
Problem: Unused variables in Perl interface. Solution: Adjust #ifdefs.
2012-09-18updated for version 7.3.662v7.3.662Bram Moolenaar
Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
2012-05-18Ignore file generated by tests.Bram Moolenaar
2011-02-15updated for version 7.3.122v7.3.122Bram Moolenaar
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.
2011-01-22updated for version 7.3.103v7.3.103Bram Moolenaar
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.
2010-05-28Runtime file updates.Bram Moolenaar
2010-01-20Add more pathdef.c to .hgignore.Bram Moolenaar
2010-01-12updated for version 7.2.328v7.2.328Bram Moolenaar
Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
2010-01-10Add an .hgignore file (suggested by Mike Williams).Bram Moolenaar