gcc/libjava/java
Tom Tromey 6150df627a natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID defined.
* java/lang/natSystem.cc (init_properties): Don't set user.name or
	user.home if NO_GETUID defined.  Only set user.dir if getcwd
	exists.

	* include/config.h.in: Rebuilt.
	* acconfig.h (NO_GETUID): New define.
	* configure.in: Rebuilt.
	* configure.in: Define NO_GETUID in cross case.  Check for getcwd
	in native case.

From-SVN: r30964
1999-12-15 22:38:56 +00:00
..
awt
io PrintStream (PrintStream): Fix illegal usage of "this" before "super". 1999-11-01 01:15:37 +00:00
lang natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID defined. 1999-12-15 22:38:56 +00:00
net ServerSocket.java (ServerSocket): Bind to any interface if bindAddr is null. 1999-12-02 10:09:24 +00:00
security
text MessageFormat.java (MessageFormat(String)): Set the default locale. 1999-09-22 05:41:26 +01:00
util ZipFile.java: Compute the offset of the ZipEntry data correctly. 1999-11-07 08:30:31 +00:00