aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* os/input.c: Eliminate conversion warning from gcc 5 #2617Björn Linse2015-05-09
* Merge 'p' declaration with init in vim_version_dir()Mark Bainter2015-05-06
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* TAB0 might not be defined in termios.h #2483Rui Abreu Ferreira2015-04-23
* 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
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* remove char_u: vim_version_dir #2414Mark Bainter2015-04-12
* refactor remove_tail() function to no longer use char_u #2413Mark Bainter2015-04-12
* Refactor default_vim{,runtime}_dir to use char type. #2375Mark Bainter2015-04-12
* eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* event: Only process if event_init has been run.Scott Prager2015-04-08
* event.c: Simplify timer use in event_poll()oni-link2015-04-08
* Fix a memory leak for WBuffers used in channel_write().oni-link2015-04-03
* Remove potential NULL dereference. #2316Prajjwal Bhandari2015-03-31
* os_scandir(), scandir_next(), and os_closedir()Scott Prager2015-03-31
* eval: Implement `jobclose()` vimscript functionThiago de Arruda2015-03-29
* eval: Implement `jobwait()` vimscript functionThiago de Arruda2015-03-29
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* tui: Fix reading when stdin is not a ttyThiago de Arruda2015-03-26
* job: Close the process in a queued event handlerThiago de Arruda2015-03-25
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* event: Ensure the loop is stopped when a event is pushed.Thiago de Arruda2015-03-25
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* job: Fix memory erroroni-link2015-03-24
* job: Fix process cleanup using SIGCHLD/waitpidThiago de Arruda2015-03-24
* Passing-by: Add function attributes.Eliseo Martínez2015-03-22
* coverity/105985: Resource leak: RI.Eliseo Martínez2015-03-22
* coverity/105982: Unckecked return value: RI.Eliseo Martínez2015-03-22
* Merge pull request #2144 from jszakmeister/fix-warning-in-releaseJohn Szakmeister2015-03-20
|\
| * Fix unused variable in wstream.c for a release build.John Szakmeister2015-03-14
* | main: Simplify code that deals with early user inputThiago de Arruda2015-03-18
* | ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* | ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
|/
* Merge pull request #2114 from oni-link/remove.assertJohn Szakmeister2015-03-12
|\
| * Remove unnecessary assert() in os_dirname().oni-link2015-03-08
* | os_unix_defs && os/unix_defs: Consistently use '~' over '$HOME' #2009Michael Reed2015-03-11
|/
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* job: Allow spawning jobs connected to pseudo terminalsThiago de Arruda2015-02-23
* job: Refactor process spawning and startup argumentsThiago de Arruda2015-02-23
* job: Send SIGTERM before calling job_stop in job_teardownThiago de Arruda2015-02-23
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* input: Escape utf8 sequences that contain CSI/K_SPECIALThiago de Arruda2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16