summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-04-10Refactor mrb_str_dumph2so5
2013-04-09Merge pull request #1164 from h2so5/add-validation-for-c-symbolYukihiro "Matz" Matsumoto
2013-04-09Add validation for C language symbol nameh2so5
2013-04-09preparation for tail call optimization (still has bugs)Yukihiro "Matz" Matsumoto
2013-04-09target_class should not be TT_ICLASS; close #1152Yukihiro "Matz" Matsumoto
2013-04-09nregs size was too big (off by one); close #1137Yukihiro "Matz" Matsumoto
2013-04-06Merge pull request #1147 from schmurfy/dump_osxYukihiro "Matz" Matsumoto
2013-04-06stdint header seems required on osx for uint8_tJulien Ammous
2013-04-06Define isascii for C99kano4
2013-04-05Merge pull request #1141 from mattn/fix_exitYukihiro "Matz" Matsumoto
2013-04-05Fix exitmattn
2013-04-05Add syntax error for incomplete global variablesh2so5
2013-04-05Add syntax error for incomplete instance/class variablesh2so5
2013-04-05factor out redundant Regexp check into functionsYukihiro "Matz" Matsumoto
2013-04-05method function should return mrb_valueYukihiro "Matz" Matsumoto
2013-04-05raise NotImplementedError from Module.constants (15.2.2.3.1); close #1125Yukihiro "Matz" Matsumoto
2013-04-04Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ...Masaki Muranaka
2013-04-04Use mrb_name_error() as possible.Masaki Muranaka
2013-04-04Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem.Masaki Muranaka
2013-04-04rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...Yukihiro "Matz" Matsumoto
2013-04-03Merge pull request #1131 from takkaw/mrb_funcall_return_excYukihiro "Matz" Matsumoto
2013-04-02Adjust ci->nregs to prevent heap corruptionGilad Zohari
2013-04-02Module#constants should include constants defined in superclass; close #1126Yukihiro "Matz" Matsumoto
2013-04-02add Module#constants (15.2.2.4.24)Yukihiro "Matz" Matsumoto
2013-04-01Merge pull request #1121 from monaka/pr-check-malloc-failed2Yukihiro "Matz" Matsumoto
2013-04-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2013-03-31Merge pull request #1122 from monaka/pr-cleanup-raiseYukihiro "Matz" Matsumoto
2013-04-01mrb_any_to_s: add separatorYukihiro "Matz" Matsumoto
2013-04-01Use mrb_raise() as possible instead of mrb_raisef().Masaki Muranaka
2013-04-01Fix typos.Masaki Muranaka
2013-04-01Add the care for malloc failed.Masaki Muranaka
2013-03-31Integer.round have no arg.Masaki Muranaka
2013-03-31Remove unused functions.Masaki Muranaka
2013-03-31Move Integer.{floor,ceil,round,truncate} to mrblib/. For maintainability.Masaki Muranaka
2013-03-31should have rewinded stack on exceptions; close #1113Yukihiro "Matz" Matsumoto
2013-03-31revive #to_intYukihiro "Matz" Matsumoto
2013-03-30move to_i from fixnum to integer; remove reference of to_int which is not in ISOYukihiro "Matz" Matsumoto
2013-03-30undef Integer#new; ref #1111Yukihiro "Matz" Matsumoto
2013-03-30Merge pull request #1108 from monaka/pr-cleanup-numeric.c-20130329Yukihiro "Matz" Matsumoto
2013-03-30Add null char terminate to each symbol name.Masaki Muranaka
2013-03-30Change to return the exception object when an exception occurred in mrb_funcalltakkaw
2013-03-29Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.Masaki Muranaka
2013-03-29Change the second argument of mrb_flo_to_str().Masaki Muranaka
2013-03-29Remove mrb_flt2big() as there is no bignum in the core.Masaki Muranaka
2013-03-29Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...Masaki Muranaka
2013-03-29Add CHAR_BIT check. There are uint8_t to char conversions.Masaki Muranaka
2013-03-29Reduce temporary memory allocations. They are redundant.Masaki Muranaka
2013-03-29Modify the type of line-number to uint16_t. Type short is not portable. And i...Masaki Muranaka
2013-03-29Reduce temporary memory allocations. They are redundant.Masaki Muranaka
2013-03-29Remove RiteFile as no used.Masaki Muranaka