summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/strings.c
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq1
2026-04-07vim-patch:9.2.0312: C-type names are marked as translatable (#38829)zeertzjq1
2026-03-23vim-patch:9.2.0233: Compiler warning in strings.c (#38450)zeertzjq1
2026-03-05Merge pull request #38148 from bfredl/gnuologybfredl1
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2026-03-05vim-patch:9.2.0108: byteidx_common() and f_utf16idx() call ptr2len() twice (#...zeertzjq1
2026-02-13vim-patch:9.1.2147: Compile warning in strings.c (#37842)zeertzjq1
2025-12-12vim-patch:98a0cbf: patch 9.1.1971: crash with invalid positional argument 0 i...zeertzjq1
2025-10-30vim-patch:partial:9.1.1887: string handling in strings.c can be improvedzeertzjq1
2025-10-30vim-patch:9.1.1291: too many strlen() calls in buffer.czeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-18vim-patch:9.1.1314: max allowed string width too smallzeertzjq1
2025-03-09vim-patch:9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc() (#...zeertzjq1
2025-02-25fix(vim_snprintf): special-case handling of binary formatJames McCoy1
2025-02-05vim-patch:9.1.1076: vim_strnchr() is strange and unnecessary (#32327)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-10-12fix(coverity/497375): f_strpart cast overflow (#30773)Devon Gardner1
2024-09-30fix(diff): use mmfile_t in linematchLewis Russell1
2024-07-29vim-patch:9.1.0638: E1510 may happen when formatting a message for smsg() (#2...zeertzjq1
2024-07-04refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-31vim-patch:9.1.0451: No test for escaping '<' with shellescape()zeertzjq1
2024-05-31vim-patch:9.1.0449: MS-Windows: Compiler warningszeertzjq1
2024-05-20vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)zeertzjq1
2024-05-11fix: transposed xcalloc arguments (#28695)zeertzjq1
2024-03-15vim-patch:9.1.0181: no overflow check for string formatting (#27863)zeertzjq1
2024-03-13refactor: avoid copying before vim_strup() if possible (#27830)James1
2024-03-07refactor(msgpack): allow flushing buffer while packing msgpackbfredl1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-03refactor(strcase_save): optimize memory allocation (#27319)Raphael1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-10-18vim-patch:9.0.2041: trim(): hard to use default mask (#25692)zeertzjq1
2023-10-07vim-patch:9.0.1997: Some unused code in move.c and string.cdundargoc1
2023-10-07vim-patch:9.0.1990: strange error numberzeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29vim-patch:9.0.1950: Vim9: error codes spread out (#25405)zeertzjq1
2023-09-09vim-patch:9.0.1884: Wrong order of arguments for error messages (#25055)zeertzjq1