aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro shou...Gravatar axel2006-07-20
* Set value of install path macros like DATADIR from the Makefile, not automati...Gravatar axel2006-07-20
* Do not test universal variable functionality since it relies on fish to be in...Gravatar axel2006-07-19
* Make sure no error message is printed when failing to start fishdGravatar axel2006-07-19
* Make sure to only close fishd socket if it is open on shutdownGravatar axel2006-07-19
* Fix crash bug in fish_tests when fishd is unavailableGravatar axel2006-07-19
* Initialize etc/fish and share/fish from the Makefile, not automatically by Au...Gravatar axel2006-07-19
* Two minor build fixes, thanks to Hiroshi SakuraiGravatar axel2006-07-17
* Don't check for presence of Doxygen in the configure script, since it's no lo...Gravatar axel2006-07-17
* Bump version number to 1.21.9Gravatar axel2006-07-15
* Fixes for the tokenizer to correctly return error values on invalid inputGravatar axel2006-07-15
* Add fix for build error in fish_testsGravatar axel2006-07-15
* Add -q/--query switch to the functions builtin. Works just like the same swit...Gravatar axel2006-07-13
* The begin builtin should not alter the exit statusGravatar axel2006-07-13
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Add french translation (Thanks to Xavier Douville)Gravatar axel2006-07-12
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
* Make sure that the / is only printed once in prompt_pwd function when cwd is ...Gravatar axel2006-07-11
* 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