Age | Commit message (Expand) | Author |
---|---|---|
2002-08-25 | If script returns 0 while it's being loaded, it's terminated without any | Timo Sirainen |
2002-08-25 | actually, eval {} it anyway so the script can be unloaded even if UNLOAD | Timo Sirainen |
2002-08-25 | better way to check if UNLOAD exists | Timo Sirainen |
2002-08-25 | UNLOAD method is called now for all scripts before they're destroyed. | Timo Sirainen |
2002-05-26 | use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe | Timo Sirainen |
2001-11-18 | /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-07-29 | "\n", not '\n'.. | Timo Sirainen |
2001-07-29 | /SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with | Timo Sirainen |
2001-07-29 | don't use strict since it was forced to scripts too. added a missing $. | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |