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
2012-10-17
Fix degrades by #490. (Some changes are reverted.)
Masaki Muranaka
2012-10-17
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
Yukihiro Matsumoto
2012-10-16
remove wasting stack space
Yukihiro Matsumoto
2012-10-16
Kernel#block_given? always gave false
Yukihiro Matsumoto
2012-10-16
true/false should print proper inspect string
Yukihiro Matsumoto
2012-10-16
register number adjustment for case statement was wrong; close #487
Yukihiro Matsumoto
2012-10-16
1.divmod(0) should not crash, but return [Inf,NaN] (CRuby incompat); close #492
Yukihiro Matsumoto
2012-10-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-10-16
"mrbc -" should take input from stdin; close #489
Yukihiro Matsumoto
2012-10-16
Merge pull request #490 from monaka/pr-avoid-memcpy-on-copying-structures
Yukihiro "Matz" Matsumoto
2012-10-16
Merge pull request #491 from monaka/pr-more-strict-warning-checks
Yukihiro "Matz" Matsumoto
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Add more strict warning checks
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-09
Merge pull request #485 from beoran/bdm_extend_main_crashes_fix
Yukihiro "Matz" Matsumoto
2012-10-09
Bugfix for crash if main was extended with a module.
Beoran
2012-10-05
preserve script file name
Yukihiro Matsumoto
2012-10-04
script file name should not be in ARGV
Yukihiro Matsumoto
2012-10-04
specify know capacity of an array
Yukihiro Matsumoto
2012-10-04
fix indent of mrb_exc_raise
Yukihiro Matsumoto
2012-10-04
should handle exception from Ruby implemented method called from funcall; clo...
Yukihiro Matsumoto
2012-09-30
Merge pull request #483 from akuroda/array_test
Yukihiro "Matz" Matsumoto
2012-09-30
add test case for Array#unshift, <=>, and *
Akira Kuroda
2012-09-29
Merge pull request #481 from monaka/pr-tiny-cleanup-20120929
Yukihiro "Matz" Matsumoto
2012-09-30
wrong termination of mrb_run on exception; close #480
Yukihiro Matsumoto
2012-09-30
mruby should exit with 0 on success
Yukihiro Matsumoto
2012-09-29
Remove extern mrb_top_self. It is declared in mruby.h.
Masaki Muranaka
2012-09-29
mrb_long2int(n) : Remove as unused.
Masaki Muranaka
2012-09-27
should adjust array size
Yukihiro Matsumoto
2012-09-27
load_exec should return undef on syntax errors
Yukihiro Matsumoto
2012-09-26
should not call mrb_parser_free() on NULL pointer
Yukihiro Matsumoto
2012-09-21
should adjust pc after OP_CALL
Yukihiro Matsumoto
2012-09-20
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-09-20
OP_CALL for cfunc must restore callinfo; close #476
Yukihiro Matsumoto
2012-09-18
Merge pull request #475 from bovi/contributing
Yukihiro "Matz" Matsumoto
2012-09-18
Merge pull request #474 from monaka/pr-generic-sh-elf-support
Yukihiro "Matz" Matsumoto
2012-09-18
re-formulate some sentences
Daniel Bovensiepen
2012-09-18
Emphasis commands
Daniel Bovensiepen
2012-09-18
Add a contribution information file
Daniel Bovensiepen
2012-09-18
Generic sh-elf target support.
Masaki Muranaka
2012-09-15
Merge pull request #473 from bovi/integer-step-test
Yukihiro "Matz" Matsumoto
2012-09-15
Merge pull request #472 from bovi/kernel-to-s-test
Yukihiro "Matz" Matsumoto
2012-09-15
Add test case for Integer#step
Daniel Bovensiepen
2012-09-15
Integer#step added
Yukihiro Matsumoto
2012-09-15
Numeric#{upto,downto}: limit may not be an integer
Yukihiro Matsumoto
2012-09-15
Don't check ObjectID of Kernel#to_s. Only class check of instance
Daniel Bovensiepen
2012-09-13
should define String#+ (non inlined); close #469
Yukihiro Matsumoto
2012-09-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-09-12
Merge pull request #468 from iij/pr-exception-without-mesg
Yukihiro "Matz" Matsumoto
[next]