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-06-25
proc.h: MRB_ASPEC_REST() macro return 1 or 0
ksss
2014-06-24
add a few const qualifier
Santa Zhang
2014-06-23
rename mrb_open_without_mrbgems to mrb_open_core
take_cheeze
2014-06-23
make default allocf public to use it with mrb_open_without_mrbgems
take_cheeze
2014-06-23
add mrb_open_without_mrbgems API
take_cheeze
2014-06-21
clear local variables for the first execution of mrb_context_run(); close #2405
Yukihiro "Matz" Matsumoto
2014-06-16
Add fixed state atexit stack feature.
take_cheeze
2014-06-11
Add NOFREE macros
Jun Hiroe
2014-06-10
rename mrb_atexit to mrb_state_atexit to clarify a func will be called at the...
Yukihiro "Matz" Matsumoto
2014-06-09
Fallback to `mrb_assert` instead of dirty trick.
take_cheeze
2014-06-08
Use `_Static_assert` when C11 is available and use it in pointer size check.
take_cheeze
2014-06-07
move STR_* macros to mruby/string.h with renaming
Yukihiro "Matz" Matsumoto
2014-06-05
implement `ISASCII` correctly
cremno
2014-06-06
move IS_EVSTR macro that should be private to src/string.c
Yukihiro "Matz" Matsumoto
2014-06-05
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheez...
Yukihiro "Matz" Matsumoto
2014-06-04
upcoming Visual Studio versions provide `snprintf`
cremno
2014-06-04
use pre-allocated RuntimeError for out-of-memory
Yukihiro "Matz" Matsumoto
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-05-30
add internal function mrb_toplevel_run_keep() to keep stack contents; close #...
Yukihiro "Matz" Matsumoto
2014-05-20
move prototype of mrb_format() from error.h to mruby.h; ref #2274
Yukihiro "Matz" Matsumoto
2014-05-19
allow NULL (no variable) in lvar section of mrb format; fix #2294
Yukihiro "Matz" Matsumoto
2014-05-18
Merge pull request #2287 from yui-knk/add-space
Yukihiro "Matz" Matsumoto
2014-05-18
Add a space aftre bracket.
yui-knk
2014-05-18
Remove space.
yui-knk
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-08
Add API `mrb_atexit()`.
take_cheeze
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
[next]