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-09-19
Merge pull request #2594 from yasuyuki/hash
Yukihiro "Matz" Matsumoto
2014-09-18
copy documentation comment from CRuby
INOUE Yasuyuki
2014-09-18
remove line number from raise message
INOUE Yasuyuki
2014-09-18
refactor Hash generator loop
INOUE Yasuyuki
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-09-06
implement Hash.[]
INOUE Yasuyuki
2014-09-04
refactor MACRO to avoid local variable name conflict; ref #2585
Yukihiro "Matz" Matsumoto
2014-09-04
get rid of shadowing variables (mrbgems)
cremno
2014-09-02
move mrb_proc_new_cfunc_with_env() to the core
Yukihiro "Matz" Matsumoto
2014-08-29
Merge pull request #2570 from cubicdaiya/issues/unify_duplicated_functions
Yukihiro "Matz" Matsumoto
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-28
Rename functions for avoinding symbol confiliction.
Tatsuhiko Kubo
2014-08-28
Unify duplicated functions (noregexp() and regexp_check()).
Tatsuhiko Kubo
2014-08-25
Remove spaces in end-of-line.
Tatsuhiko Kubo
2014-08-22
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2014-08-22
Update math.c
bggd
2014-08-22
Merge pull request #2551 from cubicdaiya/issues/use_mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-08-21
use mrb_str_cat_lit() instead of mrb_str_cat_cstr().
Tatsuhiko Kubo
2014-08-21
changed to call check_cv_name_str in check_cv_name_sym and adjust indent
kkkkkt
2014-08-20
Merge pull request #2548 from take-cheeze/mrb_data_init
Yukihiro "Matz" Matsumoto
2014-08-20
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
take_cheeze
2014-08-20
Remove empty lines.
Tatsuhiko Kubo
2014-08-19
Fix error handling for mrb_generate_code().
Tatsuhiko Kubo
2014-08-19
Fix error handlings in mirb.
Tatsuhiko Kubo
2014-08-15
Improve replacement math functions for Visual C++.
chasonr
2014-08-11
"-a-a-".succ should be "-a-b-"
mattn
2014-08-11
Fix String#succ. "-a-".succ should be "-b-"
mattn
2014-08-11
Fix String#succ. "-".succ should be "."
mattn
2014-08-09
timer on windows bug fixed.
dycoon
2014-08-08
remove test for succ on Unicode (non-ASCII) char; #2520
Yukihiro "Matz" Matsumoto
2014-08-08
Merge branch 'string-succ' of https://github.com/mattn/mruby into mattn-strin...
Yukihiro "Matz" Matsumoto
2014-08-08
Add String#succ, String#succ!, String#next, String#next!
mattn
2014-08-08
fixed evaluation context of eval(string) and instance_eval(string)
Satoshi Odawara
2014-08-08
move StopIteration to core; close #2518
Yukihiro "Matz" Matsumoto
2014-08-06
Merge pull request #2510 from cremno/mruby-strip-use-mrb_open_core
Yukihiro "Matz" Matsumoto
2014-08-05
added Math.cos and Math.tan test case
kkkkkt
2014-08-04
mruby-strip doesn't need mrbgems
cremno
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-07-30
Merge pull request #2462 from cremno/mirb-malloc-history_path
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-17
Merge pull request #2475 from take-cheeze/full_core_list
Yukihiro "Matz" Matsumoto
2014-07-16
Check mrbgem.rake instead of directory to ignore empty directories in full-core.
take_cheeze
2014-07-16
need to call write_barrier on every fiber context switch
Yukihiro "Matz" Matsumoto
2014-07-16
remove unused local variables; ref #2473
Yukihiro "Matz" Matsumoto
2014-07-15
Implement string compiling `instance_eval` method.
take_cheeze
2014-07-15
fiber stack allocation size should be bigger than irep->nregs
Yukihiro "Matz" Matsumoto
2014-07-13
use C style comments instead of C++ style comments
Tatsuhiko Kubo
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
[next]