| Commit message (Expand) | Author | Age |
* | Initialize etc/fish and share/fish from the Makefile, not automatically by Au... | axel | 2006-07-19 |
* | Two minor build fixes, thanks to Hiroshi Sakurai | axel | 2006-07-17 |
* | Don't check for presence of Doxygen in the configure script, since it's no lo... | axel | 2006-07-17 |
* | Bump version number to 1.21.9 | axel | 2006-07-15 |
* | Fixes for the tokenizer to correctly return error values on invalid input | axel | 2006-07-15 |
* | Add fix for build error in fish_tests | axel | 2006-07-15 |
* | Add -q/--query switch to the functions builtin. Works just like the same swit... | axel | 2006-07-13 |
* | The begin builtin should not alter the exit status | axel | 2006-07-13 |
* | Overhaul of the script autoloader. This should make sure that old scripts are... | axel | 2006-07-13 |
* | Add french translation (Thanks to Xavier Douville) | axel | 2006-07-12 |
* | Minor code tweaks: A few extra input validations, spelling corrections, etc | axel | 2006-07-11 |
* | Make sure that the / is only printed once in prompt_pwd function when cwd is ... | axel | 2006-07-11 |
* | Update of the Swedish translation | axel | 2006-07-11 |
* | Fix bug in completions for the cd builtin that caused missed completions when... | axel | 2006-07-10 |
* | Fix use of hardcoded path in completions for the help completions causing mis... | axel | 2006-07-10 |
* | Fix bug where fish refuses to complete inside som command substitutions | axel | 2006-07-08 |
* | Fix psub deadlocks by once again considering a job as completed whenever the ... | axel | 2006-07-08 |
* | Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc... | axel | 2006-07-03 |
* | Switch from die_mem function to DIE_MEM macro in order to be able to give a l... | axel | 2006-07-03 |
* | Fix spelling error (Thanks to Netocrat) | axel | 2006-07-03 |
* | Fix infinite loop when trying to init history without setting history mode na... | axel | 2006-06-22 |
* | Add setenv shellscript function for csh compatibility | axel | 2006-06-22 |
* | Implement fallback version of futimes instead of testing for it's existance i... | axel | 2006-06-22 |
* | Use the intern function to share the strings used to describe various key bin... | axel | 2006-06-22 |
* | Even more input validation | axel | 2006-06-21 |
* | Remove common_init and common_destroy. Use halloc instead. | axel | 2006-06-21 |
* | Check exit status of close and fclose in a few extra places | axel | 2006-06-21 |
* | Update input validation. Always use the magic CHECK macro, which prints an er... | axel | 2006-06-21 |
* | Various code polish, including minor rearangement of builtin code to export f... | axel | 2006-06-21 |
* | Make sure failed tilde expansion doesn't result in evaluating null strings in... | axel | 2006-06-21 |
* | Large number of sourcecode comment edits, and some minor code polish | axel | 2006-06-20 |
* | Make braces expand right-to-left, to make syntax more consistent | axel | 2006-06-18 |
* | The syntax for 'function --on-job-exit caller' was flat out wrong in the docs... | axel | 2006-06-18 |
* | Write commant at beginning of .fishd file mentioning that the file should not... | axel | 2006-06-18 |
* | Update function wrapper for cd builtin, make sure a local variable is used | axel | 2006-06-17 |
* | Update rpm spec file, doxygen is no longer rewuired at build time | axel | 2006-06-17 |
* | Documentation updates. Fixes a few formating bugs, adds various minor missing... | axel | 2006-06-17 |
* | Fix bugs in the highlighting code related to detection and display of non-exi... | axel | 2006-06-17 |
* | Fix a bug in the function wrapper around the 'cd' builtin that caused cd to s... | axel | 2006-06-17 |
* | Make the validator show the help for a block command missing an 'end' | axel | 2006-06-16 |
* | Remove tiny and unlikely memory leak | axel | 2006-06-16 |
* | Include fallback functions in set_color command | axel | 2006-06-16 |
* | The license agreement int the docs explicitly state GPL v2, while main.c ment... | axel | 2006-06-16 |
* | Slightly improve build system - dont link in ncurses into mimedb or set_color | axel | 2006-06-15 |
* | Slightly improve accuracy of calculations of prompt width | axel | 2006-06-15 |
* | Update the set_color command: Add underline support, make the command a bit m... | axel | 2006-06-15 |
* | Add entry about changing shell to the FAQ | axel | 2006-06-15 |
* | Fix highlighting of search matches, broken by earlier patch for underlining p... | axel | 2006-06-15 |
* | Provide fallback implementation of lrand48_r | axel | 2006-06-15 |
* | Minor comment edits, reindentation and other code formating changes | axel | 2006-06-15 |