summaryrefslogtreecommitdiff
path: root/src/core/special-vars.c
AgeCommit message (Expand)Author
2018-02-14limit alignment padding to a screenfulailin-nemui
2018-02-13improve padding performanceailin-nemui
2018-01-03disable variable arguments codeailin-nemui
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-05-13Make get_alignment() available outside special-vars.cXavier G
2016-05-13get_alignment: handle UTF-8 strings.Xavier G
2016-05-13Fix indentation of display_sorted_nicks().Xavier G
2010-04-04Remove warnings about uninitialized variables.Alexander Færøy
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-05-14Remove code duplication.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-11-05Fixed some "buffer overflow" alerts when playing with buggy /EVAL values.Timo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-02-17Don't crash if special vars line ends with '$'.Timo Sirainen
2002-02-03Server referencing in /EVAL really should have checked if the server wasn'tTimo Sirainen
2002-02-03Added missing #includeTimo Sirainen
2002-02-03A bit more safer now to use /EVAL with a command that disconnects fromTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-07$!xx! history search didn't work because history_func() got also theTimo Sirainen
2001-11-19eval_special_string() : spaces are now ignored after ';' separator (soTimo Sirainen
2001-11-19get_argument() - allow arglist to be NULL, just assume that there's noTimo Sirainen
2001-10-21if \x isn't a known escape sequence, it should print just x, not \x.Timo Sirainen
2001-10-20$~ crashed if arglist was emptyTimo Sirainen
2001-09-23added expando_get_signals() and special_vars_get_signals() to return listTimo Sirainen
2001-09-20s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're calledTimo Sirainen
2001-09-20$*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS.Timo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-06-26special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } charsTimo Sirainen
2001-03-03/SET prompt - if target had %c or something in it, it shouldn't beTimo Sirainen
2001-01-12$[.10]var truncates the var to 10 chars, but doesn't pad if var isTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-10'_' character wasn't treated as acceptable $variable_name character.Timo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-11-30cmd_options_get_server() : allow NULL cmd argumentTimo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-22uname() return value checking fixes.Timo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-06-11/EVAL will now expand \n and \t to newline and tab.Timo Sirainen
2000-05-25Unline glib.h tells, g_getenv() doesn't return newly allocated stringTimo Sirainen
2000-05-09- Compiling fixesTimo Sirainen
2000-04-26..adding new files..Timo Sirainen