diff options
author | sabetts <sabetts> | 2005-01-15 17:34:55 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-01-15 17:34:55 +0000 |
commit | 6e0af3d35f55833df7a9f31cd4a1888667a9b633 (patch) | |
tree | 52460814dc38cb755223f70a2a9cfa195da40026 /ChangeLog | |
parent | 9376a79ac58a8953da9a3c7bed929165c7703e5c (diff) | |
download | ratpoison-6e0af3d35f55833df7a9f31cd4a1888667a9b633.zip |
(command): check list_size of head when checking for too many
arguments.
(cmd_set): raise error if set command was passed too many
arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * src/actions.c (init_user_commands): set the last argument of the following commands to arg_REST: addhook, chdir, remhook, source, tmpwm, and prompt. + (command): check list_size of head when checking for too many + arguments. + (cmd_set): raise error if set command was passed too many + arguments. 2005-01-15 Shawn Betts <sabetts@vcn.bc.ca> |