aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* added #addstatic commandGustav Hållberg2009-01-161-4/+16
* cleaned up #option code and added '#option list'Gustav Hållberg2009-01-161-82/+141
* fixed formatting errors in '#help'Gustav Hållberg2009-01-161-74/+159
* set better $TITLE when viewing help textsGustav Hållberg2009-01-161-4/+7
* fixed some compilation warningsGustav Hållberg2009-01-161-1/+1
* renamed _cmd_init() to initialize_cmd() and added a function prototype for itGustav Hållberg2009-01-161-1/+1
* Don't try and load non-.so files in cmd_moduleSteve Slaven2007-10-091-0/+4
* Fixes bugged #var $(expression).Steve Slaven2006-01-311-9/+27
* Better handling of line continuation (Elestir)Steve Slaven2006-01-311-9/+7
* Allow configuring the group delimiter to any arbitrary stringSteve Slaven2006-01-311-1/+10
* Added #speedwalk command for using speedwalks even if you haveSteve Slaven2005-10-281-1/+15
* Added line-continuation support to the #ex commandSteve Slaven2005-04-051-5/+21
* Updated debian version, make #module loaded objects export their symbolsSteve Slaven2005-03-211-1/+1
* Moved #module before #movieSteve Slaven2005-03-211-2/+2
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-38/+38
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-37/+37
* Don't include dlfcn.h if no libdlSteve Slaven2005-03-211-0/+3
* Do not include #module support if there is no libdlSteve Slaven2005-03-211-1/+5
* Made #module print messages prefixed with #module instead of #lib, also displaySteve Slaven2005-03-121-2/+4
* Changed #module to not require the .so extension, and added some checksSteve Slaven2005-03-121-0/+6
* Changed the #module command to handle searching multiple (currently compiled in)Steve Slaven2005-03-121-6/+18
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+2464