aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Windows: Only link against libm, libutil on Unix. #3324Rui Abreu Ferreira2015-09-10
* Merge #3297 'move.c refactor'Justin M. Keyes2015-09-10
|\
| * Scope variables in move.cNicolas Cornu2015-09-08
| * Replace TRUE/FALSE with true/false in move.cNicolas Cornu2015-09-08
| * hasFolding return bool nowNicolas Cornu2015-09-08
| * hasFoldingWin now return boolNicolas Cornu2015-09-08
| * win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* | Merge pull request #3298 from oni-link/vim-7.4.609Justin M. Keyes2015-09-09
|\ \
| * | vim-patch:7.4.609oni-link2015-09-07
* | | Merge pull request #3308 from oni-link/fix.clang.reportJustin M. Keyes2015-09-09
|\ \ \
| * | | Fix warning: stream.c: stream_init(): Dead store: HI.oni-link2015-09-08
* | | | api: buffer_insert: fix bounds. #3315Enrico Ghirardi2015-09-09
* | | | encoding: Update handling of encoding in testsBjörn Linse2015-09-08
* | | | encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* | | | encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
|/ / /
* | | Windows: disable libuv argument escaping for uv_spawn #3305Rui Abreu Ferreira2015-09-08
* | | MSVC: Fix declaration generation. #3301Rui Abreu Ferreira2015-09-07
|/ /
* | tui: Refactor for running in another threadThiago de Arruda2015-09-06
* | ui: Implement module for thread-safe communication with UThiago de Arruda2015-09-06
* | loop: Improvements for thread-safetyThiago de Arruda2015-09-06
* | queue: Allow direct appending to parent queuesThiago de Arruda2015-09-06
* | log: Make logging thread-safeThiago de Arruda2015-09-06
* | build: Disable gcov on TSAN buildsThiago de Arruda2015-09-06
* | tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06
* | tui: move term_input.inl into the input.c moduleThiago de Arruda2015-09-06
|/
* vim-patch:7.4.602oni-link2015-09-06
* MSVC: Include limits.h for INT_MAX. #3290Rui Abreu Ferreira2015-09-05
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* fixup: appease clintFelipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* Windows: Move file_info_old declaration out of UNIX block #3260Rui Abreu Ferreira2015-08-31
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* termopen(): remove `name` feature. #3181Mathieu Xhonneux2015-08-30
* Windows: Define USE_CRNL on Windows. #3249Seth Jackson2015-08-28
* Windows: restore 'shell', 'shellcmdflags' defaults. #3256Rui Abreu Ferreira2015-08-28
* MSVC: use MSVC instead of GCC-like compiler flags.Justin M. Keyes2015-08-27
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* version.c: mark patches NA #3252Chiu-Hsiang Hsu2015-08-27
* os/os_defs.h cleanup: Remaining signal stuffMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHASARGMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHAS3ARGSMichael Reed2015-08-27
* os/os-defs.h cleanup: Don't include <time.h>Michael Reed2015-08-27
* vim-patch:7.4.836 #3244Justin M. Keyes2015-08-26
* test59: Delete oldtests 58 and 59Björn Linse2015-08-26
* MSVC: include os/os_defs.h for `inline`. #3239Rui Abreu Ferreira2015-08-25
* Move MAX and MIN macros to macros.hMichael Reed2015-08-25
* MSVC: Define `inline` and `restrict`. #3237Seth Jackson2015-08-25
* fix strict-overflow cases #3236Nikolay Orlyuk2015-08-25
* screen.c: remove `screen_char_attr` #3235Justin M. Keyes2015-08-25
* vim-patch:7.4.799Chiu-Hsiang Hsu2015-08-25