aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* restyle highlight module to match project styleGravatar Kurtis Rader2016-04-30
* restyle function module to match project styleGravatar Kurtis Rader2016-04-30
* restyle fish modules to match project styleGravatar Kurtis Rader2016-04-30
* restyle fallback module to match project styleGravatar Kurtis Rader2016-04-30
* Remove use of __environGravatar ridiculousfish2016-04-30
* Remove some unused macros from builtin_set_color.cppGravatar ridiculousfish2016-04-29
* Issue a \r in fish_title, except when executing it for the promptGravatar ridiculousfish2016-04-29
* restyle expand module to match project styleGravatar Kurtis Rader2016-04-28
* restyle exec module to match project styleGravatar Kurtis Rader2016-04-28
* retyle event module to match project styleGravatar Kurtis Rader2016-04-28
* restyle env_universal module to match project styleGravatar Kurtis Rader2016-04-28
* restyle env module to match project styleGravatar Kurtis Rader2016-04-28
* provide a realpath implementationGravatar Kurtis Rader2016-04-28
* restyle common module to match project styleGravatar Kurtis Rader2016-04-27
* restyle color module to match project styleGravatar Kurtis Rader2016-04-27
* compile fallback.cpp and util.cpp seperatelyGravatar Kurtis Rader2016-04-27
* env_universal_common.cpp: pass correct flag to fcntlGravatar David Adam2016-04-27
* restyle builtin modules to match project styleGravatar Kurtis Rader2016-04-26
* Update usage of pcre2_substitute() for pcre2-10.21Gravatar Michael Steed2016-04-27
* add better support for IWYU and fix thingsGravatar Kurtis Rader2016-04-26
* make comments Xcode friendlyGravatar Kurtis Rader2016-04-19
* restyle autoload module to match project styleGravatar Kurtis Rader2016-04-18
* restyle builtin module to match project styleGravatar Kurtis Rader2016-04-18
* restyle history code to match project styleGravatar Kurtis Rader2016-04-18
* fix off by one errorGravatar Kurtis Rader2016-04-13
* fish handling of readlink()Gravatar Kurtis Rader2016-04-12
* revert inadvertent file inclusion in prior commitGravatar Kurtis Rader2016-04-12
* fix bug in lint.fish helper scriptGravatar Kurtis Rader2016-04-12
* another wcstring to wchar_t * changeGravatar Kurtis Rader2016-04-10
* enhance fish_indent to normalize keywordsGravatar Kurtis Rader2016-04-10
* Change parser_token_types from wcstring to const wchar_t *Gravatar ridiculousfish2016-04-10
* Fix #2919 by removing the entire block.Gravatar Aaron Gyes2016-04-09
* fix handling of line continuation in keywordsGravatar Jak Wings2016-04-08
* add missing special-case for ../Gravatar Kurtis Rader2016-04-08
* Migrate PATH-completion logic from complete.cpp to expand.cppGravatar ridiculousfish2016-04-07
* Implement an --invert/-v for string match, like grep -v.Gravatar Aaron Gyes2016-04-08
* Complain less about "bogus" PATH entriesGravatar ridiculousfish2016-04-07
* Remove a dead function bool_from_env_varGravatar ridiculousfish2016-04-07
* fix setting of $argv for `source` w/no argsGravatar Kurtis Rader2016-04-06
* change how redirections are formattedGravatar Kurtis Rader2016-04-05
* don't try to use st_gen (inode generation) numberGravatar Aaron Gyes2016-04-04
* remove unused special color "ignore"Gravatar Kurtis Rader2016-04-04
* fixes for cppcheck lint warningsGravatar Kurtis Rader2016-04-04
* convert atypical env_universal_common loggingGravatar Kurtis Rader2016-04-03
* lint: remove or comment out unused functionsGravatar Kurtis Rader2016-04-03
* remove unused wgetopt() method found by lintingGravatar Kurtis Rader2016-04-02
* Remove an unnecessary c_str()Gravatar ridiculousfish2016-03-27
* Fix memory leaks at exit found in testsGravatar Andreas Nordal2016-03-27
* `fish --version` should write to stdoutGravatar Kurtis Rader2016-03-23
* Fix memory leak, error message when failing to open input fileGravatar Andreas Nordal2016-03-22