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-09-02
refactor valid instance variable name check
Yukihiro "Matz" Matsumoto
2014-09-02
move mrb_proc_new_cfunc_with_env() to the core
Yukihiro "Matz" Matsumoto
2014-08-29
delete obsolete macros (mrb_basic + mrb_object)
cremno
2014-08-29
allow no_optimize esp. for debugger
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-26
remove unused MSVC strtoll fallback
cremno
2014-08-21
Unify include guard styles and header comments.
Tatsuhiko Kubo
2014-08-20
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
take_cheeze
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
[next]