[packages/vim] up to 7.3.1005

glen glen at pld-linux.org
Thu May 23 20:13:19 CEST 2013


commit eab645c52d4c22f66a8f39024140a1c417513590
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu May 23 15:30:48 2013 +0300

    up to 7.3.1005
    
    7.3.970  (fixed) pattern matching is slow, include the NFA engine
    7.3.971  no support for VS2012 static code analysis
    7.3.972  cursor not restored properly after InsertEnter autocommand
    7.3.973  (after 7.3.970) compiler warnings, crash on startup
    7.3.974  can't build with ruby 1.8.5
    7.3.975  (after 7.3.970) crash in regexp parsing
    7.3.976  (after 7.3.970) can't build with HP-UX
    7.3.977  compiler warnings, white space, uncommented for testing
    7.3.978  regexp debug logs don't have a good name
    7.3.979  complex NFA regexp doesn't work
    7.3.980  regexp logs contain garbage; character classes don't work
    7.3.981  old regexp engine fails on \i, \I, \f and \F with mbyte chars
    7.3.982  \p does not work on multi-byte chars in new regexp engine
    7.3.983  uneccessary temp variable
    7.3.984  Visual mapping using CTRL-G works differently from Insert mode
    7.3.985  GTK vim not started as gvim has WM_CLASS property wrong
    7.3.986  test 95 doesn't pass when 'encoding' isn't utf-8
    7.3.987  no easy to run an individual test; test 64 may fail
    7.3.988  new regexp engine is slow
    7.3.989  new regexp engine compares negative numbers to character
    7.3.990  memory leak in new regexp engine
    7.3.991  more can be shared between python 2 and 3
    7.3.992  Python: Too many type casts
    7.3.993  (after 7.3.992) later patch does things slightly differently
    7.3.994  Python: using magic constants
    7.3.995  Python: Module initialization is duplicated
    7.3.996  Python: Can't check types of what is returned by bindeval()
    7.3.997  Vim and Python exceptions are different
    7.3.998  Python: garbage collection issues
    7.3.999  new regexp engine sets curbuf temporarily
    7.3.1000  (whoa!) typo in char value causes out of bounds access
    7.3.1001  duplicate condition in if
    7.3.1002  valgrind errors for Python interface
    7.3.1003  Python interface does not compile with Python 2.2
    7.3.1004  Python: no error when option could not be set
    7.3.1005  get stuck on regexp "\n*" and on "%s/^\n\+/\r"

 sources  | 36 ++++++++++++++++++++++++++++++++++++
 vim.spec |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)
---
diff --git a/vim.spec b/vim.spec
index 867d3f4..a83d1b5 100644
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@
 # tail -n1 sources | awk '{print $2}'
 
 %define		ver		7.3
-%define		patchlevel	969
+%define		patchlevel	1005
 %define		rel		1
 Summary:	Vi IMproved - a Vi clone
 Summary(de.UTF-8):	VIsual editor iMproved
diff --git a/sources b/sources
index 11f7924..ea3457f 100644
--- a/sources
+++ b/sources
@@ -966,3 +966,39 @@ a3c8c9f8e2a0a89dd20d2b1da507a9c4  7.3.965
 3d628deee54e7774910c165b14ef99a1  7.3.967
 36cd4dceb37cc976a0d721eb29122154  7.3.968
 c260411656f61c52b88680791ec8871a  7.3.969
+46810fbd837ac4586c47f8776f3f7b32  7.3.970
+a63159fd2b64f58a24c108d086c523bf  7.3.971
+838d2d971e467936db72a78820580f9a  7.3.972
+3a0060ef526c63ddba03ce470a0e9813  7.3.973
+3bc3bc4eb217897bf7e134b7a82f89b4  7.3.974
+e2c684ec4abefd478ce854d3bda630f2  7.3.975
+867e4633c9b4ee69f3d0e6eb00084b41  7.3.976
+0b345ff1cf1359fc31993ef5fb20f50c  7.3.977
+5e66223c7378ad35623946053a8ba5e2  7.3.978
+08c50308d9dc85cef813b86a8753cd2b  7.3.979
+76fb41073db1f47fd20e2bb9227d7096  7.3.980
+00099c9d73311640d6aaa3a02556d463  7.3.981
+69a23f7530cb19759e0ce662f42c1c58  7.3.982
+7868ef7a8ebbf08a03b05d6e6a2913e6  7.3.983
+87e1db5c6b917eb7b6384b6069df879c  7.3.984
+cc6c28e410092756296a3f86c5218803  7.3.985
+28ce32b9d08ac4ca634bd9638386b359  7.3.986
+5589658fd1fe318b6d000c81768960f8  7.3.987
+05540de0d792d134ecb8244be5782024  7.3.988
+294a73400801ffd5dae8954b96e06105  7.3.989
+65d18c7f1c9345107c5a9399f1024939  7.3.990
+a10c856d4ea9b2e149cc539779169109  7.3.991
+90ed1be0338994e1f51f039c60560615  7.3.992
+b20ea66d54f3d7b1af60fe828d5977c3  7.3.993
+190e5e00abc6fb6b339f36ae2616bf14  7.3.994
+39908731e3bbf27f3b93270110f305ed  7.3.995
+a46adc8e3fd70a89d99f5e83c2882345  7.3.996
+f3094eb71b0f9b8d5b6000baae593448  7.3.997
+90fc0ac439ae2f16a9028264c5f21d79  7.3.998
+0e0e947e0a7565b4c6100dc5ecd74e79  7.3.999
+779413bd3204ad037052fe503cc4815c  7.3.1000
+4a9de05aeffb6f9361fcc5afe9c18d78  7.3.1001
+58a27f0e5f64835f974ddf3ad9a74014  7.3.1002
+6fb1d34108e0e9317c3e4c1ae3460f64  7.3.1003
+988ee680beffded979f797861ea9eec3  7.3.1004
+8ecdbf5bd95837e4bc42cb2181f62b23  7.3.1005
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/eab645c52d4c22f66a8f39024140a1c417513590



More information about the pld-cvs-commit mailing list