summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
AgeCommit message (Expand)Author
2021-06-21patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-03patch 8.2.2828: Coverity complains about not checking rename() return valuev8.2.2828Bram Moolenaar
2021-01-04patch 8.2.2294: VMS: a few remaining problemsv8.2.2294Bram Moolenaar
2021-01-02patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar
2020-11-26patch 8.2.2055: MS-Windows: two Vim instances may use the same temp filev8.2.2055Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-11patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar
2020-10-03patch 8.2.1793: not consistently giving the "is a directory" warningv8.2.1793Bram Moolenaar
2020-09-02patch 8.2.1570: configure check for dirfd() does not work on HPUXv8.2.1570Bram Moolenaar
2020-08-11patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar
2020-07-14patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar
2020-07-05patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar
2020-06-29patch 8.2.1088: a very long translation might cause a buffer overflowv8.2.1088Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-12patch 8.2.0966: 'shortmess' flag "n" not used in two placesv8.2.0966Bram Moolenaar
2020-06-10patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar
2020-06-02patch 8.2.0888: readdirex() returns size -2 for a directoryv8.2.0888Bram Moolenaar
2020-06-01patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-07patch 8.2.0711: temp directory might be clearedv8.2.0711Bram Moolenaar
2020-03-29patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-02-04patch 8.2.0209: function a bit far away from where it's usedv8.2.0209Bram Moolenaar
2019-12-15patch 8.2.0009: VMS: terminal version doesn't buildv8.2.0009Bram Moolenaar
2019-12-01patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-17patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar
2019-11-16patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar
2019-09-28patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-13patch 8.1.1843: might be freeing memory that was not allocatedv8.1.1843Bram Moolenaar
2019-08-01patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar
2019-07-31patch 8.1.1780: warning for file no longer available is repeatedv8.1.1780Bram Moolenaar
2019-07-23patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar
2019-06-15patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1385: signed/unsigned compiler warningv8.1.1385Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-24patch 8.1.1379: filechanged test hangsv8.1.1379Bram Moolenaar
2019-05-24patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar