Re: [Qemu-devel] qemu exec.c monitor.c

2007-07-01 Thread Paul Brook
On Sunday 01 July 2007, Stefan Weil wrote: > ANSI / POSIX do not define "wa" as mode string for fopen. > I have no idea how many implementations of libc > will fail with this mode which was introduced by > the latest version of exec.c. > > The standard mode for append is just "a". You are correct.

Re: [Qemu-devel] qemu exec.c monitor.c

2007-07-01 Thread Stefan Weil
ANSI / POSIX do not define "wa" as mode string for fopen. I have no idea how many implementations of libc will fail with this mode which was introduced by the latest version of exec.c. The standard mode for append is just "a". Even better (because it is faster and creates smaller log files for Win

[Qemu-devel] qemu exec.c monitor.c

2007-06-30 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/30 13:53:24 Modified files: . : exec.c monitor.c Log message: Allow changing log filename. Close logfile when logging is disabled. CVSWeb URLs: http://cvs.savannah.gnu.o