Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Teach builtin_string to recognize redirections, not just pipes | ridiculousfish | 2015-09-25 |
* | Prefix errors with 'string:', not 'string string:' | Michael Steed | 2015-09-24 |
* | Eliminate global variables associated with builtin IO | ridiculousfish | 2015-09-22 |
* | Apply some care regarding overflow in `string sub` | ridiculousfish | 2015-09-21 |
* | Include headers needed on Linux | ridiculousfish | 2015-09-21 |
* | Clarify string split implementation | ridiculousfish | 2015-09-21 |
* | Take advantage of find_first_not_of and friends | ridiculousfish | 2015-09-21 |
* | pcre2_strerror should use wcstring instead of static wchar_t | ridiculousfish | 2015-09-21 |
* | Use append_formatv in string_error | ridiculousfish | 2015-09-21 |
* | Fix some type conversion warnings in builtin_string | ridiculousfish | 2015-09-21 |
* | Migrate builtin_string.cpp to its own object file | ridiculousfish | 2015-09-21 |
* | Merge new string builtin | Michael Steed | 2015-09-21 |