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
2015-09-25
LinkerConfig is a struct with five params
Terence Lee
2015-09-25
inspect prints valid UTF-8 character without escaping
Yukihiro "Matz" Matsumoto
2015-09-25
add boundary check to utf8len() to avoid oob memory access
Yukihiro "Matz" Matsumoto
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
2015-09-23
don't print anonymous struct class name
Yukihiro "Matz" Matsumoto
2015-09-23
mruby-struct gem refactoring
Yukihiro "Matz" Matsumoto
2015-09-23
should initialize local variable prepended to false
Yukihiro "Matz" Matsumoto
2015-09-23
String#rindex should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-23
remove a comment that no longer be true; 2cb6c27
Yukihiro "Matz" Matsumoto
2015-09-22
String#index should no longer take integer argument
Yukihiro "Matz" Matsumoto
2015-09-22
Merge pull request #2959 from sagmor/api-documentation
Yukihiro "Matz" Matsumoto
2015-09-21
Merge descriptions from doc/api/mruby/array.h.md
Seba Gamboa
2015-09-21
document mrb_nil_value
Seba Gamboa
2015-09-21
Document data header
Seba Gamboa
2015-09-22
add new functions mrb_gc_register/unregister; close #1411
Yukihiro "Matz" Matsumoto
2015-09-21
Sort compiler macros around
Seba Gamboa
2015-09-21
Sorting documentation grouping
Seba Gamboa
2015-09-20
Setting up doxygen groups
Seba Gamboa
2015-09-20
Merging documentation from docs
Seba Gamboa
2015-09-18
Playing around with some documentations schemes
Seba Gamboa
2015-09-19
Merge pull request #2958 from suzukaze/fix-indents
Yukihiro "Matz" Matsumoto
2015-09-19
Fix indents
Jun Hiroe
2015-09-18
Merge pull request #2957 from suzukaze/replace-1-with-true-macro
Yukihiro "Matz" Matsumoto
2015-09-18
Merge pull request #2956 from Asmod4n/master
Yukihiro "Matz" Matsumoto
2015-09-18
Replace 1 with TURE macro
Jun Hiroe
2015-09-17
Problem: Hash#fetch doesn't raise KeyError when a key cannot be found
Asmod4n
2015-09-17
Merge remote-tracking branch 'mruby/master'
Asmod4n
2015-09-17
Merge pull request #2953 from takahashim/string_aset
Yukihiro "Matz" Matsumoto
2015-09-16
support String#[]= with 3 args
takahashim
2015-09-16
Merge pull request #2952 from takahashim/hash-fetch-block-key
Yukihiro "Matz" Matsumoto
2015-09-16
fix block variable in Hash#fetch
takahashim
2015-09-15
Merge pull request #2951 from tatsuhiro-t/mrb_close_with_nullptr
Yukihiro "Matz" Matsumoto
2015-09-14
instance_eval should set target_class; close #2936
Yukihiro "Matz" Matsumoto
2015-09-12
Don't crash if NULL is passed to mrb_close
Tatsuhiro Tsujikawa
2015-09-11
Merge pull request #1822 from mattn/locale
Yukihiro "Matz" Matsumoto
2015-09-11
Support windows locale
Yasuhiro Matsumoto
2015-09-11
Merge pull request #2949 from tatsuhiro-t/custom-install-location
Yukihiro "Matz" Matsumoto
2015-09-11
Customize installation directory using INSTALL_DIR environment variable
Tatsuhiro Tsujikawa
2015-09-10
add Hash#rehash to handle key modification; ref #2945
Yukihiro "Matz" Matsumoto
2015-09-10
Merge pull request #2947 from kazuho/kazuho/freeze-hash-key
Yukihiro "Matz" Matsumoto
2015-09-10
avoid unnecessary string duplications by checking the frozen flag
Kazuho Oku
2015-09-10
freeze the hash key (fixes #2945)
Kazuho Oku
2015-09-05
Merge branch 'polyfox-module-prepend'
Yukihiro "Matz" Matsumoto
2015-09-05
remove `origin` member to implement prepend from struct RClass; ref #2885
Yukihiro "Matz" Matsumoto
2015-09-05
Merge pull request #2943 from zzak/subdirs
Yukihiro "Matz" Matsumoto
2015-09-05
Merge pull request #2942 from suzukaze/revert
Yukihiro "Matz" Matsumoto
2015-09-05
Revert 7b5f8b0 except removing trailing spaces
Jun Hiroe
2015-09-04
Allow rbfiles in mrblib and test to have subdirs
Zachary Scott
2015-09-04
Merge pull request #2941 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-09-04
Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfo...
Yukihiro "Matz" Matsumoto
[next]