• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revision9b7d8fd5dc68074119d5a609210fc1ba924e9d7a (tree)
Time2007-11-04 23:36:18
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-148

Change Summary

Incremental Difference

diff -r bca50c9e1374 -r 9b7d8fd5dc68 src/auto/configure
--- a/src/auto/configure Tue Oct 30 16:37:15 2007 +0000
+++ b/src/auto/configure Sun Nov 04 14:36:18 2007 +0000
@@ -10265,8 +10265,9 @@
1026510265
1026610266
1026710267
10268+
1026810269 for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
10269- termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
10270+ termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
1027010271 iconv.h langinfo.h unistd.h stropts.h errno.h \
1027110272 sys/resource.h sys/systeminfo.h locale.h \
1027210273 sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
diff -r bca50c9e1374 -r 9b7d8fd5dc68 src/configure.in
--- a/src/configure.in Tue Oct 30 16:37:15 2007 +0000
+++ b/src/configure.in Sun Nov 04 14:36:18 2007 +0000
@@ -2026,7 +2026,7 @@
20262026 fi
20272027
20282028 AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
2029- termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
2029+ termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
20302030 iconv.h langinfo.h unistd.h stropts.h errno.h \
20312031 sys/resource.h sys/systeminfo.h locale.h \
20322032 sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
diff -r bca50c9e1374 -r 9b7d8fd5dc68 src/version.c
--- a/src/version.c Tue Oct 30 16:37:15 2007 +0000
+++ b/src/version.c Sun Nov 04 14:36:18 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 148,
671+/**/
670672 147,
671673 /**/
672674 146,
Show on old repository browser