Here are some patches for gsantlr.
Question: is it still actively maintained?? Last entry in Changelog is dated 2001-08-20!
It is used in GSWeb though.

St�phane

Attachment: gsantlr-patches.txt.gz
Description: GNU Zip compressed data



Changelog

gsantlr/ANTLRAST.m: corrected type; replaced old(?) methods -[NSString stringWithoutSuffix:] and -[NSString stringWithoutPrefix:] with -[NSString stringByDeletingSuffix:] and -[NSString stringByDeletingPrefix:]
gsantlr/ANTLRASTFactory.m: replaced +[NSException raise] (unknown on OSX) by +[NSException raise:format:] (more explicit anyway)
gsantlr/ANTLRASTNULLType.m: provided stub for -[ANTLRASTNULLType toStringListWithSiblingSeparator:openSeparator:closeSeparator:]
gsantlr/ANTLRBitSet.h: added #import use on OSX
gsantlr/ANTLRCharScanner.m: replaced old(?) method +[NSException raise:format:arguments:] by +[NSException raise:format:]
gsantlr/ANTLRCommon.h: added #import use on OSX
gsantlr/ANTLRException.h: added #import use on OSX
gsantlr/ANTLRException.m: corrected memory leaks when raising exception
gsantlr/ANTLRLog.m: replaced method +[NSString stringWithFormat:] by the OSX-compatible one -[NSString initWithFormat:]
gsantlr/ANTLRMismatchedTokenException.h: declared +[ANTLRMismatchedTokenException raise] and +[ANTLRMismatchedTokenException raiseWithTokenNames:expectedRange::AST:]
gsantlr/ANTLRMismatchedTokenException.m: implemented +[ANTLRMismatchedTokenException raise]; corrected memory leaks when raising exception
gsantlr/ANTLRNoViableAltException.m: corrected memory leaks when raising exception
gsantlr/ANTLRTextStreamProtocols.m: corrected memory leaks when raising exception
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to