log src/misc1.c @ 18478:94223687df0e

age author description
Sun, 27 Oct 2019 05:15:06 +0100 Bram Moolenaar patch 8.1.2225: the "last used" info of a buffer is under used v8.1.2225
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Wed, 09 Oct 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2127: the indent.c file is a bit big v8.1.2127
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Sun, 22 Sep 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.2066: no tests for state()
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Mon, 16 Sep 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2047: cannot check the current state v8.1.2047
Tue, 10 Sep 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.2021: some global functions can be local to the file v8.1.2021
Wed, 04 Sep 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.1985: code for dealing with paths is spread out v8.1.1985
Wed, 04 Sep 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1979: code for handling file names is spread out v8.1.1979
Wed, 21 Aug 2019 13:00:03 +0200 Bram Moolenaar patch 8.1.1897: may free memory twice when out of memory v8.1.1897
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sun, 21 Jul 2019 15:00:07 +0200 Bram Moolenaar patch 8.1.1724: too much overhead checking for CTRL-C while processing text v8.1.1724
Sun, 09 Jun 2019 16:45:05 +0200 Bram Moolenaar patch 8.1.1509: cmdline_row can become negative, causing a crash v8.1.1509
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:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Thu, 23 May 2019 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
Sun, 19 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
Sun, 19 May 2019 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
Fri, 17 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1343: text properties not adjusted for Visual block mode delete v8.1.1343
Sat, 11 May 2019 18:45:06 +0200 Bram Moolenaar patch 8.1.1318: code for text changes is in a "misc" file v8.1.1318
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Wed, 10 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1143: may pass weird strings to file name expansion v8.1.1143
Fri, 05 Apr 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1120: cannot easily get directory entry matches v8.1.1120
Tue, 02 Apr 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1103: MS-Windows: old API calls are no longer needed v8.1.1103
Sat, 30 Mar 2019 20:15:05 +0100 Bram Moolenaar patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment var v8.1.1091
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 16 Mar 2019 18:15:06 +0100 Bram Moolenaar patch 8.1.1011: indent from autoindent not removed from blank line v8.1.1011
Thu, 21 Feb 2019 16:30:15 +0100 Bram Moolenaar patch 8.1.0963: illegal memory access when using 'incsearch' v8.1.0963
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Wed, 13 Feb 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0914: code related to findfile() is spread out v8.1.0914
Thu, 31 Jan 2019 14:00:07 +0100 Bram Moolenaar patch 8.1.0857: indent functionality is not separated v8.1.0857
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
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
Thu, 17 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0770: inconsistent use of ELAPSED_FUNC v8.1.0770
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 14:15:05 +0100 Bram Moolenaar patch 8.1.0718: a couple compiler warnings v8.1.0718
Tue, 08 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0707: text property columns are not adjusted for changed indent v8.1.0707
Wed, 02 Jan 2019 18:15:04 +0100 Bram Moolenaar patch 8.1.0681: text properties as not adjusted for deleted text v8.1.0681
Wed, 02 Jan 2019 00:15:05 +0100 Bram Moolenaar patch 8.1.0678: text properties as not adjusted for inserted text v8.1.0678
Tue, 01 Jan 2019 00:00:07 +0100 Bram Moolenaar patch 8.1.0671: cursor in the wrong column after auto-formatting v8.1.0671
Sun, 30 Dec 2018 11:45:06 +0100 Bram Moolenaar patch 8.1.0662: needlessly searching for tilde in string v8.1.0662
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Sun, 09 Dec 2018 15:15:06 +0100 Bram Moolenaar patch 8.1.0574: 'commentstring' not used when adding fold marker in C v8.1.0574
Fri, 07 Dec 2018 21:15:04 +0100 Bram Moolenaar patch 8.1.0570: 'commentstring' not used when adding fold marker v8.1.0570
Fri, 16 Nov 2018 19:45:05 +0100 Bram Moolenaar patch 8.1.0534: MS-Windows installer uses different $HOME than Vim v8.1.0534
Sun, 07 Oct 2018 23:30:06 +0200 Bram Moolenaar patch 8.1.0466: autocmd test fails v8.1.0466
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 14:15:05 +0200 Christian Brabandt patch 8.1.0394: diffs are not always updated correctly v8.1.0394
Mon, 10 Sep 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0361: remote user not used for completion v8.1.0361
Sun, 26 Aug 2018 21:30:07 +0200 Christian Brabandt patch 8.1.0328: inputlist() doesn't work with a timer v8.1.0328
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Wed, 25 Jul 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0211: expanding a file name "~" results in $HOME v8.1.0211
Sat, 07 Jul 2018 16:45:05 +0200 Christian Brabandt patch 8.1.0159: completion for user names does not work for a prefix. v8.1.0159
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Tue, 19 Jun 2018 19:00:07 +0200 Christian Brabandt patch 8.1.0084: user name completion does not work on MS-Windows v8.1.0084
Mon, 14 May 2018 23:00:05 +0200 Christian Brabandt patch 8.0.1841: HP-UX does not have setenv() v8.0.1841
Sun, 13 May 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1832: cannot use :unlet for an environment variable v8.0.1832
Tue, 01 May 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1783: cannot use 256 colors in a MS-Windows console v8.0.1783
Tue, 24 Apr 2018 19:45:07 +0200 Christian Brabandt patch 8.0.1758: open_line() returns TRUE/FALSE for success/failure v8.0.1758
Tue, 24 Apr 2018 17:45:08 +0200 Christian Brabandt patch 8.0.1756: GUI: after prompting for a number the mouse shape is wrong v8.0.1756
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Thu, 22 Feb 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1531: cannot use 24 bit colors in MS-Windows console v8.0.1531
Tue, 13 Feb 2018 12:30:07 +0100 Christian Brabandt patch 8.0.1510: cannot test if a command causes a beep v8.0.1510
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sun, 04 Feb 2018 16:45:05 +0100 Christian Brabandt patch 8.0.1468: illegal memory access in del_bytes() v8.0.1468
Sat, 03 Feb 2018 20:45:06 +0100 Christian Brabandt patch 8.0.1464: completing directory after :find does not add slash v8.0.1464
Tue, 19 Dec 2017 21:30:05 +0100 Christian Brabandt patch 8.0.1416: crash when searching for a sentence v8.0.1416
Sat, 18 Nov 2017 19:00:06 +0100 Christian Brabandt patch 8.0.1309: cannot use 'balloonexpr' in a terminal v8.0.1309
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Thu, 26 Oct 2017 22:15:05 +0200 Christian Brabandt patch 8.0.1223: crash when using autocomplete and tab pages v8.0.1223
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Sat, 02 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1041: bogus characters when indenting during visual-block append v8.0.1041
Wed, 30 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1026: GTK on-the-spot input has problems v8.0.1026
Wed, 30 Aug 2017 13:30:04 +0200 Christian Brabandt patch 8.0.1014: old compiler doesn't know uint32_t v8.0.1014
Tue, 29 Aug 2017 22:15:05 +0200 Christian Brabandt patch 8.0.1012: MS-Windows: problem with $HOME when is was set internally v8.0.1012
Sat, 26 Aug 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0999: indenting raw C++ strings is wrong v8.0.0999
Sun, 06 Aug 2017 19:15:04 +0200 Christian Brabandt patch 8.0.0883: invalid memory access with nonsensical script v8.0.0883
Sat, 05 Aug 2017 23:15:03 +0200 Christian Brabandt patch 8.0.0875: crash with weird command sequence v8.0.0875
Thu, 03 Aug 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0851: 'smartindent' is used even when 'indentexpr' is set v8.0.0851
Sun, 16 Jul 2017 16:00:04 +0200 Christian Brabandt patch 8.0.0722: screen is messed by timer up at inputlist() prompt v8.0.0722
Tue, 27 Jun 2017 17:15:03 +0200 Christian Brabandt patch 8.0.0683: visual bell flashes too quickly v8.0.0683
Fri, 21 Apr 2017 23:30:04 +0200 Christian Brabandt patch 8.0.0577: warning for uninitialized variable v8.0.0577
Thu, 20 Apr 2017 23:00:03 +0200 Christian Brabandt patch 8.0.0575: using freed memory when resetting 'indentexpr' v8.0.0575
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sun, 12 Mar 2017 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
Wed, 08 Mar 2017 22:30:05 +0100 Christian Brabandt patch 8.0.0431: 'cinoptions' cannot set indent for extern block v8.0.0431
Sun, 05 Mar 2017 19:45:04 +0100 Christian Brabandt patch 8.0.0423: changing 'cinoptions' does not always work v8.0.0423
Sun, 05 Mar 2017 18:15:04 +0100 Christian Brabandt patch 8.0.0421: diff mode wrong when adding line at end of buffer v8.0.0421
Sat, 25 Feb 2017 15:00:05 +0100 Christian Brabandt patch 8.0.0365: might free a dict item that wasn't allocated v8.0.0365
Thu, 23 Feb 2017 17:15:04 +0100 Christian Brabandt patch 8.0.0355: using uninitialized memory when 'isfname' is empty v8.0.0355
Fri, 17 Feb 2017 16:45:05 +0100 Christian Brabandt patch 8.0.0334: can't access b:changedtick from a dict reference v8.0.0334
Wed, 01 Feb 2017 22:45:04 +0100 Christian Brabandt patch 8.0.0293: some tests have a one or three second wait v8.0.0293
Wed, 01 Feb 2017 13:15:06 +0100 Christian Brabandt patch 8.0.0280: problem setting multi-byte environment var on MS-Windows v8.0.0280
Sun, 22 Jan 2017 20:00:04 +0100 Christian Brabandt patch 8.0.0221: unnecessary condition on PROTO v8.0.0221
Sat, 21 Jan 2017 23:00:04 +0100 Christian Brabandt patch 8.0.0211: cannot build without the multi-byte feature v8.0.0211
Thu, 12 Jan 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0175: setting language on MS-Windows does not always work v8.0.0175
Sat, 07 Jan 2017 15:45:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/c6aa475a27e3ed1645446b014c32ebf68d005d49 v8.0.0148
Thu, 17 Nov 2016 21:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ca8b8d6956dd881de6446fc32c38e817a364a6cc v8.0.0092
Wed, 12 Oct 2016 14:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cea912af725c54f4727a0565e31661f6b29c6bb1 v8.0.0029
Sat, 10 Sep 2016 16:00:10 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/80c3fd7c559c7d329d57afe10db9bfb0adf10e46 v7.4.2360
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sat, 27 Aug 2016 22:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/73d4e4c8922f6f4d256f910a18f47c0c3a48c28b v7.4.2274
Tue, 16 Aug 2016 23:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6bff02eb530aa29aafa2cb5627399837be7a5dd5 v7.4.2222
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Sat, 16 Jul 2016 15:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a06ecab7a5159e744448ace731036f0dc5f87dd4 v7.4.2048
Thu, 07 Jul 2016 14:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/00efded1064427ab3f84e4d57af62e0aab876fc6 v7.4.1991
Fri, 01 Jul 2016 18:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12 v7.4.1976
Fri, 01 Jul 2016 17:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8767f52fbfd4f053ce00a978227c95f1d7d323fe v7.4.1975
Sat, 04 Jun 2016 20:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/82faa259cc42379f2a17d598a2a39d14048685b0 v7.4.1896
Sat, 23 Apr 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 v7.4.1780
Fri, 25 Mar 2016 17:30:12 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/780d4c3fff3c06baa3135a9f9739c56a0c280a94 v7.4.1651
Sat, 19 Mar 2016 22:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/44a2f923c00f1384c9ecde12fb5b4711bc20702e v7.4.1611