aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
Commit message (Expand)AuthorAge
* Remove tok_destroyGravatar ridiculousfish2012-11-21
* Work towards refactoring tokenizer to be a real objectGravatar ridiculousfish2012-11-21
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Fix bug where 'else if' does not support functions and redirectionsGravatar ridiculousfish2012-11-04
* Fix for issue where else if would fail to pass arguments to commands. Also im...Gravatar ridiculousfish2012-10-17
* Changed "elseif" to "else if"Gravatar ridiculousfish2012-09-03
* Clean up some warnings and some unused if-related codeGravatar ridiculousfish2012-09-01
* Improve documentation and error reporting for elseif.Gravatar ridiculousfish2012-09-01
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
* Migrated function_data_t out of base block classGravatar ridiculousfish2012-08-26
* Made type property of block_t constant and privateGravatar ridiculousfish2012-08-26
* First stab at getting rid of the ugly state1, state2 properties of block_tGravatar ridiculousfish2012-08-26
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Fix OS X compilationGravatar ridiculousfish2012-08-05
* Fixed compilation on LinuxGravatar Siteshwar Vashisht2012-08-05
* Fix to restore an optimization from parse_util_get_line_from_offset in a more...Gravatar ridiculousfish2012-08-04
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Additional warning cleanup and switching from int to size_t where appropriateGravatar ridiculousfish2012-08-04
* Warning cleanupGravatar ridiculousfish2012-08-04
* Fixed two small spelling mistakesGravatar Colin Woodbury2012-07-24
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
* https://github.com/fish-shell/fish-shell/issues/207Gravatar ridiculousfish2012-07-09
* Fix for what I believe to be a bug in fish trunk where you can't always succe...Gravatar ridiculousfish2012-06-04
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Restore implicit cd for paths starting with ., .., or ~Gravatar ridiculousfish2012-06-02
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Another effort to make the cd completion work without running command substit...Gravatar ridiculousfish2012-05-06
* Fix to restore completions that use command substitution (like cd)Gravatar ridiculousfish2012-05-06
* Better fix to make cd completions work againGravatar ridiculousfish2012-05-05
* Fix for failing to properly complete cd commandGravatar ridiculousfish2012-05-05
* Move completions from linked list to std::setGravatar ridiculousfish2012-04-09
* Cleanup proc_had_barrierGravatar ridiculousfish2012-03-31
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Shortened the "no matches found" error messageGravatar ridiculousfish2012-03-10
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
* Rearrange wopen and stat to avoid a race and hopefully improve performance a ...Gravatar ridiculousfish2012-03-02
* Some initial changes to use CLO_EXEC, with an eye towards some day using it c...Gravatar Peter Ammon2012-03-02
* More work towards improving relationship between multithreading and forkGravatar ridiculousfish2012-02-29
* Fixed compilation on Linux with some minor changes.Gravatar Siteshwar Vashisht2012-02-28
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Added some const correctnessGravatar ridiculousfish2012-02-24
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19