summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar2019-11-251-0/+102
* patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar2019-11-251-0/+11
* patch 8.1.2335: error message for function arguments may use NULL pointerv8.1.2335Bram Moolenaar2019-11-221-1/+1
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-3/+0
* patch 8.1.2326: cannot parse a date/time stringv8.1.2326Bram Moolenaar2019-11-211-1/+41
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-0/+1
* patch 8.1.2282: crash when passing many arguments through a partialv8.1.2282Bram Moolenaar2019-11-101-0/+6
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-3/+18
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-4/+0
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-64/+0
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-1/+1
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-011-2/+1
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-2/+0
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-0/+1
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-93/+4
* patch 8.1.2042: the evalfunc.c file is too bigv8.1.2042Bram Moolenaar2019-09-151-121/+0
* patch 8.1.2038: has('vimscript-4') is always 0v8.1.2038Bram Moolenaar2019-09-151-0/+1
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-151-6/+7