aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * Second attempt to fix the build. config.h.in changes need to go inGravatar ridiculousfish2014-03-25
| | * Hopeful fix for the buildGravatar ridiculousfish2014-03-25
| | * 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
| * | Remove unused err_buff variable from parser_tGravatar ridiculousfish2014-03-22
| * | Excise use of parser_t's error() functionality. Thread aGravatar ridiculousfish2014-03-21
| * | Remove current_tokenizer and current_tokenizer_pos from old parserGravatar ridiculousfish2014-03-20
| * | Remove additional dead code from old parserGravatar ridiculousfish2014-03-20
| * | Rewrite parser_t::test_args and parser_t::eval_args to use new parserGravatar ridiculousfish2014-03-20
| * | Add some tests for parse_util_detect_errors_in_argumentGravatar ridiculousfish2014-03-20
| * | Correct the last keyword enum to reflect the actual last keywordGravatar ridiculousfish2014-03-20
| * | Rewrite parser_t::eval_args to use new AST parserGravatar ridiculousfish2014-03-20
| * | Rewrite parser_t::current_line() to respect new parserGravatar ridiculousfish2014-03-20
| * | Fix for issue where pager contents may stay around if you executed aGravatar ridiculousfish2014-03-20
| * | Fix line number reporting in new parserGravatar ridiculousfish2014-03-20
| * | Removing some variables from parser_t that are no longer used in the newGravatar ridiculousfish2014-03-20
| | * 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
| * | Merge branch 'master' into parser_cleanupGravatar ridiculousfish2014-03-15
| |\|
| | * 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
| * | Allow the caller to specify the goal node when parsing a string via theGravatar ridiculousfish2014-03-02
| * | Clean up various block types and state as part of new parserGravatar ridiculousfish2014-03-02
| * | Remove obviated builtins and additional cleanup of old parserGravatar ridiculousfish2014-03-02
| * | Merge branch 'master' into parser_cleanupGravatar ridiculousfish2014-03-01
| |\|
| | * Implement status -n (line number) with new parserGravatar ridiculousfish2014-03-01
| * | Begin removing remnants of old parserGravatar ridiculousfish2014-02-28
| | * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| * | Enable new parser by default (!). Fixes #557.Gravatar ridiculousfish2014-02-27
| |/