gcc/libjava/java
Mohan Embar ae30b3b25d BufferedReader.java (sbuf): New field.
* java/io/BufferedReader.java (sbuf): New field.
	(readLine): Use String.valueOf instead of new String() as per
	Per Bothner's suggestion. Use instance sbuf field instead of a
	local StringBuffer instance.
	* java/io/InputStreamReader.java (read(char[],int,int)): Pass the
	caller's buffer to refill().
	(read(void)): Pass our internal work buffer to refill if our
	input queue is empty.
	(refill): Changed return type to int. Use the specified buffer
	instead of our work buffer as per Bryce McKinlay's suggestion.
	Return the number of characters read or -1 for EOF.

From-SVN: r76927
2004-01-30 06:33:43 +00:00
..
applet
awt 2004-01-27 Kim Ho <kho@redhat.com> 2004-01-27 19:29:57 +00:00
beans
io BufferedReader.java (sbuf): New field. 2004-01-30 06:33:43 +00:00
lang 2004-01-27 Michael Koch <konqueror@gmx.de> 2004-01-27 21:00:19 +00:00
math
net ServerSocket.java (isBound): Fixed documentation. 2004-01-07 16:37:45 +00:00
nio FileLockImpl.java: Fixed filename in copyright. 2004-01-23 14:37:09 +00:00
rmi Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-26 23:23:55 +00:00
security
sql
text 2004-01-23 Michael Koch <konqueror@gmx.de> 2004-01-23 15:15:31 +00:00
util InflaterInputStream.java: Merged class documentation with classpath. 2004-01-24 20:32:57 +00:00