aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Space and time optimizations for parse_node_t. Reduced size from 48Gravatar ridiculousfish2014-03-25
* Prefer swap() member function to std::swap. We were hitting theGravatar ridiculousfish2014-03-25
* Turn on the new "ast" parser by default for execution.Gravatar ridiculousfish2014-03-25
* Stop linking iconv, now that we have our own utf8 conversion routinesGravatar ridiculousfish2014-03-23
* Naive reimplementation of utf2wcs and wcs2utf inGravatar ridiculousfish2014-03-23
* Included missing stdint.h header in utf8.cppGravatar Siteshwar Vashisht2014-03-23
* Incorporate a modified UTF8 <-> wchar_t implementation from AlexeyGravatar ridiculousfish2014-03-22
* Changes full_escape to not generate \x escapes for non-ASCII characters.Gravatar ridiculousfish2014-03-22
* Check for libtinfo after libncursesGravatar jer-gentoo2014-03-19
* Fix for issue where pager contents may stay around if you executed aGravatar ridiculousfish2014-03-16
* Remove support for input IO_BUFFERs, which were only used by fish_pagerGravatar ridiculousfish2014-03-15
* Remove old pager remnants, including documentation and references in theGravatar ridiculousfish2014-03-15
* Remove old fish_pager source and implementationGravatar ridiculousfish2014-03-15
* Remove support for invoking old pagerGravatar ridiculousfish2014-03-15
* Fix for extra newline that gets appended if a command is not found inGravatar ridiculousfish2014-03-15
* ignore (generated) messages.potGravatar David Adam2014-03-13
* translations: update new strings, convert all to UTF-8Gravatar David Adam2014-03-13
* translations: correct strings for fish_greeting default messageGravatar David Adam2014-03-13
* Makefile: assume UTF-8 in our codebase for translation generationGravatar David Adam2014-03-13
* Makefile: separate messages.pot error linesGravatar David Adam2014-03-13
* Make `contains` take the string by const reference again, for performance rea...Gravatar ridiculousfish2014-03-11
* README.md: document build and runtime dependencies even better.Gravatar David Adam2014-03-10
* Reorganize keyword recognition in the parser to use a single tableGravatar ridiculousfish2014-03-10
* Fixed various Undefined Behavior occurrences.Gravatar Daniel J. Hofmann2014-03-07
* Support for error detection in arguments in new parser. Restores errorGravatar ridiculousfish2014-03-04
* Allow the caller to specify the goal node when parsing a string via theGravatar ridiculousfish2014-03-04
* Force at least one line of output for `set_color`.Gravatar Konrad Borowski2014-03-03
* Implement status -n (line number) with new parserGravatar ridiculousfish2014-03-01
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
* Correct some mistakes in the fish grammar commentGravatar ridiculousfish2014-02-27
* Merge pull request #1317 from pullreq/cppGravatar Konrad Borowski2014-02-27
|\
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
| * Dead storesGravatar Geoff Nixon2014-02-27
|/
* Use 127.0.0.1 for fish config.Gravatar Konrad Borowski2014-02-27
* Optimize some fast paths in autoload loading. Use an iterator to avoidGravatar ridiculousfish2014-02-24
* Optimize the tokenize_variable_array hot spot to do less string copyingGravatar ridiculousfish2014-02-24
* Rework color editing in fish_config. Bury customization mode a bit:Gravatar ridiculousfish2014-02-24
* Turn on the new pager by default, as described in #291Gravatar ridiculousfish2014-02-22
* Fix for busted tab completions in for loop arguments, switch statements,Gravatar ridiculousfish2014-02-21
* Expand the variable name as an ordinary parameter in for loops. AddedGravatar ridiculousfish2014-02-21
* Correctly color "end" command, and variable name in for loop.Gravatar ridiculousfish2014-02-21
* Allow double-tapping tab to fully disclose pager, per #291Gravatar ridiculousfish2014-02-20
* Fix to stop reporting config.fish execution as coming from "standardGravatar ridiculousfish2014-02-20
* Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
* Clean up Xcode project and remove unnecessary ARCHS settingsGravatar ridiculousfish2014-02-17
* Tweak error reporting in new parser to use fewer linesGravatar ridiculousfish2014-02-17
* Remove the reader_selected_completion_changed callback. Fix a hang whenGravatar ridiculousfish2014-02-16
* Make the pager search field allow searching on the prefixGravatar ridiculousfish2014-02-16
* Add completions for git stash sub-commandsGravatar Mandeep Sandhu2014-02-16
* Caching for pacman packages.Gravatar Eric Mrak2014-02-16