aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_commandline.cpp
Commit message (Collapse)AuthorAge
* Fix a sign warningGravatar ridiculousfish2013-04-03
|
* Implement new newline-escaping behavior. Backslashes at the end of lines now ↵Gravatar ridiculousfish2012-11-22
| | | | | | | essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes. Fixes https://github.com/fish-shell/fish-shell/issues/347 Fixes https://github.com/fish-shell/fish-shell/issues/52
* Remove tok_destroyGravatar ridiculousfish2012-11-21
|
* Work towards refactoring tokenizer to be a real objectGravatar ridiculousfish2012-11-21
|
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
|
* Additional warning fixes and migration from int to size_t or long where ↵Gravatar ridiculousfish2012-08-04
| | | | appropriate
* Lots of work towards making fish build without warnings on Mountain Lion, ↵Gravatar ridiculousfish2012-08-04
| | | | mostly in terms of using size_t instead of int
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Merge branch 'master' into CPlusPlusGravatar ridiculousfish2012-04-18
| | | | | | Conflicts: builtin_commandline.cpp util.c
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
|
* Replace some string_buffer_t with wcstringGravatar ridiculousfish2012-02-22
|
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
|
* Const correctness changesGravatar ridiculousfish2012-02-06
|
* More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
|
* More work on instancing the parserGravatar ridiculousfish2012-01-19
|
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26