aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-01-10 22:34:02 +0000
committerChristopher Faylor <me@cgf.cx>2001-01-10 22:34:02 +0000
commit37770e00090544a1cb648bf0959235cb2862021f (patch)
tree57d449cb64fd783501b8e974bb14e0313ac2e460 /winsup/utils/ChangeLog
parent7adad1217b6787ffef0ef1d0f42b73abcf504f3d (diff)
downloadnewlib-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/ChangeLog8
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.