summaryrefslogtreecommitdiff
path: root/src/perl/Makefile.am
AgeCommit message (Expand)Author
2001-06-29UI fixesTimo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-03-15if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)Timo Sirainen
2001-03-15if ! $(MAKE) -> if $(MAKE); then echo; elseTimo Sirainen
2001-03-11make distclean works now properly for common/ and irc/ directories (by tko)Timo Sirainen
2001-03-04removed Flood.xsTimo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-15Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't usedTimo Sirainen
2001-01-07perl updatesTimo Sirainen
2001-01-04Renamed libtool-static to libtool-shared. Generating it should now alsoTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-01Perl's ldflags usually include at least -lm and maybe some others too.Timo Sirainen
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen
2000-10-11try running make again if it fails the first time - it's probablyTimo Sirainen
2000-10-11Ignore was moved to core.Timo Sirainen
2000-10-04Create libtool-static for creating irssi modules that don't need .aTimo Sirainen
2000-10-03Perl compiling updatesTimo Sirainen
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
2000-10-02Added -avoid-version options and disable-static for SILC module.Timo Sirainen
2000-10-01Perl works again :) Split to Irssi and Irssi::Irc packages.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-07Perl works now only as a runtime loadable moduleTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-07-09--enable-perl[=libdir] to configure - you can specify what directory toTimo Sirainen
2000-04-28Perl working again, better than ever (unless there's bugs :)Timo Sirainen
2000-04-26rest of the ~rewrite?Timo Sirainen