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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2002-03-16
"make clean" now cleans all perl subdirs properly too.
Timo Sirainen
2002-03-01
scripts should be looked from share dir, not lib dir.
Timo Sirainen
2002-02-10
all subdirs are now specified in "perl_dirs" so it's easier to add/remove
Timo Sirainen
2002-01-22
distclean -> distclean-generic so it'll be executed before clean-am which
Timo Sirainen
2001-11-18
Added ctcp_register() and ctcp_unregister() for registering CTCP commands.
Timo Sirainen
2001-11-17
added ui/Formats.xs to EXTRA_DIST
Timo Sirainen
2001-11-05
Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...
Timo Sirainen
2001-10-25
Boot dynaloader too even if perl libraries are compiled statically in irssi.
Timo Sirainen
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
Timo Sirainen
2001-10-20
forgot one core_sources -> common_sources change
Timo Sirainen
2001-10-20
renamed XXX_SOURCES -> xxx_sources so automake 1.5 won't complain about it
Timo Sirainen
2001-10-20
Dependencies finally work correctly in perl libraries (they're each compiled
Timo Sirainen
2001-08-17
typofix
Timo Sirainen
2001-08-17
added textui
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-09
Added Irssi::TextUI.
Timo Sirainen
2001-07-30
--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to
Timo Sirainen
2001-07-29
forgot module-formats.h
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen
2001-07-29
fix
Timo Sirainen
2001-07-29
Use INSTALLDIRS=perl option with MakeMaker if perl install directory is
Timo Sirainen
2001-07-15
textui isn't done yet.
Timo Sirainen
2001-07-15
Moved awaylog to core.
Timo Sirainen
2001-06-29
UI fixes
Timo Sirainen
2001-06-27
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
Timo Sirainen
2001-03-15
if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)
Timo Sirainen
2001-03-15
if ! $(MAKE) -> if $(MAKE); then echo; else
Timo Sirainen
2001-03-11
make distclean works now properly for common/ and irc/ directories (by tko)
Timo Sirainen
2001-03-04
removed Flood.xs
Timo Sirainen
2001-03-03
make -> $(MAKE)
Timo Sirainen
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-15
Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't used
Timo Sirainen
2001-01-07
perl updates
Timo Sirainen
2001-01-04
Renamed libtool-static to libtool-shared. Generating it should now also
Timo Sirainen
2001-01-03
Removed the "signal" and "last signal" signals. Changed perl's
Timo Sirainen
2001-01-01
Perl's ldflags usually include at least -lm and maybe some others too.
Timo Sirainen
2000-12-03
nl_langinfo() was a bad idea, don't use it.
Timo Sirainen
2000-10-11
try running make again if it fails the first time - it's probably
Timo Sirainen
2000-10-11
Ignore was moved to core.
Timo Sirainen
2000-10-04
Create libtool-static for creating irssi modules that don't need .a
Timo Sirainen
2000-10-03
Perl compiling updates
Timo Sirainen
2000-10-03
--enable-perl=[yes|no|static]
Timo Sirainen
2000-10-02
Added -avoid-version options and disable-static for SILC module.
Timo Sirainen
2000-10-01
Perl works again :) Split to Irssi and Irssi::Irc packages.
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-07
Perl works now only as a runtime loadable module
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-16
plugin -> module
Timo Sirainen
2000-07-09
--enable-perl[=libdir] to configure - you can specify what directory to
Timo Sirainen
[next]