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
2014-08-05
Refactor obj_free() in gc.c
Jun Hiroe
2014-08-05
Merge pull request #2508 from iij/pr-mrb-str-to-cstr-returns-mutable
Yukihiro "Matz" Matsumoto
2014-08-05
revert accidental constify.
Tomoyuki Sahara
2014-08-05
Merge pull request #2507 from kkkkkt/add_cos_tan_testcase
Yukihiro "Matz" Matsumoto
2014-08-05
git push origin masterMerge branch 'suzukaze-add-gc-docs'
Yukihiro "Matz" Matsumoto
2014-08-05
write barrier doc update
Yukihiro "Matz" Matsumoto
2014-08-05
added Math.cos and Math.tan test case
kkkkkt
2014-08-05
Merge branch 'add-gc-docs' of https://github.com/suzukaze/mruby into suzukaze...
Yukihiro "Matz" Matsumoto
2014-08-05
Add write_barrier docs
Jun Hiroe
2014-08-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-08-04
Merge pull request #2502 from cremno/fix-range_beg_len-linkage
Yukihiro "Matz" Matsumoto
2014-08-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-08-04
fix linkage of range_beg_len and mrb_range_beg_len
cremno
2014-08-04
Merge pull request #2498 from cremno/msvc-snprintf
Yukihiro "Matz" Matsumoto
2014-08-04
Merge pull request #2501 from cremno/static-mrb_str_size
Yukihiro "Matz" Matsumoto
2014-08-04
Merge pull request #2497 from cremno/fix-conversion-warnings
Yukihiro "Matz" Matsumoto
2014-08-04
Merge pull request #2496 from cremno/remove-unnecessary-char_bit-check
Yukihiro "Matz" Matsumoto
2014-08-04
change linkage of mrb_str_size to internal
cremno
2014-08-03
MSVC: add simple (v)snprintf implementation
cremno
2014-08-03
fix conversion warnings
cremno
2014-08-04
turn string obsolete functions into macros
Yukihiro "Matz" Matsumoto
2014-08-04
rename obsolete mrb_special_const_p to mrb_immediate_p
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-08-03
Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16; ref ...
Yukihiro "Matz" Matsumoto
2014-08-03
fix typo with MRB_INT16; fix #2495
Yukihiro "Matz" Matsumoto
2014-08-02
Merge pull request #2494 from suzukaze/refactor-variable.c
Yukihiro "Matz" Matsumoto
2014-08-02
Use Boolean macro in variable.c
Jun Hiroe
2014-08-02
remove unnecessary CHAR_BIT != 8 check
cremno
2014-07-30
Merge pull request #2462 from cremno/mirb-malloc-history_path
Yukihiro "Matz" Matsumoto
2014-07-27
Merge pull request #2490 from suzukaze/refactor_symbol
Yukihiro "Matz" Matsumoto
2014-07-27
Refactor sym_equal() in symbol.c
Jun Hiroe
2014-07-26
Merge pull request #2478 from dreamedge/add_module_function
Yukihiro "Matz" Matsumoto
2014-07-24
Merge pull request #2477 from take-cheeze/allocf_ud
Yukihiro "Matz" Matsumoto
2014-07-24
Merge pull request #2489 from Ancurio/silence_cpp_warn
Yukihiro "Matz" Matsumoto
2014-07-23
Silence "unused parameter" warnings in C++
Jonas Kulla
2014-07-24
Merge pull request #2488 from ksss/leak-test
Yukihiro "Matz" Matsumoto
2014-07-23
Fix memory leak for test driver
ksss
2014-07-23
check if block is given in eval_under(); fix #2486
Yukihiro "Matz" Matsumoto
2014-07-22
Merge pull request #2482 from take-cheeze/exc_tt
Yukihiro "Matz" Matsumoto
2014-07-22
restore mrb_get_args() in f_instance_eval to check arguments type
Yukihiro "Matz" Matsumoto
2014-07-22
exception in instance_eval should not exit mrb_run; fix #2483
Yukihiro "Matz" Matsumoto
2014-07-21
Use MRB_TT_EXCEPTION in exception object.
take_cheeze
2014-07-21
since #1441, NaN boxing with 64bit pointer works; close #2476
Yukihiro "Matz" Matsumoto
2014-07-21
Merge pull request #2481 from take-cheeze/move_word_box_struct
Yukihiro "Matz" Matsumoto
2014-07-20
Move word boxing structs to "mruby/boxing_word.h".
take_cheeze
2014-07-20
Merge pull request #2480 from take-cheeze/test_backtrace
Yukihiro "Matz" Matsumoto
2014-07-19
Print backtrace of crashed test in verbose mode.
take_cheeze
2014-07-18
add Module#module_function
dreamedge
2014-07-17
Add field `allocf_ud` to replace current `ud`.
take_cheeze
2014-07-17
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
[next]