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
/
src
Age
Commit message (
Expand
)
Author
2013-04-05
Merge pull request #1141 from mattn/fix_exit
Yukihiro "Matz" Matsumoto
2013-04-05
Fix exit
mattn
2013-04-05
Add syntax error for incomplete global variables
h2so5
2013-04-05
Add syntax error for incomplete instance/class variables
h2so5
2013-04-05
factor out redundant Regexp check into functions
Yukihiro "Matz" Matsumoto
2013-04-05
method function should return mrb_value
Yukihiro "Matz" Matsumoto
2013-04-05
raise NotImplementedError from Module.constants (15.2.2.3.1); close #1125
Yukihiro "Matz" Matsumoto
2013-04-04
Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ...
Masaki Muranaka
2013-04-04
Use mrb_name_error() as possible.
Masaki Muranaka
2013-04-04
Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.
Masaki Muranaka
2013-04-04
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...
Yukihiro "Matz" Matsumoto
2013-04-03
Merge pull request #1131 from takkaw/mrb_funcall_return_exc
Yukihiro "Matz" Matsumoto
2013-04-02
Adjust ci->nregs to prevent heap corruption
Gilad Zohari
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-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-04-01
mrb_any_to_s: add separator
Yukihiro "Matz" Matsumoto
2013-04-01
Use mrb_raise() as possible instead of mrb_raisef().
Masaki Muranaka
2013-04-01
Fix typos.
Masaki Muranaka
2013-04-01
Add the care for malloc failed.
Masaki Muranaka
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-31
should have rewinded stack on exceptions; close #1113
Yukihiro "Matz" Matsumoto
2013-03-31
revive #to_int
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
Merge pull request #1108 from monaka/pr-cleanup-numeric.c-20130329
Yukihiro "Matz" Matsumoto
2013-03-30
Add null char terminate to each symbol name.
Masaki Muranaka
2013-03-30
Change to return the exception object when an exception occurred in mrb_funcall
takkaw
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
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
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...
Masaki Muranaka
2013-03-29
Add CHAR_BIT check. There are uint8_t to char conversions.
Masaki Muranaka
2013-03-29
Reduce temporary memory allocations. They are redundant.
Masaki Muranaka
2013-03-29
Modify the type of line-number to uint16_t. Type short is not portable. And i...
Masaki Muranaka
2013-03-29
Reduce temporary memory allocations. They are redundant.
Masaki Muranaka
2013-03-29
Remove RiteFile as no used.
Masaki Muranaka
2013-03-28
Merge pull request #1102 from carsonmcdonald/gvarunderscorefix
Yukihiro "Matz" Matsumoto
2013-03-28
Merge pull request #1101 from monaka/pr-cleanup-includes
Yukihiro "Matz" Matsumoto
2013-03-28
Allow globals that start with $_
Carson McDonald
2013-03-29
Rearrange SIZE_MAX. It is supported also VC++ since its version10. And there ...
Masaki Muranaka
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-29
Remove limits.h from numeric.h. Add limits.h to some C files.
Masaki Muranaka
2013-03-29
Fixed wrong section size calculation
Yuichiro MASUI
2013-03-28
Merge pull request #1095 from monaka/pr-add-arena-guard
Yukihiro "Matz" Matsumoto
2013-03-28
Merge branch 'pr-fix-mrb_format' of https://github.com/monaka/mruby into mona...
Yukihiro "Matz" Matsumoto
[next]