diff options
author | sabetts <sabetts> | 2005-01-15 05:20:21 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-01-15 05:20:21 +0000 |
commit | 253455bf72fc461f55d428387c746ba06150e2aa (patch) | |
tree | de4dab5a01262efffa3862a0a6a042a6669c6c64 /ChangeLog | |
parent | 8f7f08967c669769ec46876b7493bec8d228614b (diff) | |
download | ratpoison-253455bf72fc461f55d428387c746ba06150e2aa.zip |
(parse_args): remove erroneous pointer dereference
of i when gobbling whitespace.
(init_user_commands): set second argument to "alias" command to
arg_REST.
(init_user_commands): likewise for "set"
(cmd_readkey): remove useless PRINT_DEBUG
(cmd_set): pass an empty string to parse_args when the args[1] is
NULL.
(cmd_set): call the set function if the arg list size is 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-01-15 Shawn Betts <katia_dilkina@verizon.net> + + * src/actions.c (parse_args): remove erroneous pointer dereference + of i when gobbling whitespace. + (init_user_commands): set second argument to "alias" command to + arg_REST. + (init_user_commands): likewise for "set" + (cmd_readkey): remove useless PRINT_DEBUG + (cmd_set): pass an empty string to parse_args when the args[1] is + NULL. + (cmd_set): call the set function if the arg list size is 0. + 2005-01-14 Shawn Betts <katia_dilkina@verizon.net> * src/main.c (init_defaults): turn off warp by default. |