-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
90 lines (64 loc) · 2.99 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
2006-10-29 Richard Frith-Macdonald <[email protected]>
* ANTLRCharScanner.m: consistently use tolower() for case conversion
(should behave the same across all platforms).
2006-10-09 Nicola Pero <[email protected]>
* GNUmakefile: Do not set GNUSTEP_INSTALLATION_DIR.
Use GNUSTEP_MAKEFILES in includes.
2004-02-26 David Ayers <[email protected]>
* GNUmakefile: Link against -baseadd on non-*-gnu-*.
* ANTLRCharScanner.h: Convert ANTLR_NO_CHAR and ANTLR_EOF_CHAR
to defines.
2004-02-25 David Ayers <[email protected]>
* ANTLRCommon.h: Include GSObjCRuntime declarations.
2003-11-12 David Ayers <[email protected]>
* 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 <[email protected]>
* ANTLRCommon.h: Updated to new header layout.
* ANTLRCharScanner.m: Ditto.
2003-07-11 David Ayers <[email protected]>
* ANTLRCommon.h: Include GNUstep.h if GNUSTEP is not defined for
OS X.
* ANTLRBitSet.m; Update include syntax.
2001-08-20 Adam Fedor <[email protected]>
* 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 [email protected]).
2000-05-01 Mirko Viviani <[email protected]>
* ANTLRLog.m: fix for the new NSThread implementation.
2000-03-18 Manuel Guesdon <[email protected]>
ANTLRHashString.h/.m: modify length type from int to unsigned int
2000-02-22 Manuel Guesdon <[email protected]>
* GNUmakefile: install gsantlr in system root (GNUSTEP_INSTALLATION_DIR)
instead of user root
2000-01-27 Manuel Guesdon <[email protected]>
* Added LICENSE and README files
* Added ObjcCodeGenerator directory
2000-01-27 Manuel Guesdon <[email protected]>
* ANTLRCharBuffer.m, ANTLRCharScanner.m, ANTLRASTFactory.m,
ANTLRLog.m: Helge Hess changes tp compile with
libFoundation