index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
perl
/
perl-sources.c
Age
Commit message (
Expand
)
Author
2014-06-29
Merge pull request #52 from dgl/stack-cleanup
Alexander Færøy
2014-06-27
Merge pull request #59 from ailin-nemui/perl-pl-na
Alexander Færøy
2014-06-27
Correct use of perl stack macros
David Leadbeater
2014-06-24
Define PERL_NO_GET_CONTEXT in all perl source files
David Leadbeater
2014-06-24
get rid of PL_na
Lukas Mai
2010-02-25
Add missing include of misc.h for g_input_add_poll (Bug #740)
Wouter Coekaerts
2008-05-13
Use g_input_add_poll to create a watcher for an fd.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2002-11-10
Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.
Timo Sirainen
2002-05-13
timeout_add_once() didn't work.
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-01-10
g_strdup() the error message before emitting "script error" signal, since
Timo Sirainen
2001-12-14
perl_timeout_add() didn't add the script pointer to the source record, so
Timo Sirainen
2001-12-11
I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for
Timo Sirainen
2001-12-07
Removed g_free(package) that wasn't supposed to be there.
Timo Sirainen
2001-12-06
Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their
Timo Sirainen
2001-10-24
Removed some unused code.
Timo Sirainen
2001-10-15
refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.
Timo Sirainen
2001-10-14
Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable
Timo Sirainen
2001-07-30
Script name is printed now correctly if there's an error in
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen