summaryrefslogtreecommitdiff
path: root/src/perl/perl-common.c
AgeCommit message (Expand)Author
2016-10-22Rename SSL to TLS.Alexander Færøy
2015-12-13ensure staticlib perl works on 5.22 (for now)ailin-nemui
2015-12-09Add bindings for exec-type window items to PerlAilin Nemui
2015-02-16Silence unused value warnings in perl binding codedequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
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
2011-11-21Add -noautosendcmd to /SERVER and /CONNECT.Alexander Færøy
2010-12-09Add the path contained in the perl_use_lib setting to the search listJase Thew
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-02-05Remove support for perl 5.004 and older.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-12-08Remove CR and LF from Perl commands, to make it harder to introduce a securit...Wouter Coekaerts
2005-04-26Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David PashleyWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-01-25Lets see if GC happens to work now without explicit free() calls. PerlTimo Sirainen
2003-01-11Check for gc.h tooTimo Sirainen
2002-12-23actually no, it doesn't work ;)Timo Sirainen
2002-12-23a bit better checking for free'd variables.Timo Sirainen
2002-12-23Added /SET perl_memory_check_level which works with only GC enabled. 0Timo Sirainen
2002-12-23--with-gc enables now support for Boehm's GC, if it's found and glib2 isTimo Sirainen
2002-12-10GC fixes.Timo Sirainen
2002-12-08Added Irssi::Script object and "script error" signal.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-10-28Cast pointers to IVs instead of using GPOINTER_TO_INT() which casts them toTimo Sirainen
2002-09-19support for threaded perl. patch by mls@suse.deTimo Sirainen
2002-07-04Using Irssi::Ignore crashedTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-04-28perl hash length fixes, they're also automatically checked now inTimo Sirainen
2002-04-28$witem->{data_level} didn't workTimo Sirainen
2002-04-23added $query->{last_unread_msg}Timo Sirainen
2002-03-13removed the debugging code..Timo Sirainen
2002-03-13added some debugging code to irssi_bless_iobject() - can it really be anTimo Sirainen
2002-03-11added ownnick to Irssi::ChannelTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-06Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and theirTimo Sirainen
2001-12-03added a few asserts to make sure we don't mess up if IDs go above 16bitTimo Sirainen
2001-12-01Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC pathTimo Sirainen
2001-11-19perl_command() - just a small sanity check that we're not sending emptyTimo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-19Chat protocol ID was assumed to be 8bit or less, this may not be so sinceTimo Sirainen
2001-11-18Irssi::Chatnet can now be accessed from perl.Timo Sirainen