aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
Commit message (Expand)AuthorAge
* Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis...Gravatar axel2007-02-01
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Minor tweaks to code validation for the for builtin (again)Gravatar axel2006-10-02
* Add syntax check to see that the for builtin is not given an insufficient num...Gravatar axel2006-09-26
* Optionally add type of block to the end builtin to verify block nesting corre...Gravatar axel2006-09-06
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Edits to source code commentsGravatar axel2006-06-09
* Move jobs builtin to its own fileGravatar axel2006-05-26
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Add validator check to make sure the second argument to 'for' is 'in'Gravatar axel2006-05-22
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Improved error messagesGravatar axel2005-12-08
* Huge API documentation cleanupGravatar axel2005-10-25
* Implement the ulimit builtinGravatar axel2005-10-15
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20