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
Age
Commit message (
Expand
)
Author
2013-03-17
Add float.h. It exists even if the environment was freestanding. It has been ...
Masaki Muranaka
2013-03-16
Merge pull request #1018 from bovi/arduino-due
Yukihiro "Matz" Matsumoto
2013-03-17
resolve conflict from #1017
Yukihiro Matz Matsumoto
2013-03-17
refine abf1b18 to remove nested if
Yukihiro Matz Matsumoto
2013-03-16
Merge pull request #1016 from monaka/pr-reduce-string.h-20130316
Yukihiro "Matz" Matsumoto
2013-03-16
Merge pull request #1015 from monaka/pr-khash-cleanup-20130316
Yukihiro "Matz" Matsumoto
2013-03-16
Add Build Example for Arduino Due
Daniel Bovensiepen
2013-03-16
Remove stdio.h as it is included in mrbconf.h.
Masaki Muranaka
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-16
Remove unnecessory stdint.h.
Masaki Muranaka
2013-03-16
Include mruby.h. As KHASH_DEFAULT_SIZE might be defined in mrbconf.h.
Masaki Muranaka
2013-03-16
Remove unused string.h.
Masaki Muranaka
2013-03-16
Remove strncmp(). It enables to process various options.
Masaki Muranaka
2013-03-16
Remove string.h in khash.h
Masaki Muranaka
2013-03-16
Avoid to call memset(). Use the new function kh_fill_flags() instead. This is...
Masaki Muranaka
2013-03-16
Change the place of the close parenthesis. Even though it probably cause no b...
Masaki Muranaka
2013-03-15
Merge pull request #1014 from takkaw/display_bo_info_in_mirb
Yukihiro "Matz" Matsumoto
2013-03-15
Merge pull request #1013 from takkaw/fix_bo_missing
Yukihiro "Matz" Matsumoto
2013-03-16
display BasicObject information in mirb
takkaw
2013-03-16
fix segmentation fault in BasicObject#inspect
takkaw
2013-03-15
Merge pull request #1010 from monaka/pr-remove-meaningless-bitfields-in-irep
Yukihiro "Matz" Matsumoto
2013-03-15
removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()
Yukihiro Matz Matsumoto
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-15
Merge pull request #1009 from skandhas/pr-add-mrb-array-ext
Yukihiro "Matz" Matsumoto
2013-03-15
Remove bit-fields. They doesn't reduce memory on major environments.
Masaki Muranaka
2013-03-15
rename method
skandhas
2013-03-15
update build_config.rb
skandhas
2013-03-15
add mrbgem: mrb-array-ext
skandhas
2013-03-15
resolve conflict
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #1007 from kano4/pr-add-break
Yukihiro "Matz" Matsumoto
2013-03-14
Merge pull request #975 from crimsonwoods/modify_build_script
Yukihiro "Matz" Matsumoto
2013-03-14
bug fix: fix wrong method name.
crimsonwoods
2013-03-14
support 'Cygwin' as build platform.
crimsonwoods
2013-03-14
Fix indentation in symbol.c
kano4
2013-03-14
bug fix: fix "--sysroot" option and host platform detection.
crimsonwoods
2013-03-14
Add break to default case in switch statement
kano4
2013-03-14
add mrb_int overflow check for mrb_int
Yukihiro Matz Matsumoto
2013-03-14
experimental MRB_INT16 added
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #997 from monaka/pr-add-type-mrb_bool_t
Yukihiro "Matz" Matsumoto
2013-03-14
use mrb_int as possible based on a patch from @monaka; close #994
Yukihiro Matz Matsumoto
2013-03-14
use size_t for string length C API
Yukihiro Matz Matsumoto
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #993 from monaka/pr-cleanup-symbol.c-20130312
Yukihiro "Matz" Matsumoto
2013-03-14
remove PARANOID from comments
Yukihiro Matz Matsumoto
2013-03-14
Merge pull request #987 from monaka/pr-clean-up-parse.y-20130312
Yukihiro "Matz" Matsumoto
2013-03-13
Merge pull request #1005 from mattn/remove_warning
Yukihiro "Matz" Matsumoto
2013-03-14
Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.
Masaki Muranaka
2013-03-14
Remove compiler warning
mattn
2013-03-13
Merge pull request #1001 from monaka/pr-add-type-check-in-mrb_str_to_cstr
Yukihiro "Matz" Matsumoto
[next]