irssi/src/perl/irc
David Leadbeater 43df6e424e Define PERL_NO_GET_CONTEXT in all perl source files
This removes the calls to Perl_get_context() that get automatically
added to XS code for ancient source code compatibility reasons.

The result is about a ~60K size reduction in the binary (based on
comparing two 64-bit stripped irssi binaries compiled
--with-perl-staticlib).
2014-06-24 20:20:27 +01:00
..
Channel.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Client.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Ctcp.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Dcc.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Irc.pm Allow exporting symbols, patch by juerd@juerd.nl 2001-12-10 20:23:50 +00:00
Irc.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Makefile.PL.in Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Modes.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
module.h introduce the type Irssi::Irc::Client and signals to communicate with proxy 2008-11-02 12:13:36 +00:00
Netsplit.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Notifylist.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Query.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Server.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
typemap introduce the type Irssi::Irc::Client and signals to communicate with proxy 2008-11-02 12:13:36 +00:00