summaryrefslogtreecommitdiff
path: root/src/perl/common/Settings.xs
AgeCommit message (Expand)Author
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2007-02-06Revert perl utf8 stuff for now.Emanuele Giaquinta
2006-12-10Declare str in PREINIT section.Emanuele Giaquinta
2006-09-20Turn on the utf8 status only if the charset is utf8.Emanuele Giaquinta
2006-09-19Simplify using new_pv.Emanuele Giaquinta
2006-09-15Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-12Do not crash when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-11Add support for utf8 to Irssi::settings_get_str.Emanuele Giaquinta
2002-12-30Added missing settings_get_*(), patch by pederTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2001-12-11Added Irssi::settings_add_...(), patch by peder@ifi.uio.noTimo Sirainen
2001-11-19Settings of perl scripts are now stored in "perl/core/scripts" instead ofTimo Sirainen
2001-10-21Settings registered with Irssi::settings_add_xx() are now correctly removedTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2000-10-03s/core/common/ - because make clean tried to delete it :)Timo Sirainen