aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* clipboard: support separate '+' and '*' clipboardsBjörn Linse2014-12-08
* Merge pull request #1589 from splinterofchaos/fix-const-atterJustin M. Keyes2014-12-06
|\
| * strings: Remove NONNUL_ALL from NULL-taking functions.Scott Prager2014-12-06
* | Merge pull request #1341 from splinterofchaos/api-nulJustin M. Keyes2014-12-06
|\ \
| * | api: Handle NULs and newlines in buffer_*_line.Scott Prager2014-12-06
| |/
* | Merge pull request #1618 from elmart/clang-analysis-fixes-5Justin M. Keyes2014-12-06
|\ \
| * | Fix warnings: message.c: msg_attr_keep(): Np dereference: FP.Eliseo Martínez2014-12-06
| * | Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: MI.Eliseo Martínez2014-12-06
* | | Allow the rest of the old tests to pass with nocp.Julian Mehne2014-12-06
* | | Allow most old tests to pass with nocp.Joel Teichroeb2014-12-06
|/ /
* | shell: Fix shell command outputThiago de Arruda2014-12-06
* | Remove remaining crypto referencesMichael Reed2014-12-03
* | Merge pull request #1534 from oni-link/fix.leak.detected.in.1510Justin M. Keyes2014-12-03
|\ \
| * | channel.c: Fix for heap-use-after-freeoni-link2014-12-03
| * | Fix memory leak detected in PR 1510.oni-link2014-12-03
* | | shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03
* | | time: Inline microdelay into os_microdelayThiago de Arruda2014-12-03
|/ /
* | Revert "Merge pull request #1587 from equalsraf/tb-env-configs"John Szakmeister2014-12-03
* | Merge pull request #1587 from equalsraf/tb-env-configsJohn Szakmeister2014-12-03
|\ \
| * | When SANITIZE=ON headers need -DEXITFREERui Abreu Ferreira2014-12-02
| * | Only use SANITIZE for nvim targetRui Abreu Ferreira2014-12-02
| * | Don't use env vars for configuration time optionsRui Abreu Ferreira2014-12-02
* | | Merge pull request #877 from equalsraf/tb-gendeclarations-windowsJohn Szakmeister2014-12-03
|\ \ \ | |_|/ |/| |
| * | Refactor declaration generationRui Abreu Ferreira2014-11-29
* | | Fix newline substitution: Adapt to upstream patch.Eliseo Martínez2014-12-02
* | | systemlist: add `keepempty` option to preserve final newlineBjörn Linse2014-12-02
| |/ |/|
* | mouse: Remove CHECK_DOUBLE_CLICK conditionalsThiago de Arruda2014-12-02
* | term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* | term: Remove most calls to settmodeThiago de Arruda2014-12-02
* | term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02
* | Merge pull request #1582 from LBEaston/FixSegFaultJustin M. Keyes2014-12-01
|\ \
| * | Fix SegFault when getting full path for filesLBEaston2014-12-01
* | | Wconversion: fix #1578Justin M. Keyes2014-11-28
|/ /
* | Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\ \ | |/ |/|
| * strings: Enable -Wconvert.Scott Prager2014-11-27
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | Merge pull request #1491 from Pyrohh/os2-and-misc-cleanupJustin M. Keyes2014-11-28
|\ \
| * | Remove OS/2 referencesMichael Reed2014-11-27
| * | Remove Atari MiNT referencesMichael Reed2014-11-27
| * | Remove NeXTSTEP referencesMichael Reed2014-11-27
* | | Merge pull request #1533 from elmart/fix-sub-newline-abortJustin M. Keyes2014-11-28
|\ \ \
| * | | Fix newline substitution.Eliseo Martínez2014-11-28
| |/ /
* | | Merge pull request #1186 from splinterofchaos/writeJustin M. Keyes2014-11-28
|\ \ \ | |/ / |/| |
| * | mch_early_init() -> early_init().Scott Prager2014-11-28
| * | update mch_suspendScott Prager2014-11-28
| * | mch_init -> term_initScott Prager2014-11-28
| * | mch_write -> term_writeScott Prager2014-11-28
* | | Merge pull request #1492 from fwalch/fix-wconversionJustin M. Keyes2014-11-27
|\ \ \
| * | | Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.Florian Walch2014-11-27
| * | | Wconversion: Remove regexp_nfa.c from list.Florian Walch2014-11-27