summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
AgeCommit message (Expand)Author
2012-07-05move RDoc commentsYukihiro Matsumoto
2012-06-27do not undef config macrosYukihiro Matsumoto
2012-06-24Modify Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-23check object type before retrieving instance variabls; close #311Yukihiro Matsumoto
2012-06-21move KHASH_DECLARE to header filesYukihiro Matsumoto
2012-06-21Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into cri...Yukihiro Matsumoto
2012-06-20remove RuntimeError from mrb_stateYukihiro Matsumoto
2012-06-20__send__ addedYukihiro Matsumoto
2012-06-20ISO conforming lambdaYukihiro Matsumoto
2012-06-19split declaration and definition for 'khash_xxx'.crimsonwoods
2012-06-19remove dummy local_variablesYukihiro Matsumoto
2012-06-19remove dummy require/loopYukihiro Matsumoto
2012-06-19remove obsolete commentYukihiro Matsumoto
2012-06-19Kernel#raise: better argument checkYukihiro Matsumoto
2012-06-19forgot to replace INLCUDE_KERNEL_SPRINTF by ENABLE_KERNEL_SPRINTFYukihiro Matsumoto
2012-06-15Remove some redundant code.Masaki Muranaka
2012-06-14remove get_errorinfo; close #275Yukihiro Matsumoto
2012-06-14Remove as err is already unused since applied 54bc7e0721ffcMasaki Muranaka
2012-06-14!= should call == inside; close #268Yukihiro Matsumoto
2012-06-14avoid accessing non-allocated memory; close #271Yukihiro Matsumoto
2012-06-14update RDoc for #raiseYukihiro Matsumoto
2012-06-13mrb_f_send to use mrb_get_args(n)Yukihiro Matsumoto
2012-06-13remove unused variable from mrb_f_block_given_p_mYukihiro Matsumoto
2012-06-12Merge pull request #263 from monaka/pr-make-sprintf-optionalYukihiro "Matz" Matsumoto
2012-06-12block_given? should work; close #262Yukihiro Matsumoto
2012-06-12raise error if string arg is given to Kernel#instance_evalYukihiro Matsumoto
2012-06-12remove Kernel#eval from the core; close #261Yukihiro Matsumoto
2012-06-12Make sprintf/format optional.Masaki Muranaka
2012-06-02'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...Yukihiro Matsumoto
2012-06-01remove unused mrb_f_send; and rename mrb_f_send_m to mrb_f_sendYukihiro Matsumoto
2012-06-01remove spawn (and backtick) method that cannot be implemented without platfor...Yukihiro Matsumoto
2012-06-01reorder arguments to mrb_get_args in mrb_f_send_mYukihiro Matsumoto
2012-06-01add Kernel#sendYuichiro MASUI
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
2012-05-18remove unused method.h from kernel.cYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-08move declaration in the middleYukihiro Matsumoto
2012-05-07remove unused codeYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-27Merge pull request #61 from pbhogan/fix-warningsYukihiro "Matz" Matsumoto
2012-04-27object iv table can be NULL; close #66Yukihiro Matsumoto
2012-04-26More switch statement cleanup.Patrick Hogan
2012-04-26Remove a bunch of unused variables.Patrick Hogan
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto