summaryrefslogtreecommitdiff
path: root/src/perl/perl-sources.c
AgeCommit message (Expand)Author
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-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2010-02-25Add missing include of misc.h for g_input_add_poll (Bug #740)Wouter Coekaerts
2008-05-13Use g_input_add_poll to create a watcher for an fd.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-11-10Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.Timo Sirainen
2002-05-13timeout_add_once() didn't work.Timo Sirainen
2002-05-07return value wasn't a good idea after all - added Irssi::timeout_add_once()Timo Sirainen
2002-05-07non-zero return value in timeout and input handlers now stops it.Timo Sirainen
2002-01-10g_strdup() the error message before emitting "script error" signal, sinceTimo Sirainen
2001-12-14perl_timeout_add() didn't add the script pointer to the source record, soTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-07Removed g_free(package) that wasn't supposed to be there.Timo Sirainen
2001-12-06Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and theirTimo Sirainen
2001-10-24Removed some unused code.Timo Sirainen
2001-10-15refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.Timo Sirainen
2001-10-14Irssi::timeout_add() and Irssi::input_add() now accepts any type of variableTimo 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