1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/perl
Emanuele Giaquinta 362933c29e Add workaround for gcc 4.0.0/4.0.1, bug #219.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4458 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-04-23 08:30:36 +00:00
..
common Revert perl utf8 stuff for now. 2007-02-06 23:06:14 +00:00
irc New perl command send_raw_first, patch by ComradeP (Bug 413) 2006-05-04 10:07:23 +00:00
textui Revert perl utf8 stuff for now. 2007-02-06 23:06:14 +00:00
ui Modify Irssi::UI::Window::command to restore the original active window only if the command executed has not made another one active, bug #403. 2007-01-11 22:51:02 +00:00
.cvsignore --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
get-signals.pl Added Irssi::Script object and "script error" signal. 2002-12-08 17:43:57 +00:00
irssi-core.pl If script returns 0 while it's being loaded, it's terminated without any 2002-08-25 16:04:11 +00:00
libperl_dynaloader.la Perl works now only as a runtime loadable module 2000-09-07 21:55:58 +00:00
libperl_orig.la --enable-perl=[yes|no|static] 2000-10-03 22:57:14 +00:00
Makefile.am Add libtool's -module flag to get built properly on all platforms, by Toby Peterson (Bug 212) 2005-03-06 18:43:39 +00:00
module-fe.h Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
module-formats.c %# now toggles monospace font on/off. fe-text doesn't care about it, but 2002-04-26 15:43:09 +00:00
module-formats.h --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
module.h Add workaround for gcc 4.0.0/4.0.1, bug #219. 2007-04-23 08:30:36 +00:00
perl-common.c Remove CR and LF from Perl commands, to make it harder to introduce a security bug 2006-12-08 21:38:55 +00:00
perl-common.h Some compiling fixes found by -Wall in perl dirs.. 2002-11-07 17:40:05 +00:00
perl-core.c Don't crash on /quit with scripts causing and catching signals during UNLOAD (thanks senneth) 2006-09-12 09:37:18 +00:00
perl-core.h /SCRIPT LOAD modifies the script name so that all non-alphanumeric 2001-11-25 16:17:44 +00:00
perl-fe.c Make /LOAD script.pl load it. 2004-06-29 10:07:03 +00:00
perl-signals.c Added Irssi::signal_register() to dynamically register new signals. 2002-12-04 22:17:07 +00:00
perl-signals.h Added Irssi::signal_register() to dynamically register new signals. 2002-12-04 22:17:07 +00:00
perl-sources.c Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. 2002-11-10 10:14:18 +00:00
perl-sources.h Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. 2002-11-10 10:14:18 +00:00