aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | eval: Return an empty list from systemlist() when there's no outputThiago de Arruda2014-11-10
| * | test: Fix nondeterminism in tests with notificationsThiago de Arruda2014-11-10
|/ /
* | Merge pull request #1416 from jondkinney/masterJustin M. Keyes2014-11-10
|\ \
| * | Fix the nvim-clipboard help instructionsJon Kinney2014-11-06
* | | Merge pull request #1442 from fwalch/improve-legacy2luatestJustin M. Keyes2014-11-10
|\ \ \
| * | | Improve legacy2luatest script.Florian Walch2014-11-09
* | | | Merge pull request #1443 from jszakmeister/allow-root-dir-installsJohn Szakmeister2014-11-09
|\ \ \ \
| * | | | build: allow installing into the root directory (/)John Szakmeister2014-11-09
* | | | | Merge pull request #1429 from oni-link/fix.job_start.leakJustin M. Keyes2014-11-09
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Try to fix problem found in the Travis Ci build.oni-link2014-11-09
| * | | | Mark some function arguments as [consumed] in the docs.oni-link2014-11-09
| * | | | job: Fix memory leak in job_start().oni-link2014-11-09
* | | | | Merge pull request #1441 from jszakmeister/remove-redundant-defineJohn Szakmeister2014-11-09
|\ \ \ \ \
| * | | | | Remove redundant USE_ICONV define from config.h.in.John Szakmeister2014-11-09
* | | | | | Merge pull request #1403 from fwalch/version-flagsJustin M. Keyes2014-11-09
|\ \ \ \ \ \
| * | | | | | version: Add compilation info.Florian Walch2014-11-09
| |/ / / / /
* | | | | | Merge pull request #1389 from elmart/clang-analysis-fixesJustin M. Keyes2014-11-09
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix warnings: edit.c: ins_bs(): Garbage result: MI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: edit.c: replace_do_bs(): Garbage value: MI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: edit.c: mb_replace_pop_ins(): Unitilialized arg: FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: edit.c: ins_compl_get_exp(): Np dereference (2): FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: regexp.c: match_with_backref(): Nonnull violation: FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: regexp.c: br_regcomp(): Np dereference: MI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: regexp.c: skip_regexp: Np dereference: FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: ops.c: cursor_pos_info(): Various (2): MI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: ops.c: do_join(): Nonnull violation: FP.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: screen.c: draw_tabline(): Dead assignment: HI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: screen.c: showmode(): Dead assignment: HI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: screen.c: win_line(): Dead assigment: HI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: screen.c: win_line(): Dead initialization: HI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: screen.c: redraw_asap(): Various (6): MI.Eliseo Martínez2014-11-06
| * | | | | Fix warnings: cursor_shape.c: parse_shape_opt(): Garbage value: FP.Eliseo Martínez2014-11-06
* | | | | | Merge pull request #1437 from jszakmeister/build-search-fixesJohn Szakmeister2014-11-09
|\ \ \ \ \ \
| * | | | | | build: pull iconv detection into its own FindIconv.cmake fileJohn Szakmeister2014-11-08
| * | | | | | build: give priority to /sw and /opt/local on Mac OS XJohn Szakmeister2014-11-08
| * | | | | | build: use the proper libintl include variableJohn Szakmeister2014-11-08
* | | | | | | Merge pull request #1440 from jszakmeister/fix-og-flag-usageJohn Szakmeister2014-11-09
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | build: only attempt to use -Og if it's supportedJohn Szakmeister2014-11-09
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1428 from xu-cheng/relocate-formulaJohn Szakmeister2014-11-09
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Homebrew: move formula to neovim/homebrew-neovimXu Cheng2014-11-09
* | | | | | Merge pull request #1400 from jszakmeister/install-helpers-destdirJohn Szakmeister2014-11-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | build: fix the usage of DESTDIR in InstallHelpers.cmakeJohn Szakmeister2014-11-08
* | | | | | Merge pull request #1383 from fwalch/nvim-buildtypeJustin M. Keyes2014-11-08
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CMake: Set custom RelWithDebInfo compile flags.Florian Walch2014-11-08
* | | | | | Merge pull request #1426 from jszakmeister/change-release-opt-defaultJohn Szakmeister2014-11-08
|\ \ \ \ \ \
| * | | | | | build: default to using -O2 for release buildsJohn Szakmeister2014-11-07
* | | | | | | Merge pull request #1434 from xu-cheng/fix-1433John Szakmeister2014-11-08
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | build: don't download and extract tarball if source is already presentXu Cheng2014-11-08
|/ / / / / /
* | | | | | Revert "build: don't download and extract tarball if source is already present"John Szakmeister2014-11-08