Age | Commit message (Expand) | Author |
2003-07-06 | NOTIFYLIST_REC usage crashfix | Timo Sirainen |
2003-06-27 | don't unload libraries when deinitializing. leaks some more memory, but fixes... | Timo Sirainen |
2003-01-25 | Lets see if GC happens to work now without explicit free() calls. Perl | Timo Sirainen |
2003-01-11 | Check for gc.h too | Timo Sirainen |
2003-01-07 | didn't compile with older perls. | Timo Sirainen |
2002-12-30 | Added missing settings_get_*(), patch by peder | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-28 | Added support to define new default abstracts at runtime. | Timo Sirainen |
2002-12-23 | actually no, it doesn't work ;) | Timo Sirainen |
2002-12-23 | a bit better checking for free'd variables. | Timo Sirainen |
2002-12-23 | Added /SET perl_memory_check_level which works with only GC enabled. 0 | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-08 | Added Irssi::Script object and "script error" signal. | Timo Sirainen |
2002-12-04 | Added Irssi::signal_register() to dynamically register new signals. | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
2002-12-03 | Made irssi_binary global and exported to perl as get_irssi_binary(). | Timo Sirainen |
2002-11-17 | forgot to commit with previous perl changes | Timo Sirainen |
2002-11-10 | Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. | Timo Sirainen |
2002-11-07 | Some compiling fixes found by -Wall in perl dirs.. | 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 | fix for new perls | Timo Sirainen |
2002-10-28 | Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them to | 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-09-22 | define empty aTHX_ too if it's not defined | Timo Sirainen |
2002-09-19 | support for threaded perl. patch by mls@suse.de | Timo Sirainen |
2002-08-25 | If script returns 0 while it's being loaded, it's terminated without any | Timo Sirainen |
2002-08-25 | actually, eval {} it anyway so the script can be unloaded even if UNLOAD | Timo Sirainen |
2002-08-25 | better way to check if UNLOAD exists | Timo Sirainen |
2002-08-25 | UNLOAD method is called now for all scripts before they're destroyed. | Timo Sirainen |
2002-08-08 | another crashfix | Timo Sirainen |
2002-08-08 | crashfix for sbitem->{window} | Timo Sirainen |
2002-08-08 | Added window variable to Irssi::TextUI::StatusbarItem | Timo Sirainen |
2002-07-04 | Using Irssi::Ignore crashed | Timo Sirainen |
2002-05-26 | use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe | Timo Sirainen |
2002-05-21 | bugfix | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-20 | Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | fixes | Timo Sirainen |
2002-05-13 | fixed memory leaks with several functions. | Timo Sirainen |
2002-05-13 | Added format_create_dest() + $dest->print() functions. here's also our first | Timo Sirainen |
2002-05-13 | timeout_add_once() didn't work. | Timo Sirainen |
2002-05-11 | added format_get_length(), format_real_length() and strip_codes() | Timo Sirainen |
2002-05-07 | return value wasn't a good idea after all - added Irssi::timeout_add_once() | Timo Sirainen |
2002-05-07 | non-zero return value in timeout and input handlers now stops it. | Timo Sirainen |
2002-04-28 | perl hash length fixes, they're also automatically checked now in | Timo Sirainen |