pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vim-share
Module Name: pkgsrc
Committed By: morr
Date: Sat Jan 11 23:24:03 UTC 2014
Modified Files:
pkgsrc/editors/vim-share: PLIST distinfo version.mk
Removed Files:
pkgsrc/editors/vim-share/patches: patch-os__mac.h
Log Message:
Update to patchlevel 7.4.141.
Upstream changes:
7.4.053 test75 has a wrong header
7.4.054 reading past end of the 'stl' string
7.4.055 Mac: Where macros are defined depends on the system
7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks
7.4.057 byteidx() does not work for composing characters
7.4.058 warnings on 64 bit Windows
7.4.059 set_last_cursor() may encounter w_buffer being NULL
7.4.060 declaration has wrong return type for PyObject_SetAttrString()
7.4.061 (after 7.4.056) configure check in the wrong place
7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h
7.4.063 crash when using invalid key in Python dictionary
7.4.064 in Visual block mode replacing with CR does not break lines
7.4.065 the character typed at the hit-enter prompt is recorded twice
7.4.066 MS-Windows: swap file name wrong if colon in file name
7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader
7.4.068 cannot build Vim on Mac with non-Apple compilers
7.4.069 cannot right shift comment lines starting with #
7.4.070 (after 7.4.069) can't compile with tiny features
7.4.071 (after 7.4.069) passing limits around too often
7.4.072 crash when using Insert mode completion
7.4.073 setting undolevels for one buffer changes undo in another
7.4.074 when undo'ing all and making a change, undo structure is wrong
7.4.075 locally setting 'undolevels' is not tested
7.4.076 "cgn" does not wrap around the end of the file
7.4.077 DOS installer creates shortcut without a path
7.4.078 MSVC 2013 is not supported
7.4.079 a script cannot detect whether 'hlsearch' highlighting is on
7.4.080 (after 7.4.079) missing documentation for v:hlsearch
7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes"
7.4.082 using "gf" in a changed buffer suggests adding "!"
7.4.083 hard to avoid adding a used pattern to the search history
7.4.084 Python: interrupt not being properly discarded
7.4.085 can't move cursor when inserting text in Visual block mode
7.4.086 can't skip over expression when not evaluating for dict member
7.4.087 compiler warning on 64 bit Windows systems
7.4.088 Asian characters are always marked as spell errors
7.4.089 Vim doesn't set the security context on a renamed file
7.4.090 Win32: no completion if dir name contains an exclamation mark
7.4.091 (after 7.4.089) missing semicolon
7.4.092 (after 7.4.088) can't build small version
7.4.093 configure can't use LuaJIT on ubuntu 12.04
7.4.094 configure may not find that -lint is needed for gettext()
7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD
7.4.096 can't change directory to an UNC path
7.4.097 unexpected behavior change related to 'virtualedit'
7.4.098 error for line numbers out of range when using ":'<,'>del"
7.4.099 append in blockwise Visual mode with "$" is wrong
7.4.100 NFA regexp doesn't handle backreference correctly
7.4.101 using \1 in pattern goes one line too far
7.4.102 crash when interrupting "z="
7.4.103 dos installer escapes spaces in the diff command wrong
7.4.104 ":help s/\_" reports an internal error
7.4.105 completing a tag pattern may give an error for invalid pattern
7.4.106 can't build with Ruby using Cygwin
7.4.107 Python try/catch doesn't catch Vim error in vim.eval()
7.4.108 "zG" and "zW" leave temp files around on MS-Windows
7.4.109 ColorScheme autocommand matches with the current buffer name
7.4.110 "gUgn" cannot be repeeated
7.4.111 memory leak in Python OptionsAssItem
7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP
7.4.113 MSVC static analysis gives warnings
7.4.114 new GNU make directory change messages are different
7.4.115 Zsh: expanding ~abc fails when the result contains a space
7.4.116 'showcmd' does not show a typed space
7.4.117 can't build with Cygwin/MingW and Perl 5.18
7.4.118 redrawing status lines may causes recursive call
7.4.119 Vim doesn't work well on OpenVMS
7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux
7.4.121 completion doesn't work for ":py3d" and ":py3f"
7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ
7.4.123 Win32: Getting user name does not use wide function
7.4.124 Win32: Getting host name does not use wide function
7.4.125 Win32: Dealing with messages may not work for multi-byte chars
7.4.126 compiler warnings for "const" and incompatible types
7.4.127 Perl 5.18 on Unix doesn't work
7.4.128 Perl 5.18 for MSVC doesn't work
7.4.129 getline(-1) returns zero
7.4.130 relative line numbers mix up windows when using folds
7.4.131 syncbind causes E315 errors in some situations
7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up
7.4.133 Clang warns for using NUL
7.4.134 spurious space in MingW Makefile
7.4.135 missing dot in MingW test Makefile
7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file
7.4.137 cannot use IME with Windows 8 console
7.4.138 (after 7.4.114) directory change messages are not recognized
7.4.139 crash when using :cd in autocommand
7.4.140 crash when autocommand wipes out only other buffer
7.4.141 problems when building with Borland
pkgsrc changes:
remove patches/patch-os__mac.h, it is included upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/vim-share/PLIST
cvs rdiff -u -r1.141 -r1.142 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.91 -r1.92 pkgsrc/editors/vim-share/version.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/vim-share/patches/patch-os__mac.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index