diff options
author | Tom Tromey <tromey@redhat.com> | 2006-06-09 00:15:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-06-09 00:15:35 +0000 |
commit | be9a52f844dca45090fbcc660efeb26b2afb4a5a (patch) | |
tree | c92e74b2bd02ae16b1bca6e5595ff6350a9c1c16 /gcc/java | |
parent | 879c22aca5e78def0871f341772e3bb2767f5a9c (diff) | |
download | gcc-be9a52f844dca45090fbcc660efeb26b2afb4a5a.zip gcc-be9a52f844dca45090fbcc660efeb26b2afb4a5a.tar.gz gcc-be9a52f844dca45090fbcc660efeb26b2afb4a5a.tar.bz2 |
gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.
gcc/java
* gcj.texi (libgcj Runtime Properties): Document
gnu.gcj.user.realname.
libjava
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Set gnu.gcj.user.realname.
From-SVN: r114500
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index ae0e407..f568461 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2006-06-08 Tom Tromey <tromey@redhat.com> + + * gcj.texi (libgcj Runtime Properties): Document + gnu.gcj.user.realname. + 2006-06-08 Andrew Haley <aph@redhat.com> * expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 38ae1ab..70acd7c 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -2785,6 +2785,12 @@ the name of the "main" class in the case where the @code{gij} front end is used, or the program binary name in the case where an application is compiled to a native binary. +@item gnu.gcj.user.realname +The real name of the user, as taken from the password file. This may +not always hold only the user's name (as some sites put extra +information in this field). Also, this property is not available on +all platforms. + @item gnu.gcj.runtime.NameFinder.use_addr2line Whether an external process, @command{addr2line}, should be used to determine line number information when tracing the stack. Setting this to @code{false} |