Commit Graph

  • 1ea9ebf112 test: Use workspace-local temp directory. Justin M. Keyes 2017-03-29 20:07:39 +02:00
  • 1f478cebeb win: tempname(): Use $TMPDIR if defined. Justin M. Keyes 2017-03-29 18:29:46 +02:00
  • 6964b67c00 refactor/single-include: buffer.h (#6396) relnod 2017-03-30 00:50:11 +02:00
  • c60e409471 Merge #5119 from ZyX-I/split-eval Justin M. Keyes 2017-03-29 23:15:07 +02:00
  • c35420558b Merge #6394 'ci: check-single-includes only in "lint" build' Justin M. Keyes 2017-03-29 18:44:43 +02:00
  • afacda046d ci: Run check-single-includes in "lint" build only Justin M. Keyes 2017-03-29 17:45:48 +02:00
  • 05b74399aa build: remove unused get_preproc_output() call Justin M. Keyes 2017-03-29 17:39:06 +02:00
  • 2846d508b2 vim-patch:7.4.2276 (#6393) lonerover 2017-03-29 22:48:50 +08:00
  • 46efe14473 functests: Try sleeping a bit more ZyX 2017-03-28 08:18:23 +03:00
  • b9603218be eval/executor: Fix check-single-includes ZyX 2017-03-28 08:12:09 +03:00
  • a1d590a08b *: Use const char * in set_one_cmd_context ZyX 2017-03-28 02:17:51 +03:00
  • 114eaa15f0 eval/typval,api/buffer: Fix review comments ZyX 2017-03-28 01:07:34 +03:00
  • 58e34e8d99 eval/typval: Allow NULL dict as tv_dict_get_callback() argument ZyX 2017-03-26 03:42:23 +03:00
  • f4256243db eval: Fix -Werror=unitialized from QB ZyX 2017-03-25 22:49:23 +03:00
  • 29bad04f9e eval: Do not supply S_LEN to strncmp ZyX 2017-03-25 22:35:34 +03:00
  • 8daf756fb6 unittests: Fix linter errors ZyX 2017-03-25 22:07:41 +03:00
  • 7826ee1c03 unittests: Add tv_get_string* tests ZyX 2017-03-25 20:59:59 +03:00
  • e08b27ba4a unittests: Add tv_get number tests ZyX 2017-03-25 20:46:39 +03:00
  • 4536c064e4 unittests: Move tv_dict_add* tests to a proper describe() block ZyX 2017-03-25 20:17:00 +03:00
  • 49195063fd unittests: Add tv_check… tests ZyX 2017-03-25 20:15:37 +03:00
  • 389274bef7 unittests: Add tv_equal() tests ZyX 2017-03-25 20:01:08 +03:00
  • 630ff33dc1 unittests: Test locks section ZyX 2017-03-25 19:52:20 +03:00
  • ed4948a933 unittests: Test tv_copy() ZyX 2017-03-13 19:49:13 +03:00
  • f0bbd1e825 unittests: Add tests for tv_clear() ZyX 2017-03-13 19:35:12 +03:00
  • e43de6bb3e unittests: Add test for tv_dict_set_keys_readonly ZyX 2017-03-13 19:04:59 +03:00
  • 368a61c525 unittests: Add tv_dict_copy tests ZyX 2017-03-13 19:00:36 +03:00
  • 218fa1d806 charset: Remove useless condition from vim_iswordc_tab ZyX 2017-03-13 14:39:34 +03:00
  • 8b9a1fbf7a unittests: Add tests for tv_dict_extend ZyX 2017-03-13 14:35:53 +03:00
  • fa852e7cdc eval: Fix extend() behaviour with NULL lists and dictionaries ZyX 2017-03-13 14:17:35 +03:00
  • 4987850cac unittests: Add tv_dict_clear tests ZyX 2017-03-13 13:43:25 +03:00
  • 43e9fad1c8 eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIAL ZyX 2017-03-13 13:43:01 +03:00
  • 270a3889af unittests: Add tv_dict_add* unit tests ZyX 2017-03-13 01:45:44 +03:00
  • bc87d23c28 unittests: Add tests for dictionary indexing ZyX 2017-03-12 21:58:57 +03:00
  • b222453c95 eval/typval: Refactor errors a bit: use emsgf always ZyX 2017-03-12 21:58:38 +03:00
  • 5ce6243241 unittests: Enable tv_list_join tests back ZyX 2017-03-12 14:55:14 +03:00
  • 52e226ff74 unittests: Disable tv_list_join test on Mac OS only ZyX 2017-03-05 03:53:42 +03:00
  • f830243ff7 mbyte: Include os_defs.h in mbyte.h ZyX 2017-03-05 03:10:34 +03:00
  • 3bf87a5a6b eval: Do not use S_LEN as snprintf argument ZyX 2017-03-05 02:51:44 +03:00
  • 38dd81c136 eval/typval: Fix SEGV in test_alot.vim test ZyX 2017-03-05 02:15:17 +03:00
  • faddd83db8 eval: Fix SEGV in test49 ZyX 2017-03-05 01:37:16 +03:00
  • 6c622ed08b unittests: Add tv_dict_item_{add,remove} tests ZyX 2017-03-05 01:26:26 +03:00
  • ffaf7c7521 unittests: Add tv_dict_item_{alloc,free} tests ZyX 2017-03-05 01:09:55 +03:00
  • cdb1aa3e47 eval: Fix len argument to xstrlcat ZyX 2017-03-05 00:47:37 +03:00
  • 2c8ad27652 ascii: Readd DEL_STR define ZyX 2017-03-05 00:14:11 +03:00
  • c6c48e8672 syntax: Fix linter error ZyX 2017-03-04 23:30:42 +03:00
  • 78a0de2c1b eval/typval: Fix -Werror=return-type ZyX 2017-03-04 23:30:10 +03:00
  • 4c3be98db9 unittests: Add tv_dict_watcher_{add,remove} tests ZyX 2017-03-04 23:28:54 +03:00
  • 140174669e unittests: Run tv_list_join tests in case it stopped failing ZyX 2017-03-04 21:46:24 +03:00
  • 6aa6e50075 eval: Fix linter errors ZyX 2017-03-04 21:35:23 +03:00
  • 506b938947 *: Make some more things const and with length ZyX 2017-02-14 00:12:57 +03:00
  • 3025431c81 eval: Make sure that v:_null_dict does not crash dictwatcher*() ZyX 2016-12-04 22:59:25 +03:00
  • a56f2d27e3 eval: Make dictionary watchers work with empty keys ZyX 2016-12-04 22:35:10 +03:00
  • 1e3e302dc2 eval: Move part of dictwatcher* functions to eval/typval ZyX 2016-12-04 21:58:19 +03:00
  • 5239616297 functests: Fix buf_functions test on Windows ZyX 2016-11-05 21:34:22 +03:00
  • 4bcee96347 *: Fix some Windows-specific warnings ZyX 2016-11-05 01:03:44 +03:00
  • 9ed9af7e11 eval/typval: More const qualifiers in tv_dict* function signatures ZyX 2016-11-05 00:26:33 +03:00
  • 56e51033ab unittests: Add tests for tv_list_idx_of_item ZyX 2016-11-05 00:07:34 +03:00
  • e5edf07ec4 unittests: Add tests for tv_list_find*() functions ZyX 2016-11-04 19:33:36 +03:00
  • b3672ae2fc eval/typval: Add tv_list_equal() tests, compare NULL lists equal ZyX 2016-10-02 04:34:30 +03:00
  • 4f9e784427 unittests: Test tv_list_join() ZyX 2016-09-25 22:50:03 +03:00
  • cf45c7bb05 unittests: Fix tests crash ZyX 2016-09-25 18:16:17 +03:00
  • 7ceebacb3f eval/typval,tests: Fix extending list with itself, add tests ZyX 2016-09-24 00:51:34 +03:00
  • 56e4c2f67e unittests: Test tv_list_concat() ZyX 2016-09-19 00:50:07 +03:00
  • f80a00469f eval/typval: Make tv_list_concat handle NULL lists correctly ZyX 2016-09-18 01:59:07 +03:00
  • 82e6cac5f9 functests: Add null_spec.lua from #4615 ZyX 2016-09-18 01:54:23 +03:00
  • 9898f36aa3 unittests: Test tv_list_copy ZyX 2016-09-17 22:06:11 +03:00
  • 9b8beaff02 unittests: Add tests for tv_list_insert*()/…append*() functions ZyX 2016-09-17 04:25:49 +03:00
  • be360d8841 unittests: Add tests for tv_list_insert() ZyX 2016-09-14 20:32:07 +03:00
  • d2639e1e1d unittests: Add tests for list watchers and list alloc/free/unref ZyX 2016-09-14 19:39:19 +03:00
  • a394167177 unittests: Test tv_list_item_\* functions ZyX 2017-03-12 13:41:11 +03:00
  • a32db8ed19 eval/typval: Add missing includes, also add a script to find them ZyX 2016-09-11 03:54:13 +03:00
  • 2ad4fba46d eval: Move copy_tv to eval/typval ZyX 2016-09-11 03:37:03 +03:00
  • 8b0fa64ed3 message: Remove incorrect assertion ZyX 2016-09-10 22:35:47 +03:00
  • 40feac6efc message: Revise maxlen argument in msg_puts_attr_len ZyX 2016-09-10 22:32:14 +03:00
  • 3a3816c990 cmake: Use CMAKE_CURRENT_LIST_DIR and remove vars used only once ZyX 2016-09-04 21:42:24 +03:00
  • 86fc4580b8 eval: Fix max_min functions ZyX 2016-09-04 18:40:19 +03:00
  • c4fe656fef typval.h: Allow non-var expressions in TV_DICT_ITER first argument ZyX 2016-09-04 17:56:24 +03:00
  • 6cc3d59ec8 misc1: Refactor ask_yesno() ZyX 2016-09-04 04:29:56 +03:00
  • 31a3158d0b eval: Make sort always stable ZyX 2016-09-04 03:46:49 +03:00
  • 5df35297f8 eval: Remove eval_expr() completely ZyX 2016-09-04 02:50:50 +03:00
  • c8e63a8db8 eval: Move remaining get_tv_string* functions to eval/typval.c ZyX 2016-09-04 02:25:24 +03:00
  • 50ebd1dff5 eval: Move free_tv to eval/typval.h, remove most of its usages ZyX 2016-08-28 09:15:28 +03:00
  • 233b0c93bb eval: Move get_tv_number[_chk] to eval/typval.c ZyX 2016-08-28 08:55:58 +03:00
  • 1b3e13da5b eval: Refactor get_tv_lnum_buf ZyX 2016-08-28 08:18:29 +03:00
  • 7ee5cc7429 eval: Move get_tv_lnum and get_tv_float to eval/typval.h ZyX 2016-08-28 08:09:29 +03:00
  • 949f09bdbb eval: Move get_tv_string_buf() to eval/typval.c ZyX 2016-08-21 08:47:56 +03:00
  • 28dafe3ff0 eval,*: Move get_tv_string to typval.c ZyX 2016-08-21 08:16:47 +03:00
  • 5cdf7177ec eval: Move get_float_arg to typval.h ZyX 2016-08-21 00:20:01 +03:00
  • 2dcfc439b2 eval: Split and move dict_add_nr_str to typval.c ZyX 2016-08-20 23:56:49 +03:00
  • 210342d795 eval: Move dict_add_list and dict_add_dict to typval.c ZyX 2017-01-11 23:20:03 +03:00
  • 983a5532ca eval: Move dict_set_keys_readonly to typval.c ZyX 2016-08-20 23:14:50 +03:00
  • ecff8387f4 eval: Move get_dict_callback to typval.c ZyX 2016-08-20 23:12:15 +03:00
  • 54bd2e8b73 eval: Make setmatches() return -1 in case of some failures ZyX 2016-08-20 22:25:57 +03:00
  • e18a578308 *: Move some dictionary functions to typval.h and use char* ZyX 2016-08-20 22:24:34 +03:00
  • 50a48f2a0e functests: Add tests for some *buf* functions ZyX 2016-07-30 01:39:32 +03:00
  • fb146e80aa eval: Split eval.c into smaller files ZyX 2016-07-26 23:16:23 +03:00
  • 18e7d55200 terminal.c:redraw(): Avoid invalid cursor col (#6379) Justin M. Keyes 2017-03-29 02:13:50 +02:00
  • e86042ae17 vim-patch:7.4.2343 and mark NA patches (#6384) lonerover 2017-03-29 07:30:54 +08:00
  • b9e7ab1484 refactor/single-include: charset.h (#6385) Samuel Catherasoo 2017-03-28 19:21:30 -04:00
  • 6fbcbebae0 win: health/provider.vim: check with .exe extension Justin M. Keyes 2017-03-28 01:02:42 +02:00