aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Update of the Swedish translationGravatar axel2006-07-11
* Fix bug in completions for the cd builtin that caused missed completions when...Gravatar axel2006-07-10
* Fix use of hardcoded path in completions for the help completions causing mis...Gravatar axel2006-07-10
* Fix bug where fish refuses to complete inside som command substitutionsGravatar axel2006-07-08
* Fix psub deadlocks by once again considering a job as completed whenever the ...Gravatar axel2006-07-08
* Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc...Gravatar axel2006-07-03
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Fix spelling error (Thanks to Netocrat)Gravatar axel2006-07-03
* Fix infinite loop when trying to init history without setting history mode na...Gravatar axel2006-06-22
* Add setenv shellscript function for csh compatibilityGravatar axel2006-06-22
* Implement fallback version of futimes instead of testing for it's existance i...Gravatar axel2006-06-22
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Even more input validationGravatar axel2006-06-21
* Remove common_init and common_destroy. Use halloc instead.Gravatar axel2006-06-21
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Make sure failed tilde expansion doesn't result in evaluating null strings in...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Make braces expand right-to-left, to make syntax more consistentGravatar axel2006-06-18
* The syntax for 'function --on-job-exit caller' was flat out wrong in the docs...Gravatar axel2006-06-18
* Write commant at beginning of .fishd file mentioning that the file should not...Gravatar axel2006-06-18
* Update function wrapper for cd builtin, make sure a local variable is usedGravatar axel2006-06-17
* Update rpm spec file, doxygen is no longer rewuired at build timeGravatar axel2006-06-17
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Fix bugs in the highlighting code related to detection and display of non-exi...Gravatar axel2006-06-17
* Fix a bug in the function wrapper around the 'cd' builtin that caused cd to s...Gravatar axel2006-06-17
* Make the validator show the help for a block command missing an 'end'Gravatar axel2006-06-16
* Remove tiny and unlikely memory leakGravatar axel2006-06-16
* Include fallback functions in set_color commandGravatar axel2006-06-16
* The license agreement int the docs explicitly state GPL v2, while main.c ment...Gravatar axel2006-06-16
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
* Slightly improve accuracy of calculations of prompt widthGravatar axel2006-06-15
* Update the set_color command: Add underline support, make the command a bit m...Gravatar axel2006-06-15
* Add entry about changing shell to the FAQGravatar axel2006-06-15
* Fix highlighting of search matches, broken by earlier patch for underlining p...Gravatar axel2006-06-15
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Give the 'random' builtin it's own seed state, to keep other users of random ...Gravatar axel2006-06-15
* Check the return value of the unescape call at all placesGravatar axel2006-06-15
* Highlight invalid directories red for the cd builtinGravatar axel2006-06-15
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar axel2006-06-15
* Set default highligting for valid pathsGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Minor typo in configure scriptGravatar axel2006-06-14
* Remove unused variable, and make a few variables staticGravatar axel2006-06-14
* Use variable arrays if compiler supports C99, this saves a small amount of me...Gravatar axel2006-06-14
* Add more emacs keymappings (Thansk stew for the patch)Gravatar axel2006-06-14
* Minor documentation edits for mimedb and fishdGravatar axel2006-06-14