aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | globally (needed to allow binary xs modules in perl to get to each others symbols)
* 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
| | | | | | | | | echo_int => opt_info echo_key => opt_keyecho echo_ext => opt_echo As per the 1.2.6-dain patch
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-37/+37
| | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly
* 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
| | | | | | the path to the library that was loaded so that if testing new libraries you can tell which one was found :p
* Changed #module to not require the .so extension, and added some checksSteve Slaven2005-03-121-0/+6
| | | | | | for _GNU_SOURCE in ptr.h so that modules compiled with GNU externsions will work with powwow.h (like perl)
* Changed the #module command to handle searching multiple (currently compiled in)Steve Slaven2005-03-121-6/+18
| | | | | | library paths, and remove the requirement for the .so part of the filename so that in future versions we can support .dll under cygwin
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+2464