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-04-03
Merge pull request #1130 from gzohari/adjust_ci_nregs
Yukihiro "Matz" Matsumoto
2013-04-03
Merge pull request #1128 from monaka/pr-add-iso-confomance-tests-20130402
Yukihiro "Matz" Matsumoto
2013-04-02
Adjust ci->nregs to prevent heap corruption
Gilad Zohari
2013-04-02
Add comments: some methods is defined in mrbgems.
Masaki Muranaka
2013-04-02
Add comments: eval method is defined in mrbgems.
Masaki Muranaka
2013-04-02
Add "Comparable" to labels.
Masaki Muranaka
2013-04-02
Add test cases.
Masaki Muranaka
2013-04-02
Module#constants should include constants defined in superclass; close #1126
Yukihiro "Matz" Matsumoto
2013-04-02
add Module#constants (15.2.2.4.24)
Yukihiro "Matz" Matsumoto
2013-04-01
Merge pull request #1121 from monaka/pr-check-malloc-failed2
Yukihiro "Matz" Matsumoto
2013-03-31
Merge pull request #1124 from kouki-o-iij/pr-kernel-notequal
Yukihiro "Matz" Matsumoto
2013-04-01
bugfix: Kernel#!=, and add #!= testcase.
Kouki Ooyatsu
2013-03-31
Merge pull request #1122 from monaka/pr-cleanup-raise
Yukihiro "Matz" Matsumoto
2013-03-31
Merge pull request #1123 from monaka/pr-add-fib39-to-benchmark
Yukihiro "Matz" Matsumoto
2013-04-01
revert 79ebdb5 for the time being #1110
Yukihiro "Matz" Matsumoto
2013-04-01
mrb_any_to_s: add separator
Yukihiro "Matz" Matsumoto
2013-04-01
Add fib39.rb to benchmark/
Masaki Muranaka
2013-04-01
Use mrb_raise() as possible instead of mrb_raisef().
Masaki Muranaka
2013-04-01
Fix typos.
Masaki Muranaka
2013-04-01
Fix to fit new raisef format.
Masaki Muranaka
2013-04-01
Add the care for malloc failed.
Masaki Muranaka
2013-04-01
Add out_of_memory field to mrb_state.
Masaki Muranaka
2013-03-31
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-03-31
Integer.round have no arg.
Masaki Muranaka
2013-03-31
Remove unused functions.
Masaki Muranaka
2013-03-31
Move Integer.{floor,ceil,round,truncate} to mrblib/. For maintainability.
Masaki Muranaka
2013-03-30
Merge pull request #1118 from nemerle/fix_crc_signature
Yukihiro "Matz" Matsumoto
2013-03-30
Fix the calc_crc_16_ccitt signature to match the source file
Artur K
2013-03-31
should have rewinded stack on exceptions; close #1113
Yukihiro "Matz" Matsumoto
2013-03-31
revive #to_int
Yukihiro "Matz" Matsumoto
2013-03-30
Merge pull request #871 from monaka/pr-remove-bit-field-in-mrb_value
Yukihiro "Matz" Matsumoto
2013-03-30
move to_i from fixnum to integer; remove reference of to_int which is not in ISO
Yukihiro "Matz" Matsumoto
2013-03-30
undef Integer#new; ref #1111
Yukihiro "Matz" Matsumoto
2013-03-30
cancel f4c27c6 since mruby.h is required for mrb_value etc. anyway
Yukihiro "Matz" Matsumoto
2013-03-30
Merge pull request #1108 from monaka/pr-cleanup-numeric.c-20130329
Yukihiro "Matz" Matsumoto
2013-03-29
Merge pull request #1115 from monaka/pr-add-null-char-to-each-symbol-name
Yukihiro "Matz" Matsumoto
2013-03-30
Add null char terminate to each symbol name.
Masaki Muranaka
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
Masaki Muranaka
2013-03-29
Include mrbconf.h as MRB_INT_MAX used here.
Masaki Muranaka
2013-03-29
Change the second argument of mrb_flo_to_str().
Masaki Muranaka
2013-03-29
Remove mrb_flt2big() as there is no bignum in the core.
Masaki Muranaka
2013-03-29
Merge pull request #1107 from masuidrive/fixed_testrb_path
Yukihiro "Matz" Matsumoto
2013-03-29
Fixed testrb load path
Yuichiro MASUI
2013-03-29
Merge pull request #1106 from monaka/pr-remove-mrb_string_value
Yukihiro "Matz" Matsumoto
2013-03-29
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...
Masaki Muranaka
2013-03-29
Merge pull request #1105 from monaka/pr-display-more-information-in-verbose-mode
Yukihiro "Matz" Matsumoto
2013-03-29
Merge pull request #1104 from monaka/pr-simplify-dump-load
Yukihiro "Matz" Matsumoto
2013-03-29
Display the command line when mrbc is kicked in the verbose mode.
Masaki Muranaka
2013-03-29
Add CHAR_BIT check. There are uint8_t to char conversions.
Masaki Muranaka
2013-03-29
Remove str_to_mrb_int(). There is some reasons.
Masaki Muranaka
[next]