forked from seattlerb/wilson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
54 lines (31 loc) · 1.05 KB
/
History.txt
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
=== 1.1.2 / 2015-10-26
* 1 bug fix:
* Fixes for Ruby 1.9+ and cross-platform bugs. (luikore)
=== 1.1.1 / 2009-06-23
* 1 minor enhancement:
* Switched to minitest
* 1 bug fix:
* Specify full path to dlload to fix use in multiruby
=== 1.1.0 / 2009-05-08
* 1 major enhancement:
* Added Object#asm for inline assembly. 100% ruby, no C.
* 7 minor enhancements:
* Added arg(n) for cleanly accessing ruby arguments.
* Added debugging output if $DEBUG.
* Added defasm and asm test cases.
* Added from_ruby and sped up to_ruby a teeny amount.
* Improved benchmark code
* Refactored ASM DSL to Object#assemble.
* Sped up tests a fair amount by optimizing supportsProcessor.
* 2 bug fixes:
* Found a bug in the nasm manual that wilson parses. Fixed SAR.
* Found a bug in the nasm manual that wilson parses. Fixed cmp.
=== 1.0.1 / 2009-04-22
* 3 minor enhancements:
* Added bench.rb to demonstrate timings.
* Added example.rb.
* 1 bug fix:
* Fixed defasm to work much better.
=== 1.0.0 / 2009-01-20
* 1 major enhancement
* Birfday!