| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-11 | add RUBY_ENGINE; ref #576 | Yukihiro "Matz" Matsumoto | |
| 2014-02-10 | IO._bless has gone. | Tomoyuki Sahara | |
| https://github.com/iij/mruby-io/commit/b74458a486042f4863fa6362057e25f0997694f5 | |||
| 2014-02-10 | resolve conflict in travis_config.rb | Yukihiro "Matz" Matsumoto | |
| 2014-02-10 | remove _bless trick. closes #8. | Tomoyuki Sahara | |
| 2014-02-10 | Merge pull request #1692 from Paxa/Kernel_global_variables | Yukihiro "Matz" Matsumoto | |
| Fix Kernel#global_variables for $1-$9 | |||
| 2014-02-09 | Fix Kernel#global_variables for $1-$9 | Pavel | |
| 2014-02-09 | initialize ci->stackent at the top; #1691 | Yukihiro "Matz" Matsumoto | |
| 2014-02-09 | Merge branch 'original2' of https://github.com/miura1729/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| miura1729-original2 | |||
| 2014-02-09 | Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE | Yukihiro "Matz" Matsumoto | |
| use mrb_bool, FALSE and TRUE more | |||
| 2014-02-09 | Store raw stack address in callinfo instead of offset from stbas | Miura Hideki | |
| 2014-02-08 | Support mrb_module_ge | MATSUMOTO Ryosuke | |
| 2014-02-08 | forget to add function prototypes | Yukihiro "Matz" Matsumoto | |
| 2014-02-08 | Merge pull request #1689 from Bovi-Li/remove-notice | Yukihiro "Matz" Matsumoto | |
| Remove *very early version* notice | |||
| 2014-02-08 | Merge pull request #1690 from bovi/patch-2 | Yukihiro "Matz" Matsumoto | |
| Add download link for stable version to README | |||
| 2014-02-08 | made mrb_define_class to return existing class, with heavy refactoring | Yukihiro "Matz" Matsumoto | |
| 2014-02-08 | rename mrb_name_class and make it static | Yukihiro "Matz" Matsumoto | |
| 2014-02-08 | Add download link for stable version to README | Daniel Bovensiepen | |
| - add download link of stable version 1.0.0 - remove remark for mruby branch due to non-existence | |||
| 2014-02-08 | Remove notice of early version | Daniel Bovensiepen | |
| 2014-02-07 | add MRUBY_RELEASE info in numbers | Yukihiro "Matz" Matsumoto | |
| 2014-02-07 | forgot to add new files | Yukihiro "Matz" Matsumoto | |
| 2014-02-07 | move version info from gems to core; ref #576 #1684 | Yukihiro "Matz" Matsumoto | |
| 2014-02-06 | Merge pull request #1688 from cubicdaiya/issues/unnecessary_semicolon | Yukihiro "Matz" Matsumoto | |
| Remove unnecessary semicolon | |||
| 2014-02-06 | remove unnecessary semicolon | cubicdaiya | |
| 2014-02-06 | use mrb_str_new_lit() more widely | Yukihiro "Matz" Matsumoto | |
| 2014-02-06 | introduce mrb_str_new_lit() to create strings from C string litrals | Yukihiro "Matz" Matsumoto | |
| 2014-02-05 | Fix MRUBY_BIRTH_YEAR | MATSUMOTO Ryosuke | |
| 2014-02-05 | Add global constant MRUBY_COPYRIGHT | MATSUMOTO Ryosuke | |
| 2014-02-05 | replace Kernel.show_version with MRUBY_DESCRIPTION | MATSUMOTO Ryosuke | |
| 2014-02-05 | Fix release date | MATSUMOTO Ryosuke | |
| 2014-02-05 | Add pluggable versioning by mruby-version | MATSUMOTO Ryosuke | |
| 2014-02-04 | Merge pull request #1683 from take-cheeze/gem_flags_after_libraries | Yukihiro "Matz" Matsumoto | |
| Pass forgotten variable gem_flags_after_libraries to tool's linker.run. | |||
| 2014-02-05 | pass gem_flags_after_libraries | take_cheeze | |
| 2014-02-05 | add RUBY_VERSION to notify syntax compatible version | Yukihiro "Matz" Matsumoto | |
| 2014-02-05 | disable LocalJumpError test since the code causes SyntaxError (not ↵ | Yukihiro "Matz" Matsumoto | |
| LocalJumpError) on CRuby | |||
| 2014-02-05 | Fiber.new{break} caused SEGV | Yukihiro "Matz" Matsumoto | |
| 2014-02-04 | better codedump format | Yukihiro "Matz" Matsumoto | |
| 2014-02-04 | Merge pull request #1682 from mattn/remove_warning | Yukihiro "Matz" Matsumoto | |
| Remove warning | |||
| 2014-02-04 | Remove warning | mattn | |
| 2014-02-04 | fibers cannot cross C function boundary; close #1680 | Yukihiro "Matz" Matsumoto | |
| 2014-02-02 | Merge pull request #1678 from iij/float-nan-p | Yukihiro "Matz" Matsumoto | |
| add Float#nan? | |||
| 2014-02-03 | add Float#nan? | Tomoyuki Sahara | |
| 2014-02-03 | move license terms to the bottom. | Tomoyuki Sahara | |
| 2014-01-31 | Merge pull request #1675 from h2so5/node-splat-codegen | Yukihiro "Matz" Matsumoto | |
| fix NODE_SPLAT codegen | |||
| 2014-02-01 | fix NODE_SPLAT codegen | h2so5 | |
| 2014-01-31 | Merge pull request #1673 from cremno/rework-objspace-gc | Yukihiro "Matz" Matsumoto | |
| rework mruby-objectspace and gc.[ch] | |||
| 2014-01-31 | use mrb_bool, FALSE and TRUE more | cremno | |
| It doesn't matter to me if one is using FALSE/TRUE instead of 1/0 but I prefer a type (alias) which emphasizes boolean vars to int. I changed 1/0 to FALSE/TRUE anyway. | |||
| 2014-01-31 | rework mruby-objectspace and gc.[ch] | cremno | |
| - functions should have C linkage (for C++ code) - add prefix to each_object_callback - use more appropriate variable types / initialization - ObjectSpace::count_objects has 1 opt. arg. - prefer mrb_intern_lit to mrb_intern_cstr for str. lit. - mruby/value.h is included by mruby.h - adjust coding style | |||
| 2014-01-31 | remove conflict | Yukihiro "Matz" Matsumoto | |
| 2014-01-31 | Merge pull request #1671 from cremno/extern-cleanup | Yukihiro "Matz" Matsumoto | |
| clean up external symbols | |||
| 2014-01-31 | Merge pull request #1669 from cremno/copyright-2014 | Yukihiro "Matz" Matsumoto | |
| update copyright year | |||
