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
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2014-12-23
khash.h: keep key/value table accessible from original hashtable during resiz...
Yukihiro "Matz" Matsumoto
2014-12-02
fix ISBLANK() for Visual Studio < 2013 (ref #2658)
cremno
2014-11-19
Merge pull request #2640 from mruby-Forum/v1.1.0
1.1.0
Hiroshi Mimaki
2014-11-19
separate mrb_notimplement() and mrb_notimplement_m(); ref #2636
Yukihiro "Matz" Matsumoto
2014-11-18
mruby-1.1.0
mimaki
2014-11-18
Add mruby debugger (mrdb)
mimaki
2014-11-17
Implement C API mrb_notimplement
ksss
2014-11-10
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-11-10
Fix mrb_iv_check function decleration
Xuejie "Rafael" Xiao
2014-11-04
update teeny of MRUBY_VERSION; ref #2629
Yukihiro "Matz" Matsumoto
2014-11-04
Fix misaligned access when reading irep; close #2630
Yukihiro "Matz" Matsumoto
2014-10-29
Fix mrb_convert_to_integer.
Jun Hiroe
2014-10-15
remove header prototype of mrb_exc_print; close #2607
Yukihiro "Matz" Matsumoto
2014-10-03
word_boxing.h used int to represent symbols; use mrb_sym instead
Yukihiro "Matz" Matsumoto
2014-10-02
cast MRB_ENV_STACK_LEN to (mrb_int); ref #2600
Yukihiro "Matz" Matsumoto
2014-10-02
use __init_array_start to determine readonly data section;
Yukihiro "Matz" Matsumoto
2014-09-30
mrbconf.h option MRB_USE_ETEXT_EDATA to reduce memory.
Yukihiro "Matz" Matsumoto
2014-09-30
O(1) mrb_sym2name_len(); close #2591
Yukihiro "Matz" Matsumoto
2014-09-27
Remove duplicated mrb_print_backtrace() declaration
Kouhei Sutou
2014-09-19
change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_v...
Yukihiro "Matz" Matsumoto
2014-09-15
change mrb_sym type from uint16_t to uint32_t
Yukihiro "Matz" Matsumoto
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-09-05
add some MRB_API to function prototypes
Yukihiro "Matz" Matsumoto
2014-09-05
use uint16_t instead of short; ref #2568
Yukihiro "Matz" Matsumoto
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-27
add symbol table overflow check
cremno
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
[next]