log src/digraph.c @ 35124:4aa752e16fc2 default tip

age author description
Tue, 19 Dec 2023 21:00:04 +0100 Christian Brabandt patch 9.0.2180: POSIX function name in exarg causes issues v9.0.2180
Fri, 20 Oct 2023 12:15:04 +0200 Christian Brabandt patch 9.0.2056: no digraph for quadruple prime v9.0.2056
Fri, 27 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1251: checking returned value of ga_grow() is inconsistent v9.0.1251
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Mon, 09 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1166: code is indented more than necessary v9.0.1166
Mon, 26 Dec 2022 14:00:07 +0100 Bram Moolenaar patch 9.0.1098: code uses too much indent v9.0.1098
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Sat, 24 Sep 2022 17:00:03 +0200 Bram Moolenaar patch 9.0.0576: unused loop variables v9.0.0576
Tue, 30 Aug 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0328: OLD_DIGRAPHS is unused v9.0.0328
Mon, 22 Aug 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete v9.0.0245
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Thu, 16 Jun 2022 12:30:04 +0200 Bram Moolenaar patch 8.2.5106: default cmdwin mappings are re-mappable v8.2.5106
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Sat, 19 Mar 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4594: need to write script to a file to be able to source them v8.2.4594
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Wed, 08 Sep 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3415: Vim9: not all function argument types are properly checked v8.2.3415
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Mon, 26 Jul 2021 22:00:07 +0200 Bram Moolenaar patch 8.2.3226: new digraph functions use old naming scheme v8.2.3226
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Mon, 19 Jul 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3184: cannot add a digraph with a leading space v8.2.3184
Tue, 08 Sep 2020 19:15:05 +0200 Bram Moolenaar patch 8.2.1635: no digraph for 0x2022 BULLET v8.2.1635
Tue, 14 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1215: Atari MiNT support is outdated v8.2.1215
Sun, 07 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sun, 01 Dec 2019 21:15:03 +0100 Bram Moolenaar patch 8.1.2378: using old C style comments v8.1.2378
Sat, 24 Aug 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.1923: some source files are not in a normal encoding v8.1.1923
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, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
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, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 14 Dec 2018 19:00:05 +0100 Bram Moolenaar patch 8.1.0586: :digraph output is not easy to read v8.1.0586
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sat, 16 Jun 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251" v8.1.0059
Tue, 27 Feb 2018 21:15:06 +0100 Christian Brabandt patch 8.0.1553: cannot see what digraph is used to insert a character v8.0.1553
Sun, 28 Jan 2018 17:15:05 +0100 Christian Brabandt patch 8.0.1435: memory leak in test_arabic v8.0.1435
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
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, 22 Jul 2017 20:45:05 +0200 Christian Brabandt patch 8.0.0749: some unicode digraphs are hard to remember v8.0.0749
Fri, 04 Nov 2016 22:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/81615517249bb78cba9c37c9834b787c1b265521 v8.0.0062
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sun, 31 Jul 2016 14:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/89eaa4185efacab253b23a182c1c8a7bbf1096c9 v7.4.2135
Sat, 12 Mar 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7f8989dd8a627af2185df381195351a913f3777f v7.4.1552
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Sat, 30 Jan 2016 15:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7454a06e2642d2b37afad1c5e71cec68081ca4ff v7.4.1205
Fri, 29 Jan 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f28dbcea371b3a35727d91afc90fb90e0527d78a v7.4.1196
Thu, 31 Dec 2015 19:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a v7.4.1008
Wed, 18 Jun 2014 21:38:18 +0200 Bram Moolenaar updated for version 7.4.335 v7.4.335
Tue, 10 Jan 2012 22:26:17 +0100 Bram Moolenaar updated for version 7.3.400 v7.3.400
Fri, 07 May 2010 16:18:14 +0200 Bram Moolenaar updated for version 7.2.414 v7.2.414
Wed, 13 May 2009 12:15:37 +0000 vimboss updated for version 7.2-167fix v7.2.167
Wed, 13 May 2009 10:51:08 +0000 vimboss updated for version 7.2-168
Tue, 24 Jun 2008 22:58:06 +0000 vimboss updated for version 7.2a v7.2a
Thu, 03 Jan 2008 16:54:33 +0000 vimboss updated for version 7.1-193 v7.1.193
Thu, 13 Sep 2007 16:26:47 +0000 vimboss updated for version 7.1-104 v7.1.104