aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
Commit message (Collapse)AuthorAge
* Fix for issue where fish_indent would lose blank linesGravatar ridiculousfish2014-11-25
|
* Set of fixes for issues identified by cppcheckGravatar ridiculousfish2014-10-30
|
* Use ferror instead of checking errno to detect errors in read_fileGravatar ridiculousfish2014-10-04
| | | | | glibc sets errno even though the file read did not have an error Fixes #1731
* Shorten compilation timesGravatar Konrad Borowski2014-05-01
| | | | | | | | | | Now fish shell stores version is a small file called by other files. This means that a slight change which modifies one file won't cause many of files to recompile. The compilation unit is intentionally small, this is by design. The smaller it is, the faster it will recompile, and it will be compiled a lot.
* Update Free Software Foundation address.Gravatar Konrad Borowski2013-12-13
| | | | Fixes #1184.
* Large cleanup and refactoring of unescape() function.Gravatar ridiculousfish2013-11-24
|
* 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