summaryrefslogtreecommitdiff
path: root/src/core/misc.c
AgeCommit message (Expand)Author
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-03-29Remove unneeded includes.Emanuele Giaquinta
2008-03-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-03Rename some variables.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-09-10Make parse_time_interval recognize negative times. Patch by Danijel Tasov and...Wouter Coekaerts
2004-11-04Fixed bug with time settings where hours actually returned 60*hoursValentin Batz
2004-03-23added strocpy()Timo Sirainen
2003-11-16parse_time_interval: x days were actually returned as hours. weeks wereTimo Sirainen
2003-11-16Time parsing: allow omitting time unit without warning for backwardsTimo Sirainen
2003-01-31Removed execute(), not used.Timo Sirainen
2003-01-08parse_time_interval() fallbacked to milliseconds, not seconds. some codeTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-12-28fix compiler warningsTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-10-19Handle correctly g_get_home_dir() returning NULL, assume it's the currentTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-02-12missed isxdigit() -> i_isxdigit() changeTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-04moved the two { chars inside #ifdef #else #endif to one { outside it, so it w...Timo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-06-11get_max_column_count() didn't work properly if items had wider items thanTimo Sirainen
2001-05-21get_max_column_count() didn't return correct value in save_column_widthsTimo Sirainen
2001-03-03Make sure there's always at least one column even if there's itemsTimo Sirainen
2001-03-03Added strstr_full() and strstr_full_case()Timo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-02-02get_max_column_count(), columns_sort_list(): fixed to work properlyTimo Sirainen
2001-01-28get_max_column_count() didn't work properly when there was only one itemTimo Sirainen
2001-01-28get_max_column_count(): we didn't handle correctly a situation whereTimo Sirainen
2001-01-28get_max_column_count(), columns_sort_list(): helper functions forTimo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-11-30stristr() and stristr_full() didn't work correctly with empty needleTimo Sirainen
2000-11-25mkpath() crashed with paths that didn't start with /Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-07Updated stristr() and stristr_full() to be a bit faster.Timo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-10-13match_wildcards() failed if there was * at the end of the mask butTimo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-07-23is_numeric() returns now FALSE if it was given empty string.Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen