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-08-06
Rename GC_STATE_NONE GC_STATE_ROOT
Jun Hiroe
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-04
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-08-03
MSVC: add simple (v)snprintf implementation
cremno
2014-08-04
turn string obsolete functions into macros
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-08-03
fix typo with MRB_INT16; fix #2495
Yukihiro "Matz" Matsumoto
2014-07-24
Merge pull request #2477 from take-cheeze/allocf_ud
Yukihiro "Matz" Matsumoto
2014-07-23
Silence "unused parameter" warnings in C++
Jonas Kulla
2014-07-21
Use MRB_TT_EXCEPTION in exception object.
take_cheeze
2014-07-20
Move word boxing structs to "mruby/boxing_word.h".
take_cheeze
2014-07-17
Add field `allocf_ud` to replace current `ud`.
take_cheeze
2014-07-14
Use `mrb_bool` as return type of `mrb_const_defined_at`.
take_cheeze
2014-07-12
use SystemStackError instead of RuntimeError
Yukihiro "Matz" Matsumoto
2014-07-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-07-09
rename boxing_nix.h to boxing_no.h
Yukihiro "Matz" Matsumoto
2014-07-09
rename word boxing functions
Yukihiro "Matz" Matsumoto
2014-07-09
rename SET_FIXNUM_VALUE to SET_INT_VALUE since it sets mrb_int value
Yukihiro "Matz" Matsumoto
2014-07-09
Clean up value.h and mrb_value boxing
David Turnbull
2014-07-06
Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`).
take_cheeze
2014-07-01
Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are immediate.
David Turnbull
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
[next]