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-core.c
Age
Commit message (
Expand
)
Author
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
2001-10-24
bugfix
Timo Sirainen
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
Timo Sirainen
2001-10-24
/SET perl_use_lib setting to specify the path for irssi's perl libraries.
Timo Sirainen
2001-10-23
Added eval { } around the DynaLoader::dl_unload_file() calls to get rid of
Timo Sirainen
2001-10-21
added irssi_init_finished variable to core.h which is TRUE after "irssi init
Timo Sirainen
2001-10-20
Dependencies finally work correctly in perl libraries (they're each compiled
Timo Sirainen
2001-10-20
Added API version check between perl module and perl libs.
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-07
Irssi crashed if loading script failed.
Timo Sirainen
2001-08-07
/SCRIPT RESET didn't work properly (start/stop functions were called in
Timo Sirainen
2001-07-31
Stop scripts when there's error in signal/timeout/input handler.
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