index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-02-27
Merge pull request #1755 from cubicdaiya/issues/add_to_me_authors
Yukihiro "Matz" Matsumoto
2014-02-27
Could you add me to AUTHORS?
cubicdaiya
2014-02-27
forget to break in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-27
boot_defclass: super may be NULL
Yukihiro "Matz" Matsumoto
2014-02-27
Merge pull request #1754 from pje/patch-1
Yukihiro "Matz" Matsumoto
2014-02-26
Delete `!!Notice!!` intro paragraph from README
Patrick Ellis
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-27
avoid recursion when method_missing happened in inspect; fix #1746
Yukihiro "Matz" Matsumoto
2014-02-27
fix indent
Yukihiro "Matz" Matsumoto
2014-02-27
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
Yukihiro "Matz" Matsumoto
2014-02-27
Merge pull request #1753 from take-cheeze/assert_rb
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1752 from cubicdaiya/issues/use_mrb_str_new_lit2
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literal
cubicdaiya
2014-02-26
compile assert.rb once
take_cheeze
2014-02-26
Merge pull request #1748 from cubicdaiya/issues/optim_get_valid_iv_sym
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1747 from cubicdaiya/issues/use_mrb_intern_lit
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1749 from take-cheeze/file_line_test
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1743 from cubicdaiya/issues/use_mrb_str_new_lit
Yukihiro "Matz" Matsumoto
2014-02-26
add test for __LINE__ and __FILE__
take_cheeze
2014-02-26
fix bug for get_valid_iv_sym
cubicdaiya
2014-02-26
use mrb_intern_lit instead of mrb_intern_cstr for C string literals
cubicdaiya
2014-02-26
use mrb_str_cat_lit() more widely
cubicdaiya
2014-02-26
introduce mrb_str_cat_lit() to create strings from C string litrals
cubicdaiya
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-26
Merge pull request #1739 from take-cheeze/clang_cxx
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1741 from suzukaze/update-readme
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1740 from tmash06/fix_missing_spaces
Yukihiro "Matz" Matsumoto
2014-02-26
Update README.md; The URL of the mruby home-page is accessible.
Jun Hiroe
2014-02-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-26
fix missing spaces.
Tatsuya Matsumoto
2014-02-25
specialize C++ compiler in clang toolchain
take_cheeze
2014-02-25
Merge pull request #1737 from chasonr/Random-static-data
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1738 from cubicdaiya/issues/optim_mrb_time_zone
Yukihiro "Matz" Matsumoto
2014-02-25
small-optimization2 for mrb_time_zone
cubicdaiya
2014-02-25
small-optimization for mrb_time_zone
cubicdaiya
2014-02-25
Implement default Random instance.
chasonr
2014-02-25
clarify fallthrough in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-25
initialize sname before interning
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1736 from take-cheeze/doc_update
Yukihiro "Matz" Matsumoto
2014-02-25
add ruby and C code execution order note
take_cheeze
2014-02-25
Merge pull request #1732 from cho45/depend-build-config
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1733 from take-cheeze/mrb_stringize
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1734 from kyab/add_galileo_config
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1735 from h2so5/limit-significand-length
Yukihiro "Matz" Matsumoto
2014-02-25
avoid accessing uninitialized string; ref ac936fc
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1721 from take-cheeze/d_format_spec
Yukihiro "Matz" Matsumoto
2014-02-24
Add target example for Intel Galileo board
kyab
2014-02-24
add MRB_ prefix to STRINGIZE macro
take_cheeze
[next]