Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | eexe_mod_op: Explicitly cast varnumber_T to float_T for -Wconversion | James McCoy | 2017-06-04 |
| | |||
* | *: Disable UBSAN for VimL arithmetic implementation | James McCoy | 2017-06-04 |
| | | | | | | | | | | | | After merging +num64, the 64-bit sanitizer builds show that Vim doesn't buffer the user from C's UB in signed arithmetic. Upstream doesn't appear to be [interested] in fixing the issue, so suppress UBSAN until someone decides to fix the problem. N.B., the problem existed before but went unnoticed since the sanitizer builds weren't being run in 32-bit mode. [interested]: https://groups.google.com/d/topic/vim_dev/_tqf8eQy5eA/discussion | ||
* | *: Add comment to all C files | ZyX | 2017-04-19 |
| | |||
* | eval: Move get_tv_number[_chk] to eval/typval.c | ZyX | 2017-03-29 |
| | |||
* | eval: Move get_tv_string_buf() to eval/typval.c | ZyX | 2017-03-29 |
| | |||
* | eval,*: Move get_tv_string to typval.c | ZyX | 2017-03-29 |
| | | | | Function was renamed and changed to return `const char *`. | ||
* | eval: Split eval.c into smaller files | ZyX | 2017-03-29 |