Age | Commit message (Expand) | Author |
2001-11-19 | Removed memory debugging code. It's a lot easier to check for buffer | Timo Sirainen |
2001-11-05 | Terminfo is now the default, always. | Timo Sirainen |
2001-10-29 | Link with $LDFLAGS when trying to compile one of the test programs.. | Timo Sirainen |
2001-10-29 | stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma... | Timo Sirainen |
2001-10-28 | Even if curses was found, we still need to check if it has terminfo code or | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-23 | If perl linking failed, print the error message too. | Timo Sirainen |
2001-10-22 | Yet another objdir fix. Changed the way how irssi figures out where irssi's | Timo Sirainen |
2001-10-22 | Fixed building from objdir (symlinks irssi-version.h and in ui/textui perl | Timo Sirainen |
2001-10-22 | with --prefix, use INSTALLDIRS=site, not perl. hopefully fixes some @INC prob... | Timo Sirainen |
2001-10-20 | Perl defaults now to static. Having it in module had too many problems. | Timo Sirainen |
2001-10-14 | perl_prefix_note shouldn't be printed if --enable-perl-path was given. | Timo Sirainen |
2001-10-14 | --with-perl-lib=site didn't work if --prefix was given | Timo Sirainen |
2001-10-13 | expand ~ in --prefix. should fix at least some perl problems with | Timo Sirainen |
2001-09-11 | sys/resource.h check - needed for the ulimit change.. removed libintl.h | Timo Sirainen |
2001-08-09 | Check that IPv6 structures are found if --enable-ipv6 is given. | Timo Sirainen |
2001-08-09 | irssi-version.h is now updated by CVS daily instead of being generated by | Timo Sirainen |
2001-08-08 | Version number update | Timo Sirainen |
2001-08-07 | Version number update | Timo Sirainen |
2001-08-06 | Version number update | Timo Sirainen |
2001-08-05 | Version number update | Timo Sirainen |
2001-08-04 | Version number update | Timo Sirainen |
2001-08-03 | Version number update | Timo Sirainen |
2001-08-02 | Version number update | Timo Sirainen |
2001-08-01 | Version number update | Timo Sirainen |
2001-07-31 | Version number update | Timo Sirainen |
2001-07-30 | --with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to | Timo Sirainen |
2001-07-30 | Version number update | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |
2001-07-29 | Version number update | Timo Sirainen |
2001-07-28 | Version number update | Timo Sirainen |
2001-07-27 | Version number update | Timo Sirainen |
2001-07-26 | Version number update | Timo Sirainen |
2001-07-25 | Version number update | Timo Sirainen |
2001-07-25 | Version number update | Timo Sirainen |
2001-07-25 | Version number update | Timo Sirainen |
2001-07-25 | Version number update | Timo Sirainen |
2001-07-14 | yet another typo, "-z -> -z " | Timo Sirainen |
2001-07-14 | if -z -> if test -z .. | Timo Sirainen |
2001-07-14 | if -n -> if test -n | Timo Sirainen |
2001-07-14 | If perl binary wasn't found, give a correct error message. Changed all | Timo Sirainen |
2001-06-29 | removed fe-perl lib | Timo Sirainen |
2001-06-28 | perl/fe -> perl/ui | Timo Sirainen |
2001-06-27 | Moved fe_perl module to use Irssi::UI .. this breaks several scripts that | Timo Sirainen |
2001-06-01 | dcc, flood and notifylist aren't compiled as loadable modules anymore, | Timo Sirainen |
2001-05-31 | new libtool version doesn't have ltconfig anymore, and our libtool-shared | Timo Sirainen |
2001-05-21 | don't use if [ since it doesn't work, use if test.. | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-05-14 | HAVE_GMODULE wasn't defined when using unpacked glib | Timo Sirainen |