gcj.texi: Added item describing the GCJ runtime property "gnu.gcj.progname".

2002-10-20  Ranjit Mathew <rmathew@hotmail.com>

	* gcj.texi: Added item describing the GCJ runtime property
	"gnu.gcj.progname".

From-SVN: r58342
This commit is contained in:
Ranjit Mathew 2002-10-20 23:47:05 +00:00 committed by Tom Tromey
parent 248cfd1c86
commit 63bb20d4ec
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-10-20 Ranjit Mathew <rmathew@hotmail.com>
* gcj.texi: Added item describing the GCJ runtime property
"gnu.gcj.progname".
2002-10-15 Richard Henderson <rth@redhat.com>
* jcf-parse.c (get_constant): Fix type warning.

View File

@ -2190,6 +2190,9 @@ then the empty string. When set all newly created @code{DatagramSocket}s will
try to load a class @code{java.net.[impl.prefix]DatagramSocketImpl} instead of
the normal @code{java.net.PlainDatagramSocketImpl}.
@item gnu.gcj.progname
The name that was used to invoked the program.
@item gnu.gcj.runtime.NameFinder.demangle
Whether names in a stack trace should be demangled. Defaults to @code{true}.