|
From: <sv...@va...> - 2014-05-17 05:51:17
|
Author: philippe
Date: Sat May 17 05:50:46 2014
New Revision: 13979
Log:
Fix 334788 clarify doc about --log-file initial program directory
Behaviour is kept unchanged, a paragraph is added in the doc to
clarify.
Modified:
trunk/NEWS
trunk/docs/internals/3_9_BUGSTATUS.txt
trunk/docs/xml/manual-core.xml
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat May 17 05:50:46 2014
@@ -129,6 +129,7 @@
334049 lzcnt fails silently (x86_32)
334705 sendmsg and recvmsg should guard against bogus msghdr fields.
334727 Build fails with -Werror=format-security
+334788 clarify doc about --log-file initial program directory
n-i-bz Fix KVM_CREATE_IRQCHIP ioctl handling
n-i-bz s390x: Fix memory corruption for multithreaded applications
n-i-bz vex arm->IR: allow PC as basereg in some LDRD cases
Modified: trunk/docs/internals/3_9_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_9_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_9_BUGSTATUS.txt Sat May 17 05:50:46 2014
@@ -175,7 +175,3 @@
========================================================================
========================================================================
-Mon May 12 16:19:52 CEST 2014
-
-334788 Changing the current directory confuses Valgrind when it tries
- to write to log files for forked children
Modified: trunk/docs/xml/manual-core.xml
==============================================================================
--- trunk/docs/xml/manual-core.xml (original)
+++ trunk/docs/xml/manual-core.xml Sat May 17 05:50:46 2014
@@ -892,6 +892,13 @@
<para>If an <option>%</option> is followed by any other character, it
causes an abort.</para>
+
+ <para>If the file name specifies a relative file name, it is put
+ in the program's initial working directory : this is the current
+ directory when the program started its execution after the fork
+ or after the exec. If it specifies an absolute file name (ie.
+ starts with '/') then it is put there.
+ </para>
</listitem>
</varlistentry>
|