aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* restyle postfork module to match project styleGravatar Kurtis Rader2016-05-02
* restyle path module to match project styleGravatar Kurtis Rader2016-05-02
* restyle parser module to match project styleGravatar Kurtis Rader2016-05-02
* restyle parse_util module to match project styleGravatar Kurtis Rader2016-05-02
* restyle parse_tree module to match project styleGravatar Kurtis Rader2016-05-02
* restyle parse_productions module to match project styleGravatar Kurtis Rader2016-05-02
* restyle parse_execution module to match project styleGravatar Kurtis Rader2016-05-02
* restyle pager & lru module to match project styleGravatar Kurtis Rader2016-05-02
* restyle output module to match project styleGravatar Kurtis Rader2016-05-01
* restyle kill module to match project styleGravatar Kurtis Rader2016-05-01
* restyle iothread module to match project styleGravatar Kurtis Rader2016-05-01
* restyle io module to match project styleGravatar Kurtis Rader2016-05-01
* restyle intern module to match project styleGravatar Kurtis Rader2016-05-01
* restyle input_common module to match project styleGravatar Kurtis Rader2016-05-01
* restyle input module to match project styleGravatar Kurtis Rader2016-04-30
* 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