-
Notifications
You must be signed in to change notification settings - Fork 61
/
changes
166 lines (108 loc) · 5.24 KB
/
changes
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
Jasmin Revision History Sable Research Group
Jan 22, 2012 [Eric Bodden]
added support for invokedynamic; see tutorial on the Soot webpage
May 28, 2004 [Chris Pickett]
added .no_super directive (for compiling java.lang.Object)
Sept 5, 2003 [Feng Qian]
fixed various compile shell scripts for SunOS
May 4, 2002 - Release sable-1.1.4 [Feng Qian]
- fixed jasmin.Scanner to allow an attribute string longer than 65536.
May 3, 2001 - Release sable-1.1 [Patrick Lam, Feng Qian]
- No changes except for highjacking the versioning scheme.
Apr 17, 2001 - Release 1.06-s11 [Patrick Lam, Feng Qian]
- upgraded java_cup from 0.9d to 0.10j (plam); jasmin now
compiles properly under recent JDKs.
- adjust code attribute table format, add a table size before
attribute table. Code_attribute will have same head format as
LineNumberTable attribute.
- Correctness patch for emitting constant numbers due to
Brian Demsky ([email protected]).
Apr 2, 2001 - Release 1.06-s10 [Feng Qian ([email protected])]
- fix-up the grammar bug dealing with class, method, and field attributes,
reported by [email protected]
Jan 25, 2001 - Release 1.06-s9 [Patrick Lam ([email protected])]
- Realized that compilation would be a lot simpler if
soot.tagkit.Base64 was included in our jasmin distribution;
copied the file (to the jas library) and added warnings.
- Minor change to lib/src/scm/driver.java to make it compile with 1.3.0.
May 2, 2000 - Release 1.06-s8 [Patrick Lam ([email protected])]
Changes:
- Not sure what versions 1.06-s6, -s7 modified.
- Added support for quoted literal names to fix issues with
variables named, for instance, "int".
- Patrice Pominville ([email protected]) added support
for incorporation of attributes into bytecode.
March 29, 1999 - Release 1.06-s5 [Raja Vallee-Rai ([email protected])]
Changes:
- Silenced jasmin. (no more generation messages)
March 15, 1999 - Release 1.06-s4 [Raja Vallee-Rai ([email protected])]
Changes:
- Added \\ to the list of possible escape characters for Strings.
- Disabled $ as a macro substitution tool.
- Added +-DoubleInfinity and +-FloatInfinity
2 Nov 98 - Release 1.06-s3
Changed the grammar some more to fix some constant ambiguities (1.0F vs 1.0)
- Raja Vallee-Rai ([email protected])
2 Nov 98 - Release 1.06-s2
Changed the grammar to fix some ambiguities
- Raja Vallee-Rai ([email protected])
Jasmin Revision History Jonathan Meyer
11 Apr 97 - Release 1.06.
11 Apr 97
* Fixed bug which prevented the source name from being written out
in the class file
* Improved README file
2 Mar 97 - Release 1.05.
1 Mar 97
* Moved scripts into a bin directory.
* Added support for Visual J++.
Added vjasmin.bat, for running Jasmin using Visual J++.
Converted JAS/Jasmin to use its own internal RuntimeConstants, so that
there is no longer any dependency on Sun's version (needed by J++).
* Tidied API:
Renamed "Jasmin" class "ClassFile" (sorry to those of you using the API
from 1.04). The ClassFile class is documented in the doc/api directory.
* Mods for Java 1.1:
Classes now set the ACC_SUPER bit in their access flags.
i2b/i2s/i2c are now synonyms for int2byte, int2short, int2char.
invokespecial is now a synonym for invokenonvirtual.
* Mods to pick up documentation in book:
"wide" is now a recognized instruction in Jasmin files - although the assembler
just ignores it!
Added the optional <high> parameter to tableswitch.
* Fixed bug in .catch all
10 Feb 96 - Release 1.04.
8 Feb 97
* Updated to use latest version of JAS. This fixes some bugs in the
earlier release (including handling of _w instructions)
* Split several of the internal classes into smaller pieces.
* Restructured internal sources so that Jasmin, Scanner and parser
no longer rely on static data structures. Now there is a public API
to Jasmin, for people that want to assemble classes using their own
data input/output streams.
30 Oct 96
* Added support for more \ escapes in quoted strings. In
particular, you can now use \nnn to specify a character using
octal.
2 Oct 96 - Release 1.03.
1 Oct 96
* Added better support for interfaces: added the .interface
directive (an alternative to the .class directive), and also a
.implements directive. Updates guide.html to mention these new
features.
24 Sept 96
* Fixed several problems with guide.html - thanks to feedback from
Shawn Silverman ([email protected]).
23 Aug 96
* Tidied up documentation and implementation for wide instructions.
Now ldc and ldc_w are used for single-word items, whereas
ldc2_w is used for two word items (previously, I had ldc_w as
a synonym for ldc2_w - oops).
25 July 96
* Added documentation for .var directive.
* Fixed line numbering produced by -g flag (I hope).
* Improved error reporting slightly.
24 July 96
* Added fix to scanner to handle Ctrl-M characters,
for DOS/NT Systems. (Thanks sbk!)
18 July 96 - Release 1.0.