* NumberHelper.cs: handle sci, hex, and byte
[mono.git] / mcs / ilasm / scanner / ChangeLog
1 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
2
3         * NumberHelper.cs: handle sci, hex, and byte
4         do not handle all corner case
5         will optimize soon
6         
7 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
8
9         * ILReader.cs: Instead of mainting a buffer let the reader handle
10         that, and use a stack for putting chars back. This is probably
11         much slower and not nearly as cool but the old method was a little
12         buggy and I was having trouble tracking things down. This can be
13         optimized someday.
14         
15 2003-03-19 Jackson Harper <jackson@latitudegeo.com>
16
17         * NumberHelper.cs: Handle strange number situations like 8:99:0
18
19 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
20
21         * ILTokenizer.cs: Append tail to values so opcodes like ldarg.s 
22         are resolved properly
23
24 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
25
26         * ILTokenizer.cs: Fire an event when a new token is ready.
27
28 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
29
30         * ILTokenizer.cs: Use the IsInstr method for checking if a string is an instruction
31
32 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
33
34         * ILTokenizer.cs: Use InstrTable for looking up and getting Opcodes
35
36 2003-02-06 Jackson Harper <jackson@latitudegeo.com>
37
38         * IlToken.cs: Add Dash Token (this is used for assembly names)
39         * ILTokenizer.cs: Return Dash token
40         
41 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
42
43         * ChangeLog: Add ChangeLog