From 691630ba97b0cb8ced875bef4f6523aebd7a48d5 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 14 Aug 2006 07:21:49 +0000 Subject: [PATCH] Add comment svn path=/trunk/mcs/; revision=63709 --- mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs b/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs index ed62d4b6949..ac03de20eb8 100644 --- a/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs +++ b/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs @@ -4,7 +4,7 @@ // Authors: // Miguel de Icaza (miguel@gnome.org) // -// (C) 2005 Novell, Inc (http://www.novell.com) +// (C) 2005, 2006 Novell, Inc (http://www.novell.com) // // MISSING: // Someone could the same subkey twice: once read/write once readonly, @@ -12,6 +12,10 @@ // to have two versions of the same key and hence unable to throw an exception // if the user tries to write to a read-only key. // +// It would also be useful if we do case-insensitive expansion of variables, +// the registry is very windows specific, so we probably should default to +// those semantics in expanding environment variables, for example %path% +// // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining -- 2.25.1