log src/fileio.c @ 20433:5950284a517f v8.2.0771

age author description
Thu, 07 May 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.0711: temp directory might be cleared v8.2.0711
Sun, 29 Mar 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmd v8.2.0474
Wed, 26 Feb 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0320: no Haiku support v8.2.0320
Sat, 22 Feb 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0296: mixing up "long long" and __int64 may cause problems v8.2.0296
Tue, 04 Feb 2020 22:45:04 +0100 Bram Moolenaar patch 8.2.0209: function a bit far away from where it's used v8.2.0209
Sun, 15 Dec 2019 13:00:04 +0100 Bram Moolenaar patch 8.2.0009: VMS: terminal version doesn't build v8.2.0009
Sun, 01 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2379: using old C style comments v8.1.2379
Sun, 01 Dec 2019 15:30:04 +0100 Bram Moolenaar patch 8.1.2373: cannot build with +popupwin but without +quickfix v8.1.2373
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Sat, 16 Nov 2019 14:00:05 +0100 Bram Moolenaar patch 8.1.2302: :lockmarks does not work for '[ and '] v8.1.2302
Sat, 28 Sep 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2094: the fileio.c file is too big v8.1.2094
Sat, 21 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2064: MS-Windows: compiler warnings for unused arguments v8.1.2064
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 13 Aug 2019 00:30:05 +0200 Bram Moolenaar patch 8.1.1843: might be freeing memory that was not allocated v8.1.1843
Thu, 01 Aug 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1789: cannot see file name of preview popup window v8.1.1789
Wed, 31 Jul 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1780: warning for file no longer available is repeated v8.1.1780
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Sat, 15 Jun 2019 19:45:06 +0200 Bram Moolenaar patch 8.1.1547: functionality of bt_nofile() is confusing v8.1.1547
Sat, 08 Jun 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1498: ":write" increments b:changedtick even though nothing changed v8.1.1498
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:15:05 +0200 Bram Moolenaar patch 8.1.1385: signed/unsigned compiler warning v8.1.1385
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Fri, 24 May 2019 17:00:05 +0200 Bram Moolenaar patch 8.1.1379: filechanged test hangs v8.1.1379
Fri, 24 May 2019 14:15:04 +0200 Bram Moolenaar patch 8.1.1378: delete() can not handle a file name that looks like a pattern v8.1.1378
Fri, 24 May 2019 12:00:07 +0200 Bram Moolenaar patch 8.1.1374: check for file changed triggers too often v8.1.1374
Sat, 18 May 2019 19:00:05 +0200 Bram Moolenaar patch 8.1.1349: if writing runs into conversion error backup file is deleted v8.1.1349
Sun, 28 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1231: asking about existing swap file unnecessarily v8.1.1231
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Thu, 21 Feb 2019 12:30:08 +0100 Bram Moolenaar patch 8.1.0961: Mac: fsync may fail sometimes v8.1.0961
Wed, 20 Feb 2019 20:45:08 +0100 Bram Moolenaar patch 8.1.0957: Mac: fsync fails on network share v8.1.0957
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Fri, 15 Feb 2019 21:15:07 +0100 Bram Moolenaar patch 8.1.0927: USE_CR is never defined v8.1.0927
Thu, 14 Feb 2019 13:00:22 +0100 Bram Moolenaar patch 8.1.0915: fsync() may not work properly on Mac v8.1.0915
Tue, 12 Feb 2019 22:45:06 +0100 Bram Moolenaar patch 8.1.0904: USE_LONG_FNAME never defined v8.1.0904
Sun, 10 Feb 2019 23:30:09 +0100 Bram Moolenaar patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite right v8.1.0895
Fri, 08 Feb 2019 14:45:07 +0100 Bram Moolenaar patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore v8.1.0882
Fri, 08 Feb 2019 12:30:07 +0100 Bram Moolenaar patch 8.1.0879: MS-Windows: temp name encoding can be wrong v8.1.0879
Sat, 26 Jan 2019 16:30:13 +0100 Bram Moolenaar patch 8.1.0825: code for autocommands is mixed with file I/O code v8.1.0825
Thu, 24 Jan 2019 18:00:07 +0100 Bram Moolenaar patch 8.1.0811: too many #ifdefs v8.1.0811
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Fri, 18 Jan 2019 23:00:08 +0100 Bram Moolenaar patch 8.1.0773: not all crypt code is tested v8.1.0773
Thu, 17 Jan 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Thu, 17 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 13:30:07 +0100 Bram Moolenaar patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost v8.1.0729
Mon, 24 Dec 2018 00:30:07 +0100 Bram Moolenaar patch 8.1.0630: "wincmd p" does not work after using an autocmd window v8.1.0630
Fri, 16 Nov 2018 16:30:07 +0100 Bram Moolenaar patch 8.1.0528: various typos in comments v8.1.0528
Sun, 14 Oct 2018 21:45:04 +0200 Bram Moolenaar patch 8.1.0475: memory not freed on exit when quit in autocmd v8.1.0475
Thu, 11 Oct 2018 19:30:05 +0200 Bram Moolenaar patch 8.1.0470: pointer ownership around fname_expand() is unclear v8.1.0470
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 16 Sep 2018 16:00:07 +0200 Christian Brabandt patch 8.1.0397: no event triggered after updating diffs v8.1.0397
Thu, 13 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions v8.1.0377
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306