This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcjx ChangeLog source/tstream.cc source/ts ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-09-29 00:54:48

Modified files:
	gcjx           : ChangeLog 
	gcjx/source    : tstream.cc tstream.hh 

Log message:
	* source/tstream.hh (token_stream::buffer): Changed type.
	(token_stream::buffer_size): Removed.
	(token_stream::buffer_end): Likewise.
	(token_stream::marks): Likewise.
	(token_stream::mark_buffering): Likewise.
	(token_stream::peek_buffering): Likewise.
	(token_stream::set_mark): Now inline.
	(token_stream::reset_to_mark): Likewise.
	(token_stream::unset_mark): Removed.
	(token_stream::lex_file): Declare.
	(token_stream): Updated.
	(~token_stream): Updated.
	(~marker): Updated.
	* source/tstream.cc (set_mark, unset_mark, reset_to_mark):
	Removed.
	(lex_file): New method.
	(get_unfiltered_token): Rewrote.
	(peek_token, peek_token1): Updated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.118&r2=1.1.2.119
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/source/tstream.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/source/tstream.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]