aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
Commit message (Expand)AuthorAge
* Hack around xdm's dumb assumption that the login shell is POSIX compliant so ...Gravatar ridiculousfish2013-01-04
* Revert shared_ptr<io_data_t> changes until kinks are ironed outGravatar ridiculousfish2013-01-04
* Use shared_ptr to manage io_data_t*.Gravatar Cheer Xiao2012-12-31
* Make event_block_t.event not a referenceGravatar ridiculousfish2012-12-22
* Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into Ja...Gravatar ridiculousfish2012-12-22
|\
| * include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
* | Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...Gravatar ridiculousfish2012-12-20
| * reference'ize event.cpp/hGravatar Jan Kanis2012-12-20
| * Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
* | Random fixes to comments.Gravatar Cheer Xiao2012-12-16
|/
* 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