summaryrefslogtreecommitdiff
path: root/src/perl/common
AgeCommit message (Expand)Author
2017-11-30move decls before codeailin-nemui
2017-01-06make irssi --with-perl build with separate object directoryMartijn Dekker
2016-11-01add missing inheritance to Exec item from 3532fc46ailin-nemui
2016-09-13Make sure to make a copy of ERRSV content.LemonBoy
2016-08-12fix use after free in expando errorailin-nemui
2016-06-03silent make perlailin-nemui
2015-11-25more perl inheritance warning fixesailin-nemui
2015-11-24fix nick class hierarchyailin-nemui
2015-02-16Silence unused value warnings in perl binding codedequis
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-27Correct use of perl stack macrosDavid Leadbeater
2014-06-25cleanup char* casts and replace one useless SvPV with SvPV_nolenAilin Nemui
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2008-12-08Make some functions static.Emanuele Giaquinta
2008-12-08Add perl_signal_args_to_c() to convert signal parameters from Perl to C values,Emanuele Giaquinta
2008-11-11Add Irssi::command_parse_options function to parse options for a command whichEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-02-06Revert perl utf8 stuff for now.Emanuele Giaquinta
2006-12-10Declare str in PREINIT section.Emanuele Giaquinta
2006-09-20Turn on the utf8 status only if the charset is utf8.Emanuele Giaquinta
2006-09-19Simplify using new_pv.Emanuele Giaquinta
2006-09-15Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-12Do not crash when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-11Add support for utf8 to Irssi::settings_get_str.Emanuele Giaquinta
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
2004-10-06And the same for signal_continueWouter Coekaerts
2004-10-06Recognise a param of signal_emit from perl if it's an intWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2002-12-30Added missing settings_get_*(), patch by pederTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-04Added Irssi::signal_register() to dynamically register new signals.Timo Sirainen
2002-12-03Made irssi_binary global and exported to perl as get_irssi_binary().Timo Sirainen
2002-11-10Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.Timo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-05-21bugfixTimo Sirainen
2002-05-20Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-07return value wasn't a good idea after all - added Irssi::timeout_add_once()Timo Sirainen
2002-04-27added signal_continue() for continuing signal emission with new parameters.Timo Sirainen
2002-04-27Irssi::command_bind*() commands were still using broken old signalTimo Sirainen
2002-04-16fixTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-09Irssi::timeout_add() - don't allow smaller values than 10Timo Sirainen