diff options
author | Christopher Faylor <me@cgf.cx> | 2001-01-10 22:34:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-01-10 22:34:02 +0000 |
commit | 37770e00090544a1cb648bf0959235cb2862021f (patch) | |
tree | 57d449cb64fd783501b8e974bb14e0313ac2e460 /winsup/utils/ChangeLog | |
parent | 7adad1217b6787ffef0ef1d0f42b73abcf504f3d (diff) | |
download | newlib-37770e00090544a1cb648bf0959235cb2862021f.zip newlib-37770e00090544a1cb648bf0959235cb2862021f.tar.gz newlib-37770e00090544a1cb648bf0959235cb2862021f.tar.bz2 |
* regtool.cc (cmd_list): Add new registry display options.
(cmd_list): Add code to implement -p, -k, and -l options.
* regtool.cc (Fail): Add call to LocalFree to free memory allocated by
FormatMessage.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index cc1d05b..a74556a 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 09 10:26:23 2001 Tony Sideris <tonys1110@home.com> + + * regtool.cc (cmd_list): Add new registry display options. + (cmd_list): Add code to implement -p, -k, and -l options. + + * regtool.cc (Fail): Add call to LocalFree to free memory allocated by + FormatMessage. + Wed Jan 10 09:16:57 2001 Christopher Faylor <cgf@cygnus.com> * regtool.cc (translate): Ensure that 'c' is initialized. |