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
/
core
/
special-vars.c
Age
Commit message (
Expand
)
Author
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