| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-07-14 | Replace mrb_intern() with mrb_intern2() in random.c | Jun Hiroe | |
| 2013-05-26 | Add MRB_WORD_BOXING mode (represent mrb_value as a word) | kimu_shu | |
| 2013-04-29 | use mrb_free to free random state | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | fix memory leaks in mruby-random | Yukihiro "Matz" Matsumoto | |
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto | |
| 2013-04-08 | Change mruby-random License to MIT | MATSUMOTO Ryosuke | |
| refs: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/license.html | |||
| 2013-04-04 | rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ↵ | Yukihiro "Matz" Matsumoto | |
| mrb_data_check_and_get | |||
| 2013-03-27 | Use mrb_check_datatype directly to avoid warning. | Carson McDonald | |
| 2013-03-27 | Fix build error on VS2012 toolchain. | kurodash | |
| A local variables define beginning of a scope block. VS2012 unacceptable ";;" in struct definition. | |||
| 2013-03-27 | Add test for Random::srand | MATSUMOTO Ryosuke | |
| 2013-03-27 | Fix test for mruby-random | mattn | |
| 2013-03-27 | Add test for mruby-random | mattn | |
| 2013-03-27 | Support mt instance valiables | MATSUMOTO Ryosuke | |
| 2013-03-26 | Refactoring mruby-rand | mattn | |
| 2013-03-26 | Add Random#rand and Random#srand | MATSUMOTO Ryosuke | |
| 2013-03-26 | Add Kernel#rand and Kernel#srand | MATSUMOTO Ryosuke | |
| 2013-03-26 | Changed to static functions | MATSUMOTO Ryosuke | |
| 2013-03-26 | Change Random module to class | MATSUMOTO Ryosuke | |
| 2013-03-23 | Modified license information for mruby-random | MATSUMOTO Ryosuke | |
| 2013-03-23 | Add mruby-random mrbgem (no activation though) | MATSUMOTO Ryosuke | |
