aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Extract `shell_build_argv` from `mch_call_shell`Thiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* Extract `shell_count_argc` from `mch_call_shell`Thiago de Arruda2014-03-31
* Extract `shell_skip_word` from `mch_call_shell`Thiago de Arruda2014-03-31
* Split code for counting and parsing argumentsThiago de Arruda2014-03-31
* Add doxygen-style comments to functions from os/fs.c.Thomas Wienecke2014-03-31
* Add basic Doxyfile.Thomas Wienecke2014-03-31
* xrealloc(): similar to xmalloc()Felipe Oliveira Carvalho2014-03-31
* Document xmalloc() and deprecate lalloc()Felipe Oliveira Carvalho2014-03-31
* Avoid a seg fault when exiting after OOM errorFelipe Oliveira Carvalho2014-03-31
* xmalloc() that succeeds or gracefully abortsFelipe Oliveira Carvalho2014-03-31
* update readme: "progress" section; formattingJustin M. Keyes2014-03-31
* Force the `cmake` target to re-run the CMake configuration.John Szakmeister2014-03-31
* Use the clang 3.4 release tarball instead of apt for clang 3.4.John Szakmeister2014-03-30
* Re-integrate FEAT_SIGNS code, close #383Justin M. Keyes2014-03-29
* use function attributes on allocation functionsNicolas Hillegeer2014-03-29
* add func_attr.h to be able to use func attribsNicolas Hillegeer2014-03-29
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Drop the deb-src for clang.John Szakmeister2014-03-29
* Append to CMAKE_PREFIX_PATH instead setting it outright.John Szakmeister2014-03-28
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Fix prepare watcher teardown in the event loopThiago de Arruda2014-03-27
* Re-integrate FEAT_FILTERPIPE codeThiago de Arruda2014-03-27
* Make `EventType` enum private to input.cThiago de Arruda2014-03-27
* Don't use alias in travis.sh.John Szakmeister2014-03-27
* More cleanupJulian Orth2014-03-27
* remove leftover c++ headersJulian Orth2014-03-27
* remove some leftover function callsJulian Orth2014-03-27
* remove cpp headersJulian Orth2014-03-27
* remove cpp file extensionsJulian Orth2014-03-27
* remove CleanseRawStringsJulian Orth2014-03-27
* remove C++ only _NestingState partsJulian Orth2014-03-27
* clean up CheckForNonStandardConstructJulian Orth2014-03-27
* remove C++ stuff from CheckSpacingForFunctionCallJulian Orth2014-03-27
* remove C++ stuff from CheckSpacingJulian Orth2014-03-27
* remove CheckSectionSpacingJulian Orth2014-03-27
* remove unused functionJulian Orth2014-03-27
* remove some unused variablesJulian Orth2014-03-27
* remove C++ only stuff from CheckLanguageJulian Orth2014-03-27
* remove "stream check" from CheckIncludeLineJulian Orth2014-03-27
* remove CheckForNonConstReferenceJulian Orth2014-03-27
* remove CheckCStyleCastJulian Orth2014-03-27
* remove CheckForIncludeWhatYouUseJulian Orth2014-03-27
* remove CheckMakePairUsesDeductionJulian Orth2014-03-27
* Cleanup of indent.c to make it comply with style guide.John2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26
* Use realloc instead of vim_reallocFelipe Oliveira Carvalho2014-03-26
* HAVE_AVAIL_MEM is always undefined. Remove tests and dead codeFelipe Oliveira Carvalho2014-03-26