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-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
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
2014-01-29
move range aware aget to array.c from mruby-array-ext gem
Yukihiro "Matz" Matsumoto
2014-01-23
fix utf-8 codepage
h2so5
2014-01-16
Increase test coverage of mruby-struct
Carson McDonald
2014-01-10
Merge pull request #1655 from pbosetti/master
1.0.0
Yukihiro "Matz" Matsumoto
2014-01-10
String#length should be an alias of String#size
h2so5
2014-01-10
Added rewrite of Array#[] to mruby-array-ext gem, so that arrays can be sliced
Paolo Bosetti
2014-01-07
Merge pull request #1651 from h2so5/string-reverse-utf8
Yukihiro "Matz" Matsumoto
2014-01-08
add String#reverse, String#reverse! for UTF-8
h2so5
2014-01-07
remove superfluous includes
cremno
2014-01-07
Remove duplicate test
mattn
2014-01-07
mruby-string-utf8: redefine String#size for UTF-8 string; #1646
Yukihiro "Matz" Matsumoto
2014-01-07
mruby-string-utf8: UTF-8 string may contail NUL; #1646
Yukihiro "Matz" Matsumoto
2014-01-07
Add mruby-string-utf8
mattn
2014-01-02
Merge pull request #1634 from cremno/use-mrb_fixnum_p
Yukihiro "Matz" Matsumoto
2014-01-02
remove various preprocessor conditionals
cremno
2014-01-02
tiny word boxing optimization
cremno
2013-12-27
add String#partition and String#rpartition.
Tomoyuki Sahara
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-15
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
Yukihiro "Matz" Matsumoto
2013-11-15
fix irep memory leak
Yukihiro "Matz" Matsumoto
2013-11-13
Changed a variable declaration to top of block
bggd
2013-11-10
call codedump_all() from mirb if --verbose is set; close #1559
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-05
resolved conflicts and updated to latest return value change of mrb_generate_...
Yukihiro "Matz" Matsumoto
2013-11-04
add Fiber.current
Yukihiro "Matz" Matsumoto
2013-11-03
mirb: reset stack in the first command
fleuria
2013-11-03
refactor mrb_context_run()
fleuria
2013-11-03
introduce mrb_context_run()
fleuria
2013-11-03
small style fix
Yukihiro "Matz" Matsumoto
2013-11-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-11-02
Added support for Random as an argument to shuffle and shuffle!. Refactored r...
Emiliano Lesende
2013-11-02
change return value from mrb_generate_code()
Yukihiro "Matz" Matsumoto
[next]