Age | Commit message (Expand) | Author |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-26 | small fix for -lnsl check | Timo Sirainen |
2002-06-19 | Updated version number. | Timo Sirainen |
2002-05-09 | Removed servertest - it's really not needed and doesn't even work probably. | Timo Sirainen |
2002-04-29 | Removed caching of libperl-check, so many people have that problem and it's | Timo Sirainen |
2002-04-16 | If terminfo/termcap isn't found, and --without-textui isn't given, abort the | Timo Sirainen |
2002-04-15 | Added --with-glib2 option which can be used to build irssi with GLIB 2.0 | Timo Sirainen |
2002-03-31 | added note about INSTALL file. | Timo Sirainen |
2002-03-18 | src/irc/bot is removed | Timo Sirainen |
2002-03-14 | 0.8.4.CVS version.. | Timo Sirainen |
2002-03-13 | 0.8.4 released | Timo Sirainen |
2002-03-13 | 0.8.3.CVS version now | Timo Sirainen |
2002-03-13 | 0.8.3 released | Timo Sirainen |
2002-03-11 | Back .CVS versioning.. | Timo Sirainen |
2002-03-11 | updated for 0.8.2 release | Timo Sirainen |
2002-03-10 | script updates.. | Timo Sirainen |
2002-02-17 | COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and | Timo Sirainen |
2002-02-17 | version number update to 0.8.1.CVS | Timo Sirainen |
2002-02-17 | 0.8.1 release :) | Timo Sirainen |
2002-02-17 | updated version number to 0.8.0.CVS again | Timo Sirainen |
2002-02-17 | -lcurses was added twice when linking (or worse, -lncurses and -lcurses) | Timo Sirainen |
2002-02-16 | getting ready for v0.8.0 release | Timo Sirainen |
2002-02-15 | UTF-8 is now automatically used if locale is set properly. | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-02-15 | Yell if gmodule doesn't work | Timo Sirainen |
2002-01-19 | Don't use -lnsl or -lsocket if it's not needed. | Timo Sirainen |
2002-01-14 | that irix fix broke configure.. | Timo Sirainen |
2002-01-14 | Don't use -lnsl or -lsocket with irix. | Timo Sirainen |
2002-01-04 | removed (void) definition from libtool test, so it passes with non-ansi C com... | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also added | Timo Sirainen |
2001-12-04 | Moved the VERSION-removal of config.h.in to configure from autogen because | Timo Sirainen |
2001-12-03 | added "Press ENTER to continue" text after the "want to download glib?" text. | Timo Sirainen |
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 |