index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tokenizer.h
Commit message (
Expand
)
Author
Age
*
Fix issues related to redirections and block level IO with new parser
ridiculousfish
2013-12-28
*
Very early work in adopting new parser for actual execution of commands.
ridiculousfish
2013-12-23
*
Syntax highlighting for file redirections
ridiculousfish
2013-10-13
*
Merge branch 'master' into ast_no_templates
ridiculousfish
2013-10-06
|
\
|
*
Better error messages for `EDITOR=vim git...` type commands.
ridiculousfish
2013-09-30
|
*
Make tok_last_type return an enum token_type instead of int
ridiculousfish
2013-09-30
*
|
Improvements to new parser. All functions and completions now parse.
ridiculousfish
2013-07-22
*
|
Parser limps into existence
ridiculousfish
2013-06-08
*
|
Stuff
ridiculousfish
2013-06-01
|
/
*
Formatting
ridiculousfish
2012-12-22
*
Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...
ridiculousfish
2012-12-20
*
forward-word should accept a word of an autosuggestion
ridiculousfish
2012-12-10
*
Make tok_first return a wcstring instead of a wchar_t*
ridiculousfish
2012-11-21
*
Remove tok_destroy
ridiculousfish
2012-11-21
*
Modify tokenizer to store last token in a wcstring
ridiculousfish
2012-11-21
*
Work towards refactoring tokenizer to be a real object
ridiculousfish
2012-11-21
*
Changes to make word movement less aggressive
ridiculousfish
2012-11-19
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Fix to restore an optimization from parse_util_get_line_from_offset in a more...
ridiculousfish
2012-08-04
*
Lots of work towards making fish build without warnings on Mountain Lion, mos...
ridiculousfish
2012-08-04
*
Added some const correctness
ridiculousfish
2012-02-24
*
Fix a crash when using quotes due to wgettext thread safety issues.
ridiculousfish
2012-02-17
*
Initial work towards making autosuggestion smarter by recognizing paths
ridiculousfish
2012-02-15
*
More work on the instanced parser
ridiculousfish
2012-01-22
*
More const and signed correctness. Warnings now fit on one page!
Peter Ammon
2012-01-14
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Implement non-clobbering file io. Use the >? operator for this for now.
liljencrantz
2007-10-27
*
Add autoindentation support
axel
2006-10-07
*
Make sure tokenizer never changes input string
axel
2005-12-10
*
Add header guards to the header files.
James Vega
2005-10-05
*
Initial revision
axel
2005-09-20