]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.143
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Mar 2011 17:10:45 +0000 (18:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Mar 2011 17:10:45 +0000 (18:10 +0100)
commitb05b10a3c0367c0b7bbe4fbe9b287ca46b92b05b
tree640255663aeb0bacbe247d962d8d641959e17ebf
parentcab49dff91922dd8af0ca959968bc24cb6298485
updated for version 7.3.143
Problem:    Memfile is not tested sufficiently.  Looking up blocks in a
            memfile is slow when there are many blocks.
Solution:   Add high level test and unittest.  Adjust the number of hash
            buckets to the number of blocks.  (Ivan Krasilnikov)
Filelist
src/Makefile
src/main.c
src/memfile.c
src/structs.h
src/testdir/Make_amiga.mak
src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Make_os2.mak
src/testdir/Makefile
src/version.c