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-05-17
Replace tab with spaces.
yui-knk
2014-05-16
include/mruby/opcode.h fix operation doc
ksss
2014-05-15
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
Yukihiro "Matz" Matsumoto
2014-05-15
Support `LVAR` section removing.
take_cheeze
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
resize register number in LVAR section from 32bits to 16bits
Yukihiro "Matz" Matsumoto
2014-05-14
rename lv section header from LOCV to LVAR
Yukihiro "Matz" Matsumoto
2014-05-14
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...
Yukihiro "Matz" Matsumoto
2014-05-13
fix overflow error like #2244 on MRB_WORD_BOXING
Yukihiro "Matz" Matsumoto
2014-05-13
should use mrb_type() for the sake of MRB_WORD_BOXING
Yukihiro "Matz" Matsumoto
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze
2014-05-05
add function for checked mrb_int subtraction
cremno
2014-05-05
add function for checked mrb_int addition
cremno
2014-05-05
temporary macros for checked arithmetic functions
cremno
2014-05-04
simply use `isfinite`
cremno
2014-05-03
new macro mrb_int(mrb,x) to retrieve mrb_int from mrb_value with conversion i...
Yukihiro "Matz" Matsumoto
2014-05-03
Merge branch 'values_at' of https://github.com/take-cheeze/mruby into take-ch...
Yukihiro "Matz" Matsumoto
2014-05-02
add namespace prefix to `dump_irep`
cremno
2014-05-02
Implement Struct#values_at and Array#values_at .
take_cheeze
2014-04-30
Added dump_irep in header.
Thiago Scalone
2014-04-29
Remove `lv_len` and use `nlocals - 1` instead.
take_cheeze
2014-04-29
Support local variables information dumping.
take_cheeze
2014-04-29
remove `mrb_str_offset`
cremno
2014-04-29
make cioff in struct REnv from int to ptrdiff_t; close #2149
Yukihiro "Matz" Matsumoto
2014-04-28
presreve local variables names in irep->lv
Yukihiro "Matz" Matsumoto
2014-04-28
Merge pull request #2142 from cremno/rename-mrb_str_buf_append
Yukihiro "Matz" Matsumoto
2014-04-27
rename `mrb_str_buf_append` to `mrb_str_cat_str`
cremno
2014-04-28
Fix MSVC warnings for numeric.c
kyab
2014-04-26
Merge pull request #2118 from ksss/range-bool
Yukihiro "Matz" Matsumoto
2014-04-25
better integer size assertion suggested by usak
Yukihiro "Matz" Matsumoto
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-24
mrb_range_new excl flag use mrb_bool insteard of int
ksss
2014-04-21
remove `mrb_str_buf_cat`
cremno
2014-04-20
do not reuse deleted entry. fixed
mirichi
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
[next]