Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove xpm | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove tcl | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove ole | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove mzscheme | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove python, perl, lua, ruby | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove Xim | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove clientserver | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove BalloonEval | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove HPUX and Vim 5.x compatible digraphs | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove SniFF | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove Amiga stuff | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove netbeans and sun workshop | John Schmidt | 2014-04-05 | |
| | ||||
* | remove reference to BROKEN_TOUPPER | aph | 2014-04-04 | |
| | ||||
* | remove pchar from macros.h | aph | 2014-04-04 | |
| | ||||
* | remove MB_{IS,TO}{UPPER,LOWER} | aph | 2014-04-04 | |
| | ||||
* | remove DO_AUTOCHDIR | aph | 2014-04-04 | |
| | ||||
* | Remove unused define | Markus Breitenberger | 2014-04-04 | |
| | ||||
* | Removed not defined prototypes in os_unix.h | Stefan Hoffmann | 2014-04-04 | |
| | | | | | | | | | | | | | * reset_signals, vim_handle_signal: signal handling was rewritten, not defined anywhere * related to x clipboard handling, not defined anywhere: * {setup,start,stop,clear}_xterm_clip * stop_xterm_trace * clip_xterm_{own_selection,lose_selection,request_selection,set_selection} * related to XSMP (x session management protocol): * xsmp_{handle_requests,init,close} | |||
* | vim-patch:7.4.170 | oni-link | 2014-04-04 | |
| | | | | | | | Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions. https://code.google.com/p/vim/source/detail?r=8122eab8fcdbbdaac62dfbf7c6458cb3e6f46b04 | |||
* | Possible string literals that have to be replaced | Wilberto Morales | 2014-04-04 | |
| | ||||
* | Try to find all other instances of vimrc and gvimrc and prefix them with n | Wilberto Morales | 2014-04-04 | |
| | ||||
* | Extract memory.c from misc2.c | John Schmidt | 2014-04-04 | |
| | ||||
* | vim-patch:7.4.169 | Keerthan Jaic | 2014-04-04 | |
| | | | | | | | Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=4e3a9dd25d428e7c08ed401afc244972e27e08e6 | |||
* | Restore vim_rename | Hinidu | 2014-04-04 | |
| | ||||
* | Replace mch_rename and vim_rename with libuv | Hinidu | 2014-04-04 | |
| | ||||
* | Changed testdir/Makefile to use Makefile wildcards instead of SUFFIXES | Jared L Wong | 2014-04-04 | |
| | ||||
* | Fix #451: Build broken on OSX. | Eliseo Martínez | 2014-04-03 | |
| | | | | | | Problem: Build breaks in OSX if macports ncurses present, due to header conflict involving 'term.h'. Solution: Modify include search order. | |||
* | Remove `mch_call_shell` GUI printing code | Thiago de Arruda | 2014-04-03 | |
| | | | | | This isn't needed right now because spawned shells will inherit stdout by default | |||
* | Remove `:shell` and `suspend_shell` | Thiago de Arruda | 2014-04-03 | |
| | | | | Issue #450 contains more details | |||
* | Remove support for running interactive programs | Thiago de Arruda | 2014-04-03 | |
| | | | | | | | | | This removes `mch_call_shell` code for feeding programs interactively. The removed code was supporting interactive programs in the old GUI, but right now we only have a terminal UI. The code is currently safe to remove because interactive programs will just simply take control of the terminal in cooked mode. | |||
* | Rename FPC_* constants. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Initialize on declaration; use postincrements. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Fix seperator->separator, path_tail_with_separator->path_tail_with_sep. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor getnextcomp -> path_next_component. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor gettail_sep -> path_tail_with_seperator. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor gettail -> path_tail. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Refactor fullpathcmp -> path_full_compare. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Add os_stat to os/fs module. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Move gettail_dir more closely to its usage. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Make FPC_* defines an enum type in path.h. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | added doxygen documentation for os_file_is_{readonly, writable} | Stefan Hoffmann | 2014-04-03 | |
| | ||||
* | cleaned up the readonly check in readfile() | Stefan Hoffmann | 2014-04-03 | |
| | ||||
* | remove mch_access macro as it is only used in fs.c | Stefan Hoffmann | 2014-04-03 | |
| | ||||
* | move filewritable() into /src/os/fs.c and rename it | Stefan Hoffmann | 2014-04-03 | |
| | ||||
* | move check_file_readonly() into /src/os/fs.c and rename it | Stefan Hoffmann | 2014-04-03 | |
| | ||||
* | check readonly by trying to open the file for writing... | Stefan Hoffmann | 2014-04-03 | |
| | | | | instead of mch_access, to avoid a possible race condition | |||
* | Force travis build failure when some test fails | Thiago de Arruda | 2014-04-03 | |
| | ||||
* | Use check_symbol_exists() instead of check_function_exists(). | John Szakmeister | 2014-04-03 | |
| | | | | | | | | This is mostly a revert of 477031c03b2c525b117fae8a9b61c98245a06908. Now that we are not setting `CMAKE_C_FLAGS`, the check can work correctly and it helps `pcc` (portable c compiler) make it further along--though it still doesn't produce usable results (see #427 for the details). | |||
* | vim-patch:7.4.166 | Justin M. Keyes | 2014-04-02 | |
| | | | | | | | Problem: Auto-loading a function for code that won't be executed. Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=5d03c374712128077ac4c342aad02120ed98df70 | |||
* | Replace use of mch_rename with rename. | oni-link | 2014-04-02 | |
| | | | | | The macro mch_rename is no longer necessary, because C99 function rename is always available. |