index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fish_tests.cpp
Commit message (
Expand
)
Author
Age
*
Remove code that disabled tests (oops)
ridiculousfish
2013-04-21
*
Hack up gettext to try to fix CentOS build
ridiculousfish
2013-04-08
*
Teach case-insensitive completions about tildes. Fixes https://github.com/fis...
ridiculousfish
2013-04-07
*
Update code formatting
ridiculousfish
2013-03-21
*
Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i...
ridiculousfish
2013-03-05
*
Teach builtin_test about the special precedence rules in IEEE 1003.1
ridiculousfish
2013-03-03
*
Formatting
ridiculousfish
2013-02-03
*
Teach fish how to put completion data inside a closing quote
ridiculousfish
2013-02-02
*
Indent switch + case properly. https://github.com/fish-shell/fish-shell/issue...
ridiculousfish
2013-01-24
*
Formatting
ridiculousfish
2013-01-12
*
Tweak test_fork to exercise strerror
ridiculousfish
2013-01-09
*
Make fishd base its variable files on the MAC address instead of hostname
ridiculousfish
2013-01-08
*
Fix for builtin_test crash
ridiculousfish
2013-01-06
*
Add some more tests for autosuggestion combining
ridiculousfish
2013-01-06
*
When the user input contains capital letters, use its case rather than the au...
ridiculousfish
2013-01-05
*
Implement builtin [ via builtin test
ridiculousfish
2013-01-05
*
re-enable tests that were accidentally disabled in 0b1e3718
Jan Kanis
2013-01-01
*
Formatting
ridiculousfish
2012-12-22
*
Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...
ridiculousfish
2012-12-20
*
Rewrite str2wcstring to properly handle embedded nulls, and be simpler
ridiculousfish
2012-12-20
*
Eliminate str2wcs
ridiculousfish
2012-12-19
*
Added a history speed test
ridiculousfish
2012-12-03
*
Fix for a long standing race where multiple shells can overwrite each others'...
ridiculousfish
2012-12-03
*
More work towards incremental history. Added some tests.
ridiculousfish
2012-12-02
*
Replaced some usage of wchar_t * with wcstring in complete(). Some style fixes.
ridiculousfish
2012-11-23
*
Remove tok_destroy
ridiculousfish
2012-11-21
*
Work towards refactoring tokenizer to be a real object
ridiculousfish
2012-11-21
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Fixed "Expansion not correctly handling literal path components in dotfiles" ...
ridiculousfish
2012-10-16
*
Make wildcards beginning with dots not match . and ..
ridiculousfish
2012-10-15
*
Changed "elseif" to "else if"
ridiculousfish
2012-09-03
*
First stab at elseif implementation
ridiculousfish
2012-09-01
*
Adopt posix_spawn (!)
ridiculousfish
2012-08-15
*
Switch from std::list to std::vector in a few places to reduce compiled code ...
ridiculousfish
2012-07-24
*
Fix for https://github.com/fish-shell/fish-shell/issues/168
ridiculousfish
2012-07-10
*
Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...
ridiculousfish
2012-07-06
*
Support for importing fish 1.x's history and format, and also bash
ridiculousfish
2012-06-15
*
Adding history builtin
Siteshwar Vashisht
2012-06-05
*
path_make_canonical mishandles empty string.
ridiculousfish
2012-06-04
*
Fixed builtin_test to properly handle "just a strings" in combining expressio...
ridiculousfish
2012-05-20
*
Fixed cd autosuggestion for absolute paths
ridiculousfish
2012-05-13
*
Fix for https://github.com/ridiculousfish/fishfish/issues/3
ridiculousfish
2012-05-13
*
Made tests compile again
ridiculousfish
2012-05-07
*
Wrote tests for history merging, then made them pass.
ridiculousfish
2012-04-16
*
Made builtin_test handle parenthesis
ridiculousfish
2012-03-15
*
Fix builtin_test to properly handle last expression in a combining expression
ridiculousfish
2012-03-07
*
Implemented test as a builtin (!)
ridiculousfish
2012-03-07
*
Made fish_tests.cpp compile on Linux.
Siteshwar Vashisht
2012-03-05
*
Fix a bug where wfopen would always fail
ridiculousfish
2012-03-03
[next]