summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2020-07-05patch 8.2.1138: Vim9: return type of copy() and deepcopy() is anyv8.2.1138Bram Moolenaar
2020-07-05patch 8.2.1136: Vim9: return type of argv() is always anyv8.2.1136Bram Moolenaar
2020-07-05patch 8.2.1133: Vim9: return type of add() is not specific enoughv8.2.1133Bram Moolenaar
2020-07-05patch 8.2.1132: Vim9: return type of repeat() is not specific enoughv8.2.1132Bram Moolenaar
2020-07-01patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()v8.2.1111Bram Moolenaar
2020-06-30patch 8.2.1096: Vim9: return type of getqflist() is wrongv8.2.1096Bram Moolenaar
2020-06-29patch 8.2.1082: Coverity complains about ignoring dict_add() return valuev8.2.1082Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-22patch 8.2.1035: setreg() does not always clear the registerv8.2.1035Bram Moolenaar
2020-06-18patch 8.2.1003: Vim9: return type of sort() is too genericv8.2.1003Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-13patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar
2020-06-10patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar
2020-06-08patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-06-07patch 8.2.0924: cannot save and restore a register properlyv8.2.0924Bram Moolenaar
2020-06-07patch 8.2.0918: duplicate code for evaluating expression argumentv8.2.0918Bram Moolenaar
2020-06-06patch 8.2.0915: search() cannot skip over matches like searchpair() canv8.2.0915Bram Moolenaar
2020-06-03patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893Bram Moolenaar
2020-06-02patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar
2020-06-01patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar
2020-06-01patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar
2020-06-01patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar
2020-06-01patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar
2020-05-31patch 8.2.0868: trim() always trims both endsv8.2.0868Bram Moolenaar
2020-05-31patch 8.2.0861: cannot easily get all the current marksv8.2.0861Bram Moolenaar
2020-05-30patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar
2020-05-30patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar
2020-05-23patch 8.2.0814: clang warning for implicit conversionv8.2.0814Bram Moolenaar
2020-05-22patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar
2020-05-14patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-13patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar
2020-05-13patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar
2020-04-29patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar
2020-04-27patch 8.2.0650: Vim9: script function can be deletedv8.2.0650Bram Moolenaar
2020-04-18patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
2020-04-08patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar
2020-04-07patch 8.2.0526: Gcc 9 complains about empty statementv8.2.0526Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-05patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar
2020-04-03patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-03-27patch 8.2.0464: typos and other small problemsv8.2.0463Bram Moolenaar
2020-03-26patch 8.2.0460: build failure because of wrong feature namev8.2.0460Bram Moolenaar
2020-03-26patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar