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.c
Age
Commit message (
Expand
)
Author
2001-02-22
Verify in configure that linking with perl's LDFLAGS actually works. If
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-07
"return 1" doesn't anymore stop signals in perl scripts. Fixed
Timo Sirainen
2001-01-03
Removed the "signal" and "last signal" signals. Changed perl's
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
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-11-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
more warning fixes
Timo Sirainen
2000-11-21
Added input_add() / input_remove()
Timo Sirainen
2000-10-30
Moved the ISA defines from .pm to irssi code, so that non-irc protocols
Timo Sirainen
2000-10-27
Automatic appending of .pl to script name didn't work for file names
Timo Sirainen
2000-10-18
Signal fixes
Timo Sirainen
2000-10-03
--enable-perl=[yes|no|static]
Timo Sirainen