summaryrefslogtreecommitdiff
path: root/src/userfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-201-3/+3
* patch 8.1.1563: crash when using closuresv8.1.1563Bram Moolenaar2019-06-171-15/+13
* patch 8.1.1485: double free when garbage_collect() is used in autocommandv8.1.1485Bram Moolenaar2019-06-061-2/+9
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-011-0/+24
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-14/+11
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-7/+6
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-4/+4
* patch 8.1.1356: some text in heredoc assignment ends the textv8.1.1356Bram Moolenaar2019-05-191-4/+37
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-25/+25
* patch 8.1.1310: named function arguments are never optionalv8.1.1310Bram Moolenaar2019-05-091-12/+97
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-16/+2
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-1/+2
* patch 8.1.1007: using closure may consume a lot of memoryv8.1.1007Bram Moolenaar2019-03-141-63/+96
* patch 8.1.0917: double free when running out of memoryv8.1.0917Bram Moolenaar2019-02-141-4/+2
* patch 8.1.0897: can modify a:000 when using a referencev8.1.0897Bram Moolenaar2019-02-111-2/+2
* patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar2019-02-101-1/+2
* patch 8.1.0868: crash if triggering garbage collector after a function callv8.1.0868Bram Moolenaar2019-02-021-2/+2
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-2/+0
* patch 8.1.0800: may use a lot of memory when a function refers itselfv8.1.0800Bram Moolenaar2019-01-231-0/+13
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-22/+22
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-37/+37
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-1/+1
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-2/+7
* patch 8.1.0511: ml_get error when calling a function with a rangev8.1.0511Bram Moolenaar2018-11-041-0/+7
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-0/+2
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-141-41/+30
* patch 8.1.0365: function profile doesn't specify where it was definedv8.1.0365Bram Moolenaar2018-09-101-0/+9
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-11/+13
* patch 8.1.0229: crash when dumping profiling datav8.1.0229Bram Moolenaar2018-07-291-13/+21
* patch 8.1.0177: defining function in sandbox is inconsistentv8.1.0177Bram Moolenaar2018-07-101-7/+22
* patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar2018-07-081-1/+0
* patch 8.1.0130: ":profdel func" does not work if func was called alreadyv8.1.0130Bram Moolenaar2018-06-301-22/+30
* patch 8.1.0019: error when defining a Lambda with index of a function resultv8.1.0019Bram Moolenaar2018-05-221-2/+10
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-2/+0
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+2
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-6/+2
* patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar2017-12-231-0/+3
* patch 8.0.1378: autoload script sources itself when defining functionv8.0.1378Bram Moolenaar2017-12-071-1/+1
* patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar2017-12-071-1/+1
* patch 8.0.0667: memory access error when command follows :endfuncv8.0.0667Bram Moolenaar2017-06-241-21/+30
* patch 8.0.0663: unexpected error message only when 'verbose' is setv8.0.0663Bram Moolenaar2017-06-231-1/+3
* patch 8.0.0655: not easy to make sure a function does not existv8.0.0655Bram Moolenaar2017-06-221-1/+2
* patch 8.0.0654: no warning for text after :endfunctionv8.0.0654Bram Moolenaar2017-06-221-0/+8
* patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar2017-04-071-2/+3
* patch 8.0.0535: memory leak when exiting from within a user functionv8.0.0535Bram Moolenaar2017-04-011-39/+58
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-1/+1
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0297: double free on exit when using a closurev8.0.0297Bram Moolenaar2017-02-021-12/+66
* patch 8.0.0287: debug mode: cannot access function argumentsv8.0.0287Bram Moolenaar2017-02-011-1/+1