| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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 | |||
| 2014-01-31 | Merge pull request #1668 from cremno/etc-c-cleanup | Yukihiro "Matz" Matsumoto | |
| etc.c: small cleanup | |||
| 2014-01-30 | Merge pull request #1670 from cremno/remove-mrb_str_format-declaration | Yukihiro "Matz" Matsumoto | |
| remove mrb_str_format declaration | |||
| 2014-01-31 | reindent parse.y | h2so5 | |
| 2014-01-31 | add missing declaration of mrb_str_format | cremno | |
| 2014-01-31 | clean up external symbols | cremno | |
| remove unused and unneeded: - sysexit_status - type (a global variable) add mrb_ prefix to: - codedump_all - class_instance_method_list - parser_dump make various functions static, incl.: - yyparse - make_exception | |||
| 2014-01-30 | mruby.h: remove mrb_str_format declaration | cremno | |
| The function mrb_str_format is only defined when the mrbgem mruby-sprintf was activated. That might not always be the case (by default it currently is). mrb_str_format still has external linkage, so from now on mrbgem authors have to declare it in their source code if they want or need to call it. | |||
| 2014-01-30 | Happy new year! (update copyright year) | cremno | |
| Let's not wait until May this time (f0a9b95af3d542ac1db7fcb4a3d77990a284c185)! | |||
| 2014-01-30 | etc.c: small cleanup (delete unused functions) | cremno | |
| mrb_data_object_alloc: unnecessary cast mrb_lastline_get: mruby doesn't support $_, weird and unused code mrb_exec_recursive: see 4e46abb86914b36e70b5f3ad0826d0b648e9b4ef mrb_block_proc: unused, doesn't really do anything (or needs to be rewritten) mrb_obj_to_sym: actually use id (and MSVC detected unreachable code) | |||
| 2014-01-31 | refactor parser lineno adjustment; ref #1667 | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | add semicolon after the statements | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | Merge pull request #1667 from h2so5/backtrace-lineno | Yukihiro "Matz" Matsumoto | |
| more accurate backtrace lineno | |||
| 2014-01-30 | Array#[]= is now range aware | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | more accurate backtrace lineno | h2so5 | |
