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-03-11
don't use of anonymous unions
take_cheeze
2014-03-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-09
Merge pull request #1834 from cremno/use-nan-and-infinity-macros
Yukihiro "Matz" Matsumoto
2014-03-09
remove invocation of strlen() on buffer of strings; with refactoring
Yukihiro "Matz" Matsumoto
2014-03-08
MSVC: add NAN and INFINITY for older versions
cremno
2014-03-08
Make type casts safer.
Masaki Muranaka
2014-03-08
use sizeof(void*) instead of mrb_int size and extend embed string size
take_cheeze
2014-03-06
make embed string when create literals
ksss
2014-03-06
embed small string
ksss
2014-03-05
error.h: add extern "C" for C++
cremno
2014-03-04
fix a comment end of include guard
cubicdaiya
2014-03-04
introduce mrb_exc_new_str_lit for C string literals
cubicdaiya
2014-03-03
fix include guard style.
Tatsuya Matsumoto
2014-03-01
fix compile error
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
Yukihiro "Matz" Matsumoto
2014-03-01
revert changes to mrbconf.h
Yukihiro "Matz" Matsumoto
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-03-01
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...
Yukihiro "Matz" Matsumoto
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-27
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_lit
Yukihiro "Matz" Matsumoto
2014-02-26
introduce mrb_str_cat_lit() to create strings from C string litrals
cubicdaiya
2014-02-26
Merge pull request #1740 from tmash06/fix_missing_spaces
Yukihiro "Matz" Matsumoto
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-26
fix missing spaces.
Tatsuya Matsumoto
2014-02-24
add MRB_ prefix to STRINGIZE macro
take_cheeze
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-02-18
mrb_flo_to_str: internal linkage
cremno
2014-02-17
Added spaces in version.h macros for complying with C++11
Paolo Bosetti
2014-02-17
more mrb_flo_to_str fixes
cremno
2014-02-17
remove max_digit from mrb_flo_to_str()
Yukihiro "Matz" Matsumoto
2014-02-14
Merge pull request #1705 from takahashim/version-number
Yukihiro "Matz" Matsumoto
2014-02-14
Merge pull request #1703 from cremno/parenthesize-mrbdump-errnos
Yukihiro "Matz" Matsumoto
2014-02-13
MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or ...
takahashim
2014-02-13
remove mrb_str_literal declaration
cremno
2014-02-13
dump.h: parenthesize negative errnos
cremno
2014-02-12
include mruby/version.h in mruby.h
Tomoyuki Sahara
2014-02-12
array implementation: several small changes
cremno
2014-02-11
add RUBY_ENGINE; ref #576
Yukihiro "Matz" Matsumoto
2014-02-09
Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729...
Yukihiro "Matz" Matsumoto
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-09
Store raw stack address in callinfo instead of offset from stbas
Miura Hideki
2014-02-08
forget to add function prototypes
Yukihiro "Matz" Matsumoto
2014-02-07
add MRUBY_RELEASE info in numbers
Yukihiro "Matz" Matsumoto
2014-02-07
forgot to add new files
Yukihiro "Matz" Matsumoto
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2014-01-31
Merge pull request #1669 from cremno/copyright-2014
Yukihiro "Matz" Matsumoto
[next]