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-common.h
Age
Commit message (
Expand
)
Author
2008-02-05
Remove support for perl 5.004 and older.
Emanuele Giaquinta
2002-11-07
Some compiling fixes found by -Wall in perl dirs..
Timo Sirainen
2002-09-22
define empty aTHX_ too if it's not defined
Timo Sirainen
2002-09-19
support for threaded perl. patch by mls@suse.de
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-19
Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc
Timo Sirainen
2001-10-20
Dependencies finally work correctly in perl libraries (they're each compiled
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-06-26
Perl blessing fixes.
Timo Sirainen
2001-06-11
plain objects weren't blessed correctly in lists
Timo Sirainen
2001-02-17
/LOAD module tries to load "module_core" instead. If it wasn't found,
Timo Sirainen
2001-02-14
irssi_perl_interp -> my_perl and made it non-static. should help compiling
Timo Sirainen
2001-01-15
Added #define PL_sv_undef sv_undef for 5.004 compatibility
Timo Sirainen
2001-01-05
Added printtext_string() which works like printtext(), except it prints
Timo Sirainen
2000-12-29
Irssi::print() doesn't call printtext() with args (.., "%s", text)
Timo Sirainen
2000-12-29
Irssi::signal_emit() was broken.
Timo Sirainen
2000-12-09
/perl command does now "use Irssi::Proto" for all chat protocols that
Timo Sirainen
2000-12-09
fixes, perl should work correctly now :)
Timo Sirainen
2000-12-06
irssi_bless() crashed with NULL parameter
Timo Sirainen
2000-12-06
perl changes - values() method doesn't exist anymore, instead of
Timo Sirainen
2000-11-26
Perl fixes and additions. theme_register() / printformat() works now
Timo Sirainen
2000-10-18
Signal fixes
Timo Sirainen
2000-10-01
Perl works again :) Split to Irssi and Irssi::Irc packages.
Timo Sirainen