aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_commandline.c
Commit message (Expand)AuthorAge
* Allow more than one argument to the commandline builtin. The arguments will b...Gravatar axel2006-10-10
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Add the possibility to set the input that the commandline builtin operates onGravatar axel2006-10-05
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Code cleanupGravatar axel2005-12-15
* Add missing -r/--replace switch to commandline builtinGravatar axel2005-12-15
* Huge API documentation cleanupGravatar axel2005-10-25
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Initial revisionGravatar axel2005-09-20