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-05-28
simplify all IS* and TO* macros
cremno
2015-05-28
simplify ISASCII() macro
cremno
2015-05-25
Move "src/mrb_throw.h" to "include/mruby/throw.h".
take_cheeze
2015-05-18
fix type of mrb_exc_new()'s len parameter
cremno
2015-05-17
remove SET_PROC_VALUE() macro
cremno
2015-05-17
Merge pull request #2791 from cremno/remove-mrb_define_method_vm
Yukihiro "Matz" Matsumoto
2015-05-15
remove mrb_define_method_vm() function
cremno
2015-05-15
Update Coopyright Information to year 2015
Daniel Bovensiepen
2015-05-12
Avoid unnecessary stores and reloads
furunkel
2015-04-17
Use builtins for overflow math if possible
furunkel
2015-04-03
Merge pull request #2754 from cremno/remove-unnecessary-inttypes.h-inclusion
Yukihiro "Matz" Matsumoto
2015-03-30
remove unnecessary <inttypes.h> inclusion
cremno
2015-03-30
MSVC 2015 implements inline keyword
cremno
2015-02-19
add a prototype declaration for mrb_fiber_resume(); ref #1269
Yukihiro "Matz" Matsumoto
2015-02-13
re-implement mrb_float_to_str()
cremno
2015-02-02
allow endian specification of mrb files by `mrbc -e/-E`
Yukihiro "Matz" Matsumoto
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
[next]