2004-02-26  David Ayers  <d.ayers@inode.at>

	* GNUmakefile: Link against -baseadd on non-*-gnu-*.
	* ANTLRCharScanner.h: Convert ANTLR_NO_CHAR and ANTLR_EOF_CHAR
	to defines.
	
2004-02-25  David Ayers  <d.ayers@inode.at>

	* ANTLRCommon.h: Include GSObjCRuntime declarations.

2003-11-12  David Ayers  <d.ayers@inode.at>

	* ANTLRCharBuffer.m (-[ANTLRCharBuffer fill:]):  Remove exception
	driven implementation.
	* ANTLRTextStreams.m
	(-[NSFileHandle readCharacter]: Ditto.
	(-[ANTLRTextInputStreamString readCharacter]): Ditto.
	* ANTLRTextStreamProtocols.h: Remove ANTLREndOfStreamException.
	* ANTLRTextStreamProtocols.m: Remove file.
	* ANTLRAST.m (-[ANTLRAST addChild:]): Correct type to allow
	dereferncing of instance variable.  Reformat.
	(-[ANTLRAST toString]): Replace stringWithout*: with
	stringByDeleting*: calls.
	* ANTLRASTNULLType.m (-[ASTNULLType
	toStringListWithSiblingSeparator:openSeparator:closeSeparator:]):
	Added empty implementation to complete protocol.
	* ANTLRCharScanner.m
	(-[ANTLRCharScanner panic:]): Correct exception invocation.  
	(-[ANTLRCharScanner reportError:]): Ditto.
	* ANTLRLog.m (ANTLRTIDInfo): Remove unused variable.  
	* GNUmakefile: Move ANTLRTextStreamProtocols to PROTOCOLS from
	CLASSES.  

2003-08-25  Matt Rice  <ratmice@yahoo.com>

	* ANTLRCommon.h: Updated to new header layout.
	* ANTLRCharScanner.m: Ditto.

2003-07-11  David Ayers  <d.ayers@inode.at>

	* ANTLRCommon.h: Include GNUstep.h if GNUSTEP is not defined for
	OS X.
	* ANTLRBitSet.m; Update include syntax.

2001-08-20  Adam Fedor  <fedor@gnu.org>

	* Update to work with antlr 2.7.1.  NOTE: This breaks gsweb
	which is coded to work with the output of antlr 2.5.0.
	* ObjcCodeGenerator/ObjcCodeGenerator.java: Update
	* ObjcCodeGenerator/mkalljar.patch: Update
	* ObjcCodeGenerator/objc/ActionLexer.java: New file.
	* ObjcCodeGenerator/objc/ActionLexerTokenTypes.java: New file.
	* ObjcCodeGenerator/objc/ActionLexerTokenTypes.txt: New file.
	* ObjcCodeGenerator/objc/action.g: New file.
	(patch from kim@tinker.com).

2000-05-01  Mirko Viviani  <mirko.viviani@rccr.cremona.it>

	* ANTLRLog.m: fix for the new NSThread implementation.

2000-03-18  Manuel Guesdon <mguesdon@sbuilders.com>
	ANTLRHashString.h/.m: modify length type from int to unsigned int
	
2000-02-22  Manuel Guesdon <mguesdon@sbuilders.com>

	* GNUmakefile: install gsantlr in system root (GNUSTEP_INSTALLATION_DIR)
		instead of user root

2000-01-27  Manuel Guesdon <mguesdon@sbuilders.com>

	* Added LICENSE and README files
	* Added ObjcCodeGenerator directory
	
2000-01-27  Manuel Guesdon <mguesdon@sbuilders.com>
	
	* ANTLRCharBuffer.m, ANTLRCharScanner.m, ANTLRASTFactory.m, 
		ANTLRLog.m: Helge Hess changes tp compile with 
		libFoundation

	
