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-18
Optimize OP_ADD instruction.
Masaki Muranaka
2013-03-18
remove unused local variable beg in parser_yylex
Yukihiro Matz Matsumoto
2013-03-18
Merge pull request #1025 from FUKUZAWA-Tadashi/master
Yukihiro "Matz" Matsumoto
2013-03-18
personal style preference on function call in flo_to_s
Yukihiro Matz Matsumoto
2013-03-18
Merge pull request #1020 from monaka/pr-add-numeric-format-function
Yukihiro "Matz" Matsumoto
2013-03-18
Merge pull request #1029 from crimsonwoods/fix_the_type_of_aspec
Yukihiro "Matz" Matsumoto
2013-03-18
fix the type of argument named 'aspec'.
crimsonwoods
2013-03-18
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-03-18
applying C++ patch from @monaka to support C++ bool type; close #1019
Yukihiro Matz Matsumoto
2013-03-17
Merge pull request #1023 from monaka/pr-remove-memmove-from-vm.c
Yukihiro "Matz" Matsumoto
2013-03-17
Merge pull request #1026 from crimsonwoods/fix_bitfield_type
Yukihiro "Matz" Matsumoto
2013-03-17
Merge pull request #1027 from masuidrive/remove_unused_if
Yukihiro "Matz" Matsumoto
2013-03-17
Merge pull request #1021 from monaka/pr-fix-warning-20130316
Yukihiro "Matz" Matsumoto
2013-03-18
Removed unused expr
Yuichiro MASUI
2013-03-18
fix the type of bit field variable.
crimsonwoods
2013-03-17
bugfix about escaping '\n'
FUKUZAWA-Tadashi
2013-03-17
remove disused check code
FUKUZAWA-Tadashi
2013-03-17
refactor heredoc identifier
FUKUZAWA-Tadashi
2013-03-17
Could you add me to AUTHORS?
FUKUZAWA-Tadashi
2013-03-17
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-17
Merge pull request #1024 from crimsonwoods/remove_bitshifted_constants_larger...
Yukihiro "Matz" Matsumoto
2013-03-17
remove bit-shift operation.
Kurebayashi, Takahiro
2013-03-17
Remove memmove(). Use value_move() instead.
Masaki Muranaka
2013-03-17
Fix a warning happens on MRB_INT64 enabled.
Masaki Muranaka
2013-03-17
Add a new function mrb_flo_to_str(). Use it instead of sprintf() as possible.
Masaki Muranaka
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
[next]