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-18
Merge pull request #2892 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-07-17
Deleted range and string markdowns for now.
Ralph Desir(Mav7)
2015-07-17
Update hash.h.md
Ralph Desir
2015-07-17
Update hash.h.md
Ralph Desir
2015-07-17
Merge pull request #2890 from jbreeden/sub_pattern_not_found
Yukihiro "Matz" Matsumoto
2015-07-16
Don't crash if pattern not found for sub
Jared Breeden
2015-07-16
Merge pull request #2889 from takkaw/fix_build_cygwin64
Yukihiro "Matz" Matsumoto
2015-07-16
Merge pull request #2887 from cremno/use-mrb_str_cat_str-instead-of-mrb_str_a...
Yukihiro "Matz" Matsumoto
2015-07-16
Merge pull request #2888 from cremno/delete-non-nullptr-checks-before-mrb_fre...
Yukihiro "Matz" Matsumoto
2015-07-16
64bit Cygwin also doesn't have frexpl(3)
takkaw
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-07-16
use mrb_str_cat_str() instead of mrb_str_append()
cremno
2015-07-15
mrb_protect() to return the exception raised (with the state of true)
Yukihiro "Matz" Matsumoto
2015-07-15
add an small comment description in mruby/error.h header
Yukihiro "Matz" Matsumoto
2015-07-15
remove unused variable declaration
Yukihiro "Matz" Matsumoto
2015-07-15
Use class array instead of variadic.
take_cheeze
2015-07-15
Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.
take_cheeze
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-08
Update hash.h.md
Ralph Desir
2015-07-08
Added new markdowns.
Mav7
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
[next]