-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
49 lines (34 loc) · 1.71 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
2009-11-17 Christopher Faulet <[email protected]>
* Version 0.2.2
* src/clone_module.erl: Add the compiler options in the record
#clone_infos. We use these options when we parse the source
module. New options are supported by the clone attribute. The
parsing of the source module are deported in a new function,
parse_source_module.
* src/transhell.erl: Use the source of the shell module to clone
it instead of the beam file.
2009-09-29 Christopher Faulet <[email protected]>
* Version 0.2.1
* src/clone_module.erl: Bugfix in the anonymous function that
parses the source module. all "unknown" attributes are appended
into the list attribute_forms exept "spec" attributes that are
appended into the list other_forms. When the abstract tree is
rebuilt, the functions list is sorted in same time that the list
other_forms.
2009-08-12 Christopher Faulet <[email protected]>
* Version 0.2.0
* src/clone_module.erl: New parse transformer that clones Erlang
modules.
* src/transhell.erl: New module. It is a clone of the Erlang shell
and it uses the parse transformer clone_module.
2009-08-12 Christopher Faulet <[email protected]>
* src/gen_trans.erl, src/multiparser.erl: Documentation updated.
* src/lambda_expr.erl: Rules about the keyword 'lambda' are
relaxed. Now, we only reserved the function lambda/1.
* src/recfun.erl: Rules about the keyword 'callee' are
relaxed. Now, we only reserved the functions callee/N.
2009-07-31 Christopher Faulet <[email protected]>
* gen_trans (start/3): Now, when we catch an error, we use the
filename to build the report if we find it, else, we use atom
'command_error'.
* ChangeLog: New file.