summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-4/+4
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-121-0/+7
* patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0526: Gcc 9 complains about empty statementv8.2.0526Bram Moolenaar2020-04-071-1/+3
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-2/+2
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-0/+3
* patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar2020-04-051-324/+0
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-031-8/+3
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-3/+2
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-011-5/+12
* patch 8.2.0464: typos and other small problemsv8.2.0463Bram Moolenaar2020-03-271-4/+0
* patch 8.2.0460: build failure because of wrong feature namev8.2.0460Bram Moolenaar2020-03-261-2/+2
* patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar2020-03-261-211/+291
* patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar2020-03-221-304/+977
* patch 8.2.0421: interrupting with CTRL-C does not always workv8.2.0421Bram Moolenaar2020-03-201-1/+11
* patch 8.2.0395: build fails with FEAT_EVAL but without FEAT_MENUv8.2.0395Bram Moolenaar2020-03-161-0/+2
* patch 8.2.0386: part from unfinished patch got includedv8.2.0386Bram Moolenaar2020-03-151-11/+1
* patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar2020-03-151-1/+12
* patch 8.2.0345: compiler warning when building without the float featurev8.2.0345Bram Moolenaar2020-03-011-0/+2
* patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar2020-03-011-516/+606
* patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar2020-02-291-8/+2
* patch 8.2.0331: internal error when using test_void() and test_unknown()v8.2.0331Bram Moolenaar2020-02-291-2/+8
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+6
* patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar2020-02-221-0/+2
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-171-2/+0
* patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar2020-02-141-0/+17
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-141-19/+1
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-226/+0
* patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar2020-02-121-2/+2
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-121-1/+0
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-081-109/+145
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-051-0/+1
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-311-2/+1
* patch 8.2.0182: min() and max() materialize a range() listv8.2.0182Bram Moolenaar2020-01-301-12/+22
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-10/+10
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-271-16/+30
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-514/+595
* patch 8.2.0120: virtcol() does not check arguments to be validv8.2.0120Bram Moolenaar2020-01-151-1/+11
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-14/+11
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-0/+1
* patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar2020-01-081-0/+6
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-1/+2
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-311-9/+9
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-271-0/+12
* patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar2019-12-011-246/+244
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-3/+6
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-1/+5
* patch 8.1.2359: cannot build without FEAT_FLOATv8.1.2359Bram Moolenaar2019-11-291-1/+5
* patch 8.1.2356: rand() does not use the best algorithmv8.1.2356Bram Moolenaar2019-11-281-54/+65
* patch 8.1.2343: using time() for srand() is not very randomv8.1.2343Bram Moolenaar2019-11-261-2/+37