Age | Commit message (Expand) | Author |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-02-17 | Don't crash if special vars line ends with '$'. | Timo Sirainen |
2002-02-03 | Server referencing in /EVAL really should have checked if the server wasn't | Timo Sirainen |
2002-02-03 | Added missing #include | Timo Sirainen |
2002-02-03 | A bit more safer now to use /EVAL with a command that disconnects from | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-07 | $!xx! history search didn't work because history_func() got also the | Timo Sirainen |
2001-11-19 | eval_special_string() : spaces are now ignored after ';' separator (so | Timo Sirainen |
2001-11-19 | get_argument() - allow arglist to be NULL, just assume that there's no | Timo Sirainen |
2001-10-21 | if \x isn't a known escape sequence, it should print just x, not \x. | Timo Sirainen |
2001-10-20 | $~ crashed if arglist was empty | Timo Sirainen |
2001-09-23 | added expando_get_signals() and special_vars_get_signals() to return list | Timo Sirainen |
2001-09-20 | s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're called | Timo Sirainen |
2001-09-20 | $*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS. | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-08-08 | Added function expand_escapes() which handles now escaping /EVAL and input | Timo Sirainen |
2001-06-26 | special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } chars | Timo Sirainen |
2001-03-03 | /SET prompt - if target had %c or something in it, it shouldn't be | Timo Sirainen |
2001-01-12 | $[.10]var truncates the var to 10 chars, but doesn't pad if var is | Timo 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-05 | Split expandos from special-vars.c to expandos.c. Added list of signals | Timo Sirainen |
2000-11-30 | cmd_options_get_server() : allow NULL cmd argument | Timo Sirainen |
2000-10-26 | Some fixes for compiling with Win32 :) | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-07-22 | uname() return value checking fixes. | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-06-11 | /EVAL will now expand \n and \t to newline and tab. | Timo Sirainen |
2000-05-25 | Unline glib.h tells, g_getenv() doesn't return newly allocated string | Timo Sirainen |
2000-05-09 | - Compiling fixes | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |