ridiculousfish
|
964c7e6f3b
|
Merge branch 'master' into ast
Conflicts:
complete.cpp
|
2013-10-27 13:37:14 -07:00 |
|
ridiculousfish
|
cf766b55cc
|
Fix formatting
|
2013-10-26 15:27:39 -07:00 |
|
ridiculousfish
|
ce857b0770
|
Syntax highlighting for file redirections
|
2013-10-13 16:58:40 -07:00 |
|
ridiculousfish
|
cbd8a27a6d
|
Beef up completion tests
|
2013-10-12 12:04:31 -07:00 |
|
ridiculousfish
|
b60db79866
|
Modify fish_tests to support specifying the tests to run via arguments
|
2013-10-12 11:32:34 -07:00 |
|
ridiculousfish
|
ddec870d25
|
Rework decision process for whether to interpret keywords as structural
or as commands (for LL parser). Will allow 'builtin --' to parse as a
plain statement, instead of a decorated statement '--'
|
2013-10-12 02:46:49 -07:00 |
|
ridiculousfish
|
77e358a001
|
Support for parsing e.g. 'command --' as a plain statement, instead of
executing the command '--'.
|
2013-10-12 01:47:31 -07:00 |
|
ridiculousfish
|
5490f54d00
|
Make parse_t::parse a static method so we don't have to create lots of
useless parse_t objects
|
2013-10-12 01:17:55 -07:00 |
|
ridiculousfish
|
58447c147f
|
Make the new parser LL(2). Support for correct handling of e.g. 'command
--help'
|
2013-10-09 20:37:07 -07:00 |
|
ridiculousfish
|
7b86b2e05a
|
Adoption of new parser in abbreviations
|
2013-10-09 02:03:50 -07:00 |
|
ridiculousfish
|
54d7c29221
|
Syntax highlighting for command substitutions
|
2013-10-08 18:41:35 -07:00 |
|
ridiculousfish
|
4f718e83b3
|
Syntax highlighting now correctly handles cd
|
2013-10-07 03:56:09 -07:00 |
|
ridiculousfish
|
14741518a7
|
Command highlighting now works
|
2013-10-06 16:23:45 -07:00 |
|
ridiculousfish
|
dd91779442
|
Merge branch 'master' into ast_no_templates
Conflicts:
configure.ac
exec.cpp
|
2013-10-06 13:08:57 -07:00 |
|
ridiculousfish
|
991c900fc6
|
Set of changes to improve detection of escape sequences for prompt width
computation. Addresses #767
|
2013-09-29 02:48:35 -07:00 |
|
ridiculousfish
|
24f1da7f30
|
Add a fancy new paths_are_equivalent function to test for equivalent
paths instead of merely equal ones
|
2013-08-27 18:26:22 -07:00 |
|
ridiculousfish
|
e58b73179f
|
More work on new parser
|
2013-08-11 00:35:00 -07:00 |
|
ridiculousfish
|
8e07e55c1f
|
More work on new parser
|
2013-08-08 15:06:46 -07:00 |
|
ridiculousfish
|
3e3eefc2dc
|
Improvements to new parser. All functions and completions now parse.
|
2013-07-22 18:26:15 -07:00 |
|
ridiculousfish
|
551d2dfebd
|
Merge branch 'master' into ast_templates
Conflicts:
fish_tests.cpp
|
2013-07-21 14:04:06 -07:00 |
|
ridiculousfish
|
f9c2a77c67
|
Next stab at abbreviations. Highlighting should work.
|
2013-07-19 12:41:35 -07:00 |
|
ridiculousfish
|
92099c7af2
|
Initial abbreviation work. Tests currently fail.
|
2013-07-19 12:41:34 -07:00 |
|
ridiculousfish
|
1511de68ed
|
Make parse_util_locate_cmdsubst return the innermost command substitution instead of the outermost.
Fixes https://github.com/fish-shell/fish-shell/issues/913
|
2013-07-17 01:35:30 -07:00 |
|
ridiculousfish
|
4ca46b7883
|
Beginning support for new parser error messages
|
2013-06-15 15:21:35 -07:00 |
|
ridiculousfish
|
827a9d640c
|
Added parse builtin for testing. Lots of work on simulated execution.
|
2013-06-15 14:32:38 -07:00 |
|
ridiculousfish
|
048f08080d
|
Rename expression.h to parse_tree.h and parse_exec.h
|
2013-06-09 14:21:24 -07:00 |
|
ridiculousfish
|
0a02e0db4b
|
Merge branch 'master' into parsed
|
2013-06-09 13:52:18 -07:00 |
|
ridiculousfish
|
f3e5262dc0
|
Parser limps into existence
|
2013-06-08 19:20:26 -07:00 |
|
ridiculousfish
|
464187491f
|
Formatting
|
2013-06-02 01:14:26 -07:00 |
|
ridiculousfish
|
908b07527e
|
Support for fuzzy completions
https://github.com/fish-shell/fish-shell/issues/568
https://github.com/fish-shell/fish-shell/issues/528
|
2013-05-25 15:41:18 -07:00 |
|
ridiculousfish
|
2da81b0ae7
|
Formatting and style updates
|
2013-05-05 02:33:17 -07:00 |
|
ridiculousfish
|
3e69e5b082
|
Large set of changes to improve history atomicity on filesystems that do not support locking
Should address https://github.com/fish-shell/fish-shell/issues/685
|
2013-04-27 15:21:14 -07:00 |
|
ridiculousfish
|
10962d7175
|
Remove code that disabled tests (oops)
|
2013-04-21 15:49:45 -07:00 |
|
ridiculousfish
|
b936be8e34
|
Hack up gettext to try to fix CentOS build
https://github.com/fish-shell/fish-shell/issues/645
|
2013-04-08 10:20:56 -07:00 |
|
ridiculousfish
|
b8f34cdd35
|
Teach case-insensitive completions about tildes. Fixes https://github.com/fish-shell/fish-shell/issues/647
|
2013-04-07 23:54:43 -07:00 |
|
ridiculousfish
|
e0e0bcdc1e
|
Update code formatting
|
2013-03-21 17:44:51 -07:00 |
|
ridiculousfish
|
4d19bb17a9
|
Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, in preparation for upcoming fuzzy completion work
|
2013-03-05 20:54:16 -08:00 |
|
ridiculousfish
|
1d75c232ff
|
Teach builtin_test about the special precedence rules in IEEE 1003.1
https://github.com/fish-shell/fish-shell/issues/601
|
2013-03-03 13:22:00 -08:00 |
|
ridiculousfish
|
e918851902
|
Formatting
|
2013-02-03 11:38:22 -08:00 |
|
ridiculousfish
|
ded81ec186
|
Teach fish how to put completion data inside a closing quote
Fixes https://github.com/fish-shell/fish-shell/issues/552
|
2013-02-02 14:50:22 -08:00 |
|
ridiculousfish
|
92b2376c23
|
Indent switch + case properly. https://github.com/fish-shell/fish-shell/issues/530
|
2013-01-24 14:59:52 -08:00 |
|
ridiculousfish
|
373cca0bf6
|
Formatting
|
2013-01-12 12:55:23 -08:00 |
|
ridiculousfish
|
bf10d6c03b
|
Tweak test_fork to exercise strerror
|
2013-01-09 09:36:52 -08:00 |
|
ridiculousfish
|
552d8f394e
|
Make fishd base its variable files on the MAC address instead of hostname
Fixes https://github.com/fish-shell/fish-shell/issues/183
|
2013-01-08 02:39:22 -08:00 |
|
ridiculousfish
|
bf3e4126b2
|
Fix for builtin_test crash
https://github.com/fish-shell/fish-shell/issues/497
|
2013-01-06 14:48:46 -08:00 |
|
ridiculousfish
|
8a357e1866
|
Add some more tests for autosuggestion combining
|
2013-01-06 14:10:03 -08:00 |
|
ridiculousfish
|
85fdf587c0
|
When the user input contains capital letters, use its case rather than the autosuggestion's case
Fixes https://github.com/fish-shell/fish-shell/issues/335
|
2013-01-05 15:21:42 -08:00 |
|
ridiculousfish
|
8d4a701f86
|
Implement builtin [ via builtin test
|
2013-01-05 01:30:03 -08:00 |
|
Jan Kanis
|
600aeb6ccc
|
re-enable tests that were accidentally disabled in 0b1e3718
|
2013-01-01 23:06:41 +01:00 |
|
ridiculousfish
|
e31431140a
|
Formatting
|
2012-12-22 12:21:31 -08:00 |
|