aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* eval: Use proper refcount of msgpack type listsZyX2015-08-05
* Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\
| * eval: Call list_append_allocated_string from list_append_stringZyX2015-08-02
| * vim_to_msgpack: Silence -Werror=unitialized compiler errorZyX2015-08-02
| * eval: Remove most of msgpack* functions limitationsZyX2015-08-02
| * eval: Add msgpackparse and msgpackdump functionsZyX2015-08-02
* | os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* | eval.c: Only inline float_op_wrapper on non-i386 #3072Wander Nauta2015-07-21
* | Implement API function to call functions #2979Sebastian Witte2015-07-19
* | synIDattr(): true color awarenessMarco Hinz2015-07-18
* | eval: Fix duplicate code in trig/math functions #3035Wander Nauta2015-07-18
* | Macro cleanup: FEAT_SHORTCUT, replace with WIN32Hettomei2015-07-17
* | Macro cleanup: USE_FILE_CHOOSERHettomei2015-07-17
* | Macro cleanup: FEAT_GUI_MOTIFHettomei2015-07-17
* | Macro cleanup: FEAT_GUI_W32Hettomei2015-07-17
|/
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* vim-patch:7.4.688 #2941Felipe Morales2015-07-14
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* completion: Initialize v:completed_item #2839Shougo Matsushita2015-06-20
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24
* Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)Michael Reed2015-05-18
* vim-patch:7.4.597 #2658David Bürgin2015-05-17
* passing-by: get_vim_var_str: mark non-null returnJustin M. Keyes2015-05-17
* doc: v:servername, serverstart()Justin M. Keyes2015-05-17
* Remove char_u: message:smsg()Michael Reed2015-05-13
* coverity/62618: fixing "Wrong sizeof argument"Chris Hall2015-05-08
* Merge #2470: Remove char_u (5)Eliseo Martínez2015-05-07
|\
| * Remove char_u: FullName_save()Mark Bainter2015-05-06
| * Remove char_u: path_with_url()Mark Bainter2015-05-06
| * Remove char_u: add_pathsep()Mark Bainter2015-05-06
* | vim-patch:7.4.574 #2539Bastian Winkler2015-05-03
|/
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* term: use an argument vector for termopen().Scott Prager2015-05-02
* vim-patch:7.4.633 #2526Florian Walch2015-04-28
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* rpcstart: check argvars, /then/ alloc argv #2462Scott Prager2015-04-23
* Add if_python3 supportShougo Matsushita2015-04-21
* Merge #2418: Remove char_u (4)Eliseo Martínez2015-04-19
|\
| * Refactor get_env() to respect const qualifierMark Bainter2015-04-18
| * Remove char_u: vim_setenv()Mark Bainter2015-04-18
| * Remove char_u: vim_getenv()Mark Bainter2015-04-17
| * Remove char_u: after_pathstep()Mark Bainter2015-04-17
* | Merge pull request #2443 from jszakmeister/fix-more-release-warningsJohn Szakmeister2015-04-18
|\ \
| * | Fix an uninitialized variable warning for call_start.Eliseo Martínez2015-04-18
| |/
* / ops.c: eliminate unneccesary static variable `y_append`Björn Linse2015-04-17
|/