0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

21 Commits

Author SHA1 Message Date
Bram Moolenaar
e60acc180b updated for version 7.3.187
Problem:    The RISC OS port has obvious errors and is not being maintained.
Solution:   Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
Bram Moolenaar
b05b10a3c0 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)
2011-03-22 18:10:45 +01:00
Bram Moolenaar
9c26303293 updated for version 7.3.085
Problem:    Inconsistency with preproc symbols.  void * computation.
Solution:   Include vimio.h from vim.h.  Add type cast.
2010-12-17 18:06:06 +01:00
Bram Moolenaar
540fc6fbdb updated for version 7.3.083
Problem:    When a read() or write() is interrupted by a signal it fails.
Solution:   Add read_eintr() and write_eintr().
2010-12-17 16:27:16 +01:00
Bram Moolenaar
a8ffcbbf5d Crypt the swapfile. 2010-06-21 06:15:46 +02:00
Bram Moolenaar
945e2dbb63 Use full path in undofile(). Updated docs. 2010-06-05 17:43:32 +02:00
Bram Moolenaar
f05da21900 updated for version 7.2-300 2009-11-17 16:13:15 +00:00
Bram Moolenaar
c236c16d08 updated for version 7.2b-000 2008-07-13 17:41:49 +00:00
Bram Moolenaar
8c8de83932 updated for version 7.2a 2008-06-24 22:58:06 +00:00
Bram Moolenaar
588ebeb7a5 updated for version 7.1-296 2008-05-07 17:09:24 +00:00
Bram Moolenaar
fe265ff56f updated for version 7.1b-002 2007-05-11 18:15:45 +00:00
Bram Moolenaar
49325942f5 updated for version 7.1b 2007-05-10 19:19:59 +00:00
Bram Moolenaar
17e79197d5 updated for version 7.1a 2007-05-06 14:15:36 +00:00
Bram Moolenaar
47b8b15b5f updated for version 7.0-192 2007-02-07 02:41:57 +00:00
Bram Moolenaar
3f2d9814e5 updated for version 7.0-159 2006-11-07 17:02:30 +00:00
Bram Moolenaar
5a6404cff4 updated for version 7.0-156 2006-11-01 17:12:57 +00:00
Bram Moolenaar
89f3727bd9 updated for version 7.0-110 2006-09-26 11:48:34 +00:00
Bram Moolenaar
362e1a30c6 updated for version 7.0216 2006-03-06 23:29:24 +00:00
Bram Moolenaar
c32840f267 updated for version 7.0181 2006-01-14 21:23:38 +00:00
Bram Moolenaar
a5792f5890 updated for version 7.0158 2005-11-23 21:25:05 +00:00
Bram Moolenaar
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00