summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1239v7.3.1239Bram Moolenaar2013-06-241-0/+3
| | | | | Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
* updated for version 7.3.1212v7.3.1212Bram Moolenaar2013-06-161-0/+1
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* updated for version 7.3.1166v7.3.1166Bram Moolenaar2013-06-111-0/+1
| | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
* updated for version 7.3.667v7.3.667Bram Moolenaar2012-09-211-1/+1
| | | | | Problem: Unused variables in Perl interface. Solution: Adjust #ifdefs.
* updated for version 7.3.662v7.3.662Bram Moolenaar2012-09-181-0/+2
| | | | | Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
* Ignore file generated by tests.Bram Moolenaar2012-05-181-0/+1
|
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-151-2/+3
| | | | | | 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.
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-221-0/+8
| | | | | | 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.
* Runtime file updates.Bram Moolenaar2010-05-281-0/+3
|
* Add more pathdef.c to .hgignore.Bram Moolenaar2010-01-201-0/+1
|
* updated for version 7.2.328v7.2.328Bram Moolenaar2010-01-121-2/+1
| | | | | Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
* Add an .hgignore file (suggested by Mike Williams).Bram Moolenaar2010-01-101-0/+39