summaryrefslogtreecommitdiff
path: root/src/perl/perl-signals.c
AgeCommit message (Expand)Author
2016-07-12Allow Irssi::signal_remove to work properly with coderefsTom Feist
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-27Correct use of perl stack macrosDavid Leadbeater
2014-06-25cleanup char* casts and replace one useless SvPV with SvPV_nolenAilin Nemui
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2008-12-09Fix undefined behavior due to modifying PL_na twice between sequence points.Emanuele Giaquinta
2008-12-08Add perl_signal_args_to_c() to convert signal parameters from Perl to C values,Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-12-04Added Irssi::signal_register() to dynamically register new signals.Timo Sirainen
2002-10-28Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them toTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-01-10g_strdup() the error message before emitting "script error" signal, sinceTimo Sirainen
2002-01-03command_bind_first() and command_bind_last() didn't work properly.Timo 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-11-29Allow using Irssi::signal_add('command ...', ..) so irssi won't crash whenTimo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-10-24Removed some unused code.Timo Sirainen
2001-09-20perl_signal_remove() didn't work.Timo Sirainen
2001-08-08Irssi crashed if script died in a signal handler.Timo Sirainen
2001-08-07/SCRIPT RESET didn't work properly (start/stop functions were called inTimo 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
2001-07-29bugfixTimo Sirainen
2001-07-24Don't crash when trying to bless NULLsTimo Sirainen
2001-07-16Added Irssi::command_bind_first() and Irssi::command_bind_last()Timo Sirainen
2001-06-08"complete word" signal works now with perl and it's possible to manipulateTimo Sirainen
2001-05-30Irssi::command_runsub() - patch by fuchsTimo Sirainen
2001-03-07some perl fixes. NICK_REC is also now "iobject"..Timo Sirainen
2001-02-17Irssi::command_bind(): Don't run the command twice. Log updated forTimo Sirainen
2001-01-10bugfixesTimo Sirainen
2001-01-07"return 1" doesn't anymore stop signals in perl scripts. FixedTimo Sirainen
2001-01-04Unbinding commands didn't work properlyTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen