summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-15remove "comparison is always true" warningYukihiro Matsumoto
2012-05-15numeric division to return float valueYukihiro Matsumoto
2012-05-15add Numeric#**Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-15remove non VC math functions; close #135Yukihiro Matsumoto
2012-05-15remove old MANDEL code; close #134Yukihiro Matsumoto
2012-05-15update Makefile dependencyYukihiro Matsumoto
2012-05-14OP_STOP to return exception object on errorYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto
2012-05-14Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-14Merge pull request #131 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-14removed.. content is now in time.rbDaniel Bovensiepen
2012-05-14mrit - Embeddable Ruby ISO TestDaniel Bovensiepen
2012-05-14removed INSTALL.jaYukihiro Matsumoto
2012-05-14removed README.ja.mdYukihiro Matsumoto
2012-05-14removed lines the seem not to conform C99Yukihiro Matsumoto
2012-05-13Merge pull request #116 from pbosetti/masterYukihiro "Matz" Matsumoto
2012-05-13doc/coding_conventions: word-wrap 80 columns; close #129Yukihiro Matsumoto
2012-05-13smal coding_convention updateYukihiro Matsumoto
2012-05-13mention avoiding declaration in the middleYukihiro Matsumoto
2012-05-13Merge pull request #128 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-13Format the text better and add some more text.Daniel Bovensiepen
2012-05-13Add a coding convention fileDaniel Bovensiepen
2012-05-13merge mirb target to all in toplevel MakefileYukihiro Matsumoto
2012-05-13emulate gmtime_r/localtime_r by gmtime_s/localtime_s on WindowsYukihiro Matsumoto
2012-05-12Replaced C++ style commentsPaolo Bosetti
2012-05-12Merge branch 'master' of github.com:pbosetti/mrubyPaolo Bosetti
2012-05-12Added src/math.c. Also, edited src/init.c in order to load the Math module.Paolo Bosetti
2012-05-12avoid c++ style commentsYukihiro Matsumoto
2012-05-12breaking newline before elseYukihiro Matsumoto
2012-05-12no #include unistd.h stdbool; close #124Yukihiro Matsumoto
2012-05-12Merge pull request #117 from k-tsj/toplevel-returnYukihiro "Matz" Matsumoto
2012-05-12Merge pull request #118 from k-tsj/move-stack-valuesYukihiro "Matz" Matsumoto
2012-05-12Merge pull request #120 from monaka/pr-printf-format-20110511Yukihiro "Matz" Matsumoto
2012-05-12Merge pull request #122 from monaka/pr-simplify-peek_n-20110512Yukihiro "Matz" Matsumoto
2012-05-12Simplify while loop in peek_n().Masaki Muranaka
2012-05-12Use %d instead of %ld in case the type of parameter is int.Masaki Muranaka
2012-05-12Raise LocalJumpError when returning from top-levelKazuki Tsujimoto
2012-05-12Move stack values to heap whenever ci is poppedKazuki Tsujimoto
2012-05-11Added src/math.c. Also, edited src/init.c in order to load the Math module.Paolo Bosetti
2012-05-11Merge pull request #112 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-12Add additional hint to the code block guesser.Daniel Bovensiepen
2012-05-12Remove more unnecessary elementsDaniel Bovensiepen
2012-05-12Remove unnecessary elementsDaniel Bovensiepen
2012-05-12mirb - Embeddable Interactive Ruby ShellDaniel Bovensiepen
2012-05-11begin/end block should be isolated from outside; ported from CRuby r35620Yukihiro Matsumoto
2012-05-11remove unused #includeYukihiro Matsumoto
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-10remove regex_class and match_class from mrb_stateYukihiro Matsumoto
2012-05-10remove mrb->range_classYukihiro Matsumoto