- Sep 17, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Added `@type` inside macros that refer to the current type (so we remove all other magic instance vars and only keep that one)
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed: was able to invoke a zero-args initialize in a subclass if an initialize was defined in a superclass
-
Ary Borenszweig authored
-
- Sep 16, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 14, 2014
-
-
Ary Borenszweig authored
Added `cast` class method to integer and float types. Use C::SizeT.cast(...) and C::ModeT.cast(...) instead of num.to_sizet and num.to_modet. Changed Pointer#memcmp to return an integer instead of a bool (like in C). Also added `zero class method.
-
- Sep 13, 2014
-
-
Ary Borenszweig authored
-
- Sep 10, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 08, 2014
-
-
Ary Borenszweig authored
-
- Sep 07, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 05, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 04, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Make `$~` be `MatchData.last` and `$1` be `MatchData.last[1]`. Removed all references to those globals until the next next release.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 03, 2014
-
-
Ary Borenszweig authored
-
- Sep 02, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 29, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 27, 2014
-
-
Ary Borenszweig authored
A C type can be declared as `type Name = Value` in addition to `type Name : Value` (the later will be deprecated)
-
- Aug 25, 2014
-
-
Ary Borenszweig authored
Fixed bug: two different methods were having the same manging (one with &block and another without it but with the same type)
-
- Aug 24, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Aug 23, 2014
-
-
Ary Borenszweig authored
-