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-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
2014-02-24
Merge pull request #1731 from jeremyong/master
Yukihiro "Matz" Matsumoto
2014-02-24
Merge pull request #1730 from bggd/patch-3
Yukihiro "Matz" Matsumoto
2014-02-24
Always include build_config.rb to compile dependency.
cho45
2014-02-23
Issue minor corrections and updates to INSTALL file.
Jeremy Ong
2014-02-24
add -Werror=declaration-after-statement
bggd
2014-02-24
remove -Werror=declaration-after-statement
bggd
2014-02-24
limit preserved significand length
h2so5
2014-02-24
Merge pull request #1727 from bggd/patch-2
Yukihiro "Matz" Matsumoto
2014-02-24
Merge pull request #1729 from take-cheeze/customizable_build_dir
Yukihiro "Matz" Matsumoto
2014-02-23
Merge pull request #1728 from kyab/fix_unused_error_mirb
Yukihiro "Matz" Matsumoto
2014-02-23
support custom build_dir in CrossBuild
take_cheeze
2014-02-23
Fix unused function warning when readline enabled (mirb)
kyab
2014-02-23
move declaration to the top of the block; ref #1727
Yukihiro "Matz" Matsumoto
2014-02-23
make mruby build directory customizable
take_cheeze
[next]