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
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-03-01
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...
Yukihiro "Matz" Matsumoto
2014-02-28
cancel 313f6b; add fallthrough comment
Yukihiro "Matz" Matsumoto
2014-02-28
Merge pull request #1756 from chasonr/sprintf-utf8
Yukihiro "Matz" Matsumoto
2014-02-27
Test for UTF-8 as mattn suggests.
chasonr
2014-02-28
add mruby-strip tool to strip irep's debug info
take_cheeze
2014-02-26
Update the Fixnum#chr test for UTF-8.
chasonr
2014-02-26
Implement sprintf("%c") for UTF-8.
chasonr
2014-02-27
forget to break in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_str_cat_lit() more widely
cubicdaiya
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-25
Merge pull request #1737 from chasonr/Random-static-data
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
Merge pull request #1721 from take-cheeze/d_format_spec
Yukihiro "Matz" Matsumoto
2014-02-23
Fix unused function warning when readline enabled (mirb)
kyab
2014-02-22
add test(requires MRB_GC_FIXED_ARENA enabled)
take_cheeze
2014-02-22
fix possible arena overflow
take_cheeze
2014-02-21
use 'd' format spec to get Random object
take_cheeze
2014-02-21
use mrb_intern_lit in mruby-random
take_cheeze
2014-02-14
Give the type 'void' to functions have no argument.
cubicdaiya
2014-02-14
add a regression test for #1706
Li Yazhou
2014-02-14
keep stack with nlocals instead of nregs; fix #1706
Li Yazhou
2014-02-14
Merge pull request #1702 from cremno/hash-hash-ext-changes
Yukihiro "Matz" Matsumoto
2014-02-13
mrb_str_cat2: deprecated since 0cedf8f
cremno
2014-02-13
hash / hash-ext: various small changes
cremno
2014-02-12
mruby-math: remove Cygwin compatibility macros
cremno
2014-02-10
resolve conflict in travis_config.rb
Yukihiro "Matz" Matsumoto
2014-02-09
initialize ci->stackent at the top; #1691
Yukihiro "Matz" Matsumoto
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-08
Merge pull request #1689 from Bovi-Li/remove-notice
Yukihiro "Matz" Matsumoto
2014-02-08
made mrb_define_class to return existing class, with heavy refactoring
Yukihiro "Matz" Matsumoto
2014-02-08
Remove notice of early version
Daniel Bovensiepen
2014-02-07
move version info from gems to core; ref #576 #1684
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
Remove warning
mattn
2014-02-04
fibers cannot cross C function boundary; close #1680
Yukihiro "Matz" Matsumoto
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2014-01-31
Merge pull request #1671 from cremno/extern-cleanup
Yukihiro "Matz" Matsumoto
2014-01-31
add missing declaration of mrb_str_format
cremno
2014-01-31
clean up external symbols
cremno
2014-01-30
move Array#[] tests from mrbgems to test/t/array.rb
Yukihiro "Matz" Matsumoto
[next]