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
Age
Commit message (
Expand
)
Author
2001-11-05
Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-10-25
Irssi crashed if script died in statusbar handler.
Timo Sirainen
2001-10-25
Added flags option for Irssi::UI::Theme::format_expand().
Timo Sirainen
2001-10-25
Added Irssi::current_theme() and Irssi::Theme::format_expand()
Timo Sirainen
2001-10-25
Boot dynaloader too even if perl libraries are compiled statically in irssi.
Timo Sirainen
2001-10-24
typofix - s/per/perl/
Timo Sirainen
2001-10-24
bugfix
Timo Sirainen
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
Timo Sirainen
2001-10-24
Removed unfinished code that was not supposed to go to cvs..
Timo Sirainen
2001-10-24
Added support for changing indentation behaviour with modules.
Timo Sirainen
2001-10-24
Removed some unused code.
Timo Sirainen
2001-10-24
/SET perl_use_lib setting to specify the path for irssi's perl libraries.
Timo Sirainen
2001-10-23
/SCRIPT without parameters now prints list of loaded scripts.
Timo Sirainen
2001-10-23
Added eval { } around the DynaLoader::dl_unload_file() calls to get rid of
Timo Sirainen
2001-10-21
Moved theme registering stuff to Themes.xs. Corrected signal "script
Timo Sirainen
2001-10-21
Settings registered with Irssi::settings_add_xx() are now correctly removed
Timo Sirainen
2001-10-21
added irssi_init_finished variable to core.h which is TRUE after "irssi init
Timo Sirainen
2001-10-21
Statusbar items weren't unregistered correctly when script was unloaded.
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-10-20
Added API version check between perl module and perl libs.
Timo Sirainen
2001-10-15
refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.
Timo Sirainen
2001-10-14
Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable
Timo Sirainen
2001-09-22
channel_create() wasn't called properly
Timo Sirainen
2001-09-20
perl_signal_remove() didn't work.
Timo Sirainen
2001-08-17
typofix
Timo Sirainen
2001-08-17
added textui
Timo Sirainen
2001-08-14
Irssi::TextUI::TextBufferVew should also contain the scroll..
Timo Sirainen
2001-08-14
Updated for view->scroll.
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-09
Removed some extra ';' chars which made it not compile with perl 5.00x.
Timo Sirainen
2001-08-09
Added Irssi::TextUI.
Timo Sirainen
2001-08-08
Irssi crashed if script died in a signal handler.
Timo Sirainen
2001-08-07
Irssi crashed if loading script failed.
Timo Sirainen
2001-08-07
/SCRIPT RESET didn't work properly (start/stop functions were called in
Timo Sirainen
2001-07-31
Stop scripts when there's error in signal/timeout/input handler.
Timo Sirainen
2001-07-30
--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to
Timo Sirainen
2001-07-30
bugfix for parameter handling...
Timo Sirainen
2001-07-30
/SCRIPT FLUSH -> /SCRIPT RESET. Fixed parameter handling for /SCRIPT
Timo Sirainen
2001-07-30
Script name is printed now correctly if there's an error in
Timo Sirainen
2001-07-29
"\n", not '\n'..
Timo Sirainen
2001-07-29
/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with
Timo Sirainen
2001-07-29
don't use strict since it was forced to scripts too. added a missing $.
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
bugfix
Timo Sirainen
2001-07-29
Use INSTALLDIRS=perl option with MakeMaker if perl install directory is
Timo Sirainen
[next]