aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Tiny touchups of docs and codeGravatar liljencrantz2007-10-06
* Make the . builtin have a more useful (and posix-compatible) exit statusGravatar liljencrantz2007-10-06
* Comment updates, minor code cleanups and other janitorial jobsGravatar liljencrantz2007-10-02
* Indentation and commentsGravatar liljencrantz2007-09-29
* Improve error reporting for bind builtinGravatar liljencrantz2007-09-29
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Improve error reporting in the . builtinGravatar liljencrantz2007-09-24
* Add switch fo scope hiding in output of functions builtinGravatar liljencrantz2007-09-23
* Improve documentation for breakpoint builtinGravatar liljencrantz2007-09-22
* Further improve accuracy of cd builtins error messages. Now correctly reports...Gravatar liljencrantz2007-09-21
* Significantly improve accuracy of error reporting in the cd builtinGravatar liljencrantz2007-09-21
* Fix bug in the count builtin, causing it to exit with status 0 even if no arg...Gravatar liljencrantz2007-09-09
* Handle merge confligt for previous patches. The exact same bug was fixed twice.Gravatar liljencrantz2007-09-09
* Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Chan...Gravatar Claes Nästén2007-08-22
* Indentation, typo and formating fixes. Very minor patch.Gravatar liljencrantz2007-09-09
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Make the contains builtin not allow reordering of switches and non-switchesGravatar liljencrantz2007-08-15
* Fix duplicate switch antry in builtin_status. Don't know if this was caused b...Gravatar liljencrantz2007-08-02
* Replace the contains function with a builtin for performance reasons. The con...Gravatar liljencrantz2007-08-02
* Update status builtin to properly handle and document all of its options.Gravatar James Vega2007-08-02
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Make sure that io redirections are respected by the '.' builtin. This was not...Gravatar axel2007-04-26
* Fix bug in stack trace printing codeGravatar axel2007-04-24
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Add the possibility for functions which do not shadow the arguments of the ca...Gravatar axel2007-04-23
* Make the . (source) builtin able to read commands from stdinGravatar axel2007-04-23
* Validate variables names when using named arguments for functionsGravatar axel2007-04-23
* Make 'functions' builtin print named arguments of functionsGravatar axel2007-04-23
* Fix minor memory leak on printing help for builtinsGravatar axel2007-04-23
* Prettyfy output of 'functions' builtin a tiny bitGravatar axel2007-04-23
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Minor code tweaksGravatar axel2007-04-17
* Allow named arguments to function instead of only $argv. Philip Ganchev once ...Gravatar axel2007-04-17
* Add breakpoint builtinGravatar axel2006-11-11
* Fix bug in read builtin - signal handlers where not correctly set, causiong ^...Gravatar axel2007-02-01
* Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis...Gravatar axel2007-02-01
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Drop unneeded generic descriptions for completion of functions and builtins. ...Gravatar axel2007-01-27
* Make all error messages from options parsin in builtins redirectableGravatar axel2007-01-22
* Make sure read returns with a non-zero status if no string was actually givenGravatar axel2007-01-16
* Fix typo in user message, remove a few warnings, minor indentation editsGravatar axel2007-01-09
* Make the bg builtin check that all specified jobs exist before sending any of...Gravatar axel2007-01-09
* Two very minor code touch upsGravatar axel2007-01-08
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
* Update functions builtin so that default behaviour when not given any argumen...Gravatar axel2006-12-14
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Add a bugreport function for writing out a message about how to file bug reportsGravatar axel2006-11-18