Age | Commit message (Expand) | Author |
2017-02-28 | Don't emit the script destroyed signal before script is actually destroyed | Stephen Oberholtzer |
2017-01-15 | perl_parse needs NULL terminated parameter list. | Hanno |
2016-09-11 | Add a '-autorun' switch to /script reset | LemonBoy |
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui |
2015-12-13 | ensure staticlib perl works on 5.22 (for now) | ailin-nemui |
2015-12-10 | deinit perl on staticperl builds | ailin-nemui |
2015-12-10 | module check irssi version | ailin-nemui |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-06-29 | Merge pull request #52 from dgl/stack-cleanup | Alexander Færøy |
2014-06-29 | Merge pull request #49 from dgl/stackem | Alexander Færøy |
2014-06-27 | Merge pull request #44 from dajohi/g_basename | 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-27 | Switch to using G_DISCARD for call_pv | 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 |
2014-06-22 | Replace deprecated g_basename with g_path_get_basename. | David Hill |
2009-04-05 | Fix r4998 change, declare 'environ'. | Emanuele Giaquinta |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-01-23 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1). | Emanuele Giaquinta |
2009-01-17 | Revert r4871, it breaks /script reset. | Emanuele Giaquinta |
2009-01-16 | Properly unload the original script when using /script load to reload it. | Emanuele Giaquinta |
2009-01-15 | Use PERL_SYS_INIT3 with the correct pointer type for argv. | 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 | Set PL_perl_destruct_level to 1 before calling perl_destruct, without | Emanuele Giaquinta |
2008-02-05 | Remove support for perl 5.004 and older. | Emanuele Giaquinta |
2008-02-02 | Remove unneeded include. | 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 |
2006-09-12 | Don't crash on /quit with scripts causing and catching signals during UNLOAD ... | Wouter Coekaerts |
2005-02-06 | Fixed memory leaks when destroying a channel, when loading nonexisten scripts... | Valentin Batz |
2003-06-27 | don't unload libraries when deinitializing. leaks some more memory, but fixes... | Timo Sirainen |
2002-09-19 | support for threaded perl. patch by mls@suse.de | Timo Sirainen |
2002-08-25 | If script returns 0 while it's being loaded, it's terminated without any | Timo Sirainen |
2002-03-24 | destruct level isn't touched anymore, it crashes irssi with a few people.. | Timo Sirainen |
2002-02-01 | Removed some backwards compatibility code between CVS versions that broke | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-10 | g_strdup() the error message before emitting "script error" signal, since | 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-06 | Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their | Timo Sirainen |
2001-12-03 | a bit more proper initializing of Irssi package.. | Timo Sirainen |
2001-12-03 | removed unused variable | Timo Sirainen |
2001-11-25 | /SCRIPT LOAD modifies the script name so that all non-alphanumeric | Timo Sirainen |
2001-11-19 | Settings of perl scripts are now stored in "perl/core/scripts" instead of | Timo Sirainen |
2001-11-18 | /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts | Timo Sirainen |
2001-11-11 | Updated perl API version. Fixed irssi to behave better if the API doesn't | Timo Sirainen |
2001-10-25 | Boot dynaloader too even if perl libraries are compiled statically in irssi. | Timo Sirainen |
2001-10-24 | typofix - s/per/perl/ | Timo Sirainen |