summaryrefslogtreecommitdiff
path: root/src/perl/perl-core.c
AgeCommit message (Expand)Author
2008-02-05Remove support for perl 5.004 and older.Emanuele Giaquinta
2008-02-02Remove unneeded include.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-03Remove broken code that prevents unloading of a script in some cases.Emanuele Giaquinta
2006-09-12Don't crash on /quit with scripts causing and catching signals during UNLOAD ...Wouter Coekaerts
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten scripts...Valentin Batz
2003-06-27don't unload libraries when deinitializing. leaks some more memory, but fixes...Timo Sirainen
2002-09-19support for threaded perl. patch by mls@suse.deTimo Sirainen
2002-08-25If script returns 0 while it's being loaded, it's terminated without anyTimo Sirainen
2002-03-24destruct level isn't touched anymore, it crashes irssi with a few people..Timo Sirainen
2002-02-01Removed some backwards compatibility code between CVS versions that brokeTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-10g_strdup() the error message before emitting "script error" signal, sinceTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-06Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and theirTimo Sirainen
2001-12-03a bit more proper initializing of Irssi package..Timo Sirainen
2001-12-03removed unused variableTimo Sirainen
2001-11-25/SCRIPT LOAD modifies the script name so that all non-alphanumericTimo Sirainen
2001-11-19Settings of perl scripts are now stored in "perl/core/scripts" instead ofTimo Sirainen
2001-11-18/SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scriptsTimo Sirainen
2001-11-11Updated perl API version. Fixed irssi to behave better if the API doesn'tTimo Sirainen
2001-10-25Boot dynaloader too even if perl libraries are compiled statically in irssi.Timo Sirainen
2001-10-24typofix - s/per/perl/Timo Sirainen
2001-10-24bugfixTimo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-24/SET perl_use_lib setting to specify the path for irssi's perl libraries.Timo Sirainen
2001-10-23Added eval { } around the DynaLoader::dl_unload_file() calls to get rid ofTimo Sirainen
2001-10-21added irssi_init_finished variable to core.h which is TRUE after "irssi initTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20Added API version check between perl module and perl libs.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-07Irssi crashed if loading script failed.Timo Sirainen
2001-08-07/SCRIPT RESET didn't work properly (start/stop functions were called inTimo Sirainen
2001-07-31Stop scripts when there's error in signal/timeout/input handler.Timo Sirainen
2001-07-30Script name is printed now correctly if there's an error inTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen