| Commit message (Expand) | Author | Age |
* | Add support for the Ubuntu 'command-no-found' handler, which suggests a packa... | liljencrantz | 2008-01-15 |
* | Cleanup and improve the exit status numbers and the messages generated on err... | liljencrantz | 2008-01-09 |
* | Implement non-clobbering file io. Use the >? operator for this for now. | liljencrantz | 2007-10-27 |
* | Replace variadic functions like sb_append and contains_str with variadic macr... | liljencrantz | 2007-09-29 |
* | Minor error handling improvements and minor code polish | axel | 2007-08-02 |
* | Replace the count function with a builtin for performance reasons. The count ... | axel | 2007-08-01 |
* | Implement count as ashellscript function instead of a command in order to sup... | axel | 2007-04-24 |
* | Add the possibility for functions which do not shadow the arguments of the ca... | axel | 2007-04-23 |
* | Move keyword detection code to separate file | axel | 2007-04-22 |
* | Fix bug in parser, on incomplete blocks. This bug was handled correctly by th... | axel | 2007-04-22 |
* | Use cpp macro to avoid manually adding sentinel value to varargs functions | axel | 2007-04-17 |
* | Add breakpoint builtin | axel | 2006-11-11 |
* | Fix indentation error - the else builtin was not properly indented | axel | 2007-02-01 |
* | Verify that fd redirection is an int | axel | 2007-01-27 |
* | Print stack trace when execting due to fatal problem or bug | axel | 2007-01-22 |
* | A few more error checks during string to integer conversion in various places | axel | 2007-01-09 |
* | Fix typo in user message, remove a few warnings, minor indentation edits | axel | 2007-01-09 |
* | Handle out of memory condition in various parts of fish by shutting down inst... | axel | 2007-01-09 |
* | Make it possible to buffer input to other file descriptors than stdin. It is ... | axel | 2007-01-08 |
* | Minor highlighting tweaks to make highlighter handle switches to 'command' an... | axel | 2006-12-14 |
* | Make sure that a command is never executed as the subcommand of the 'builtin'... | axel | 2006-12-14 |
* | Make the builtins 'and', 'or', 'not', 'exec', 'command' and 'builtin' respect... | axel | 2006-12-14 |
* | Minor comment edits and removal of a warning | axel | 2006-11-19 |
* | Update documentation display code to run roff on the client system instead of... | axel | 2006-11-18 |
* | Add a bugreport function for writing out a message about how to file bug reports | axel | 2006-11-18 |
* | Fix the code for ignoring infinite recursion | axel | 2006-11-02 |
* | Make sure signals aren't blocked while autoloading, also add a few consistenc... | axel | 2006-10-30 |
* | Minor edits | axel | 2006-10-29 |
* | Update autoloader to fix concurrency issues when changing loader path in auto... | axel | 2006-10-29 |
* | Minor edits, remove unneeded code, add a few commants, correct spelling, twea... | axel | 2006-10-26 |
* | Use bitset to implement flags for jobs instead of wasting a whole int for eve... | axel | 2006-10-26 |
* | Fix a number of bugs found using the warnings generated by earlier patch | axel | 2006-10-20 |
* | First stab at directory transition. Test with care... | axel | 2006-10-19 |
* | Various minor cleanups | axel | 2006-10-09 |
* | Indent empty lines after a block command correctly. Thanks to Philip Ganchev ... | axel | 2006-10-09 |
* | Be more rigorous with the exit codes set by the parser and builtins | axel | 2006-10-09 |
* | Unknown commands should set the status flag to 127, as in bash and friends | axel | 2006-10-09 |
* | Make sure that if a syntax error occurs, the parser does not try to evaluate ... | axel | 2006-10-09 |
* | Make sure indentation works even if a line begins with whitespace | axel | 2006-10-09 |
* | Fix a few places where uncasted 0 was used as a null pointer in vararg functi... | axel | 2006-10-08 |
* | Add autoindentation support | axel | 2006-10-07 |
* | Drop the optional checking of block type for the end builtin | axel | 2006-10-05 |
* | First stab at multiline editing | axel | 2006-10-02 |
* | Minor tweaks to code validation for the for builtin (again) | axel | 2006-10-02 |
* | Add syntax check to see that the for builtin is not given an insufficient num... | axel | 2006-09-26 |
* | Make sure that syntax validator allows use of 'break' and 'continue' with --h... | axel | 2006-09-18 |
* | Make it possible to save a function when defining it using the -S switch | axel | 2006-09-09 |
* | Fix crash bug in cyntax validator when using an illegal command name. Thanks ... | axel | 2006-09-08 |
* | Optionally add type of block to the end builtin to verify block nesting corre... | axel | 2006-09-06 |
* | Clear error buffer before creating new error message to avoid bug causing all... | axel | 2006-09-06 |