aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
Commit message (Collapse)AuthorAge
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
| | | | | | | | This commit hooks the Makefile up to generate a FISH_BUILD_VERSION symbol and kills off PACKAGE_VERSION in .cpp files. It also modifies the tarball generation script to add the necessary version file for releases.
* Remove tok_destroyGravatar ridiculousfish2012-11-21
|
* Modify tokenizer to store last token in a wcstringGravatar 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
|
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* insert_tabs called wcstring::append with arguments in the wrong orderGravatar ridiculousfish2012-06-01
| | | | Should fix https://github.com/ridiculousfish/fishfish/issues/18
* Replaced some calls to unescape with unescape_stringGravatar ridiculousfish2012-05-09
|
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
| | | | Made echo a builtin
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
|
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
|
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26