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-07-15
Refactor `Build#compile_as_cxx`.
take_cheeze
2015-07-14
Merge pull request #2884 from jbreeden/doc_bang_modifier
Yukihiro "Matz" Matsumoto
2015-07-13
Fix typo
jbreeden
2015-07-13
Add ! documentation to mruby.h.md
jbreeden
2015-07-14
mrb_get_args: improve function description about !
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow d!
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil.
Yukihiro "Matz" Matsumoto
2015-07-13
use "S!" specifier of mrb_get_args() to improve #2882 fix.
Yukihiro "Matz" Matsumoto
2015-07-13
allow '!' after 'S' specifier of mrb_get_args() that allow nil.
Yukihiro "Matz" Matsumoto
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2015-07-12
Merge pull request #2883 from jbreeden/array_join_nil
Yukihiro "Matz" Matsumoto
2015-07-11
Removing unndeeded to_s
jbreeden
2015-07-11
Patching array join
jbreeden
2015-07-09
Merge pull request #2880 from mattn/llround
Yukihiro "Matz" Matsumoto
2015-07-09
use round for llround. some platform (ex: mingw32) doesn't have llround.
Yasuhiro Matsumoto
2015-07-07
method_missing definition may be undefined; fix #2878
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2877 from cremno/fix-dangling-ptr
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2876 from joans321/master
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2875 from davydovanton/doc-comment-typo
Yukihiro "Matz" Matsumoto
2015-07-06
fix androideabi cross-compile error : undefined reference to 'frexpl'
xuejianqing
2015-07-05
Fix typo in comment in String#mrb_cstr_to_inum [skip ci]
Anton Davydov
2015-07-03
Merge pull request #2871 from archSeer/patch-2
Yukihiro "Matz" Matsumoto
2015-07-03
Merge pull request #2874 from cremno/fix-parser-oob-write
Yukihiro "Matz" Matsumoto
2015-07-03
Merge pull request #2873 from cremno/fix-coverity-missing-break-in-switch
Yukihiro "Matz" Matsumoto
2015-07-03
fix dangling pointer
cremno
2015-07-03
fix oob write by actually truncating buffer
cremno
2015-07-03
remove unnecessary default case
cremno
2015-07-02
add missing fall through comments
cremno
2015-07-02
Fix incorrect memory allocation of mrdb_state_new.
Blaž Hrastnik
2015-07-01
Merge pull request #2869 from cremno/refactor-print.c
Yukihiro "Matz" Matsumoto
2015-07-01
Merge pull request #2868 from sgnr/avoid-narrowing-cast-in-flo-round
Yukihiro "Matz" Matsumoto
2015-06-29
Avoid a narrowing cast in flo_round under MRB_INT64.
Simon Génier
2015-06-29
Merge pull request #2867 from kou/proc-fix-gc-crash
Yukihiro "Matz" Matsumoto
2015-06-29
Fix a crash bug when GC is ran while creating a proc with env
Kouhei Sutou
2015-06-29
Merge pull request #2866 from jurriaan/fix-crash
Yukihiro "Matz" Matsumoto
2015-06-29
Merge pull request #2863 from suzukaze/fix-typo
Yukihiro "Matz" Matsumoto
2015-06-29
Merge pull request #2862 from scalone/recursive_clone
Yukihiro "Matz" Matsumoto
2015-06-29
Merge pull request #2861 from scalone/quotes_use
Yukihiro "Matz" Matsumoto
2015-06-29
Merge pull request #2860 from franckverrot/move-doc
Yukihiro "Matz" Matsumoto
2015-06-28
Fix segfault found using afl-fuzz
Jurriaan Pruis
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
2015-06-26
Fix quotes use during load special path gem of gem.
Thiago Scalone
2015-06-26
Add —-recursive option to automatically update submodules from git mgems.
Thiago Scalone
2015-06-26
Respect the directory structure of `include`
Franck Verrot
2015-06-25
Merge pull request #2859 from mattn/fix-root
Yukihiro "Matz" Matsumoto
2015-06-25
Merge pull request #2858 from franckverrot/remove-unnecessary-backticks
Yukihiro "Matz" Matsumoto
2015-06-25
add_dependency doesn't work
mattn
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-06-24
Merge branch 'furunkel-deprecated'
Yukihiro "Matz" Matsumoto
[next]