[vim] branch debian/sid updated (74a69a5 -> 6ea6dc6)

James McCoy jamessan at debian.org
Tue Sep 13 02:39:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to branch debian/sid
in repository vim.

      from  74a69a5   releasing package vim version 2:7.4.2347-1
      adds  9a27c7f   patch 7.4.2348 Problem:    Crash on exit when EXITFREE is defined. (Dominique Pelle) Solution:   Don't access curwin when exiting.
      adds  2321ca2   patch 7.4.2349 Problem:    Valgrind reports using uninitialzed memory. (Dominique Pelle) Solution:   Check the length before checking for a NUL.
      adds  cf703fe   patch 7.4.2350 Problem:    Test 86 and 87 fail with some version of Python. Solution:   Unify "can't" and "cannot".  Unify quotes.
      adds  ff330ff   patch 7.4.2351 Problem:    Netbeans test fails when run from unpacked MS-Windows sources. Solution:   Open README.txt instead of Makefile.
      adds  922a443   patch 7.4.2352 Problem:    Netbeans test fails in shadow directory. Solution:   Also copy README.txt to the shadow directory.
      adds  2931f2a   patch 7.4.2353 Problem:    Not enough test coverage for Normal mode commands. Solution:   Add more tests. (Christian Brabandt)
      adds  d563883   patch 7.4.2354 Problem:    The example that explains nested backreferences does not work             properly with the new regexp engine. (Harm te Hennepe) Solution:   Also save the end position when adding a state. (closes #990)
      adds  16b3578   patch 7.4.2355 Problem:    Regexp fails to match when using "\>\)\?". (Ramel) Solution:   When a state is already in the list, but addstate_here() is used             and the existing state comes later, add the new state anyway.
      adds  ea683da   patch 7.4.2356 Problem:    Reading past end of line when using previous substitute pattern.             (Dominique Pelle) Solution:   Don't set "pat" only set "searchstr".
      adds  4664371   patch 7.4.2357 Problem:    Attempt to read history entry while not initialized. Solution:   Skip when the index is negative.
      adds  d47d837   patch 7.4.2358 Problem:    Compiler warnings with Solaris Studio when using GTK3. Solution:   Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
      adds  26fe0d5   patch 7.4.2359 Problem:    Memory leak in timer_start(). Solution:   Check the right field to be NULL.
      adds  80c3fd7   patch 7.4.2360 Problem:    Invalid memory access when formatting. (Dominique Pelle) Solution:   Make sure cursor line and column are associated.
      adds  ee39ef0   patch 7.4.2361 Problem:    Checking for last_timer_id to overflow is not reliable. (Ozaki             Kiichi) Solution:   Check for the number not going up.
      adds  4930a76   patch 7.4.2362 Problem:    Illegal memory access with ":1@". (Dominique Pelle) Solution:   Correct cursor column after setting the line number.  Also avoid             calling end_visual_mode() when not in Visual mode.
      adds  7e1479b   Updated runtime files, Japanese translations.
      adds  cbeab96   patch 7.4.2363 Problem:    Superfluous function prototypes. Solution:   Remove them.
      adds  e1c8c7a   patch 7.4.2364 Problem:    Sort test sometimes fails. Solution:   Add it to the list of flaky tests.
      adds  220adb1   A few more runtime updates.
      adds  1b01005   patch 7.4.2365 Problem:    Needless line break. Confusing directory name. Solution:   Remove line break.  Prepend "../" to "tools".
      adds  100f277   patch 7.4.2366 Problem:    MS-Windows gvim.exe does not have DirectX support. Solution:   Add the DIRECTX to the script.
      adds  edeb846   patch 7.4.2367 Problem:    Test runner misses a comma. Solution:   Add the comma.
      adds  bb76f24   Vim 8.0 release
      adds  6401024   patch 8.0.0001 Problem:    Intro screen still mentions version7. (Paul) Solution:   Change it to version8.
      adds  9e1e7af   patch 8.0.0002 Problem:    The netrw plugin does not work. Solution:   Make it accept version 8.0.
      adds  b56e7ff   Update translations for intro page.
      adds  789a5c0   patch 8.0.0003 Problem:    getwinvar() returns wrong Value of boolean and number options,             especially non big endian systems. (James McCoy) Solution:   Cast the pointer to long or int. (closes #1060)
       new  611a099   Merge tag 'v8.0.0003' into debian/sid
       new  e4c8cf3   Start changelog for 8.0.0003
       new  f25264c   Clarify how to update patches on the latest upstream code
       new  f58d681   Bump version in source/lintian-overrides
       new  6ea6dc6   releasing package vim version 2:8.0.0003-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |   18 +-
 README.md                                          |    2 +-
 README.txt                                         |    2 +-
 READMEdir/Contents                                 |    8 +-
 READMEdir/README_ami.txt                           |    6 +-
 READMEdir/README_amibin.txt                        |    4 +-
 READMEdir/README_amisrc.txt                        |    4 +-
 READMEdir/README_bindos.txt                        |   14 +-
 READMEdir/README_dos.txt                           |   36 +-
 READMEdir/README_extra.txt                         |    2 +-
 READMEdir/README_mac.txt                           |    2 +-
 READMEdir/README_ole.txt                           |    2 +-
 READMEdir/README_os2.txt                           |    2 +-
 READMEdir/README_os390.txt                         |    4 +-
 READMEdir/README_src.txt                           |    4 +-
 READMEdir/README_srcdos.txt                        |    4 +-
 READMEdir/README_unix.txt                          |    2 +-
 READMEdir/README_vms.txt                           |    2 +-
 READMEdir/README_w32s.txt                          |    2 +-
 debian/README.source                               |   12 +-
 debian/changelog                                   |    8 +
 ...s-decision-to-disable-modelines-by-defaul.patch |    2 +-
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |    4 +-
 debian/source/lintian-overrides                    |    4 +-
 nsis/gvim_version.nsh                              |    4 +-
 runtime/autoload/netrw.vim                         |    4 +-
 runtime/doc/arabic.txt                             |    2 +-
 runtime/doc/autocmd.txt                            |    2 +-
 runtime/doc/change.txt                             |    3 +-
 runtime/doc/channel.txt                            |    4 +-
 runtime/doc/cmdline.txt                            |    2 +-
 runtime/doc/debug.txt                              |    2 +-
 runtime/doc/debugger.txt                           |    2 +-
 runtime/doc/develop.txt                            |    2 +-
 runtime/doc/diff.txt                               |    2 +-
 runtime/doc/digraph.txt                            |    2 +-
 runtime/doc/editing.txt                            |    2 +-
 runtime/doc/eval.txt                               |    2 +-
 runtime/doc/farsi.txt                              |    2 +-
 runtime/doc/filetype.txt                           |   13 +-
 runtime/doc/fold.txt                               |    2 +-
 runtime/doc/ft_ada.txt                             |    2 +-
 runtime/doc/ft_sql.txt                             |    2 +-
 runtime/doc/gui.txt                                |    2 +-
 runtime/doc/gui_w32.txt                            |    2 +-
 runtime/doc/gui_x11.txt                            |    2 +-
 runtime/doc/hangulin.txt                           |    2 +-
 runtime/doc/hebrew.txt                             |    2 +-
 runtime/doc/help.txt                               |    2 +-
 runtime/doc/helphelp.txt                           |    2 +-
 runtime/doc/howto.txt                              |    2 +-
 runtime/doc/if_cscop.txt                           |    2 +-
 runtime/doc/if_lua.txt                             |    2 +-
 runtime/doc/if_mzsch.txt                           |    2 +-
 runtime/doc/if_ole.txt                             |    2 +-
 runtime/doc/if_perl.txt                            |    2 +-
 runtime/doc/if_pyth.txt                            |    2 +-
 runtime/doc/if_ruby.txt                            |    2 +-
 runtime/doc/if_sniff.txt                           |    2 +-
 runtime/doc/if_tcl.txt                             |    2 +-
 runtime/doc/indent.txt                             |    2 +-
 runtime/doc/index.txt                              |    2 +-
 runtime/doc/insert.txt                             |    2 +-
 runtime/doc/intro.txt                              |    2 +-
 runtime/doc/map.txt                                |    2 +-
 runtime/doc/mbyte.txt                              |    2 +-
 runtime/doc/message.txt                            |    2 +-
 runtime/doc/mlang.txt                              |    2 +-
 runtime/doc/motion.txt                             |    2 +-
 runtime/doc/netbeans.txt                           |    2 +-
 runtime/doc/options.txt                            |    2 +-
 runtime/doc/os_390.txt                             |    2 +-
 runtime/doc/os_amiga.txt                           |    2 +-
 runtime/doc/os_beos.txt                            |    2 +-
 runtime/doc/os_dos.txt                             |    2 +-
 runtime/doc/os_mac.txt                             |    2 +-
 runtime/doc/os_mint.txt                            |    2 +-
 runtime/doc/os_msdos.txt                           |    2 +-
 runtime/doc/os_os2.txt                             |    2 +-
 runtime/doc/os_qnx.txt                             |    2 +-
 runtime/doc/os_risc.txt                            |    2 +-
 runtime/doc/os_unix.txt                            |    2 +-
 runtime/doc/os_vms.txt                             |    2 +-
 runtime/doc/os_win32.txt                           |    2 +-
 runtime/doc/pattern.txt                            |    6 +-
 runtime/doc/pi_gzip.txt                            |    2 +-
 runtime/doc/pi_netrw.txt                           |    2 +-
 runtime/doc/pi_paren.txt                           |    2 +-
 runtime/doc/pi_spec.txt                            |    2 +-
 runtime/doc/pi_tar.txt                             |    2 +-
 runtime/doc/pi_vimball.txt                         |    2 +-
 runtime/doc/pi_zip.txt                             |    2 +-
 runtime/doc/print.txt                              |    2 +-
 runtime/doc/quickfix.txt                           |    2 +-
 runtime/doc/quickref.txt                           |    2 +-
 runtime/doc/quotes.txt                             |    2 +-
 runtime/doc/recover.txt                            |    2 +-
 runtime/doc/remote.txt                             |    2 +-
 runtime/doc/repeat.txt                             |    4 +-
 runtime/doc/rileft.txt                             |    2 +-
 runtime/doc/russian.txt                            |    2 +-
 runtime/doc/scroll.txt                             |    2 +-
 runtime/doc/sign.txt                               |    2 +-
 runtime/doc/spell.txt                              |    2 +-
 runtime/doc/sponsor.txt                            |    2 +-
 runtime/doc/starting.txt                           |   11 +-
 runtime/doc/syntax.txt                             |  119 +-
 runtime/doc/tabpage.txt                            |    8 +-
 runtime/doc/tags                                   |   10 +
 runtime/doc/tagsrch.txt                            |    2 +-
 runtime/doc/term.txt                               |    2 +-
 runtime/doc/tips.txt                               |    2 +-
 runtime/doc/todo.txt                               |   43 +-
 runtime/doc/uganda.txt                             |    2 +-
 runtime/doc/undo.txt                               |    2 +-
 runtime/doc/usr_01.txt                             |    2 +-
 runtime/doc/usr_02.txt                             |    2 +-
 runtime/doc/usr_03.txt                             |    2 +-
 runtime/doc/usr_04.txt                             |    2 +-
 runtime/doc/usr_05.txt                             |    2 +-
 runtime/doc/usr_06.txt                             |    2 +-
 runtime/doc/usr_07.txt                             |    2 +-
 runtime/doc/usr_08.txt                             |    2 +-
 runtime/doc/usr_09.txt                             |    2 +-
 runtime/doc/usr_10.txt                             |    2 +-
 runtime/doc/usr_11.txt                             |    2 +-
 runtime/doc/usr_12.txt                             |    2 +-
 runtime/doc/usr_20.txt                             |    2 +-
 runtime/doc/usr_21.txt                             |    2 +-
 runtime/doc/usr_22.txt                             |    2 +-
 runtime/doc/usr_23.txt                             |    2 +-
 runtime/doc/usr_24.txt                             |    2 +-
 runtime/doc/usr_25.txt                             |    2 +-
 runtime/doc/usr_26.txt                             |    2 +-
 runtime/doc/usr_27.txt                             |    2 +-
 runtime/doc/usr_28.txt                             |    2 +-
 runtime/doc/usr_29.txt                             |    2 +-
 runtime/doc/usr_30.txt                             |    2 +-
 runtime/doc/usr_31.txt                             |    2 +-
 runtime/doc/usr_32.txt                             |    2 +-
 runtime/doc/usr_40.txt                             |    2 +-
 runtime/doc/usr_41.txt                             |    2 +-
 runtime/doc/usr_42.txt                             |    2 +-
 runtime/doc/usr_43.txt                             |    2 +-
 runtime/doc/usr_44.txt                             |    2 +-
 runtime/doc/usr_45.txt                             |    2 +-
 runtime/doc/usr_90.txt                             |    2 +-
 runtime/doc/usr_toc.txt                            |    2 +-
 runtime/doc/various.txt                            |    2 +-
 runtime/doc/version4.txt                           |    2 +-
 runtime/doc/version5.txt                           |    2 +-
 runtime/doc/version6.txt                           |    2 +-
 runtime/doc/version7.txt                           |    2 +-
 runtime/doc/version8.txt                           |  130 +-
 runtime/doc/vi_diff.txt                            |    2 +-
 runtime/doc/visual.txt                             |    2 +-
 runtime/doc/windows.txt                            |    2 +-
 runtime/doc/workshop.txt                           |    2 +-
 runtime/syntax/bib.vim                             |    5 +-
 src/GvimExt/GvimExt.reg                            |    4 +-
 src/Makefile                                       |    5 +-
 src/bigvim.bat                                     |    2 +-
 src/buffer.c                                       |    8 +-
 src/evalfunc.c                                     |    2 +-
 src/ex_cmds2.c                                     |    3 +-
 src/ex_docmd.c                                     |    1 +
 src/ex_getln.c                                     |    2 +-
 src/gui.h                                          |   26 +
 src/gui_beval.c                                    |    4 +-
 src/gui_gtk_f.c                                    |   20 +-
 src/gvim.exe.mnf                                   |    2 +-
 src/message.c                                      |    2 +-
 src/misc1.c                                        |   10 +-
 src/normal.c                                       |    3 +-
 src/option.c                                       |    4 +-
 src/po/af.po                                       |    4 +-
 src/po/ca.po                                       |    4 +-
 src/po/cs.cp1250.po                                |    4 +-
 src/po/cs.po                                       |    4 +-
 src/po/de.po                                       |    4 +-
 src/po/eo.po                                       |    4 +-
 src/po/es.po                                       |    4 +-
 src/po/fi.po                                       |    4 +-
 src/po/fr.po                                       |    4 +-
 src/po/ga.po                                       |    4 +-
 src/po/it.po                                       |    4 +-
 src/po/ja.euc-jp.po                                |   23 +-
 src/po/ja.po                                       |   23 +-
 src/po/ja.sjis.po                                  |   23 +-
 src/po/ko.UTF-8.po                                 |    4 +-
 src/po/ko.po                                       |    4 +-
 src/po/nb.po                                       |    4 +-
 src/po/nl.po                                       |    4 +-
 src/po/no.po                                       |    4 +-
 src/po/pl.UTF-8.po                                 |    4 +-
 src/po/pl.cp1250.po                                |    4 +-
 src/po/pl.po                                       |    4 +-
 src/po/pt_BR.po                                    |    4 +-
 src/po/ru.cp1251.po                                |    4 +-
 src/po/ru.po                                       |    4 +-
 src/po/sk.cp1250.po                                |    4 +-
 src/po/sk.po                                       |    4 +-
 src/po/sv.po                                       |    4 +-
 src/po/uk.cp1251.po                                |    4 +-
 src/po/uk.po                                       |    4 +-
 src/po/vi.po                                       |    4 +-
 src/po/zh_CN.UTF-8.po                              |    4 +-
 src/po/zh_CN.cp936.po                              |    4 +-
 src/po/zh_CN.po                                    |    4 +-
 src/po/zh_TW.UTF-8.po                              |    4 +-
 src/po/zh_TW.po                                    |    4 +-
 src/regexp.c                                       |    3 -
 src/regexp_nfa.c                                   |   82 +-
 src/search.c                                       |    5 +-
 src/testdir/runtest.vim                            |    7 +-
 src/testdir/test86.in                              |    8 +
 src/testdir/test86.ok                              |    2 +-
 src/testdir/test87.in                              |   13 +-
 src/testdir/test87.ok                              |    2 +-
 src/testdir/test_bufwintabinfo.vim                 |   13 +
 src/testdir/test_netbeans.py                       |    4 +-
 src/testdir/test_netbeans.vim                      |    8 +-
 src/testdir/test_normal.vim                        |  311 +-
 src/testdir/test_regexp_latin.vim                  |   24 +
 src/testdir/test_search.vim                        |   11 +
 src/testdir/test_timers.vim                        |    8 +-
 src/version.c                                      | 4695 +-------------------
 src/version.h                                      |   24 +-
 src/vim.def                                        |    2 +-
 229 files changed, 1048 insertions(+), 5229 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list