summaryrefslogtreecommitdiff
path: root/src/perl/perl-sources.c
AgeCommit message (Expand)Author
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