aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge pull request #1005 '[RFC] Change vimdir path from vim to nvim'Thiago de Arruda2014-07-31
|\
| * Add install target for runtime dirRui Abreu Ferreira2014-07-31
| * Change vimdir path from vim to neovimRui Abreu Ferreira2014-07-31
|/
* doc: Remove "h" flag of 'highlight' optionJustin M. Keyes2014-07-30
* runtime: Remove 'textauto'Justin M. Keyes2014-07-30
* doc: Remove 'textmode'Justin M. Keyes2014-07-30
* eval: re-add has('mac') and has('macunix') #976Nicolas Hillegeer2014-07-30
* Units: Move NULL, OK, and FAIL to helpers.moon. #982Scott Prager2014-07-30
* eval: re-remove USE_CR #1002Nicolas Hillegeer2014-07-30
* Merge pull request #998 from war1025/dev/buffer_cleanupJustin M. Keyes2014-07-30
|\
| * Minor buffer.c style cleanupsWayne Rowcliffe2014-07-26
* | Merge pull request #934 from fornwall/remove-FEAT_MOUSE_JSBJustin M. Keyes2014-07-29
|\ \
| * | Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
|/ /
* | Remove unused arg 'defer' in 'job_start' #1000oni-link2014-07-29
* | re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
* | Merge pull request #978 '[RDY] implement system() with pipes'Thiago de Arruda2014-07-27
|\ \
| * | test/shell: add testsNicolas Hillegeer2014-07-27
| * | test/helpers: allow interning Pascal stringsNicolas Hillegeer2014-07-27
| * | test/formatc: improve standalone usageNicolas Hillegeer2014-07-27
| * | test/formatc: improve 'inline' function handlingNicolas Hillegeer2014-07-27
| * | rstream: remove 'reading' struct memberNicolas Hillegeer2014-07-27
| * | job: increase JOB_BUFFER_SIZE to 0xFFFFNicolas Hillegeer2014-07-27
| * | eval: reimplement f_system() on top of os_system()Nicolas Hillegeer2014-07-27
| * | os/shell: implement os_systemNicolas Hillegeer2014-07-27
| * | job: add in-pipe notification and closing supportNicolas Hillegeer2014-07-27
| * | wstream: allow empty release wbuffer cbNicolas Hillegeer2014-07-27
| * | wstream: write completion callbackNicolas Hillegeer2014-07-27
| * | job: implement job_wait()Nicolas Hillegeer2014-07-27
| * | os/shell: constify argumentsNicolas Hillegeer2014-07-27
|/ /
* | Merge pull request #975 from aktau/remove-gettimeofdayJustin M. Keyes2014-07-25
|\ \
| * | cmake: remove check for gettimeofdayNicolas Hillegeer2014-07-21
| * | term: replace gettimeofday()Nicolas Hillegeer2014-07-21
| * | sha256: replace gettimeofday()Nicolas Hillegeer2014-07-21
| * | viml: re-add sha256() functionNicolas Hillegeer2014-07-21
* | | build: Compile static luajit lib with -fPIC #996ZyX2014-07-25
* | | message: add missing stdarg.h include #993Andrew Chin2014-07-25
* | | Merge pull request #986 from aktau/func-attr-enable-more-clangJustin M. Keyes2014-07-24
|\ \ \
| * | | func_attr: clang/icc support NONNULL_* attrNicolas Hillegeer2014-07-23
| | |/ | |/|
* | | Merge pull request #987 from oni-link/fix_some_memory_leaksJustin M. Keyes2014-07-24
|\ \ \ | |/ / |/| |
| * | Fix memory leaks for jobs.oni-link2014-07-23
| * | Fix memory leak in provider_call.oni-link2014-07-23
|/ /
* | Merge pull request #904 from war1025/dev/buffer_testsJustin M. Keyes2014-07-22
|\ \ | |/ |/|
| * Add tests for buffer.c and fileio.cWayne Rowcliffe2014-07-22
| * Change buffer.h #defines to enums so they can be used in testsWayne Rowcliffe2014-07-22
| * Statically allocate NameBuffWayne Rowcliffe2014-07-22
|/
* Merge #965 'Make os_get_localtime() portable + fix bug on win'Justin M. Keyes2014-07-20
|\
| * os/time: fix os_localtime_r on win + add func_attrNicolas Hillegeer2014-07-20
| * os/time: make os_get_localtime more portableNicolas Hillegeer2014-07-20
| * os/time: include time.h in os/time.hNicolas Hillegeer2014-07-20
|/
* Merge #962 'Implement startuptime functions on top of profiling functions'Justin M. Keyes2014-07-20
|\