[ros-bugs] [Bug 6402] PATCH: Releasing DiskPart
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Sat Sep 24 10:38:05 UTC 2011
http://www.reactos.org/bugzilla/show_bug.cgi?id=6402
ekohl <eric.kohl at t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from ekohl <eric.kohl at t-online.de> 2011-09-24 10:38:04 CET ---
Diskpart was added in r53826.
The following modifications were made:
- Removed the help texts because they were copied from Windows Diskpart.
- Used a single string resource per help text.
- Used only Unicode strings and Unicode string functions.
- Replaced the giant if-statement in the command dispatcher in interpreter.c by
a command-table and a little loop.
- Improved the command-line parser. Argument count and argument vector are
passed to the command and help functions for easy evaluation.
- Moved the help function for commands into the command specific file.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list