From 7077c48e54f0054aecb9d065197c3765b19f8e60 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 16 Dec 2009 14:02:57 +0000 Subject: * regtool.cc: Throughout, convert all registry calls to wide char calls and use string conversion according to current locale. (longopts): Change "dword-le" to "dword-be", as was originally intended. (usage): Change usage accordingly. (print_version): Simplify copyright dates in output. (cmd_list): Handle REG_LINK like REG_SZ. (cmd_get): Ditto. (main): Call setlocale. * utils.sgml (regtool): Fix options and add missing descriptions for new features. --- winsup/utils/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'winsup/utils/ChangeLog') diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 7590509cc..6cce5428d 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,17 @@ +2009-12-16 Corinna Vinschen + + * regtool.cc: Throughout, convert all registry calls to wide char + calls and use string conversion according to current locale. + (longopts): Change "dword-le" to "dword-be", as was originally + intended. + (usage): Change usage accordingly. + (print_version): Simplify copyright dates in output. + (cmd_list): Handle REG_LINK like REG_SZ. + (cmd_get): Ditto. + (main): Call setlocale. + * utils.sgml (regtool): Fix options and add missing descriptions for + new features. + 2009-11-29 Corinna Vinschen * setfacl.c (getaclentry): Allow to delete default entries for the -- cgit v1.2.3