aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/strings.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.1076: vim_strnchr() is strange and unnecessary (#32327)zeertzjq2025-02-05
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(coverity/497375): f_strpart cast overflow (#30773)Devon Gardner2024-10-12
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* vim-patch:9.1.0638: E1510 may happen when formatting a message for smsg() (#2...zeertzjq2024-07-29
* refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq2024-07-04
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0451: No test for escaping '<' with shellescape()zeertzjq2024-05-31
* vim-patch:9.1.0449: MS-Windows: Compiler warningszeertzjq2024-05-31
* vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)zeertzjq2024-05-20
* fix: transposed xcalloc arguments (#28695)zeertzjq2024-05-11
* vim-patch:9.1.0181: no overflow check for string formatting (#27863)zeertzjq2024-03-15
* refactor: avoid copying before vim_strup() if possible (#27830)James2024-03-13
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(strcase_save): optimize memory allocation (#27319)Raphael2024-02-03
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* vim-patch:9.0.2041: trim(): hard to use default mask (#25692)zeertzjq2023-10-18
* vim-patch:9.0.1997: Some unused code in move.c and string.cdundargoc2023-10-07
* vim-patch:9.0.1990: strange error numberzeertzjq2023-10-07
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:9.0.1950: Vim9: error codes spread out (#25405)zeertzjq2023-09-29
* vim-patch:9.0.1884: Wrong order of arguments for error messages (#25055)zeertzjq2023-09-09
* vim-patch:9.0.1863: wrong format specifiers in e_aptypes_is_null_str_nr (#25015)zeertzjq2023-09-04
* vim-patch:9.0.1856: issues with formatting positional arguments (#25013)zeertzjq2023-09-04
* vim-patch:9.0.1515: reverse() does not work for a Stringzeertzjq2023-08-19
* fix(printf): make positional %zd and %zu work (#24722)zeertzjq2023-08-15
* vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq2023-08-15
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* vim-patch:9.0.1629: having utf16idx() rounding up is inconvenient (#24019)zeertzjq2023-06-14
* vim-patch:9.0.1617: charidx() result is not consistent with byteidx() (#23963)zeertzjq2023-06-09
* vim-patch:9.0.1524: passing -1 for bool is not always rejectedzeertzjq2023-05-08
* vim-patch:9.0.1522: some functions give two error messageszeertzjq2023-05-08
* vim-patch:8.2.2607: strcharpart() cannot include composing characterszeertzjq2023-05-04
* refactor: uncrustifydundargoc2023-04-26