[ros-bugs] [Bug 2232] command prompt autocomplete
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Tue May 8 19:20:06 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2232
------- Comment #1 from carlo.bramix at libero.it 2007-05-08 19:20 CET -------
Created an attachment (id=1479)
--> (http://www.reactos.org/bugzilla/attachment.cgi?id=1479&action=view)
Proposed patch for fixing this bug.
The attached patch tries to fix the signaled bug.
In addition, auto-completation (but not limited to it) always crashed on win98
and winxp because lots of FindFirstFile() sessions finished with a
CloseHandle() instead of the FindClose().
I also did a fix to copy command. Now CTRL-Z is written only if the source file
is binary (in other words, if the source file didn't include CTRL-Z already). I
also suggest to use VirtualAlloc/VirtualFree for allocating the memory buffer
used with ReadFile/WriteFile. I don't know about ReactOS, but this trick
usually give better performance.
--
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, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.
More information about the Ros-bugs
mailing list