Commit Graph

7 Commits

Author SHA1 Message Date
Kovid Goyal
40bc1d4f38 DRYer 2024-08-24 06:21:27 +05:30
Kovid Goyal
1f3afd95f3 ... 2024-05-09 13:54:14 +05:30
Kovid Goyal
00d6111d40 Fix unicode objects created by shlex in ansi c mode not in canonical representation 2024-05-09 13:18:53 +05:30
Kovid Goyal
098ed41716 Add support for ANSI-C quoted strings to shlex 2024-05-09 11:46:23 +05:30
Kovid Goyal
b560fe34c9 Give the functions for creating various objects unique names so they are easily recognized in macOS's non-fully-symolicated crash reports 2024-02-25 09:57:37 +05:30
Kovid Goyal
a1f2a7df4d Port new shlex code to Go 2023-12-04 14:14:11 +05:30
Kovid Goyal
b0ba4b4a42 Fast and robust implementation of shlex.split
Also returns position of words in src string which we will need for
keymap parsing.
2023-12-02 14:57:02 +05:30