aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Minor updates to swedish translationsGravatar axel2006-06-13
* Minor code editsGravatar axel2006-06-13
* Minor addition for completions to the patch commandGravatar axel2006-06-13
* Do not change status when the 'exit' builtin is called with no argumentGravatar axel2006-06-13
* Do not change status when the 'return' builtin is called with no argumentGravatar axel2006-06-13
* Minor update to english 'translation'Gravatar axel2006-06-13
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Include user documentation with standard tarballs - this means you no longer ...Gravatar axel2006-06-12
* Documentation updates, mostly corrections and cla<rifications to the docs for...Gravatar axel2006-06-09
* Minor code edits - add a few braces, a few minor safety checks, etc.Gravatar axel2006-06-09
* Edits to source code commentsGravatar axel2006-06-09
* Add more function input validation checksGravatar axel2006-06-09
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
* Make sure that empty completion descriptions aren't translated to the gettext...Gravatar axel2006-06-08
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
* Fix off-by-one error when reporting line number of function call in stack tracesGravatar axel2006-06-08
* Updates, bugfixing and minor edits on the test suiteGravatar axel2006-06-05
* Fix some typos and bad wording in hte faqGravatar axel2006-06-05
* Fix minor typos in code commentsGravatar axel2006-06-05
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* Add documentation about support for negative indicesGravatar axel2006-06-04
* Add support for negative indices in arrays. Negative indices count from the e...Gravatar axel2006-06-04
* Many minor edits and clarifications to the documentation, including comments ...Gravatar axel2006-06-04
* Swedish translation updatesGravatar axel2006-06-04
* Add english 'translation', which does nothing except change the type of quote...Gravatar axel2006-06-04
* Minor code tweaks, including making sure builtins are not run if an io redire...Gravatar axel2006-06-04
* Minor spelling fixesGravatar axel2006-06-04
* Add missing help message for a few errors in the set builtinGravatar axel2006-06-04
* Drop validation of function code on new function definition - the code has al...Gravatar axel2006-06-02
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Minor code cleanupGravatar axel2006-06-02
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* Add completions for 'cp'.Gravatar axel2006-06-02
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Bump version numberGravatar axel2006-06-01
* Drop debug messageGravatar axel2006-06-01
* Revert addition of the seq file to repo - only seq.in should be there. Also a...Gravatar axel2006-06-01
* Make validation code show offening parameter on perameter expansion problemsGravatar axel2006-06-01
* Increase size of buffer for parser error string. Should change this to a dyna...Gravatar axel2006-06-01
* Minor change to the strings to a printf comman, since it seems to work differ...Gravatar axel2006-05-30
* Minor code simplifications in highlighting codeGravatar axel2006-05-30
* Slightly updated fusermount completions - Thanks to Sean HigginsGravatar axel2006-05-29
* Add highlighting to a few missing escape sequencesGravatar axel2006-05-29
* Minor rewordings and additions to the manualGravatar axel2006-05-29
* Check documentation for listing of external commands instead of relying on ou...Gravatar axel2006-05-29
* Add missing event trigger when non-universal variable is erasedGravatar axel2006-05-29
* Avoid using the pwd command in favour of the $PWD variable, since the pwd com...Gravatar axel2006-05-29
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Fix major memory leak in highlighting code and a minor leak in the parserGravatar axel2006-05-28