index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
perl
/
perl-signals.c
Age
Commit message (
Expand
)
Author
2016-07-12
Allow Irssi::signal_remove to work properly with coderefs
Tom Feist
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2014-06-29
Merge pull request #52 from dgl/stack-cleanup
Alexander Færøy
2014-06-27
Merge pull request #59 from ailin-nemui/perl-pl-na
Alexander Færøy
2014-06-27
Correct use of perl stack macros
David Leadbeater
2014-06-25
cleanup char* casts and replace one useless SvPV with SvPV_nolen
Ailin Nemui
2014-06-24
Define PERL_NO_GET_CONTEXT in all perl source files
David Leadbeater
2014-06-24
get rid of PL_na
Lukas Mai
2008-12-09
Fix undefined behavior due to modifying PL_na twice between sequence points.
Emanuele Giaquinta
2008-12-08
Add perl_signal_args_to_c() to convert signal parameters from Perl to C values,
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2002-12-04
Added Irssi::signal_register() to dynamically register new signals.
Timo Sirainen
2002-10-28
Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them to
Timo Sirainen
2002-04-16
fixes for new signaling code.
Timo Sirainen
2002-04-15
Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi
Timo Sirainen
2002-01-10
g_strdup() the error message before emitting "script error" signal, since
Timo Sirainen
2002-01-03
command_bind_first() and command_bind_last() didn't work properly.
Timo Sirainen
2001-12-11
I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for
Timo Sirainen
2001-12-06
Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their
Timo Sirainen
2001-11-29
Allow using Irssi::signal_add('command ...', ..) so irssi won't crash when
Timo Sirainen
2001-11-19
Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc
Timo Sirainen
2001-10-24
Removed some unused code.
Timo Sirainen
2001-09-20
perl_signal_remove() didn't work.
Timo Sirainen
2001-08-08
Irssi crashed if script died in a signal handler.
Timo Sirainen
2001-08-07
/SCRIPT RESET didn't work properly (start/stop functions were called in
Timo Sirainen
2001-07-30
Script name is printed now correctly if there's an error in
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen
2001-07-29
bugfix
Timo Sirainen
2001-07-24
Don't crash when trying to bless NULLs
Timo Sirainen
2001-07-16
Added 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 manipulate
Timo Sirainen
2001-05-30
Irssi::command_runsub() - patch by fuchs
Timo Sirainen
2001-03-07
some perl fixes. NICK_REC is also now "iobject"..
Timo Sirainen
2001-02-17
Irssi::command_bind(): Don't run the command twice. Log updated for
Timo Sirainen
2001-01-10
bugfixes
Timo Sirainen
2001-01-07
"return 1" doesn't anymore stop signals in perl scripts. Fixed
Timo Sirainen
2001-01-04
Unbinding commands didn't work properly
Timo Sirainen
2001-01-03
Removed the "signal" and "last signal" signals. Changed perl's
Timo Sirainen