[packages/vim/DEVEL: 1/3] updated to 7.3.1200

glen glen at pld-linux.org
Mon Jun 17 12:02:18 CEST 2013


commit 08ed61e65424267a4742c74600b15594710dfc66
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jun 15 22:57:11 2013 +0300

    updated to 7.3.1200
    
    7.3.1110  new regexp matching: Using \@= and the like can be slow
    7.3.1111  nfa_recognize_char_class() implementation is inefficient
    7.3.1112  new regexp engine: \%V not supported
    7.3.1113  new regexp engine: \%'m not supported
    7.3.1114  (after 7.3.1110) can't build without the syntax feature
    7.3.1115  users don't like cursor line number with 'relativenumber' set
    7.3.1116  can't build without Visual mode
    7.3.1117  new regexp engine: \%[abc] not supported
    7.3.1118  match failure rate is not very specific
    7.3.1119  flags in 'cpo' are searched for several times
    7.3.1120  crash when regexp logging is enabled
    7.3.1121  new regexp engine: adding states that are not used
    7.3.1122  new regexp engine: \@> not supported
    7.3.1123  can't build tiny Vim on MS-Windows
    7.3.1124  Python: Crash on MS-Windows when os.fchdir() is not available
    7.3.1125  error for using \%V in a pattern in tiny Vim
    7.3.1126  compiler warning for uninitialized variable
    7.3.1127  no error for using empty \%[]
    7.3.1128  every failure in the NFA engine is a syntax error
    7.3.1129  can't see what pattern in syntax highlighting is slow
    7.3.1130  (after 7.3.1129) can't build with anything but huge features
    7.3.1131  new regexp engine is a bit slow
    7.3.1132  crash when debugging regexp
    7.3.1133  new regexp engine is a bit slow
    7.3.1134  running test 49 takes a long time
    7.3.1135  compiler warning for unused argument
    7.3.1136  ":func Foo" does not show attributes
    7.3.1137  new regexp engine: collections are slow
    7.3.1138  new regexp engine: neglist no longer used
    7.3.1139  new regexp engine: negated flag is hardly used
    7.3.1140  new regexp engine: can skip expensive match
    7.3.1141  Win32: Check for available memory is not reliable
    7.3.1142  memory leak in ":syntime report"
    7.3.1143  when mapping NUL it is displayed as an X
    7.3.1144  "RO" is not translated everywhere
    7.3.1145  new regexp engine: addstate() is called very often
    7.3.1146  new regexp engine: look-behind followed by zero-width fails
    7.3.1147  new regexp engine: regstart is only used to find first match
    7.3.1148  no command line completion for ":syntime"
    7.3.1149  new regexp engine: Matching plain text could be faster
    7.3.1150  new regexpengine: Slow for look-behind match without a width
    7.3.1151  new regexp engine: Slow for look-behind plus zero-width match
    7.3.1152  In tiny build ireg_icombine is undefined
    7.3.1153  new regexp engine: look-behind matches can be very expensive
    7.3.1154  new regexp_nfa engine: Uneccessary code
    7.3.1155  MS-DOS: "make test" uses external rmdir command
    7.3.1156  compiler warnings
    7.3.1157  new regexp engine fails on "\(\<command\)\@<=.*"
    7.3.1158  crash when running test 86
    7.3.1159  the round() function is not always available
    7.3.1160  mixing long and pointer doesn't always work
    7.3.1161  Python: PyList_SetItem() is inefficient
    7.3.1162  Python: Memory leaks
    7.3.1163  not easy to load Python modules
    7.3.1164  can't test what is actually displayed on screen
    7.3.1165  HP-UX compiler can't handle zero size array
    7.3.1166  loading Python modules is not tested
    7.3.1167  no good Python 3 configure check; may need -pthreads
    7.3.1168  Python "sane" configure checks give a warning message
    7.3.1169  new regexp engine: doing work while executing a pattern
    7.3.1170  (after 7.3.1058) can'tuse a function reference as a string
    7.3.1171  check for digits and ascii letters can be faster
    7.3.1172  Python 2: loading modules doesn't work well
    7.3.1173  Python 2 tests don't have the same output everywhere
    7.3.1174  Python 2 and 3 use different ways to load modules
    7.3.1175  using isalpha() and isalnum() can be slow
    7.3.1176  compiler warnings on 64 bit system
    7.3.1177  wasting memory on padding
    7.3.1178  can't put all Vim config files together in one directory
    7.3.1179  waiting for character after buffer-local map match
    7.3.1180  path from cscope may not be valid after changing directory
    7.3.1181  wrong error message for 1.0[0]
    7.3.1182  'backupcopy' default on MS-Windows does not work for links
    7.3.1183  Python tests 86 and 87 fail
    7.3.1184  highlighting is sometimes wrong
    7.3.1185  new regexp engine: no match with ^ after \n
    7.3.1186  Python 3: test 87 may crash
    7.3.1187  (after 7.3.1170) "s:" is recognized but "<SID>" is not
    7.3.1188  newline characters messing up error message
    7.3.1189  (after 7.3.1185) highlighting is still wrong sometimes
    7.3.1190  compiler warning for parentheses
    7.3.1191  Backreference to previous line doesn't work
    7.3.1192  valgrind reports errors when using backreferences
    7.3.1193  fail_if_missing not used for Python 3
    7.3.1194  Yaml highlighting is slow
    7.3.1195  compiler warning for unitialized variable
    7.3.1196  old regexp engine does not match pattern with backref right
    7.3.1197  ":wviminfo!" does not write history read from a viminfo file
    7.3.1198  build error when using Perl 5.18.0 and dynamic loading
    7.3.1199  error from evaluating 'foldexpr' is silently ignored
    7.3.1200  calling setline() from Insert mode messes up undo

 sources  | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vim.spec |  4 +--
 2 files changed, 92 insertions(+), 2 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index 46e7569..2a93949 100644
--- a/vim.spec
+++ b/vim.spec
@@ -27,8 +27,8 @@
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define		ver		7.3
-%define		patchlevel	1109
-%define		rel		2
+%define		patchlevel	1200
+%define		rel		1
 Summary:	Vi IMproved - a Vi clone
 Summary(de.UTF-8):	VIsual editor iMproved
 Summary(es.UTF-8):	Editor visual incrementado
diff --git a/sources b/sources
index ff6917d..bbbccec 100644
--- a/sources
+++ b/sources
@@ -1106,3 +1106,93 @@ d88da2b4a0a759eb50b4d783c1e3a406  7.3.1100
 cc6dfc3e1608696e659c101ae19f920a  7.3.1107
 701124d888f159b7ff7e24fcacfb5791  7.3.1108
 5817905ffa02965efa76f5c404a4e51c  7.3.1109
+0f4eb47be035252a152518b6f7bb0def  7.3.1110
+9eea35a9b35d63b53786923e260217ec  7.3.1112
+c1b5526900e505409dff26805e191ec0  7.3.1113
+a04ecd9ae557100ed3ad5b92dca67ffe  7.3.1114
+87c99cdba6257beab4a9ba2915f21dc3  7.3.1115
+847090e33138b166816bebc3a4180f7d  7.3.1116
+b9a269abec8f8349d7e510e217ff0439  7.3.1117
+6fe1036ce793b390df72bbea3a895215  7.3.1118
+234b7a8d96a6f5ebc847ce44622d0400  7.3.1119
+6d29a750aafbda99f22869053a0df9c7  7.3.1120
+025146197d915b587cd71b7d591457f1  7.3.1121
+a50fdbd9983f2ae1c9a3e7f082c061be  7.3.1122
+743d8057d3aa21a7a13a72c095ebaaed  7.3.1123
+12593d21c71d5d6b35a68e0bc1272220  7.3.1124
+8d98f8fb62f1cd30e43a3a1aaaf366c5  7.3.1125
+aa5996cd84d852c4aec602d3aa8aefe4  7.3.1126
+a49ab4a855d4feade64333510662e372  7.3.1127
+ca1da69d68593014cb8e5476794aee1f  7.3.1128
+53f25408df25ad4a72efd8f4cc30911a  7.3.1129
+b02ae7aff9b04a41ddabcbc6004fd721  7.3.1130
+5ea800f151df3488fd1aa9e54b923180  7.3.1131
+9d3d6f3c7eeb230018dcb8786b0502c2  7.3.1132
+b3adc3f38a906a899f69b0a28151214e  7.3.1133
+ae0dbc88595354273dfbf7ce985a7686  7.3.1134
+df4fa82ca8b0b598ded0420218cebf70  7.3.1135
+af13a334f2dfedb195a81569d4a85074  7.3.1136
+0f8775c7607a2bc78654c87ee38066bb  7.3.1137
+57a9311510ddbdb9845b4e6d3d583fc8  7.3.1138
+4f9b87bb87dd6799671e16647fb5e3dc  7.3.1139
+c8e621db2e474ea24660bac8a8222cac  7.3.1140
+e7db34f144befde8f142e67300d2f8ff  7.3.1141
+f0b5cbc334f9e7812c1c33da6b10d36e  7.3.1142
+d0a81b36b1cc555e7c751a03d8ddf76d  7.3.1143
+29c809c8c74c5db636c2cb320d0ba71f  7.3.1144
+95286b87beeea966828cfbf157a85609  7.3.1145
+31a61d55917bb179b014baddf4160c72  7.3.1146
+238ed81e87fc060e6b447ab3b344f639  7.3.1147
+ad3aa7cb8f4a4e4f4b37670a670157e0  7.3.1148
+d64378b3cd0354328556a0b25cc8ffbb  7.3.1149
+83d01deff543917f733a1f03c03a8c58  7.3.1150
+2801a02469ad10b2198b0df4bfa2abff  7.3.1151
+b252de43499fd18bb1d7f12cd632d9ff  7.3.1152
+d0ed56bbd0629805fa74221e947edf70  7.3.1153
+64890e533f2d338c3417944b6af94e47  7.3.1154
+b30329ce6a14a1b30cec9c0c0be77233  7.3.1155
+9e4a4bc56db752f2ec165da408085f9d  7.3.1156
+16b59c7ee25ea82cff0ba16420cec825  7.3.1157
+e837e9926a91e070746f9e58114563bf  7.3.1158
+17e818040b6de1ecce4c60f7dbee6484  7.3.1159
+2f8caa472da03b26d0cbe95de6b8b533  7.3.1160
+2c2999f020ae72863bc8798714ea29a1  7.3.1161
+e54f86a23efb83389a2a0dd59441264b  7.3.1162
+d7dcdb0f5abdb1448cf01e88aee4b05f  7.3.1163
+10dc3785cac0da623ee4d817d3e1738b  7.3.1164
+cef13def8e75bc825dcd3c7eb58fbfde  7.3.1165
+2cca6537b79f770c4712412df55eebed  7.3.1166
+dc9f93515c40c3d849c7c908a652572e  7.3.1167
+10d6de42c2294904929b08901de8a78f  7.3.1168
+6422d7a343348bbbea91c1628e56ea04  7.3.1169
+28128d893910ed5a42a08a07594c1ea5  7.3.1170
+f2b14d2d61177121a380e80c2fb70154  7.3.1171
+89e84dc84b3a1fae2b2c1b2fd50e9166  7.3.1172
+39134e9ecb88bd8874baca8f7ea1e15e  7.3.1173
+ad4a1dc616da0ba21ba81f7809a68294  7.3.1174
+03a42a59edf431ea18e53767835b03b4  7.3.1175
+19aff72b5dc01f56db37253d466d566b  7.3.1176
+2a0a6447e998e1c3128b129b7e2fa6ed  7.3.1177
+c6739b78808d4fe11c167349de0550fc  7.3.1178
+1d4c1602cd4d276149c4b5f6891e509f  7.3.1179
+ac3844b892639a10101f721879a2e778  7.3.1180
+ab5c0da1c07755d4eb57381b99ec74d9  7.3.1181
+e39f0cf92ad9f783df47b1b24e8d772a  7.3.1182
+0455fd362cfb81c5ad4b9cbf1d0b57b0  7.3.1183
+b3e3967576dd1847055a9df8177d9f85  7.3.1184
+a4d6d282c0a74dc96e0ed6ec4a10981a  7.3.1185
+8b0511d3fa6d8a84bd94b095dc2f4f97  7.3.1186
+15df45be52ae0e1c2e061ff2e70ac253  7.3.1187
+79e6a837d6dd98999616934a1aa3f475  7.3.1188
+a63277d3965c3f9a8a7e5e295bb1f3c5  7.3.1189
+cb4ded2ce9a944ba91c3358784c1362b  7.3.1190
+b97574da9496de891af21e63b973f787  7.3.1191
+2865624e3633fd4f41c4299892d2b09d  7.3.1192
+e814c9fb6d521ab0b3113c6d746bcd87  7.3.1193
+0cfc6bcd2f474842179043f982b8e40b  7.3.1194
+1497754c2b6fdde06fe405bc73422045  7.3.1195
+84f20346828fd2a900ce81c98b2450fb  7.3.1196
+162d66c1f8b2cdf9780974be921bf3e6  7.3.1197
+e66580a19a41d135e49c6f2bdd94d1c4  7.3.1198
+6e68ceac54ac02c1f529ff1409023bbb  7.3.1199
+247ce1c113346d628ede39108383c0b9  7.3.1200
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list