Age | Commit message (Expand) | Author |
2008-12-09 | Fix undefined behavior due to modifying PL_na twice between sequence points. | Emanuele Giaquinta |
2008-12-09 | Remove resize method of TextBufferView perl object, it is not useful | Emanuele Giaquinta |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-12-08 | Add perl_signal_args_to_c() to convert signal parameters from Perl to C values, | Emanuele Giaquinta |
2008-12-08 | Fix NETSPLIT_SERVER_REC substitution in get-signals.pl, reported by Lukas Mai. | Emanuele Giaquinta |
2008-12-05 | Add a notice to src/perl/perl-signals-list.h that it is autogenerated. | Jilles Tjoelker |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-23 | Remove apparently useless indirection through stub libtool library | Emanuele Giaquinta |
2008-11-12 | Add perl __WARN__ handler for scripts, bug #427. | Emanuele Giaquinta |
2008-11-11 | Add Irssi::command_parse_options function to parse options for a command which | Emanuele Giaquinta |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-11-02 | Fix r4879 change. | Emanuele Giaquinta |
2008-11-01 | Remove the refcount on LINE_REC. | Jilles Tjoelker |
2008-08-23 | Fix crash on startup if perl is compiled in. | Jilles Tjoelker |
2008-08-22 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1), patch | Emanuele Giaquinta |
2008-05-13 | Use g_input_add_poll to create a watcher for an fd. | Emanuele Giaquinta |
2008-05-13 | Set PL_perl_destruct_level to 1 before calling perl_destruct, without | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove useless PERL_LIBTOOL indirection. | Emanuele Giaquinta |
2008-02-05 | Remove support for perl 5.004 and older. | Emanuele Giaquinta |
2008-02-04 | Fix deps. | Emanuele Giaquinta |
2008-02-02 | Remove unneeded include. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-11-14 | Rework redirections to deal with multiple concurrent redirects better. | Jilles Tjoelker |
2007-11-02 | Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
2007-08-04 | Add Perl bindings for some gui_entry methods. | Wouter Coekaerts |
2007-06-17 | Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi, | Jilles Tjoelker |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-03 | Remove broken code that prevents unloading of a script in some cases. | Emanuele Giaquinta |
2007-04-23 | Add workaround for gcc 4.0.0/4.0.1, bug #219. | Emanuele Giaquinta |
2007-02-06 | Revert perl utf8 stuff for now. | Emanuele Giaquinta |
2007-01-11 | Modify Irssi::UI::Window::command to restore the original active window only ... | Emanuele Giaquinta |
2006-12-10 | Declare str in PREINIT section. | Emanuele Giaquinta |
2006-12-08 | Remove CR and LF from Perl commands, to make it harder to introduce a securit... | Wouter Coekaerts |
2006-10-01 | Add missing format string argument in printtext_dest call, patch by loafier. | Emanuele Giaquinta |
2006-09-20 | Add support for utf8 to Irssi::TextUI::Line::get_text. | Emanuele Giaquinta |
2006-09-20 | Turn on the utf8 status only if the charset is utf8. | Emanuele Giaquinta |
2006-09-19 | Simplify using new_pv. | Emanuele Giaquinta |
2006-09-15 | Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL. | Emanuele Giaquinta |
2006-09-12 | Do not crash when settings_get_str returns NULL. | Emanuele Giaquinta |
2006-09-12 | Don't crash on /quit with scripts causing and catching signals during UNLOAD ... | Wouter Coekaerts |
2006-09-11 | Add support for utf8 to Irssi::settings_get_str. | Emanuele Giaquinta |
2006-05-04 | New perl command send_raw_first, patch by ComradeP (Bug 413) | Wouter Coekaerts |
2005-09-29 | Fix compilation with gcc4 and --with-gc, Patch by Michael Poole | Wouter Coekaerts |
2005-04-26 | Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David Pashley | Wouter Coekaerts |
2005-03-07 | Fix /script reset, which caused crashes (Bug 48) | Wouter Coekaerts |
2005-03-06 | Add libtool's -module flag to get built properly on all platforms, by Toby Pe... | Wouter Coekaerts |