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
/
include
Age
Commit message (
Expand
)
Author
2014-04-18
Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' pe...
crimsonwoods
2014-04-17
Add mrb_regexp_p to check whether mrb_value is Regexp.
take_cheeze
2014-04-16
Move src/re.h to include/mruby/re.h .
take_cheeze
2014-04-16
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-13
use quadratic probing in khash.h
Yukihiro "Matz" Matsumoto
2014-04-13
add kh_push2() to check if entry is added
Yukihiro "Matz" Matsumoto
2014-04-13
khash.h: use first found k_del
Yukihiro "Matz" Matsumoto
2014-04-11
Merge pull request #2044 from take-cheeze/const_argv
Yukihiro "Matz" Matsumoto
2014-04-11
kh_put return value should be found index
ksss
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-04-11
Fix bug kh_put after kh_del report by @mirichi
ksss
2014-04-10
Qualify mrb_yield_*'s argv `const`.
take_cheeze
2014-04-10
Refactoring for kh_put
ksss
2014-04-10
kh_put in khash.h should work when direct bucket is deleted one
Yukihiro "Matz" Matsumoto
2014-04-10
Merge pull request #2036 from ksss/assert-kh_del
Yukihiro "Matz" Matsumoto
2014-04-10
revert 40eaf705 for performance reason; ref #2022
Yukihiro "Matz" Matsumoto
2014-04-09
add assert before write khash del flags
ksss
2014-04-09
Add MRB_TT_HAS_BASIC_P macro to check whether a typetag has MRB_OBJECT_HEADER.
take_cheeze
2014-04-06
Merge pull request #2023 from ksss/khash-readable
Yukihiro "Matz" Matsumoto
2014-04-06
Use kh_end instead to n_buckets
ksss
2014-04-06
Delete khash_mask macro.
ksss
2014-04-03
space adjustment in khash.h
Yukihiro "Matz" Matsumoto
2014-04-03
delete khash member upper_bound
ksss
2014-04-02
Delete khash member mask and inc
ksss
2014-04-02
Use bool macro KHASH_DEFINE and KHASH_DECLARE
ksss
2014-04-02
use size_t instead of int
ksss
2014-04-02
delete unused indexes __m_* masks
ksss
2014-04-01
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take_cheeze
2014-04-01
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-31
Add API to define cfunc Proc with userdata.
take_cheeze
2014-03-28
do not use "to_f" to retrieve floats in mrb_get_args(); close #1965
Yukihiro "Matz" Matsumoto
2014-03-26
add new function mrb_toplevel_run to prevent running through C function bouda...
Yukihiro "Matz" Matsumoto
2014-03-25
REnv uses obj->c as env link; no super
Yukihiro "Matz" Matsumoto
2014-03-23
Use MRB_ARGS_REST() instead of ARGS_REST()
cubicdaiya
2014-03-21
make Fiber#transfer compatible with CRuby
take_cheeze
2014-03-20
use FiberError in fiber exception raise
take_cheeze
2014-03-19
Merge pull request #1890 from take-cheeze/fiber_resuming
Yukihiro "Matz" Matsumoto
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-19
revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resume
take_cheeze
2014-03-19
string functions arguments changed from mrb_int to size_t that would take str...
Yukihiro "Matz" Matsumoto
2014-03-19
change mrb_int to size_t that would take strlen()
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-16
unify indent style
cubicdaiya
2014-03-15
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-15
string length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-15
Add Fiber's double resume test and fix it.
take_cheeze
2014-03-15
type of mrb_type() should be enum mrb_vtype when MRB_NAN_BOXING is on
Yukihiro "Matz" Matsumoto
[next]