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
2016-08-04
remove curses terminal and ncurses macro
ailin-nemui
2016-06-03
silent make perl
ailin-nemui
2014-06-27
s/INCLUDES/AM_CPPFLAGS/g
Dave Reisner
2008-11-23
Remove apparently useless indirection through stub libtool library
Emanuele Giaquinta
2008-11-02
introduce the type Irssi::Irc::Client and signals to communicate with proxy
Jochen Eisinger
2008-03-07
Remove useless PERL_LIBTOOL indirection.
Emanuele Giaquinta
2008-02-04
Fix deps.
Emanuele Giaquinta
2007-06-17
Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi,
Jilles Tjoelker
2005-03-06
Add libtool's -module flag to get built properly on all platforms, by Toby Pe...
Wouter Coekaerts
2003-11-16
remove Makefile with make distclean
Timo Sirainen
2002-11-17
forgot to commit with previous perl changes
Timo Sirainen
2002-11-07
Use the modified PERL_CFLAGS + CFLAGS to compile .xs files.
Timo Sirainen
2002-11-03
added quotes to make CC="$(CC)"
Timo Sirainen
2002-10-29
typofix
Timo Sirainen
2002-10-28
Try to fix perl compilation for people whose perl has been compiled with
Timo Sirainen
2002-10-27
Exported expando interface to perl. Fix for statusbar deinit.
Timo Sirainen
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
[next]