-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
64 lines (52 loc) · 2.38 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
Changes since v0.4.7 in upstream darcs repository.
==========================================================================
Fri Jan 22 2016
* Fixed incorrect usage message in examples/DumpAst.hs
* Added parsing for '__int128' type (no analysis yet)
* Added parsing for 'asm goto { "<asms>" : : : : <gotos>);'
* Modified examples/TypeCheck.hs to check only 1 file at a time
Thu Jan 21 2016
* Updated Language.C code to be compatible with ghc-7.10.3
* Compiles with all warnings turned on (-Wall)
* Updated README to reflect this project
* TAG: v0.4.7
Changes since 0.4.1
==========================================================================
Thu Feb 28 2013
* Fix parsing and printing of octal character escapes.
Tue Jun 12 2012
* Export Annotated type class from AST module
Wed Aug 24 2012
* Patch for alex-3.0
Changes 0.3.1 - 0.4.1
==========================================================================
Tue Aug 16 2011:
* Port to ghc-7.2
Fr April 15 2011: Alexander Bernauer <bernauer@inf.ethz.ch>
* Show instances (popular request) for AST types, DumpAst demo
Changes 0.3 - 0.3.1
==========================================================================
Thu Aug 21 benedikt.huber@gmail.com
* add aliases for exposed parsers, in order to document them
Fri Aug 15 benedikt.huber@gmail.com
* Remove NameMap from Data.Name. We will do this right when neccessary.
* Parser public API: expose parsers and the Parser Monad
* ParserMonad: Return updated name supply when executing parser
* Parser: Expose expression, statement, declaration and file parsers
* Data: Add newNameSupply ~ (namesStartingFrom 0)
Thu Aug 14 17:13:29 CEST 2008 iavor.diatchki@gmail.com
* Add a utility function to create a "blank" set of cpp arguments.
* Make that analysis traversal monad abstract.
* Export the type synonym "Register" (and bump version)
Wed Aug 13 12:00:57 CEST 2008 benedikt.huber@gmail.com
* add Data.Position: internalIdentAt
Old Changes
==========================================================================
Mon Jun 9 23:12:46 CEST 2008 benedikt.huber@gmail.com
* License switched to 3-clause BSD
$
- In accordance with the original authors, Language.C is now licensed as BSD-3.
See:
http://haskell.org/pipermail/c2hs/2008-June/000833.html
http://haskell.org/pipermail/c2hs/2008-June/000834.html
http://haskell.org/pipermail/c2hs/2008-June/000835.html