aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Do not use CDPATH when completing arguments starting with a '.'Gravatar axel2006-02-09
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* Make the __fish_describe_command function strip spaces and newlinesGravatar axel2006-02-08
* Fis function signature for a few functions in parser.cGravatar axel2006-02-08
* Move more functions to autoloadGravatar axel2006-02-08
* cvs completionsGravatar Nicholas Pilon2006-02-08
* Make 'exit' work in even handlersGravatar axel2006-02-08
* Autoloaded functionsGravatar axel2006-02-08
* Awk Indent FixGravatar Nicholas Pilon2006-02-08
* 1.20.2Gravatar axel2006-02-07
* Minor tweaks to expand_Variables, fixes rare memory leakGravatar axel2006-02-07
* Fix various uses of old set syntaxGravatar axel2006-02-07
* Only hide /private directories under OS XGravatar axel2006-02-07
* Further halloc:ification if fishGravatar axel2006-02-07
* Fix bug that would accidentally disable interactive mode on OS X when writing...Gravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Lazily load history fileGravatar axel2006-02-07
* First checkin of transition to using a new hierarchical memory allocator, som...Gravatar axel2006-02-07
* Make sure line counting doesn't move past end of stringGravatar axel2006-02-06
* Make execution of functions use wcsdup to make sure no memory errors happen i...Gravatar axel2006-02-06
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Add long style option support for prevd/pushd, also add a few missing transla...Gravatar axel2006-02-06
* Darwin OpenGravatar Nicholas Pilon2006-02-06
* Describe Command awk-ificationGravatar Nicholas Pilon2006-02-06
* Completion: System CommandsGravatar Nicholas Pilon2006-02-06
* PWD TweaksGravatar Nicholas Pilon2006-02-06
* Minor edits of builtin.c, some reindentation and code comment improvementGravatar axel2006-02-06
* Another set of spelling corrections from HJBGravatar axel2006-02-06
* Make LS_COLORS non-univerasl, and contain many more filetypesGravatar axel2006-02-05
* Tiny performance tweaksGravatar axel2006-02-05
* Tweaks to some source commentsGravatar axel2006-02-05
* Remove duplicate line counting code. Make the remaining implementation have a...Gravatar axel2006-02-05
* Clean up init code in builtin.cGravatar axel2006-02-05
* Minor edits to the INSTALL fileGravatar axel2006-02-04
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Remove some unneeded debug messagesGravatar axel2006-02-04
* Minor optimization - only set locale if we actually want to output something ...Gravatar axel2006-02-04
* Don't print full stack trace for failiures in cd in interactive modeGravatar axel2006-02-04
* Add /opt and /opt/local to list of possibly interesting directories for PATH ...Gravatar axel2006-02-04
* Minor optimization to the prompt commandGravatar axel2006-02-04
* Make sure completions aren't run in interactive modeGravatar axel2006-02-04
* Don't print errors if parent can't give child control of terminal during exec...Gravatar axel2006-02-04
* Make children set their own process group instead of waiting for their parent...Gravatar axel2006-02-04
* Minor comment edits in complete.cGravatar axel2006-02-04
* Correct broken test for gettext commandGravatar axel2006-02-04
* Add fink and pkgsrc /bin directories to PATH if they existGravatar axel2006-02-04
* Move parts of the command description lookup code to a shellscript functionGravatar axel2006-02-04
* prompt and terminal functions should not be run in interactive modeGravatar axel2006-02-03
* Remove old unneeded code that makes fish_pager wait to become owner of the te...Gravatar axel2006-02-03